
/* 权益升级 */
.left-content{
    width: 1669px;
    background-color: #fff;
    border-radius: 18px;
    margin-right: 40px;
}
.top-module{
    background: url(https://www.china-mcc.com/static/member/images/upgrade/top-bg.png) no-repeat  center #fff;
    width: 100%;
    height: 448px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-module-title{
    width: 330px;
    height: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: 79px;
}
.top-module-content{
    width: 692px;
    height: 23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #CEB698;
    line-height: 42px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 20px;
}

/* 会员背景 */
.vip-container{
    display: flex;
    justify-content: space-around;
}

.vip-ordinary,
.vip-silver,
.vip-gold,
.vip-blackgold {
    transition: transform 0.3s ease;
}

.vip-ordinary:hover,
.vip-silver:hover,
.vip-gold:hover,
.vip-blackgold:hover {
    transform: scale(1.05);
}

.vip-ordinary{
    background: url(https://www.china-mcc.com/static/member/images/upgrade/vip-ordinary.png);
    width: 403px;
    height: 693px;
    margin-left: 5px;
    margin-top: 65px;
}
.vip-silver{
    background: url(https://www.china-mcc.com/static/member/images/upgrade/vip-silver.png);
    width: 403px;
    height: 693px;
    margin-left: -25px;
    margin-top: 65px;
}
.vip-gold{
    background: url(https://www.china-mcc.com/static/member/images/upgrade/vip-gold.png);
    width: 403px;
    height: 693px;
    margin-left: -25px;
    margin-top: 65px;
}
.vip-blackgold{
    background: url(https://www.china-mcc.com/static/member/images/upgrade/vip-blackgold.png);
    width: 403px;
    height: 693px;
    margin-left: -25px;
    margin-top: 65px;
}
/* 会员内容 */
.vip-ordinary-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100%; */
    /* justify-content: center; */
    margin-top: 110px;
}
.vip-ordinary-top p{
    width: 103px;
    height: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #101010;
    line-height: 42px;
    margin: 0;
    text-align: center;
}
.vip-ordinary-top span{
    height: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #707274;
    line-height: 42px;
    text-align: center;
}
.vip-ordinary-middle{
    width: 403px;
    height: 36px;
    display:flex;
    justify-content: center;
    margin-top:74px;
}
.vip-ordinary-middle p{
    width: 72px;
    height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #262626;
    line-height: 42px;
    margin-bottom: 50px;
}
.vip-ordinary-middle2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 403px;
    height: 1px;
    border: none;
    margin-top: 72px;

    span {
        position: relative;
        padding: 0 35px;
        color: #515151;
    }

    span:before,
    span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 10px);
        height: 1px;
        background: repeating-linear-gradient(
            to right,
            transparent 0,
            transparent 4px,
            #515151 4px,
            #515151 6px
        );
    }

    span:before {
        left: -30;
    }

    span:after {
        right: -30;
    }
}

.vip-silver-middle2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 403px;
    height: 1px;
    border: none;
    margin-top: 24px;

    span {
        position: relative;
        padding: 0 35px;
        color: #414141;
    }

    span:before,
    span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 10px);
        height: 1px;
        background: repeating-linear-gradient(
            to right,
            transparent 0,
            transparent 4px,
            #414141 4px,
            #414141 6px
        );
    }

    span:before {
        left: -30;
    }

    span:after {
        right: -30;
    }
}

.vip-ordinary-bottom {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; 确保所有项左对齐 */
    margin-left: 71px;
    margin-top: 12px;
}

.item {
    display: flex;
    align-items: center; /* 横向对齐 */
    margin-bottom: 2px; /* 调整间距 */
}

.item img {
    width: 12px; /* 根据实际图片大小调整 */
    height: 12px; /* 根据实际图片大小调整 */
}

.item span{
    font-weight: 400;
    font-size: 13px;
    color: #A2A2A2;
    line-height: 28px;
}

.item img.right-align {
    margin-left: auto; /* 将图片推到右侧 */
    margin-right: 45px;
}

.item span.right-align{
    margin-left: auto;
    margin-right: 45px;
}

.item.right-align {
    justify-content: flex-end; /* 向右对齐 */
}

/* 白银会员 */
.vip-silver-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
}

.vip-silver-top p {
    width: 103px;
    height: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #101010;
    line-height: 42px;
    margin: 0;
    text-align: center;
}

.vip-silver-top span {
    height: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #696969;
    line-height: 42px;
    text-align: center;
}

.vip-silver-middle {
    width: 403px;
    height: 36px;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.vip-silver-middle p {
    height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #262626;
    line-height: 42px;
    margin-bottom: 50px;
}

.vip-silver-middle span {
    height: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #262626;
    line-height: 14px;
    margin-top: 21px;
}

.vip-silver-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 35px;
}

