@font-face {
  font-family: 'Alibaba PuHuiTi Heavy';
  src: url('../subject/bts/fonts/AlibabaPuHuiTi-2-105-Heavy.woff2') format('woff2'),
       url('../subject/bts/fonts/AlibabaPuHuiTi-2-105-Heavy.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Alibaba PuHuiTi Black';
  src: url('../subject/bts/fonts/AlibabaPuHuiTi-2-115-Black.woff2') format('woff2'),
       url('../subject/bts/fonts/AlibabaPuHuiTi-2-115-Black.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'DingTalk';
  src: url('../subject/bts/fonts/DingTalk JinBuTi.ttf') format('truetype');
}

html {
  font-size: calc(100vw / 1920 * 100) !important;
}

body {
  line-height: 1.5;
}

img {
  width: 100%;
}

.main_head {
  margin-top: -3.9rem;
  margin-bottom: 0.5rem;
  animation: main-top 1s;
}

.wrap {
  width: 14.4rem;
  max-width: 90%;
}

.modular6.content .wrap {
  padding: 0;
}

.modular6.content .wrap .worm-tags .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
}

@keyframes main-top {
  0% {
    transform: translate3d(0, 0.3rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.banner {
  margin-bottom: -1.5rem;
}

.banner .info {
  position: absolute;
  top: 2rem;
  line-height: 1.2;
  margin-top: 0.8rem;
  color: #262626;
  left: 0rem;
}

.details_banner .info {
  top: 0rem;
}

.details_banner .banner-container {
  position: relative;
  z-index: 10;
}

.banner .info h2 {
  font-size: 0.6rem;
  line-height: 1.4;
  margin-bottom: 0.4em;
  font-weight: 600;
}

.banner .info h3 {
  font-size: 0.32rem;
  line-height: 1.25;
  margin-bottom: 0.4em;
  font-weight: 600;
}

.banner .info h4 {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.4;
}

.banner .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.64rem 0;
}

/* Banner容器 */
.banner-container {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  width: 14.4rem;
  max-width: 100%;
  margin: 0 auto;
}

/* Banner顶部区域 */
.banner-top-section {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}

/* 标题行 - 国家超算互联网核心节点 */
.banner-title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
}

.banner-title-text {
  font-size: 0.5rem;
  font-family: 'Alibaba PuHuiTi Heavy';
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.banner-title-char {
  display: inline-block;
  background: linear-gradient(90deg, #FFF 60%, rgba(255, 255, 255, 0.24) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: rgba(255, 255, 255, 0.24); /* Fallback color */
}

/* Banner主区域 */
.banner-main-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.16rem;
}

/* 主标题 - 邀测计划 */
.banner-main-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.8rem;
  line-height: 0.9em;
  margin: 0;
  color: #FFFFFF; /* Fallback color for browsers that don't support gradient text */
  background: linear-gradient(135deg, #EBABFF 0%, #FFFFFF 50%, #FFF9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 卡片包装器 */
.banner-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.02rem;
}

/* Banner卡片通用样式 */
.banner-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.02rem 0.16rem;
  color: #FFFFFF;
}

.banner-card-text {
  font-family: 'DingTalk';
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.24rem;
  text-align: center;
  white-space: nowrap;
}

.banner-card-text span {
  font-size: 0.22rem;
  color: #FFD294;
}

/* 上部分卡片 - 万卡集群正式开测 */
.banner-card-top {
  background: linear-gradient(90deg, #E887A6 0%, #4425FD 100%);
  border-radius: 0.16rem 0.16rem 0.04rem 0.04rem;
  width: 100%;
}

/* 下部分卡片 - 邀您瓜分 亿元 算力 */
.banner-card-bottom {
  background: linear-gradient(90deg, #194A98 0%, #003ACB 50%, #1F3682 100%);
  border-radius: 0.04rem 0.04rem 0.16rem 0.16rem;
  width: 2.19rem;
}

.banner-card-bottom .banner-card-text {
  line-height: 0.32rem;
}

/* 活动时间卡片 */
.banner-time-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.04rem 0.16rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.32);
  border-radius: 0.08rem;
  width: fit-content;
}

.banner-time-text {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #D99CFF; /* Fallback color for browsers that don't support gradient text */
  background: linear-gradient(90deg, #F8F7FF 0%, #D99CFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.ycjh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  padding: 0.12rem 0.4rem 0.12rem 0.48rem;
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  position: relative;
  box-shadow: none;
  isolation: isolate;
}

.ycjh-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ycjh-btn::before {
  content: '';
  position: absolute;
  inset: -0.02rem;
  border-radius: 0.3rem;
  background: conic-gradient(from 50deg at 50% 50%, #6A00FF 0deg, #FFA730 95deg, #FF0000 184deg, #0077FF 265deg, #6A00FF 360deg);
  z-index: -2;
  pointer-events: none;
}

.ycjh-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: calc(0.3rem - 0.02rem);
  background: linear-gradient(135deg, #6E19DF 0%, #112772 100%);
  z-index: -1;
  pointer-events: none;
  border: 0.02rem solid #D1D2DE;
}

/* 图标样式 */
.ycjh-btn img {
  width: 0.18rem;
  height: 0.18rem;
  flex-shrink: 0;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.ycjh-btn span {
  position: relative;
  z-index: 1;
}

.ycjh-btn:hover {
  background: linear-gradient(135deg, #7E29EF 0%, #223882 100%);
  transform: translateY(-0.02rem);
  box-shadow: inset 0 0 0 0.05rem rgba(24, 20, 17, 1), 0 0.04rem 0.12rem rgba(0, 0, 0, 0.2);
}

.ycjh-btn:hover::after {
  background: linear-gradient(135deg, #7E29EF 0%, #223882 100%);
}

.modular {
  margin-bottom: 2rem;
  position: relative;
  clear: both;
}

.main {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.main .close {
  position: fixed;
  top: 80px;
  right: 1.5rem;
  background: url(../images/p21.png) center center no-repeat #fff;
  background-size: cover;
  width: 0.4rem;
  z-index: 2;
  height: 0.4rem;
  cursor: pointer;
  border-radius: 0.5rem;
}

.main::after {
  content: '';
  background: url(../images/p6.png) no-repeat top left;
  position: absolute;
  z-index: 5;
  top: 9.13rem;
  right: 2.1rem;
  width: 16.02rem;
  height: 51.16rem;
  background-size: contain;
  pointer-events: none;
}

.main_head img,
.modular img {
  vertical-align: top;
}

.modular1 {
  width: 14.86rem;
}

.modular2 {
  width: 14.74rem;
  float: right;
}

.modular3 {
  width: 16.24rem;
}

.modular4 {
  width: 17.74rem;
  float: right;
}

.modular5 {
  width: 17.65rem;
  margin-bottom: 1.23rem;
}

.modular .info {
  position: absolute;
  margin-left: 1.4rem;
  margin-top: 1.1rem;
  top: 0;
  left: 0;
  width: calc(100% - 1.4rem);
  box-sizing: border-box;
}

.modular .info.right {
  margin-left: 0;
  margin-right: 1.4rem;
}

.modular .title {
  font-size: 0.6rem;
  color: #2a2a2a;
}

.modular .title h2 {
  font-size: 0.72rem;
  line-height: 1;
}

.modular .title h3 {
  font-size: 0.6rem;
}

.modular .title h2 .l {
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: middle;
}

.modular .title h2 .l::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.8em;
  background: #2a2a2a;
  display: inline-block;
  transform: rotate(14deg);
  margin: 0 0.2rem;
}

.modular .title h2 .r {
  font-size: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.modular .title h2 .r .en {
  font-size: 0.11rem;
  text-transform: uppercase;
}

.modular .title h4 {
  font-size: 0.24rem;
  margin-top: 0.16rem;
}

.modular .title.right {
  text-align: right;
  float: right;
}

.modular .title.right h2 .l {
  margin-left: -0.25em;
  margin-right: 0;
}

.modular .title.right h2 .l::after {
  display: none;
}

.modular .title.right h2 .l::before {
  content: '';
  display: block;
  width: 1px;
  height: 0.8em;
  background: #2a2a2a;
  display: inline-block;
  transform: rotate(14deg);
  margin: 0 0.2rem;
}

.modular1 .card {
  margin-top: 0.4rem;
}

.modular1 .card .item {
  width: 6.09rem;
  float: left;
  position: relative;
}

.modular1 .card .item .text {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.modular1 .card .item .text h2 {
  font-size: 0.3rem;
  margin-bottom: 0.24rem;
}

.modular1 .card .item .text h3 {
  font-size: 0.16rem;
  margin-bottom: 0.32rem;
}

.modular2 .content {
  clear: both;
  padding: 0 1.4rem;
  padding-top: 0.3rem;
  padding-right: 0;
}

.modular2 .gift {
  position: relative;
}

.modular2 .gift::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.47rem;
  background: linear-gradient(to right, #fd04ff, #6d00ff);
  height: 0.18rem;
  border-radius: 0.18rem;
  width: 100%;
}

.modular2 .gift li {
  width: 20%;
  text-align: center;
  display: inline-block;
  margin-left: -0.25em;
  position: relative;
}

.modular2 .gift li::before,
.modular2 .gift li::after {
  content: '';
  bottom: 0;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.4rem;
  left: 50%;
  bottom: 0.16rem;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.modular2 .gift li::before {
  width: 0.1rem;
  height: 0.1rem;
  background: #ff04ff;
  bottom: 0.46rem;
  z-index: 3;
}

.modular2 .gift li .text {
  font-size: 0.18rem;
  line-height: 1.8;
}

.modular2 .gift li .text {
  margin-top: 0.3rem;
}

.modular2 .gift li .tip {
  margin-top: 0.8rem;
}

.modular2 .gift li .tip,
.modular2 .gift li .text p {
  font-size: 0.16rem;
}

.modular2 .gift li .tip.pink {
  color: #ff04ff;
}

.modular2 .gift li img {
  width: auto;
  max-width: calc(100% - 0.4rem);
  vertical-align: bottom;
}

.modular2 .btns {
  color: #fff;
  margin-top: 0.4rem;
}

.modular2 .btns .l {
  float: left;
}

.modular2 .btns .r {
  float: right;
  display: flex;
  margin-top: 0.14rem;
}

.modular2 .btns .r .worm-button {
  margin-left: 0.2rem;
}

.modular3 .icons {
  text-align: center;
  width: 10rem;
  margin: 0 -1rem;
  margin-top: 0.85rem;
}

.modular3 .icons li {
  width: 33.33%;
  float: left;
  position: relative;
}

.modular3 .icons li+li::after {
  content: '';
  display: block;
  width: 1.6rem;
  border-top: 0.05rem dotted #2a2a2a;
  position: absolute;
  top: 0.6rem;
  left: -0.8rem;
}

.modular3 .icons .icon {
  border-radius: 3rem;
  width: 1.26rem;
  height: 1.26rem;
  text-align: center;
  line-height: calc(1.26rem - 4px);
  border: 1px solid rgba(0, 120, 218, 0.25);
  display: inline-block;
  margin-bottom: 0.24rem;
  position: relative;
}

.modular3 .icons .icon::after,
.modular3 .icons .icon::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.2rem;
  width: 1.1rem;
  height: 1.1rem;
  background: linear-gradient(to right, #20d3e8, #068ee1);
}

.modular3 .icons .icon::before {
  width: 1rem;
  height: 1rem;
  background: #fafdfd;
  z-index: 1;
}

.modular3 .icons .icon img {
  width: 0.31rem;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.modular3 .icons,
.modular3 .icons h2 {
  font-size: 0.16rem;
}

.modular3 .icons h3 {
  font-size: 0.14rem;
}

.modular3 .btns {
  clear: both;
  color: #fff;
  padding-top: 0.6rem;
  font-size: 0;
}

.modular3 .btns .text,
.modular3 .btns .worm-button.type3 {
  display: inline-block;
  vertical-align: middle;
}

.modular3 .btns .text {
  font-size: 0.14rem;
  margin-left: 0.4rem;
  color: #2a2a2a;
}

.modular4 .info .icon {
  display: inline-block;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  vertical-align: middle;
  font-size: 0;
}

.modular4 .info .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 16px 8px hsla(0, 0%, 90%, 0.5);
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: top;
}

.modular4 .info .icon img {
  width: 0.68rem;
  height: 0.68rem;
  object-fit: contain;
}

.modular4 .info .content h2 {
  font-size: 0.24rem;
}

.modular4 .info .content {
  clear: both;
  padding-left: 1.2rem;
  padding-top: 0.6rem;
}

.modular4 .info .content h2 {
  margin-bottom: 0.3rem;
}

.modular4 .info .content .l,
.modular4 .info .content .r {
  width: calc(50% - 1.35rem);
  margin-left: 1.3rem;
  float: left;
}

.modular4 .info .content li {
  display: flex;
  padding: 0.3rem 0;
  border: 1px solid #a9a9a6;
  border-left: 0;
  border-right: 0;
  margin-top: -1px;
  position: relative;
}

.modular4 .info .content h3 {
  font-size: 0.18rem;
}

.modular4 .info .content h4 {
  font-size: 0.16rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modular4 .info .content .tags {
  font-size: 0.14rem;
  margin-top: 0.2rem;
}

.modular4 .info .content .tags .item {
  display: inline-block;
  color: #113fd3;
  border: 1px solid #113fd3;
  border-radius: 0.05rem;
  padding: 0.025rem 0.05rem;
}

.modular4 .info .icon-box {
  margin-right: 0.3rem;
}

.modular4 .info .content .conter {
  width: 9.6rem;
  color: #2a2a2a;
  line-height: 1.2;
}

.modular4 .info .content .right {
  font-size: 0.16rem;
  position: absolute;
  right: 0;
}

.modular4 .info .content .right a {
  text-decoration: underline;
  color: #2a2a2a;
}

.top\[20\] {
  margin-top: 0.2rem;
}

.modular4 .info .content .btns {
  margin-top: 0.4rem;
  clear: both;
}

.modular5 .card {
  margin: -0.16rem;
  margin-top: 0.54rem;
  width: 13.5rem;
  position: relative;
  z-index: 1;
}

.modular5 .card .item {
  width: calc(50% - 0.32rem);
  float: left;
  margin: 0.16rem;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}

.modular5 .card .text {
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 0.6rem 0.7rem;
}

.modular5 .card .btns {
  position: absolute;
  padding: 0.6rem 0.7rem;
  bottom: 0;
  font-size: 0;
  z-index: 9;
}

.modular5 .card .btns a {
  display: inline-block;
  margin-right: 0.2rem;
}

.modular5 .card .text h2 {
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
}

.modular5 .card .text h3 {
  font-size: 0.16rem;
  line-height: 1.8;
}

.modular5::after {
  content: '';
  position: absolute;
  background: url(../images/p7.png) no-repeat top left;
  right: 3.3rem;
  top: 0.7rem;
  width: 2.83rem;
  height: 4.67rem;
  background-size: contain;
}

.worm-button {
  font-size: 0.16rem;
  display: block;
  background: linear-gradient(to right, #fd04ff, #6d00ff);
  width: 1.5rem;
  text-align: center;
  border-radius: 3rem;
  padding: 0.1rem 0;
  transition: all 0.2s;
  box-shadow: 0 0.03rem #3c169f;
  color: #fff !important;
  z-index: 9;
}

.worm-button.consult {
  position: relative;
}

.worm-button.consult::after {
  content: '';
  background: url(../images/AgAABTMR1NA8tfYYFJJFO4gzCJ_wmf95.png) center center no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: -1.6rem;
  margin-left: -0.75rem;
  z-index: 9;
  border-radius: 0.05rem;
  display: none;
}

.worm-button.consult.on::after {
  display: block;
}

.worm-button.type3,
.worm-button.type2 {
  padding: 0.18rem 0;
  width: 2.7rem;
  background: linear-gradient(to right, #a059ff, #6a01f4);
  box-shadow: 0 0 #3c169f;
  font-size: 0.24rem;
}

.worm-button.type3 {
  background: linear-gradient(to right, #00aae9, #0079da);
}

.worm-button:hover {
  background: linear-gradient(to right, #6d00ff, #fd04ff);
  color: #fff !important;
}

.worm-button:active {
  transform: translateY(0.02rem);
  box-shadow: 0 0.01rem #3c169f;
}

.worm-button.type3:active,
.worm-button.type2:active {
  box-shadow: 0 0rem #3c169f;
}

.phone {
  display: none;
}

.main.none::after {
  display: none;
}

.modular6.content {
  position: relative;
  background: linear-gradient(180deg, rgba(69, 15, 156, 0.00) 0%, #450F9C 5.97%, #A191FF 28.05%, #0B2580 100%);
  z-index: 1;
  padding-bottom: 1.1rem;
}

.modular6.content .activity-desc {
  font-size: 0.14rem;
  text-align: center;
  color: #262626;
  font-weight: 400;
  padding: 0.2rem 0.5rem 0;
}

/* 活动简介样式 */
.intro-box {
  position: relative;
  width: 100%;
  height: 1.51rem;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.intro-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.intro-text-block {
  position: absolute;
  top: 0.24rem;
  max-height: 1.12rem;
  overflow: hidden;
}

.intro-text-left {
  left: 0.15rem;
  width: 4.9rem;
}

.intro-text-right {
  left: 6.5rem;
  width: 6.95rem;
}

.intro-text-item {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.28rem;
  text-align: justify;
  word-break: break-word;
  margin: 0;
  padding: 0;
  display: block;
}


.intro-text-item p {
  margin: 0;
  padding: 0;
  line-height: 0.28rem;
}

.intro-text-item p strong {
  font-family: 'Alibaba PuHuiTi Heavy';
}

.intro-text-left .intro-text-item {
  color: rgba(255, 255, 255, 0.8);
}

.intro-text-right .intro-text-item {
  color: rgba(255, 255, 255, 0.6);
}

/* 向下箭头样式 */
.intro-arrow-down {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.intro-arrow-down img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* PC端隐藏向下箭头 */
.intro-arrow-down {
  display: none;
}

.worm-tags .head .title.on {
  position: relative;
  z-index: 1;
  color: #000;
}

.worm-tags .head .title {
  padding: 0.25em 1.5em;
  font-size: 0.3rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 8em;
}

.worm-tags .head .svg_box {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
}

.worm-tags .head .title svg path {
  fill: rgba(255, 255, 255, 0.2);
}

.worm-tags .head .title.on svg path {
  fill: url(#linear);
  stroke: none;
}

.worm-tags .head .title span {
  position: relative;
  z-index: 2;
  color: #fff;
  white-space: nowrap;
}

.worm-tags .head .title {
  margin-left: -0.125rem;
}

.worm-tags .head .title+.title {
  margin-left: -0.28rem;
}

.worm-tags .content .item {
  display: none;
  padding: 0.4rem 0.5rem;
}

.worm-tags .content .item.on {
  display: block;
}

.worm-tags .content .content-box {
  position: relative;
  width: 100%;
  padding: 0;
}

.worm-tags .content .content-box .top-img {
  position: absolute;
  width: 61.5%;
  left: 50%;
  transform: translateX(-50%);
  top: -17%;
}

.worm-tags .content .content-box p {
  font-size: 0.26rem;
  color: #262626;
  line-height: 0.32rem;
}

.modular7 .model-box {
  position: relative;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0.8rem 0.5rem 0.5rem;
  margin-bottom: 0.7rem;
}

.modular7 .model-box:last-child {
  margin-bottom: 0;
}

.modular7 .model-box .top-img {
  position: absolute;
  height: 0.94rem;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -0.46rem;
}

.modular7 .model-box .img_ct {
  position: relative;
}
.modular7 .model-box .img_ct section {
  position: absolute;
  cursor: pointer;
}
.modular7 .model-box .img_ct .section {
  top: 75%;
  width: 9.8%;
  height: 9.5%;
  border-radius: 0.6rem;
}
.modular7 .model-box .img_ct .section:hover {
  background: rgba(255, 255, 255, 0.16);
}
.modular7 .model-box .img_ct .section-1 {
  left: 35.4%;
}
.modular7 .model-box .img_ct .section-2 {
  left: 86.4%;
}

.modular7 .model-box .hot-link-h1 {
  margin-top: 0.24rem;
  padding: 0.24rem 0;
  font-size: 0.2rem;
  line-height: 1;
  color: #262626;
  text-align: center;
  font-weight: 600;
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
}

.modular7 .model-box .hot-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
}

.modular7 .model-box .hot-link-list .hot-link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px dashed;
  border-radius: 0.1rem;
  padding: 0.18rem 0.16rem;
  color: #000000;
  gap: 0.08rem;
}

.modular7 .model-box .hot-link-list .hot-link-item .hot-link-title {
  font-size: 0.18rem;
  line-height: 1.2;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.modular7 .model-box .hot-link-list .hot-link-item .hot-link-a {
  border-radius: 0.16rem;
  padding: 0.04rem 0.16rem;
  font-size: 0.14rem;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
}

.modular7 .model-box .hot-link-list .hot-link-item .hot-link-a:hover {
  color: #000!important;
}

.modular7 .model-box .hot-link-list .hot-link-item:first-child {
  background-color: rgba(51, 171, 129, 0.1);
  border-color: #33ab81;
}

.modular7 .model-box .hot-link-list .hot-link-item:first-child .hot-link-a {
  background-color: rgba(51, 171, 129, 0.1);
}

.modular7 .model-box .hot-link-list .hot-link-item:nth-child(2) {
  background-color: rgba(238, 143, 70, 0.1);
  border-color: #ee8f46;
}

.modular7 .model-box .hot-link-list .hot-link-item:nth-child(2) .hot-link-a {
  background-color: rgba(238, 143, 70, 0.1);
}

.modular7 .model-box .hot-link-list .hot-link-item:nth-child(3) {
  background-color: rgba(224, 87, 72, 0.1);
  border-color: #e05748;
}

.modular7 .model-box .hot-link-list .hot-link-item:nth-child(3) .hot-link-a {
  background-color: rgba(224, 87, 72, 0.1);
}

.modular7 .model-box .hot-link-list .hot-link-item:last-child {
  background-color: rgba(72, 132, 224, 0.1);
  border-color: #4884e0;
}

.modular7 .model-box .hot-link-list .hot-link-item:last-child .hot-link-a {
  background-color: rgba(72, 132, 224, 0.1);
}

.modular7 .model-box .hd-box {
  padding: 0.2rem 0;
  position: relative;
  background-size: 100% 100%;
  margin-top: 0.4rem;
}

.modular7 .model-box .hd-box .hd-box-title {
  font-size: 0.2rem;
  font-weight: 600;
  color: #262626;
  text-align: center;
}

.modular7 .model-box .hd-box .hd-box-a {
  font-size: 0.14rem;
  font-weight: 600;
  color: #262626;
  position: absolute;
  right: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.modular7 .model-box .hd-box .hd-box-a:hover {
  text-decoration: underline;
  color: #262626!important;
}

.modular7 .model-box .model-lab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.16rem;
}

.modular7 .model-box .model-lab-list .model-lab-item:first-child {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.08rem;
  padding: 0.24rem;
}

.modular7 .model-box .model-lab-list .model-lab-item:first-child h1 {
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      #ff9957 100%);
  border-radius: 2px;
  font-size: 0.18rem;
  line-height: 0.32rem;
  font-weight: 600;
  color: #262626;
  text-align: center;
  margin-bottom: 0.08rem;
}

.modular7 .model-box .model-lab-list .model-lab-item:first-child .how-play-item {
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0.08rem;
  text-indent: -0.8em;
  margin-left: 1em;
  color: #262626;
}

.modular7 .model-box .model-lab-list .model-lab-item:first-child .how-play-item a,
.modular7 .model-box .model-lab-list .model-lab-item:first-child .how-play-item a:hover {
  color: #3666ff!important;
}

.modular7 .model-box .model-lab-list .model-lab-item:first-child .how-play-item a:hover {
  text-decoration: underline;
}

.modular7 .model-box .model-lab-list .model-lab-item:last-child {
  grid-column: span 2;
  /* 占两列 */
}

.modular7 .model-box .model-lab-list .upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.16rem;
  gap: 0.08rem;
}

.modular7 .model-box .model-lab-list .upload-box .upload-tip {
  font-size: 0.12rem;
  color: #262626;
  font-weight: 600;
}

.modular7 .model-box .model-lab-list .upload-box .upload-box-inner {
  position: relative;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  background-color: #ff7e2b;
  padding: 0.08rem 0.18rem;
  cursor: pointer;
}

.modular7 .model-box .model-lab-list .upload-box .upload-box-inner:hover {
  background-color: rgba(255, 126, 43, 0.8);
}

.modular7 .model-box .model-lab-list .upload-box .upload-box-inner .upload-btn {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.modular7 .model-box .model-lab-list .upload-box .upload-box-inner .upload-btn .upload-txt {
  display: flex;
  align-items: center;
  gap: 0.03rem;
}

.modular7 .model-box .model-lab-list .upload-box .upload-box-inner .upload-btn .upload-txt a:hover {
  color: #fff!important;
}

.modular7 .model-box .model-lab-list .upload-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  font-size: 0;
}

.modular7 .model-box .swiper-container .swiper-slide {
  display: flex;
  border-radius: 0.08rem;
  overflow: hidden;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-left {
  flex-shrink: 0;
  width: 2rem;
  perspective: 3rem;
  perspective-origin: right center;
  background: linear-gradient(90deg,
      rgba(234, 163, 151, 0.35) 0%,
      rgba(18, 66, 171, 0.35) 97.98%);
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-left img {
  display: block;
  height: 100%;
  border-top-left-radius: 0.16rem;
  border-bottom-left-radius: 0.16rem;
  transform: rotateY(-5.5deg);
  transform-origin: right center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 0;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: transparent;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .date-info {
  width: 3.1rem;
  height: 0.4rem;
  background-color: #0f1953;
  border-top-right-radius: 0.08rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: 600;
  padding: 0 0.16rem;
  line-height: 0.4rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .title {
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0.4) 29.5%,
      rgba(107, 125, 255, 0.8) 100%);
  width: 100%;
  padding: 0.06rem 0.16rem;
  font-size: 0.18rem;
  color: #000;
  font-weight: 600;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}

.modular7 .model-box .swiper-button-next,
.modular7 .model-box .swiper-button-prev {
  width: 0.4rem;
  height: 0.6rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -0.7rem;
}

.modular7 .model-box .swiper-button-prev {
  left: 0.08rem;
}

.modular7 .model-box .swiper-button-next {
  right: 0.08rem;
}

.modular7 .model-box .swiper-button-prev:active,
.modular7 .model-box .swiper-button-next:active {
  transform: scale(0.9);
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  background-color: #fff;
  padding: 0.1rem 0.16rem 0.16rem;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .user-info {
  display: flex;
  align-items: flex-end;
  color: #262626;
  font-weight: 600;
  gap: 0.16rem;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .user-info .user-name {
  flex-shrink: 0;
  font-size: 0.18rem;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .user-info .user-position {
  font-size: 0.16rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .desc-info {
  flex: 1;
  font-size: 0.14rem;
  color: #262626;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .desc-info p {
  font-size: 0.14rem;
  color: #262626;
  line-height: 0.24rem;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper>div {
  display: block;
  width: 1.2rem;
  height: 0.28rem;
  border-radius: 0.3rem;
  font-size: 0.14rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.28rem;
  cursor: pointer;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper .no-jump {
  cursor: default;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper .un-start {
  background: #557eff33;
  color: #557effcc;
  border: 1px solid #557eff;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper .start {
  background: #265dee;
  color: #fff;
  border: 1px solid #265dee;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper .start:hover {
  background: rgba(38, 93, 238, 0.8);
  color: #fff !important;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper .un-start:hover {
  color: #557effcc !important;
}

.modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .btn-wrapper .link:hover {
  background: rgba(85, 126, 255, 0.1);
}

.main .hdtk-fast {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  top: 70%;
  z-index: 20;
  height: 3.75rem;
  width: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.main .hdtk-fast .hdtk-btn {
  position: relative;
  width: 1.5rem;
  height: 0.4rem;
  background-color: #265dee;
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.4rem;
  cursor: pointer;
  bottom: 0.45rem;
}

.main .hdtk-fast .hdtk-btn:hover {
  background-color: rgba(38, 93, 238, 0.85);
}

.main .hdtk-dialog {
  flex-direction: column;
  gap: 0.16rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 8rem;
  max-height: 80%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 9;
  padding: 0.24rem 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 0.6rem 0 #00000014;
}

.main .hdtk-dialog .hdtk-dialog-title {
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.main .hdtk-dialog .hdtk-dialog-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 0.4rem;
}

.main .hdtk-dialog .hdtk-dialog-body .dialog-content-box:not(:last-child) {
  margin-bottom: 0.16rem;
}

.main .hdtk-dialog .hdtk-dialog-body .dialog-content-box h1 {
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: #000;
}

.main .hdtk-dialog .hdtk-dialog-body .dialog-content-box .desc {
  font-size: 0.13rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #000;
  padding-top: 0.04rem;
}

.main .hdtk-dialog .hdtk-dialog-footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 0.16rem;
}

.main .hdtk-dialog .hdtk-dialog-footer .hdtk-dialog-btn {
  font-size: 0.14rem;
  font-weight: 400;
  color: #fff;
  background-color: #265dee;
  border-radius: 0.3rem;
  padding: 0.1rem 0.7rem;
  cursor: pointer;
}

.main .hdtk-dialog .hdtk-dialog-footer .hdtk-dialog-btn:hover {
  background-color: rgba(38, 93, 238, 0.85);
}

.modular7 h3 {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  color: #525252;
}

.modular7 ul {
  margin-left: -0.24rem;
  overflow: hidden;
  font-size: 0;
}

.modular7 ul li {
  width: calc(50% - 0.48rem);
  background: #fff;
  /* float: left; */
  display: inline-block;
  vertical-align: top;
  margin: 0.24rem;
  margin-bottom: 0;
  border-radius: 0.1rem;
}


.modular7 ul li .img-box {
  text-align: center;
  margin: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.modular7 ul li .img-box img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  width: 100%;
}

.modular7 ul li .text-box {
  padding: 0.24rem;
  font-size: 0.14rem;
  padding-top: 0;
}

.modular7 ul li .text-box h3 {
  font-size: 0.16rem;
}

.modular7 ul li .text-box h4 {
  color: #525252;
  margin-top: 0.05rem;
  height: 3em;
  margin-bottom: 1em;
}

.modular7 ul li .text-box .btn {
  border: 1px solid #c00019;
  border-radius: 0.03rem;
  color: #c00019;
  padding: 0.03rem 0.06rem;
  line-height: 1;
  margin-top: 0.06rem;
  display: inline-block;
}

.modular7 ul li .text-box .btn.off {
  background: #e9e9e9;
  color: #6f6f6f !important;
  border: none;
  cursor: default;
}

.modular7 .tip {
  color: #525252;
  clear: both;
  padding-top: 0.3rem;
  position: relative;
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.3rem;
}

.modular7 .tip .bold {
  color: #000;
}

.modular7 .tip2 .register-btn,
.modular7 .tip .register-btn {
  vertical-align: top;
  display: inline;
}

.modular7 .tip2 span,
.modular7 .tip2 a,
.modular7 .tip a {
  color: #c00019;
}

.modular7 .tip2 a:hover,
.modular7 .tip a:hover {
  text-decoration: underline;
}

.modular7 .tip .title {
  margin-bottom: 1em;
  font-size: 0.24rem;
  color: #000;
  line-height: 1;
}

.modular7 .tip::before {
  position: absolute;
  left: 0;
}

.modular7 .tip2 {
  padding: 0.3rem 0.3rem 0.3rem 0.7rem;
  background: #fff url(../images/bell.jpg) 0.3rem center no-repeat;
  background-size: 0.3rem 0.3rem;
  border-radius: 0.08rem;
  line-height: 1.3;
  margin-bottom: 0.24rem;
  color: #525252;
  font-size: 0.14rem;
}

.modular7 table {
  width: 100%;
}

.modular7 tr {
  position: relative;
  overflow: hidden;
}

.modular7 tr:after {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  content: '';
  background: #0bcac3 linear-gradient(to right, #0bcac3, #3086eb);
}

.modular7 tr+tr::after {
  display: none;
}

.modular7 th,
.modular7 td {
  position: relative;
  z-index: 1;
}

.modular7 tr th {
  font-size: 0.16rem;
  padding: 1em 0.38rem;
  color: #fff;
}

.modular7 tr td {
  padding: 1em 0.38rem;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  color: #525252;
  font-size: 0.14rem;
}

.modular7 .round-pic {
  border-radius: 10px;
  overflow: hidden;
}

.modular7 .round-pic p {
  margin: 0;
}

.modular7 h2 {
  font-size: 0.24rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #bdbcbc;
  position: relative;
}

.modular7 h2 .more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.14rem;
  color: #525252;
  right: 0;
}

.modular7 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4em;
  height: 2px;
  background: #ca0000;
}

.modular7 .model-3 .left {
  background: #fff;
  padding: 0.48rem;
  overflow: hidden;
  height: 100%;
  width: calc(100% - 8.58rem);
}

.modular7 .model-3 .model-content {
  position: relative;
  height: 3.6rem;
}

.modular7 .model-3 .right {
  width: 8.58rem;
  height: 3.6rem;
  position: absolute;
  right: 0;
  top: 0;
}

.modular7 .round-pic,
.modular7 p {
  font-size: 0.16rem;
  color: #525252;
}

.modular8 {
  color: #525252;
  font-size: 0.18rem;
  line-height: 1.5em;
}

.modular8 .fnt_16 {
  font-size: 0.16rem;
}

.modular8 .title {
  color: #000;
}

.modular8 .padding80px {
  padding: 0.14rem 0;
}

.modular8 .top-img {
  width: 11.75rem;
}

.modular8 li::before {
  content: '·';
  margin-right: 0.5em;
}

.modular8 .codeqr-img {
  width: 2.1rem;
  margin-top: 0.4rem;
}

.left_tip {
  position: fixed;
  left: 0.44rem;
  bottom: 1.6rem;
  z-index: 9;
  color: #fff;
  writing-mode: vertical-rl;
  /* 竖排从右向左 */
  text-orientation: mixed;
  /* 保持文字方向混合 */
  white-space: nowrap;
  /* 避免文字换行 */
  font-size: 20px;
  /* 文字大小 */
  font-family: Arial, sans-serif;
  /* 字体 */
  text-align: center;
  font-size: 0.24rem;
  line-height: 1em;
  background: linear-gradient(to bottom, #03af64, #00bdd8);
  padding: 1em 0.5em;
  border-radius: 0.5rem;
  border: 0.04rem solid #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #fff !important;
}

.left_tip:hover {
  background: linear-gradient(to bottom, #00bdd8, #03af64);
  color: #fff !important;
}

.left_tip img {
  width: 1em;
  margin-left: -0.08rem;
}

.message-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.message-box.on {
  display: block;
}

.message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.24rem 0.24rem 0.3rem;
  width: 4.25rem;
  text-align: center;
  border-radius: 0.03rem;
  font-size: 0.16rem;
  color: #555555;
}

.message .close {
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  background: none;
  font-size: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.26rem;
  z-index: 2;
  cursor: pointer;
}

.message .correct {
  display: inline-block;
  color: #52c41a;
  line-height: 1.3;
}

.message .correct i {
  font-size: 0.4rem;
}

.message .tip {
  font-size: 0.24rem;
  margin: 0.1rem 0;
}

.message .content {
  text-align: left;
}

.message-box2 .message {
  width: 6rem;
  height: 4.4rem;
  color: #555555;
  padding: 0.3rem 0.42rem;
  font-size: 0.16rem;
}

.message-box2 .title {
  font-size: 0.18rem;
  text-align: left;
}

.message-box2 .input-box {
  border: 1px solid #dadada;
  position: relative;
  border-radius: 0.03rem;
}

.message-box2 .row {
  clear: both;
  margin: 0.1rem 0;
  overflow: hidden;
}

.message-box2 .input-box textarea,
.message-box2 .input-box input {
  border: 0;
  width: 100%;
  padding: 0.12rem 0.3rem;
  font-size: 0.14rem;
}

.message-box2 .input-box.q1 {
  width: 30%;
  float: left;
}

.message-box2 .input-box.q2 {
  width: calc(70% - 0.1rem);
  float: left;
  margin-left: 0.1rem;
}

.message-box2 .input-box.q3 input {
  padding-right: 1.3rem;
}

.message-box2 .input-box.q3 img.codeqr {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}

.message-box2 .submit {
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  background: #c90000;
  color: #fff;
  width: 2.3rem;
  border-radius: 0.03rem;
}

.message-box2 .submit:hover {
  color: #fff !important;
}

.message-box2 .tips_title,
.message-box2 .tips {
  font-size: 0.14rem;
  text-align: left;
  color: #c90000;
}

.message-box2 .tips_title {
  font-size: 0.16rem;
  color: #555555;
}

table .right i.none {
  color: #bfbfbf !important;
  cursor: default !important;
}

table .right i {
  cursor: pointer;
  font-size: 1em;
}

table .right i:hover {
  color: #000;
}

table .right {
  text-align: right;
}

.empty {
  text-align: center;
  padding: 1.4rem 0;
}

.empty img {
  width: 2.96rem;
}

.empty .worm-button {
  display: inline-block;
  margin-top: 0.4rem;
}

@media screen and (max-width: 1440px) {

  .modular7 .round-pic,
  .modular7 p {
    font-size: 0.2rem;
  }
}

img {
  max-width: 100%;
}


.title_time {
  font-size: 0.12rem;
  margin-top: 0.1rem;
}

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

.dzhd_title p {
  margin: 0;
}

.dzhd_title p a {
  text-decoration: none !important;
}

.tabs_card {
  border-radius: 0.08rem;
}

.tabs_card .head {
  padding: 0.24rem;
  height: 0.58rem;
  border-radius: 0.08rem 0.08rem 0 0;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.tabs_card .head .headline {
  font-size: 0.24rem;
  margin-right: 0.16rem;
}

.tabs_card .head .subheading,
.tabs_card .head .tab_item {
  font-size: 0.18rem;
}

.tabs_card .head .tab_item {
  margin-top: 0.08rem;
  padding: 0.1rem 0.24rem 0.14rem 0.24rem;
  cursor: pointer;
}

.tabs_card .head .active {
  background-color: #ffffff;
  border-radius: 0.04rem 0.04rem 0 0;
}

.first_tab {
  margin-left: auto;
}

.modular7 .model-7 ul li {
  width: calc(100% - 0.24rem);
}

.modular7 .model-7 ul li .tab_card_ct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.08rem 0.24rem 0.24rem;
  box-sizing: border-box;
}

.modular7 .model-7 ul li .tab_card_ct li {
  margin: 0;
  margin-top: 0.16rem;
  border-radius: 0.08rem;
  background-color: #ffffff;
  display: none;
}

.modular7 .model-7 ul li .tab_card_ct .ct_active {
  display: inline-block;
}

#synopsis {
  margin: 0;
  font-size: 0.16rem;
  padding: 0.24rem;
  box-sizing: border-box;
}

.mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9999;
}

.submit-dialog {
  display: none;
  width: 3.6rem;
  height: 3.22rem;
  box-sizing: border-box;
  padding: 0.3rem 0;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -1.61rem;
  margin-left: -1.8rem;
  background-color: #fff;
  text-align: center;
  z-index: 99;
  box-shadow: 0 0 8px 0 #00000014;
}

/* 禁止动画 */
.animated {
  animation: none;
}

/* 活动手册和活动时间样式 */
.activity-info {
  padding: 0.4rem 0;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.3rem;
}

.activity-info .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.activity-handbook {
  flex: 1;
  min-width: 2rem;
}

.handbook-link {
  display: inline-block;
  padding: 0.12rem 0.3rem;
  font-size: 0.16rem;
  color: #0078da;
  text-decoration: none;
  border: 1px solid #0078da;
  border-radius: 0.15rem;
  transition: all 0.3s ease;
}

.handbook-link:hover {
  background-color: #0078da;
  color: #fff;
}

.activity-time {
  flex: 1;
  min-width: 2rem;
  text-align: right;
}

.time-text {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
}

/* 专项测试板块样式 */
.section-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.24rem;
}

.section-title-frame-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0.1rem;
  padding: 0.03rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.48);
  border-radius: 0.16rem;
  background: transparent;
}

.section-title-frame-middle {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0.1rem;
  padding: 0.03rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.24);
  border-radius: 0.14rem;
  background: transparent;
}

.section-title-frame-inner {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0.1rem;
  padding: 0.03rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.16);
  border-radius: 0.12rem;
  background: transparent;
}

.section-title-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 0.02rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.08);
  border-radius: 0.1rem;
  background: transparent;
}

.section-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.32rem;
  line-height: 0.36rem;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #FFFFFF;
  background: linear-gradient(92.99deg, #EBABFF 0%, #FFFFFF 50%, #FFF9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title-part {
  display: inline-block;
}

.section-title-part-white {
  color: #FFFFFF;
}

.section-title-part-gradient {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFF9C5 0%, #DDB1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.test-section {
  margin-top: 0.4rem;
}

.test-item {
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.test-item:last-of-type {
  margin-bottom: 0.3rem;
}

.test-item-title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #0078da;
  margin-bottom: 0.2rem;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #0078da;
}

.test-item-content {
  font-size: 0.17rem;
  color: #262626;
  line-height: 0.32rem;
}

.test-item-content p {
  margin-bottom: 0.15rem;
  font-size: 0.17rem;
  color: #262626;
  line-height: 0.32rem;
}

.test-list {
  margin: 0.2rem 0;
  padding-left: 0.3rem;
  list-style: none;
}

.test-list li {
  position: relative;
  padding-left: 0.25rem;
  margin-bottom: 0.12rem;
  font-size: 0.17rem;
  color: #262626;
  line-height: 0.32rem;
}

.test-list li::before {
  content: '•';
  position: absolute;
  left: -0.2rem;
  color: #0078da;
  font-weight: bold;
  font-size: 0.2rem;
}

.test-list li strong {
  color: #0078da;
  font-weight: 600;
}

.test-tip {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #999;
  font-style: italic;
}

.test-btn-wrapper {
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.3rem 0;
}

.test-apply-btn {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0078da 0%, #0056b3 100%);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 120, 218, 0.3);
}

.test-apply-btn:hover {
  background: linear-gradient(135deg, #0056b3 0%, #003d7a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 120, 218, 0.4);
}

/* 轻量体验板块样式 */
.light-experience-section {
  margin-top: 0.4rem;
}

.experience-desc {
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.experience-desc p {
  font-size: 0.17rem;
  color: #262626;
  line-height: 0.32rem;
  text-align: justify;
  margin: 0;
}

.experience-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0 0.1rem;
}

.experience-btn {
  flex: 1;
  min-width: 2rem;
  padding: 0.25rem 0.4rem;
  font-size: 0.18rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #0078da 0%, #0056b3 100%);
  border-radius: 0.15rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 120, 218, 0.3);
}

.experience-btn:hover {
  background: linear-gradient(135deg, #0056b3 0%, #003d7a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 120, 218, 0.4);
}

/* 测试资格申请弹窗样式 */
.test-apply-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200002;
}

.test-apply-dialog-content {
  position: relative;
  width: 90%;
  max-width: 8.4rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

/* 顶部彩色渐变边框 */
.test-apply-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.test-apply-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.test-apply-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.test-apply-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-apply-dialog-close:hover {
  opacity: 1;
}

.test-apply-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.test-apply-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.test-apply-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.0.48rem;
  padding: 0;
  width: 100%;
  align-items: stretch;
}

.test-apply-form-box {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  height: 100%;
}

.test-apply-form-item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  width: 100%;
}

.test-apply-form-item-textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.test-apply-form-textarea {
  flex: 1;
  display: flex;
  min-height: 0;
}

.test-apply-form-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.04rem;
  
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.22rem;
  color: #262626;
}

.test-apply-form-required {
  color: #FF0000;
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
}

.test-apply-form-select,
.test-apply-form-input {
  position: relative;
  width: 100%;
}

.test-apply-form-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.08rem;
  padding: 0.09rem 0.16rem;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.08);
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.test-apply-form-select-text {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  flex: 1;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.test-apply-form-select-text:empty::before {
  content: '请选择';
  color: #BFBFBF;
}

.test-apply-form-input input {
  width: 100%;
  padding: 0.09rem 0.16rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  outline: none;
  box-sizing: border-box;
}

.test-apply-form-input input::placeholder {
  color: #BFBFBF;
}

.test-apply-form-input input:focus {
  border-color: #7241DE;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.test-apply-form-textarea textarea {
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 0.09rem 0.16rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.08);
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

.test-apply-form-textarea textarea::placeholder {
  color: #BFBFBF;
}

.test-apply-form-textarea textarea:focus {
  border-color: #7241DE;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.test-apply-form-select:hover {
  background: rgba(255, 255, 255, 0.8);
}

.test-apply-form-select.active {
  border-color: #7241DE;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
}

.test-apply-form-select svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.test-apply-form-select.active svg {
  transform: rotate(180deg);
}

.test-apply-form-select-options {
  position: absolute;
  top: calc(100% + 0.08rem);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.3s;
  z-index: 10000;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(114, 65, 222, 0.1);
}

.test-apply-form-select.active .test-apply-form-select-options {
  max-height: 2.4rem;
  opacity: 1;
  visibility: visible;
  padding: 0.04rem 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.test-apply-form-select-options::-webkit-scrollbar {
  width: 0.06rem;
}

.test-apply-form-select-options::-webkit-scrollbar-track {
  background: transparent;
}

.test-apply-form-select-options::-webkit-scrollbar-thumb {
  background: rgba(114, 65, 222, 0.3);
  border-radius: 0.03rem;
}

.test-apply-form-select-options::-webkit-scrollbar-thumb:hover {
  background: rgba(114, 65, 222, 0.5);
}

.test-apply-form-select-option {
  padding: 0.1rem 0.16rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  user-select: none;
}

.test-apply-form-select-option:hover {
  background-color: rgba(114, 65, 222, 0.08);
}

.test-apply-form-select-option.selected {
  background-color: rgba(114, 65, 222, 0.12);
  color: #7241DE;
  font-weight: 500;
}

.test-apply-form-select-option.selected::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.03rem;
  background: #7241DE;
  border-radius: 0 0.015rem 0.015rem 0;
}

.test-apply-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
  padding: 0.32rem 0.48rem;
}

.test-apply-agreement {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  cursor: pointer;
  user-select: none;
}

.test-apply-checkbox {
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
}

.test-apply-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.test-apply-checkbox label {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #7241DE;
  border-radius: 0.03rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* hover 状态 */
.test-apply-checkbox:hover label {
  border-color: #8B5FE8;
  background: rgba(255, 255, 255, 1);
}

/* focus 状态 */
.test-apply-checkbox input[type="checkbox"]:focus + label {
  outline: 2px solid rgba(114, 65, 222, 0.3);
  outline-offset: 2px;
}

/* 选中状态 */
.test-apply-checkbox input[type="checkbox"]:checked + label {
  background: #7241DE;
  border-color: #7241DE;
}

.test-apply-checkbox input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.05rem;
  height: 0.09rem;
  border: 2px solid #FFFFFF;
  border-top: none;
  border-left: none;
  border-radius: 0;
  background: transparent;
  transition: all 0.2s ease;
}

/* 选中状态的 hover */
.test-apply-checkbox:hover input[type="checkbox"]:checked + label {
  background: #8B5FE8;
  border-color: #8B5FE8;
}

/* 禁用状态 */
.test-apply-checkbox input[type="checkbox"]:disabled + label {
  background: rgba(245, 247, 250, 1);
  border-color: #DCDFE6;
  cursor: not-allowed;
}

.test-apply-checkbox input[type="checkbox"]:disabled:checked + label {
  background: #DCDFE6;
  border-color: #DCDFE6;
}

.test-apply-checkbox input[type="checkbox"]:disabled:checked + label::after {
  border-color: #FFFFFF;
}

.test-apply-agreement-text {
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.test-apply-agreement-text a, .test-apply-agreement-text a:hover{
  color:#004BFB!important;
}

.test-apply-submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.test-apply-customer-service {
  
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.22rem;
  color: #004BFB;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-top: 0.16rem;
}

.test-apply-customer-service:hover {
  color: #004BFB!important;
}


/* 体验反馈弹窗样式 */
.feedback-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200002;
}

.feedback-dialog-content {
  position: relative;
  width: 90%;
  max-width: 5.6rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

/* 顶部彩色渐变边框 */
.feedback-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.feedback-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.feedback-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.feedback-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-dialog-close:hover {
  opacity: 1;
}

.feedback-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.feedback-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  width: 100%;
}

.feedback-form-box {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  width: 100%;
}

.feedback-form-item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  width: 100%;
}

.feedback-form-item-textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.feedback-form-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.04rem;
  
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.22rem;
  color: #262626;
}

.feedback-form-required {
  color: #FF0000;
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
}

.feedback-form-select,
.feedback-form-input {
  position: relative;
  width: 100%;
}

.feedback-form-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.08rem;
  padding: 0.09rem 0.16rem;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.08);
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.feedback-form-select-text {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  flex: 1;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feedback-form-select-text:empty::before {
  content: '请选择';
  color: #BFBFBF;
}

.feedback-form-input input {
  width: 100%;
  padding: 0.09rem 0.16rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  outline: none;
  box-sizing: border-box;
}

.feedback-form-input input::placeholder {
  color: #BFBFBF;
}

.feedback-form-input input:focus {
  border-color: #7241DE;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.feedback-form-textarea {
  flex: 1;
  display: flex;
  min-height: 0;
}

.feedback-form-textarea textarea {
  width: 100%;
  flex: 1;
  min-height: 1.88rem;
  padding: 0.09rem 0.16rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.08);
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

.feedback-form-textarea textarea::placeholder {
  color: #BFBFBF;
}

.feedback-form-textarea textarea:focus {
  border-color: #7241DE;
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.feedback-form-select:hover {
  background: rgba(255, 255, 255, 0.8);
}

.feedback-form-select.active {
  border-color: #7241DE;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 0px 3px rgba(59, 20, 145, 0.12);
}

.feedback-form-select svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.feedback-form-select.active svg {
  transform: rotate(180deg);
}

.feedback-form-select-options {
  position: absolute;
  top: calc(100% + 0.08rem);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.3s;
  z-index: 10000;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(114, 65, 222, 0.1);
}

.feedback-form-select.active .feedback-form-select-options {
  max-height: 2.4rem;
  opacity: 1;
  visibility: visible;
  padding: 0.04rem 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.feedback-form-select-options::-webkit-scrollbar {
  width: 0.06rem;
}

.feedback-form-select-options::-webkit-scrollbar-track {
  background: transparent;
}

.feedback-form-select-options::-webkit-scrollbar-thumb {
  background: rgba(114, 65, 222, 0.3);
  border-radius: 0.03rem;
}

.feedback-form-select-options::-webkit-scrollbar-thumb:hover {
  background: rgba(114, 65, 222, 0.5);
}

.feedback-form-select-option {
  padding: 0.1rem 0.16rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  user-select: none;
}

.feedback-form-select-option:hover {
  background-color: rgba(114, 65, 222, 0.08);
}

.feedback-form-select-option.selected {
  background-color: rgba(114, 65, 222, 0.12);
  color: #7241DE;
  font-weight: 500;
}

.feedback-form-select-option.selected::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.03rem;
  background: #7241DE;
  border-radius: 0 0.015rem 0.015rem 0;
}

/* 单选按钮组样式 */
.feedback-form-radio-group {
  display: flex;
  flex-direction: row;
  gap: 0.36rem;
  padding: 0.05rem 0;
}

.feedback-form-radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  cursor: pointer;
  user-select: none;
}

.feedback-form-radio-item input[type="radio"] {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #7241DE;
  border-radius: 50%;
  background: transparent;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}

.feedback-form-radio-item input[type="radio"]:checked {
  border-color: #7241DE;
}

.feedback-form-radio-item input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #7241DE;
  border-radius: 50%;
}

.feedback-form-radio-item label {
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #262626;
  cursor: pointer;
  margin: 0;
}

/* 下载链接样式 */
.feedback-form-download {
  margin-top: -0.08rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.22rem;
}

.feedback-download-link, .feedback-download-link:hover { 
  color: #004BFB!important;
  text-decoration: none;
}

/* 上传组件样式 */
.feedback-form-upload {
  width: 100%;
  height: 1.88rem;
}

.feedback-upload-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  padding: 0.32rem 0.16rem;
  background: rgba(250, 250, 250, 0.6);
  border: 3px dashed rgba(59, 20, 145, 0.08);
  border-radius: 0.08rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.feedback-upload-area:hover {
  background: rgba(250, 250, 250, 0.8);
  border-color: rgba(59, 20, 145, 0.15);
}

.feedback-upload-icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feedback-upload-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feedback-upload-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-upload-text {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5714285714285714em;
  color: #262626;
  text-align: center;
}

.feedback-upload-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  padding: 0.32rem 0.16rem;
  background: rgba(250, 250, 250, 0.6);
  border: 3px solid rgba(59, 20, 145, 0.04);
  border-radius: 0.08rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 1.88rem;
}

.feedback-upload-progress-icon {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.feedback-upload-progress-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feedback-upload-progress-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  position: relative;
  z-index: 1;
}

.feedback-upload-progress-filename {
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5714285714285714em;
  color: #262626;
  text-align: center;
}

.feedback-upload-progress-status {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-upload-progress-text {
  font-family: 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #004BFB;
  text-align: center;
}

.feedback-upload-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}

.feedback-upload-progress-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(128, 208, 48, 0.12);
  border-radius: 0;
  transition: width 0.3s ease;
}

.feedback-upload-file-info {
  margin-top: -0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.12rem 0.16rem;
  background: #fff;
}

.feedback-upload-file-name {
  flex: 1;
  font-size: 0.14rem;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.16rem;
}

.feedback-upload-file-remove {
  width: 0.2rem;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #8C8C8C;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.feedback-upload-file-remove:hover {
  color: #262626;
}

.feedback-upload-tip {
  margin-top: 0.12rem;
  font-size: 0.12rem;
  color: #8C8C8C;
  line-height: 1.5;
}

.feedback-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.32rem 0.48rem 0.48rem;
}

.feedback-submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 提交成功弹窗样式 */
.test-apply-success-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200003;
}

.test-apply-success-dialog-content {
  position: relative;
  width: 5.6rem;
  max-width: 90%;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 0.24rem 0.4rem -0.12rem rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(0.32rem);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

/* 顶部彩色渐变边框 */
.test-apply-success-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.test-apply-success-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.test-apply-success-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.test-apply-success-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-apply-success-dialog-close:hover {
  opacity: 1;
}

.test-apply-success-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.test-apply-success-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.1rem;
}

.test-apply-success-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 2.345rem;
  position: relative;
}

.test-apply-success-icon {
  width: 1.55rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.17rem;
}

.test-apply-success-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.test-apply-success-text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.495rem;
  width: 100%;
}

.test-apply-success-title {
  
  font-size: 0.26rem;
  font-weight: 600;
  line-height: 0.32rem;
  color: #3B4048;
  text-align: center;
}

.test-apply-success-message {
  
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.32rem;
  color: #3B4048;
  text-align: center;
  width: 100%;
}

.test-apply-success-dialog-footer, .feedback-already-dialog-footer, .apply-already-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.48rem 0.48rem;
}


/* 协议弹窗样式 */
.agreement-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200004;
}

.agreement-dialog-content {
  position: relative;
  width: 7rem;
  max-width: 90%;
  max-height: 90vh;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 0.24rem 0.4rem -0.12rem rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(0.32rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

.agreement-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.agreement-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
  flex-shrink: 0;
}

.agreement-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
  text-align: center;
}

.agreement-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agreement-dialog-close:hover {
  opacity: 1;
}

.agreement-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.agreement-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  overflow-y: auto;
  min-height: 0;
}

.agreement-dialog-content-inner {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #3B4048;
  padding-bottom: 0.24rem;
}

.agreement-dialog-content-inner p {
  margin: 0 0 0.16rem;
}

.agreement-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.32rem 0.48rem 0.48rem;
  flex-shrink: 0;
}

