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

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

.worm-tags {
    margin-top: -0.5rem;
}

.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 {
    margin-bottom: -1.5rem;
}

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

.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 {
    vertical-align: top;
}

.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: cover;
    background-position: top center;
    position: relative;
    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;
}

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

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

.worm-tags .znq-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.8rem 0.5rem .4rem;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.worm-tags .last-content {
    border-radius: 0.12rem;
    background: linear-gradient(0.03deg, #FFFFFF 66.41%, #FFE9C7 97.63%);
    margin-top: 0.64rem;
    padding-top: 0.32rem;
}

.worm-tags .last-content .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.32rem 1.9rem;
}

.worm-tags .last-content .inner .base-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.08rem;
}

.worm-tags .last-content .inner .base-info  h1 {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #262626
}

.worm-tags .last-content .inner .base-info > a {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.32rem;
    color: #265DEE;
    cursor: pointer;
}

.worm-tags .last-content .inner .base-info > a:hover {
    text-decoration: underline;
    color: #265DEE!important;
}


.worm-tags .last-content .inner .base-info > img {
    width: 2.85rem;
    object-fit: cover;
}

.worm-tags .last-content .inner .base-info > span {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.2rem;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0.8) 0%, rgba(89, 89, 89, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* 兼容旧版浏览器 */
    background-clip: text; /* 标准语法 */
    color: transparent; /* 标准语法 */
}

.worm-tags .last-content .inner .base-info > div {
    font-size: 0.12rem;
    line-height: 0.16rem;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0.8) 0%, rgba(89, 89, 89, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* 兼容旧版浏览器 */
    background-clip: text; /* 标准语法 */
    color: transparent; /* 标准语法 */
}

.worm-tags .last-content .inner .tips {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 0.18rem;
    color: #999;
}

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

.worm-tags .content .hot-goods-container {
    width: 100%;
}

.worm-tags .content .hot-goods-container .hot-goods-title {
    font-size: 0.18rem;
    line-height: 0.32rem;
}

