.acc-expireBlock {
    display: flex;
}

.acc-item {
    display: block;
    position: relative;
    border-radius: 5px;
    padding: 4px 10px;
    flex-basis: 43%
}

.acc-item-vip0 {
    background-color: #f0f2f3;
    color: #98a3ba;
}

.acc-item-vip0 a {
    color: #98a3ba !important;
}

.acc-item-vip1 {
    background-color: #fff8e9;
    color: #b38024;
    background-image: url('../img/account_icon_vip1.png');
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: right bottom;
}

.acc-item-vip1 a {
    color: #b38024 !important;
}

.acc-item-vip2 {
    background-color: #fff0e7;
    color: #c7662a;
    background-image: url('../img/account_icon_vip2.png');
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: right bottom;
}

.acc-item-vip2 a {
    color: #c7662a !important;
}

.acc-expireFont {
    font-size: 12px;
    line-height: 12px;
}

.acc-trafficBlock {
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 4px rgba(245, 246, 247, 1), 0 1px 10px 4px rgba(245, 246, 247, 1);
}

.acc-progress1 {
    background-color: #EBEEF5;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.acc-progress2 {
    background-color: #00AFF0;
    height: 100%;
}

.acc-discountBlock {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 12px;
}

.acc-discountBlock1 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;
    background-color: rgb(255, 111, 59);
    color: rgb(255, 243, 238);
}

.acc-discountBlock2 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px;
    background-color: rgb(255, 243, 238);
    color: rgb(255, 111, 59);
}

.reg_notice {
    color: #aaa;
    font-weight: 500;
    cursor: pointer;
}

.reg_notice_icon {
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    border: 1px solid;
    font-size: 13px;
    font-weight: 400;
}

.mob_contrast {
    position: absolute;
    right: 0;
    background-color: #f1fbfe;
    padding: 4px 10px;
    border-radius: 30px;
}

.pay-vipLevelBlock {
    background-color: #fafafa;
    /*background-color: #ff0000;*/
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.pay-vipLevelBlock>div {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 5px;
    cursor: pointer;
}

.pay-vipLevelBlock>.selected {
    background-color: white;
    box-shadow: 0 1px 10px 4px rgba(245, 246, 247, 1), 0 1px 10px 4px rgba(245, 246, 247, 1);
}

.pay-vipHot {
    position: absolute;
    top: 0;
    right: 10px;
}

.packageGoods {
    /*display: inline-block;*/
    display: none;
}

.payType_item {
    display: none;
}

.package-card {
    border: 1px solid #DBDBDB;
    position: relative;
}

.package_name {
    color: #313131;
    font-weight: 500;
}

.package_price {
    padding: 0;
    margin: 0;
}

.package_currency {
    color: #070707;
    font-weight: 800;
}

.package_actual {
    font-weight: 400;
    color: #26313D;
}

.reg_package_actual {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

.package_o_price {
    color: #cccccc;
}

.package_save1 {
    color: #26b3f4;
}

.package_save2 {
    color: #cccccc;
}

#payNoticeWeb {
    position: absolute;
    width: 375px;
    box-shadow: 0 1px 10px 4px #eee, 0 1px 10px 4px #eee;
    background-color: white;
    border-radius: 10px;
    display: none;
}

#payNoticeWeb>.notice-content,
#payNoticeMobPop>.notice-content {
    padding: 10px;
}

.notice-content-level {
    display: none;
}

#payNoticeMob {
    position: fixed;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#payNoticeMob>#payNoticeMobPop {
    box-shadow: 0 1px 10px 4px #eee, 0 1px 10px 4px #eee;
    background-color: white;
    margin: 50px auto auto;
    border-radius: 10px;
    width: 90%;
}

#payNoticeMobClose {
    font-size: 20px;
    text-align: center;
}

#payContrast {
    position: fixed;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

#payContrast>#payContrastPop {
    /*background-color: white;*/
    border-radius: 5px;
    position: relative;
}

#payContrastPop>img {
    max-height: 100%;
}

#payContrastClose {
    font-size: 3em;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    line-height: 20px;
    background-color: white;
    padding-bottom: 8px;
}