.agreement-dialog-footer .agreement-dialog-close-btn {
  cursor: pointer;
}

/* 专项测试内容区域样式 */
.section-content-wrapper {
  width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
  margin-bottom: 0.24rem;
  padding: 0.24rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 7.84%, rgba(255, 255, 255, 0.04) 100%);
  border: 0.01rem solid rgba(255, 255, 255, 0.32);
  border-radius: 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
}

.content-box-inner.light {
  border: 0.01rem solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.24) 3.49%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 0.24rem;
  padding: 0.24rem;
}

.section-content-wrapper.light {
  padding: 0.48rem 0.16rem 0.16rem;
  gap: 0.32rem;
  border-radius: 0.16rem;
  border: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  overflow: hidden;
}

.section-content-tip {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.32rem;
  line-height: 0.36rem;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(135deg, #EBABFF 0%, #FFFFFF 50%, #FFF9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-content-card-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.08rem;
}

.section-content-card-item {
  width: 100%;
  height: 4.12rem;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0.32rem;
}

.section-content-card-item:first-child {
  border-radius: 0.16rem 0 0 0.16rem;
}

.section-content-card-item:last-child {
  border-radius: 0 0.16rem 0.16rem 0;
}

.section-content-card-item-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  gap: 0.08rem;
}

