html, body {
    background-color: #f5f5f5 !important;
}

.vipMember {
    width: 100%;
    font-size: 0.38rem;
}

.vipMember .vipMember-header {
    width: 100%;
    height: 1.22rem;
    line-height: 1.22rem;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
}

.vipMember .vipMember-header .goback {
    display: block;
    width: 0.27rem;
    height: 0.54rem;
    background: url(/assets/vip/img/vip_spirits.png) no-repeat -5.13rem 0;
    background-size: 10.1rem 6.78rem;
    position: absolute;
    left: 0.46rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
}

.vipMember .vipMember-header .vipMember-title {
    color: #2e2e2e;
    font-size: 0.49rem;
    font-weight: bold;
}

.vipMember #vipTab {
    /*padding-left: 1.03rem;*/
    padding: 0 1.03rem;
    box-sizing: border-box;
    position: fixed;
    top: 1.22rem;
    left: 0;
    z-index: 10;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    width: 100%;
}

/*.vipMember #vipTab .swiper-slide {*/
/*text-align: center;*/
/*width: auto;*/
/*height: 0.87rem !important;*/
/*line-height: 0.87rem;*/
/*color: #333;*/
/*position: relative;*/
/*}*/

/*.vipMember #vipTab .swiper-slide-thumb-active:after {*/
/*content: '';*/
/*display: block;*/
/*width: 62%;*/
/*height: 0.04rem;*/
/*background-color: #f90;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 50%;*/
/*transform: translate(-50%, 0);*/
/*z-index: 10;*/
/*}*/

.vipMember #vipTab #swiper-vip-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vipMember #vipTab li {
    height: 0.87rem;
    line-height: 0.87rem;
    color: #333;
    position: relative;
}

.vipMember #vipTab li.tabActive:after {
    content: '';
    display: block;
    width: 62%;
    height: 0.04rem;
    background-color: #f90;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}

.vipMember #vipTab .recommend-icon {
    position: absolute;
    top: 1px;
    width: 0.73rem;
    height: 0.43rem;
    background: url(/assets/vip/img/vip_spirits.png) no-repeat 0 -0.89rem;
    background-size: 10.1rem 6.78rem;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: row;
}

.vipMember #vipCon {
    padding-top: 0.49rem;
    margin-top: 2.08rem;
    background-color: #fff;
}

.vipMember #vipCon .swiper-slide {
    padding: 0 0.43rem;
    box-sizing: border-box;
}

.vipMember #vipCon .vip-ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.81rem;
}

.vipMember #vipCon .vip-ul li {
    width: 4.49rem;
    height: 2.65rem;
    box-shadow: 0px 0px 0.27rem 0px #eee;
    border-radius: 0.14rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vipMember #vipCon .vip-ul li.currentLi,.vipMember #vipCon .vip-ul li.currentLiSuper {
    background-color: #fffaf2;
    border: solid 1px #f90;
}
.vipMember #vipCon .swiper-slide .vip-ul .vipSuper-year{
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-text{
    width: 100%;
    display: block;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0.46rem;
    right: 0.7rem;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-flex .price-discount{
    line-height: 0.48rem;
    font-size: 0.46rem;
    background: linear-gradient(0deg, #ffff00 0%, #ffffff 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-flex .price-discount>em{
    margin-right: -4px;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-flex .price-discount span{
    height: 100%;
    font-size: 0.42rem;
    display: inline-block;
    vertical-align: top;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-flex .price-scribe{
    line-height: 0.3rem;
    color: #ffffff;
    font-size: 0.3rem;
    text-decoration: line-through;
    margin-top: 2px;
    margin-left: 0.12rem;
}
.vipMember #vipCon .vip-ul .vipSuper-year .super-flex .price-scribe>em{
    margin-right: -2px;
}

.vipMember #vipCon .vip-ul .vipCon-name {
    font-size: 0.43rem;
    width: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.vipMember #vipCon .vip-ul .vipCon-priceBox {
    width: 2.14rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0.07rem;
    border: solid 1px #f90;
    color: #f90;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.22rem 0;
}

.vipMember #vipCon .vip-ul .vipCon-text {
    font-size: 0.27rem;
}

.vipMember #vipCon .vip-ul li.currentLi .vipCon-priceBox ,.vipMember #vipCon .vip-ul li.currentLiSuper .vipCon-priceBox{
    color: #fff;
    background-color: #f90;
}