.vip-silver-img {
    cursor: pointer;
}

.vip-gold-img{
    cursor: pointer;
}

.vip-blackgold-img{
    cursor: pointer;
}

.vip-silver-bottom {
    margin-left: 71px;
    margin-top: 12px;
}

.vip-silver-bottom .item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.vip-silver-bottom .item img {
    width: 12px;
    height: 12px;
}

.vip-silver-bottom .item span {
    font-weight: 400;
    font-size: 13px;
    color: #414141;
    line-height: 28px;
}

.vip-silver-bottom .item img.right-align {
    margin-left: auto;
    margin-right: 45px;
}

/* 黄金会员 */
.vip-gold {
    background: url(https://www.china-mcc.com/static/member/images/upgrade/vip-gold.png);
    width: 403px;
    height: 693px;
    margin-left: -25px;
    margin-top: 65px;
}

.vip-gold-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
}

.vip-gold-top p {
    width: 103px;
    height: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #1C0F01;
    line-height: 42px;
    margin: 0;
    text-align: center;
}

.vip-gold-top span {
    height: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #56370E;
    line-height: 42px;
    text-align: center;
}

.vip-gold-middle {
    width: 403px;
    height: 36px;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.vip-gold-middle p {
    height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #262626;
    line-height: 42px;
    margin-bottom: 50px;
}
.vip-gold-middle span {
    height: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #262626;
    line-height: 14px;
    margin-top: 21px;
}

.vip-gold-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 35px;
}

.btn-primary {
    padding: 8px 24px;
    background-color: #FFD700;
    border: none;
    border-radius: 16px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.btn-secondary {
    padding: 8px 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 16px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.vip-gold-middle2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 403px;
    height: 1px;
    border: none;
    margin-top: 24px;

    span {
        position: relative;
        padding: 0 35px;
        color: #443208;
    }

    span:before,
    span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 10px);
        height: 1px;
        background: repeating-linear-gradient(
            to right,
            transparent 0,
            transparent 4px,
            #443208 4px,
            #443208 6px
        );
    }

    span:before {
        left: -30;
    }

    span:after {
        right: -30;
    }
}

.vip-gold-bottom {
    margin-left: 71px;
    margin-top: 12px;
}

.vip-gold-bottom .item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.vip-gold-bottom .item img {
    width: 12px;
    height: 12px;
}

.vip-gold-bottom .item span {
    font-weight: 400;
    font-size: 13px;
    color: #443208;
    line-height: 28px;
}

.vip-gold-bottom .item img.right-align {
    margin-left: auto;
    margin-right: 45px;
}

.vip-blackgold-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
}

.vip-blackgold-top p {
    width: 103px;
    height: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #F0D6A6;
    line-height: 42px;
    margin: 0;
    text-align: center;
}

.vip-blackgold-top span {
    height: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #C8AB77;
    line-height: 42px;
    text-align: center;
}

.vip-blackgold-middle {
    width: 403px;
    height: 36px;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.vip-blackgold-middle p {
    height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #F0D6A6;
    line-height: 42px;
    margin-bottom: 50px;
}
.vip-blackgold-middle span {
    height: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #F0D6A6;
    line-height: 14px;
    margin-top: 21px;
}

.vip-blackgold-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 35px;
}

.btn-primary {
    padding: 8px 24px;
    background-color: #FFD700;
    border: none;
    border-radius: 16px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.vip-blackgold-bottom {
    margin-left: 71px;
    margin-top: 12px;
}

.vip-blackgold-bottom .item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.vip-blackgold-bottom .item img {
    width: 12px;
    height: 12px;
}

.vip-blackgold-bottom .item span {
    font-weight: 400;
    font-size: 13px;
    color: #D9C69F;
    line-height: 28px;
}

.vip-blackgold-bottom .item img.right-align {
    margin-left: auto;
    margin-right: 45px;
}

.vip-blackgold-middle2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 403px;
    height: 1px;
    border: none;
    margin-top: 24px;

    span {
        position: relative;
        padding: 0 35px;
        color: #D9C69F;
    }

    span:before,
    span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 10px);
        height: 1px;
        background: repeating-linear-gradient(
            to right,
            transparent 0,
            transparent 4px,
            #D9C69F 4px,
            #D9C69F 6px
        );
    }

    span:before {
        left: -30;
    }

    span:after {
        right: -30;
    }
}

/* 会员权益对比 */
.compare{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 540px;
}

.compare p {
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #22242C;
    line-height: 42px;
}

