body {
  margin : 0;
  padding: 0;
  font-family: Roboto, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", serif;
  height: 100%;
  max-width: 375px;
  width: 100%;
  margin: 0;
  color: #1f3f59;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.main {
  width   : 100vw;
}

#weixinDiv {
  display         : none;
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  z-index         : 998;
  background-color: #1C1C1C;
  filter          : progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity         : 0.8;
}

#weixinDiv .wechat-img {
  position: absolute;
  top     : 0;
  right   : 0
}

.main-top {
  width          : 100vw;
  height         : 240px;
  display        : flex;
  justify-content: center;
  align-items    : flex-end;

}
.main-top .lang {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  text-align: right;
  box-sizing: border-box;
}
.main-top .lang-item{
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  text-decoration: none;
}
.main-top .lang-item.active{
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.main-top img {
  width        : 160px;
  height       : 160px;
  border-radius: 10px;
  overflow     : hidden;
  box-shadow   : 0 0 6px #9e9e9e;
}
.flex{
  display: flex;
}
.flex1{
  flex: 1;
}
.main-middle {
  text-align: center;
  color     : #ffffff;
}

.main-middle .name {
  font-size: 28px;
  margin: 10px;
  color: #333;
}
.main-middle .version {
  font-size: 14px;
  color: #333;
}
.download-wrap {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}
.main-middle .download {
  flex: 0 0 146px;
  font-size       : 12px;
  background-color: #3e77f3;
  border          : 1px solid #ffffff;
  border-radius   : 6px;
  color           : #ffffff;
  width           : 220px;
  height          : 40px;
  line-height     : 40px;
  margin-bottom: 14px;
}

.main-middle .download:active {
  background-color: #5082ee;
}

.main-middle .download a {
  text-decoration: none;
  color          : #ffffff;
  display        : inline-block;
  width          : 100%;
  height         : 100%;
}

.main-bottom {
  color     : #333;
  background-color: #fff;
  position  : fixed;
  bottom    : 0;
  left      : 0;
  right     : 0;
  font-size : 10px;
  text-align: center;
  width     : 100%;
}
.main-v2{
  color: #333;
  position: relative;
  padding-bottom: 140px;
}
.main-v2 .main-top{
  height: 40px;
  display: flex;
  padding: 0;
  align-items : center;
  justify-content: flex-start;
  padding-top:40px;
  background: transparent;
  position: absolute;
  width:100vw;
  top: 0;
  left: 0;
  color: #fff;
}
.main-v2 .main-top img{
  border-radius: 0;
  margin: 20px;
  box-shadow: none;
}
.main-v2 *{
  box-sizing: border-box;
}
.main-v2 .lang{
  position: absolute;
  width: auto;
  padding: 0;
  right: 20px;
  top: 20px;
  font-size:12px;
  padding: 4px 10px;
  /* background: #000; */
  color: #333;
  border-radius: 4px;
}
.main-v2 .logo{
  width: 68px;
  height: 68px;
  border-radius: 8px;
}
.main-v2 .banner{
  width: 100%;
  padding: 0 20px;
  margin-top: -20px;
  min-height: 380px;
  background: url(/images/intro.png) no-repeat 98% 80px;
  background-size: 40%;
}
.main-v2 .banner.en{
  background: url(/images/en-intro.jpg) no-repeat 98% 80px;
  background-size: 46%;
}
.main-v2 .banner p{
  word-break: break-word;
  padding-top: 50px;
  color: #333;
  width: 50%;
  font-size: 22px;
  font-weight: bold;
}
.main-v2 .intro-item{
  width: 90%;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 18px;
}
.main-v2 .business{
  padding: 30px 0px 30px 20px;
  display: flex;
}
.main-v2 .business .mgr{
  margin-right: 30px;
}
.main-v2 .business .mgl{
  margin-left: 30px;
}
.img-w img{
  width: 100%;
  height: auto;
}
.cur-lang {
  line-height: 24px;
  position: relative;
}
.cur-lang::before {
  content: "";
  background-image: url('/images/home_top_language.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -28px;
}

.lang-select{
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 14px #bbb;
  padding-top:10px;
  position: absolute;
  top:26px;
  right:0;
  border-radius:4px;
  width: 115px;
}
.lang-select a{
  display: block;
  padding: 0px 20px;
  padding-bottom: 12px;
}
.lang-select a:hover{
  color:#00d3ad;
}
.download-area {
  padding: 0 16px 10px 16px;
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.download-area a {
  width: 163px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: #23dba4;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 8px;
}
.download-area  a.android{
  background: #0aa4fa;
}

.tf-wrap{
  background: #05a390 url(/images/tfbg.png) no-repeat top;
  min-height: 100vh;
  background-size: 100%;
  padding: 0 4vw;
  width: 100vw;
  box-sizing: border-box;
}
.tf-wrap a{
  text-decoration: none;
  color: #fff;
}
.tf-wrap h3.title{
  color: #fff;
  font-size: 24px;
  padding: 40px 0px;
  margin: 0;
  font-weight: normal;
}
.tf-wrap .step{
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  padding: 4vw;
  margin-bottom: 8vw;
}
.tf-wrap .step>img{
  width:50px;
  height: 50px;
  display: block;
  margin: 0 auto 5vw;
}
.tf-wrap .step>h4{
  font-size: 18px;
  margin-bottom: 5vw;
  font-weight: normal;
}
.tf-wrap .step>.desc{
  font-size: 14px;
  color: #666;
  margin-bottom: 4vw;

}
.tf-wrap .step>.desc.nomg{
  margin-bottom: 0;
}
.tf-wrap .step .btn{
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #2ebc84;
}
.tf-wrap .step .logo-l{
  height: 60px;
  width: 60px;
}
.resolve{
  background-color: #fff;
  padding: 4vh;
  border-radius: 8px;
  margin-bottom: 8vw;
  color: #666;
  font-size: 14px;
  text-align: left;
}
.resolve a{
  font-size: 12px;
  display: block;
  border: 1px solid #2ebc84;
  color: #2ebc84;
  padding: 4px 10px;
}
.install-logo{
  justify-content: center;
  align-items: center;
}
.install {
  margin-left: 10px;

}
.install-logo .install-btn{
  margin-top: 10px;
  padding: 4px 10px;
  display: inline-block;
  background-color: #1890ff;
  font-size: 12px;
  color: #fff;
  border-radius: 50px;
}
.update-desc{
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.tf-wrap .back{
  position: fixed;
  left: 20px;
  top: 20px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 0 0px 2px 2px;
  border-color: #e5ecec;
  border-style: solid;
  transform: matrix(0.71, 0.71, -.71, 0.71, 0, 0);
}
.main-v2 {
  text-align: center;
  /* text-align-last: center; */
}
.main-v2 .s1{
  padding-top: 80px;
  background: url(/images/mainbg.png) no-repeat;
  overflow: hidden;
  height: 752px;
  background-size: 100% 100%;
}
.main-v2 .phone{
  width:327px;
  height:389px;
  margin:0 auto;
  margin-top: 16px;
}
.main-v2 .s1 .h1{
  margin: 13px auto 0;

  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #333333;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.63);
}


.s1 .phone{
  background: url(/images/phone1.png) no-repeat;
  background-size:contain;

}
.s2{
  padding: 30px 0;
  background-color: #FCFFFF;
  background-size:cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s2 .item{
  margin-top: 24px;
  margin-left: 8px;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 33px;
  padding-bottom: 24px;
  width: 351px;
  height: 224px;

  background: url(/images/card-bg.png) no-repeat;

}

.s2 .item .title-wrapper {
  display: flex;
  align-items: center;

}

.s2 .item img{
  width: 64px;
  height: 64px;
}
.s2 .title{
  margin-top: 8px;
  margin-left: 37px;
  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.s2 .desc{
  text-align: left;
  margin-top: 18px;
  /* margin: 5px 25px 0; */
  font-size: 14px;
  line-height: 19px;
  color: #8c9fad;
}

.s2 .desc span {
  display: inline-block;
  margin-top: 8px;
}


.s3{
  padding: 60px 0;
  background: url(/images/bg-s3.png) no-repeat;
  background-size: 100% 100%;
  height: 660px;
  color: #333;
  background-color:#7B4AF5;
  overflow: hidden;
}
.s3 .phone{
  background: url(/images/phone3.png) no-repeat;
  background-size:contain;
}
.s3 .title{
  margin: 6px auto 0;
  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 40px
}
.s3 .desc{
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width:277px;
  margin: 12px auto 0;
}
.s4{
  padding: 60px 0;
  background-color: #FFFFFF;
  background: url(/images/bg-s4.png) no-repeat;
  background-size: 100% 100%;
  height: 660px;
  color:#1f3f59;
}
.s4 .title{
  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 40px

}
.s4 .desc{
  text-align: center;
  width:277px;
  font-size: 16px;
  line-height: 18px;
  margin: 16px auto 0;
}
.s4 .phone{
  background: url(/images/phone4.png) no-repeat;
  background-size:contain;
}
.s5{
  padding: 60px 0;
  background: url(/images/bg-s3.png) no-repeat;
  background-size: 100% 100%;
  height: 660px;
  color: #333;
  overflow:hidden;
}
.s5 .title{
  margin: 6px auto 0;
  font-family: 'Hanuman';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 40px
}

.s5 .desc{
  text-align: center;
  width:277px;
  font-size: 16px;
  line-height: 18px;
  margin: 16px auto 0;
}
.s5 .phone{
  background: url(/images/phone5.png) no-repeat;
  background-size:contain;
}

/* 新皮肤 */

.s1 .phone.v2{
  background: url(/images/phone1-2.png) no-repeat;
}

.s3 .phone.v2{
  background: url(/images/phone3-2.png) no-repeat;
}

.s4 .phone.v2{
  background: url(/images/phone4-2.png) no-repeat;
}

.s5 .phone.v2{
  background: url(/images/phone5-2.png) no-repeat;
}

/* 新皮肤3 */
.s1 .phone.v3{
  background: url(/images/phone1-3.png) no-repeat;
}
.s1 .phone.v3.vcc392{
  background: url(/images/phone1-3-new.png) no-repeat;
}
.s3 .phone.v3{
  background: url(/images/phone3-3.png) no-repeat;
}

.s4 .phone.v3{
  background: url(/images/phone4-3.png) no-repeat;
}

.s5 .phone.v3{
  background: url(/images/phone5-3.png) no-repeat;
}

/* 新皮肤4 */
.s1 .phone.v4{
  background: url(/images/phone1-4.png) no-repeat;
}

.s3 .phone.v4{
  background: url(/images/phone3-4.png) no-repeat;
}

.s4 .phone.v4{
  background: url(/images/phone4-4.png) no-repeat;
}

.s5 .phone.v4{
  background: url(/images/phone5-4.png) no-repeat;
}
