.vip-box{
    background: url("../images/pay/bg.png") 100% 100% no-repeat;
    border-radius: 15px;
}
/*VIP选项卡*/
.vip-tab-box{
    width: 100%;
    padding-top: 30px;
}
.vip-tab-box .list{
    width: 1200px;
    height: 280px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.vip-tab-box .list > div{
    width: 469px;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    transition: all 0.3s ease-out;
    border-radius: 22px;
    box-shadow: 0 7px 29px 6px rgba(0,0,0,0.35);
}
.vip-tab-box .list > div.p1{
    transform:translate3d(0px,0,0) scale(0.81);
    transform-origin:0 50%;
    z-index: 2;
}
.vip-tab-box .list > div.p2{
    transform:translate3d(350px,0,0) scale(1);
    z-index: 3;
    opacity: 1;
}
.vip-tab-box .list > div.p3{
    transform:translate3d(700px,0,0) scale(0.81);
    transform-origin:100% 50%;
    z-index: 2;
}
/*VIP选项卡标题*/
.vip-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 47px;
    padding-top: 15px;
}
.vip-title img {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}
.vip-title strong {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 2px;
}
/*VIP选项卡内容*/
.vip-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.vip-content .vip-price{
    width: 170px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 10px;
}
.vip-content .vip-price h1{
    letter-spacing: 2px;
    font-size: 58px;
}
.vip-content .vip-price h1 strong{
    font-size: 16px;
}
.vip-content .good-list{
    margin-left: 0;
}
.vip-content .good-list .good-item{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding: 5px 14px;
    background: #E4DACD;
    border-radius: 22px;
}
.vip-content .good-list .good-item:nth-child(2){
    margin: 15px 0;
}
.vip-content .good-list .good-item.active{
    background: #88673F;
    color: #FFFFFF;
}
.vip-content .good-list .good-item .left-part{
    text-align: center;
    border-right: 1px solid #FFFFFF;
}
.vip-content .good-list .good-item .left-part .duration{
    font-size: 16px;
    font-weight: bold;
}
.vip-content .good-list .good-item .left-part .gift-duration{
    font-size: 12px;
}
.vip-content .good-list .good-item .right-part{
    text-align: center;
    padding: 5px 0 0 10px;
}
.vip-content .good-list .good-item .right-part p {
    display: inline-block;
}
.vip-content .good-list .good-item .right-part p.price {
    font-size: 20px;
    font-weight: 500;
}
.vip-content .good-list .good-item .right-part p.origin-price {
    font-size: 12px;
    text-decoration: line-through;
}

