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;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
  body {
    width: 750px;
    margin: 0 auto;
  }
  [data-dpr="1"] body {
    width: 750px;
    margin: 0 auto;
  }
}
html {
  background: #232169;
}

body {
  font-size: 0.24rem;
  line-height: 0.24rem;
}

@keyframes rorate {
  from {
    transform: translate(-25%, -25%) rotate(0deg);
  }
  to {
    transform: translate(-25%, -25%) rotate(360deg);
  }
}
@keyframes meteor1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-30rem, 30rem);
  }
}
@keyframes meteorStar {
  20%, 70% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  0%, 40%, 50%, 100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.login {
  background: url(../images/bg.png) no-repeat center top;
  background-size: 7.5rem 16.27rem;
  background-color: #232169;
  min-height: 100vh;
  position: relative;
  width: 7.5rem;
  overflow: hidden;
}
.login::before {
  content: "";
  position: absolute;
  background: url(../images/cloud.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 16.1rem;
  height: 16.02rem;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  animation: rorate linear 120s infinite;
}
.login .star1 {
  width: 2.64rem;
  height: 2.79rem;
  position: absolute;
  right: -3.35rem;
  top: -3.79rem;
  animation: meteor1 linear 10s infinite 3s;
}
.login .star1:before, .login .star1:after {
  position: absolute;
  content: "";
}
.login .star1:before {
  background: url(../images/star1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.64rem;
  height: 2.79rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.login .star1:after {
  background: url(../images/star1_ico.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.1rem;
  height: 1.35rem;
  position: absolute;
  content: "";
  bottom: -0.3rem;
  left: -0.15rem;
  animation: meteorStar linear 1.5s infinite;
}
.login .star2 {
  background: url(../images/star2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.29rem;
  height: 1.37rem;
  position: absolute;
  right: 2rem;
  top: -1.37rem;
  animation: meteor1 linear 10s infinite;
}
.login .star3 {
  background: url(../images/star3.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.59rem;
  height: 0.68rem;
  position: absolute;
  right: -0.59rem;
  top: 2rem;
  animation: meteor1 linear 10s infinite 7s;
}

.banner {
  display: block;
  width: 6.95rem;
  margin: 0.32rem auto;
  border-radius: 0.28rem;
}

.logo-box {
  text-align: center;
  width: 7.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.12rem;
  overflow: hidden;
}
.logo-box .logo {
  font-size: 0;
  width: 3.74rem;
  height: 0.85rem;
  position: relative;
}
.logo-box .logo img {
  width: 100%;
  height: 100%;
}
.logo-box .title {
  width: 6.19rem;
  height: 1.57rem;
  font-size: 0;
  position: relative;
}
.logo-box .title img {
  width: 100%;
  height: 100%;
}
.logo-box .form {
  padding-top: 0.43rem;
}
.logo-box .form .input-wrapper {
  width: 5.3rem;
  height: 0.9rem;
  background-color: #52549a;
  border-radius: 0.2rem;
  border: solid 0.01rem #25314e;
  margin-top: 0.38rem;
  display: flex;
  align-items: center;
}
.logo-box .form .input-wrapper input {
  background: none;
  border: none;
  height: 0.9rem;
  width: 0.2rem;
  flex: 1 1 auto;
  padding: 0 0.48rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #e1e1e1;
  box-sizing: border-box;
}
.logo-box .form .input-wrapper input::placeholder {
  color: #e1e1e1;
}
.logo-box .form .input-wrapper .code {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding-right: 0.46rem;
  display: inline-flex;
}
.logo-box .form .input-wrapper .code::before {
  content: "";
  width: 0.03rem;
  height: 0.42rem;
  background-color: #ffffff;
  border-radius: 0.01rem;
  margin-right: 0.1rem;
}
.logo-box .form .tip {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #666666;
  margin-top: 0.28rem;
}
.logo-box .form .btn1 {
  font-size: 0.32rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  width: 5.3rem;
  height: 0.9rem;
  background-color: #dab15c;
  border-radius: 0.2rem;
  display: block;
  line-height: 0.9rem;
  margin-top: 0.3rem;
}
.logo-box .form .tip2 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.01rem;
  color: #e5c789;
  margin-top: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box .form .tip2::before {
  content: "";
  background: url(../images/q_tag.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
}
.logo-box .form .agreement {
  width: 4.92rem;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: 0.01rem;
  color: #999999;
  text-align: left;
  line-height: 0.41rem;
  margin-top: 0.42rem;
}
.logo-box .form .agreement a {
  color: #e5c789;
}
.logo-box .form .agreement.on::before {
  content: "";
  display: inline-flex;
  background: url(../images/checked.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.2rem;
  height: 0.19rem;
}
.logo-box .form .agreement::before {
  content: "";
  display: inline-flex;
  background: url(../images/check.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.2rem;
  height: 0.19rem;
}

.f-logo {
  background: url(../images/f_logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  font-size: 0;
  width: 4.67rem;
  height: 0.63rem;
  margin-top: 1.8rem;
  display: block;
}

.f-logo.v2 {
  margin: 0.63rem auto 0.87rem;
}

.refresh {
  background: url(../images/refresh.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.87rem;
  height: 0.87rem;
  position: fixed;
  bottom: 3.57rem;
  right: 0.3rem;
}

.reset {
  background: url(../images/reset.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.87rem;
  height: 0.87rem;
  position: fixed;
  bottom: 1.97rem;
  right: 0.3rem;
}
.reset .tip {
  font-size: 0.18rem;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  line-height: 1.333;
  text-align: right;
  background-color: rgb(221, 190, 131);
  min-width: 1.25rem;
  height: 0.36rem;
  line-height: 0.36rem;
  position: absolute;
  top: -0.48rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0.1rem;
  text-align: center;
}
.reset .tip::before {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: rgb(221, 190, 131);
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

.immersive.inquire {
  padding-top: 2.56rem;
}

.inquire {
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: 7.5rem 15.66rem;
  background-color: #232169;
  padding-top: 2.56rem;
  box-sizing: border-box;
  min-height: 100vh;
}
.inquire .logo {
  font-size: 0;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 3.74rem;
  height: 0.85rem;
  position: relative;
  margin-left: 0.4rem;
}
.inquire .title {
  background: url(../images/title.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.19rem;
  height: 1.57rem;
  font-size: 0;
  position: relative;
}
.inquire .user-box {
  display: flex;
  padding: 0 0.42rem;
}
.inquire .user-box .via-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquire .user-box .via-wrapper .via {
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 0.16rem;
  border: solid 0.02rem #7c839d;
  object-fit: cover;
}
.inquire .user-box .via-wrapper .level {
  width: 0.7rem;
  height: 0.23rem;
  background-color: #7e81c0;
  border-radius: 0.05rem;
  text-align: center;
  margin-top: 0.11rem;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #262367;
  box-sizing: border-box;
}
.inquire .user-box .nick-wrapper {
  padding-left: 0.2rem;
  padding-top: 0.12rem;
}
.inquire .user-box .nick-wrapper .nick {
  font-size: 0.34rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
}
.inquire .user-box .nick-wrapper .id {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 0.12rem;
}
.inquire .user-box .nick-wrapper .copy {
  width: 0.18rem;
  height: 0.2rem;
  background: url(../images/copy.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  margin-left: 0.15rem;
}
.inquire .user-box .btn1 {
  background: url(../images/btn1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.59rem;
  height: 0.44rem;
  margin-left: auto;
  line-height: 0.44rem;
  text-align: center;
  color: #ffffff;
}
.inquire .info {
  background: url(../images/box1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.95rem;
  height: 5.56rem;
  margin: 0.34rem auto 0;
  padding: 0.18rem 0.23rem;
  box-sizing: border-box;
}
@keyframes appraise-ani {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -180rem;
  }
}
.inquire .info .appraise {
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #fff;
  height: 0.95rem;
  position: relative;
}
.inquire .info .appraise .inner {
  position: relative;
  z-index: 10;
  padding-left: 0.89rem;
  text-align: center;
  width: 4rem;
  height: 0.95rem;
  line-height: 1.02rem;
  top: 0;
  left: 0;
}
.inquire .info .appraise::before {
  content: "";
  width: 5.9rem;
  height: 3rem;
  position: absolute;
  background: url(../images/appraise2.png) no-repeat 0 0;
  background-size: 5.9rem 180rem;
  background-color: transparent;
  animation: appraise-ani steps(60) 5s infinite;
  top: -1rem;
  left: 0;
}
.inquire .info .appraise::after {
  content: "";
  background: url(../images/appraise.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 5.4rem;
  height: 0.95rem;
  position: absolute;
  top: 0;
  left: 0;
}
.inquire .info .appraise.v2 .appraise-bg {
  width: 5.4rem;
  height: 0.95rem;
  position: absolute;
  top: 0;
  left: 0;
}
.inquire .info .appraise.v2::before {
  display: none;
}
.inquire .info .appraise.v2::after {
  display: none;
}
.inquire .info .time {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #c0c0c0;
  display: flex;
  align-items: center;
  padding-left: 0.24rem;
}
.inquire .info .time::before {
  content: "";
  background: url(../images/time.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.21rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.inquire .info .datas {
  position: relative;
  padding-left: 0.24rem;
}
.inquire .info .datas .data-item {
  margin-top: 0.22rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #e7d7b3;
  display: flex;
  align-items: center;
}
.inquire .info .datas .data-item::before {
  content: "";
  background: url(../images/star4.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.11rem;
}
.inquire .info .datas .data-item span {
  font-size: 0.34rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #fefbf4;
}
@keyframes scale {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes trans1 {
  from {
    transform: translate(0.1rem, 0);
  }
  to {
    transform: translate(-0.1rem, 0);
  }
}
@keyframes trans2 {
  from {
    transform: translate(-0.1rem, 0);
  }
  to {
    transform: translate(0.1rem, 0);
  }
}
.inquire .info .share {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/btn2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.57rem;
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  text-shadow: 0px 1px 1px #b58006;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquire .info .share .inner {
  font-size: 0;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.01rem;
  color: #ffffff;
  animation: scale ease-in-out 1s infinite alternate;
  background: url(../images/btn2_inner.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.51rem;
  height: 0.38rem;
}
.inquire .info .share::before {
  content: "";
  position: absolute;
  background: url(../images/btn2_tag1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.21rem;
  height: 0.39rem;
  left: 0;
  top: 0.14rem;
  transform: translate(0.1rem, 0);
  animation: trans1 ease-in-out 1s infinite alternate 0.5s;
}
.inquire .info .share::after {
  content: "";
  position: absolute;
  background: url(../images/btn2_tag2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.21rem;
  height: 0.39rem;
  right: 0;
  top: 0.14rem;
  transform: translate(-0.1rem, 0);
  animation: trans2 ease-in-out 1s infinite alternate 0.5s;
}
.inquire .info .lables {
  padding-left: 0.24rem;
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
}
.inquire .info .lables span {
  min-width: 1.26rem;
  height: 0.34rem;
  background-color: #c4c6f2;
  border-radius: 0.06rem;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #1e1b5b;
  margin-right: 0.2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.2rem;
  line-height: 0.36rem;
}
.inquire .info .datas2 {
  width: 6.13rem;
  height: 1.28rem;
  background-image: linear-gradient(#51549a, #51549a), linear-gradient(#f8f0e3, #f8f0e3);
  background-blend-mode: normal, normal;
  border-radius: 0.12rem;
  margin: 0.24rem auto 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.22rem;
}
.inquire .info .datas2 .data-item {
  color: #fefbf4;
  text-align: center;
  width: 25%;
}
.inquire .info .datas2 .data-item .num {
  font-size: 0.42rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.42rem;
  letter-spacing: 0rem;
}
.inquire .info .datas2 .data-item .num .unite {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  letter-spacing: 0rem;
}
.inquire .info .datas2 .data-item .des {
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #c4c6f2;
}
.inquire .tab-wrapper .tab-head {
  display: flex;
  margin-top: 0.34rem;
  padding: 0 0.36rem;
  align-items: center;
}
.inquire .tab-wrapper .tab-head .item {
  background: url(../images/tab_h.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.28rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #fefbf4;
  margin-right: 0.12rem;
}
.inquire .tab-wrapper .tab-head .item.on {
  background: url(../images/tab_h_on.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}
.inquire .tab-wrapper .tab-head .handoff {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.16rem;
  letter-spacing: 0rem;
  color: #f1eae0;
  display: inline-flex;
  margin-left: auto;
}
.inquire .tab-wrapper .tab-head .handoff::after {
  content: "";
  background: url(../images/handoff.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.62rem;
  height: 0.35rem;
  margin-left: 0.1rem;
}
.inquire .tab-wrapper .tab-head .handoff.on::after {
  content: "";
  background: url(../images/handoff2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.62rem;
  height: 0.35rem;
  margin-left: 0.1rem;
}
.inquire-wrapper {
  padding-top: 2.56rem;
}

.inquire.v2 {
  padding-top: 1.24rem;
  padding-bottom: 1.2rem;
}

.inquire-bottom {
  height: 3.46rem;
}

.box2 {
  min-height: 3.26rem;
  margin: 0.58rem auto 0;
  width: 6.95rem;
  position: relative;
  background: url(../images/box2_3.png) repeat-y 0 0;
  background-size: 6.95rem 0.2rem;
  background-color: transparent;
  padding: 0.22rem 0.4rem;
  box-sizing: border-box;
}
.box2::before {
  content: "";
  background: url(../images/box2_1.png) no-repeat 0 0;
  background-size: 6.95rem 0.26rem;
  background-color: transparent;
  width: 6.95rem;
  height: 0.26rem;
  position: absolute;
  top: -0.24rem;
  left: 0;
}
.box2::after {
  content: "";
  background: url(../images/box2_2.png) no-repeat 0 0;
  background-size: 6.95rem 0.26rem;
  background-color: transparent;
  width: 6.95rem;
  height: 0.26rem;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
}
.box2 .item-title {
  display: flex;
  width: 6.13rem;
  height: 0.67rem;
  background-image: linear-gradient(#52549a, #52549a), linear-gradient(#f8f0e3, #f8f0e3);
  background-blend-mode: normal, normal;
  border-radius: 0.12rem;
  align-items: center;
  margin-bottom: 0.27rem;
  margin-top: 0.27rem;
}
.box2 .item-title:first-child {
  margin-top: 0;
}
.box2 .item-title .th {
  margin: 0 auto;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: 0rem;
  color: #fefbf4;
}
.box2 .item-title .th span {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #c4c6f2;
}
.box2 .item-title .th.type {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #fefbf4;
}
.box2 .item {
  display: flex;
  margin-bottom: 0.1rem;
}
.box2 .item .via-wrapper {
  width: 0.79rem;
  height: 0.79rem;
  flex: 0 0 auto;
  margin-right: 0.18rem;
  position: relative;
}
.box2 .item .via-wrapper img {
  width: 0.79rem;
  height: 0.79rem;
  border: 1px solid #b3937d;
  box-sizing: border-box;
  border-radius: 0.15rem;
}
.box2 .item .fstar {
  width: 5.27rem;
  display: flex;
  flex-wrap: wrap;
}
.box2 .item .fstar .eclips {
  width: 0.25rem;
  height: 0.06rem;
  margin-top: 0.05rem;
}
.box2 .item .via-wrapper.v2 {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.09rem;
  margin-top: 0.05rem;
}
.box2 .item .via-wrapper.v2 img {
  width: 0.28rem;
  height: 0.28rem;
  mask-size: 0.28rem 0.28rem;
}
.box2 .item .via-wrapper.v2 span {
  min-width: 0.12rem;
  height: 0.12rem;
  background-color: #ff5c5c;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  font-size: 0.09rem;
  line-height: 0.09rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: -0.02rem;
  top: -0.02rem;
}
.box2 .item .progress-wrapper {
  width: 5.18rem;
  height: 0.57rem;
  background-color: #52549a;
  border-radius: 0.11rem;
  margin-top: 0.11rem;
}
.box2 .item .progress-wrapper .progress {
  height: 0.57rem;
  border-radius: 0.11rem;
  background: url(../images/progress_t1.png) no-repeat left center;
  background-size: 0.81rem 0.57rem;
  background-color: transparent;
  background-color: #a0d26f;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.22rem;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  align-items: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.box2 .item .progress-wrapper .progress span {
  font-size: 0.19rem;
  font-weight: normal;
  letter-spacing: 0rem;
  margin-left: 0.02rem;
  color: #ffffff;
}
.box2 .item .progress-wrapper .progress.crooked::after {
  content: "";
  background: url(../images/wai.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.39rem;
  height: 0.39rem;
  position: absolute;
  right: 0.06rem;
  top: 50%;
  margin-top: -0.195rem;
}
.box2 .item .progress-wrapper .progress.v2 {
  background-image: url(../images/progress_t2.png);
  background-color: #e9d057;
}
.box2 .item .progress-wrapper .progress.v3 {
  background-image: url(../images/progress_t3.png);
  background-color: #f9937f;
}
.box2 .item:last-child {
  margin-bottom: 0;
}
.box2 .null {
  margin: 0 auto;
  color: #5e618f;
  white-space: nowrap;
  text-align: center;
}
.box2 .null img {
  width: 1.98rem;
  height: 1.97rem;
}
.box2 .null .des {
  margin-top: 0.15rem;
}
.box2 .item2 {
  width: 6.13rem;
  height: 1.03rem;
  background-image: linear-gradient(#52549a, #52549a), linear-gradient(#f8f0e3, #f8f0e3);
  background-blend-mode: normal, normal;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #fefbf4;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.2rem;
  margin-bottom: 0.26rem;
}
.box2 .item2 .name {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.box2 .item2 .progress-wrapper2 {
  background: url(../images/progress2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 5.7rem;
  height: 0.17rem;
  margin-top: 0.14rem;
}
.box2 .item2 .progress-wrapper2 .progress {
  mask-image: url(../images/progress2.png);
  mask-size: 5.7rem 0.17rem;
  background: #e5c789;
  height: 0.17rem;
}
.box2 .item2 .progress-wrapper2 .progress.v2 {
  background: #f9937f;
}

.tabNewDesign .box2 .item {
  margin-bottom: 0.28rem;
}
.tabNewDesign .box2 .item .progress-wrapper {
  height: 0.48rem;
  margin-top: 0;
}
.tabNewDesign .box2 .item .progress-wrapper .progress {
  height: 0.48rem;
  background-size: 0.68rem 0.48rem;
  font-size: 0.23rem;
}
.tabNewDesign .box2 .item .progress-wrapper .progress span {
  font-size: 0.16rem;
}
.tabNewDesign .box2 .item .progress.crooked::after {
  width: 0.36rem;
  height: 0.36rem;
}
.tabNewDesign .box2 .item:last-child {
  margin-bottom: 0;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

@keyframes dia_tran1 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-0.3rem, 0);
  }
}
@keyframes dia_tran2 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0.3rem, 0);
  }
}
.dia {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.dia .dia-top {
  background: url(../images/dia_top.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.91rem;
  height: 2.73rem;
  margin-bottom: -1.24rem;
  position: relative;
}
.dia .dia-top .tag1 {
  background: url(../images/dia_top_1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.56rem;
  height: 0.12rem;
  position: absolute;
  top: 1.54rem;
  left: 0.8rem;
  animation: dia_tran1 1s ease-in-out infinite alternate;
}
.dia .dia-top .tag2 {
  background: url(../images/dia_top_2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.56rem;
  height: 0.12rem;
  position: absolute;
  top: 1.54rem;
  right: 0.8rem;
  animation: dia_tran2 1s ease-in-out infinite alternate;
}

.btn3 {
  background: url(../images/btn3.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.34rem;
  height: 0.56rem;
  display: block;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.01rem;
  color: #2e3649;
  margin: 0 auto;
}

.qrcode {
  width: 6.95rem;
  height: 2.07rem;
  display: block;
  margin: 0.68rem auto 0;
}
.qrcode img {
  width: 100%;
  height: 100%;
}

.bottom-pop {
  background: url(../images/pop.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 7.5rem;
  height: 4.42rem;
  box-sizing: border-box;
  position: fixed;
  bottom: -0.01rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 0.33rem;
  z-index: 1000;
}
.bottom-pop .close {
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  right: 0.19rem;
  top: 0.17rem;
}
.bottom-pop .pop-title {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0rem;
  color: #1e1b5b;
  text-align: center;
}
.bottom-pop .list {
  padding-top: 0.36rem;
  display: flex;
  flex-wrap: wrap;
}
.bottom-pop .list .item {
  width: 25%;
  text-align: center;
  margin-bottom: 0.24rem;
}
.bottom-pop .list .item img {
  height: 1.41rem;
}

.bottom-pop.v2 {
  background: url(../images/pop2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 7.5rem;
  height: 6.69rem;
  box-sizing: border-box;
}
.bottom-pop.v2 .pop-title {
  font-size: 0.36rem;
}
.bottom-pop.v2 .content {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0rem;
  color: #1e1b5b;
  padding: 0 0.36rem 0 0.56rem;
  margin-top: 0.34rem;
  max-height: 5.2rem;
  overflow-y: auto;
  margin-right: 0.21rem;
}
.bottom-pop.v2 .content::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 0.12rem;
}
.bottom-pop.v2 .content::-webkit-scrollbar-thumb {
  background-color: #e5c789;
  border-radius: 0.06rem;
  width: 0.12rem;
}
.bottom-pop.v2 .content p {
  padding-left: 0.22rem;
  position: relative;
}
.bottom-pop.v2 .content p a {
  text-decoration: underline;
  color: #e5c789;
}
.bottom-pop.v2 .content p::before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.16rem;
  background: url(../images/tag.png) no-repeat 0 0;
  background-size: 0.17rem 0.16rem;
  background-color: transparent;
  position: absolute;
  top: 0.08rem;
  left: 0;
}

.dia2 {
  background: url(../images/dia2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.34rem;
  height: 3.44rem;
  box-sizing: border-box;
  padding: 0.56rem;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dia2 .close {
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.45rem;
  height: 0.46rem;
  position: absolute;
  top: 0.25rem;
  right: 0.27rem;
}
.dia2 .dia-title {
  font-size: 0.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0rem;
  color: #1e1b5b;
  font-weight: 600;
  text-align: center;
}
.dia2 .des {
  min-height: 0.55rem;
  margin-top: 0.4rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: -0.01rem;
  color: #1e1b5b;
  text-align: center;
}
.dia2 .btn-box {
  display: flex;
  align-items: center;
  margin-top: 0.36rem;
  justify-content: space-between;
}
.dia2 .btn4 {
  background: url(../images/btn4.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.43rem;
  height: 0.57rem;
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #e5c789;
  line-height: 0.57rem;
  text-align: center;
}
.dia2 .btn5 {
  background: url(../images/btn5.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 2.43rem;
  height: 0.57rem;
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #1e1b5b;
  line-height: 0.57rem;
  text-align: center;
}

.tab-wrapper2 .tab-head2 {
  background: url(../images/tab2_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.11rem;
  height: 0.58rem;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.tab-wrapper2 .tab-head2 .item {
  width: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0rem;
  color: #ffffff;
  position: relative;
}
.tab-wrapper2 .tab-head2 .item span {
  position: relative;
}
.tab-wrapper2 .tab-head2 .item.on::before {
  content: "";
  background: url(../images/tab2_on.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 3.05rem;
  height: 0.66rem;
  position: absolute;
}
.tab-wrapper2 .tab-head2 .item.on:nth-child(2)::before {
  transform: scaleX(-1);
}
.tab-wrapper2 .tip {
  font-family: SourceHanSansCN-Normal;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.31rem;
  letter-spacing: 0rem;
  color: #c4c6f2;
  margin: 0.29rem 0 0;
  text-align: center;
}
.tab-wrapper2 .tip::before {
  content: "";
  background: url(../images/q_tag2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.19rem;
  height: 0.19rem;
  display: inline-block;
  vertical-align: -0.01rem;
  margin-right: 0.01rem;
}
.tab-wrapper2 .tip2 {
  font-family: SourceHanSansCN-Normal;
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.35rem;
  letter-spacing: 0.01rem;
  color: #c4c6f2;
  text-align: center;
  margin-top: 0.22rem;
}
.tab-wrapper2 .check {
  width: 1.19rem;
  height: 0.41rem;
  background-color: #ddbe83;
  border-radius: 0.21rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #201b62;
  text-align: center;
  margin-top: 0.15rem;
  display: inline-block;
}
.tab-wrapper2 .check::after {
  content: "";
  background: url(../images/arrow.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 0.07rem;
  height: 0.12rem;
  display: inline-block;
}
.tab-wrapper2 .check.v2 {
  margin-top: 0;
}

.rank-podium {
  padding-top: 1.22rem;
  display: flex;
  justify-content: space-around;
}
.rank-podium .item {
  width: 1.95rem;
  background-color: #52549a;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 2.36rem;
}
.rank-podium .item .img-wrapper {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #a47c55;
  border-radius: 50%;
  border: solid 0.03rem #c3d5d9;
  position: relative;
  margin-top: -0.625rem;
}
.rank-podium .item .img-wrapper .via {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  object-fit: cover;
  border: solid 0.03rem #52549a;
  box-sizing: border-box;
}
.rank-podium .item .img-wrapper .num {
  position: absolute;
  width: 0.62rem;
  height: 0.4rem;
  bottom: 0;
  right: -0.1rem;
  font-size: 0;
  background: url(../images/num2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}
.rank-podium .item .name {
  font-family: SourceHanSansCN-Medium;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 1.7rem;
  text-align: center;
}
.rank-podium .item .grades {
  font-family: SourceHanSansCN-Normal;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #c4c6f2;
  letter-spacing: 0;
}
.rank-podium .item:nth-child(2) {
  transform: translate(0, -0.28rem);
}
.rank-podium .item:nth-child(2) .img-wrapper {
  border: solid 0.03rem #fbd568;
}
.rank-podium .item:nth-child(2) .num {
  background: url(../images/num1.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}
.rank-podium .item:nth-child(3) .img-wrapper {
  border: solid 0.03rem #ee854b;
}
.rank-podium .item:nth-child(3) .num {
  background: url(../images/num3.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.rank-title {
  width: 6.54rem;
  height: 0.67rem;
  background-color: #52549a;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #f1f1f1;
  justify-content: space-between;
  margin-top: 0.46rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
}

.box3 {
  background: url(../images/box3.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.95rem;
  height: 14.02rem;
  padding: 0.43rem 0.23rem;
  box-sizing: border-box;
  margin: 0.34rem auto 0;
}

.rank-list {
  margin-top: 0.34rem;
  height: 4.92rem;
  overflow-y: auto;
}
.rank-list .item {
  height: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.2rem;
}
.rank-list .item .num {
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #fefbf4;
  width: 10%;
  text-align: center;
}
.rank-list .item .via {
  width: 0.52rem;
  height: 0.52rem;
  background-color: #bd9658;
  border: solid 0.02rem #e4e4e4;
  border-radius: 50%;
}
.rank-list .item .name {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #c4c6f2;
  width: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-list .item .grades {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  width: 0.8rem;
  text-align: right;
}

.my-item {
  width: 6.54rem;
  height: 1.13rem;
  background-color: #52549a;
  border-radius: 0.1rem;
  border: solid 0.02rem #8486b9;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.my-item .num {
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #fefbf4;
  width: 10%;
  text-align: center;
}
.my-item .via {
  width: 0.52rem;
  height: 0.52rem;
  background-color: #bd9658;
  border: solid 0.02rem #e4e4e4;
  border-radius: 50%;
}
.my-item .name {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #c4c6f2;
  width: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-item .grades {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.41rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
  width: 0.8rem;
  text-align: right;
}

.btn-box {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.btn6 {
  background: url(../images/btn6.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.5rem;
  height: 0.54rem;
  margin-left: auto;
  line-height: 0.54rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: bold;
}

.btn7 {
  background: url(../images/btn7.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.5rem;
  height: 0.54rem;
  margin-left: auto;
  line-height: 0.54rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: bold;
}

.btn8 {
  background: url(../images/btn8.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 1.5rem;
  height: 0.54rem;
  margin-left: auto;
  line-height: 0.54rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: bold;
}

.immersive {
  padding-top: 1.82rem;
}

.share-ft {
  margin: 0.48rem auto;
  padding: 0.3rem 0.32rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  background: url(../images/qrcode2.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: 6.95rem;
  height: 2.23rem;
}
.share-ft .s-top {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-ft .s-top .s-right {
  width: 1.13rem;
  height: 1.13rem;
  border-radius: 0.09rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-ft .s-top .s-right img {
  width: 1.13rem;
  height: 1.13rem;
}
.share-ft .s-txt {
  border-top: #aaa dashed 1px;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.34rem;
  padding-top: 0.12rem;
  opacity: 0.6;
}

/*# sourceMappingURL=style.css.map */