.section-content-card-item-left-header {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.section-content-card-item-content-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #FFFFFF;
  text-align: justify;
}

.section-content-card-item-content-desc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.16rem;
  align-items: center;
  justify-content: flex-start;
}

.section-content-card-item-content-desc .part-one-box {
  display: flex;
  gap: 0.16rem;
}

.section-content-card-item-content-desc .part-one-box .part-one-item {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #FFFFFF;
  background: linear-gradient(135deg, #EBABFF 0%, #FFFFFF 50%, #FFF9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-content-card-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  gap: 0.32rem;
}

.section-content-card-item-content-sence {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}

.section-content-card-item-content-sence-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  margin-bottom: 0.08rem;
}

.section-content-card-item-content-sence-desc .sence-box{
  display: flex;
  flex-wrap: wrap;
  gap: 0.04rem;
}

.section-content-card-item-content-sence-desc .sence-box .sence-box-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.03rem 0.16rem;
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.16rem);
  -webkit-backdrop-filter: blur(0.16rem);
  border-radius: 0.04rem;
}

.section-content-card-item:first-child .section-content-card-item-content-sence-desc .sence-box .sence-box-item {
  padding: 0.03rem 0.24rem;
}

.section-content-card-item:last-child .section-content-card-item-content-sence-desc .sence-box .sence-box-item {
  padding: 0.03rem 0.1rem;
}

