* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei';
}

div {
    box-sizing: border-box;
}
.top{
    display: none!important;
}
/* body::-webkit-scrollbar {
    display: none;
} */

img {
    width: 100%;
    /* height: 100%; */
}

.banner {
    float: unset!important;
    width: 100%;
    /* height: 540px; */
    /* border: 1px solid red; */
    /* background: url('../images/tt.png') no-repeat center center;
    background-size: cover; */
}

.banner img {
    /* object-fit: cover; */
}

.banner2 {
    width: 100%;
    height: 100%;
    background: url('../images/banner2.png') no-repeat center center;
    background-size: contain;
}

.banner_bottom {
    width: 100%;
    height: 163px;
    margin-top: -58px;
}

.banner_bottom img {
    width: 100%;
    height: 163px;
}

.center_ {
    margin: 0 auto;
    margin-bottom: 80px;
}

.main {
    /* background-color: #210047; */ 
    background: linear-gradient(10deg, #EA6655 0%, #E35644 44%, #D5331E 100%);
    /* background-image: url('../images/tuc.png');
    background-size: contain; */
    padding-top: 75px;
    margin-top: -5px;
    padding-bottom: 70px;
    position: relative;
    background-repeat: repeat;
}

/* .quan::-webkit-scrollbar {
    display: none;
} */

.main .quan {
    width: 1210px;
    height: 598px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/getCoupeBkNew.png') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 192px 92px 53px 92px
    /* overflow: auto; */
    /* scrollbar-width: none; */
    /* firefox */
    /* -ms-overflow-style: none; */
    /* IE 10+ */
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.quan .quan_item {
    width: 505px;
    min-width: 505px;
    height: 168px;
    /* margin-bottom: 9px; */
}

.coupon {
    width: 505px;
    height: 168px;
    /* border: 1px solid #000; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 30px 0 20px;
    background: url('../images/20quan.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.coupon .c_l_c {
    font-size: 68px;
}

.coupon .c_l_c span {
    font-size: 28px;
}
.coupon .c_r_c{
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.coupon .c_r_c .r_t1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 4px;
}

.coupon .c_r_c .r_btn {
    width: 176px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 28px;
    background-color: #fff;
    border-radius: 34px;
    color: #FF4BBA;
}

.main .class_box {
    width: 1212px;
    height: 1215px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/koubeiClass.png') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 211px 101px 50px 101px;
}

.class_item {
    width: 488px;
    height: 460px;
    cursor: pointer;
    /* border: 1px solid #fff; */
    position: relative;
}

.class_item .class_img {
    width: 488px;
    height: 269px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* background: url('https://old-pre.liupinshuyuan.com/data/upload/2020/1029/16/5f9a832426f77.jpg') no-repeat center center;
    background-size: contain; */
}

/* ======公共====== */

.persons_red {
    width: 100%;
    height: 80px;
    background: linear-gradient(90deg, #C2060D 0%, #FF6358 46%, #C2060D 100%);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.5);
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
    position: absolute;

}
.persons_gray {
    width: 100%;
    height: 80px;
    background: #999999;    
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.5);
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
    position: absolute;
}
.persons_blue {
    width: 100%;
    height: 80px;
    background: linear-gradient(90deg, #005BB5 0%, #50A8FF 46%, #005BB5 100%);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.5);
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
    position: absolute;

}

.price_red {
    width: 100%;
    height: 192px;
    background-color: #C2060D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;

}
.price_gray {
    width: 100%;
    height: 192px;
    background-color: #999999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff!important;
    padding-bottom: 26px;
}
.price_blue {
    width: 100%;
    height: 192px;
    background-color: #005BB5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;

}
.pl1 {
    font-size: 28px;
    text-decoration: line-through;
}

.pl2 {
    font-size: 22px;
}

.pl3 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-right: 12px;
    display: flex;
}

.pl4 {
    font-size:52px;
    color: #FEDD47;
}
.pl4_2 {
    font-size:52px;
    color: #fff;
}
.pl5 {
    width: 140px;
    height: 64px;
    background: linear-gradient(180deg, #FDD730 0%, #F6A424 100%);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    border-radius: 32px;
    font-size: 28px;
    color: #C2060D;
    line-height: 64px;
    text-align: center;
}
.pl5_2 {
    width: 140px;
    height: 64px;
    background:#999999;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
    border-radius: 32px;
    font-size: 28px;
    color: #fff;
    line-height: 64px;
    text-align: center;
}
/* ======公共====== */

/* --------2------- */

.main .class_box2 {
    width: 1212px;
    height: 1761px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/HighquiltyClass.png') no-repeat center center;
    background-size: contain;
    padding-top:211px
}

.class_box2 .class2_item {
    width: 1012px;
    height: 354px;
    margin: 0 auto;
    margin-bottom: 26px;
    display: flex;
    background-color: #fff;
    /* flex-flow: row-reverse; */
    justify-content: space-between;
    align-items: center;
    padding: 0 48px 0 24px;
    border-radius: 10px;
    cursor: pointer;
}

.class_box2 .class2_item_reverse {
    width: 1012px;
    height: 354px;
    margin: 0 auto;
    margin-bottom: 26px;
    display: flex;
    background-color: #fff;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 48px 0 24px;
    border-radius: 10px;
    cursor: pointer;
}

.c_l {
    width: 555px;
    height: 306px;
    /* border: 1px solid blue; */
    border-radius: 10px;
    /* float: left; */
}

.c_r {
    /* float: right; */
}

.c_r .zhexian {
    width: 311px;
    height: 87px;
    background: url('../images/zhe.png') no-repeat center center;
    background-size: contain;
    position: relative;
    margin: 36px 0 10px 0;
}

.zhexian .zhe1 {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
}

.zhexian .zhe2 {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 24px;
    /* transform: scale(.8); */
}

.c_rt1 {
    font-size: 46px;
    font-weight: bold;
    color: #D70A07;
    border-bottom: 3px solid #D70A07;
}

.box2_btn {
    width: 311px;
    height: 54px;
    background: linear-gradient(180deg, #FDF5E8 0%, #F2E2BE 73%, #F0DFB3 99%);
    border-radius: 28px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 54px;
}

.box2_btn span {
    font-size: 35px;
    /* transform: scale(.9); */
}

.box2_btn .btn2 {
    width: 121px;
    height: 54px;
    background: linear-gradient(0deg, #D70A07 0%, #FE2422 100%);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.26);
    border-radius: 28px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.box2_btn .mini {
    display: inline-block;
    font-size: 16px;
    /* transform: scale(.8); */
    line-height: 58px;
    padding-top: 5px;
}

/* -------3------ */

.main .class_box3 {
    width: 1212px;
    height: 1221px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/baokuanBgImgNew.png') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 214px 102px 54px 102px;
}

.class_box3 .class3_item {
    width: 244px;
    height: 230px;
    border: 1px solid #fff;
}

.footpc {
    width: 1210px;
    height: 1511px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/shizinew.png') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    padding-top: 78px;
    margin-bottom: 80px;
}

.foot_main {
    width: 1016px;
    height: 1380px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-top: 100px;
}

.swiperBox {
    width: 100%;
    height: 414px;
    overflow: hidden;
    /* display: flex;
    justify-content: center; */
    position: relative;
    margin-bottom: 104px;
}

.swiperBox .swiper-slide {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

/* .swiperBox .swiper-slide img{
    object-fit: cover;
} */

.swiper-button-prev:focus {
    outline: none;
}

.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
    height: 85%!important;
    position: absolute;
    top: unset!important;
    width: 100px!important;
    left: 0!important;
    bottom: 10px!important;
    margin-top: 0!important;
    background-image: none!important;
    background-size: contain;
}

.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    height: 85%!important;
    position: absolute;
    top: unset!important;
    width: 100px!important;
    right: 0!important;
    bottom: 10px!important;
    margin-top: 0!important;
    background-image: none!important;
    background-size: contain;
}

.swiper-button-prev .pre11 {
    width: 48px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/pre1.png') no-repeat center center;
    background-size: contain;
}

.swiper-button-next .next11 {
    width: 48px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/next1.png') no-repeat center center;
    background-size: contain;
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.footer_title {
    text-align: center;
    margin-bottom: 64px;
}

.footer_title .fp1 {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
}

.footer_title .fp2 {
    font-size: 36px;
    color: #000000;
}

.f_card {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.f_card img {
    width: 243px;
    height: 280px;
}

.ftxt {
    font-size: 24px;
    text-align: center;
}

.fotter {
    width: 100%;
    height: 150px;
    /* background: linear-gradient(90deg, #610C87 0%, #8400D2 50%, #610C87 100%); */
    background: #C81802;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotter div {
    width: 860px;
    height: 92px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/sloganIcon.png') no-repeat center center;
    background-size: contain;
}

.all_fix {
    width: 100px;
    height: 280px;
    position: fixed;
    right: 44px;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fbtn1 {
    width: 100px;
    height: 120px;
    background: url('../images/fbtn1.png') no-repeat center center;
    background-size: contain;
}

.fbtn2 {
    width: 100px;
    height: 120px;
    background: url('../images/fbtn2.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.hover3 {
    width: 241px;
    height: 330px;
    position: absolute;
    top: -340px;
    background: url('https://xsjy-1254153797.cos.ap-shanghai.myqcloud.com/onlineEduliupinshuyuan/doubuleElevenQrcode.png') no-repeat center center;
    background-size: contain;
    left: -140px;
    display: none;
}

.fbtn1:hover .hover3 {
    display: block;
}


.quan .more_coupon{
    width: 505px;
    height: 168px;
    background-color: #999999;
    text-align: center;
    color: #fff;
    line-height: 168px;
    font-weight: bold;
    border-radius: 30px;
    font-size: 45px;
}

.endMask{
    width: 100%;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999999;
}
.endMask img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loging li .input-box em{
    float: unset!important;
}
