.close[data-v-22a0eade] {
    color: #f64;
    position: absolute;
    top: 0;
    right: 32px;
    font-size: 24px;
    cursor: pointer
}

.nonChrome[data-v-22a0eade] {
    width: 100%;
    height: 40px;
    background-color: #fff6f4;
    color: #f64;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: relative
}

.pc-nav[data-v-22a0eade] {
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    z-index: 9;
    background-color: #202329;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pc-nav .nav-container[data-v-22a0eade] {
    height: 56px;
    width: 1196px;
    margin: auto;
    position: relative;
    text-align: center
}

.pc-nav .nav-container .logo[data-v-22a0eade] {
    vertical-align: middle;
    height: 32px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 3;
    cursor: pointer
}

.pc-nav .nav-container .middle[data-v-22a0eade] {
    margin: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pc-nav .nav-container .middle .middle-item[data-v-22a0eade] {
    display: block;
    margin-right: 38px;
    text-align: center;
    color: #fff;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    position: relative
}

.pc-nav .nav-container .middle .middle-item a[data-v-22a0eade] {
    color: #404040
}

.pc-nav .nav-container .middle .middle-item[data-v-22a0eade]:hover {
    font-weight: 600
}

.pc-nav .nav-container .middle .middle-item[data-v-22a0eade]:last-child {
    margin: 0
}

.pc-nav .nav-container .middle .middle-item img[data-v-22a0eade] {
    width: 26px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: -22px
}

.pc-nav .nav-container .middle .header-active[data-v-22a0eade] {
    font-weight: 600
}

.pc-nav .nav-container .middle .header-active[data-v-22a0eade]:after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #ff4f4c;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pc-nav .nav-container .right-part[data-v-22a0eade] {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100%;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0
}

.pc-nav .nav-container .right-part>div[data-v-22a0eade] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pc-nav .nav-container .right-part .line[data-v-22a0eade] {
    width: 1px;
    height: 16px;
    background: #36393e;
    margin: 0 16px
}

.pc-nav .nav-container .right-part button[data-v-22a0eade] {
    width: 76px;
    height: 30px;
    border: 1px solid #797b7e;
    color: #fff;
    cursor: pointer;
    margin-left: 16px;
    border-radius: 15px;
    font-size: 14px;
    background: #202329
}

.pc-nav .nav-container .right-part button.action[data-v-22a0eade] {
    background: #f64;
    border: 1px solid #f64
}

.pc-nav .nav-container .right-part button[data-v-22a0eade]:hover {
    border: 1px solid #fff
}

.pc-nav .nav-container .right-part button.action[data-v-22a0eade]:hover {
    background: #ff856a;
    border: 1px solid #ff856a
}

.pc-nav .nav-container .right-part button.margin-left[data-v-22a0eade] {
    margin-left: 0
}

.background[data-v-4997695d] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999
}