.section-content-card-item:first-child .section-content-card-item-content-btn::after{
  border-color: #181411; 
}

.section-content-card-item:nth-child(2) .section-content-card-item-content-btn::after{
  border-color: #011D81;
}

.section-content-card-item:last-child .section-content-card-item-content-btn::after{
  border-color: #511AA9;
}

/* 表格样式 */
.section-content-table {
  width: 100%;
  margin-top: -0.12rem;
}

.section-content-table-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0.04rem;
  margin-bottom: 0.04rem;
  border-radius: 0.08rem;
  background: linear-gradient(90deg, #142769 0%, #724FCD 28.38%, #41128F 100%);
  overflow: hidden;
  padding: 0;
}

.section-content-table-head-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0;
  flex: 1;
  align-self: stretch;
  min-height: 0.52rem;
}

/* 第一个项目（标题"规模/权益"）的特殊样式 */
.section-content-table-head-item:first-child {
  width: 1.66rem;
  height: 0.52rem;
  flex: 0 0 1.66rem;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 0;
  padding: 0.08rem 0.16rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  align-self: auto;
}

.section-content-table-head-item-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  text-align: justify;
  white-space: nowrap;
}

/* 第一个项目的标题样式 */
.section-content-table-head-item:first-child .section-content-table-head-item-title {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: justify;
  line-height: 0.28rem;
}

