@charset "UTF-8";
/*
 * @Description:
 * @Autor: FXF
 * @Date: 2026-07-20 15:55:26
 * @LastEditors: FXF
 * @LastEditTime: 2026-07-21 19:55:23
 */
html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66667px;
    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.93333px;
    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.33333px;
    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;
  }
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

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: transparent;
}

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;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mt15 {
  margin-top: 0.15rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

.mt25 {
  margin-top: 0.25rem !important;
}

.mt30 {
  margin-top: 0.30rem !important;
}

.mt35 {
  margin-top: 0.35rem !important;
}

.mt40 {
  margin-top: 0.40rem !important;
}

.mt45 {
  margin-top: 0.45rem !important;
}

.mt50 {
  margin-top: 0.50rem !important;
}

.mt55 {
  margin-top: 0.55rem !important;
}

.mt60 {
  margin-top: 0.60rem !important;
}

.mt65 {
  margin-top: 0.65rem !important;
}

.mt70 {
  margin-top: 0.70rem !important;
}

.mt80 {
  margin-top: 0.80rem !important;
}

.mt85 {
  margin-top: 0.85rem !important;
}

.mt90 {
  margin-top: 0.90rem !important;
}

.mt95 {
  margin-top: 0.95rem !important;
}

.mt100 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mb20 {
  margin-bottom: 0.20rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.mb30 {
  margin-bottom: 0.30rem !important;
}

.mb35 {
  margin-bottom: 0.35rem !important;
}

.mb40 {
  margin-bottom: 0.40rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.mb50 {
  margin-bottom: 0.50rem !important;
}

.mb55 {
  margin-bottom: 0.55rem !important;
}

.mb60 {
  margin-bottom: 0.60rem !important;
}

.mb65 {
  margin-bottom: 0.65rem !important;
}

.mb70 {
  margin-bottom: 0.70rem !important;
}

.mt120 {
  margin-top: 1.2rem !important;
}

.mt140 {
  margin-top: 1.4rem !important;
}

body {
  background-color: #000000;
  margin: 0 auto;
  font-size: 0.24rem;
}

.box {
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto !important;
}

.nav-box {
  position: relative;
  width: 7.33rem;
  height: auto;
  margin: 0.2rem auto 0;
  background-color: #323a41;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem;
}

.nav {
  display: flex;
  align-items: center;
}

.nav a {
  width: 1.35rem;
  height: 0.51rem;
  text-align: center;
  font-size: 0.26rem;
  color: #0ff796;
  line-height: 0.55rem;
  margin-left: 0.1rem;
  box-sizing: border-box;
  padding-top: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/nav.png") no-repeat center center;
  background-size: 100% 100%;
}

.nav a:nth-child(1) {
  margin-left: 0;
}

.nav a i.ic-add {
  width: 0.18rem;
  height: 0.19rem;
  background: url("../images/ic-add.png") no-repeat center center;
  background-size: 100% 100%;
}

.nav a i.ic-more {
  width: 0.31rem;
  height: 0.06rem;
  background: url("../images/ic-more.png") no-repeat center center;
  background-size: 100% 100%;
}

.nav a.on {
  color: #232420;
  background: url("../images/nav-on.png") no-repeat center center;
  background-size: 100% 100%;
}

.login-info {
  position: relative;
  box-sizing: border-box;
  margin-top: 0.3rem;
}

.login-info .lg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-info .lg-btn a {
  line-height: 99;
  overflow: hidden;
  position: relative;
  width: 2.05rem;
  height: 0.45rem;
  margin: 0 0.3rem;
}

.login-info .lg-btn a.lgbtn1 {
  background: url("../images/lg-btn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.login-info .lg-btn a.lgbtn2 {
  background: url("../images/lg-btn2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.login-info .lg-tips {
  text-align: center;
  color: #fff;
  margin-top: 0.2rem;
  font-size: 0.2rem;
}

.login-info .lg-tips i {
  display: inline-block;
  margin-top: 0.04rem;
  vertical-align: top;
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.04rem;
  background: url("../images/ic-y.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.login-info .lg-tips i.on {
  background: url("../images/ic-y-on.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.login-info .lg-tips a {
  color: #0ff796;
}

.login-info .lg-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 0.4rem;
  margin: 0.28rem 0 0.2rem;
}

.login-info .lg-con span {
  font-size: 0.24rem;
  color: #ffffff;
}

.login-info .lg-con a {
  width: 1.62rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.24rem;
  color: #000000;
  background: url("../images/lg-btn3.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.lg-item {
  width: 7.08rem !important;
  box-sizing: border-box;
}

.lg-item::after {
  width: 7.08rem !important;
}

.lg-item::before {
  width: 7.08rem !important;
}

.lg-item .card-tit span {
  flex: none;
  position: relative;
}

.lg-item .card-tit span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.02rem;
  bottom: -0.06rem;
  left: 0;
  background-color: #09e88b;
}

.lg-item .card-tit::after {
  display: none;
}

.lg-item .card-tit i {
  width: 0.23rem;
  height: 0.23rem;
  margin-left: 0.08rem;
  background: url("../images/ic-qu2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.par-box {
  width: 7.12rem;
  height: 1.78rem;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.1rem;
  background: url("../images/box1.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 0.52rem;
}

.par-box .par-num {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding-left: 0.2rem;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.28rem;
}

.par-box .par-num p {
  color: #dddddd;
  font-weight: bold;
  font-size: 0.4rem;
}

.par-box .par-num p em {
  font-size: 0.52rem;
}

.par-box .par-num p i {
  font-size: 0.32rem;
}

.par-box .par-num span {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #1cffa0;
}

.par-box .par-line {
  width: 6.64rem;
  height: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #09e88b;
  position: relative;
  margin: 0 auto;
}

.par-box .par-line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
  background-color: #09e88b;
}

.card-box {
  position: relative;
  width: 7.33rem;
  height: auto;
  margin: 0.2rem auto 0;
  background-color: #323a41;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem;
}

.card-nav {
  display: flex;
  align-items: center;
}

.card-nav a {
  width: 1.76rem;
  height: 0.51rem;
  text-align: center;
  font-size: 0.26rem;
  color: #0ff796;
  line-height: 0.55rem;
  margin-left: 0.1rem;
  box-sizing: border-box;
  padding-top: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/cnav.png") no-repeat center center;
  background-size: 100% 100%;
}

.card-nav a:nth-child(1) {
  margin-left: 0;
}

.card-nav a.on {
  color: #232420;
  background: url("../images/cnav-on.png") no-repeat center center;
  background-size: 100% 100%;
}

.c-tips {
  width: 4.24rem;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem auto 0;
  border: 1px solid #868a8d;
}

.c-tips i {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.2rem;
  background: url("../images/ic-qu.png") no-repeat center center;
  background-size: 100% 100%;
}

.c-tips span {
  opacity: 0.8;
  font-size: 0.2rem;
  color: #0ff796;
}

.card-item {
  width: 7.19rem;
  height: auto;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.2rem;
  padding-top: 0.08rem;
  padding-left: 0.16rem;
  padding-bottom: 0.2rem;
}

.card-item::after {
  content: "";
  position: absolute;
  width: 7.19rem;
  height: auto;
  top: 0;
  left: 0;
  bottom: 1.05rem;
  background: url("../images/b-top.png") no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}

.card-item::before {
  content: "";
  position: absolute;
  width: 7.19rem;
  height: 1.05rem;
  left: 0;
  bottom: 0;
  background: url("../images/b-bom.png") no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}

.card-tit {
  display: flex;
  align-items: center;
  position: relative;
  width: 6.94rem;
  margin: 0 auto;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.card-tit::after {
  content: "";
  position: absolute;
  width: 6.94rem;
  height: 0.02rem;
  bottom: -0.06rem;
  left: 0;
  background: url("../images/b-line.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.card-tit span {
  flex: 1;
  font-size: 0.24rem;
  color: #0ff796;
  font-weight: bold;
}

.card-tit p {
  font-size: 0.24rem;
  color: #fff;
}

.card-tit p em {
  color: #0ff796;
}

.card-tit a {
  width: 0.83rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.22rem;
  color: #fff;
  background: url("../images/btn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.card-list {
  margin-left: 0.05rem;
  margin-top: 0.24rem;
}

.card-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-list ul li {
  position: relative;
  margin-right: 0.22rem;
  margin-bottom: 0.06rem;
}

.card-list ul li:nth-child(5n) {
  margin-right: 0;
}

.card-list ul li div {
  width: 1.18rem;
  height: 1.35rem;
  background: url("../images/c-item.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.card-list ul li div img {
  width: 0.96rem;
  height: 1.2rem;
  object-fit: contain;
}

.card-list ul li div i {
  width: 0.22rem;
  height: 0.22rem;
  background: url("../images/ic-d.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.card-list ul li div em {
  position: absolute;
  bottom: -0.01rem;
  right: 0;
  font-size: 0.2rem;
  color: #0ff796;
  width: auto;
  height: 0.22rem;
  line-height: 0.22rem;
  background-color: #1b2c25;
  border: 0.02rem solid #0ff796;
  padding: 0 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-list ul li p {
  font-size: 0.22rem;
  color: #0ff695;
  margin-top: 0.05rem;
  text-align: center;
}

.card-list ul li.un {
  opacity: 0.55;
}

.card-list ul li.un div i {
  display: none;
}

.card-list ul li.un div em {
  display: none;
}

.card-list ul li.un::after {
  content: "未收集";
  position: absolute;
  top: 0.58rem;
  left: 50%;
  width: 0.88rem;
  height: 0.3rem;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 0.24rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.bom-sl {
  position: relative;
  width: 7.5rem;
  box-sizing: border-box;
  margin: 0.4rem auto 0.4rem;
}

.pop {
  position: relative;
  width: 5.24rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 0.08rem;
}

.pop .p-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.47rem;
  height: 0.47rem;
  background: url("../images/p-close.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop .p-tit {
  font-size: 0.3rem;
  color: #000000;
  width: 2.06rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.34rem;
  font-weight: bold;
  margin-left: 0.1rem;
}

.pop .cd-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.99rem;
  height: 3.97rem;
  background: url("../images/cd-img.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0.2rem auto 0;
}

.pop .cd-img img {
  width: 2.56rem;
  height: 3.2rem;
  object-fit: contain;
}

.pop .cd-txt {
  text-align: center;
  font-size: 0.24rem;
  color: #f0f0f0;
  width: 2.32rem;
  height: 0.29rem;
  line-height: 0.2rem;
  background: url("../images/tit-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0.2rem auto 0;
}

.pop .cd-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}

.pop .cd-input i {
  width: 0.45rem;
  height: 0.45rem;
}

.pop .cd-input i.ic-od {
  background: url("../images/ic-od.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop .cd-input i.ic-ad {
  background: url("../images/ic-add2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop .cd-input div {
  margin: 0 0.3rem;
}

.pop .cd-input div input {
  width: 1.93rem;
  height: 0.72rem;
  text-align: center;
  line-height: 0.72rem;
  font-size: 0.48rem;
  color: #10e98e;
  font-weight: bold;
  background: url("../images/ip.png") no-repeat 0 0;
  background-size: 100% 100%;
  border: none;
}

.pop .cd-num-txt {
  text-align: center;
  font-size: 0.24rem;
  color: #0ff796;
  margin-top: 0.1rem;
}

.p-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}

.p-btn a {
  width: 1.83rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.24rem;
  margin: 0 0.3rem;
}

.p-btn a.pbtn1 {
  color: #dedede;
  background: url("../images/pbtn1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-btn a.pbtn2 {
  color: #000000;
  background: url("../images/pbtn2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop1 {
  height: 7.82rem;
  background: url("../images/pop1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop2 {
  height: 3.65rem;
  background: url("../images/pop2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pop3 {
  height: auto;
  background: none;
  z-index: 1;
  position: relative;
  padding: 0.6rem 0.8rem 0.56rem;
}

.pop3::after {
  content: "";
  position: absolute;
  width: 5.24rem;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0.38rem;
  background: url("../images/p3-top.png") no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}

.pop3::before {
  content: "";
  position: absolute;
  width: 5.24rem;
  height: 0.38rem;
  left: 0;
  bottom: 0;
  background: url("../images/p3-bom.png") no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}

.pop3 .p-close {
  top: -0.3rem;
}

.p-bom {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: -3.75rem;
  width: 7.50rem;
  height: 10.45rem;
  background: url("../images/p-bom.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 2;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem;
}

.p-bom .p-close {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.47rem;
  height: 0.47rem;
  background: url("../images/p-close.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-bom .pb-tit {
  text-align: center;
  font-size: 0.3rem;
  color: #0ff796;
  font-weight: bold;
}

.p-bom .pb-txt {
  font-size: 0.22rem;
  color: #ffffff;
  margin-top: 0.14rem;
}

.p-bom .pb-wx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.28rem;
}

.p-bom .pb-wx i {
  width: 0.47rem;
  height: 0.39rem;
  margin-right: 0.06rem;
  background: url("../images/ic-wx.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.p-bom .pb-wx span {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.p-bom .pb-wx span em {
  color: #0ff695;
}

.p-bom .pb-img img {
  display: block;
  margin: 0.14rem auto 0;
  width: 6.6rem;
  height: auto;
}

.pb-tit {
  text-align: center;
  font-size: 0.3rem;
  color: #0ff796;
  font-weight: bold;
}

.pop-con {
  font-size: 0.24rem;
  color: #f0f0f0;
  margin-top: 0.08rem;
}

.p-text {
  width: 2.32rem;
  height: 0.29rem;
  background: url("../images/tit-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0.32rem auto 0;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.2rem;
}

.p-text em {
  color: #0ff796;
}

.sh-input {
  width: 3.78rem;
  height: 0.49rem;
  display: flex;
  align-items: center;
  background: url("../images/sh-input.png") no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 0.2rem;
  margin: 0.2rem auto 0;
  padding-right: 0.2rem;
}

.sh-input input {
  background: none;
  border: none;
  outline: none;
  font-size: 0.24rem;
  color: #10e58b;
  width: 100%;
  height: 100%;
  line-height: 0.49rem;
}

.sh-input input::-webkit-input-placeholder {
  color: #ebebeb;
  font-size: 0.24rem;
}

.sh-btn-box {
  box-sizing: border-box;
  height: 1.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sh-btn {
  width: 3.78rem;
  height: 0.49rem;
  display: flex;
  align-items: center;
  background: url("../images/sh-input.png") no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 0.28rem;
  margin: 0.2rem auto 0;
  padding-right: 0.2rem;
}

.sh-btn i.ic-del {
  width: 0.35rem;
  height: 0.29rem;
  background: url("../images/ic-del.png") no-repeat center center;
  background-size: 0.22rem 0.24rem;
}

.sh-btn i.ic-qs {
  width: 0.35rem;
  height: 0.29rem;
  background: url("../images/ic-qs.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.sh-btn span {
  margin-left: 0.2rem;
  flex: 1;
  font-size: 0.24rem;
  color: #10e58b;
}

.sh-btn a {
  width: 0.32rem;
  height: 0.32rem;
  box-sizing: border-box;
  border: 1px solid #10e58b;
  background-color: #223228;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh-btn a.on::after {
  content: "";
  width: 0.32rem;
  height: 0.3rem;
  background: url("../images/ic-d2.png") no-repeat center center;
  background-size: 100% 100%;
}
