﻿.vip_text {
    width: 1000px;
    height: 48px;
    background: #87AB39;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
}

.select_circle {
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #7A7A7A;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .select_circle.selected div {
        width: 18px;
        height: 18px;
        background: #7A7A7A;
        border-radius: 18px;
    }

.coupon {
    position: relative;
    margin-left: 11px;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
}

    .coupon::after {
        content: '';
        position: absolute;
        bottom: 0.6em; /* 调整横线位置 */
        left: 0;
        width: 100%;
        height: 1px;
        background-color: black;
    }

.title_2 {
    padding-left: 210px;
    font-size: 12px;
    color: #000000;
    line-height: 28px;
    margin-top: 30px;
}

.title_2_2 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}

.select_container {
    padding-left: 210px;
    margin-top: 32px;
}

.price_1 {
    margin-left: 32px;
    font-weight: 600;
    font-size: 28px;
    color: #87AB39;
    line-height: 24px;
}

.coupon_vip {
    margin-left: 11px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.price_container_1 {
    display: flex;
    align-items: center
}

.price_container_2 {
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.pay_select_container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.pay_select_box {
    width: 500px;
}


.pay_select_title {
    font-size: 13px;
    color: #000000;
    line-height: 24px;
}

.pay_select_container select {
    width: 500px;
    height: 44px;
    background: #F1F1F1;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #DFDFDF;
    appearance: none;
    position: relative;
    padding-right: 35px;
    box-sizing: border-box;
    margin-top: 5px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 24px;
}


.pay_select_box svg {
    width: 20px;
    height: 14px;
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 21px;
    pointer-events: none;
}


.order_total {
    font-size: 17px;
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 53px;
    font-weight: 600
}

    .order_total div {
        vertical-align: bottom;
    }

.order_total_price {
    font-size: 28px;
    color: #87AB39;
    margin-left: 21px;
    font-weight: 500;
}


.paypal_btn {
    width: 416px;
    height: 75px;
    background: #C1973D;
    border-radius: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-top: 55px;
}

.paypal_btn_inner {
    width: 416px;
    height: 72px;
    background: #FEC447;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

    .paypal_btn_inner:hover {
        height: 75px;
        padding-bottom: 3px;
    }

    .paypal_btn_inner img {
        margin-left: 19px;
    }


.bankcard_btn {
    width: 416px;
    height: 75px;
    background: #4E7F9E;
    border-radius: 0px 0px 0px 0px;
    margin: 0 auto;
    margin-top: 24px;
}

.bankcard_btn_inner {
    width: 416px;
    height: 72px;
    background: #169BD5;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

    .bankcard_btn_inner:hover {
        height: 75px;
        padding-bottom: 3px;
    }

    .bankcard_btn_inner img {
        margin-left: 19px;
    }


@media(max-width:590px) {
    .vip_text {
        width: 100%;
        height: 76px;
        background: #87AB39;
        padding: 16px 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
    }

    .title_2 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 12px;
        color: #000000;
    }

        .title_2 p {
            margin-bottom: 0;
        }

    .title_2_2 {
        margin-top: 10px;
        font-size: 24px;
    }

    .select_container {
        padding: 0 14px;
    }

    .pay_select_box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .pay_select_container select {
        width: 100%;
    }

    .paypal_btn {
        width: calc(100% - 20px);
        margin: 0 10px;
        box-sizing: border-box;
        margin-top: 42px;
    }

    .paypal_btn_inner {
        width: 100%;
    }

    .bankcard_btn {
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-top: 20px;
        box-sizing: border-box;
    }

    .bankcard_btn_inner {
        width: 100%;
    }
}


.vip_top {
    width: 100%;
}

.hidden {
    display: none;
}


.vip_single_text {
    text-align: center;
    height: 45px;
    font-size: 40px;
    color: #000000;
    line-height: 28px;
    margin-top: 20px;
}


.vip_single_text2 {
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}


.vip_equity_container {
    height: auto;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D44CA1;
    margin: 20px 10px;
    width: calc(100vw - 20px);
}

.vip_equity_container_item {
    display: flex;
    padding: 17px 20px;
    align-items: center;
}


    .vip_equity_container_item img {
        width: 48px;
        height: 42px;
    }

.vip_equity_container_item_title {
    font-size: 17px;
    margin-left: 20px;
    font-weight: 600
}

.vip_equity_container_item_desc {
    font-size: 14px;
    margin-left: 20px;
}


.select_container.vip .coupon_vip {
    font-size: 17px;
    color: #607188;
}

@media(min-width:599px) {
    .vip_top {
        width: 1000px;
        height: 133px;
        margin-top: 20px;
        object-fit: cover;
    }

    .select_container.vip {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .select_container_inner {
        width: 400px;
    }
}


.pc_vip_equity_container {
    display: flex;
    width: 1000px;
    border-bottom: 1px solid #E6E7EC;
    margin-top: 27px;
    padding-bottom: 27px;
}

.pc_vip_equity_container_item {
    width: 33.3%;
    text-align: center;
}

    .pc_vip_equity_container_item img {
        width: 48px;
        height: 43px;
        margin-bottom: 25px;
    }

.pc_vip_equity_container_item_title {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.pc_vip_equity_container_item_title_desc {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pc_vip_equity_container_item_point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 6px;
    margin-right: 13px;
}