.regGoodsTip {
    /*background-image: linear-gradient(to bottom, #F0FBFF 50%, transparent);*/
    border-radius: 0 0 3px 3px;
    background-color: #F0FBFF;
    color: #00AFF0;
    line-height: 14px;
    padding: 4px 0 4px 0;
}

.reg_zhs_phone {
    background-color: #3e372f;
    color: #e8cfb1;
}

.active_time {
    background-color: #fff4e0;
    color: #d5ae6d;
}

.package_is_null {
    font-size: 200%;
    width: 100%;
    text-align: center;
}

.pay-vipLevel2Block {
    padding-bottom: 20px;
    display: none;
}

.pay-vipLevel2Block>.select {
    margin-right: 60px;
    cursor: pointer;
}

.pay-vipLevel2Block>.selected {
    color: #00AFF0;
    padding-bottom: 20px;
    border-bottom: 1px solid #00AFF0;
}

.union-tip {
    background-color: #FFFDCA;
    color: #FF7C28;
    font-size: 12px;
    padding: 8px;
    margin-top: 10px;
}

/* 灏忓睆 */
@media screen and (max-width: 768px) {

    .acc-item {
        /*width: 168px;*/
        height: 75px;
    }

    .reg_notice {
        font-size: unset;
    }

    .active_time,
    .reg_zhs_phone {
        font-size: 9px;
    }

    .acc-expireFont.link {
        margin-top: 10px;
    }

    .packageGoodsBlock {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .packageGoodsList {
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .pay-vipLevelHeight {
        height: 40px;
    }

    .pay-vipLevelBlock {
        height: 40px;
    }

    .pay-vipLevelBlock>.select {
        height: 30px;
    }

    .pay-vipLevelBlock>.select>img {
        height: 15px;
    }

    .pay-vipHot {
        height: 15px;
    }

    .pay-rightBlock {
        max-width: 100%;
    }

    .packageGoods {
        width: 155px;
        margin: 15px 10px 0 0;
    }

    .package_name {
        margin: 5px 0 0;
        font-size: 12px;
    }

    .package_currency {
        margin-top: 0;
    }

    .package_actual {
        font-size: 21px;
        line-height: 20px;
    }

    .reg_package_actual {
        /*height: 30px;*/
    }

    .reg_package_actual>span {
        display: block;
    }

    .package_o_price {
        height: 25px;
        font-size: 9px;
    }

    .package_save1,
    .package_save2 {
        font-size: 11px;
        height: 20px;
    }

    #payContrast>#payContrastPop {
        width: 100%;
        /*margin: 50px auto auto;*/
    }
}

/* 澶у睆 */
@media screen and (min-width: 768px) {

    .acc-expireBlock,
    .acc-trafficBlock {
        width: 484px;
    }

    .acc-item {
        /*width: 232px;*/
        height: 65px;
    }

    .reg_notice {
        font-size: 16px;
    }

    .active_time,
    .reg_zhs_phone {
        font-size: 12px;
    }

    .packageGoodsBlock {}

    .packageGoodsList {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .pay-vipLevelHeight {
        height: 60px;
    }

    .pay-vipLevelBlock {
        height: 60px;
    }

    .pay-vipLevelBlock>.select {
        height: 50px;
    }

    .pay-vipLevelBlock>.select>img {
        height: 20px;
    }

    .pay-vipHot {
        height: 20px;
    }

    .pay-rightBlock {
        margin-top: 110px;
        max-width: 291px;
        float: right;
    }

    .packageGoods {
        width: 208px;
        margin: 15px 15px 0 0;
    }

    .package_name {
        margin: 15px 0 10px 0;
    }

    .package_currency {
        margin-top: -20px;
    }

    .package_actual {
        font-size: 40px;
        line-height: 40px;
    }

    .reg_package_actual {
        height: 25px;
    }

    .package_save1,
    .package_save2 {
        margin-left: 5px;
    }

    #payContrast>#payContrastPop {
        width: 80%;
        height: 100%;
        max-width: 1100px;
        max-height: 700px;
        /*margin: 150px auto auto;*/
    }

}