@font-face {
  font-family: 'Racing Sans One';
  src: url('https://accdn.accloud.cn/scnet-assets/upload/fonts/RacingSansOne-Regular.woff2') format('woff2'),
       url('https://accdn.accloud.cn/scnet-assets/upload/fonts/RacingSansOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

[class*=wa-icon] {
  font-family: 'wa-iconfont';
}

.modular6.content .wrap {
  width: 14.4rem;
  max-width: 90%;
  padding: 0;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.main.detail .modular6.content .wrap {
  background-color: transparent;
  padding-top: 0.01rem;
}

.worm-tags {
  width: 100%;
  padding: 0.5rem 0.3rem 0.3rem;
}

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

.worm-tags .ai-assistant-container img {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
}

.worm-tags .ai-assistant-container .ai-assistant-content {
  font-size: 0.24rem;
  color: #262626;
  line-height: 0.42rem;
  font-weight: 600;
  text-align: center;
  white-space: pre-wrap;
}

.main.detail .wrap .worm-tags{
  margin-top: -0.9rem;
}

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

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

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

.details_banner .info {
  top: 0rem;
}

.banner .info h2 {
  font-size: 0.64rem;
  line-height: 0.72rem;
  margin-bottom: 0.16rem;
  font-weight: 600;
  color: white;
}

.banner .info h3 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-bottom: 0.16rem;
  font-weight: 600;
  color: white;
}

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

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

.chat-tip {
  cursor: pointer;
  display: flex;
  height: 0.28rem;
  padding: 0.1rem 0.3rem;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  border-radius: 2rem;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, #9EF6FF 0%, #1069F9 100%);
  box-shadow: 0 1px 1px 0 rgba(8, 41, 74, 0.03), 0 8px 18px 0 rgba(33, 34, 103, 0.08);
}

.chat-tip img {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
}

.chat-tip .chat-tip-content {
  color: #000;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chat-tip .chat-tip-content strong {
  font-family: 'Racing Sans One';
  font-size: 0.14rem;
  font-weight: 400;
}

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

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





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

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


.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 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
  z-index: 1;
  padding-bottom: 1.1rem;
}

.worm-tags .bts-tabs {
  display: flex;
  gap: 0.08rem;
  padding: 0 0.24rem;
}

.worm-tags .bts-tabs .title.on {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.worm-tags .bts-tabs .title {
  padding: 0.08rem 0.24rem;
  font-size: 0.14rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 2.4rem;
  background: #FFFAF666;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  font-weight: 500;
  line-height: 0.28rem;
  color: #000;
}

.worm-tags .content {
  position: relative;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  padding: 0.54rem 0.24rem .4rem;
  margin-top: 0.7rem;
  align-items: center;
  gap: 0.4rem;
}

.worm-tags .content .top-img {
  left: 50%;
  top: -0.24rem;
  position: absolute;
  width: 4.4rem;
  transform: translateX(-50%);
}

.worm-tags .content.part1 {
  background-size: cover;
  border-radius: 0.15rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.worm-tags .content.part1 .resource-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}

.worm-tags .content.part1 .resource-list .resource-item {
  position: relative;
  flex: 1 0 0;
  padding: 0.3rem 0.22rem 0.24rem;
  border-radius: 0.08rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.50);
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-tag {
  position: absolute;
  top: -0.1rem;
  right: 0.06rem;
  width: 1.06rem;
  height: 0.4rem;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-tag img {
  height: 100%;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.16rem;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner .resource-item-name {
  color: #262626;
  font-size: 0.24rem;
  font-weight: 600;
  white-space: nowrap;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner .resource-item-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  gap: 0.08rem;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner .resource-item-sale-price {
  display: flex;
  align-items: center;
  gap: 0.04rem;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner .resource-item-sale-price .resource-item-sale-price-label {
  color: #262626;
  font-size: 0.2rem;
  font-weight: 400;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner .resource-item-sale-price .resource-item-sale-price-text {
  color: #C00019;
  font-size: 0.2rem;
  font-weight: 600;
}

.worm-tags .content.part1 .resource-list .resource-item .resource-item-inner .resource-item-original-price {
  color: rgba(77, 77, 77, 0.60);
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.28rem;
  text-decoration: line-through;
}

.bts-btn {
  display: flex;
  width: 1.2rem;
  height: 0.28rem;
  padding: 0.04rem 0.24rem;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  border-radius: 30px;
  background: linear-gradient(90deg, #B774FF 0%, #D716F9 100%);
  cursor: pointer;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 600;
  white-space: nowrap;
}

.bts-btn:hover {
  background: linear-gradient(90deg, #D716F9 0%, #B774FF 80%);
}

.worm-tags .content.part2 {
  gap: 0.3rem;
  border-radius: 0.08rem;
  background: linear-gradient(180deg, rgba(200, 89, 255, 0.08) 0%, rgba(101, 117, 255, 0.08) 100%);
}

.worm-tags .content.part2 .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.worm-tags .content.part2 .top img {
  width: 4.77rem;
  object-fit: contain;
}

.worm-tags .content.part2 .top span {
  color: #262626;
  font-size: 0.12rem;
  font-weight: 400;
}

.worm-tags .content .tip {
  margin-bottom: 0.12rem;
  font-size: 0.14rem;
  color: #262626;
}

.worm-tags .content .znq-btn {
  position: relative;
  width: 3.2rem;
  height: 0.55rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
  color: #fff;
  font-weight: 600;
  background-color: #265DEE;
  border-radius: 0.3rem;
}

.worm-tags .content .znq-btn:hover::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
}

.worm-tags .content .task-list {
  width: 100%;
  display: grid;
  gap: 0.24rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}


.worm-tags .content .task-list .task-item:first-child {
  grid-row: span 2;
}

.worm-tags .content .task-list .task-item {
  position: relative;
  border-radius: 0.1rem;
  padding: 0.24rem 0.16rem 0.3rem;
  border: 1px solid #FFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03), 0 4px 36px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  align-self: stretch;
}

.worm-tags .content .task-list .task-item .task-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.16rem;
}

.worm-tags .content .task-list .task-item:first-child,
.worm-tags .content .task-list .task-item:nth-child(2),
.worm-tags .content .task-list .task-item:nth-child(5) {
  background: linear-gradient(180deg, rgba(255, 240, 240, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%);
}
.worm-tags .content .task-list .task-item:nth-child(3),
.worm-tags .content .task-list .task-item:nth-child(4),
.worm-tags .content .task-list .task-item:nth-child(6),
.worm-tags .content .task-list .task-item:last-child {
  background: linear-gradient(180deg, rgba(219, 224, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%);
}

.worm-tags .content .task-list .task-item.finish:first-child,
.worm-tags .content .task-list .task-item.finish:nth-child(2),
.worm-tags .content .task-list .task-item.finish:nth-child(5) {
  background: linear-gradient(180deg, #FFF0F0 0%, #FFF 100%);
}

.worm-tags .content .task-list .task-item.finish:nth-child(3),
.worm-tags .content .task-list .task-item.finish:nth-child(4),
.worm-tags .content .task-list .task-item.finish:nth-child(6),
.worm-tags .content .task-list .task-item.finish:last-child {
  background: linear-gradient(180deg, #DBE0FF 0%, #FFF 100%);
}

.worm-tags .content .task-list .task-item .task-status-tag {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0.1rem;
  background: #FFF;
  height: 0.2rem;
  color: #C3AFD0;
  padding: 0 0.06rem;
  font-size: 0.12rem;
}

.worm-tags .content .task-list .task-item .task-status-tag .pendding-box {
  display: flex;
  align-items: center;
  gap: 0.06rem;
}

.worm-tags .content .task-list .task-item .task-status-tag .star-icon {
  color: #C3AFD0;
}

.worm-tags .content .task-list .task-item.finish .task-status-tag {
  background-color: #F3FFE8;
  color: #19B31B;
}

.worm-tags .content .task-list .task-item .task-status-tag .finish-box,
.worm-tags .content .task-list .task-item.finish .task-status-tag .pendding-box {
  display: none;
}

.worm-tags .content .task-list .task-item.finish .task-status-tag .finish-box {
  display: flex;
  align-items: center;
  gap: 0.06rem;
}

.worm-tags .content .task-list .task-item .task-item-name {
  color: #262626;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 0.28rem;
  white-space: nowrap;
}

.worm-tags .content .task-list .task-item .task-reward {
  display: flex;
  padding: 0 0.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.06rem 0;
  background: #FFF3DB;
  gap: 0.05rem;
  color: #A55B03;
  font-size: 0.12rem;
  line-height: 0.2rem;
}

.worm-tags .content .task-list .task-item .task-reward>span {
  font-weight: 600;
}

.worm-tags .content .task-list .task-item .task-reward img {
 width: 0.14rem;
 height: 0.14rem;
 object-fit: contain;
}

.worm-tags .content .task-list .task-item .task-tip {
  position: absolute;
  bottom: 0.08rem;
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  color: #8A8A8A;
  line-height: 0.12rem;
}

.worm-tags .content .task-list .task-item .task-input-wrapper {
  border-radius: 0.08rem;
  border: 1px solid #FFF;
  background: #F1F9FF;
  width: 100%;
  position: relative;
  margin: 0.2rem 0;
  padding: 0.22rem 0.34rem;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .left-quot {
  position: absolute;
  left: 0.1rem;
  top: 0.04rem;
  font-size: 0.16rem;
  width: 0.16rem;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .right-quot {
  position: absolute;
  right: 0.1rem;
  bottom: 0.04rem;
  font-size: 0.16rem;
  width: 0.16rem;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .task-input-text {
  height: 0.48rem;
  text-align: center;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .task-input-text .task-input-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .task-input-text strong {
  color: #262626;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.24rem;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .task-input-text span {
  color: #696969;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.24rem;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .task-input-text .el-textarea__inner {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.16rem;
  color: #262626;
  font-weight: 600;
  height: 0.48rem;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none;
  resize: none;
}

.worm-tags .content .task-list .task-item .task-input-wrapper .task-input-text .el-textarea__inner::placeholder {
  font-family: 'Alibaba PuHuiTi Heavy';
  font-size: 0.16rem;
  color: #696969;
}

.worm-tags .content .task-list .task-item .task-poster-btn {
  width: 100%;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  border-radius: 2rem;
  background: linear-gradient(90deg, #9EF6FF 0%, #1069F9 100%);
  box-shadow: 0 1px 4px 0 rgba(8, 41, 74, 0.10);
  color: #FFF;
  font-size: 0.14rem;
  font-weight: 600;
  cursor: pointer;
}

.worm-tags .content .task-list .task-item .task-poster-btn:hover {
  background: linear-gradient(90deg, #1069F9 0%, #9EF6FF 80%);
}

.worm-tags .content .gift-list {
  width: 100%;
  display: flex;
  padding: 0.24rem;
  flex-direction: column;
  align-items: center;
  gap: 0.24rem;
  border-radius: 0.08rem;
  background: linear-gradient(180deg, rgba(155, 210, 255, 0.35) 0.33%, rgba(178, 220, 255, 0.15) 99.59%);
}

.worm-tags .content .gift-list .gift-list-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.16rem;
}

.worm-tags .content .gift-list .gift-list-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
}

.worm-tags .content .gift-list .gift-list-head .my-star {
  display: flex;
  padding: 0.02rem 0.16rem;
  justify-content: center;
  align-items: center;
  gap: 0.05rem;
  border-radius: 0.56rem;
  background: rgba(255, 246, 229, 0.50);
  color: #A55B03;
  font-size: 0.12rem;
  line-height: 0.2rem;
}

.worm-tags .content .gift-list .gift-list-head .my-star img {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
}


.worm-tags .content .gift-list .gift-list-head .my-star span {
  font-weight: 600;
  font-size: 0.16rem;
}

.worm-tags .content .gift-list .gift-list-head .btn {
  display: flex;
  height: 0.28rem;
  padding: 0.04rem 0.24rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  border: 1px solid #536891;
  color: #536891;
  font-size: 0.12rem;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
}

.worm-tags .content .gift-list .gift-list-head .btn:hover {
  background-color: #fff;
}

.worm-tags .content .gift-list .gift-list-content {
  width: 100%;
  display: grid;
  gap: 0.24rem;
  grid-template-columns: repeat(3, 1fr);
}

.worm-tags .content .gift-list .gift-list-content .gift-item {
  padding: 0.16rem 0.2rem;
  border-radius: 0.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.50) 100%);
}

.worm-tags .content .gift-list .gift-list-content .gift-item .gift-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.worm-tags .content .gift-list .gift-list-content .gift-item .gift-item-inner .gift-item-name {
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  color: #262626;
}

.worm-tags .content .gift-list .gift-list-content .gift-item .gift-item-inner .gift-img-box {
  display: grid;
  gap: 0.1rem;
  grid-template-columns: repeat(2, 1fr);
}

.worm-tags .content .gift-list .gift-list-content .gift-item:last-child .gift-item-inner .gift-img-box {
  grid-template-columns: repeat(1, 1fr);
}

.worm-tags .content.part3 {
  background: linear-gradient(180deg, rgba(89, 178, 255, 0.06) 0%, rgba(45, 97, 255, 0.06) 100%);
}

.worm-tags .content .activity-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 0.24rem;
}

.worm-tags .content .activity-list .activity-item {
  position: relative;
  padding: 0.24rem;
  border-radius: 0.1rem;
}

.worm-tags .content .activity-list .activity-item:first-child {
  border: 0.08rem dashed #DF94F4;
  background: linear-gradient(270deg, #F9E5FF 0%, #EAF0FF 100%);
  backdrop-filter: blur(2px);
}

.worm-tags .content .activity-list .activity-item:last-child {
  border: 0.08rem dashed #FFCA82;
  background: linear-gradient(270deg, #F6FFEA 0%, #FFE5E5 100%);
  backdrop-filter: blur(2px);
}

.worm-tags .content .activity-list .activity-item .activity-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 0.1rem;
}

.worm-tags .content .activity-list .activity-item .activity-item-content {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #262626;
  text-align: center;
}

.worm-tags .content .activity-list .activity-item .activity-item-content strong {
  font-family: 'Alibaba PuHuiTi Black';
  color: #004BFB;
  font-weight: 600; 
}

.worm-tags .content .activity-list .activity-item .activity-item-content strong.en {
  color: #898989;
  font-family: "Racing Sans One";
}

.worm-tags .content .activity-list .activity-item:first-child .activity-img1 {
  position: absolute;
  width: 1.2rem;
  left: -0.45rem;
  top: -0.45rem;
}

.worm-tags .content .activity-list .activity-item:first-child .activity-img2 {
  position: absolute;
  width: 0.84rem;
  bottom: 0;
  right: 0.2rem;
}
.worm-tags .content .activity-list .activity-item:last-child .activity-img1 {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  left: -0.26rem;
  top: -0.36rem;
}

.worm-tags .content .activity-list .activity-item:last-child .activity-img2 {
  position: absolute;
  width: 0.61rem;
  object-fit: contain;
  right: 0.24rem;
  bottom: 0.2rem;
}

.worm-tags .content .activity-list .activity-item:last-child .activity-img3 {
  width: 0.28rem;
  height: 0.28rem;
  object-fit: contain;
}

.main .fast-nav {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  position: fixed;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.main .fast-nav .fast-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  background: linear-gradient(90deg, #46ACFF 0%, #265DEE 100%);
  border-radius: 0.08rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.22rem;
  width: 1.8rem;
  height: .5rem;
  cursor: pointer;
}

.main .fast-nav .fast-btn:hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
}

.main .fast-nav .fast-btn .svg-icon {
  font-size: 0.1rem;
  color: #fff;
}

.poster-container {
  position: fixed;
  left: -10000px;
  top: -10000px;
  z-index: -99999;
  width: 390px;
  height: 820px;
  color: #000;
  background-color: #fff;
}
.poster-container .poster-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.poster-container .background-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.poster-container .poster-body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.poster-container .poster-body .poster-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 460px;
  width: 100%;
  height: 135px;
  padding: 0 64px;
}

.poster-container .poster-body .poster-content .poster-content-text {
  font-size: 32px;
  font-family: 'Alibaba PuHuiTi Heavy';
  white-space: pre-line;
  color: #136DF9;
  text-shadow: 0 4px 4px rgba(20, 66, 152, 0.15);
}

.poster-container .poster-body .poster-chat-wrapper {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.poster-container .poster-body .poster-chat-wrapper .qr-code {
  width: 90px;
  height: 90px;
}

.bts-dialog .el-dialog {
  border-radius: 9px;
  backdrop-filter: blur(14px);
  box-shadow: none;
  max-width: 560px;
  width: 90%;
}

.bts-dialog .el-dialog .el-dialog__header {
  padding: 24px;
  text-align: center;
}

.bts-dialog .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.bts-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
  font-size: 20px;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
}

.bts-dialog .el-dialog .el-dialog__body {
  padding: 0 0 24px;
  margin: auto;
}

.poster-dialog .el-dialog {
  max-width: 560px;
  background: linear-gradient(180deg, #CAE1FF 0%, #FFF 100%);
}

.poster-dialog .el-dialog .el-dialog__header {
  padding: 16px 24px;
}

.poster-dialog .el-dialog .el-dialog__body {
  max-width: 320px;
}

.poster-dialog .el-dialog .el-dialog__body .el-image {
  display: block;
  margin: auto;
  width: 195px;
}

.poster-dialog .el-dialog .el-dialog__body .save-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 4px;
  font-size: 14px;
  line-height: 28px;
  color: #FF0004;
}

.poster-dialog .el-dialog .el-dialog__body .save-tip .svg-icon {
  font-size: 15px;
}

.poster-dialog .el-dialog .el-dialog__body .poster-note {
 font-size: 14px;
 line-height: 28px;
 text-align: center;
 font-weight: 500;
 color: #262626;
 white-space: pre-line;
 margin: 16px auto 24px;
}

.poster-dialog .el-dialog .el-dialog__body .poster-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.main.detail .worm-tags .content {
  background: #fff;
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.main.detail .worm-tags .content .item {
  display: none;
  width: 100%;
  padding: 0.4rem;
}

.main.detail .worm-tags .content .item.on {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.main.detail .worm-tags .content .item .record-box {
  background: #C4E8FF40;
  border-radius: 0.08rem;
  padding: 0.24rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.main.detail .worm-tags .content .item .record-box .record-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-left {
  display: flex;
  align-items: flex-end;
  gap: 0.16rem;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-left .record-title {
  font-size: 0.26rem;
  line-height: 0.32rem;
  font-weight: 600;
  color: #262626;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-left .record-tip {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #262626;
  font-weight: 400;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-left .record-tip .join-btn {
  color: #265DEE;
  cursor: pointer;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-left .record-tip .join-btn:hover {
  text-decoration: underline;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-left .record-tip .num {
  font-size: 0.24rem;
  font-weight: 600;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-right {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  line-height: 0.32rem;
  font-size: 0.2rem;
  gap: 0.04rem;
  font-weight: 400;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-right.dh {
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.main.detail .worm-tags .content .item .record-box .record-head .record-right .num {
  font-weight: 600;
}

.main.detail .worm-tags .content .item .record-box .record-content {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.16rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item {
  background: #FFFFFFE5;
  border-radius: 0.08rem;
  padding: 0.16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.08rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-img {
  width: 100%;
  height: 0.8rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.08rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content .record-gift-name {
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: #262626;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content .record-gift-star {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #262626;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content .record-gift-num {
  border-radius: 0.06rem 0px;
  background: #FFF3DB;
  padding: 0 0.04rem;
  flex: 0 0 auto;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #A55B03;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content .record-gift-btn {
  border-radius: 0.3rem;
  width: 0.9rem;
  border: 1px solid #081A3E;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.12rem;
  font-weight: 600;
  color: #262626;
  cursor: pointer;
  margin-top: 0.08rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content .record-gift-btn:not([disabled]):hover {
  color: #265DEE;
  border-color: #265DEE;
}

.main.detail .worm-tags .content .item .record-box .record-content .record-gift-list .record-gift-item .record-gift-content .record-gift-btn[disabled] {
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

.main.detail .worm-tags .content .item .record-box .record-content .my-record-tip {
  text-align: left;
  line-height: 0.3rem;
  color: #262626;
  font-size: 0.16rem;
}

.worm-tags .content .content-box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.64rem 0.5rem 0.32rem;
  position: relative;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}



.worm-tags .content .content-box p {
  font-size: 0.17rem;
  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 .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 .copy-invitate-dialog {
  flex-direction: column;
  gap: 0.16rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 5rem;
  max-height: 90%;
  overflow: auto;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10001;
  padding: 0.4rem 0 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 0.6rem 0 #00000014;
}

.main .copy-invitate-dialog .copy-invitate-dialog-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  padding: 0 0.4rem 0.24rem;
}

.main .copy-invitate-dialog .copy-invitate-dialog-body .el-icon-error {
  position: absolute;
  right: 0.16rem;
  top: -0.24rem;
  font-size: 0.22rem;
  cursor: pointer;
}

.main .copy-invitate-dialog .copy-invitate-dialog-body >img {
  width: 0.6rem;
  height: 0.8rem;
  position: absolute;
  right: 0.15rem;
  bottom: 0.1rem;
}

.main .copy-invitate-dialog .copy-invitate-dialog-body .invitate-text {
  font-size: 0.13rem;
  color: #000;
  line-height: 0.2rem;
}

.main .copy-invitate-dialog .copy-invitate-dialog-body .copy-invitate-dialog-tip {
  font-size: 0.14rem;
  font-weight: 600;
  color: #000;
  line-height: 0.24rem;
}

.main .copy-invitate-dialog .copy-invitate-dialog-body .copy-invitate-dialog-btn {
  font-size: 0.14rem;
  font-weight: 400;
  color: #fff;
  background-color: #265dee;
  border-radius: 0.3rem;
  cursor: pointer;
  width: 2rem;
  line-height: 0.32rem;
  text-align: center;
  margin: auto;
}

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

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

.main .dh-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10001;
  padding: 0.48rem 0 0.24rem;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 0.6rem 0 #00000014;
}

.main .dh-dialog .dh-dialog-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.main .dh-dialog .dh-dialog-inner .el-icon-error {
  position: absolute;
  right: 0.18rem;
  top: -0.3rem;
  font-size: 0.22rem;
  cursor: pointer;
}

.main .dh-dialog .dh-img {
  margin: auto;
  width: 2.2rem;
  height: 0.8rem;
}

.main .dh-dialog .dh-dialog-body {
  position: relative;
  flex: 1;
  overflow-y: auto;
}

.main .dh-dialog .dh-dialog-body .redeem_gift_form {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  padding: 0.32rem 0.9rem;
}

.main .dh-dialog .dh-dialog-body .row {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.main .dh-dialog .dh-dialog-body .row .label {
  width: 0.86rem;
  font-size: 0.14rem;
  color: #262626;
}

.main .dh-dialog .dh-dialog-body .row .value {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 0.14rem;
  color: #262626;
}

.main .dh-dialog .dh-dialog-body .row .value .error-tip {
  margin-left: 0.08rem;
  color: #FF0000;
}

.main .dh-dialog .dh-dialog-body .row .value .tel {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 0.04rem;
  height: 0.3rem;
  padding: 0 0.12rem;
  font-size: 0.14rem;
}

.main .dh-dialog .dh-dialog-body .row .value .tel .el-input__inner {
  height: 100%;
}

.main .dh-dialog .dh-dialog-body .row .value .phone-tips {
  margin-top: -0.16rem;
  color: #595959;
  font-size: 0.12rem;
  line-height: 0.2rem;
}

.main .dh-dialog .dh-dialog-body .dh-dialog-tips {
  font-size: 0.12rem;
  color: #595959;
  line-height: 0.2rem;
}

.main .dh-dialog .dh-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;
  width: 2rem;
  text-align: center;
  margin: auto;
}

.main .dh-dialog .dh-dialog-btn:not([disabled]):hover {
  background-color: rgba(38, 93, 238, 0.85);
}


.main .dh-dialog .dh-dialog-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

.main .dh-tabs {
  flex: 1;
  display: flex;
  align-items: center;
  height: 0.3rem;
}

.main .dh-tabs .dh-tab {
  flex:1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-right: 0;
  height: 100%;
  cursor: pointer;
  max-width: 0.94rem;
}

.main .dh-tabs .dh-tab:first-child {
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
}

.main .dh-tabs .dh-tab:last-child {
  border-top-right-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
  border-right: 1px solid #d9d9d9;
}

.main .dh-tabs .dh-tab.active {
  background-color: #265DEE;
  color: #fff;
  border-color: #265DEE;
}

.main .dh-tabs .dh-tab.active + .dh-tab {
  border-left-color: #265dee;
}

#rankContainer {
  min-height: 6.2rem;
}

#rankContainer .el-loading-mask {
  top: 0.42rem;
}

#rankContainer .el-table {
  border-radius: 0.08rem;
}

#rankContainer .el-table__header th,
#rankContainer .el-table__body td {
  width: 33.33%; /* 根据列数调整宽度 */
  border: 0;
  height: 0.42rem;
  font-size: 0.12rem;
}

#rankContainer .el-table__body td {
  border-bottom: 1px solid #CFDEFF;
}

#rankContainer .el-table .el-table__header-wrapper {
  background: linear-gradient(90deg, #89D8FF 0%, #9FBCFF 100%);
}

#rankContainer .el-table .el-table__header-wrapper tr, #rankContainer .el-table .el-table__header-wrapper th.el-table__cell {
  background-color: transparent;
  font-weight: 600;
}

#rankContainer .el-table .el-table__header-wrapper thead {
  color: #262626;
}

#rankContainer .el-table tr {
  background: #C4E8FF40;
}

#rankContainer .el-table tr:last-child td {
  border: 0;
}

#rankContainer .el-table .el-table__cell {
  padding: 0;
  color: #262626;
}

#rankContainer .el-table td.el-table__cell .cell img{
  width: 0.32rem;
}

#rankContainer .el-table .el-table__cell .ranking-num {
  font-size: 0.14rem;
  font-weight: 600;
}

#rankContainer .el-table__empty-text {
  display: flex;
  flex-direction: column;
  color: #262626;
  font-size: 0.14rem;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  min-height: 4rem;
  line-height: 0.26rem;
}

#rankContainer .el-table__empty-text img {
  width: 2.1rem;
}

#inviteTable tr,  #dhTable tr, #myTaskTable tr {
  height: 0.44rem;
  font-size: 0.14rem;
  color: #262626;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

#inviteTable tr:last-child {
  background-color: transparent;
}

#inviteTable tr:last-child, #inviteTable tr:nth-last-of-type(2), #dhTable tr:last-child, #myTaskTable tr:last-child {
  border-bottom: 0;
}

#inviteTable tr th, #dhTable tr th, #myTaskTable tr th {
  font-weight: 600;
}

#inviteTable tr th, #inviteTable tr td, #dhTable tr th, #dhTable tr td, #myTaskTable tr th, #myTaskTable tr td{
  padding: 0 0.12rem;
  width: 25%;
}

#inviteTable tr th:last-child,  #myTaskTable tr th:last-child{
  display: none;
}

#inviteTable tr:first-child,  #dhTable tr:first-child, #myTaskTable tr:first-child {
  background: linear-gradient(90deg, #89D8FF 0%, #9FBCFF 100%);
}


#inviteTable tr th:first-child,  #inviteTable tr td:first-child, #dhTable tr th:first-child, #dhTable tr td:first-child, #myTaskTable tr th:first-child, #myTaskTable tr td:first-child {
  padding-left: 0.36rem;
}

#inviteTable tr th:last-child,  #inviteTable tr td:last-child, #dhTable tr th:last-child, #dhTable tr td:last-child, #myTaskTable tr th:last-child, #myTaskTable tr td:last-child {
  padding-right: 0.36rem;
}

table tr .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.2rem;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #ccc;
  cursor: pointer;
  white-space: nowrap;
}

table tr .status.finished {
  background-color: #37D21C;
  cursor: default;
}

.main.detail .worm-tags .content .item .activity-rule {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #262626;
}

.status-popover {
  width: 3.1rem!important;
  padding: 0.08rem 0.08rem 0.08rem 0.16rem;
  transform: translateX(0);
}

.status-popover h1 {
  font-size: 0.14rem;
  font-weight: 500;
  color: #262626;
  line-height: 0.2rem;
  text-align: center;
  margin-bottom: 0.04rem;
}

.status-popover ul li {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  font-size: 0.12rem;
  color: #262626;
  line-height: 0.2rem;
}

.status-popover ul li:not(:last-child) {
  margin-bottom: 0.04rem;
}

.status-popover ul li .svg-icon {
  font-size: 0.14rem;
  flex-shrink: 0;
}

.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 li::before {
  content: '·';
  margin-right: 0.5em;
}

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

.go-back-wrapper {
  position: fixed;
  right: 9%;
  top: 4rem;
  width: 0.5rem;
  height: 1.8rem;
  z-index: 9;
}

.go-back-wrapper .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #46ACFF 0%, #265DEE 100%);
  writing-mode: vertical-rl;
  /* 竖排从右向左 */
  text-orientation: mixed;
  /* 保持文字方向混合 */
  white-space: nowrap;
  /* 字体 */
  text-align: center;
  font-size: 0.16rem;
  border-radius: 0.08rem;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.04rem;
}

.go-back-wrapper .inner:hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
}

.go-back-wrapper .inner img {
  width: 0.18rem;
  height: 0.18rem;
}

.go-back-wrapper .inner span {
  letter-spacing: 0.04rem;
}

.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.4rem 0.5rem 0.24rem;
  width: 4.8rem;
  text-align: center;
  color: #262626;
  backdrop-filter: blur(14px);
  border-radius: 0.09rem;
}