.compare-list {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.compare-list-table{
    width: 1490px;
    background: #FFFFFF;
    border-radius: 18px;
    max-width: 1490px;
    border: 1px solid #E5E6E6;
    margin-bottom: 48px;
}

.compare-list table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 18px;
    overflow: hidden;
    max-width: 1490px;
    border: none;
}

.compare-list th, .compare-list td {
    padding: 10px;
    text-align: center;
    border: none;
}

.compare-list td {
   font-size: 13px;
   color: #2A2A2A;
   font-family: Microsoft YaHei;
}

.compare-list img {
    width: 24px;
    height: 24px;
}

.compare-list button{
    /* width: 85px; */
    height: 24px;
    background: #03A970;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: default;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-user-select:text;
}

.compare-list th {
    background-color: #4B4B4B;
    font-weight: bold;
    color: #FCF2E1;
    font-size: 16px;
    height: 60px;
}

.compare-list tbody tr {
    height: 64px;
}

.compare-list th:last-child,
.compare-list td:last-child {
    border-right: none;
}

.compare-list tr:last-child td {
    border-bottom: none;
}

.compare-list tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.icon-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('images/check-icon.png'); /* 替换为实际图标路径 */
    background-size: cover;
}

.price-text {
    font-size: 12px;
    font-weight: normal;
    margin-top: 6px;
    display: inline-block;
}


/* 弹窗样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-kf {
    position: relative;
    background: url(https://www.china-mcc.com/static/member/images/upgrade/window-bg.png) no-repeat center;
    background-size: contain;
    margin: 100px auto;
    padding: 20px;
    border: none;
    width: 751px;
    height: 489px;
    max-width: 751px;
    margin-top: 210px;
    z-index: 99;
}

.modal-content-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-left: 80px;
}

.modal-header {
    text-align: center;
    margin-top: 37px;
}

.modal-header h2 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 42px;
}

.modal-header h2 img {
    position: relative;
    /* top: 5px; */
    width: 44px;
    height: 20px;
}

.modal-header p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #5E7298;
    line-height: 42px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: -30px;
    margin-top: -25px;
}

.close img {
    width: 32px;
    height: 32px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.qr-code-annotation p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #77ADFF;
    line-height: 16px;
}

.contact-info {
    text-align: center;
    border-left: 1px dashed #A5B9DB;
    width: 340px;
    height: 240px;
}

.contact-info p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #707274;
    line-height: 42px;
}

.phone {
    font-family: Microsoft YaHei !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #000000 !important;
    line-height: 42px !important;
}

.contact-info .contact-btn {
    margin-top: 15px;
}

.contact-btn {
    background: #1969F2;
    border-radius: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    width: 152px;
    height: 40px;
    text-align: center;
}

.contact-btn:hover {
    background-color: #0056b3;
}

/* 弹窗提示框样式 */
.contact-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* 图标和文本之间的间距 */
}

.contact-tooltip img {
    width: 24px;
    height: 24px;
}

/* 现付直降按钮样式 */
.vip-silver-btn {
    width: 159px;
    height: 45px;
    background: linear-gradient(90deg, #EE611A, #FA4D03);
    border-radius: 23px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
}

.vip-gold-btn {
    width: 159px;
    height: 45px;
    background: linear-gradient(90deg, #EE611A, #FA4D03);
    border-radius: 23px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
}

.vip-blackgold-btn {
    width: 159px;
    height: 45px;
    background: linear-gradient(90deg, #EE611A, #FA4D03);
    border-radius: 23px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
}

.vip-silver-btn p {
    width: 159px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    text-align: center;
}

.vip-gold-btn p{
    width: 159px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    text-align: center;
}

.vip-blackgold-btn p{
    width: 159px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    text-align: center;
}

.animated-highlight {
    position: relative;
    display: block;
}

.qr-code {
    background: url(https://www.china-mcc.com/static/member/images/upgrade/qr-code-bg.png) no-repeat center;
    width: 220px;
    height: 220px;
    margin-left: -10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.qr-code img {
    width: 100%;
    max-width: 200px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.qr-code::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(to bottom, 
                rgba(30, 144, 255, 0.2),      /* 一版0% */
                rgba(30, 144, 255, 0.3),
                rgba(30, 144, 255, 0.6),
                rgba(30, 144, 255, 0.8),
                rgba(30, 144, 255, 0.9));
    box-shadow: 0 0 15px rgba(30, 144, 255, 0.5);
    animation: scan 2.5s linear infinite;
    z-index: 2;
}

@keyframes scan {
    0% {
        top: -20%;
    }
    100% {
        top: 100%;
    }
}

.qr-code-annotation{
    margin-left: -20px;
}