.vipMember #vipCon .vip-ul .vipCon-privilege {
    color: #999;
    font-size: 0.3rem;
}

.vipMember #vipCon .classifyVip .classifyVip-title {
    font-size: 0.43rem;
    margin-bottom: 0.47rem;
    font-weight: normal;
}
.vipMember #vipCon .classifyVip .classifyVip-con{
    margin: 0 -0.12rem;
}
.vipMember #vipCon .classifyVip .classifyVip-con li {
    /*width: 2.9rem;*/
    /*padding-left: 0.16rem;*/
    /*height: 1.08rem;*/
    /*background-color: #fff;*/
    /*box-shadow: 0px 0px 0.27rem 0px #eee;*/
    /*border-radius: 0.14rem;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*color: #343434;*/
    /*margin: 0 0.22rem 0.22rem 0;*/
    /*box-sizing: border-box;*/
    width: 33.33%;
    margin-bottom: 0.22rem;
    float: left;
    font-size: 0.32rem;
}

.vipMember #vipCon .classifyVip .classifyVip-con li:nth-child(3n) {
    /*margin-right: 0;*/
}

.vipMember #vipCon .classifyVip .classifyVip-con li.activeLi {
    /*background-color: #fffaf2;*/
    /*border: solid 1px #f90;*/
    /*color: #f90;*/
}
.vipMember #vipCon .classifyVip .classifyVip-con li .vipCateLi-con{
    padding-left: 0.16rem;
    height: 1.08rem;
    background-color: #fff;
    box-shadow: 0px 0px 0.27rem 0px #eee;
    border-radius: 0.14rem;
    display: flex;
    align-items: center;
    color: #343434;
    margin: 0 0.12rem;
    box-sizing: border-box;
}
.vipMember #vipCon .classifyVip .classifyVip-con li.activeLi .vipCateLi-con{
    background-color: #fffaf2;
    border: solid 1px #f90;
    color: #f90;
}

.vipMember #vipCon .classifyVip .classifyVip-icon {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.16rem;
    background-color: #f5f5f5;
}

.vipMember #vipCon .classifyVip .classifyVip-name {
    max-width: 1.78rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.vipMember #vipCon .classifyVip .classifyVip-icon img {
    width: 100%;
    height: 100%;
}

.vipMember #vipCon .vipClassify-privilege.vipPrivilege {
    margin-top: 0.6rem;
}

.vipMember #vipCon .vipPrivilege {
    margin-top: 0.81rem;
}

.vipMember #vipCon .vipPrivilege .vipPrivilege-title {
    font-size: 0.43rem;
    margin-bottom: 0.47rem;
    font-weight: normal;
}

.vipMember #vipCon .vipPrivilege li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width: 33.33%;
    margin-bottom: 0.54rem;
}

.vipMember #vipCon .vipPrivilege .vipPrivilege-icon {
    height: 0.81rem;
    line-height: 0.81rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.27rem;
}

.vipMember #vipCon .vipPrivilege .vip-course-icon {
    width: 0.81rem;
    height: 0.81rem;
}
.vipMember #vipCon .vipPrivilege .vip-classify-course-icon{
    width: 0.78rem;
    height: 0.71rem;
}

.vipMember #vipCon .vipPrivilege .vip-file-icon {
    width: 0.74rem;
    height: 0.62rem;
}

.vipMember #vipCon .vipPrivilege .vip-cache-icon {
    width: 0.55rem;
    height: 0.8rem;
}

.vipMember #vipCon .vipPrivilege .vip-answer-icon {
    width: 0.76rem;
    height: 0.66rem;
}

.vipMember #vipCon .vipPrivilege .vip-discount-icon {
    width: 0.78rem;
    height: 0.78rem;
}

