body {
    background-color: #ffffff !important;
}

/* banner */
.banner-wrap {
    position: relative;
}

.banner, .banner-wrap {
    height: calc(100vw / 2.9);
}

.banner-wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
}
.banner1 {
    background-image: url("../image/2307/svip-banner.jpg");
}
.banner2 {
    background-image: url("../image/2307/vip-banner.jpg");
}

.banner-wrap .banner-wrap-pic .select {
    opacity: 1;
}
.banner-center {
    width: 38%;
    min-width: 750px;
    margin: 0 auto;
    padding-top: 100px;
}
.banner-center-img1{
    width:100%;
    height:238px;
}
.banner-center-img2 {
    width: 100%;
    height: 312px;
}
.banner-img img{
    width:100%;
}

.section {
    /*padding: 40px;
    box-shadow: 0px 0px 15px 0px #fdc7c6;*/
    /*margin-top: -140px;*/
}
.section-product {
    padding: 40px;
    margin-bottom: 20px;
}
.svip-product {
    box-shadow: 0px 0px 15px 0px #ffd48e;
}
.vip-product {
    box-shadow: 0px 0px 15px 0px #fdc7c6;
}
.section-top {
    display: flex;
    align-items: center;
}
.section-content {
    display: grid;
    position: relative;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0 0px;
}
.section-content-vip {
    display: grid;
    position: relative;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
    padding: 30px 0 0px;
}
.section-content-course{
    display: grid;
    position: relative;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 30px 0 30px;
}
.section-top-center {
    margin: 0 auto;
    width: 300px;
    line-height: 45px;
    border: 2px solid #ff6c6c;
    border-radius: 30px;
    font-size: 24px;
    text-align: center;
    color: #ff6c6c;
}
.section-content .section-content-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0px 0px 5px 0px lightgrey;
}
.section-content-vip .section-content-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0px 0px 5px 0px lightgrey;
}
.section-top-tabs {
    width: 150px;
    float: left;
    border-radius: 28px;
}

.section-top-tabs.active {
    background-color: #ff6c6c;
    color: white;
}

