@charset "UTF-8";
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img {
  vertical-align: middle;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img:not([src]) {
  opacity: 0;
}

em,
i {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
}

input:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: #333;
}

.cf:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.break {
  word-break: break-all;
  word-wrap: break-word;
}

html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.6666666667px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.9333333333px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.3333333333px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
  body {
    width: 7.5rem;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 1;
  }
  [data-dpr="1"] body {
    width: 750px;
    margin: 0 auto;
  }
}
html {
  background: #1E1C26;
}

body {
  font-size: 0.24rem;
}

@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-2.03rem, 0);
    transform: translate(-2.03rem, 0);
  }
}
@keyframes ani1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(9.51rem, 0);
  }
}
.m1 {
  width: 7.5rem;
  height: 4.8rem;
  flex-shrink: 0;
  background-blend-mode: soft-light;
  position: relative;
  overflow: hidden;
  background: url(../images/bg_01.png) no-repeat 0 0;
  background-size: 7.5rem 4.76rem;
  background-color: transparent;
}
.m1 .ant {
  animation: ani1 20s linear infinite;
  width: 19.02rem;
  height: 4.69rem;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  margin-left: -9.51rem;
}
.m1 .slogan {
  height: 0.72rem;
  top: 2.54rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.m1 .info {
  width: 7.5rem;
  top: 3.68rem;
  position: absolute;
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
}
.m1 .vat {
  width: 1.08rem;
  height: 1.08rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 0.2rem;
  margin-right: 0.2rem;
}
.m1 .info_content .btn1 {
  margin-top: 0.2rem;
}

.btn1 {
  display: flex;
  width: 1.68rem;
  height: 0.52rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.6rem;
  background: #B9FB1C;
  color: #131715;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
}

.box1 {
  background: url(../images/box1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: 0 0.01rem;
  width: 7.18rem;
  height: 3.24rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.94rem 0 0 0.2rem;
  margin: 0.12rem auto 0;
}
.box1 .title {
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.box1 .title::after {
  content: "";
  background: url(../images/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.12rem;
  height: 0.14rem;
  margin-left: 0.12rem;
  margin-top: 0.04rem;
}
.box1 .time {
  color: #B3B3B3;
  font-family: "Source Han Sans CN";
  font-size: 0.26rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: 0.46rem;
}
.box1 .time .num {
  display: flex;
  min-width: 0.74rem;
  height: 0.64rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  background: rgba(233, 237, 241, 0.8);
  color: #131715;
  text-align: center;
  font-family: "KBaoNumber";
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0;
  box-sizing: border-box;
  padding: 0 0.13rem;
}
.box1 .time span {
  margin: 0 0.1rem;
}

.box1.v2 {
  background: url(../images/box1_2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

@font-face {
  font-family: "KBaoNumber";
  src: url("../assets/KBaoNumber-Regular.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.tab-swiper.swiper-container {
  height: 1.52rem;
  width: 7.5rem;
  box-sizing: border-box;
  padding-top: 0.2rem;
  padding-left: 0.3rem;
}
.tab-swiper.swiper-container .item {
  background: url(../images/tab1_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.32rem;
  height: 1.27rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.1rem;
  position: relative;
}
.tab-swiper.swiper-container .item a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.tab-swiper.swiper-container .item .icon {
  height: 0.68rem;
}
.tab-swiper.swiper-container .item .title {
  color: #444;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.14rem;
}
.tab-swiper.swiper-container .item .popup {
  background: url(../images/popup.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: 0 0.01rem;
  width: 1.32rem;
  height: 0.34rem;
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-bottom: 0.05rem;
}

.tab-wrapper {
  width: 7.5rem;
  margin-top: 0.4rem;
}
.tab-wrapper .tab-head {
  display: flex;
  width: 7.5rem;
  height: 1.8rem;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.4rem;
}
.tab-wrapper .tab-head .head-item {
  flex: 1;
  color: #444;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.tab-wrapper .tab-head .head-item span {
  position: relative;
  z-index: 10;
  line-height: 1;
  display: inline-flex;
  height: 0.6rem;
  align-items: center;
}
.tab-wrapper .tab-head .head-item.on {
  color: #131715;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 900;
}
.tab-wrapper .tab-head .head-item.on::before {
  content: "";
  width: 7.5rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-wrapper .tab-head .head-item.on span::after {
  content: "";
  background: url(../images/tab2_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.6rem;
  height: 0.36rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.tab-wrapper .tab-head .head-item.on:nth-child(1)::before {
  background: url(../images/tab2.png) no-repeat 0 0;
  background-size: 7.5rem 3.6rem;
  background-color: transparent;
  background-position: 0 -0.01rem;
}
.tab-wrapper .tab-head .head-item.on:nth-child(2)::before {
  background: url(../images/tab2.png) no-repeat 0 0;
  background-size: 7.5rem 3.6rem;
  background-color: transparent;
  background-position: 0 -1.81rem;
}
.tab-wrapper .tab-content {
  width: 7.5rem;
  padding: 0 0.3rem 0.4rem 0.3rem;
  background: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: -0.03rem;
  padding-top: 0.02rem;
  box-sizing: border-box;
}

.tab-wrapper.v2 .tab-head .head-item.on:nth-child(1)::before {
  background: url(../images/tab2_1.png) no-repeat 0 0;
  background-size: 7.5rem 5.4rem;
  background-color: transparent;
  background-position: 0 0;
}
.tab-wrapper.v2 .tab-head .head-item.on:nth-child(2)::before {
  background: url(../images/tab2_1.png) no-repeat 0 0;
  background-size: 7.5rem 5.4rem;
  background-color: transparent;
  background-position: 0 -1.81rem;
}
.tab-wrapper.v2 .tab-head .head-item.on:nth-child(3)::before {
  background: url(../images/tab2_1.png) no-repeat 0 0;
  background-size: 7.5rem 5.4rem;
  background-color: transparent;
  background-position: 0 -3.61rem;
}

.s-title {
  display: block;
  height: 0.45rem;
  margin-bottom: 0.32rem;
}

.video-wrapper {
  width: 6.38rem;
  height: 3.58rem;
  border-radius: 0.3rem;
  border: 0.03rem solid #E8E8E8;
  overflow: hidden;
  margin: 0 auto 0.6rem;
}
.video-wrapper .video-js {
  width: 100%;
  height: 100%;
}
.video-wrapper .video-js .vjs-big-play-button {
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.6rem;
  line-height: 0.84rem;
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
}

.img-steps {
  width: 6.9rem;
  box-sizing: border-box;
  display: flex;
  padding: 0.4rem 0.2rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.3rem;
  border: 0.02rem solid #E8E8E8;
  padding: 0.4rem 0.2rem;
  box-sizing: border-box;
}
.img-steps .item {
  padding-left: 0.2rem;
  position: relative;
}
.img-steps .item::before {
  content: "";
  height: 100%;
  width: 0.01rem;
  border-left: 1px dashed #07C168;
  position: absolute;
  top: 0.16rem;
  left: -0.03rem;
}
.img-steps .item:last-child img:last-child {
  margin-bottom: 0;
}
.img-steps .item:last-child::before {
  display: none;
}
.img-steps .title {
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  position: relative;
}
.img-steps .title::before {
  content: "";
  background: url(../images/arrow2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.12rem;
  height: 0.14rem;
  position: absolute;
  top: 0.16rem;
  left: -0.24rem;
}
.img-steps .title span {
  display: inline-flex;
  height: 0.4rem;
  padding: 0.08rem 0.12rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  background: linear-gradient(270deg, #DAFF83 -0.72%, #97FB1C 100%);
  box-sizing: border-box;
  margin-right: 0.12rem;
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 700;
}
.img-steps .sub-title {
  color: #333;
  text-align: justify;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.img-steps .sub-title span {
  color: #999999;
}
.img-steps .img {
  width: 6.2rem;
  border-radius: 0.3rem;
  margin-bottom: 0.51rem;
}

.qa-wrapper .item {
  display: flex;
  padding: 0.3rem 0.2rem 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0.2rem;
  background: linear-gradient(180deg, #F0F5FF 32.58%, rgba(240, 245, 255, 0.5) 97.14%);
  width: 6.9rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
.qa-wrapper .item .title {
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 0.64rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.qa-wrapper .item .title::before {
  content: "";
  background: url(../images/qa1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  left: 0;
  top: -0.06rem;
}
.qa-wrapper .item .des {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 0.64rem;
  margin-bottom: 0.4rem;
  position: relative;
}
.qa-wrapper .item .des::before {
  content: "";
  background: url(../images/qa2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  left: 0;
  top: -0.06rem;
}

.list1-title {
  color: #666;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.list1-title select {
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 0.4rem;
  border: 0.01rem solid #CFD1D0;
  height: 0.48rem;
  padding: 0 0.4rem 0 0.16rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 0.16rem center;
  background-size: 0.16rem 0.1rem;
  cursor: pointer;
  margin-left: auto;
  width: auto;
  text-align: center;
}

.list1 .item {
  display: flex;
  align-items: center;
  padding-bottom: 0.4rem;
  border-bottom: 0.02rem solid #EEE;
  margin-bottom: 0.4rem;
}
.list1 .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.list1 .item .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  object-fit: cover;
  margin-right: 0.2rem;
}
.list1 .item .info {
  padding-right: 0.1rem;
}
.list1 .item .name {
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.26rem;
}
.list1 .item .des {
  color: #999;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.list1 .item .btn2 {
  margin-left: auto;
}

.gray,
.disable {
  filter: grayscale(1);
}

.btn2 {
  display: flex;
  width: 1.2rem;
  height: 0.52rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.6rem;
  background: #B9FB1C;
  font-weight: 700;
}

.btn2.v2 {
  background: #FFC62A;
}

.kaAppToolBox {
  margin-top: 0.6rem;
}

.kbFootWrap {
  margin-top: 0.6rem;
  padding-bottom: 1.5rem;
}

@-moz-keyframes shake {
  0%, 100% {
    transform: rotate(0) scale(0.9);
  }
  10% {
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  55%, 90% {
    transform: rotate(0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  55%, 90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes shake {
  0%, 100% {
    transform: rotate(0) scale(0.9);
  }
  10% {
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    transform: rotate(4deg);
  }
  45% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  55%, 90% {
    transform: rotate(0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0) scale(0.9);
    transform: rotate(0) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }
  15%, 25%, 35% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  20%, 30%, 40% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  55%, 90% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.fix-side {
  position: fixed;
  bottom: 2.5rem;
  right: 0.2rem;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.fix-side .item {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #E8E8E8;
  background: #FFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  color: #444;
  font-family: "Source Han Sans CN";
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.fix-side .item .popup {
  background: #FF5F2F;
  border-radius: 0.3rem;
  height: 0.34rem;
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -0.34rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.1rem;
  min-width: 0.3rem;
  white-space: nowrap;
}
.fix-side .item .popup::after {
  content: "";
  background: url(../images/popup2_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.14rem;
  height: 0.06rem;
  position: absolute;
  bottom: -0.06rem;
  right: 0.14rem;
}
.fix-side .item img {
  height: 0.52rem;
  margin-bottom: 0.06rem;
}
.fix-side .item:last-child {
  margin-bottom: 0;
}
.fix-side .shake {
  -webkit-animation: shake 2.4s linear infinite;
  animation: shake 2.4s linear infinite;
  -webkit-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}

.fix-bottom {
  display: flex;
  width: 7.5rem;
  padding: 0.3rem 0.4rem;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 100%);
  height: 1.5rem;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.fix-bottom .item {
  position: relative;
}
.fix-bottom .item img {
  height: 0.88rem;
}
.fix-bottom .item .popup {
  background: #FF5F2F;
  border-radius: 0.3rem;
  height: 0.34rem;
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -0.24rem;
  left: 50%;
  transform: translateX(-28%);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.1rem;
  white-space: nowrap;
}
.fix-bottom .item .popup::after {
  content: "";
  background: url(../images/popup2_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.14rem;
  height: 0.06rem;
  position: absolute;
  bottom: -0.06rem;
  right: 0.14rem;
}

.btn3 {
  display: flex;
  width: 5.4rem;
  height: 0.9rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  background: #B9FB1C;
  box-sizing: border-box;
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

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

.pop {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  min-height: 2rem;
  border-radius: 0.4rem 0.4rem 0 0;
  background: #FFF;
  z-index: 1000;
  box-sizing: border-box;
  padding: 0.5rem 0 0.3rem;
}
.pop .close {
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.57rem;
  height: 0.57rem;
  position: absolute;
  top: 0.1rem;
  right: 0.2rem;
  z-index: 101;
}
.pop .pop-title {
  color: #131715;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .pop-title::before {
  content: "";
  background: url(../images/pop_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.42rem;
  height: 0.24rem;
  margin-right: 0.2rem;
}
.pop .pop-title::after {
  content: "";
  background: url(../images/pop_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.42rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  transform: scaleX(-1);
}

.list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.66rem;
  padding: 0 0.4rem;
}
.list2 .item {
  width: 0.99rem;
  margin: 0 0.32rem 0.3rem;
  cursor: pointer;
}

.list3 {
  margin-top: 0.5rem;
  padding-left: 0.4rem;
  max-height: 50vh;
  overflow-y: auto;
}
.list3::-webkit-scrollbar {
  width: 0.08rem;
}
.list3::-webkit-scrollbar-thumb {
  border-radius: 0.08rem;
  background: #E8E8E8;
}
.list3::-webkit-scrollbar-track {
  border-radius: 0.08rem;
  background: none;
}
.list3 {
  margin-right: 0.2rem;
}
.list3 .item {
  color: #333333;
  font-family: "Source Han Sans CN";
  font-size: 0.26rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.list3 .item::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #A1F31D;
  position: absolute;
  left: 0;
  top: 0.12rem;
  border-radius: 50%;
}
.list3 .item span {
  color: #23C268;
}

.dia {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.52rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1000;
}
.dia .dia-title {
  background: url(../images/dia_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.46rem;
  height: 1.89rem;
  box-sizing: border-box;
  padding: 0.78rem 0 0 0.4rem;
}
.dia .dia-title .title img {
  height: 0.43rem;
}
.dia .dia-title .title {
  color: #131715;
  font-family: "造字工房元黑体";
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.dia .dia-title .sub-title {
  color: #444;
  font-family: "Source Han Sans CN";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  width: 4.2rem;
  margin-top: 0.1rem;
}
.dia .dia-title {
  margin-bottom: -0.02rem;
}
.dia .dia-content {
  width: 6.46rem;
  min-height: 1.82rem;
  border-radius: 0 0 0.3rem 0.3rem;
  background: #FFF;
  box-sizing: border-box;
  padding: 0 0.4rem 0.3rem;
}
.dia .close {
  background: url(../images/close2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: -1.14rem;
  left: 50%;
  transform: translateX(-50%);
}
.dia .btn-box {
  margin-bottom: 0.3rem;
}
.dia .tip {
  color: #23C268;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.3rem;
  display: flex;
  align-self: center;
  justify-content: center;
}
.dia .tip::before {
  content: "";
  background: url(../images/tip_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
  margin-top: 0.01rem;
}
.dia .tip2 {
  color: #999999;
  text-align: justify;
  font-family: "Source Han Sans CN";
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
.dia .tip2 span {
  color: #23C268;
}

.form-wrapper {
  margin-top: 0.3rem;
}
.form-wrapper .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.form-wrapper .form-item label {
  color: #131715;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.2rem;
}
.form-wrapper .form-item select {
  display: flex;
  height: 0.6rem;
  padding: 0.02rem 0.16rem;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 0.1rem;
  border: 0.01rem solid #CFD1D0;
  background: #FFF;
  width: 4.28rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 0.16rem center;
  background-size: 0.16rem 0.1rem;
  cursor: pointer;
  text-align: left;
  color: #131715;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
}
.form-wrapper .form-item select::placeholder {
  color: #7A7D7A;
}
.form-wrapper .form-item .input-wrapper {
  display: flex;
  height: 0.6rem;
  padding: 0.02rem 0.16rem;
  align-items: center;
  flex: 1 0 0;
  border-radius: 0.1rem;
  border: 0.01rem solid #CFD1D0;
  background: #FFF;
  width: 4.28rem;
  box-sizing: border-box;
  position: relative;
}
.form-wrapper .form-item .input-wrapper input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  text-align: left;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.form-wrapper .form-item .input-wrapper input::placeholder {
  color: #999;
}
.form-wrapper .form-item .input-wrapper .clear {
  background: url(../images/clear.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn4 {
  display: flex;
  width: 5.6rem;
  height: 0.64rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  background: #B9FB1C;
  color: #131715;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 0.28rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  height: 0.64rem;
}

.list4 .item {
  display: flex;
  height: 0.6rem;
  padding: 0.02rem 0.16rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.1rem;
  background: #F3F3F3;
  width: 5.6rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  color: #999;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.list4 .item .value.v2 {
  color: #131715;
}

.share-img-wrapper {
  display: flex;
  flex-direction: column;
  background: #1E1C26;
}

.message-wrapper {
  width: 6.92rem;
  height: 0.6rem;
  border-radius: 1rem;
  background: rgba(77, 74, 87, 0.5);
  box-sizing: border-box;
  padding: 0 0.73rem;
  margin-top: 0.4rem;
}
.message-wrapper::before {
  content: "";
  background: url(../images/message.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
}
.message-wrapper .swiper-slide {
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 0 0.73rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-wrapper .swiper-slide .item {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.message-wrapper .swiper-slide span {
  color: #1BD477 !important;
}

.dia.v2 {
  transform: translate(-50%, calc(-100% - 3rem));
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}
.dia.v2::-webkit-scrollbar {
  width: 0.08rem;
}
.dia.v2::-webkit-scrollbar-thumb {
  border-radius: 0.08rem;
  background: #E8E8E8;
}
.dia.v2::-webkit-scrollbar-track {
  border-radius: 0.08rem;
  background: none;
}
.dia.v2 .show-share-img {
  width: 75vw;
}

/*# sourceMappingURL=style.css.map */
