body {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    background-color: transparent;
    border: none;
}

.price {
    width: 100%;
    height: auto;
    background: #f2f3f5;
    margin: 0 auto;
    padding-top: 164px;
    padding-bottom: 96px;
    font-family: Arial, sans-serif;
}

.price .title-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    margin-bottom: 88px;
}

.title-info .title {
    font-size: 64px;
    font-weight: 600;
    line-height: 84.86px;
    text-align: center;
    color: rgba(13, 13, 13, .8980392157);
    width: 90vw;
}

.title-info .sub-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.82px;
    text-align: center;
    width: 90vw;
}

.price .title-info .sub-title span {
    color: rgba(13, 13, 13, .46);
    cursor: pointer;
}

.cards {
    position: relative;
    min-height: 660px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.pricecard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 364px;
    height: 760px;
    border-radius: 32px;
    padding: 56px 60px 36px;
    box-sizing: border-box;
    background: #fff;
}

.pricecard:first-of-type .pricecard-price,
.pricecard:last-of-type .pricecard-price {
    margin-top: 55px;
}

.member-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
}

.member-name {
    /* height: 56px; */
    margin: 0 0 24px;
}

.pricecard .member-name {
    color: #5b59d6;
}

.pricecard:first-of-type .member-name {
    color: #2eca8b;
}

.pricecard-tabs {
    display: flex;
    width: 166px;
    justify-content: space-between;
    border-radius: 50px;
    /* border: 2px solid #e5e5e5; */
    font-size: 14px;
    margin-bottom: 20px;
}

.pricecard-tab {
    padding: 4px 12px;
    margin: 2px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    border-radius: 50px;
}

.pricecard-tab.active {
    /* background-color: #171717;
    color: #ffffff; */
    background-color: #FAC67D;
    border-color: #FAC67D;
    color: #76401D;
    font-weight: bold;
}

.pricecard-tab:hover {
    /* background-color: #404040;
    color: #ffffff; */
    background-color: #FAC67D;
    border-color: #FAC67D;
    border-radius: 50px;
}

.pricecard:first-of-type .pricecard-price {
    color: rgba(13, 13, 13, .8980392157);
}

.pricecard-price {
    /* min-height: 40px; */
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    /* color: rgba(13,13,13,.8980392157); */
    flex-wrap: wrap;
    color: #e16767;
}

.pricecard-price .symbol {
    line-height: 32px;
    font-size: 30px;
}

.pricecard-price-detail {
    display: flex;
    flex-direction: column;
}

.pricecard-price .year {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin-left: 4px;
    color: rgba(13, 13, 13, .8980392157);
}

.pricecard-price .delete {
    margin-left: 4px;
    color: rgba(13, 13, 13, .46);
    text-decoration: line-through;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.pricecard-price .act-icon {
    position: absolute;
    top: -17px;
    left: 0;
    height: 17px;
}

.pricecard-desc {
    margin: 10px 0;
    color: #888a88;
    font-size: 18px;
}

.pricecard-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #76401D;
    background-color: #FAC67D;
    padding: 8px 60px;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 32px;
    cursor: pointer;
    border: none;
}

.pricecard-btn:hover {
    color: #76401D;
    background-color: #FBD49C;
}

/* 登录购买按钮样式，继承自pricecard-btn */
.pricecard .signin-loader {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: #76401D !important;
    background-color: #FAC67D !important;
    padding: 8px 60px !important;
    border-radius: 25px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
    margin-top: 24px !important;
    margin-bottom: 32px !important;
}

.pricecard .signin-loader:hover {
    color: #76401D !important;
    background-color: #FBD49C !important;
    text-decoration: none !important;
}

.privilege-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 20px;
}

.privilege-info_item {
    display: flex;
    align-items: center;
    min-width: 110px;
}

.privilege-info_item span:last-of-type {
    color: rgba(13, 13, 13, .4588235294);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 10px;
}

.privilege-info_item .svg-icon {
    width: 100%;
    height: 100%;
    vertical-align: -.15em;
    /* fill: currentColor; */
    overflow: hidden;
    color: #fac67d;
}

.privilege-info_item .svg-icon {
    width: 16px;
    height: 16px;
}


.privilege-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
}

.privilege-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42.43px;
    text-align: center;
    color: rgba(13, 13, 13, .9);
    margin-bottom: 60px;
}

.privilege-nav {
    position: sticky;
    top: 44px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 30px 40px 30px 48px;
    border: 1px solid #f1f1f1;
    border-radius: 32px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    z-index: 1;
}

.privilege-nav .privilege-nav__text {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(13, 13, 13, .9);
    margin-right: 61px;
}

.privilege-nav .member-info {
    display: flex;
    align-items: center;
    gap: 61px;
}

.privilege-nav .member-info .member-info__item {
    position: relative;
    width: 270px;
    flex-direction: column;
}