/* 其他项目的标题样式 */
.section-content-table-head-item:not(:first-child) .section-content-table-head-item-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.14rem;
  line-height: 0.18rem;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  display: block;
  width: 100%;
}

.section-content-table-head-item-desc {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.18rem;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  display: block;
  width: 100%;
}

/* 第一个项目不显示 desc */
.section-content-table-head-item:first-child .section-content-table-head-item-desc {
  display: none;
}

/* 某些项目需要固定宽度 180px */
.section-content-table-head-item:nth-child(5),
.section-content-table-head-item:nth-child(6),
.section-content-table-head-item:nth-child(7) {
  flex: 1;
  align-self: stretch;
}

/* 最后两个项目需要固定宽度 180px */
.section-content-table-head-item:nth-child(8),
.section-content-table-head-item:nth-child(9) {
  width: 1.8rem;
  flex: 0 0 1.8rem;
}

.section-content-table-body {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}

.section-content-table-tr {
  display: flex;
  flex-direction: row;
  gap: 0.04rem;
  padding: 0;
  background: #D9CEFF;
  border-radius: 0.08rem;
  align-items: stretch;
  min-height: 0.66rem;
}

.section-content-table-item-td {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  line-height: 1.75em;
  color: #262626;
  word-break: break-word;
  padding: 0.08rem 0.16rem;
  gap: 0.1rem;
  align-self: stretch;
}

/* 第一个单元格（one）的特殊样式 */
.section-content-table-item-td.one {
  flex: 0 0 1.66rem;
  background: rgba(255, 255, 255, 0.08);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.08rem 0.16rem;
  gap: 0;
  min-width: fit-content;
  font-family: 'Alibaba PuHuiTi Heavy';
  text-align: justify;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #262626;
}

/* 如果第一个单元格包含多个子元素（如 div、span 等），设置子元素样式 */
.section-content-table-item-td.one > *:first-child {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #262626;
  text-align: justify;
  display: block;
}

.section-content-table-item-td.one > *:last-child:not(:first-child) {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #7B0081;
  text-align: justify;
  display: block;
}

/* 处理第一个单元格中可能包含的文本节点（如果内容是通过 utext 插入的 HTML） */
.section-content-table-item-td.one {
  white-space: normal;
}

/* 确保第一个单元格内的所有直接子元素都正确显示 */
.section-content-table-item-td.one > * {
  margin: 0;
  padding: 0;
}

/* 第二个单元格（two */
.section-content-table-item-td.two, .section-content-table-item-td.three, .section-content-table-item-td.six {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #262626; /* 降级颜色 */
}

/* 图片单元格样式 */
.section-content-table-item-td.five,
.section-content-table-item-td.seven,
.section-content-table-item-td.eight,
.section-content-table-item-td.nine {
  padding: 0.08rem 0.16rem;
  justify-content: center;
  align-items: center;
}

.section-content-table-item-td.six >div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-content-table-item-td img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  flex-shrink: 0;
}

/* 最后两个单元格（eight 和 nine）固定宽度 */
.section-content-table-item-td.eight,
.section-content-table-item-td.nine {
  width: 1.8rem;
  flex: 0 0 1.8rem;
}

.section-content-table-item-td .light {
  font-weight: 600;
  background: linear-gradient(90deg, #E5001E 0%, #9000FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 轻量体验卡片样式 */
.light-section-card-box {
  width: 100%;
  padding: 0.0.64rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}

.light-section-card-item {
  position: relative;
  background: transparent;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  isolation: isolate;
  height: 2.46rem;
}

/* 圆锥渐变边框 */
.light-section-card-item::before {
  content: '';
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  right: -0.01rem;
  bottom: -0.01rem;
  border-radius: 0.16rem;
  background: conic-gradient(from -190deg at 50% 50%, #FF0000 0deg, #FF9500 90deg, #00C3FF 180deg, #2B5DFF 270deg, #FF0090 360deg);
  z-index: -2;
  pointer-events: none;
}

.light-section-card-item-inner {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 0.08rem;
  padding: 0.16rem;
  background: #271254;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  left: 0.01rem;
  top: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
  border-radius: 0.16rem;
  transition: background-color 0.25s ease;
}

.light-section-card-item-inner:hover {
  background: #351a6e;
}

.light-section-card-base {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.16rem;
  padding: 0 0.08rem;
}

.light-section-card-icon {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
  flex-shrink: 0;
}

.light-section-card-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0.08rem;
}

.light-section-card-title {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.28rem;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
  padding: 0;
}

.light-section-card-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  cursor: pointer;
  width: fit-content;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.light-section-card-button:hover {
  opacity: 1;
}

.light-section-card-button span {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.18rem;
  color: #FFFFFF;
  text-align: left;
}

.light-section-card-button svg {
  width: 0.04rem;
  height: 0.08rem;
  flex-shrink: 0;
}

.light-section-card-button svg path {
  stroke: #fff;
  stroke-width: 1;
}

/* 列表样式：纵向毛玻璃卡片，每项横向 32x32 图 + 标题描述 */
.light-section-card-other--list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.04rem;
}

.light-section-card-other--list .light-section-card-other-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 0.12rem;
  padding: 0.06rem 0.08rem;
}

.light-section-card-other--list .light-section-card-other-item img {
  width: 0.32rem;
  height: 0.32rem;
  min-width: 0.32rem;
  min-height: 0.32rem;
  object-fit: fill;
  border-radius: 0.08rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.light-section-card-other--list .light-section-card-other-item-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 0;
}

.light-section-card-other--list .light-section-card-other-item-title {
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 0.18rem;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.light-section-card-other--list .light-section-card-other-item-desc {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 轻量体验卡片 - YCJHQLSLZY */
.light-section-card-other--qlslzy {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 0.04rem;
}

.light-section-card-other--qlslzy .light-section-card-other-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
}

.light-section-card-other--qlslzy .light-section-card-other-item img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: contain;
  flex-shrink: 0;
}

.light-section-card-other--qlslzy .light-section-card-other-item-text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  text-align: center;
}

.light-section-card-other--qlslzy .light-section-card-other-item-title {
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.18rem;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.light-section-card-other--qlslzy .light-section-card-other-item-desc {
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.18rem;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* 权益列表样式 */
.section-content-qy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
  padding: 0.04rem 0;
  flex-wrap: wrap;
  border-radius: 0.32rem;
  background: rgba(0, 0, 0, 0.12);
}

.section-content-qy-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.04rem;
  padding: 0.06rem 0.24rem;
  border-radius: 0.32rem;
  position: relative;
}

.section-content-qy-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 0.16rem;
  background: rgba(255, 255, 255, 0.24);
}

.section-content-qy-item-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #FFFFFF;
  background: linear-gradient(135deg, #EBABFF 0%, #FFFFFF 50%, #FFF9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.section-content-qy-item-desc {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  white-space: nowrap;
}

/* 领取操作 */
.section-content-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.24rem;
}

.section-content-actions .section-content-actions-btn {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  min-width: 2.4rem;
}

