<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.layout {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url('/static/assets-v4/images/static/banner.png');
  /*background-color: #0C0C0C;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: cover;

}

.top {
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  /* margin-top: 20px; */

}

.top-btn{
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.logo-header {
  height: 3.3rem;
}

.btn-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
} 



.btnimg{
  z-index: 40;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 15px;
}

.icon-img{
  width: 33px !important;
  height: 33px !important;
  margin-bottom: 6px;
}

.btnimg span{
  font-size: 10px;
  color: rgb(255, 255, 255);
}

.title-img {
  width: 100%;
  padding: 15px;
}


.swiper-pagination-bullet {
  border-radius: 50px;
  width: 20px !important;
  height: 20px !important;
  background: transparent!important;
  border: #fff solid 2px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  margin: 4px;
  background: #fff !important;
  border: #fff solid 1px;
}

.swiper-pagination {
  /* position: relative; */
  width: 20px !important;
  /* top: -155px !important; */
  left: 88%;
  top: 460px !important;

}

.swiper {
  width: 100%;
  overflow: hidden;
  height: 426px;
}


.swiper-slide img {
  width: 100%;
  display: block;
  height: 426px !important;
  object-fit: contain;
}

.bottom {
  /* margin-top: 20px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  /* padding-bottom: 44px; */ 
  position: fixed;
  bottom: 15px;
  width: 100%; /* ç¡®ä¿å®½åº¦å&nbsp;æ»¡æ•´ä¸ªå±å¹• */
  z-index: 99;
  max-width: 480px;
  background-color: rgba(0, 0, 0, 0.4);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}



.download {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;

}

.downitem{
  z-index: 40;
  width: 40%;
  height: 45px;
  border: #fff solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 20px;
  background-color: #000;

}

.downitem img{
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.downitem p{
  color: #fff;
  font-size: 16px;
}

/* .download img {
  margin: 20px 15px 0 15px;
  width: 157px;
  height: 44px;
} */

.download-btn {
  flex: 1;
  max-width: 60%;
  height: 50px;
  border: #99ffff solid 1px;
  border-radius: 20px;
  margin: 0 10px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}


.mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: 480px;
}

.mask img {
  width: 100%;
  height: 300px;
}

.address {
  width: 92%;
  height: auto;
  background-image: url('/static/assets-v4/images/static/background.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 74px;

}

.addresstitle{
  color: #000;
  font-size: 21px;
  line-height: 70px ;
  text-align: center;
}

.address-item {
  height: 80px;
  width: 87%;
  border: rgba(0, 0, 0) solid 1px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;

}

.address-item img {
  width: 90px;
  height: 35px;
  margin-right: 10px;
}

.address-item-left {
  display: flex;
  align-items: center;
  margin-left: 5px;
  /* width: 62%; */
}


.address-item-left img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 10px;
}

.address-item-left-info {
  display: flex;
  flex-direction: column;
  /* width: 62%; */

}

.address-item-left-info p {
  color: black;
  font-size: 18px;
  padding-bottom: 0;
}

.address-item-left-info span {
  color: black;
  /* font-size: 14px; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.feedback {
  z-index: 99;
  background-color: rgba(250, 250, 250, 1);
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 480px;
  display: none;
}


.resultlayout{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.resultlayout img{
  margin-top: 50%;
  margin-bottom: 22px;
  width: 60px;
  height: 60px;
}

.resultlayout p{
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}

.feedbackresult{
  z-index: 99;
  background-color: rgba(250, 250, 250, 1);
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 480px;
  display: none;
}

.nav {
  max-width: 480px;
  background-color: #fff;
  /* height: 52px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  position: fixed;
  top: 0;
}

.nav img {
  height: 30px !important;
  width: 30px !important;
}

.nav p {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}

.radio-form {
  margin-top: 82px;
  background-color: #fff;
  height: 188px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-width: 480px;
}

.checkbox input[type=radio]+label::before {
  content: "\a0";
  display: inline-block;
  vertical-align: 2px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid rgba(22, 3, 166, 1);
  text-indent: 2px;
  line-height: 0.65;
  padding: 3px;

}

.checkbox input[type="radio"]:checked+label::before {
  background-color: rgba(254, 85, 2, 1);
  padding: 3px;
  background-clip: content-box;
}


.checkbox input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  background-color: #000;
}


.radio-form label {
  margin-top: 14px;
  display: flex;
  align-items: center;
  font-size: 14px;

}


.describe {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  height: 200px;
  width: 100%;
}

.describe p {
  color: #000;
  font-size: 16px;
}

.describe p span {
  color: #828282;
  font-size: 12px;
}

.describe textarea {
  width: 100%;
  height: 140px;
  background-color: rgba(245, 249, 248, 1);
  border: none;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;

}

.count {
  position: relative;
  top: -30px;
  float: right;
  right: 20px;
}

.upload {

  margin-top: 10px;
  padding: 15px;
  background-color: #fff;
  width: 100%;
}

.upload input {
  position: absolute;
  font-size: 100px;
  opacity: 0;
  height: 10px;
  width: 100%;
  filter: alpha(opacity=0);
  cursor: pointer
}

.upload div {
  margin-right: 2.5px;
  /* width: 100px;
  height: 100px;
  background-color: #828282; */
}

.upload p {
  color: #000;
  font-size: 16px;
}

