html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, em, button, blockquote {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

em{
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

button, input, select, textarea {
  outline: none;
  font-family: 'Microsoft Yahei';
  -webkit-appearance: none;
  appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/* link */

a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

html,body {
  background: #000;
  font-size: 12px;
  max-width: none;
  position: relative;
}

[v-cloak] {
  display: none;
}

.wrap *,
.wrap *:before,
.wrap *:after {
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.header{
  background: rgba(0,0,0,1);
  position: relative;
  top: 0;
}


.top{
  width: 100%;
  height: .48rem;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.top .main{
  width: 3.43rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .main img{
  width: 1.7rem;
  height: .12rem;
}
.top .main .nav-btn{
  width: .14rem;
  height: .14rem;
  display: block;
  background: url(../img/page1/nav-no.png) no-repeat center/100%;
}
.top .select{
  font-weight: 900;
}
.downloadBox {
  /* width: 100% */
  height: .6rem;
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 0.16rem 0 0.16rem; */
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.downloadBox .txt {
  width: 2.24rem;
  height: 0.24rem;
  text-align: start;
  font-weight: 500;
  font-size: .2rem;
  line-height: .24rem;
  color: #FFFFFF;
}
.downloadBox .btn_download {
  display: block;
  width: .68rem;
  height: .28rem;
  border: 0.01rem solid #FFFFFF;
  border-radius: .2rem;
  color: #FFFFFF;
  font-size: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1{
  color: #000000;
  font-style: normal;
  font-weight: 900;
  font-size: .28rem;
  line-height: .4rem;
  padding-left: .16rem;
  width: 3.3rem;
}
p{
  color: #101112;
  font-style: normal;
  font-weight: 400;
  font-size: .14rem;
  line-height: .21rem;
  width: 3.43rem;
  margin: 0 auto;
}
h3 {
  font-size: .28rem;
  line-height: .28rem;
  margin-left: 0.16rem;
  font-weight: 900;
  color: #FFFFFF;
}
.describe {
 color: #FFFFFF;
 margin: 0.16rem auto;
}
.imgs {
  display: block;
  margin: 0 auto 0;
  object-fit: cover;
  object-position: top center;
}

#nav{
  position: fixed;
  width: 100%;
  height: 100%;
  top: .48rem;
  left: 100%;
  transition: all .5s;
  background-color: #000;
  z-index: 200;
}
#nav li{
  border-bottom: 0.02rem solid #101112;
  width: 3.43rem;
  margin: 0 auto;
}
#nav li a{
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .45rem;
  display: block;
  width: 100%;
}
.nav-btn-close{
  width: .14rem;
  height: .14rem;
  display: none;
  background: url(../img/page1/nav-close.png) no-repeat center/100%;
}


/* 通用底部 */
.footer_box {
   width: 100%;
   height: 5.29rem;
   background: #151515;
   overflow: hidden;
}
.footer_box .min_title {
  font-weight: 900;
  font-size: .2rem;
  line-height: .2rem;
  color: #FFFFFF;
  margin: .24rem 0 0.08rem 0.16rem;

}
.footer_box .title_translate {
  font-weight: 400;
  font-size: .11rem;
  line-height: .11rem;
  color: #666666;
}
.footer_box  .qr_box {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.footer_box  .qr_box  img {
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
  margin-top: .16rem;
  margin-bottom: .16rem;
  border-radius: 4px;
}
.footer_box  .qr_box p{
  font-style: normal;
  font-weight: 400;
  font-size: .12rem;
  line-height: .12rem;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}
.footer_box  .qr_box  .qr1 {
  width: 1.64rem;
  height: 1.94rem;
  border: 0.01rem solid #2C2C2C;
  border-radius: 0.04rem;
  box-sizing: border-box;
}
.footer_box  .qr_box  .qr2 {
  width: 1.64rem;
  height: 1.94rem;
  border: 0.01rem solid #2C2C2C;
  border-radius: 0.04rem;
  box-sizing: border-box;
}
.footer_box  .line {
   width: 3.43rem;
   height: 0.01rem;
   background: #FFFFFF;
   margin: .32rem auto .28rem;
   opacity: 0.1;
}
.footer_box .icon_box {
    width: 3rem;
    height: .48rem;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-evenly;

}
.footer_box .icon_box  .item_icon {
    width: .48rem;
    height: 0.48rem;
    display: block;
}
.footer_box .icon_box  .item1 {
  background: url(../img/kf.png) no-repeat center/100%;
}
.footer_box .icon_box .active1 {
  background: url(../img/kf-active.png) no-repeat center/100%;
}


.footer_box .icon_box  .item2 {
  background: url(../img/dy.png) no-repeat center/100%;
}
.footer_box .icon_box .active2 {
  background: url(../img/dy-active.png) no-repeat center/100%;
}

.footer_box .icon_box  .item3 {
  background: url(../img/xiaohongshu.png) no-repeat center/100%;
}
.footer_box .icon_box .active3 {
  background: url(../img/xiaohongshu-active.png) no-repeat center/100%;
}


.footer_box .icon_box  .item4 {
  background: url(../img/weibo.png) no-repeat center/100%;
}
.footer_box .icon_box .active4 {
  background: url(../img/weibo-active.png) no-repeat center/100%;
}

.footer_box .footer_txt {
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 1;
   width: 100%;
   height: .91rem;
   background: #212121;
}
.footer_box .footer_txt .footer_tips {
    font-size: .12rem;
    line-height: .12rem;
    font-weight: 400;
    color: #666666;
    margin: .24rem auto 0;
}


/* 弹窗 */
.diaBox {
   width: 100vw;
   height: 100vh;
   background: rgba(0, 0, 0, 0.58);
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 99;
   display: none;
}
.diaBox .bg {
     width: 3.07rem;
     height: 2.91rem;
     background: url(../img/dia-bg.jpg) no-repeat center/100%;
     position: absolute;
     left: 50%;
     top: 50%;
     margin-top: -1.45rem;
     margin-left: -1.53rem;
     z-index: 100;
}
.diaBox .bg .close {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  position: absolute;
  top: .16rem;
  right: .16rem;
  display: block;
  background: url(../img/close.png) no-repeat center/100%;

}

.diaBox .bg .frame_box {
  width: 1.88rem;
  height: 1.88rem;
  border: 0.01rem solid #357FFE;
  border-radius: 0.04rem;
  margin: .42rem auto .16rem;
 
}
.diaBox .bg .diaItem {
  width: 1.72rem;
  height: 1.72rem;
  margin: 0.08rem;
  display: none;
}
.diaBox .bg .dia_item1 {
  background: url(../img/qywx.png) no-repeat  center/100%  100%;
}
.diaBox .bg .dia_item2 {
  background: url(../img/dy-dia-qr.png) no-repeat center/100%;
}
.diaBox .bg .dia_item3 {
  background: url(../img/xhs.png) no-repeat center/100%;
}
.diaBox .bg .tips {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: .16rem;
  line-height: .16rem;
  letter-spacing: 0.04rem;
  color: #357FFE;
  background: none;
  display: block;
  position: absolute;
  bottom: 0 !important;
  top: auto;
  left: 50%;
  transform: translate(-50%);
}
.tips {
  display: none;
  position: absolute;
  top: 0.47rem;
  right: 0.16rem;
  width: 1.48rem;
  height: 0.44rem;
  background: url(../img/flsapp/tips-icon.png) no-repeat top center/100%;

}
.tips .close {
  width: 0.16rem;
  height: 0.16rem; 
  display: block;
  position: absolute;
  right: 0.08rem;
  top: 0.2rem;
}