.section-content-actions-btn::after {
  border-color: #273995;
}

/* 响应式适配 */
/* 提交反馈模块样式 */
.feedback-content-box {
  width: 100%;
  position: relative;
  background: #0000003D;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 8px 0px #00000014;
  backdrop-filter: blur(32px);
  overflow: hidden;
  padding: 0.16rem 0.32rem;
  margin-top: 0.16rem;
}

.feedback-content-box-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.32rem;
}

.feedback-content-left {
  display: flex;
  align-items: center;
  gap: 0.24rem;
}

.feedback-content-left-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.feedback-content-left-title-text {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFF9C5 0%, #DDB1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feedback-content-left-title-sub {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #FFFFFF;
}

.feedback-content-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.08rem;
  flex-wrap: wrap;
}

.feedback-content-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.02rem;
  padding: 0.04rem 0.12rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: #fff;
}

.feedback-content-list-item span {
  font-size: 0.16rem;
}

.feedback-content-right {
  flex-shrink: 0;
}

.feedback-btn {
  font-size: 0.14rem;
  line-height: 0.24rem;
  padding: 0.06rem 0;
  width: 1.62rem;
  height: 0.36rem;
}

/* 内容遮罩层 */
.feedback-btn::after {
  background: linear-gradient(135deg, #DB66F5 0%, #4D2BBC 100%);
  border-color: #162360;
}

.feedback-btn:hover::after {
  background: linear-gradient(135deg, #EB76FF 0%, #5D3BCC 100%);
}

.activity-terms-and-documents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.64rem;
  width: 100%;
  margin-top: 0.4rem;
}

/* 活动条款样式 */
.activity-terms {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  width: 100%;
}

.activity-terms-title span{
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.28rem;
  line-height: 1.4em;
  text-align: left;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFF9C5 0%, #DDB1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.activity-terms-content {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  width: 100%;
}

.activity-terms-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.activity-terms-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.16rem;
  cursor: pointer;
  user-select: none;
}

.activity-terms-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.2rem;
  background: linear-gradient(135deg, #6566CD 0%, #4356D6 100%);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.activity-terms-item.active .activity-terms-item-icon {
  transform: rotate(90deg);
}

.activity-terms-item-icon svg {
  width: 0.04rem;
  height: 0.08rem;
  flex-shrink: 0;
}

.activity-terms-item-title {
  font-family: 'Microsoft YaHei';
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.22rem;
  color: #FFFFFF;
  flex: 1;
}

.activity-terms-item:not(.active) .activity-terms-item-title {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.activity-terms-item-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, padding-top 0.3s ease-in-out;
}

.activity-terms-item.active .activity-terms-item-content {
  max-height: 2000px;
  opacity: 1;
  padding-top: 0.16rem;
}

.activity-terms-item-content-inner {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.16rem;
  padding: 0.12rem 0.1rem 0.12rem 0.4rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: pre-line;
  word-break: break-word;
}

.activity-terms-item-content-inner p {
  margin: 0;
  padding: 0;
  line-height: 0.22rem;
}


.related-documents-box,
.related-documents {
  width: 100%;
}

.related-documents-box-inner {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: center;
}