.main[data-v-4997695d] {
    width: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.main .header[data-v-4997695d] {
    height: 90px;
    background: #414653;
    border-radius: 8px 8px 0 0;
    padding: 24px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main .header .iconx[data-v-4997695d] {
    position: absolute;
    font-size: 24px;
    color: #fff;
    opacity: .7;
    top: 20px;
    right: 32px;
    cursor: pointer
}

.main .header .header-content[data-v-4997695d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main .header .header-content>img[data-v-4997695d] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 16px
}

.main .header .header-content>div[data-v-4997695d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.main .header .header-content>div>p[data-v-4997695d]:first-of-type {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.main .header .header-content>div>p[data-v-4997695d]:nth-of-type(2) {
    font-size: 12px;
    font-weight: 300
}

.main .content[data-v-4997695d] {
    padding: 24px 32px;
    background-color: #fff;
    border-radius: 0 0 8px 8px
}

.main .content .vip-options[data-v-4997695d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.main .content .vip-options .vip-item[data-v-4997695d] {
    width: 149px;
    height: 88px;
    background: #f5f6fa;
    border-radius: 8px;
    margin-right: 12px;
    color: #404040;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.main .content .vip-options .vip-item .pic[data-v-4997695d] {
    font-size: 14px;
    margin-bottom: 12px
}

.main .content .vip-options .vip-item .pic>span[data-v-4997695d] {
    font-size: 24px
}

.main .content .vip-options .vip-item .text[data-v-4997695d] {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #9c9c9c
}

.main .content .vip-options .vip-item.active[data-v-4997695d] {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9f79), to(#f64));
    background: linear-gradient(180deg, #ff9f79, #f64);
    -webkit-box-shadow: 0 4px 16px 0 rgba(255, 102, 68, .3);
    box-shadow: 0 4px 16px 0 rgba(255, 102, 68, .3);
    color: #fff
}

.main .content .vip-options .vip-item.active .text[data-v-4997695d] {
    color: #fff
}

.main .content .vip-options .vip-item.active[data-v-4997695d]:last-child {
    background: #272742
}

.main .content .vip-options .vip-item.active:last-child .pic[data-v-4997695d] {
    color: transparent;
    background: linear-gradient(132deg, #fff2e2, #e3c8a9);
    -webkit-background-clip: text;
    background-clip: text
}

.main .content .vip-options .vip-item.active:last-child .text[data-v-4997695d] {
    color: #e3c8a9
}

.main .content .vip-options .vip-item .recommend-final-vip-layout[data-v-4997695d] {
    width: 60px;
    height: 24px;
    background: linear-gradient(132deg, #fff2e2, #e3c8a9);
    border-radius: 10px 0 10px 0;
    color: #3b3f57;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -12px;
    left: 0;
    position: absolute
}

.main .content .coupons-main[data-v-4997695d] {
    width: 636px;
    border-radius: 8px 8px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px
}

.main .content .coupons-main.has-list[data-v-4997695d] {
    border: 1px solid #f5f6fa;
    border-radius: 8px
}

.main .content .coupons-header[data-v-4997695d] {
    height: 52px;
    background: #f5f6fa;
    border-radius: 8px 8px 0 0;
    padding-left: 24px;
    padding-right: 16px;
    line-height: 52px;
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main .content .coupons-header .coupons-input[data-v-4997695d] {
    border: none;
    outline: none;
    height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    margin-right: 10px
}

.main .content .coupons-header .coupons-submit[data-v-4997695d] {
    width: 98px;
    height: 32px;
    background: #414653;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .05);
    border-radius: 4px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

.main .content .coupons-list[data-v-4997695d] {
    width: 100%;
    height: 101px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 8px 8px
}

.main .content .coupons-list .page[data-v-4997695d] {
    position: absolute;
    width: 24px;
    height: 32px;
    background: rgba(65, 70, 83, .5);
    top: 32px;
    cursor: pointer;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main .content .coupons-list .page[data-v-4997695d]:hover {
    background: rgba(65, 70, 83, .8)
}

.main .content .coupons-list .page.left[data-v-4997695d] {
    left: 16px;
    border-radius: 0 100px 100px 0
}

.main .content .coupons-list .page.right[data-v-4997695d] {
    right: 16px;
    border-radius: 100px 0 0 100px
}

.main .content .coupons-list .page>i[data-v-4997695d] {
    font-size: 24px;
    color: #fff
}

.main .content .coupons-list .list-container[data-v-4997695d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 10
}

.main .content .coupons-list .list-container .list-item[data-v-4997695d] {
    width: 196px;
    height: 64px;
    background-image: url(/cv/payment/files/web/member/defult.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 8px;
    padding: 16px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.main .content .coupons-list .list-container .list-item .item-pic[data-v-4997695d] {
    width: 42px;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #f64;
    line-height: 22px;
    margin-right: 16px;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main .content .coupons-list .list-container .list-item .item-pic span[data-v-4997695d] {
    font-size: 16px
}

.main .content .coupons-list .list-container .list-item .item-text-time[data-v-4997695d] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main .content .coupons-list .list-container .list-item .item-text-time>p[data-v-4997695d] {
    width: 111px;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 100%
}

.main .content .coupons-list .list-container .list-item .item-text-time>p[data-v-4997695d]:first-child {
    color: #404040;
    margin-bottom: 8px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis
}

.main .content .coupons-list .list-container .list-item .item-text-time>p[data-v-4997695d]:last-child {
    color: #9c9c9c;
    font-weight: 300
}

.main .content .coupons-list .list-container .list-item[data-v-4997695d]:last-child {
    margin-right: 0
}

.main .content .coupons-list .list-container .list-item[data-v-4997695d]:hover {
    background-image: url(/cv/payment/files/web/member/hover.png)
}

.main .content .coupons-list .list-container .list-item:hover .item-pic[data-v-4997695d],
.main .content .coupons-list .list-container .list-item:hover .item-text-time>p[data-v-4997695d] {
    color: #f64
}

.main .content .coupons-list .list-container .list-item.active[data-v-4997695d] {
    background-image: url(/cv/payment/files/web/member/active.png)
}

.main .content .coupons-list .list-container .list-item.active .item-pic[data-v-4997695d],
.main .content .coupons-list .list-container .list-item.active .item-text-time>p[data-v-4997695d] {
    color: #f64
}

.main .content .pay[data-v-4997695d] {
    width: 637px;
    height: 174px;
    border-radius: 8px;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f5f6fa;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main .content .pay .Qrcode[data-v-4997695d] {
    width: 126px;
    height: 126px;
    background: #00ff80;
    margin-right: 18px;
    position: relative
}

.main .content .pay .Qrcode .Qrcode-component[data-v-4997695d],
.main .content .pay .Qrcode .Qrcode-component[data-v-4997695d] img,
.main .content .pay .Qrcode .Qrcode-component img[data-v-4997695d] {
    width: 126px;
    height: 126px
}

.main .content .pay .Qrcode .qrcode-not[data-v-4997695d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 126px;
    background-color: hsla(0, 0%, 100%, .93);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    line-height: 24px
}

.main .content .pay .pay-content[data-v-4997695d],
.main .content .pay .Qrcode .qrcode-not[data-v-4997695d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main .content .pay .pay-content>p[data-v-4997695d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    color: #404040;
    font-size: 14px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main .content .pay .pay-content>p[data-v-4997695d]:last-child {
    margin-bottom: 0
}

.main .content .pay .pay-content>p .pic-num[data-v-4997695d] {
    font-size: 28px;
    font-weight: 600;
    color: #f64
}

.main .content .pay .pay-content>p .preferential-pic[data-v-4997695d] {
    font-size: 16px;
    font-weight: 400;
    color: #f64
}

.main .content .pay .pay-content>p>img[data-v-4997695d] {
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.main .content .pay .pay-success-btn[data-v-4997695d] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main .content .pay .pay-success-btn .btn[data-v-4997695d] {
    margin-top: 11px;
    width: 104px;
    height: 36px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9f79), to(#f64));
    background: linear-gradient(180deg, #ff9f79, #f64);
    border-radius: 2px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-right: 25px
}

.main .content .pay .pay-success-btn .text[data-v-4997695d] {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #f64;
    line-height: 14px
}