.message img {
  width: 1.02rem;
}

.message .tip {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}

.message .content {
  font-size: 0.12rem;
  text-align: center;
  color: #595959;
  line-height: 0.2rem;
}

.message .footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  margin-top: 0.32rem;
}

.message .footer-btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0.32rem;
  border-radius: 0.3rem;
  font-size: 0.14rem;
  cursor: pointer;
}

.message .footer-btn .btn:hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
}

.message .footer-btn .ok-btn {
  border: 1px solid #081A3E80;
  color: #081A3E;
}

.message .footer-btn .my-reward-btn {
  background-color: #265DEE;
  color: #fff;
}

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 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 0.4rem 0;
  gap: 0.16rem;
}

.empty img {
  width: 1rem;
}

.empty .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #262626;
}

.empty .txt .invite-btn {
  color: #265DEE;
  cursor: pointer;
}

.empty .txt .invite-btn:hover {
  text-decoration: underline;
}

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

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

  .modular7 tr th,
  .modular7 tr td {
      padding: 0.5em 0.16rem;
  }

  .details_banner .info {
      top: 0.3rem;
  }

  .main.none .banner {
      height: 8rem;
      background-position: -1.2rem 0, right top;
  }

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

  .modular6.content {
      background-size: cover;
      margin-top: -5.8rem;
  }

  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-top: 0.4rem;
  }

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

  .modular7 .model-box {
      background-size: 100% 100%;
      padding-left: 0.4rem;
      padding-right: 0.4rem;
  }

  .modular7 .model-box .hot-link-list, .modular7 .model-box .model-lab-list {
      grid-template-columns: repeat(1, 1fr);
  }

  .modular7 .model-box .hot-link-list .hot-link-item .hot-link-title {
      font-size: 0.15rem;
  }

  .modular7 .model-box .hot-link-list .hot-link-item .hot-link-a {
      font-size: 0.12rem;
  }

  .modular7 .model-box .model-lab-list .model-lab-item:last-child {
      grid-column: initial;
  }

  .modular7 .model-box .hd-box .hd-box-title {
      font-size: 0.16rem;
      text-align: left;
      padding-left: 0.32rem;
  }

  .modular7 .model-box .hd-box .hd-box-a {
      font-size: 0.12rem;
  }

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

  .modular7 .model-box .swiper-container .swiper-slide .swiper-slide-right .title {
      font-size: 0.14rem;
      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.15rem;
  }

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

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

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

  .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.18rem;
  }

  .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 .notification {
      top: 1rem;
      right: 0.2rem;
  }

  .banner .info h2 {
      font-size: 0.4rem;
      line-height: 0.48rem;

  }

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

  .banner .info h4 {
      font-size: 0.16rem;
      line-height: 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;
  }

  .worm-tags, .main.detail .wrap .worm-tags {
      margin-top: 0;
  }

  .worm-tags .content {
      padding: 0.6rem 0.4rem 0.3rem;
  }

  .worm-tags .content .task-list {
      grid-template-columns: repeat(1, 1fr);
  }
  .worm-tags .content .task-list .task-img {
      position: relative;
      bottom: -0.16rem; 
      right: -1.16rem;   
  }
  .worm-tags .content .double-reward {
      flex-direction: column;
      gap: 0.16rem;
  }
  .worm-tags .content:nth-child(3) {
      padding-top: 0.8rem;
  }

  .worm-tags .content .task-goods-list {
      grid-template-columns: repeat(2, 1fr);
  }
  .main .fast-nav {
    top: 30%;
    right: 0.2rem;
  }
  .process-img {
    width: 120%;
    max-width: none;
  }
  .main .fast-nav .fast-btn {
      width: 1.2rem;
      height: 0.32rem;
      font-size: 0.12rem;
  }
  .main .fast-nav .fast-btn:first-child img {
      width: 0.28rem;
      height: 0.28rem;
  }

  .main.detail .worm-tags .content .item .record-box {
      padding: 0.16rem;
  }

  .main.detail .worm-tags .content .item .record-box .record-head {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.16rem;
  }

  .main.detail .worm-tags .content .item .record-box .record-head .record-left .record-title {
      font-size: 0.2rem;
      flex-shrink: 0;
  }
  .main.detail .worm-tags .content .item .record-box .record-head .record-left .record-tip {
      font-size: 0.14rem;
      line-height: 0.18rem;
  }
  .main.detail .worm-tags .content .item .record-box .record-content .record-gift-list {
      grid-template-columns: repeat(2, 1fr);
  }
  .main.detail .worm-tags .content .item .record-box .record-head .record-right {
      font-size: 0.16rem!important;
      line-height: 0.18rem!important;
  }
  .go-back-wrapper {
      right: 2%;
  }
  #inviteTable tr, #dhTable tr, #myTaskTable tr {
      font-size: 0.12rem;
  }
  #inviteTable tr th:first-child, #inviteTable tr td:first-child, #dhTable tr th:first-child, #dhTable tr td:first-child, #myTaskTable tr th:first-child, #myTaskTable tr td:first-child {
      padding-left: 0.2rem;
  }
  #inviteTable tr th:last-child, #inviteTable tr td:last-child, #dhTable tr th:last-child, #dhTable tr td:last-child, #myTaskTable tr th:last-child, #myTaskTable tr td:last-child {
      padding-right: 0.2rem;
      line-height: 0.14rem;
  }
  .main.detail .worm-tags .content .item .phb-tips {
      font-size: 0.14rem;
  }


  .worm-tags .content .task-list .task-item .pick-tip {
      padding: 0 0.34rem;
  }

  .worm-tags .content.part1 {
    border-radius: 0.4rem;
  }

  .worm-tags .content.part1 .resource-list,
  .worm-tags .content .gift-list .gift-list-content,
  .worm-tags .content .activity-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .worm-tags .content .gift-list .gift-list-head {
    flex-direction: column;
  }
}

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

.layui-layer-dialog .layui-layer-content {
  padding: 0.16rem 0.3rem;
  font-size: 0.22rem;
  line-height: 0.26rem;
}