.related-documents-title span {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.28rem;
  line-height: 1.4em;
  text-align: left;
  background: linear-gradient(90deg, #FFF9C5 0%, #DDB1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 卡片容器：横向排列，等分空间 */
.related-documents-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.32rem;
  width: 100%;
}

/* 单个卡片 */
.related-documents-content-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.08rem;
  padding: 0.24rem 0.32rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.01rem solid rgba(255, 255, 255, 0.12);
  border-radius: 0.16rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.related-documents-content-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.related-documents-item-icon {
  width: 0.24rem;
  height: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.related-documents-content-item img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}

.related-documents-item-title.document-link,
.related-documents-content .document-link {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-documents-content-item:last-child .related-documents-item-title.document-link {
  text-align: left;
  background: linear-gradient(92.99deg, #EBABFF 0%, #FFFFFF 50%, #FFF9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 响应式适配 - 移动端样式 */
@media screen and (max-width: 750px) {
  .modular7 tr th,
  .modular7 tr td {
    padding: 0.5em 0.16rem;
  }

  .details_banner .info {
    top: 0.3rem;
  }

  /* Banner响应式样式 */
  .banner-container {
    width: 100%;
    gap: 0.32rem;
  }

  .banner-top-section {
    gap: 0.16rem;
  }

  .banner-title-text {
    font-size: 0.48rem;
  }

  .banner-main-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.24rem;
  }

  .banner-main-title {
    font-size: 0.96rem;
    line-height: 1.12em;
  }

  .banner-cards-wrapper {
    width: 100%;
    gap: 0.04rem;
  }

  .banner-card {
    padding: 0.02rem 0.12rem;
  }

  .banner-card-text {
    font-size: 0.36rem;
    line-height: 0.48rem;
    white-space: normal;
  }

  .banner-card-text span {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }

  .banner-card-bottom {
    width: 100%;
  }

  .banner-time-card {
    padding: 0.08rem 0.14rem;
  }

  .banner-time-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    white-space: normal;
    text-align: center;
    white-space: nowrap;
  }

  .main.none .banner {
    height: 6.6rem;
  }

  /* 移动端banner背景图片处理 */
  .details_banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  
  /* 隐藏PC端背景图片，使用JavaScript设置的背景 */
  .details_banner .none_phone {
    display: none;
  }

  .modular8 .top-img {
    max-width: 100%;
  }

  .main .close {
    right: 0.5rem;
    top: 1.5rem;
  }

  .modular7 ul li {
    width: calc(50% - 0.24rem);
    background: #fff;
    float: left;
    margin: 0.12rem;
    border-radius: 0.1rem;
  }

  .banner .wrap {
    max-width: 100%;
    padding: 0.64rem 0.64rem 0.36rem;
  }

  .modular6.content {
    margin-top: -4.2rem;
  }

  .modular6.content .wrap {
    max-width: 100%;
  }

  .modular6.content .worm-tags {
    padding-top: 2.8rem;
  }

  .modular6.content .wrap .worm-tags .content {
    gap: 0.32rem;
  }
  
  html {
    font-size: calc(100vw / 750 * 100) !important;
  }

  .phone {
    display: block;
    width: 100%;
  }

  .modular .info {
    margin-left: 0.4rem;
    margin-top: 0.5rem;
    width: calc(100% - 0.4rem);
  }

  .worm-tags .content .content-box {
    padding: 0 0.32rem;
  }
  .worm-tags .content .content-box .top-img {
    top: -10%;
    width: 75%;
  }

  .worm-tags .content .content-box p {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }

  .content-box-inner.light {
    border-radius: 0.32rem;
    padding: 0.08rem
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .date-info {
    width: 100%;
    font-size: 0.18rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .title {
    font-size: 0.2rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info {
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .user-info .user-name {
    font-size: 0.22rem;
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .user-info .user-position {
    font-size: 0.16rem;
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .desc-info {
    font-size: 0.16rem;
  }

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .base-info .desc-info p {
    font-size: 0.16rem;
  }

  .modular .info.right {
    margin-right: 0.4rem;
  }

  .modular3 .icons {
    width: 100%;
    margin: 0.3rem -0.6rem;
  }

  .modular3 .btns {
    padding-top: 0.3rem;
  }

  .modular3 .icons li+li::after {
    width: 0.5rem;
    left: -0.25rem;
  }

  .modular {
    max-width: calc(100% - 0.2rem);
  }

  .modular4 .info .content .l,
  .modular4 .info .content .r {
    margin-left: 0;
    width: 100%;
    margin-top: 0.3rem;
  }

  .modular4 .info .content .r {
    margin-top: 0.5rem;
  }

  .modular4 .info .content {
    padding-top: 0;
    padding-left: 0.7rem;
  }

  .modular5 .card {
    width: calc(100% - 1rem);
  }

  .modular5 .card .item {
    width: 100%;
  }

  .modular5 .card .text h2 {
    margin-bottom: 0.3rem;
  }

  .modular5 .card .btns,
  .modular5 .card .text {
    padding: 0.4rem 0.6rem;
  }

  .modular3 .icons,
  .modular3 .icons h2 {
    font-size: 0.22rem;
  }

  .modular3 .icons h3 {
    white-space: nowrap;
  }

  .modular2 .gift li {
    display: block;
    width: 40%;
    margin-top: -0.7rem;
  }

  .modular2 .gift li .tip {
    margin-top: 0;
  }

  .modular2 .gift li img {
    max-height: calc(1.5rem);
  }

  .modular2 .gift li:nth-child(2n) {
    margin-left: 60%;
  }

  .modular2 .gift li::before,
  .modular2 .gift li::after {
    left: 127%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }

  .modular2 .gift li:nth-child(2n):before,
  .modular2 .gift li:nth-child(2n)::after {
    left: -25%;
  }

  .modular2 .gift::after {
    background: linear-gradient(to bottom,
        #fd04ff,
        #6d00ff);
    height: 100%;
    width: 0.18rem;
    bottom: 0;
    left: 50%;
    margin-left: -0.09rem;
  }

  .modular2 .btns .r,
  .modular2 .btns .l {
    float: none;
    text-align: center;
    display: block;
  }

  .worm-button {
    display: block;
    display: inline-block;
  }

  .modular2 .btns .r .worm-button {
    margin: 0 0.1rem;
  }

  .worm-button.type3,
  .worm-button.type2 {
    display: inline-block;
  }

  .modular2 .content {
    padding-left: 0.7rem;
  }

  .modular {
    margin-bottom: 0.7rem;
  }

  .banner {
    height: 4rem;
    background: url(../img/b2.jpg) top left no-repeat;
    background-size: 200%;
  }

  .main_head {
    margin-top: -2.9rem;
    height: 3rem;
    background: url(../images/head.png) top right no-repeat;
    background-size: auto 125%;
  }

  .modular5::after,
  .main::after,
  .none_phone {
    display: none;
  }

  .banner .info {
    left: 0;
    top: 0;
    margin-top: 0.5rem;
  }

  .banner .info h2 {
    font-size: 0.4rem;
  }

  .banner .info h3 {
    font-size: 0.2rem;
  }

  .banner .info h4 {
    font-size: 0.16rem;
  }

  .message .close {
    right: 0.15rem;
    top: 0.15rem;
  }

  .modular7 .tip .title,
  .modular7 h2 {
    font-size: 16px;
  }

  .modular7 .tip2,
  .modular7 .tip,
  .modular7 h3 {
    font-size: 12px;
  }

  .modular7 .model-4 ul {
    padding: 0.2rem 0;
  }

  .modular7 .model-6 ul li,
  .modular7 .model-4 ul li {
    width: calc(100% - 0.24rem);
  }

  .modular7 .model-5 ul li {
    width: calc(100% - 0.32rem);
  }

  .modular7 .model-4 h3,
  .modular7 .model-4 h4,
  .modular7 .model-5 h3 {
    font-size: 9px;
  }

  .modular7 .model-5 h4 {
    font-size: 12px;
    height: auto;
  }

  .modular7 .model-6 ul li {
    font-size: 12px;
  }

  .modular7 .model-6 ul li .icon {
    height: 1em;
    width: 1.45em;
  }

  .modular7 .model-6 h3 {
    margin-right: 1.75em;
  }

  .modular7 .model-3 .left,
  .modular7 .model-3 .right {
    position: static;
    width: auto;
    height: auto;
  }

  .modular7 .model-3 .model-content {
    height: auto;
  }

  .activity-info {
    padding: 0.3rem 0;
  }

  .activity-info .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }

  .activity-handbook,
  .activity-time {
    width: 100%;
  }

  .activity-time {
    text-align: left;
    font-size: 0.14rem;
    color: #666;
    line-height: 1.4;
    padding-top: 0.15rem;
    border-top: 1px solid #e8e8e8;
    margin-top: 0.15rem;
  }

  .handbook-link {
    font-size: 0.14rem;
    padding: 0.1rem 0.25rem;
  }

  .section-title-wrapper {
    margin-bottom: 0.24rem;
  }

  .section-title-frame-outer {
    padding: 0.06rem;
    border-width: 0.016rem;
    border-radius: 0.12rem;
  }

  .section-title-frame-middle {
    padding: 0.06rem;
    border-width: 0.016rem;
    border-radius: 0.1rem;
  }

  .section-title-frame-inner {
    padding: 0.06rem;
    border-width: 0.016rem;
    border-radius: 0.08rem;
  }

  .section-title-content {
    padding: 0.04rem;
    border-width: 0.016rem;
    border-radius: 0.06rem;
  }

  .section-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0 0.6rem;
  }

  .test-item {
    padding: 0.25rem;
    margin-bottom: 0.4rem;
  }

  .test-item-title {
    font-size: 0.24rem;
  }

  .test-item-content,
  .test-item-content p,
  .test-list li {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .test-apply-btn {
    padding: 0.18rem 0.6rem;
    font-size: 0.22rem;
  }

  .experience-desc p {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .experience-btns {
    flex-direction: column;
    gap: 0.15rem;
  }

  .experience-btn {
    width: 100%;
    padding: 0.2rem 0.3rem;
    font-size: 0.22rem;
  }

  .test-apply-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .test-apply-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .test-apply-dialog-title {
    font-size: 0.36rem;
  }

  .test-apply-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
  }

  .test-apply-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .test-apply-form {
    grid-template-columns: 1fr;
    gap: 0.16rem;
  }

  .test-apply-form-box {
    height: auto;
  }

  .test-apply-form-textarea {
    flex: auto;
  }

  .test-apply-form-label, .test-apply-form-required, .test-apply-form-select-option {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .test-apply-form-select,
  .test-apply-form-input input,
  .test-apply-form-textarea textarea {
    padding: 0.16rem 0.24rem;
    font-size: 0.24rem;
  }

  .test-apply-form-select-text {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .test-apply-form-textarea textarea {
    height: 1.6rem;
  }

  .test-apply-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 0;
  }

  .test-apply-agreement {
    gap: 0.06rem;
  }

  .test-apply-checkbox, .test-apply-checkbox label {
    width: 0.24rem;
    height: 0.24rem;
  }

  .test-apply-checkbox input[type="checkbox"]:checked + label::after {
    width: 0.08rem;
    height: 0.16rem;
  }

  .test-apply-agreement-text {
    font-size: 0.22rem;
    line-height: 0.28rem;
  }

  .test-apply-customer-service {
    font-size: 0.24rem;
  }

  .feedback-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .feedback-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .feedback-dialog-title {
    font-size: 0.36rem;
  }

  .feedback-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
  }

  .feedback-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .feedback-form-box {
    gap: 0.16rem;
  }

  .feedback-form-label,
  .feedback-form-required,
  .feedback-form-select-option {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .feedback-form-select,
  .feedback-form-input input,
  .feedback-form-textarea textarea {
    padding: 0.16rem 0.24rem;
    font-size: 0.24rem;
  }

  .feedback-form-select-text {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .feedback-form-textarea textarea, .feedback-form-upload {
    height: 1.6rem;
    min-height: 1.6rem;
  }

  .feedback-form-textarea textarea, .test-apply-form-textarea textarea {
    line-height: 0.28rem;
  }

  .feedback-form-radio-group {
    gap: 0.24rem;
  }

  .feedback-form-radio-item label {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .feedback-form-radio-item input[type="radio"] {
    width: 0.24rem;
    height: 0.24rem;
  }

  .feedback-form-radio-item input[type="radio"]:checked::after {
    width: 0.14rem;
    height: 0.14rem;
  }

  .feedback-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 0;
  }

  .feedback-submit-btn {
    width: 100%;
  }

  .feedback-submit-btn img {
    width: 0.32rem;
    height: 0.32rem;
  }

  .feedback-download-link, .feedback-form-download span {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  /* 上传组件响应式样式 */
  .feedback-upload-area {
    padding: 0.24rem 0.12rem;
    gap: 0.06rem;
    height: 100%;
  }

  .feedback-upload-icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .feedback-upload-text {
    font-size: 0.24rem;
  }

  .feedback-upload-file-info {
    padding: 0.2rem 0.12rem;
  }

  .feedback-upload-file-name {
    font-size: 0.24rem;
  }

  .feedback-upload-file-remove {
    width: 0.32rem;
    height: 0.32rem;
    font-size: 0.32rem;
  }

  .feedback-upload-tip {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }

  /* 上传进度响应式样式 */
  .feedback-upload-progress {
    padding: 0.24rem 0.12rem;
    gap: 0.06rem;
    min-height: 1.5rem;
  }

  .feedback-upload-progress-icon {
    width: 0.36rem;
    height: 0.36rem;
  }

  .feedback-upload-progress-filename {
    font-size: 0.24rem;
  }

  .feedback-upload-progress-text {
    font-size: 0.2rem;
  }

  .test-apply-success-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .test-apply-success-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .test-apply-success-dialog-title {
    font-size: 0.36rem;
  }

  .test-apply-success-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
  }

  .test-apply-success-dialog-body {
    padding: 0 0.4rem;
    min-height: 2.5rem;
  }

  .test-apply-success-icon-wrapper {
    width: 100%;
    height: auto;
  }

  .test-apply-success-icon {
    width: 2rem;
    height: 1.8rem;
    margin-bottom: 0.24rem;
  }

  .test-apply-success-text-group {
    gap: 0.3rem;
  }

  .test-apply-success-title {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }

  .test-apply-success-message {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .test-apply-success-dialog-footer, .feedback-already-dialog-footer, .apply-already-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 1.8rem;
  }

  .agreement-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .agreement-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .agreement-dialog-title {
    font-size: 0.32rem;
  }

  .agreement-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
  }

  .agreement-dialog-body {
    padding: 0 0.4rem;
    min-height: 2.5rem;
  }

  .agreement-dialog-content-inner {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }

  .agreement-dialog-footer {
    padding: 0.32rem 1.8rem;
  }

  .light-section-card-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem;
    padding: 0;
  }

  .light-section-card-item {
    padding: 0;
    height: auto;
  }

  .light-section-card-item-inner {
    padding: 0.16rem;
  }

  .light-section-card-base {
    padding: 0 0.16rem;
  }

  .light-section-card-icon {
    width: 0.64rem;
    height: 0.64rem;
  }

  .light-section-card-content {
    gap: 0;
  }

  .light-section-card-title {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .light-section-card-button span {
    font-size: 0.20rem;
    line-height: 0.36rem;
  }

  .light-section-card-button svg {
    width: 0.16rem;
    height: 0.16rem;
  }

  /* 算力资源移动端样式 */
  .light-section-card-other--qlslzy {
    flex-direction: column;
    gap: 0.08rem;
    align-self: stretch;
  }

  .light-section-card-other--qlslzy .light-section-card-other-item {
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 0.24rem;
    padding: 0.3rem 0.16rem;
  }

  .light-section-card-other--qlslzy .light-section-card-other-item img {
    width: 0.64rem;
    height: 0.64rem;
    flex-shrink: 0;
    object-fit: contain;
  }

  .light-section-card-other--qlslzy .light-section-card-other-item-text {
    flex: 1;
    align-items: flex-start;
    text-align: left;
    min-width: 0;
    gap: 0;
  }

  .light-section-card-other--qlslzy .light-section-card-other-item-title,
  .light-section-card-other--qlslzy .light-section-card-other-item-desc {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.32rem;
    color: #FFFFFF;
    white-space: pre-line;
    word-break: break-word;
  }

  /* 列表样式移动端 qlslzy 统一 */
  .light-section-card-other--list {
    flex-direction: column;
    gap: 0.08rem;
    align-self: stretch;
  }

  .light-section-card-other--list .light-section-card-other-item {
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 0.16rem;
    padding: 0.08rem 0.12rem;
  }

  .light-section-card-other--list .light-section-card-other-item img {
    width: 0.48rem;
    height: 0.48rem;
    flex-shrink: 0;
    object-fit: contain;
    border: none;
  }

  .light-section-card-other--list .light-section-card-other-item-text {
    flex: 1;
    min-width: 0;
    gap: 0;
  }

  .light-section-card-other--list .light-section-card-other-item-title {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .light-section-card-other--list .light-section-card-other-item-desc {
    font-size: 0.20rem;
    line-height: 0.28rem;
  }

  .section-content-qy {
    width: 100%;
    flex-direction: column;
    padding: 0.08rem 0;
    margin-top: 0;
  }

  .section-content-qy-item {
    width: 100%;
    padding: 0.08rem 0;
  }

  .section-content-qy-item:not(:last-child)::after {
    display: none;
  }

  .section-content-qy-item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }

  .section-content-qy-item-desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    white-space: normal;
  }

  .feedback-content-box {
    padding: 0.32rem 0;
    margin-top: 0;
  }

  .feedback-content-box-inner {
    flex-direction: column;
  }

  .feedback-content-left {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 0.32rem;
  }

  .feedback-content-left-title {
    justify-content: center;
  }

  .feedback-content-left-title-text,
  .feedback-content-left-title-sub {
    font-size: 0.4rem;
    line-height: 0.56rem;
  }

  .feedback-content-list {
    width: 100%;
    gap: 0.16rem;
    flex-direction: column;
    justify-content: center;
  }

  .feedback-content-list-item {
    justify-content: center;
    padding: 0.08rem 0.24rem;
    font-size: 0.24rem;
    border-radius: 0.4rem;
    line-height: 0.44rem;
  }

  .feedback-content-list-item span {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .feedback-btn {
    width: 3.24rem;
    height: 0.72rem;
  }

  .activity-terms {
    padding: 0.32rem;
    gap: 0.32rem;
    border: 0.02rem solid #FFFFFF3D;
    border-radius: 0.32rem;
    align-items: center;
  }

  .activity-terms-title span{
    font-size: 0.48rem;
    line-height: 0.56rem;
  }

  .activity-terms-content {
    gap: 0.16rem;
  }

  .activity-terms-item-header {
    gap: 0.32rem;
  }

  .activity-terms-item-icon {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 0.4rem;
  }

  .activity-terms-item-icon svg {
    width: 0.16rem;
    height: 0.16rem;
  }

  .activity-terms-item-title {
    font-size: 0.28rem;
  }

  .activity-terms-item-content {
    padding-top: 0.16rem;
  }

  .activity-terms-item-content-inner {
    padding: 0.24rem 0.36rem 0.24rem 0.72rem;
    font-size: 0.24rem;
    line-height: 0.44rem;
  }

  .activity-terms-item-content-inner p {
    line-height: 0.44rem;
  }

  .intro-box {
    height: auto;
    min-height: 4.92rem;
    padding: 0.36rem 0;
    background-size: cover !important;
    background-position: center!important;
    background-repeat: no-repeat !important;
  }

  .intro-content-wrapper {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.56rem;
    align-items: center;
  }

  .intro-text-block {
    position: static;
    width: 6.04rem !important;
    height: auto;
    margin-bottom: 0;
    max-height: none;
    overflow: visible;
  }

  .intro-text-block:last-of-type {
    margin-bottom: 0;
  }

  .intro-text-item {
    font-size: 0.24rem;
    line-height: 0.44rem;
    text-align: justify;
    text-indent: 0.48rem;
  }

  .intro-text-left .intro-text-item {
    color: rgba(255, 255, 255, 0.8);
  }

  .intro-text-right .intro-text-item {
    color: rgba(255, 255, 255, 0.6);
  }

  .related-documents-box,
  .related-documents {
    padding: 0.0.32rem;
  }

  .related-documents-box-inner {
    padding: 0.32rem;
    border: 0.02rem solid #FFFFFF3D;
    border-radius: 0.32rem;
    align-items: center;
  }

  .related-documents-title span {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }

  .related-documents-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.16rem;
  }

  .related-documents-content-item {
    padding: 0.32rem 0.48rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.16rem; 
  }

  .related-documents-content-item img,
  .related-documents-content img,
  .related-documents-item-icon {
    width: 0.48rem;
    height: 0.48rem;
  }

  .related-documents-content .document-link {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }

  .section-content-wrapper {
    padding: 0.32rem!important;
    border-radius: 0.32rem!important;
    margin-bottom: 0;
  }

  .section-content-wrapper.light {
    border-radius: 0.24rem!important;
  }

  .section-content-tip {
    font-size: 0.44rem;
    line-height: 0.64rem;
  }

  .section-content-card-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.16rem;
  }

  .section-content-card-item {
    height: 6.12rem;
    flex-direction: column;
    border-radius: 0.16rem!important;
    padding: 0.48rem;
  }

  .section-content-card-item-left {
    gap: 0;
  }

  .section-content-card-item-left-header {
    gap: 0;
  }

  .section-content-card-item-content-title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }

  .section-content-card-item-content-desc .part-one-box {
    gap: 0.32rem;
  }

  .section-content-card-item-content-desc .part-one-box .part-one-item {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }

  .section-content-card-item-content-sence-title {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-bottom: 0.08rem;
  }

  .section-content-card-item-content-sence-desc .sence-box {
    gap: 0.08rem;
  }

  .section-content-card-item-content-sence-desc .sence-box .sence-box-item {
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding: 0.06rem 0.12rem;
  }

  .section-content-actions {
    width: 100%;
    flex-direction: column;
    margin: 0;
  }

  .ycjh-btn {
    font-size: 0.28rem;
    line-height: 0.44rem;
    gap: 0.16rem;
    padding: 0.18rem 0.64rem;
  }

  .ycjh-btn::before {
    inset: -0.04rem;
    border-radius: 0.6rem;
  }

  .ycjh-btn::after {
    border-radius: calc(0.6rem - 0.04rem);
    border-width: 0.04rem;
  }

  .ycjh-btn img {
    width: 0.32rem;
    height: 0.32rem;
  } 

  .section-content-actions-btn{
    padding: 0.18rem 0!important;
    width: 100%;
  }

  .section-content-table {
    margin-top: -0.08rem;
    display: flex;
    gap: 0.04rem;
  }

  .section-content-table-head {
    flex-direction: column;
    gap: 0.08rem;
    margin-bottom: 0;
    background: linear-gradient(180deg, #142769 0%, #724FCD 28.38%, #41128F 100%);
    overflow: visible;
    min-width: 0;
    flex: 0 0 1.92rem;
  }

  .section-content-table-head-item {
    padding: 0.16rem 0!important;
    width: 100%;
    min-width: 0; /* iOS/微信 WebView：允许 flex 子项收缩，避免换行布局错乱 */
    min-height: auto;
    box-sizing: border-box;
  }

  .section-content-table-head-item:first-child {
    width: 100%;
    flex: 0 0 1.04rem;
    flex-direction: column;
    gap: 0;
  }

  .section-content-table-head-item-title {
    font-size: 0.28rem!important;
    line-height: 0.36rem!important; /* 略大于字号，避免 iOS 裁切 */
    text-align: center!important;
    min-width: 0; /* iOS/微信：允许文本容器收缩并正常换行 */
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
  }

  .section-content-table-head-item:not(:first-child) .section-content-table-head-item-title {
    font-size: 0.24rem!important;
    line-height: 0.32rem!important;
  }

  .section-content-table-head-item-desc {
    font-size: 0.24rem;
    line-height: 0.32rem;
    min-width: 0; /* iOS/微信：允许描述文本正常换行 */
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
  }

  .section-content-table-head-item:nth-child(5), .section-content-table-head-item:nth-child(6), .section-content-table-head-item:nth-child(7) {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .section-content-table-head-item:nth-child(8), .section-content-table-head-item:nth-child(9) {
    width: auto;
    flex: auto;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .section-content-table-head-item:nth-child(9) .section-content-table-head-item-desc {
    padding: 0 0.1rem;
  }

  .section-content-table-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.04rem;
  }

  .section-content-table-tr {
    flex-direction: column;
    gap: 0.08rem;
    background-color: #D9CEFFCC;
  }

  .section-content-table-tr:nth-child(2) {
    background: #E1D8FFCC;
  }

  .section-content-table-tr:nth-child(3) {
    background: #E9E2FFCC;
  }

  .section-content-table-item-td {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem!important;
    line-height: 0.56rem!important;
    word-break: break-word;
    padding: 0.2rem 0;
    align-self: stretch;
    min-height: 0.96rem;
  }

  .section-content-table-item-td.one {
    flex: 0 0 1.04rem;
  }

  .section-content-table-item-td.one div {
    font-size: 0.24rem!important;
    line-height: 0.24rem!important;
    text-align: center!important;
  }

  .section-content-table-item-td.one > *:last-child:not(:first-child) {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }

  .section-content-table-item-td.one > * {
    margin: 0;
    padding: 0;
  }

  .section-content-table-item-td.eight {
    width: auto;
    flex: 0 0 1.28rem;
  }

  .section-content-table-item-td.nine {
    width: auto;
    flex: 0 0 1.6rem;
  }

  .section-content-table-item-td img {
    width: 0.32rem;
    height: 0.32rem;
    object-fit: contain;
    flex-shrink: 0;
  }

  .section-content-table-item-td .light {
    font-weight: 600;
    background: linear-gradient(90deg, #E5001E 0%, #9000FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .activity-terms-and-documents {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0.32rem;
    gap: 0.32rem;
  }
}

/* 领取大模型API弹窗 */
.llm-api-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200002;
}

.llm-api-dialog-content {
  position: relative;
  width: 90%;
  max-width: 4.8rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

/* 顶部彩色渐变边框 */
.llm-api-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.llm-api-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.llm-api-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.llm-api-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
}

.llm-api-dialog-close:hover {
  opacity: 1;
}

.llm-api-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.llm-api-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.llm-api-list-section {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  width: 100%;
}

.llm-api-list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.16rem;
  width: 100%;
}

.llm-api-list-title {
  
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.7142857142857142em;
  color: #262626;
  flex: 1;
}

.llm-api-select-all {
  
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.7142857142857142em;
  color: #265DEE;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
}

.llm-api-select-all:hover {
  color: #1a4fd4;
}

.llm-api-list {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  width: 100%;
}

.llm-api-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  padding: 0.12rem 0.16rem;
  background: #FFFFFF;
  border: 2px solid #D5CAE7;
  border-radius: 0.12rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.llm-api-item:hover {
  border-color: #5931A9;
}

.llm-api-item.selected {
  background: rgba(89, 49, 169, 0.06);
  border-color: #5931A9;
}

.llm-api-item-checkbox {
  position: absolute;
  top: -0.02rem;
  right: -0.02rem;
  width: 0.32rem;
  height: 0.32rem;
  flex-shrink: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.llm-api-item-checkbox img,
.llm-api-item-checkbox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.2s ease;
}

/* 未选中态：只展示未选中图标 */
.llm-api-item-checkbox .unselected-icon {
  opacity: 1;
}

.llm-api-item-checkbox .selected-icon,
.llm-api-item-checkbox svg {
  opacity: 0;
}

/* 选中态：展示选中图标和勾选框 */
.llm-api-item.selected .llm-api-item-checkbox .unselected-icon {
  opacity: 0;
}

.llm-api-item.selected .llm-api-item-checkbox .selected-icon,
.llm-api-item.selected .llm-api-item-checkbox svg {
  opacity: 1;
}

.llm-api-item-icon {
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.llm-api-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.llm-api-item-name {
  
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.7142857142857142em;
  color: #595959;
  flex: 1;
}

.llm-api-item.selected .llm-api-item-name {
  color: #5931A9;
}

.llm-api-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.48rem 0.48rem;
}

/* 领取大模型API成功弹窗 */
.llm-api-success-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200003;
}

.llm-api-success-dialog-content {
  position: relative;
  width: 90%;
  max-width: 4.8rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

/* 顶部彩色渐变边框 */
.llm-api-success-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.llm-api-success-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.llm-api-success-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.llm-api-success-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
}

.llm-api-success-dialog-close:hover {
  opacity: 1;
}

.llm-api-success-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.llm-api-success-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.llm-api-success-icon-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0;
  width: 100%;
}

.llm-api-success-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 1.55rem;
  height: 1.61rem;
  position: relative;
}

.llm-api-success-icon {
  width: 1.55rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.llm-api-success-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.llm-api-success-text {
  
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.3333333333333333em;
  color: #3B4048;
  text-align: center;
  margin-top: 0.1rem;
}

.llm-api-success-list {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  width: 100%;
}

.llm-api-success-item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  padding: 0.08rem 0.12rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.12rem;
  width: 100%;
}

.llm-api-success-item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  width: 100%;
}

.llm-api-success-item-label {
  
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #595959;
  flex-shrink: 0;
}

.llm-api-success-item-value {
  
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #262626;
  text-align: right;
  flex: 1;
}

.llm-api-success-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.48rem 0.48rem;
}

/* 领取大模型API已领取弹窗 */
.llm-api-already-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200003;
}

.llm-api-already-dialog-content {
  position: relative;
  width: 90%;
  max-width: 4.8rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

/* 顶部彩色渐变边框 */
.llm-api-already-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.llm-api-already-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.llm-api-already-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.llm-api-already-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
}

.llm-api-already-dialog-close:hover {
  opacity: 1;
}

.llm-api-already-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.llm-api-already-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.llm-api-already-icon-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0;
  width: 100%;
}