.vipMember #vipCon .vipPrivilege .vip-source-icon {
    width: 0.747rem;
    height: 0.667rem;
}

.vipMember #vipCon .vipPrivilege .vipPrivilege-con p {
    font-size: 0.32rem;
    margin-bottom: 0.07rem;
}

.vipMember #vipCon .vipPrivilege .vipPrivilege-span {
    font-size: 0.3rem;
    color: #666;
}


.vipMember .payBox {
    background-color: #fff;
    margin-bottom: 1.87rem;
    margin-top: 0.267rem;
}

.vipMember .payBox .pay-title {
    font-size: 0.43rem;
    height: 1.16rem;
    line-height: 1.16rem;
    padding-left: 0.43rem;
    border-bottom: solid 1px #f5f5f5;
}

.vipMember .payBox .pay-ul li {
    width: 100%;
    height: 1.35rem;
    border-bottom: solid 1px #f5f5f5;
    padding: 0 0.43rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vipMember .payBox .pay-l {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vipMember .payBox .pay-icon {
    width: 0.66rem;
    text-align: center;
    margin-right: 0.27rem;
}

.vipMember .payBox .wechat-icon {
    display: block;
    width: 0.66rem;
    height: 0.66rem;
}

.vipMember .payBox .alipay-icon {
    width: 0.66rem;
    height: 0.66rem;
}

.vipMember .payBox .jdpay-icon {
    width: 0.66rem;
    height: 0.66rem;
}

.vipMember .payBox .paypal-icon {
    width: 0.66rem;
    height: 0.66rem;
}

.vipMember .payBox .pay-text {
    font-size: 0.38rem;
    color: #2e2e2e;
}

.vipMember .payBox .pay-r {
    width: 0.58rem;
    height: 0.58rem;
    overflow: hidden;
    position: relative;
}

.vipMember .payBox .pay-r img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.vipMember .payBox .pay-r img.check-yes {
    display: none;
}

.vipMember .payBox .pay-r img.check-active {
    display: block;
}

.vipMember .pay-moneyBox {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0.12rem 0.43rem;
    /*height: 1.19rem;*/
    /*line-height: 1.19rem;*/
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

.vipMember .pay-moneyBox .pay-btn {
    display: inline-block;
    width: 100%;
    font-size: 0.41rem;
    height: 0.95rem;
    line-height: 0.95rem;
    background-image: linear-gradient(-30deg, #f90 0%, #ffb62a 100%);
    box-shadow: 0px 0.07rem 0.11rem 0px rgba(185, 139, 69, 0.34);
    border-radius: 0.47rem;
    text-align: center;
    color: #fff;
    margin: 0.12rem 0;
}
.vipMember #vipCon .vip-super, .vipMember #vipCon .vip-img-w1{
    width: 100%;
    position: relative;
}
.vipMember #vipCon .vip-super, .vipMember #vipCon .vip-life {
    /*width: 9.27rem;*/
    /*height: 3.72rem;*/
    width: 100%;
    height: 100%;
}
.vipMember #vipCon .vip-super, .vipMember #vipCon .life-price{
    line-height: 0.48rem;
    font-size: 0.46rem;
    background: linear-gradient(0deg, #bb975f 0%, #f3f0ee 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    position: absolute;
    bottom: 0.46rem;
    right: 0.7rem;
}
.vipMember #vipCon .vip-super, .vipMember #vipCon .life-price>i{
    font-size: 0.46rem;
    font-style: normal;
    margin-right: -0.08rem;
}

/*³¬¼¶VIP*/
.vipMember #vipCon .vip-ul.superVip li{
    position: relative;
}
.vipMember #vipCon .vip-ul.superVip .price-unit{
    margin-right: -3px;
}
.vipMember #vipCon .vip-ul.superVip .discount-label{
    font-size: 0.294rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #f60;
    color: #fff;
    border-radius: 0.067rem;
    position: absolute;
    right: 0;
    top: -0.24rem;
    z-index: 1;
    padding: 0 0.1rem;
}
.vipMember #vipCon .vip-ul.superVip li.currentLiSuper .discount-label{
    right: -1px;
}