.worm-tags .content .hot-goods-container .hot-goods-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem;
    margin: 0.24rem 0;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item {
    position: relative;
    display: flex;
    padding: 0.2rem 0.16rem 0.2rem 0.24rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.1rem;
    border-radius: 0.08rem;
    border: 1px solid;
    background: #FFF;
    overflow: hidden;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item.cpu {
    border-color: #FFE2CA;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item.gpu {
    border-color: #DAE8FF;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-item-tag {
    display: flex;
    min-width: 0.44rem;
    padding: 0 0.04rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.04rem;
    border: 1px solid;
    color: #fff; 
    font-size: 0.12rem;
    font-weight: 500;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item.cpu .hot-goods-item-tag {
    border-color: #4274FD;
    background: #4274FD;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item.gpu .hot-goods-item-tag {
    border-color: #FD7A42;
    background: #FD7A42;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-item-base-info {
    flex: 1;
    color: #262626;
    line-height: 0.24rem;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-item-base-info .hot-goods-item-title {
    font-size: 0.18rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-item-base-info .hot-goods-item-cluster {
    font-size: 0.16rem;
    font-weight: 400;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-btn {
    background: #fff;
    color: #265DEE;
    border: 1px solid #265DEE;
    border-radius: 0.06rem;
    padding: 0.07rem 0.16rem;
    font-size: 0.12rem;
    font-weight: 500;
    cursor: pointer;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-btn:hover {
    background: #265DEE;
    color: #fff;
}

.worm-tags .content .hot-goods-container .hot-goods-list .hot-goods-item .hot-goods-item-img {
    position: absolute;
    right: 0.1rem;
    bottom: -0.1rem;
    height: 0.8rem;
    object-fit: contain;
    width: auto;
}

.worm-tags .content .reward-container {
    width: 100%;
}

.worm-tags .content .reward-container .reward-title {
    color: #262626;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-weight: 400;
}

.worm-tags .content .reward-container .reward-title p.title {
    font-size: 0.2rem;
    line-height: 0.28rem;
}


.worm-tags .content .summer-rank-top-tip {
    font-size: 0.18rem;
    color: #262626;
    line-height: 0.24rem;
    text-align: center;
}

.worm-tags .content .summer-rank-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0.24rem 0;
    gap: 0.08rem;
}

.worm-tags .content .summer-rank-list .summer-rank-item {
    position: relative;
    display: flex;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.38rem 0 0.24rem;
    gap: 0.32rem;
    align-items: center;
    background-color: #fff;
    border-radius: 0.12rem;
    border: 1px dashed #75B1FF;
    font-weight: 500;
    color: #262626;
}

.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-label {
    flex-basis: 3rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    text-align: center;
}

.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-range {
    flex: 1;
}

.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-range,
.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-desc {
    font-size: 0.16rem;
    line-height: 0.20rem;
}

.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-icon-box {
    position: relative;
    height: 100%;
    flex-basis: 0.8rem;
    overflow: hidden;
}

.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-icon {
    position: absolute;
    right: 0.05rem;
    bottom: -0.2rem;
    height: 0.9rem;
    object-fit: contain;
    width: auto;
}

.worm-tags .content .summer-rank-list .summer-rank-item:first-child .summer-rank-icon {
    transform: rotate(6deg);
    right: 0.1rem;
}

.worm-tags .content .summer-rank-list .summer-rank-item:nth-child(2) .summer-rank-icon {
    height: 0.6rem;
    bottom: 0.06rem;
}

.worm-tags .content .summer-rank-list .summer-rank-item:nth-child(3) .summer-rank-icon {
    right: 0.1rem;
}

.worm-tags .content .summer-rank-list .summer-rank-item:nth-child(3) .summer-rank-icon,
.worm-tags .content .summer-rank-list .summer-rank-item:nth-child(4) .summer-rank-icon {
    transform: rotate(8deg);
}

.worm-tags .content .summer-rank-list .summer-rank-item:nth-child(4) .summer-rank-icon {
    right: 0.26rem;
}

.worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-desc {
    flex-shrink: 0;
    flex-basis: 5.54rem;
}

.worm-tags .content .summer-rank-bottom-tip {
    font-size: 0.14rem;
    line-height: 0.32rem;
    text-align: center;
}

.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:nth-child(2){
    margin-top: 1rem;
}

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

.worm-tags .content .task-list .task-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 0.08rem;
    padding: 0.16rem;
}

.worm-tags .content .task-list .task-item:first-child {
    background: linear-gradient(179.57deg, rgba(178, 229, 255, 0.7) 0.33%, rgba(178, 229, 255, 0.2) 99.59%);
}
.worm-tags .content .task-list .task-item:nth-child(2) {
    background: linear-gradient(179.57deg, rgba(144, 205, 255, 0.7) 0.33%, rgba(178, 220, 255, 0.2) 99.59%);
}
.worm-tags .content .task-list .task-item:last-child {
    background: linear-gradient(179.57deg, rgba(178, 202, 255, 0.7) 0.33%, rgba(178, 199, 255, 0.2) 99.59%);
}

.worm-tags .content .task-list .task-item .task-item-head {
    display: flex;
    min-height: 0.52rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #262626;
    line-height: 0.24rem;
    gap: 0.08rem;
    margin-bottom: 0.04rem;
}

.worm-tags .content .task-list .task-item .task-item-head .task-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
}

.worm-tags .content .task-list .task-item .task-item-head .task-title>span{
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
}

.worm-tags .content .task-list .task-item .task-item-head .task-title .svg-icon {
    font-size: 0.1rem;
}

.worm-tags .content .task-list .task-item .task-item-head .task-sub-title {
    font-size: 0.12rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 0.18rem;
}

.worm-tags .content .task-list .task-item .attend-number {
    font-size: 0.18rem;
    color: #262626;
    font-weight: 600;
    line-height: 0.8rem;
}

.worm-tags .content .task-list .task-item .znq-btn {
    width: 1.8rem;
    height: 0.4rem;
    font-size: 0.16rem;
}

.worm-tags .content .task-list .task-item  .yqhy-tip {
    margin: 0.16rem 0 0.12rem;
    font-size: 0.12rem;
    color: #262626;
    line-height: 0.18rem;
}

.worm-tags .content .task-list .task-item > a {
    margin-top: 0.4rem;
    font-size: 0.12rem;
    color: #265DEE;
    font-weight: 500;
}

.worm-tags .content .task-list .task-item > a:hover {
    color: #265DEE!important;
    text-decoration: underline;
}

.worm-tags .content .task-list .task-item .pick-task-list {
    width: 100%;
    display: grid;
    gap: 0.08rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0.08rem;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.12rem 0.16rem;
    background: #fff;
    backdrop-filter: blur(8px);
    border-radius: 0.08rem;
    gap: 0.16rem;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-img {
    width: 0.32rem;
    object-fit: cover;
    flex-shrink: 0;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content {
    flex: 1;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-name {
    font-size: 0.14rem;
    color: #262626;
    font-weight: 500;
    line-height: 0.2rem;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-name a{
    color: #265DEE;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-name a:hover {
    color: #265DEE!important;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-star {
    display: flex;
    align-items: center;
    color: #EC9E35;
    font-size: 0.13rem;;
    font-weight: 500;
    padding: 0 0.04rem;
    gap: 0.02rem;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-star .svg-icon {
    font-size: 0.1rem;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-content .pick-task-sub {
    font-size: 0.12rem;
    color: #999;
    line-height: 0.18rem;
    margin-top: 0.04rem;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-btn,  .worm-tags .content .task-list .task-item .task-module3-content .my-reward-btn {
    position: relative;
    font-size: 0.12rem;
    font-weight: 500;
    color: #265DEE;
    border: 1px solid #265DEE;
    border-radius: 0.06rem;
    line-height: 0.18rem;
    padding: 0.07rem 0.16rem;
    cursor: pointer;
    flex-shrink: 0;
}

.worm-tags .content .task-list .task-item .pick-task-list .pick-task-item .pick-task-btn:hover::before,  .worm-tags .content .task-list .task-item .task-module3-content .my-reward-btn:hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
}

.worm-tags .content .task-list .task-item .pick-tip {
    margin-top: 0.08rem;
    padding: 0 0.08rem;
    font-size: 0.12rem;
    color: #595959;
    line-height: 0.18rem;
    text-align: center;
}

.worm-tags .content .double-reward {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.worm-tags .content .double-reward .double-reward-content {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.worm-tags .content .double-reward .double-reward-content h1 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #262626;
}

.worm-tags .content .double-reward .double-reward-content > div {
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
    color: #262626;
}

.worm-tags .content .double-reward .double-reward-content > div p {
    font-size: 0.14rem;
    line-height: 0.2rem;
}

.worm-tags .content .double-reward .double-reward-content > div p:last-child {
    font-size: 0.12rem;
}

.worm-tags .content .double-reward .double-reward-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.08rem;
    border: 1px solid #262626;
    color: #262626;
    font-size: 0.16rem;
    font-weight: 500;
    width: 1.8rem;
    height: 0.4rem;
    cursor: pointer;
}

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

.worm-tags .content .task-goods-list {
    width: 100%;
    display: grid;
    gap: 0.12rem;
    grid-template-columns: repeat(5, 1fr);
}

.worm-tags .content .task-goods-list .task-goods-item {
    position: relative;
    background: #fff;
    border-radius: 0.08rem;
    border: 1px solid #CCCCCC99;
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.worm-tags .content .task-goods-list .task-goods-item:hover {
    border-color: #265DEE;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-tag {
    position: absolute;
    left: 0;
    top: 0;
    background: #FD7A42;
    color: #fff;
    border-top-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    border: 1px solid #FD7A42;
    font-size: 0.12rem;
    line-height: 0.18rem;
    text-align: center;
    padding: 0 0.04rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-inner {
    padding: 0.16rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.08rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-top .task-goods-img {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #F0F0F0;
    border-radius: 0.08rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-top .task-right-arrow {
    width: 0.32rem;
    height: 0.32rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-name {
    font-size: 0.12rem;
    color: #262626;
    font-weight: 600;
    line-height: 0.18rem;
    margin-top: 0.04rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-price-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-price-box .origin-price {
    font-size: 0.12rem;
    color: #999;
    text-decoration: line-through;
    line-height: 0.15rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-price-box .sale-price {
    display: flex;
    align-items: flex-end;
    font-size: 0.12rem;
    color: #262626;
    line-height: 0.15rem;
    gap: 0.04rem;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-price-box .sale-price .unit {
    font-size: 0.16rem;
    color: #C00019;
    font-weight: 500;
}

.worm-tags .content .task-goods-list .task-goods-item .task-goods-price-box .sale-price .mount {
    font-size: 0.2rem;
    color: #C00019;
    font-weight: 600;
    line-height: 0.2rem;
}

.worm-tags .content .task-goods-tips {
    width: 100%;
    margin-top: 0.24rem;
    font-size: 0.12rem;
    color: #595959;
}

.worm-tags .content .task-list .task-item .task-module1-content, .worm-tags .content .task-list .task-item .task-module1-content p {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #262626;
}

.worm-tags .content .task-list .task-item .task-module1-content, .worm-tags .content .task-list .task-item .task-module1-content a {
    color: #265DEE;
}

.worm-tags .content .task-list .task-item .task-module1-content a:hover {
    color: #265DEE!important;
    cursor: pointer;
    text-decoration: underline;
}

.worm-tags .content .task-list .task-item .task-module2-content,
.worm-tags .content .task-list .task-item .task-module2-content p,
.worm-tags .content .task-list .task-item .task-module3-content,
.worm-tags .content .task-list .task-item .task-module3-content p{
    font-size: 0.14rem;
    color: #262626;
}
.worm-tags .content .task-list .task-item .task-module2-content p:first-child,
.worm-tags .content .task-list .task-item .task-module3-content p:first-child
{
    line-height: 0.24rem;
    margin-bottom: 0.08rem;
}

.worm-tags .content .task-list .task-item .task-module2-content p:last-child,
.worm-tags .content .task-list .task-item .task-module3-content p:last-child
{
   font-size: 0.12rem;
    line-height: 0.2rem;
    color: #595959;
}

.worm-tags .content .task-list .task-item .task-module3-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.24rem;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    margin: 0.12rem 0.08rem;
    border-radius: 0.08rem;
    padding: 0.24rem;
}

.worm-tags .content .task-list .task-item .task-rank-list {
    display: flex;
    gap: 0.12rem;
    align-items: flex-end;
}

.worm-tags .content .task-list .task-item .task-rank-list .task-rank-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0.08rem;
    border-top-left-radius: 0.12rem;
    border-top-right-radius: 0.12rem;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    padding: 0.12rem 0.15rem 0.16rem;
    color: #262626;
}

.worm-tags .content .task-list .task-item .task-rank-list .task-rank-item .task-rank-title {
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 0.19rem;
}

.worm-tags .content .task-list .task-item .task-rank-list .task-rank-item:nth-child(2) .task-rank-title{
    line-height: 0.34rem;
}

.worm-tags .content .task-list .task-item .task-rank-list .task-rank-item .task-rank-desc {
    font-size: 0.12rem;
    line-height: 0.24rem;
    padding: 0 0.1rem;
    text-align: center;
}

.worm-tags .content .task-list .task-item .task-rank-list .task-rank-item .task-rank-foot {
    font-size: 0.12rem;
    color: #595959;
    line-height: 0.24rem;
}

.worm-tags .content .task-list .task-item:last-child {
    justify-content: flex-start;
}

.worm-tags .content .task-list .task-img {
    width: 3.6rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

.main .znq-fast-nav .znq-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 .znq-fast-nav .znq-fast-btn:hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
}

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

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

.main.detail .worm-tags .content .item .record-box .record-content .my-record-tip .title {
    font-size: 0.18rem;
}

.main.detail .worm-tags .content .item .record-box .record-content .my-record-tip .center-tip {
    margin: 0.12rem 0;
}

.main.detail .worm-tags .content .item .phb-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    background: linear-gradient(90deg, #FDA 0%, #FFECB7 100%);
    font-size: 0.14rem;
    line-height: 0.36rem;
    font-weight: 600;
    color: #262626;
    margin-bottom: -0.14rem;
}

.main.detail .worm-tags .content .item .phb-tips img {
    position: relative;
    width: 0.28rem;
    height: 0.28rem;
    object-fit: contain;
    top: 0.03rem;
}

.main.detail .worm-tags .content .item .rank-tabs {
    width: 8rem;
    max-width: 80%;
    height: 0.4rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #999;
    border: 0.01rem solid #D9D9D9;
    border-radius: 0.04rem;
    background-color: #fff;
    overflow: hidden;
}

.main.detail .worm-tags .content .item .rank-tabs .rank-tab {
    height: 100%;
    flex: 1 0 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main.detail .worm-tags .content .item .rank-tabs .rank-tab.active {
    color: #fff;
    background-color: #265DEE;
}

.main.detail .worm-tags .content .item .rank-tabs .rank-tab[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

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

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

.tokens-dialog .el-dialog {
    border-radius: 9px;
    backdrop-filter: blur(14px);
    box-shadow: none;
    max-width: 480px;
    width: 90%;
    transform: translateY(-50%);
    top: 50%;
    margin-top: 0 !important;
}
.tokens-dialog .el-dialog__body {
    padding: 40px 72px 24px;
}
.tokens-dialog .tokens-dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tokens-dialog .tokens-dialog-content .el-form {
    width: 100%;
    margin-top: 12px;
}
.tokens-dialog .tokens-dialog-header {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.tokens-dialog .tokens-dialog-tip {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #595959;
}
.tokens-dialog .tokens-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #265DEE;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 24px;
}

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

  .tip-dialog .el-dialog {
    max-width: 4.4rem;
  }
  .tip-dialog .el-dialog .el-dialog__body {
    padding: 0.2rem 0.4rem 0.4rem;
    font-size: 0.14rem;
    line-height: 0.28rem;
    text-align: center;
    color: #262626;
  }

  .tip-dialog .el-dialog .el-dialog__body .link-text {
    color: #004BFB;
    font-weight: 600;
  }
  .tip-dialog .el-dialog .el-dialog__body .link-text:hover {
    text-decoration: underline;
  }

.no-star .el-form-item__label::before {
    display: none !important;
}

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

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

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

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

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

.sfs-dialog .el-dialog .el-dialog__body .award-dilog-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.sfs-dialog .el-dialog .el-dialog__body .award-dilog-header img {
    width: 100px;
    object-fit: contain;
}

.sfs-dialog .el-dialog .el-dialog__body .award-dilog-header .txt {
    font-size: 14px;
    color: #262626;
    font-weight: 600;
}

.sfs-dialog .el-dialog .el-dialog__body .el-form {
    max-width: 444px;
    margin: auto;
    width: 90%;
}

.sfs-dialog .el-dialog .el-dialog__body .el-form-item {
    margin-bottom: 16px;
}

.sfs-dialog .el-dialog .sfs-dialog-tip {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.sfs-dialog .twd-btn {
    width: 148px;
    height: 40px;
    border-radius: 30px;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 4px 0px #0000000A;
    background: linear-gradient(180deg, #F36647 0%, #EB1F12 100%);
    cursor: pointer;
}

.sfs-dialog .twd-btn:hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.sfs-dialog .twd-btn::before {
    border-radius: 30px;
    padding: 2px;
}


.main .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    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: 2000;
    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.84rem;
    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 .el-input__inner {
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.12rem;
    font-size: 0.14rem;
}

.main .dh-dialog .dh-dialog-body .row .value .el-select {
    width: 100%;
}

.main .dh-dialog .dh-dialog-body .row .value .el-select .el-input__icon {
    line-height: 0.3rem;
    font-size: 0.14rem;
}

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

#sfsContainer {
    min-height: 6.2rem;
}

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

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

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

#sfsContainer .el-table__body td {
    border-bottom: 1px solid #fff;
}

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

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

#sfsContainer .el-table tr {
    background: #fff;
}

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

#sfsContainer .el-table tbody tr:first-child {
    background: linear-gradient(0deg, #FFF2D5 0%, #FFF2D5 100%), linear-gradient(269deg, #FFDD9E 1.07%, #FFF4DF 98.93%);
}

#sfsContainer .el-table tbody tr:nth-child(2), #sfsContainer .el-table tbody tr:nth-child(3),
#sfsContainer .el-table tbody tr:nth-child(4), #sfsContainer .el-table tbody tr:nth-child(5) {
    background: linear-gradient(0deg, #FFF6E1 0%, #FFF6E1 100%), linear-gradient(269deg, rgba(255, 189, 124, 0.60) 1.77%, rgba(255, 218, 200, 0.60) 101.51%);
}

#sfsContainer .el-table tbody tr:nth-child(6), #sfsContainer .el-table tbody tr:nth-child(7),
#sfsContainer .el-table tbody tr:nth-child(8), #sfsContainer .el-table tbody tr:nth-child(9),
#sfsContainer .el-table tbody tr:nth-child(10) {
    background: #FFFAEF;
}


#sfsContainer .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell, 
#sfsContainer .el-table__body tr.hover-row.el-table__row.current-row>td, 
#sfsContainer .el-table__body tr.hover-row.el-table__row.el-table__row--striped.current-row>td, 
#sfsContainer .el-table__body tr.hover-row.el-table__row.el-table__row--striped>td, 
#sfsContainer .el-table__body tr.hover-row.el-table__row>td {
    background-color: transparent;
}


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

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

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

#sfsContainer .el-table__empty-text {
    display: flex;
    flex-direction: column;
    color: #262626;
    font-size: 0.12rem;
    align-items: center;
    justify-content: center;
    padding-top: 0.6rem;
}

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

.rank-tips {
    max-width: 85%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #262626;
    line-height: 0.3rem;
}

.main.detail .worm-tags .content .item .receive-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #265DEE;
    color: #fff;
    border: none;
    border-radius: 0.3rem;
    width: 1.8rem;
    height: 0.4rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
}

.main.detail .worm-tags .content .item .receive-btn:not([disabled]):hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
}

.main.detail .worm-tags .content .item .receive-btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
}

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

table tr .status.finished {
    background-color: #37D21C;
    cursor: default;
}
 #dhTable tr {
    height: 0.44rem;
    font-size: 0.14rem;
    color: #262626;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

#dhTable tr:last-child {
    border-bottom: 0;
}

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

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

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


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

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

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

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

img {
    max-width: 100%;
}

/* ========== 我的活动战绩 ========== */
.activity-achievement {
    width: 100%;
}

.activity-achievement-title {
    font-size: 0.2rem;
    line-height: 0.28rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.16rem;
}
  .achievement-periods {
    display: flex;
    gap: 0.16rem;
    margin-bottom: 0.24rem;
  }
  .period-card {
    background: linear-gradient(90deg, #8A66EA 0%, #E0B8F4 100%);
    border-radius: 0.16rem;
    padding: 0.32rem 0.6rem;
    min-width: 220px;
    color: #fff;
    position: relative;
    font-size: 0.28rem;
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(138,102,234,0.08);
  }
  .period-card.period-upcoming {
    flex-basis: 3.44rem;
    background: linear-gradient(90deg, #CBCBCB 2%, #A4A4A4 100%);
    color: #fff;
  }
  .period-title {
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
  }
  .period-status {
    display: flex;
    gap: 0.16rem;
  }
  .tag {
    display: inline-block;
    border-radius: 0.12rem;
    padding: 0.04rem 0.18rem;
    font-size: 0.18rem;
    font-weight: 500;
    margin-right: 0.08rem;
  }
  .tag-special {
    background: linear-gradient(90deg, #CF170C 0%, #481209 100%);
    color: #fff;
  }
  .tag-status {
    background: #FF8A46;
    color: #fff;
  }
  .achievement-progress {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.24rem;
    margin: 0.16rem 0 0.12rem;
  }
  .progress-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 0.08rem;
    padding: 0.2rem 0;
    gap: 0.08rem;
  }

  .progress-used, .progress-got {
    font-size: 0.2rem;
    font-weight: 600;
    color: #262626;
    line-height: 0.24rem;
  }
  .highlight {
    color: #EA4600;
  }
  .progress-desc {
    flex: 1;
    font-size: 0.14rem;
    color: #262626;
    line-height: 0.24rem;
    text-align: center;
  }
  .progress-desc .link-text {
    color: #004BFB;
    cursor: pointer;
    font-weight: 600;
  }
  .progress-desc .link-text:hover {
    text-decoration: underline;
  }
  .achievement-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    margin-top: 0.12rem;
  }
  .countdown-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .countdown-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.04rem;
  }
  .achievement-countdown .countdown-text {
    font-size: 0.2rem;
    color: #262626;
    font-weight: 600;
  }
  .achievement-countdown .el-statistic {
    width: 2.5rem;
  }
  .achievement-countdown .el-statistic .con {
    justify-content: flex-start;
  }
  .achievement-countdown .countdown-text .countdown-icon {
    gap: 0.12rem;
  }
  .achievement-countdown .countdown-icon .svg-icon {
    font-size: 0.16rem;
  }
  .znq-fast-nav .countdown-text {
    font-size: 0.14rem;
    color: #fff;
    flex-direction: column;
    background-color: #EE4F00;
    border-radius: 0.08rem;
    padding: 0.12rem 0;
  }
  .znq-fast-nav .countdown-icon {
    line-height: 0.24rem;
    letter-spacing: 0.5px;
  }
  .znq-fast-nav .countdown-icon .svg-icon {
    font-size: 0.13rem;
  }
  .btn-exchange {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EE4F00;
    color: #fff;
    border: none;
    border-radius: 0.3rem;
    width: 3.2rem;
    height: 0.55rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.02rem;
  }
  .btn-exchange:hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
  }
  .example-container .title {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #262626;
  }
/* ========== END 我的活动战绩 ========== */

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

    .details_banner .info {
        top: 0.3rem;
    }

    .main.none .banner {
        height: 8rem;
        background-position: top center;
    }

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

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

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

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

    .worm-tags .content .content-box {
        padding-top: 0.4rem;
    }
    .worm-tags .content .top-img {
        top: -0.4rem;
        width: 55%;
    }

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

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

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

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

    .main::after {
        display: none;
    }

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

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

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

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

    .worm-tags .content .hot-goods-container .hot-goods-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .exchange-top-tip {
        flex-direction: column;
        gap: 12px;
    }

    .exchange-top-tip .level-list {
        text-align: center;
    }

    .exchange-top-tip .level-list br {
        display: inline-block!important;
    }

    .exchange-top-tip .line3 {
        display: none;
    }

    .exchange-top-tip .mobile-level {
        display: flex!important;
        border-radius: 4px;
        background: linear-gradient(90deg, rgba(72, 177, 255, 0.00) 0%, rgba(0, 149, 255, 0.80) 40%, rgba(0, 149, 255, 0.80) 60%, rgba(72, 177, 255, 0.00) 100%);
        width: 210px;
        padding: 6px 8px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 0.14rem;
        color: #fff;
        font-weight: 500;
    }

    .exchange-reward-tiers {
        grid-template-columns: repeat(3, 1fr)!important;
    }
   
    .worm-tags .content:nth-child(3) {
        padding-top: 0.8rem;
    }
    .worm-tags .content:nth-child(3) .top-img {
        top: -2.5%;
    }
    .worm-tags .content .task-goods-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .main .znq-fast-nav {
        right: 0.2rem;
    }
    .process-img {
        width: 120%;
        max-width: none;
    }

    .achievement-progress {
        grid-template-columns: repeat(1, 1fr)!important;
    }

    .progress-card {
        padding: 0.2rem 0.32rem!important;
    }

    .worm-tags .content .summer-rank-list .summer-rank-item {
        flex-direction: column;
        gap: 0.08rem!important;
        height: auto!important;
        padding-top: 0.16rem!important;
        padding-bottom: 0.16rem!important;
    }

    .worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-label {
        flex-basis: auto!important;
    }

    .worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-icon-box {
        height: 0.8rem!important;
        overflow: visible!important;
        width: 100%;
        text-align: center;
    }

    .worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-icon {
        position: static!important;
        height: 100%!important;
    }

    .worm-tags .content .summer-rank-list .summer-rank-item .summer-rank-desc {
        font-size: 0.14rem!important;
        flex-basis: auto;
    }

    .main .znq-fast-nav .countdown-text, .main .znq-fast-nav .con .number {
        font-size: 0.12rem!important;
    }

    .main .znq-fast-nav .znq-fast-btn {
        min-width: 1.2rem;
        height: 0.32rem;
        font-size: 0.12rem;
    }
    .main .znq-fast-nav .znq-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%;
    }
    #dhTable tr {
        font-size: 0.12rem;
    }
    #dhTable tr th:first-child, #dhTable tr td:first-child {
        padding-left: 0.2rem;
    }
    #dhTable tr th:last-child, #dhTable 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 .last-content .inner {
        padding: 0.32rem;
    }
    .worm-tags .last-content .inner h1 {
        font-size: 0.18rem;
        padding: 0 0.3rem;
        text-align: center;
        line-height: 0.26rem;
    }

    .worm-tags .last-content .inner .tips {
        padding: 0 0.1rem;
        text-align: center;
    }

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

    .sfs-dialog .el-dialog {
        margin-top: 5vh !important;
    }

    .sfs-dialog .el-dialog .el-dialog__header {
        padding: 16px
    }

    .sfs-dialog .el-dialog .el-dialog__header .el-dialog__title {
        font-size: 18px;
    }

    .sfs-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
        top: 16px;
        right: 10px;
    }

    .sfs-dialog .el-dialog .twd-btn {
        width: 130px;
        height: 30px;
        font-size: 12px;
    }
}

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

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

.close-icon {
    width: 20px;
    font-size: 30px;
    line-height: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    cursor: pointer;
}

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

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

/* 算一夏 */
.summer-exchange-reward {
  background: linear-gradient(180deg, #E1F2FF 0%, #F5FBFF 100%);
  border-radius: 0.08rem;
  padding: 0.24rem 0.4rem 0.36rem;
  margin: 0.16rem 0 0.24rem;
}

.exchange-top-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #262626;
    margin-bottom: 0.12rem;
}

.exchange-top-tip .mobile-level, .exchange-top-tip .level-list br {
    display: none;
}

.exchange-reward-content {
    position: relative;
}

.exchange-title-bars {
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
}

.exchange-title-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
}
.exchange-title-icon {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.02rem;
}
.exchange-title-bar:nth-child(1) .exchange-title-icon {
  background: linear-gradient(180deg, #0296FF 0%, rgba(2, 99, 255, 0.4) 100%);     
}
.exchange-title-bar:nth-child(2) .exchange-title-icon {
  background: linear-gradient(179.76deg, #FF7D3D 0.15%, #FFB892 98.99%);
}
.exchange-title-bar:nth-child(3) .exchange-title-icon {
  background: linear-gradient(270deg, #5515FF -0.07%, #D685FF 101.22%);   
}
.exchange-title-text {
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #262626;
}
.exchange-reward-tiers {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.exchange-reward-tier {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 3.6rem;
}
.exchange-reward-tier:nth-child(odd) {
    background: linear-gradient(180deg, #E2F3FF 0%, #FFFFFF 33.75%);
}
.exchange-reward-tier:nth-child(even) {
    background: linear-gradient(180deg, #E3F3FF 0%, rgba(255, 255, 255, 0.2) 100%);
}
.exchange-reward-icon {
  height: 0.35rem;
  object-fit: contain;
  width: auto;
  margin-bottom: 0.18rem;
}
.exchange-tier-main {
    display: flex;
    flex-direction: column;
     align-items: center;
    gap: 0.08rem;
}
.exchange-tier-tokens {
  display: flex;
  align-items: flex-end;
  gap: 0.06rem;
}
.exchange-token-box {
  border-radius: 0.04rem 0.04rem 0 0;
  min-width: 0.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.exchange-token-box.tokens {
  background: linear-gradient(180deg, #0296FF 0%, #0263FF66 100%);
}
.exchange-token-box.stars {
  background:linear-gradient(179.76deg, #FF7D3D 0.15%, #FFF4DF 98.99%);
}
.exchange-token-content {
    width: 100%;
    color: #fff;
    border-radius: 0.04rem;
    padding: 0.04rem 0;
}
.exchange-token-box.tokens .exchange-token-content {
    background: linear-gradient(180deg, #0296FF 0%, rgba(2, 99, 255, 0.4) 100%);
}
.exchange-token-box.stars .exchange-token-content {
    background: linear-gradient(179.76deg, #FF7D3D 0.15%, #FFB892 98.99%);  
}

.exchange-reward-tier:nth-child(2) .exchange-token-box.tokens,  .exchange-reward-tier:nth-child(3) .exchange-token-box.tokens {
    height: 0.6rem;
}
.exchange-reward-tier:nth-child(2) .exchange-token-box.stars {
    height: 0.5rem;
}
.exchange-reward-tier:nth-child(3) .exchange-token-box.stars {
    height: 0.9rem;
} 
.exchange-reward-tier:nth-child(4) .exchange-token-box.tokens {
    height: 1.2rem;
}
.exchange-reward-tier:nth-child(4) .exchange-token-box.stars {
    height: 1.5rem;
}
.exchange-reward-tier:nth-child(5) .exchange-token-box.tokens, .exchange-reward-tier:nth-child(6) .exchange-token-box.tokens {
    height: 2.1rem;
}
.exchange-reward-tier:nth-child(5) .exchange-token-box.stars {
    height: 2rem;
}
.exchange-reward-tier:nth-child(6) .exchange-token-box.stars {
    height: 2.5rem;
}

.exchange-reward-tier .exchange-tier-reward {
    margin-bottom: 0.08rem;
}

.exchange-token-value {
  text-align: center;
  font-size: 0.1rem;
  font-weight: 500;
  line-height: 0.14rem;
}

.exchange-token-value span {
  font-size: 0.12rem;
}
.exchange-tier-desc {
  font-size: 0.12rem;
  color: #262626;
  font-weight: 500;
  margin-bottom: 0.12rem;
}
.exchange-tier-reward {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.exchange-reward-box {
  background: linear-gradient(270deg, #5515FF -0.07%, #D685FF 101.22%);
  color: #fff;
  border-radius: 0.03rem;
  padding: 0.04rem 0.14rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 600;
  text-align: center;
  width: 1.46rem;
}

/* 用户等级进度条样式 */
  .user-level-progress {
    width: 100%;
    margin-bottom: 0.16rem;
  }
  
  .user-level-bgbar {
    position: relative;
    width: 100%;
    height: 0.12rem;
    background: #EDEDED;
    overflow: visible;
    display: flex;
    align-items: center;
  }
  
  .user-level-gradient {
    position: absolute;
    left: 0; 
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, #BCDBFF 0%, #3780FF 88%, #07E6FF 100%);
    z-index: 1;
  }

  .user-level-bgbar.lv1 .user-level-gradient {
    width: calc(100% / 12);
  }
  .user-level-bgbar.lv2 .user-level-gradient {
    width: calc(100% / 12 * 3);
  }
  .user-level-bgbar.lv3 .user-level-gradient {
    width: calc(100% / 12 * 5);
  }
  .user-level-bgbar.lv4 .user-level-gradient {
    width: calc(100% / 12 * 7);
  }
  .user-level-bgbar.lv5 .user-level-gradient {
    width: calc(100% / 12 * 9);
  }
  .user-level-bgbar.lv6 .user-level-gradient {
    width: 100%;
  }
  
  .user-level-badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(62, 132, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .user-level-bgbar.lv1 .user-level-badge {
    left: calc(100% / 12 - 0.08rem);
  }
  .user-level-bgbar.lv2 .user-level-badge {
    left: calc(100% / 12 * 3 - 0.08rem);
  }
  .user-level-bgbar.lv3 .user-level-badge {
    left: calc(100% / 12 * 5 - 0.08rem);
  }
  .user-level-bgbar.lv4 .user-level-badge {
    left: calc(100% / 12 * 7 - 0.08rem);
  }
  .user-level-bgbar.lv5 .user-level-badge {
    left: calc(100% / 12 * 9 - 0.08rem);
  }
  .user-level-bgbar.lv6 .user-level-badge {
    left: calc(100% - 0.08rem);
  }
  .user-level-badge-inner {
    width: 0.16rem;
    height: 0.16rem;
    background: #fff;
    border-radius: 50%;
    /* 可放等级icon或数字 */
  }
  
  .user-level-label {
    position: absolute;
    bottom: -0.32rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #262626;
    z-index: 3;
  }
  .user-level-bgbar.lv1 .user-level-label {
    left: calc(100% / 12 - 0.42rem);
  }
  .user-level-bgbar.lv2 .user-level-label {
    left: calc(100% / 12 * 3 - 0.42rem);
  }
  .user-level-bgbar.lv3 .user-level-label {
    left: calc(100% / 12 * 5 - 0.42rem);
  }
  .user-level-bgbar.lv4 .user-level-label {
    left: calc(100% / 12 * 7 - 0.42rem);
  }
  .user-level-bgbar.lv5 .user-level-label {     
    left: calc(100% / 12 * 9 - 0.42rem);
  }
  .user-level-bgbar.lv6 .user-level-label {
    right: 0;
  }

  .bottom-content-tip {
    font-size: 0.14rem;
    color: #262626;
    line-height: 0.24rem;
    text-align: center;
  }
  .bottom-content-tip .receive-tokens span {
    cursor: pointer;
    color: #004BFB;
    font-weight: 600;
  }