.llm-api-already-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 3.24rem;
  height: 1.53rem;
  position: relative;
}

.llm-api-already-icon {
  width: 1.07rem;
  height: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.llm-api-already-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.llm-api-already-text {
  
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.3333333333333333em;
  color: #3B4048;
  text-align: center;
  margin-top: 0.1rem;
  width: 3.24rem;
}

.llm-api-already-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.48rem 0.48rem;
}

/* 反馈已提交弹窗 */
.feedback-already-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200003;
}

.feedback-already-dialog-content {
  position: relative;
  width: 90%;
  max-width: 5.4rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

.feedback-already-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.feedback-already-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.feedback-already-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.feedback-already-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
}

.feedback-already-dialog-close:hover {
  opacity: 1;
}

.feedback-already-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.feedback-already-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.feedback-already-icon-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  width: 100%;
}

.feedback-already-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  position: relative;
}

.feedback-already-icon {
  width: 1.07rem;
  height: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feedback-already-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.feedback-already-text {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.3333333333333333em;
  color: #3B4048;
  text-align: center;
  margin-top: 0.1rem;
  width: 100%;
}

/* 反馈提交成功弹窗（参照大模型API成功弹窗样式） */
.feedback-submit-success-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200003;
}

.feedback-submit-success-dialog-content {
  position: relative;
  width: 90%;
  max-width: 4.8rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

.feedback-submit-success-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.feedback-submit-success-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.feedback-submit-success-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.feedback-submit-success-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
}

.feedback-submit-success-dialog-close:hover {
  opacity: 1;
}

.feedback-submit-success-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.feedback-submit-success-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.feedback-submit-success-icon-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0;
  width: 100%;
}

.feedback-submit-success-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 1.55rem;
  height: 1.61rem;
  position: relative;
}

.feedback-submit-success-icon {
  width: 1.55rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feedback-submit-success-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feedback-submit-success-text {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.3333333333333333em;
  color: #3B4048;
  text-align: center;
  margin-top: 0.1rem;
}

.feedback-submit-success-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.48rem 0.48rem;
}

/* 已参与活动弹窗（样式与反馈已提交弹窗一致） */
.apply-already-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 200003;
}

.apply-already-dialog-content {
  position: relative;
  width: 90%;
  max-width: 5.4rem;
  background: linear-gradient(180deg, #E3E5FF 0%, #FFFFFF 100%);
  border-radius: 0.16rem;
  box-shadow: 0px 24px 40px -12px rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(32px);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

.apply-already-dialog-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.04rem;
  background: linear-gradient(90deg, #353DFF 0%, #FF0C03 33%, #FFA22F 66%, #9F3BB6 100%);
  z-index: 1;
}

.apply-already-dialog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.48rem 0.24rem;
  gap: 0.16rem;
}

.apply-already-dialog-title {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.24rem;
  line-height: 1.4em;
  color: #262626;
  flex: 1;
}

.apply-already-dialog-close {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
}

.apply-already-dialog-close:hover {
  opacity: 1;
}

.apply-already-dialog-close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.apply-already-dialog-body {
  flex: 1;
  padding: 0 0.48rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.apply-already-icon-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
  width: 100%;
}

.apply-already-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  position: relative;
}

.apply-already-icon {
  width: 1.07rem;
  height: 1.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apply-already-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.apply-already-text {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.3333333333333333em;
  color: #3B4048;
  text-align: center;
  margin-top: 0.1rem;
  width: 100%;
}

.apply-already-dialog-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.48rem 0.48rem;
}

/* 移动端响应式样式 */
@media (max-width: 750px) {
  .llm-api-success-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .llm-api-success-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .llm-api-success-dialog-title {
    font-size: 0.36rem;
  }

  .llm-api-success-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  .llm-api-success-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .llm-api-success-icon-section {
    padding: 0.6rem 0;
  }

  .llm-api-success-icon-wrapper {
    width: auto;
    height: auto;
  }

  .llm-api-success-icon {
    width: 2rem;
    height: 1.8rem;
  }

  .llm-api-success-text {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }

  .llm-api-success-item {
    padding: 0.16rem 0.24rem;
    gap: 0.12rem;
  }

  .llm-api-success-item-row {
    gap: 0.12rem;
  }

  .llm-api-success-item-label,
  .llm-api-success-item-value {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .llm-api-success-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 0;
  }

  .feedback-submit-success-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .feedback-submit-success-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .feedback-submit-success-dialog-title {
    font-size: 0.36rem;
  }

  .feedback-submit-success-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  .feedback-submit-success-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .feedback-submit-success-icon-section {
    padding: 0.6rem 0;
  }

  .feedback-submit-success-icon-wrapper {
    width: auto;
    height: auto;
  }

  .feedback-submit-success-icon {
    width: 2rem;
    height: 1.8rem;
  }

  .feedback-submit-success-text {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }

  .feedback-submit-success-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 0;
  }

  .llm-api-already-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .llm-api-already-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .llm-api-already-dialog-title {
    font-size: 0.36rem;
  }

  .llm-api-already-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  .llm-api-already-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .llm-api-already-icon-section {
    padding: 0.6rem 0;
  }

  .llm-api-already-icon-wrapper {
    width: auto;
    height: auto;
  }

  .llm-api-already-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .llm-api-already-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.4rem;
    width: auto;
  }

  .llm-api-already-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 0;
  }

  .feedback-already-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .feedback-already-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .feedback-already-dialog-title {
    font-size: 0.36rem;
  }

  .feedback-already-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  .feedback-already-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .feedback-already-icon-section {
    padding: 0.6rem 0;
  }

  .feedback-already-icon-wrapper {
    width: auto;
    height: auto;
  }

  .feedback-already-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .feedback-already-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.4rem;
    width: auto;
  }

  .apply-already-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .apply-already-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .apply-already-dialog-title {
    font-size: 0.36rem;
  }

  .apply-already-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  .apply-already-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .apply-already-icon-section {
    padding: 0.6rem 0;
  }

  .apply-already-icon-wrapper {
    width: auto;
    height: auto;
  }

  .apply-already-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .apply-already-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.4rem;
    width: auto;
  }

  .apply-already-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 1.8rem;
  }

  .llm-api-dialog-content {
    width: 90%;
    max-width: 7rem;
  }

  .llm-api-dialog-header {
    padding: 0.3rem 0.4rem 0.2rem;
    gap: 0.12rem;
  }

  .llm-api-dialog-title {
    font-size: 0.36rem;
  }

  .llm-api-dialog-close {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.2rem;
    right: 0.2rem;
  }

  .llm-api-dialog-body {
    padding: 0 0.4rem;
    gap: 0;
  }

  .llm-api-list-header {
    gap: 0.12rem;
  }

  .llm-api-list-title,
  .llm-api-select-all {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .llm-api-list {
    gap: 0.16rem;
  }

  .llm-api-item {
    padding: 0.16rem 0.24rem;
    gap: 0.12rem;
  }

  .llm-api-item:hover {
    border-color: #D5CAE7;
  }

  .llm-api-item-checkbox {
    width: 0.54rem;
    height: 0.54rem;
    top: -0.06rem;
    right: -0.06rem;
  }

  .llm-api-item-icon {
    width: 0.32rem;
    height: 0.32rem;
  }

  .llm-api-item-name {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .llm-api-dialog-footer {
    gap: 0.2rem;
    padding: 0.32rem 0.4rem;
  }

  .layui-layer-msg,
  .layui-layer-hui {
    left: 50% !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
}