/*VIP特权*/
.cashier-content{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    display: none;
}
.cashier-content.show{
    display: block;
}
.cashier-content .gift-privilege-container{
    margin-bottom: 17px;
    font-size: 0;
}
.cashier-content .gift-privilege-container p.privilege-title{
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    color: red;
    line-height: 16px;
}
.cashier-content .gift-privilege-container .slider-list-wraper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    flex-wrap: wrap;
}
.cashier-content .gift-privilege-container .privilege-item-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
    width: 150px;
}
.cashier-content .gift-privilege-container .privilege-item-container:not(:last-child):after{
    content: "";
    position: absolute;
    top: 7px;
    right: -1px;
    height: 28px;
    opacity: .6;
    border-right: 0.5px solid #cacaca;
}
.cashier-content .gift-privilege-container .privilege-item-container img{
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
.cashier-content .gift-privilege-container .privilege-item-container>div p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}
.cashier-content .gift-privilege-container .privilege-item-container>div p.give-text{
    margin-top: 5px;
}
/*支付方式*/
.pay-content{
    margin: -30px auto 0;
    padding: 20px 40px;
    background: #f8f8f8;
    border-radius: 15px;
}
.pay-content .channel-list-wraper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}
.pay-content .channel-list-wraper .pay-methods{
    display: inline-block;
    vertical-align: middle;
}
.pay-content .channel-list-wraper .channel-wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 42px;
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}
.pay-content .channel-list-wraper .active:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRUFDRDkzIiBkPSJNMjcuMDE0LjAxMWwtMjggMjRoMjh6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIyLjcgMTNsLTUuMDQgNS4yNzctMi4zNTgtMi40NjlMMTQgMTcuMTcgMTcuNjU5IDIxIDI0IDE0LjM2MXoiLz48L2c+PC9zdmc+),none;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    background-size: contain;
    border-bottom-right-radius: 5px;
}
.pay-content .channel-list-wraper .alipay i {
    background: url('../images/pay/alipay_icon.png');
    background-size: 100% 100%;
}
.pay-content .channel-list-wraper .wechat i {
    background: url('../images/pay/wechat_icon.png');
    background-size: 100% 100%;
}
.pay-content .channel-list-wraper .bank-card i {
    background: url('../images/pay/bank_card_icon.png');
    background-size: 100% 100%;
}
.pay-content .channel-list-wraper i {
    width: 25px;
    height: 25px;
    margin-right: 7px;
}
/*跳转支付*/
.pay-content .pay-area-wraper {
    margin-top: 10px;
    border-radius: 6px;
}
.pay-content .pay-area-wraper .channel-desc-wrap p.title {
    display: inline-block;
    font-size: 21px;
    color: #333;
    line-height: 21px;
}
.pay-content .pay-area-wraper .channel-desc-wrap p.desc {
    display: inline-block;
    margin-left: 15px;
    color: #999;
    line-height: 14px;
}
.pay-content .pay-area-wraper .pay-info {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pay-content .pay-area-wraper .pay-info .img-box {
    display: none;
    width: 148px;
    height: 148px;
    margin-right: 40px;
}
.pay-content .pay-area-wraper .pay-info .img-box img {
    width: 100%;
    height: 100%;
}
.pay-content .pay-area-wraper .pay-info .remitmessage {
    display: none;
    width: 421px;
    margin-right: 40px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
}
.pay-content .pay-area-wraper .pay-info .remitmessage p {
    width: 320px;
    margin: 8px 16px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.pay-content .pay-area-wraper .pay-info .right-tip-box .count-time {
    display: none;
    width: 232px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANYAAAAcCAYAAAAdkEH8AAAAAXNSR0IArs4c6QAAAn5JREFUeAHt3Muq00Acx/Ek9PQKhbb0hhTFrU9QXPgCrrp1J658DV/BdbfuXPkEInTpwp2u7YVi2lJLLynW//+YU+ZwkjGnObt8B4aGZDKQD/0xSacZ1/lPmUwmTWkylNqXWpfqSqUggMA/gZN8+FJHUl93u9257raGZDqdvpQ2HyuVylWxWHRyuZyeQ0EAAUPgeDw6u93O2Ww2gewedDqdT7HB0pHKdd2ftVrtKp/PG92wiQACUQKHw8FZLBbB6XR65EU1CPcNdaQiVBYhDiFgCGhWNDOya2gLVl9v/ygIIJBcIMxM3xasOs9UyUFpiYAKhJmp24IV+/wFIQIIWAVcW7CsZ3IQAQTiBSKDJb9qRO6P74YjCCBgCtwJkMxdVWaz2bdCoWC2YxsBBO4hcGvGdzweP5bR6mu5XK5Vq9V7dENTBBAwBc4jloxSz2VC+LsEilCZQmwjcIHAdbDm8/kbGak+y78s8jJaXdANpyCAgCmQk5HqvYTqbaPRcJm3MmnYRuByAR2xZhIsRysFAQQeRsBrt9vvPM975fv+n/1+/zC90gsCGRe4fsZqNpsfJFwvlstlsN1uM07C5SOQXuD8q2Cr1foSBMGz9Xr9W0r6nukBgQwLnIOlBr1e70epVHoiL2xNVqtVhlm4dATSCdwKlnYl81i/5LnrKbeE6WA5O9sCd4KlHDJRvMs2C1ePQDqByGCl65KzEUDAFiwmtvh+IHCZgPX1EF9Xn6EggEBygTAzvm3EGumSThQEEEguEGZmFPv6PcufJcekJQIqkGj5s3BFz4Guk6YTxtwW8uVBIFpAs6EZ0axIi4FmJ3bEuumCJaZvJPhEIFIgconpv39Wtku4KqHHAAAAAElFTkSuQmCC) no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 34px;
}
.pay-content .pay-area-wraper .pay-info .right-tip-box .price-wrap {
    margin-top: 17px;
    color: #222;
}
.pay-content .pay-area-wraper .pay-info .right-tip-box .price-wrap .price-unit {
    font-size: 22px;
    color: #f7603e;
    vertical-align: 1px;
}
.pay-content .pay-area-wraper .pay-info .right-tip-box .price-wrap .price {
    color: #f7603e;
    font-size: 36px;
}
.pay-content .pay-area-wraper .pay-info .right-tip-box .price-wrap .sale-price-text {
    margin-left: 12px;
    color: #f7603e;
    vertical-align: 5px;
}
.pay-content .pay-area-wraper .pay-info .right-tip-box .to-alipay {
    width: 127px;
    height: 32px;
    background: #ff6d10;
    border-radius: 2px;
    border: 1px solid #ff6d10;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}