.privilege-nav .member-info .member-info__item,
.privilege-nav .member-info {
    display: flex;
    align-items: center;
}

.privilege-nav .member-info .member-info__item .member-info__item__name {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21.22px;
    font-weight: 600;
}

.privilege-nav .member-info .member-info__item:nth-of-type(1) .member-info__item__name {
    color: #2eca8b;
}

.privilege-nav .member-info .member-info__item:nth-of-type(2) .member-info__item__name {
    color: #5b59d6;
}

.privilege-nav .member-info .member-info__item .member-info__item__buybtn {
    width: 90px;
    border-radius: 15px;
    background-color: #FAC67D;
    box-sizing: border-box;
    padding: 2px 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #76401D;
    margin-top: 10px;
    cursor: pointer;
}

.privilege-nav .member-info .member-info__item .member-info__item__buybtn:hover {
    color: #76401D;
    background-color: #FBD49C;
}

.privilege-comparsion {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privilege-container {
    width: fit-content;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.privilege-container__col {
    border: 1px solid #f1f1f1;
    border-radius: 32px;
    margin-bottom: 20px;
}

.privilege-container__col__children {
    display: flex;
    align-items: center;
    align-self: flex-start;
    height: 100%;
    column-gap: 61px;
    height: 67px;
    box-sizing: border-box;
    padding: 0 40px 0 48px;
    font-size: 14px;
    line-height: 18.56px;
    color: #000;
    cursor: pointer;
}

.privilege-container__col__children:hover {
    background-color: rgba(197, 197, 197, .4) !important;
}

.privilege-container__col__children:nth-child(odd) {
    background-color: #f7f7f7;
}

.privilege-container__col__children:first-child {
    height: 87px;
    font-size: 16px;
    font-weight: 600;
    line-height: 38.4px;
    border-radius: 32px 32px 0 0;
    color: rgba(13, 13, 13, .9);
    cursor: default;
}

.privilege-container__col__children:last-child {
    font-size: 14px;
    border-radius: 0 0 32px 32px;
}

.privilege-container__col__children__info {
    display: flex;
    align-items: center;
}

.privilege-container__col__children__value {
    height: 100%;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    color: inherit;
}

.privilege-container__col__children__info {
    gap: 61px;
}

.privilege-container__col__children__info .privilege-container__col__children__info__value {
    width: 270px;
}

.privilege-container__col__children__value:first-child {
    color: #000;
    justify-content: flex-start;
    cursor: pointer;
}

.privilege-container__col__children:first-child .privilege-container__col__children__value {
    color: inherit !important;
}

.text-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privilege-container__col__children .privilege-container__col__children__value:first-child .text-wrapper {
    justify-content: flex-start !important;
}

.privilege-col-toggle .arrow {
    width: 12px;
    margin-left: 5px;
}

.common-issue {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 220px;
    padding-bottom: 164px;
}

.common-issue .title-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    margin-bottom: 88px;
}

.common-issue .title-info .sub-title span {
    color: rgba(13, 13, 13, .46);
}

.common-issue .issue-area {
    /* margin-top: 128px; */
    width: 920px;
}

.issue {
    padding: 20px 14px;
    border-bottom: 1px solid rgba(13, 13, 13, .06);
}

.issue:first-child {
    border-top: 1px solid rgba(13, 13, 13, .06);
}

.issue .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.issue .head .question {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgba(13, 13, 13, .9);
}

.issue .head .svg-icon {
    width: 100%;
    height: 100%;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
    color: #999999;
}

.issue .head .icon.arrow {
    width: 16px;
    height: 16px;
    min-width: 16px;
}

.issue .answer {
    height: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(13, 13, 13, .46);
    overflow: hidden;
    transition-property: height, margin-top;
    transition: .5s ease;
    cursor: pointer;
}

.answer .answer-link {
    display: flex;
    justify-content: end;
}

.answer .answer-link .answer-link-icon {
    transform: translateX(-6px);
    transition: all .3s ease;
}

.issue .answer:hover .answer-link .answer-link-icon {
    transform: translateX(0);
}

.issue .answer:hover .answer-link .answer-link-icon polyline,
.issue .answer:hover .answer-link .answer-link-icon line {
    stroke: #fac67d;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 675px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: right 0.3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
}

.cart-sidebar__header {
    display: flex;
    justify-content: space-between;
}

.cart-sidebar__header__close {
    cursor: pointer;
}

.cart-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
}

.cart-card {
    background-color: #f8fafd;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #f8fafd;
    flex: 1;
}

.cart-card:hover {
    border-color: #deebf7;
}

.cart-card__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
    row-gap: 10px;
}

.cart-card__item__header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-card__item__title {
    font-weight: 300;
    font-size: 12px;
    line-height: 1rem;
    min-width: 30px
}

.cart-card__item__body{
    margin-left: auto;
}

.cart-card__price {
    margin: 0;
}