.vip_forever{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.vip_forever p:nth-child(1){
    width: 100%;
    height: 0.48rem;
    line-height: 0.46rem;
    font-size: 0.38rem;
    color: #ffffff;
    /*overflow: hidden;*/
}
.vip_forever p:nth-child(1)>em{
    height: 100%;
    line-height: 0.46rem;
    font-size: 0.48rem;
    background: linear-gradient(0deg, #bb975f 0%, #f3f0ee 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.24rem;
    margin-top: -0.01rem;
}
.vip_forever p:not(:first-child){
    width: 100%;
    line-height: 0.34rem;
    font-size: 0.34rem;
    color: #ffffff;
    margin-top: 0.26rem;
}

.vipMember .couponChoice{
    width: 100%;
    height: 1.16rem;
    background-color: #ffffff;
    padding: 0 0.43rem;
    margin-top: 0.267rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}
.vipMember .couponChoice>span{
    height: 100%;
    line-height: 1.16rem;
    font-size: 0.43rem;
    color: #333333;
    display: inline-block;
}
.vipMember .couponChoice .coupon_button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.vipMember .couponChoice .coupon_button>img{
    height: 0.28rem;
    margin-left: 0.14rem;
}
.vipMember .couponItem-mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.vipMember .couponItem-box{
    width: 100%;
    height: 0;
    background-color: #f1f1f1;
    border-radius: 0.2rem 0.2rem 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 101;
}
.vipMember .couponItem-box .coupon-header{
    width: 100%;
    height: 1.28rem;
    padding-left: 0.4rem;
    border: 1px solid #eee;
    background-color: #fff;
}
.vipMember .couponItem-box .coupon-header .closeIcon{
    width: 1.28rem;
    height: 1.28rem;
    background: url("/video/img/close_btn.png") no-repeat center/0.32rem 0.32rem;
}
.vipMember .couponItem-box .coupon-tab{
    width: 100%;
    height: 0.99rem;
    background-color: #fff;
}
.vipMember .couponItem-box .coupon-tab li{
    width: 50%;
    height: 100%;
    line-height: 0.99rem;
    color: #666;
    font-size: 0.37rem;
}
.vipMember .couponItem-box .coupon-tab li:first-child{
    border-right: 1px solid #eee;
}
.vipMember .couponItem-box .coupon-tab li.tabActive{
    color: #333;
}
.vipMember .couponItem-box .coupon-tab li.tabActive::after{
    content: '';
    width: 1.3rem;
    height: 0.053rem;
    background: #f90;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.vipMember .couponItem-box .coupon-menu{
    width: 100%;
    height: calc(100% - 2.71rem);
}
.vipMember .couponItem-box .coupon-menu .coupon-list{
    width: 100%;
    height: 100%;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .coupon-tips{
    padding: 0 0.4rem;
    height: 1.06rem;
    border-top: 1px solid #eee;
    background-color: #fff;
    display: none;
}
.vipMember .couponItem-box .coupon-menu .coupon-list.couponShow .coupon-tips{
    display: flex;
}
.vipMember .couponItem-box .coupon-menu .coupon-list.couponShow .couponCon-box,
.vipMember .couponItem-box .coupon-menu .coupon-list .coupon-tips .text.on{
    display: block;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .coupon-tips .text{
    color: #333;
    font-size: 0.293rem;
    display: none;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .coupon-tips .text>em{
    color: #f90;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .coupon-tips .text>em>i{
    font-style: normal;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .coupon-tips .coupon-choice{
    height: 0.64rem;
    line-height: 0.64rem;
    background-image: linear-gradient(90deg, #ffab28 0%, #f90 100%);
    border-radius: 0.32rem;
    color: #fff;
    font-size: 0.293rem;
    padding: 0 0.186rem;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .couponCon-box{
    width: 100%;
    height: calc(100% - 1.06rem);
    padding: 0.2rem 0.253rem;
    overflow: hidden;
    display: none;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .couponCon-box .couponCon-item{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
/*È¥³ý¹ö¶¯Ìõ*/
.vipMember .couponItem-box .coupon-menu .coupon-list .couponCon-box .couponCon-item::-webkit-scrollbar{
    width: 0px;
}
.couponCon-select.noShow{
    display: none;
}
.couponCon-select .coupon-item-box{
    width: 100%;
    height: 2.373rem;
    background: url("/assets/cart/image/discount_icon.png") no-repeat center/100% 100%;
    z-index: 2;
}
.couponCon-select .coupon-item-box .coupon-l{
    width: 3.44rem;
    color: #fff;
    font-size: 0.533rem;
    margin-top: -0.267rem;
}
.couponCon-select .coupon-item-box .coupon-l .coupon-money{
    font-size: 0.933rem;
}
.couponCon-select .coupon-item-box .coupon-l .coupon-condition{
    font-size: 0.24rem;
    margin-top: -0.1rem;
}
.couponCon-select .coupon-item-box .coupon-r{
    padding: 0 0.533rem 0 0.267rem;
}
.couponCon-select .coupon-item-box .coupon-r .courseName{
    max-width: 4.4rem;
    min-height: 0.773rem;
    line-height: 0.51rem;
    font-size: 0.35rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.267rem;
}
.couponCon-select.selectActive .coupon-item-box .coupon-r .courseName{
    color: #f90;
}
.couponCon-select .coupon-item-box .coupon-r .coupon-tag-box{
    top: -1px;
}
.couponCon-select .coupon-item-box .coupon-r .coupon-tag{
    padding: 0 0.19rem;
    height: 0.373rem;
    line-height: 0.373rem;
    background-color: #fff;
    border-radius: 0.2rem;
    border: 1px solid #ff6666;
    font-size: 0.267rem;
    color: #ff6666;
    margin-right: 0.13rem;
    top: -0.0067rem;
}
.couponCon-select .coupon-item-box .coupon-r .coupon-time{
    color: #9d9d9d;
    font-size: 0.293rem;
}
.couponCon-select .coupon-item-box .coupon-r .selectImg{
    width: 0.533rem;
    height: 0.533rem;
    line-height: 0.533rem;
    border-radius: 50%;
}
.couponCon-select .coupon-item-box .coupon-r .selectImg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    background: url("/assets/cart/image/nocheck_icon.png") no-repeat center/100% 100%;
}
.couponCon-select.selectActive .coupon-item-box .coupon-r .selectImg:before{
    background: url("/assets/cart/image/checked_icon.png") no-repeat center/100% 100%;
}
.couponCon-select .noSuperposition-text{
    width: 9.25rem;
    height: 0.72rem;
    line-height: 0.8rem;
    font-size: 0.267rem;
    color: #666;
    background-color: #fff;
    padding-left: 0.16rem;
    margin-left: 0.12rem;
    top: -0.24rem;
    display: block;
    z-index: 1;
}
.couponCon-select.selectActive .noSuperposition-text{
    display: none;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .noCoupon-con{
    width: 100%;
    height: 100%;
    text-align: center;
}
.vipMember .couponItem-box .coupon-menu .coupon-list.couponShow .noCoupon-con{
    display: none;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .noCoupon-con .noCoupon-img{
    width: 5.28rem;
    display: block;
}
.vipMember .couponItem-box .coupon-menu .coupon-list .noCoupon-con .noCoupon-text{
    color: #999;
    font-size: 0.373rem;
    margin-top: 0.267rem;
}
.vipMember .couponItem-box .coupon-footer{
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0.12rem 0.43rem;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
}
.vipMember .couponItem-box .coupon-footer .sure-btn{
    width: 100%;
    height: 0.95rem;
    line-height: 0.95rem;
    font-size: 0.41rem;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(-30deg, #f90 0%, #ffb62a 100%);
    box-shadow: 0px 0.07rem 0.11rem 0px rgba(185, 139, 69, 0.34);
    border-radius: 0.47rem;
    display: inline-block;
    margin: 0.12rem 0;
}