/*Created by huang.jun on 18-2-5*/
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:active {
  opacity: .7;
}
button:active {
  opacity: .7;
}
ol,
ul,
li {
  list-style: none;
}
body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  color: #333;
}
.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: #000;
  opacity: .7;
  top: 0;
  left: 0;
}
.img-box {
  font-size: 0;
}
.img-box img {
  width: 100%;
}
.ClearBox:after,
.ClearBox:before {
  content: " ";
  display: table;
  clear: both;
}
.Wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.Wrap:after,
.Wrap:before {
  content: " ";
  display: table;
  clear: both;
}
/**head**/
.NavBg {
  height: 78px;
}
.NavBg .Logo {
  margin-top: 20px;
  float: left;
  font-size: 0;
}
.NavBg .NavList {
  float: right;
  margin-top: 23px;
}
.NavBg .NavList li {
  float: left;
  margin-left: 24px;
}
.NavBg .NavList li a {
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  font-family: HelveticaNeue, "Tahoma";
}
.NavBg .NavList li a.on {
  background: #fff;
  color: #538cfb;
  font-size: 16px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
/**bottom**/
.BottomBg {
  height: 60px;
  background: #EFEFEF;
  font-size: 0;
}
.BottomBg .sLogo1,
.BottomBg .sLogo2 {
  float: left;
}
.BottomBg .sLogo3,
.BottomBg .sLogo4,
.BottomBg .sLogo5 {
  float: right;
}
.BottomBg .sLogo2,
.BottomBg .sLogo4,
.BottomBg .sLogo5 {
  margin-left: 30px;
}
/***********************************index******************************/
/**banner**/
.BannerBG {
  height: 625px;
  background: url("../img/Banner.jpg") no-repeat center top;
}
.BannerBG .Button {
  position: absolute;
  width: 191px;
  height: 46px;
  background: url("../img/google-play.png") no-repeat;
  background-size: 191px 46px;
  right: 0;
  top: 250px;
}
.BannerBG .Button1 {
  position: absolute;
  width: 191px;
  height: 46px;
  background: url("../img/app-store.png") no-repeat;
  background-size: 191px 46px;
  right: 0;
  top: 300px;
}
/**Features**/
.Features .Title {
  font-family: HevlveticaNuue-Bold, "Tahoma";
  padding-left: 70px;
  color: #5697ff;
  font-size: 22px;
}
.Features .Title h3 {
  line-height: 22px;
  position: relative;
}
.Features .Title h3:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #5697ff;
  left: 0;
  bottom: -17px;
}
.Features ul {
  padding-bottom: 120px;
  margin-top: 30px;
}
.Features ul:after,
.Features ul:before {
  content: " ";
  display: table;
  clear: both;
}
.Features ul li {
  float: left;
  text-align: center;
  margin-top: 70px;
}
.Features ul li strong,
.Features ul li span,
.Features ul li i {
  display: block;
}
.Features ul li i {
  margin: 0 auto;
  height: 74px;
}
.Features ul li strong {
  font-size: 20px;
  line-height: 20px;
  font-family: PingFang-SC-Heavy, "Tahoma";
  font-weight: normal;
}
.Features ul li span {
  font-family: PingFang, "Tahoma";
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  color: #666;
}
.Features ul li.Icon1 {
  margin-left: 60px;
  width: 150px;
}
.Features ul li.Icon1 i {
  width: 68px;
  background: url("../img/Icon1.png") no-repeat;
  background-size: 68px 51px;
}
.Features ul li.Icon2 {
  width: 160px;
  margin-left: 216px;
}
.Features ul li.Icon2 i {
  width: 72px;
  background: url("../img/Icon2.png") no-repeat;
  background-size: 72px 54px;
}
.Features ul li.Icon3 {
  width: 176px;
  margin-left: 200px;
}
.Features ul li.Icon3 i {
  width: 58px;
  background: url("../img/Icon3.png") no-repeat;
  background-size: 58px 58px;
}
.Features ul li.Icon4 {
  margin-left: 60px;
  width: 150px;
}
.Features ul li.Icon4 i {
  width: 52px;
  background: url("../img/Icon4.png") no-repeat;
  background-size: 52px 54px;
}
.Features ul li.Icon5 {
  width: 160px;
  margin-left: 216px;
}
.Features ul li.Icon5 i {
  width: 59px;
  background: url("../img/Icon5.png") no-repeat;
  background-size: 59px 45px;
}
.Features ul li.Icon6 {
  width: 176px;
  margin-left: 200px;
}
.Features ul li.Icon6 i {
  width: 66px;
  background: url("../img/Icon6.png") no-repeat;
  background-size: 66px 48px;
}
/***********************************aboutus******************************/
/**banner**/
.BannerBG2 {
  height: 553px;
  background: url("../img/Banner2.jpg") no-repeat center top;
}
.BannerBG2 p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: HelveticaNeue-Light, "Tahoma";
  margin-top: 410px;
}
/**ArticleBox**/
.ArticleBox {
  padding-bottom: 100px;
}
.ArticleBox dt {
  text-indent: -99999px;
  margin-top: 80px;
}
.ArticleBox dt.Title1,
.ArticleBox dt.Title2,
.ArticleBox dt.Title3 {
  height: 56px;
}
.ArticleBox dt.Title1 {
  background: url("../img/Title1.png") no-repeat;
}
.ArticleBox dt.Title2 {
  background: url("../img/Title2.png") no-repeat;
}
.ArticleBox dt.Title3 {
  background: url("../img/Title3.png") no-repeat;
}
.ArticleBox dd {
  margin-top: 30px;
  position: relative;
}
.ArticleBox dd p {
  font-family: HevlveticaNeue-Light, "Tahoma";
  font-size: 16px;
  line-height: 24px;
  color: #666;
  width: 510px;
}
.ArticleBox dd .RightImg1,
.ArticleBox dd .RightImg2 {
  position: absolute;
  top: 0;
}
.ArticleBox dd .RightImg1 {
  width: 326px;
  height: 232px;
  background: url("../img/RightImg1.png") no-repeat;
  right: 0;
  top: -90px;
}
.ArticleBox dd .RightImg2 {
  width: 373px;
  height: 157px;
  background: url("../img/RightImg2.png") no-repeat;
  right: 0;
  top: -70px;
}
/***********************************help******************************/
.QuestionsTop {
  margin-top: 20px;
  background: #fff;
  padding: 0 40px 40px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.QuestionsTop h3 {
  height: 58px;
  background: url("../img/TopTitle.png") no-repeat left bottom;
  padding-top: 40px;
}
.QuestionsTop p {
  font-size: 18px;
  line-height: 18px;
  color: #4e87fb;
  font-family: HelveticaNeue, "Tahoma";
  cursor: pointer;
  margin-top: 22px;
}
.QuestionsTop p:nth-of-type(1) {
  margin-top: 40px;
}
.QuestionsBtm {
  margin: 20px 0;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.QuestionsBtm dl {
  border-top: 1px solid #EAEAEA;
  padding: 30px 40px;
}
.QuestionsBtm dl dt {
  font-size: 18px;
  line-height: 18px;
  color: #4e87fb;
  font-family: HelveticaNeue-Bold, "Tahoma";
}
.QuestionsBtm dl dd {
  font-size: 14px;
  line-height: 24px;
  font-family: HelveticaNeue-Light, "Tahoma";
}
.QuestionsBtm dl dd p {
  margin-top: 30px;
}
.QuestionsBtm dl dd p span {
  color: #4e87fb;
  padding-right: 5px;
}
.QuestionsBtm dl:nth-of-type(1) {
  border: 0;
}
.SubmitBox {
  padding: 41px 41px 30px 41px;
  background: #fff;
  margin-top: .5rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.SubmitBox h3 {
  height: 58px;
  background: url("../img/TopTitle2.png") no-repeat;
}
.SubmitBox .SubmitList {
  font-family: Helvetica-Neue, "Tahoma", sans-serif;
  padding-top: 9px;
  margin-top: 10px;
}
.SubmitBox .SubmitList dt {
  font-size: 18px;
  line-height: 18px;
  margin-top: 9px;
}
.SubmitBox .SubmitList dd {
  margin-top: 20px;
}