.version-card {
    background-color: #ffffff;
    border: 1px solid #deebf7;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.version-card img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.version-card p{
    margin: 0;
}

.cart-recommend__code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
}

.cart-recommend__code input {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #deebf7;
}

.cart-recommend__code input:hover {
    border-color: #c3d9ec;
}

.cart-recommend__code input:focus,
.cart-recommend__code input:focus-visible {
    border-color: #c3d9ec;
    outline: none;
}

.cart-recommend__code button {
    padding: 6px 20px;
    background-color: #171717;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.cart-recommend__code button:hover {
    background-color: #404040;
}

.duration-card {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.duration-card button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 6px;
    cursor: pointer;
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1rem;
}

.duration-card button:hover {
    border-color: #5b59d6;
}

.duration-card button.active {
    background-color: #5b59d6;
    border-color: #5b59d6;
    color: #ffffff;
}

.duration-select {
    width: 120px;
    padding: 6px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #333;
    appearance: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(250, 198, 125, 0.08);
    transition: border-color 0.2s;
}
.duration-select:hover{
    border-color: #5b59d6;
}

.number-pagination {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.num-btn {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    width: 32px;
    height: 32px;
    text-align: center;
    transition: all .2s ease;
}

.num-btn:hover {
    border-color: #5b59d6;
}

.num-btn.active {
    background: #5b59d6;
    color: #fff;
    border-color: #5b59d6;
}

.number-stepper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.number-stepper input {
    width: 32px;
    text-align: center;
    /* border: 1px solid #eee; */
    border: 1px solid #fff;
    border-radius: 4px;
    height: 30px;
    padding: 0;
    cursor: default;
}

.stepper-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 300;
    color: #999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number-stepper input:hover,
.stepper-btn:hover{
    border-color: #5b59d6;
}

.stepper-btn img{
    width: 24px;
    height: 24px;
}

.cart-card__item__footer p {
    color: #f17426;
    font-size: 12px;
    margin: 0;
}

.cart-delete {
    cursor: pointer;
}

.cart-delete img {
    width: 16px;
}

.cart-recommend {
    display: flex;
    font-size: 16px;
    line-height: 1.5rem;
    gap: 6px;
    color: #3d3d3d;
    padding: 4px 0 8px;
}

.cart-recommend span {
    color: #f17426;
    font-size: 14px;
}

.cart-recommend__btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cart-recommend__btn {
    background-color: #ffffff;
    border: 1px solid #deebf7;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 56px;
    gap: 5px;
    cursor: pointer;
    transition: all .3s ease;
}

.cart-recommend__btn:hover {
    background-color: #f8fafd;
}

.cart-recommend__btn img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.cart-recommend__btn p {
    margin: 0;
    font-weight: 400;
    color: #3d3d3d;
}

.cart-divider {
    height: 1px;
    width: 100%;
    background: #eee;
    margin: 0 0 16px 0;
}

.cart-toolbar {
    padding: 0 24px 10px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 80px);
}

.cart-total__price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-total__price__num {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.cart-total__price__num span:nth-of-type(1) {
    color: #f17426;
    font-size: 22px;
}

.cart-total__price__num span:nth-of-type(2) {
    text-decoration: line-through;
    color: #a3a3a3;
}

.pay-btn {
    background: #171717;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
}

.pay-btn:hover {
    background: #404040;
}

.continue-btn {
    background: transparent;
    color: #666666;
    border: none;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.continue-btn .continue-link .continue-link-icon {
    transform: translateX(-6px);
    transition: all .3s ease;
}

.continue-btn:hover .continue-link .continue-link-icon {
    transform: translateX(0);
}

.continue-btn .continue-link .continue-link-icon polyline,
.continue-btn .continue-link .continue-link-icon line {
    stroke: #5b59d6;
}

.continue-btn:hover {
    color: #7e7e7e;
}

#payment-modal .ic-close {
    display: none;
}

@media screen and (max-width: 1600px) and (min-width: 1025px) {
    .pricecard {
        width: 310px;
        height: 700px;
        padding: 42px 50.5px;
    }

    .privilege-info_item {
        min-width: 91.5px;
    }

    .privilege-info_item span:last-of-type {
        font-size: 12px;
        line-height: 16.5px;
        margin-left: 7.5px;
    }
}

@media screen and (max-width: 768px) {
    .title-info .title{
        font-size: 32px;
        line-height: 40px;
    }
    .title-info .sub-title{
        font-size: 20px;
    }

    .cart-sidebar {
        max-width: 100%;
    }

    .privilege-detail {
        display: none;
    }

    .title-info {
        width: 90vw;
        margin: auto auto 88px;
    }

    .common-issue{
        margin-top: 120px;
    }

    .common-issue .title-info,
    .common-issue .issue-area {
        width: 90vw;
    }

    .cart-recommend__btns {
        grid-template-columns: repeat(2, 1fr);
    }

}