html,body{
    width: 100%;
    height: 100%;
    background: #D83029;
}
.img{
    width: 100%;
    height: 100%;
}

.bgWhite {
    background: #fff;
}


.banner{
    min-width: 1200px;
    width: 100%;
    height: 900px;
    padding-top: 409px;
    background: url(../images/banner2019.png) center center no-repeat;
    box-sizing: border-box;
}
.banner .head_hb{
    margin: 0 auto;
    width: 798px;
    height: 203px;
}


.box-container{
    min-width: 1200px;
    width: 100%;
    height: auto;
    background: #E50B2E;
}
/*会员权益样式*/

.plus-box{
    position: relative;
    width: 100%;
    height: 400px;
}
.plus{
    position: absolute;
    top:-270px;
    left: 50%;
    margin-left: -550px;
    width: 1100px;
    height: auto;
    padding: 45px 32px;
    background-image: linear-gradient(180deg, #FFF1E0 0%, #FDEDCA 100%);
    box-shadow: 8px 7px 18px 0 rgba(79,1,1,0.50);
    border-radius: 20px;
    box-sizing: border-box;
}

.plus .plus-title{
    margin: 0 auto;
    width: 324px;
    height: 41px;
}

.plus .plus-subhead{
    padding-top: 14px;
    padding-bottom: 6px;
    font-size: 20px;
    color: #460000;
    text-align: center;
    line-height: 20px;
}

.plus .plus-ul{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.plus .plus-ul li{
    float: left;
    margin-top: 34px;
    width: 220px;
    font-size: 0;
}
.plus .plus-ul li:nth-of-type(1),.plus .plus-ul li:nth-of-type(4){
    margin-left: 52px;
    margin-right: 150px;
}
.plus .plus-ul li:nth-of-type(4){
    width: 240px;
    margin-right: 130px;
}
.plus .plus-ul li:nth-of-type(2),.plus .plus-ul li:nth-of-type(5){
    margin-right: 160px;
}
.plus .plus-ul li:nth-of-type(3),.plus .plus-ul li:nth-of-type(6){
    width: 234px;
}

.quanyi-left {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 5px;
    vertical-align: middle;
}

.quanyi-right {
    display: inline-block;
    vertical-align: middle;
}

.quanyi-right-title {
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
}

.quanyi-right-text {
    font-size: 15px;
    color: #666666;
}

.plus-ol{
    width: 100%;
    padding: 40px 0;
    height: auto;
    box-sizing: border-box;
    border-top: 1px dashed #D29239;
    border-bottom: 1px dashed #D29239;
}
.plus-ol li{
    float: left;
    width: 220px;
}
.plus-ol li:nth-of-type(1){
    margin-top: 8px;
    margin-left: 52px;
}
.plus-ol li:nth-of-type(2){
    width: 260px;
    margin-left: 10px;
}
.plus-ol li:nth-of-type(3),.plus-ol li:nth-of-type(4){
    width: 230px;
    margin-left: 15px;
}

.group-box {
    width: 100%;
    height: auto;
    padding-top: 38px;
    box-sizing: border-box;
}

.group-box .group-content {
    font-size: 24px;
    color: #222222;
    text-align: center;
    line-height: 24px;
}

.group-box .group-container {
    margin: 38px auto 0;
    width: 570px;
    height: auto;
    font-size: 0;
}

.group-box .group-container .group-btn {
    display: inline-block;
    width: 250px;
    height: 60px;
    background-image: linear-gradient(0deg, #DFAA47 0%, #F0CB85 100%);
    border-radius: 41px;
    font-size: 24px;
    font-weight: bold;
    color: #460000;
    text-align: center;
    line-height: 60px;
    cursor:pointer;
}

.group-box .group-container .group-btn:last-child {
    margin-left: 70px;
}
/*抽奖开始*/
.huodongBg{
    width: 100%;
    position: relative;
    /*height: 1168px;*/
    padding-top: 160px;
    z-index: 1;
}
.huodongImgBg{
    width: 100%;
    height: 100%;
    display: block;
}
.prizeBag{
    width: 970px;
    margin: 0 auto 0;
    border-radius: 20px;
    border: 15px solid #f4544f;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #c8161e;
}
.prizeBagTitle{
    font-size: 30px;
    color: #fbed61;
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
}
.prizeBagPro{
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.prizeBagBot{
    position: absolute;
    top:83px;
    left:50%;
    margin-left: -547px;
    width: 1094px;
    display: block;
    z-index: -1;
}


/*字幕滚动*/

.barrage {
    width:395px;
    height: 40px;
    margin: 15px auto 0;
    overflow: hidden;
}

.barrageWrapper {
    width: 100%;
}

.barrageWrapper li {
    width: 100%;
    height: 40px;
    line-height:40px;
    background: rgba(0, 0, 0, .5);
    border-radius: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

/*抽奖区域*/
.selectImg{
    display: none;
}
.active .selectImg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 142px;
}
.getPrizeBg{
    width: 1100px;
    border: 13px solid #f4544f;
    background: #d82a32;
    border-radius: 40px;
    font-size: 0;
    margin: 0 auto;
}
.getPrize{
    width: 498px;
    height: 475px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
    margin-left: 30px;
    margin-right: 38px;
    margin-bottom: 20px;
}
.getPrizeOne{
    background: url("../images/choujiangkuang.png")no-repeat center center;
    background-size: contain;
}
.getPrizeTwo{
    background: url("../images/choujiangkuang2.png")no-repeat center center;
    background-size: contain;
}
.prizeList{
    width: 498px;
    height: 475px;
    position: absolute;
    top: 0px;
    left: 33px;
}
.prizeList li,.choujiang{
    width: 142px;
    /*height: 168px;*/
    position: absolute;
}

.one,.seven,.eight{
    left: -3px;
}
.one,.two,.three{
    top: 31px;
}
.two,.six{
    left: 144px;
}
.three,.four,.five{
    right: 64px;
}
.four,.eight{
    top: 165px;
}
.five,.six,.seven{
    bottom: 35px;
}

.choujiang,.choujiangEnd{
    padding-top: 20px;
    /*box-sizing: border-box;*/
    user-select: none;
    cursor: pointer;
    top: 155px;
    left: 177px;
    height: 130px;
}
.choujiangText{
    font-weight: bold;
    font-size: 25px;
    color: #c8161e;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 10px;
    line-height: 35px;
}
.choujiangNum{
    text-align: center;
    font-size: 16px;
}
.choujiang{
    background: url("//img1.guixue.com/p/hundong/518/images/j5_17.png")no-repeat center center;
    background-size: contain;
}
.nochoujiang{
    /*padding-top: 35px;*/
    background: url("//img1.guixue.com/p/hundong/518/images/noChouJiang.png")no-repeat center center;
    background-size: contain;
}
.nochoujiang .choujiangNum{
    display: none;
}

/*抽奖时间/规则*/
.choujiangRule{
    display: inline-block;
    width: 470px;
    height: auto;
}
.choujiangRuleTitle{
    padding-top: 46px;
    font-size: 22px;
    font-weight: bold;
    color: #FCD3AB;
    text-align: center;
}
.choujiangRuleTitle span{
    margin-top: 13px;
    display: inline-block;
    font-size: 18px;
    color: #FCD3AB;
    font-weight: normal;
}
/*字幕滚动*/

.barrage {
    width:395px;
    height: 40px;
    margin: 40px auto 0;
    overflow: hidden;
}

.barrageWrapper {
    width: 100%;
}

.barrageWrapper li {
    width: 100%;
    height: 40px;
    line-height:40px;
    background: rgba(0, 0, 0, .5);
    border-radius: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

/*邀请好友的样式*/
.getPrizeRule{
    margin: 40px auto 0;
    width: 398px;
    height: 50px;
    border-radius: 30px;
    font-size: 22px;
    color: #020202;
    letter-spacing: 3.67px;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(180deg, #FBDDB7 4%, #FFBC7C 98%);
    cursor:pointer;
}
.prizeHistory{
    margin: 25px auto 0;
    width: 398px;
    height: 50px;
    font-size: 20px;
    color: #FCD3AB;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

/*直播样式*/
.live{
    margin: 0 auto;
    width: 1100px;
    height: auto;
    padding-top: 70px;
    box-sizing: border-box;
}

.live h5{
    font-size: 34px;
    text-align: center;
    color: #FFFFFF;
    line-height: 34px;
    padding-bottom: 32px;
}
.live h5::before{
    position: relative;
    top:-13px;
    left:-13px;
    display: inline-block;
    content: '';
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}
.live h5::after{
    position: relative;
    top:-13px;
    left:13px;
    display: inline-block;
    content: '';
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

.live .live-box{
    width: 100%;
    height: auto;
    padding: 26px 0;
    border-radius: 10px;
    background: #fff;
}
.live .live-box .live-brief{
    position: relative;
    float: left;
    width: 523px;
    height: auto;
    padding-top: 74px;
    padding-left: 32px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.live-brief .brief-title{
    position: absolute;
    top:0;
    left:-24px;
    width: 343px;
    height: 98px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    line-height: 72px;
    background: url(../images/hd2019_8.png) no-repeat;
}

.live-brief h6{
    padding-top: 36px;
    font-size: 26px;
    color: #D0252B;
}
.live-brief .award-box{
    padding-top: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 44px;
}
.live-brief .award-content{
    font-size: 15px;
    color: #666666;
    line-height: 27px;
}

.live-brief .award-img{
    position: absolute;
    right: 27px;
    bottom: -19px;
    width: 158px;
    height: 170px;
}
.live-award{
    position: relative;
    float: left;
    width: 554px;
    height: auto;
    background: #FFF1E0;
    border-radius: 10px;
    padding: 16px 0 16px 23px;
    box-sizing: border-box;
}

.live-award .brief-content{
    font-size: 18px;
    color: #222222;
    line-height: 32px;
}
.live-award .brief-time{
    padding-top: 20px;
    padding-left: 14px;
    font-size: 20px;
    color: #D0252B;
    line-height: 45px;
    box-sizing: border-box;
}
.live-award .brief-time::before{
    position: relative;
    top:4px;
    left:-10px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/hd2019_7.png) no-repeat;
}
.live-award .live-btn{
    width: 200px;
    height: 50px;
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 36px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #F6DDA5;
    letter-spacing: 1.18px;
    line-height: 50px;
    cursor:pointer;
}
.live-award .live-alert{
    padding-top: 16px;
    font-size: 14px;
    color: #B57F4F;
}
.live-award .brief-img{
    position: absolute;
    bottom:0;
    right: 0;
    width: 199px;
    height: 306px;
}

/*选项卡切换title*/
.cuxiao-box{
    position: relative;
    width: 100%;
    height: 66px;
    padding-top: 60px;
    background: #E50B2E;
}
.cuxiaoTitle{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    /*padding-top: 80px;*/
}
.fixChoiceList {
    display: block;
    width: 100%;
    height: 90px;
    background: #D83029;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.59);
}

.choiceList {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #D83029;
}

.choiceItem {
    flex: 1;
    height: 100%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 16px 0 22px;
    box-sizing: border-box;
    cursor:pointer;
}

.choiceItemInner {
    width: 100%;
    height: 65px;
    text-align: center;
    box-sizing: border-box;
}

.choiceItemTop {
    font-size: 26px;
    color: #FBDDB7;
    text-align: center;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 3px;
}

.choiceItemBot {
    font-size: 20px;
    color: #FBDDB7;
    text-align: center;
    line-height: 36px;
    font-weight: normal;
}

.choiceItem.isSelect {
    background: #FBDDB7;
}

.isSelect .choiceItemTop,
.isSelect .choiceItemBot {
    color: #9E582C;
}

.allCont {
    padding-top: 50px;
    padding-bottom: 30px;
}

/*托福高分课程样式*/
/*课程*/
.cuxiao-youhui {
    width: 1100px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #B31D16;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;

}

.cuxiao-content {
    margin: 0 auto;
    width: 1016px;
    height: auto;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
}

.cuxiao-youhui-circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FBDDB7;
    position: absolute;
}

.cuxiao-youhui-circle-one,
.cuxiao-youhui-circle-two {
    top: 8px;
}

.cuxiao-youhui-circle-one,
.cuxiao-youhui-circle-three {
    left: 8px;
}

.cuxiao-youhui-circle-two,
.cuxiao-youhui-circle-four {
    right: 8px;
}

.cuxiao-youhui-circle-three,
.cuxiao-youhui-circle-four {
    bottom: 8px;
}

/*每一课程*/
.cuxiao-detail{
    margin: 0 auto;
    width: 1100px;
    height: auto;
    font-size: 0;
}
.cuxiao-detail-class {
    display: inline-block;
    width: 520px;
    background-image: linear-gradient(224deg, #FBDDB7 0%, #F8CA8E 100%);
    border-radius: 10px;
    padding-left: 16px;
    padding-bottom: 34px;
    box-sizing: border-box;
    margin-left: 14px;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.cuxiao-detail-class:nth-of-type(2n){
    float: right;
}

.cuxiao-detail-class-title {
    width: 399px;
    height: 68px;
    background: url("//www.guixue.com/p/huodong/919/2019/images/title4.png") no-repeat center center;
    background-size: contain;
    font-size: 24px;
    color: #FFFFFF;
    padding-left: 16px;
    box-sizing: border-box;
    line-height: 52px;
    position: relative;
    top: 21px;
    left: -33px;
    z-index: 2;
    margin-bottom: 10px;
}

.cuxiao-detail-class-style-bg {
    width: 230px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.cuxiao-detail-class-style-logo {
    width: 84px;
    position: absolute;
    right: -11px;
    top: -20px;
}

.cuxiao-detail-left,
.cuxiao-detail-class-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.cuxiao-detail-left {
    width: 288px;
    margin-top: 10px;
}

.cuxiao-detail-class-intro {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
}

.cuxiao-detail-class-tit {
    font-size: 24px;
    color: #222222;
    margin-bottom: 19px;
    font-weight: bold;
    line-height: 36px;
}

.cuxiao-detail-class-price,
.cuxiao-detail-texun-price {
    font-size: 0;
    margin-bottom: 16px;
}

.cuxiao-detail-class-noplus,
.cuxiao-detail-class-plus,
.cuxiao-detail-texun-noplus,
.cuxiao-detail-texun-plus {
    display: inline-block;
    color: #D83029;
    vertical-align: middle;
}

.cuxiao-detail-class-noplus{
    font-size: 16px;
    line-height: 24px;
    margin-right: 18px;
}

.cuxiao-detail-class-plus,
.cuxiao-detail-texun-plus {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.cuxiao-detail-class-btn {
    min-width: 160px;
    width: fit-content;
    width: -moz-fit-content;
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 36px;
    font-size: 20px;
    color: #F6DDA5;
    text-align: center;
    padding: 16px 0;
    box-sizing: border-box;
}

.cuxiao-detail-class-right {
    width: 160px;
}

.cuxiao-detail-class-tea-logo {
    width: 100%;
    margin-bottom: 28px;
}

.cuxiao-detail-class-tea-name {
    font-size: 18px;
    color: #000000;
    text-align: center;
}
/*留学课程销售*/
.courseList {
    width: 1041px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.courseList li {
    background: #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 317px;
    position: relative;
    font-size: 0;
    padding: 8px 8px 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    margin-right: 45px;

}
.courseList li:nth-of-type(3n){
    margin-right: 0px;
}
.courseList li:nth-of-type(4),.courseList li:nth-of-type(5){
    margin-top: 40px;
}
.courseLeftImg {
    display: inline-block;
    margin-bottom: 10px;
}

.courseRight {
    margin-top: 10px;
}

.courseRightTitle {
    font-size: 20px;
    color: #333333;
    margin-bottom: .1rem;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
}

.courseRightPro {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
    line-height: 32px;
    text-align: left;
}

.courseMoney {
    font-size: 18px;
    color: #D83029;
    line-height: 22px;
}

.courseRightMoney {
    display: block;
    font-size: 18px;
    color: #c8161e;
    text-align: left;
    /*margin-bottom: .05rem;*/
}

.courseRightMoney:last-child {
    /*margin-bottom: 0;*/
}

.courseBuyBtn {
    position: absolute;
    right: 8px;
    bottom: 10px;
    background: #C8161E;
    border-radius: 26px;
    width: 124px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

/*其他产品的促销样式*/
.miaosha-list{
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.miaosha-li{
    display: inline-block;
    width: 300px;
    margin-right: 50px;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    vertical-align: top;
}
.miaosha-li:nth-of-type(3n){
    margin-right: 0px;
}
.miaosha-li:nth-of-type(4),.miaosha-li:nth-of-type(5){
    margin-top: 28px;
}


.miaosha-inner{
    padding-top: 15px;
    padding-bottom: 19px;
    background-image: linear-gradient(270deg, #F5C88D 0%, #FBDDB6 100%);
    border-radius: 10px;
}
.miaosha-li-top{
    margin-left: 5px;
    margin-bottom: 14px;
    font-size: 0;
    min-height: 65px;
    text-align: left;
}
.miaosha-li-top-left{
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    border-radius: 50%;

}
.miaosha-li-top-right{
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
    width: 150px;
    font-size: 20px;
    color: #0F0E0E;
    line-height: 30px;
    text-align: left;
}
.miaoshabg{
    position: relative;
    left: -8px;
    width: 190px;
    height: 48px;
    line-height: 40px;
    background: url("//www.guixue.com/p/huodong/919/2019/images/miaoshabg.png")no-repeat center center;
    background-size: contain;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 13px;
    padding-left: 17px;
    box-sizing: border-box;
}
.miaosha-li-bot{
    text-align: left;
}
.miaosha-li-bot-left{
    font-size: 16px;
    color: #D83029;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.miaosha-li-bot-left .oldFont{
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    text-decoration: line-through;
}
.miaosha-li-bot-left .fontSize30{
    font-size: 18px;
    color: #D83029;
    line-height: 27px;
    font-weight: bold;
}
.miaosha-li-bot-right{
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 34px;
    min-width: 124px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size:16px;
    color: #F6DDA5;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
}

/*走读的样式*/
.zx-cont{
    position: relative;
    margin: 50px auto 0;
    width: 1000px;
    height: 176px;

    background: url(../images/hd2019_11.png) no-repeat;
}
.zx-title-left {
    float: left;
    width: 605px;
    padding-left: 48px;
    padding-right: 20px;
    padding-top: 35px;
    font-size: 22px;
    color: #D83029;
    line-height: 35px;
    box-sizing: border-box;
}
.zx-title-left p{
    display: inline-block;
    font-size: 28px;
    color: #D83029;
}

.zx-line {
    width: 1px;
    height: 129px;
    position: absolute;
    top: 24px;
    left: 605px;
    border-right: 1px dashed #C89655;
}

.zx-right {
    float: left;
    width: 392px;
    padding-top: 62px;
    box-sizing: border-box;

}
.zx-btn {
    margin: 0 auto;
    min-width: 212px;
    width: fit-content;
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 34px;
    padding: 16px 12px;
    font-size: 24px;
    text-align: center;
    color: #F6DDA5;
    line-height: 27px;
    letter-spacing: 1px;
    box-sizing: border-box;
    cursor: pointer;
}

/*留学卡/学校样式*/

.lxyouhui {
    position: relative;
    display: block;
    width: 1000px;
    height: 176px;
    margin: 0 auto 28px;
    background: url("//www.guixue.com/p/huodong/919/2019/images/lxyouhui1.png")no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
    cursor: pointer;
}

.lxyouhui-posi {
    width: 725px;
    height: 100%;
    padding-top: 30px;
    padding-left: 37px;
    box-sizing: border-box;
}

.lxyouhui-top{
    font-size: 0;
    margin-bottom: 10px;
}

.lxyouhui-title {
    font-size: 30px;
    color: #BA6816;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle;
}

.lxyouhui-text {
    font-size: 30px;
    line-height: 54px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.lxyouhui-intro {
    font-size: 20px;
    color: #000000;
    line-height: 33px;
}

.lxGobuy {
    width: 212px;
    position: absolute;
    top: 51px;
    right: 51px;
    background-image: linear-gradient(180deg, #686565 4%, #000000 99%);
    border-radius: 34px;
    font-size: 24px;
    color: #F6DDA5;
    text-align: center;
    padding: 15px 0;
    line-height: 36px;
}

.lxFollow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
    color: #686565;
    font-size: 20px;
}

.liuxue-school {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.liuxue-li {
    font-size: 0;
    position: relative;
}

.liuxue-li-box {
    width: 233px;
    height: 280px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.liuxue-li-box:nth-of-type(4n) {
    margin-right: 0;
}

.liuxue-li-top {
    display: block;
    width: 100%;
}

.liuxue-li-bot {
    width: 100%;
    height: 158px;
    background: #F6F3F3;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
}

.liuxue-li-bot-title {
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
}

.liuxue-li-bot-text {
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}

.liuxue-li-bot-range {
    font-size: 18px;
    color: #222222;
    line-height:30px;
}

.liuxue-li-bot-range-num{
    font-size: 18px;
    color: #D83029;
    font-weight: bold
}

.liuxue-li-another {
    width: 1000px;
    height: 166px;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
    background: #F6F3F3;
    text-align: left;
}

.liuxue-li-another-left {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
}

.liuxue-li-another-right {
    width: 824px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: left;
}

.liuxue-range-text{
    color: #D83029;font-weight: bold
}

.xfd_box h5 {
    font-size: 36px;
    color: #FBDDB7;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 60px;
    line-height: 40px;
}

.xfd_box h5::before {
    position: relative;
    top: 0;
    left: -10px;
    display: inline-block;
    content: '';
    width: 142px;
    height: 27px;
    background: url(//www.guixue.com/p/huodong/919/2019/images/title1.png) no-repeat;
    background-size: contain;
}

.xfd_box h5::after {
    position: relative;
    top: 0;
    left: 10px;
    display: inline-block;
    content: '';
    width: 142px;
    height: 27px;
    background: url(//www.guixue.com/p/huodong/919/2019/images/title2.png) no-repeat;
    background-size: contain;
}
.swiper-pagination-liuxue-one,
.swiper-pagination-liuxue-active {
    width: 18px!important;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.swiper-pagination-liuxue-one:last-of-type {
    margin-right: 0;
}

.swiper-pagination-liuxue-one {
    background: #FFA7A7;
}

.swiper-pagination-liuxue-active {
    background: #fff;
}

/*filp-common*/

.filp-common {
    display: block;
    width: 596px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -298px;
    z-index: 91;
    /*padding-top: .6rem;*/
}

.filp-common-box {
    background-image: linear-gradient(180deg, #E5BA88 0%, #FEE4C1 100%);
    box-shadow: 0 3px 8px 0 rgba(122, 13, 13, 0.73);
    border-radius: 10px;
    padding: 18px 0;
}

.closeCommon {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    position: absolute;
    top: .1rem;
    right: .1rem;
    border: 1px solid #fff;
    opacity: .5;
}

.filp-common-top {
    font-size: 30px;
    color: #BA6816;
    text-align: center;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 20px;
}

.filp-common-out {
    width: 545px;
    margin: 0 auto;
    padding: 7px;
}

.filp-common-inner {
    border: 1px dashed #E6BB89;
    padding: 34px 0 23px;
}

.filp-common-title {
    font-size: 30px;
    color: #C71F1F;
    text-align: center;
    line-height: 45px;
    margin-bottom: 5px;
}

.filp-common-wrapper {
    max-height: 350px;
    height: auto;
    overflow: auto;
}

.filp-common-list {
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.filp-common-li,
.filp-common-warn {
    font-size: 20px;
    color: #222222;
    text-align: center;
    line-height: 42px;
}

.filp-common-wxcode {
    display: block;
    width: 190px;
    margin: 0 auto;
}

.filp-common-warn {
    margin-top: 20px;
}

.filp-common-choice {
    padding-bottom: 61px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filp-common-choice-list {
    padding: 20px 45px 0;
    margin-bottom: 54px;
}

.filp-common-choice-li {
    padding-top: 30px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}

.filp-common-choice-title {
    font-size: 30px;
    color: #222222;
    margin-left: -14px;
    font-weight: bold;
}

.filp-common-choice-title,
.filp-common-choice-circle {
    display: inline-block;
    vertical-align: middle;
}

.filp-common-choice-circle {
    font-size: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    padding-top: 6.68px;
    box-sizing: border-box;
    float: right;
}

.filp-common-choice-dot {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C71F1F;
    margin: 0 auto;
}

.filp-common-choice-btn {
    min-width: 260px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 26px 20px;
    margin: 40px auto 0;
    background-image: linear-gradient(180deg, #686565 5%, #000000 100%);
    /*background-image: linear-gradient(180deg, #D72121 0%, #B21717 100%);*/
    box-shadow: 0 0 6px 1px rgba(252, 172, 172, 0.50);
    border-radius: 45px;
    font-size: 28px;
    /*color: #FFFFFF;*/
    color: #F6DDA5;
    text-align: center;
    cursor: pointer;
}

.filp-common-choice-invite {
    margin-top: 30px;
    text-align: center;
    color: #c8161e;
    font-size: 22px;
}

.select .filp-common-choice-dot {
    display: block;
}

.flower1,
.flower2 {
    width: 94px;
    position: absolute;
    z-index: 4;
}

.flower1 {
    right: -50px;
    top: -35px;
}

.flower2 {
    left: -30px;
    bottom: -50px;
}


/*遮罩层*/
.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 90;
}

.gameOver {
    background-image: linear-gradient(180deg, #C9C7C7 0%, #908F8F 100%);
    color: #8A8A8A;
}


/*邀请团购样式*/
.invite{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    width: 600px;
    height: 600px;
    background: #C71F1F;
    box-shadow: 0 3px 8px 0 rgba(122,13,13,0.73);
    border-radius: 10px;
    z-index: 92;
    padding: 60px 50px 40px;
    box-sizing: border-box;
}
.invite .invite-close{
    position: absolute;
    top: 6px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.invite .invite-box{
    width: 500px;
    height: 500px;
    background: #fff;
    padding: 7px;
    box-sizing: border-box;
}

.invite .invite-box .invite-container{
    width: 100%;
    height: 100%;
    border:1px dashed #C71F1F;
}
.invite-container .invite-title{
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 26px;
    color: #222222;
    text-align: center;
}
.invite-container  .invite-img{
    margin: 0 auto;
    width: 251px;
    height: 251px;
}
.animation {
    animation: scaleBtn 2s linear infinite;
}
@keyframes scaleBtn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}