.upload p span {
  color: #828282;
  font-size: 12px;
}

.addbtn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 249, 248, 1);
  border-radius: 4px;

}

.addbtn img {
  width: 20px;
  height: 20px;

}

.resultImg {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}

.closeIcon {
  position: relative;
  width: 30px;
  height: 30px;
  left: 60px;
  top: -95px;
}


#img {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn button {
  width: 335px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 1);
  border: none;
  color: #fff;
  font-size: 18px;
}


.solution {
  z-index: 100;
  max-width: 480px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  background: rgba(250, 250, 250, 1);
  border-left: 1px solid rgb(0 0 0 / 33%);
  border-right: 1px solid rgb(0 0 0 / 33%);
}

.setting-bg{
  width: 330px;
  height: 453px;
  border: #000 solid 2px;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-top: -20px;
}

.setting-bg p{
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.set-item{
  width: 293px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(254, 91, 3,1);
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.tutorial{
  z-index: 101;
  max-width: 480px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  display: none;
  background-color: #ffffff;
  margin-top: 30px;
}

.tutorial img{
  width: 100%;
}
#platformimg {
  position: relative;
  top: -20px;
  width: 100%;
  height: 100%;
}
.layui-inline,
img {
  display: block !important;
}

.download-bg{
  z-index: 99;
  max-width: 480px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  background: rgba(250, 250, 250, 1);
  border-left: 1px solid rgb(0 0 0 / 33%);
  border-right: 1px solid rgb(0 0 0 / 33%);
  border-bottom: 1px solid rgb(0 0 0 / 33%);
}


.downbtn{
  position: fixed;
  bottom: 0;
  width: 100%; /* ç¡®ä¿å®½åº¦å&nbsp;æ»¡æ•´ä¸ªå±å¹• */
  background-color: rgba(0, 0, 0, 0.4);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  max-width: 480px;
  z-index: 99;
  text-align: center;
}

.downbtn button{
  width: 78%;
  height: 50px;
  background-color: #000;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top:18px;
}

.downandriod{
  position: absolute;
  width: 100%;
  height: 80px;
  top: 25%;
}

.top-bg{
  width: 100%;
  padding-bottom: 60px;
  background-image: url('/static/assets-v4/images/static/bg1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.top-bg p{
  color: #fff;
  font-size: 18px;
}

.top-bg button{
  height: 30px;
  width: 151px;
  background-color: #fff;
  border-radius: 6px;
  border: none;
  margin-top: 16px;
}

.backicon{
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px;
}

.logo{
  /* width: 127px; */
  height: 46px;
}

.back{
  height: 40px;
  width: 40px;
}

.maskbtn{
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}



.question{
  z-index: 99;
  background-color: rgba(250, 250, 250, 1);
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 480px;
  display: none;
}

.question-list{
  width: 100%;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  
}

.question-list-item{
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 1);

  justify-content: space-between;
}

.question-list-item-title-content{
  display: none;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(27,28,29);
}

.question-list-item-title-content a{
  font-size: 14px;
  color: rgb(61,121,252);
}

 a:hover {
  font-size: 14px !important;
  color: rgb(61,121,252) !important;
}

.question-list-item-title{
  width: 100%;
  height: 54px;
  max-width: 480px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}

.question-list-item-title p{
  font-size: 16px;
  color: rgb(27, 28, 29);
}

.question-list-item-title p span{
  font-size: 16px;
  color: rgb(97, 120, 155);
}

.question-list-item-title img{
  width: 30px;
  height: 30px;
}


.model{
  max-width: 480px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 111;
}

.model p{
  padding: 10px 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}
.email-txt {
  font-size: 11px !important;
}
pre {
  white-space: pre-line !important;
}
@media screen and (max-height: 700px) {
  .layout{
    height: 750px !important;
  }
  .feedback{
   height: 750px !important;
  }
  .feedbackresult{
      height: 750px !important;
  }
  .solution{
     height: 780px!important;
  }
  /* .download-bg{
     height: 750px!important;
  } */

  .mask{
    height: 750px!important;
  }

}

@media screen and (min-width: 480px) {

  .swiper-pagination {
    left: 75%;
  }
  /* .top-btn {
    width: unset;
  } */
  .logo-header {
    height: 3rem;
  }

  .icon-img {
    width: 33px !important;
    height: 33px !important;
  }
}
@media screen and (max-width: 414px) {
  .downitem {
    margin-top: 10px;
  }
  .top-btn {
      padding: 10px;
      margin-top: 5px;
  }
  .address-item-left {
    width: 62%;
  }
  .address-item {
    width: 90%;
    height: 70px;
  }
  .address-item-left-info span {
    color: black;
    font-size: 12px;
  }
  .address-item img {
    width: 75px;
    height: 27px;
  }
  
}
@media screen and (max-width: 320px) {
  .logo-header {
      height: 40px;
  }
  .top-btn {
    padding: 5px;
  }
  .downitem p {
    font-size: 11px;
  }
  .address-item-left-info span {
    color: black;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .address-item-left{
    width: 50%;
  }
  .address-item img{
    /* width: 80px;
    height: 30px; */
    margin-bottom: 8%;
  }
  .but-imgg {
    width: 80px;
    height: 30px;
  }
  
}


body {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  /* background-color: #000; */
}

</pre></body></html>