body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td,form,pre{margin: 0; padding: 0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:active,a:hover{outline:0}
img{display: inline-block; border: none; vertical-align: middle;}
li{list-style:none;}
table{border-collapse: collapse; border-spacing: 0;}
h1,h2,h3{font-size: 14px; font-weight: 400;}
h4, h5, h6{font-size: 100%; font-weight: 400;}
button,input,select,textarea{font-size: 100%; }
input,button,textarea,select,optgroup,option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0;}
pre{white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
body {
   font-family:'Lato', Arial, sans-serif; background:#FFF
}
.wrap{width:100%}
.wrap .container{margin:0 auto;max-width:750px}
.content img{width:100%;}
.content{text-align:center}
.content p{line-height:160%}
.cbg{
margin-top:5%;
margin-bottom:5%;
}
.dlbg{display:block}
.dlbg ul{height:auto}
.dlbg li{width:50%;float:left;;}
.dlbg li img {padding:10px;max-width:90%;}
.note{
	padding-top:10px;
	font-size: 25.6114px;
    width: 100%;
    color: #8313dd;
    top: 69.4%;
    text-align: center;
    background-color: transparent;
}
.content .p1{
		font-weight:        900;
    font-size: 32.928px;
    width: 100%;
    top: 58.87%;
    text-align: center;
    background-color: transparent;
    color: #222;
}
.content .p2{
	padding-top:10px;
	font-size: 25.6114px;
    width: 100%;
    color: #666;
    top: 69.4%;
    text-align: center;
    background-color: transparent;
}
.content .p3{
	  font-size: 32.928px;
    text-align: center;
    background-color: transparent;
    color: #fe3645;
    text-decoration: none;
}

.content .p3 a{color: #fe3645;text-decoration:none;}

.button {

  display: inline-block;

  background-color: #FBB756;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;

  width: 100%;

  cursor: pointer;


}
.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.mint-toast.is-placemiddle {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    transition: opacity .3s linear;
}

@media (max-width: 750px) and (min-width: 0px){
	.content .p1{
		font-size:          4vw;
		font-weight:        900;
		text-transform:     uppercase;
	}
	.content .p2{
		font-size:          3.6vw;

		text-transform:     uppercase;
	}
	.content .p3{
		font-size:          3.8vw;

		text-transform:     uppercase;
		   margin-bottom:3.8vw;
	}	
	.button{
		font-size:          7vw;
		padding: 3.2vw 0;
		
		border-radius:9vw;
		margin-bottom:2vw;

	}
	.note{
		font-size:          3.6vw;

		text-transform:     uppercase;
	}	

}

.weixin-tip img{
    max-width: 100%; 
    height: auto;
}
.weixin-tip{
  display: none; 
  position: fixed; 
  left:0; 
  top:0; 
  bottom:0; 
  background: rgba(0,0,0,0.8); 
  filter:alpha(opacity=80); 
  height: 100%; 
  width: 100%; 
  z-index: 100;
}
.weixin-tip p{
  text-align: center; 
  margin-top: 10%; 
  padding:0 5%;
}

.banana {
    background:#0052FB;
    font-size: 5vw;
    padding: 3.2vw 0;
    border-radius: 9vw;
    margin-bottom: 2vw;
    color:#fff;
    text-align:center;
}

.alert{
    display: none;
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    z-index: 1000;
    top: 45%;
}
.downtip{
    display: block;
    background-color: #ffffff;
    padding: .2rem;
    border-radius: .1rem;
    margin: .2rem;
}
.downtip p{
    clear: both;
    font-size: .32rem;
    margin-bottom: .2rem;
}
.downtip p:nth-child(2){
    text-align: center;
}
.red_text{
    color:#09bd00;
}
.downtip button{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0;
    margin: 0 auto;
    border-radius: 10px;
    color: #FFFFFF;
    background: #09bd00;
    border-radius: 20px;
}
.close{
    float: right;
    width: .4rem;
}

* {
      margin: 0;
      padding: 0
    }

    html {
      font-size: 13.33333333vw;
      overflow-x: hidden;
    }

    @media screen and (min-width: 560px) and (max-width: 1025px) {
      html {
        font-size: 75px;
      }
    }

    @media (min-width: 1025px) {
      html {
        font-size: 62.4px;
      }
    }

    /*body {*/
    /*  overflow-x: hidden;*/
    /*  margin: 0;*/
    /*  padding: 0;*/
    /*  font-size: 0;*/
    /*  min-height: 100vh;*/
    /*  font-family: 'Microsoft YaHei';*/
    /*  -webkit-user-select: none;*/
    /*  -moz-user-select: none;*/
    /*  -o-user-select: none;*/
    /*  user-select: none;*/
    /*  !*background-color: #000*!*/
    /*}*/

    .overflow-h {
      overflow: hidden;
    }

    a {
      text-decoration: none
    }

    .normal-img {
      display: block;
      pointer-events: none;
      width: 100%
    }
    .pc .downBtn{
      display: none;
    }
    .downBtn {
      position: absolute;
      top: 114vw;
      left: 15.5%;
      padding-top: 20%;
      width: 72%
    }
    .downBtn .site-domain{
      position: absolute;
      bottom: 15%;
      left: 0;
      width: 100%;
      color: rgb(234, 89, 83);
      font-size: 0.2rem;
      text-align: center;
      letter-spacing: 2px;
      font-weight: 500;
    }
    .mobile-config{
      display: none;
      position: absolute;
      top: 62%;
      left: 25%;
      width: 50%;
      text-align: center;
      line-height: 30px;
      height: 30px;
      color: #999;
      font-size: 13px;
    }

    .a-2 {
      position: absolute;
      top: 78.8%;
      left: 68.5%;
      padding-top: 17%;
      width: 29.3%
    }

    .part-con {
      position: relative;
      display: none;
    }

    .title {
      position: absolute;
      top: -100%;
      left: -100%
    }

    .span {
      position: absolute;
      top: -100%;
      left: -100%
    }

    .s_toast {
      width: 100%;
      height: 35px;
      text-align: center;
      position: fixed;
      left: 0;
      z-index: 999
    }

    .s_span {
      display: inline-block;
      padding: 15px 30px;
      line-height: 1.6;
      background: #272727;
      border-radius: 10px;
      color: #fff;
      font-size: 16px
    }

    .qrcode-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 188px;
      height: 188px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 8px;
      padding: 13px;
    }

    .qrcode-box .qrcode {
      padding: 5px;
      margin: auto;
      background-color: #fff;
      width: 178px;
      height: 178px
    }

    .qrcode-tip {
      display: none;
      position: absolute;
      top: 580px;
      left: 50%;
      width: 100%;
      transform: translate(-50%, 0);
    }

    .qrcode-tip p {
      font-size: 14px;
      line-height: 1;
      text-align: center;
      color: #C1C5D6;
    }

    .qrcode-tip .p2 {
      font-size: 12px;
      margin-top: 10px;
      color: #5d6172
    }

    .pc,
    .pc .part-con {
      background-color: #03061A;
    }

    .pc .normal-img {
      max-width: 1187px;
      width: 100%;
      margin: 0 auto
    }

    .pc .image-out {
      top: 172px;
    }

    .fixed {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .fixed .pup-down {
      position: absolute;
      left: 50%;
      top: 38%;
      z-index: 2;
      width: 295px;
      transform: translate(-50%, -40%);
      background: #F2F5FF;
      box-shadow: 0px -25px 25px 0px rgba(5, 8, 29, 0.3);
      border-radius: 20px;
      padding: 0 10px 20px 10px;
      padding-bottom: 20px;
    }

    .pup-down .pup-close {
      position: absolute;
      right: 5px;
      top: 0;
      padding: 10px;
      color: rgba(187, 190, 207, 1);
      font-size: 16px;
      transform: scaleX(140%);
    }

    .pup-down .xz-icon {
      display: block;
      margin: -25px auto 0 auto;
      height: 50px;
      width: 50px;
    }

    .pup-down .pup-title {
      display: block;
      margin: 5px auto 10px auto;
      height: 19px;
    }

    .pup-down .pup-content {
      font-size: 13px;
      color: #05081D;
      text-align: center;
      line-height: 21px;
      text-shadow: 0px 0px 25px rgba(5, 8, 29, 0.3);
    }

    .pup-down .p3 {
      padding-top: 5px;
      font-size: 12px;
      text-align: center;
      line-height: 21px;
      font-weight: bold;
      text-align: center;
    }

    .image-out {
      position: absolute;
      top: 29vw;
      left: 50%;
      transform: translate(-50%, 0);
      width: 4.46rem;
    }

    .custom-image-box {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 139.5%;
      background-position: 50% 50%;
      background-size: cover;
      overflow: hidden;
      border-radius: 6px;
      font-size: 0;
    }

    .image-box .triangle-box {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1.12rem;
      height: 1.12rem;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
    }

    .image-box .triangle {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(90deg);
      width: 0;
      height: 0;
      border-left: 0.23rem solid transparent;
      border-right: 0.23rem solid transparent;
      border-bottom: 0.4rem solid #ffffff;
    }

    .custom-image-box>img {
      top: 0;
      left: 0;
      object-fit: cover;
      position: absolute;
      height: 100%;
      width: 100%;
    }

    .flex-r-s-s {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .label-top-list label {
      padding: 0.07rem 0.1rem;
      border-radius: 0.04rem;
      color: #ffffff;
      margin-left: 0.06rem;
      font-size: 0.16rem;
      line-height: 1;

    }

    .label-top-list .item-1 {
      background: linear-gradient(270deg, #FFE8AB 0%, #FFC665 100%);
    }

    .label-top-list .item-1 b {
      color: #4D3607;
      font-weight: bold;
      font-size: 0.16rem;
      line-height: 1;
      background-image: -webkit-gradient(linear, left 0, right 0, from(#C2986B), to(#4D3607));
      background-image: gradient(linear, left 0, right 0, from(#C2986B), to(#4D3607));
      /*必需加前缀 -webkit- 才支持这个text值 */
      -webkit-background-clip: text;
      background-clip: text;
      /*text-fill-color会覆盖color所定义的字体颜色 */
      -webkit-text-fill-color: transparent;
    }

    .label-top-list .item-2 {
      background: linear-gradient(270deg, #AB67FF 0%, #F53C3C 100%);
    }

    .label-top-list .item-3 {
      background: linear-gradient(270deg, #32ef45 0%, #d6e531 100%);
    }

    .label-top-list .item-4 {
      background: linear-gradient(270deg, #40B4FE 0%, #3B63F5 100%);
    }

    .label-top-list .item-5 {
      background: linear-gradient(270deg, #FE7A40 0%, #F53B3B 100%);
    }

    .label-top-list .item-6 {
      background: linear-gradient(270deg, #3B63F5 0%, #40B4FE 100%);
    }

    .image-box .label-top-list {
      position: absolute;
      right: 0.06rem;
      top: 0.06rem;
    }

    .image-box .bottom-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 2.48rem;
      background: linear-gradient(180deg, rgba(42, 87, 255, 0) 0%, #2A57FF 100%);
      border-radius: 0px 0px 0.1rem 0.1rem;
    }

    .label-bottom {
      position: absolute;
      right: 0;
      bottom: 0.18rem;
      left: 0.2rem;
      color: #ffffff;
      font-size: 0.24rem;
      line-height: 1.4;
    }

    .label-bottom .bottom-top {
      font-size: 0.34rem;
      margin-bottom: 0.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      -webkit-box-orient: vertical;
    }

    .label-bottom .rate {
      font-size: 0.22rem;
      margin-left: 0.12rem;
    }

    .label-bottom .flags {
      font-size: 0.24rem;
    }

    .mask-bg {
      position: fixed;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.9);
      z-index: 99999;
    }

    .mask-bg img {
      position: absolute;
      top: 0;
      right: 0;
      width: 60%;
    }

    .dialog-box {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      display: none;
        z-index: 9999;
    }

    .tutorial {
      position: fixed;
      top: 100vh;
      left: 0;
      right: 0;
      height: 86vh;
      background: #02030E;
      border-radius: .26rem .26rem 0px 0px;
      transition: all 0.3s;
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .tutorial .t-title {
      position: relative;
      height: 0.9rem;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      color: #DEE4E9;
      font-size: 0.3rem;
    }

    .tutorial .t-title p{
      margin-right: 1em;
    }

    .android .t-title h3 {
      text-align: center;
    }

    .android .t-main {
      padding-bottom: 2rem;
    }

    .t-title h3 {
      font-size: 1em;
      flex: 1;
      padding-left: 0.3rem;
    }

    .tutorial .t-title img {
      padding: .1rem;
      width: .26rem;
      height: .26rem;
      margin-right: 0.2rem;
    }

    .tab-list {
      margin: .2rem auto;
    }

    .tab-list .tab {
      height: 0.52rem;
      width: 1.2rem;
      background: #171821;
      border-radius: .26rem;
      line-height: .52rem;
      cursor: pointer;
      font-size: .24rem;
      color: #EFF1FD;
      text-align: center;
      margin-right: .1rem;
    }

    .tab-list .tab-active {
      background: #EFF1FD;
      color: #0F0F0F;
    }

    .t-main {
      padding: 0 0.3rem;
      flex: 1;
      height: 0;
      /* height: calc(86vh - 0.9rem); */
      overflow: auto;
    }

    .t-main .s-title {
      margin-top: 0.28rem;
      margin-bottom: 0.3rem;
      color: #DEE4E9;
      font-size: 0.3rem;
    }

    .guide-container {
      display: none;
    }

    .warning-text {
      border: 1px dashed #FF2A2A;
      color: #FF2A2A;
      padding: .16rem .24rem;
      margin: .24rem 0;
      border-radius: .16rem;
      font-size: .28rem
    }

    .guide-container {
      color: #b3b3b3;
      line-height: 1.5;
      font-family: Arial, sans-serif
    }

    .guide-container h3 {
      text-align: center;
      font-weight: 600;
    }

    .guide-container h3,
    .guide-container h4 {
      padding: .2rem 0;
      line-height: 1.5;
      font-weight: normal;
    }

    .guide-container h3 {
      color: #DEE4E9;
      font-size: .32rem;
    }

    .guide-container h4 {
      color: #DEE4E9;
      font-size: .28rem
    }

    .guide-container p {
      padding: .1rem 0 .2rem;
      font-size: .28rem;
      line-height: 1.6;
      margin: 0;
      color: #899198;
    }

    .guide-container p img {
      width: 80%;
      margin: 0 auto;
      display: block
    }

    .guide-container .grid-col-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: .2rem
    }

    .guide-container .step-img-box {
      margin: .1rem .2rem .2rem
    }

    .footer-btn-bg {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      right: 0;
      height: 3rem;
      background-image: linear-gradient(180deg, rgba(2,3,14,0.00) 0%, #02030E 100%);
    }

    .custom-button {
      position: absolute;
      bottom: .86rem;
      left: 50%;
      transform: translateX(-50%);
      width: 3.4rem;
      background: #EFF1FD;
      height: 0.9rem;
      border-radius: .45rem;
      border: none;
      text-decoration: none;
      display: block;
      font-size: .28rem;
      color: #1D213E;
      font-weight: 600;
    }
    .footer-btn-bg .footer-tips{
      position: absolute;
      bottom: .3rem;
      left: 50%;
      transform: translateX(-50%);
      font-size: .24rem;
      color: #899198;
      text-align: center;
      width: 100%;
    }
    .top-tips{
      width: 100%;
      color: #757B80;
      background: #18191B;
      font-size: .24rem;
      text-align: center;
      height: .52rem;
      line-height: .52rem;
    }

    .step-img-box img {
      width: 100%
    }

    .part-item {
      margin-top: .2rem;
    }

    .part-item p {
      color: #899198;
      font-size: 0.26rem;
      line-height: 1.5;
      margin-bottom: .2rem;
    }

    .part-item span {
      color: rgba(255, 42, 42, 1);
    }

    .part-item img {
      width: 100%;
    }

    .p-two p {
      color: #DEE4E9;
      margin-top: 0.44rem;
    }

    .p-two.last {
      padding-bottom: 0.5rem;
    }

    .c-mask {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    .c-dialog {
      position: absolute;
      left: 50%;
      top: 40%;
      min-width: 320px;
      width: 5.6rem;
      transform: translate(-50%, -50%);
      background: #FFFFFF;
      border-radius: .2rem;
      overflow: hidden;
    }

    .c-main {
      padding: .26rem .3rem;
      text-align: center;
    }

    .c-main h3 {
      margin-top: 0.24rem;
      margin-bottom: 0.2rem;
      font-size: .34rem;
      color: #181818;
    }

    .c-main p {
      line-height: 1.5;
      color: #636363;
      font-size: 0.24rem;
    }

    .c-bottom {
      border-top: 1px solid rgba(28, 29, 31, .1);
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

    .c-bottom button {
      border: none;
      outline: none;
      flex: 1;
      height: .94rem;
      background: #FFFFFF;
      color: #181818;
      font-size: 0.28rem;
    }

    .c-bottom button:nth-child(2) {
      border-left: 1px solid rgba(28, 29, 31, .1);
      color: #FF2A2A;
    }

    .c-bottom button:active {
      background: #e9e9e9;
    }