.section-content-item-top {
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.svip-top {
    background-image: url("../image/2307/svip-top.png");
}
.vip-top1 {
    background-image: url("../image/2307/top1.png");
}
.vip-top2 {
    background-image: url("../image/2307/top2.png");
}
.vip-top3 {
    background-image: url("../image/2307/top3.png");
}
.vip-top4 {
    background-image: url("../image/2307/top4.png");
}
.vip-top5 {
    background-image: url("../image/2307/top5.png");
}
.svipTab-sub {
    position: absolute;
    top: -5px;
    left: -5px;
}
.section-content-item-text {
    height: 200px;
}
.pay-item-text{
    height:180px;
}
.vipimg {
    margin: 0 auto;
    padding-top: 30px;
}
.section-content-item-top span{
    font-size:22px;
    color:white;
}
.section-content-item-text .price {
    text-align: center;
    color: #ff6c6c;
    font-size: 24px;
    margin-bottom:5px;
    margin-top:5px;
}
.section-content-item-text .course-price {
    padding: 30px 0px;
}
.section-content-item-text .pay-price {
    padding: 25px 0px;
}
.section-content-item-text span {
    font-size: 46px;
    font-weight: bold;
    padding: 0 15px;
}
.section-content-item-text .pay-price span{
    font-size: 36px;
    font-weight: bold;
    padding: 0 5px;
}
.section-content-item-text .price-yuan{
    font-size: 16px;
    padding: 2px;
    background: #ff6c6c;
    border-radius: 10px;
    color: white;
    font-weight: normal;
}
.section-content-item-text .pay-price .price-yuan{
    font-size: 16px;
    padding: 2px;
    background: #ff6c6c;
    border-radius: 10px;
    color: white;
    font-weight: normal;
}
.section-content-item-text .time {
    text-align: center;
    color: #e1cab4;
    font-size: 16px;
    margin-bottom: 15px;
}
.pay-item-text .time {
    text-align: center;
    color: #e1cab4;
    font-size: 14px;
    margin-bottom: 15px;
}
.section-content-item-text .range {
    text-align: center;
    color: #e1cab4;
    font-size: 18px;
    margin-bottom: 15px;

}
.section-content-item-text .range-text {
    text-align: center;
    color: #e1cab4;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top:15px;
}
.section-content-item-text .buy {
    text-align: center;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background-color: #ff6c6c;
    border-radius: 30px;
    font-size: 20px;
    padding-top: 10px;
    color: white;
}
.section-content-item.active {
    border: 3px solid #cf8c49;
    background-image: url(../image/2307/vip-check.png);
    background-position: right bottom;
    background-size: 60px;
    background-repeat: no-repeat;
}
.section-content-course .section-content-item.active {
    border: 2px solid #cf8c49;
    background:none;
}
.section-img img{
    width:100%;
}
.buy{
    cursor:pointer;
}
/*.section-border {
    box-shadow: 0px 0px 15px 0px #fdc7c6;
    padding: 40px;
    margin-bottom: 20px;
}*/
.vip-buy{
    text-align: center;
    width: 130px;
    height: 40px;
    line-height:40px;
    margin: 0 auto;
    background-color: #ff6c6c;
    border-radius: 30px;
    font-size: 18px;
    color: white;
}
@media screen and (max-width: 1200px) {
    .banner-wrap li {
        height: calc(1200px / 2.4);
    }
}



.month, .halfyear, .year {
    margin-left:115px;
    width:150px;
    display: none;
    transition: all .5s;
}
.month.active,.halfyear.active,.year.active {
    display: block;
}
.ban1, .ban2, .ban3, .ban4, .ban5, .ban6 {
    width:100%;
    display: none;
    transition: all .5s;
    padding:0px;
}
.ban1.active,.ban2.active,.ban3.active,.ban4.active,.ban5.active,.ban6.active
 {
    display: block;
    padding:0px;
}
.alipay{
    width: 200px;
    height: 204px;
    border:none;
}
.price1 img,.price2 img,.price3 img{
    width: 100px;
    padding-left: 20px;
}
.price1 div,.price2 div,.price3 div{
    font-size: 30px;
    font-weight: bold;
    color: #cf8c49;
    text-align: center;
}
.login {
    position: fixed;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #04040481;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .login-wrap {
    width: 460px;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, white 20%, white 100%);
    border-radius: 10px;
    position: relative;
    padding: 0 0 40px 0;
}
.login .pay-wrap {
    width: 800px;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, white 20%, white 100%);
    border-radius: 10px;
    position: relative;
    padding: 0 0 40px 0;
}
.login .closeBtn {
    position: absolute;
    bottom: -45px;
    left: 25%;
    margin-left: -17.5px;
    cursor: pointer;
}
.closeBtn .pay-cancel{
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 16px;
    color: black;
    border: none;
    background-color:lightgray;
}
.login .paydone {
    position: absolute;
    bottom: -45px;
    left: 55%;
    margin-left:17.5px;
    cursor: pointer;
}
.paydone .pay-done-btn{
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #ff6c6c;
    border-radius: 30px;
    font-size: 16px;
    color: white;
    border: none;
}
.login .login-wrap .login-wrap-bg {
    height: 200px;
}
.login .login-wrap .pay-wrap-bg1 {
    background:url(../image/2307/c1-top.png);
    height:115px;
    background-size:100% 100%;
}
.login .login-wrap .login-wrap-bg img {
    width: 100%;
}
.login .login-wrap .login-wrap-logo {
    width: 310px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -155px;
}
.login .login-wrap .login-wrap-tips {
    font-size: 24px;
    color: #ff6e6e;
    text-shadow: 1px 1px 0px #ffffff;
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    text-align: center;
}
.pay-wrap-tips{
    font-size: 26px;
    padding: 30px 0 0 30px;
}
.pay-wrap-tips2{
    font-size: 16px;
    padding: 5px 0 10px 30px;
    color:#23a988;
}
.login .login-wrap .login-wrap-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login .login-wrap .login-wrap-tabs span {
    margin: 0 30px;
    font-size: 22px;
    color: #999999;
}
.login .login-wrap .login-wrap-tabs .login-wrap-tabs-item {
    cursor: pointer;
    font-size: 22px;
    color: #666666;
}
.ban1item,.ban2item,.ban3item,.ban4item,.ban5item,.ban6item{
    font-size:20px;
    padding:10px 0 0px;
}
.login .login-wrap .login-wrap-tabs .login-wrap-tabs-item.active {
    font-size: 30px;
    color: #000000;
}
.login-form {
    padding: 30px 40px 0px 40px;
}
.pay-form {
    padding-left:155px;
    width:150px;
}
.pay-title{
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
.pay-text{
    margin-left: 50px;
    font-size: 16px;
    margin-top: 20px;
}
.pay-text1{
    font-weight:bold;
}
.pay-text2{
    line-height: 30px;
}
.wechatpay{
    width: 150px;
    height: 150px;
    border:none;
}
.wechatpay canvas{
    width: 150px;
    height: 150px;
}
.wechat-coursepay{

}
.original{
    text-decoration: line-through;
    color: lightgray;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
}
.pay-qrcode{
    margin-top:30px;
    border-top:solid 1px lightgray;
    margin-left: 20px;
    margin-right: 20px;
}
.wechat-coursepay{
    width: 120px;
    height: 120px;
    border: none;
    float: left;
    margin-left: 150px;
    margin-right: 50px;
}
.pay-time{
    font-weight:bold;
    font-size:18px;
    text-align: center;
    padding-top: 10px;
}
.wechat-coursepay canvas{
    width: 100px;
    height: 100px;
    padding:20px;
}
.pay-img{
    padding:10px 0 5px 0;
}