html,body {
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

a {
    color: #222;
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img {
    width: 100%;
}

.main {
    font-size: 0!important;
}

.bgRed {
    background: #B31D16;
}

.bgRed2 {
    background: #D83029;
}
.bgRed3 {
    background: #D83029;
}

.bgWhite {
    background: #fff;
}

.fontWeight {
    font-weight: bold;
}

/*banner*/
.banner-box{
    width: 100%;
    overflow: hidden;
 }
.banner{
    font-size: 0;
    width: 1903px;
    background: #B31D16;
    margin: 0 auto;
    overflow: hidden;
}

.bannerImg1,.bannerImg2{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.bannerImg1{
    height: 464px;
}
.bannerImg2{
    height: 415px;
}

.banner-join-posi {
    width: 100%;
    position: absolute;
    top: 600px;
}

.banner-join-blank {
    width: 800px;
    height: 194px;
    overflow: hidden;
    margin: 0 auto;
}

.banner-join {
    position: relative;
    width: 800px;
    height: 800px;
    background: url("../images/banner_btn_bg.png") no-repeat center center;
    background-size: contain;
    z-index: 5;
    padding-top: 48px;
    box-sizing: border-box;
}

.banner-bot-bg {
    width: 874px;
    height: 110px;
    position: absolute;
    left: 50%;
    margin-left: -437px;
    z-index: 4;
    top: 162px;
}

.banner-bot-line-img {
    width: 100%;
    padding-top: 10px;
}

.banner-blank {
    width: 100%;
    height: 1px;
}

.tran {
    transition: all 500ms linear;
}

/*非会员*/

.banner-join-noplus,
.banner-join-plus {
    font-size: 0;
    width: 660px;
    margin: 0 auto;
    padding-left: 15px;
    box-sizing: border-box;
}

.banner-user-logo {
    width: 66px;
    height: 66px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.banner-user-text,
.banner-join-plus-name {
    width:358px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #333333;
}

.banner-user-join-btn {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 28px;
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    font-size: 26px;
    color: #F6DDA5;
    margin-left: 15px;
    cursor: pointer;
}

.banner-join-plus-box {
    display: inline-block;
    vertical-align: middle;
}

/*会员*/

.banner-join-plus-name {
    display: block;
    line-height: 25px;
    margin-bottom: 6px;
}

.banner-join-plus-time {
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

.banner-privilege {
    width: 200px;
    margin: 25px auto 20px;
    cursor: pointer;
}

.banner-privilege-text {
    font-size: 26px;
    line-height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.banner-down-logo,
.banner-up-logo {
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

/*八大权益*/

.quanyi-title {
    font-size: 30px;
    color: #222222;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 30px;
}

.quanyi-list {
    width: 570px;
    margin:24px auto 0;
    font-size: 0;
}

.quanyi-li {
    width: 275px;
    height: 109px;
    background: #FFFAEA;
    border-radius: 8px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 0;
    padding-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}

.quanyi-li:nth-of-type(1),
.quanyi-li:nth-of-type(2) {
    margin-top: 0;
}

.quanyi-li:nth-of-type(2n) {
    margin-right: 0;
}

.quanyi-left {
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.quanyi-right {
    display: inline-block;
    vertical-align: middle;
}

.quanyi-right-title {
    font-size: 26px;
    color: #222222;
    line-height: 37px;
    font-weight: bold;
}

.quanyi-right-text {
    font-size: 22px;
    color: #666666;
    line-height: 22px;
}

/*王炸班*/

.wangzha-box {
    position: relative;
    padding-top: 182px;
}

.wangzha-img {
    width: 750px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -375px;
}

.wangzha-content {
    width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    padding-top: 82px;
    padding-bottom: 27px;
}

.wangZhaLaoShi {
    display: block;
    width: 672px;
    margin: 0 auto;
    cursor:pointer;
}

.wangzhaDetail-cont {
    width: 960px;
    margin: 0 auto;
    background: #C01A19;
    border-radius: 8px;
    padding-top: 30px;
    padding-bottom: 47px;
}

.wangzha-btn {
    margin: 0 auto 30px;
    width: 369px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-image: linear-gradient(180deg, #FBDDB7 3%, #FAB76F 99%);
    border-radius: 37.5px;
    font-size: 26px;
    color: #000000;
    cursor: pointer;
}

.wangzha-intro {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 32px;
    color: #FFEEC1;
    text-align: center;
    line-height: 48px;
}
.getBagBtn{
    display: none;
    color: #fff;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}

.wangzha-list{
    font-size: 0;
}
.wangzha-li {
    width: 50%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
}

.wangzha-li-top {
    margin-left: 19px;
    font-size: 0;
}

.wangzha-li-top-time {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 48px;
    margin-right: 20px;
}

.wangzha-li-top-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #FFEEC1;
    line-height: 48px;
}

.wangzha-li-bot {
    width: 498px;
    height: 214px;
    margin-top: -35px;
    font-size: 0;
    padding-top: 55px;
    padding-left: 44px;
    box-sizing: border-box;
}
.wangzha-li:nth-of-type(odd) .wangzha-li-bot{
    margin-left: -35px;
}

.wangzha-li:nth-of-type(odd) .wangzhan-li-bot-right-title{
    margin-left: 78px;
}

.wangzha-li:nth-of-type(even) .wangzha-li-bot{
    margin-left: 18px;
}

.wangzha-li:nth-of-type(even) .wangzha-li-top{
   text-align: right;
    padding-right: 20px;
}
.wangzha-li-bot:nth-of-type(even){
    margin-right: 0;
}

.wangzha-li-bot-img {
    width: 76px;
    display: inline-block;
    vertical-align: middle;
}

.wangzhan-li-bot-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.wangzhan-li-bot-right-title {
    font-size: 22px;
    color: #222222;
    line-height: 38px;
    font-weight: bold;
}

.wangzhan-li-bot-right-text {
    font-size: 18px;
    color: #222222;
    line-height: 35px;
}

.wangzha-li-bot-shuo {
    background: url('../images/wangzha-speak.png')no-repeat center center;
    background-size: contain;
}

.wangzha-li-bot-xie {
    background: url('../images/wangzha-write.png')no-repeat center center;
    background-size: contain;
}

.wangzha-li-bot-du {
    background: url('../images/wangzha-read.png')no-repeat center center;
    background-size: contain;
}

.wangzha-li-bot-ting {
    background: url('../images/wangzha-listen.png')no-repeat center center;
    background-size: contain;
}


/* 邀请好友赢大奖 */

.invite-range-box {
    display: block;
    padding-top: 132px;
}

.invite {
    width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 29px;
}

.invite-title {
    position: absolute;
    top: -56.5px;
    left: 50%;
    width: 488px;
    margin-left: -244px;
}

.invite-prize-title {
    font-size: 32px;
    color: #B31D16;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
}

.invite-prize-img {
    display: block;
    width: 960px;
    margin: 0 auto;
}

.invite-inner-bg {
    width: 960px;
    margin: 0 auto;
    background: #FFF6ED;
    padding-top: 26px;
}

.invite-btn {
    width: 297px;
    height: 68px;
    line-height: 68px;
    background-image: linear-gradient(180deg, #686565 6%, #000000 99%);
    border-radius: 37.5px;
    font-size: 30px;
    color: #F6DDA5;
    text-align: center;
    margin: 0 auto 20px;
    cursor: pointer;
}

.invite-people-number {
    font-size: 22px;
    color: #222222;
    text-align: center;
    line-height: 33px;
    margin-bottom: 25px;
}

.invite-table {
    width: 960px;
    margin: 0 auto;
    background: #FFF6ED;
    border-right: 1px solid #F8DFA7;
    border-bottom: 1px solid #F8DFA7;
}

tr,
th,
td {
    border-top: 1px solid #F8DFA7;
    border-left: 1px solid #F8DFA7;
    text-align: center;
}

.textLeft {
    text-align: left;
    padding-left: 12px;
    box-sizing: border-box;
}

.textLeft img{
    width: 64px;
    border-radius: 50%;
    vertical-align:middle;
}
.textLeft span{
    vertical-align: middle;
}

.trTitle {
    font-size: 26px;
    color: #9E582C;
}

.trUser {
    font-size: 24px;
    color: #222222;
}

.trbg {
    background: #FFE8D1;
}

.trHeight {
    height: 67px;
    line-height: 67px;
}

.trHeight81 {
    height: 81px;
    line-height: 81px;
}

.tr120 {
    width: 120px;
}

.tr318 {
    width: 318px;
}

.tr234 {
    width: 234px;
}

.invite-first {
    display: block;
    margin: 0 auto;
    width: 36px;
}

.invite-table-number {
    font-size: 26px;
    color: #222222;
    line-height: 39px;
}

.invite-rule {
    margin-top: 26px;
    font-size: 24px;
    color: #222222;
    text-align: center;
    cursor: pointer;
    user-select: none;
    line-height: 24px;
}

/*抽奖开始*/
.huodongBg{
    width: 100%;
    position: relative;
    /*height: 1168px;*/
    padding-top: 66px;
}
.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{
    width: 946px;
    display: block;
    margin: 0 auto;
}


/*字幕滚动*/

.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: 151px;
}
.getPrizeBg{
    width: 980px;
    border: 15px solid #f4544f;
    background: #d82a32;
    border-radius: 40px;
    margin: 0 auto;
}
.getPrize{
    width: 546px;
    height: 660px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 24px;
    margin-right: 24px;
}
.getPrizeOne{
    background: url("//img1.guixue.com/p/hundong/518/images/deng.png")no-repeat center center;
    background-size: contain;
}
.getPrizeTwo{
    background: url("//img1.guixue.com/p/hundong/518/images/deng1.png")no-repeat center center;
    background-size: contain;
}
.prizeList{
    width: 596px;
    height: 548px;
    position: absolute;
    top: 34px;
    left: 33px;
}
.prizeList li,.choujiang{
    width: 151px;
    /*height: 168px;*/
    position: absolute;
}

.one,.seven,.eight{
    left: 3px;
}
.one,.two,.three{
    top: 44px;
}
.two,.six{
    left: 164px;
}
.three,.four,.five{
    right: 120px;
}
.four,.eight{
    top: 192px;
}
.five,.six,.seven{
    bottom: 60px;
}

.choujiang,.choujiangEnd{
    padding-top: 20px;
    /*box-sizing: border-box;*/
    user-select: none;
    cursor: pointer;
    top: 217px;
    left: 197px;
    height: 138px;
}
.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{
    width: 344px;
    display: inline-block;
    vertical-align: top;
    padding-top: 46px;
}
.choujiangRuleTitle{
    font-size: 26px;
    color: #fbed61;
    text-align: center;
    margin-bottom: 30px;
}
.choujiangRulePro{
    width: 100%;
}
.choujiangRulePro li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.ruleFilpNum{
    vertical-align: top;
    line-height: 30px;
}
.ruleFilpText{
    width: 320px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    line-height: 30px;
}
.prizeHistory{
    display: none;
    user-select: none;
    cursor: pointer;
    width: 228px;
    height: 45px;
    margin: 0 auto;
    background: #fba33f;
    box-shadow: 0 7px 0 0 #da6d10;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
}


/*选项卡切换title*/
.cuxiaoTitle{
    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 {
    width: 250px;
    height: 100%;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 16px 0 22px;
    box-sizing: border-box;
}

.choiceItemInner {
    width: 100%;
    height: 65px;
    text-align: center;
    box-sizing: border-box;
}

.choiceItemTop {
    font-size: 26px;
    color: #FBDDB7;
    text-align: center;
    line-height: 30px;
    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-bottom: 30px;
}


/*促销内容区块*/

.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(../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(../images/title2.png) no-repeat;
    background-size: contain;
}
.xfd_box .otherH5::before,.xfd_box .otherH5::after{
    width: 1rem;
}

/*图书+训练营开始*/

.xly-list {
    width: 1000px;
    margin: 60px auto 0;
}

.xly-li ,.xly-li-last{
    cursor: pointer;
    padding: 27px 0 20px;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(122, 13, 13, 0.73);
    border-radius: 10px;
    font-size: 0;
    margin-bottom: 65px;
    position: relative;
}
.xly-li-last{
    width: 1000px;
    margin: 60px auto 0;
}
.xly-li{
    min-height: 320px;
}
.xly-li:last-of-type {
    margin-bottom: 0;
}

.xly-title-box {
    width: 416px;
    height: 62px;
    background: url("../images/title5.png") no-repeat center center;
    background-size: contain;
    font-size: 30px;
    color: #9E582C;
    letter-spacing: 2px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: bold;
}

.xly-li-left {
    margin-left: 21px;
    width: 280px;
    display: inline-block;
    font-size: 0;
}

.xly-li-left-cont{
    display: inline-block;
    vertical-align: top;
}


.xly-list-detail {
    width: 275px;
}

.xly-li-detail {
    font-size: 18px;
    color: #222222;
    line-height: 40px;
    font-weight: bold;
}

.xly-book-img {
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

.xly-li-left-bot {
    font-size: 18px;
    color: #9E582C;
    line-height: 40px;
}

.xly-li-left-money {
    width: 180px;
    font-size: 20px;
    color: #C8161E;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 12px;
}

.xly-li-left-btn {
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-image: linear-gradient(180deg, #686565 5%, #000000 100%);
    border-radius: 37.5px;
    font-size: 20px;
    color: #F6DDA5;
    margin: 0 auto;
}

.xly-teacher {
    width: 510px;
    position: absolute;
    top: 44px;
    right: 26px;
}

.xly-li-left-last{
    width: 450px;
}

.xly-li-last-title{
    font-size: 30px;
    color: #D83029;
    margin-bottom: 11px;
    font-weight: bold;
    line-height: 45px;
}
.xly-li-detail-last{
    font-weight: normal;
}
.xly-li-detail-last:last-of-type{
    margin-bottom: 10px;
}
.xly-li-detail-last::before{
    position: relative;
    display: inline-block;
    content: '';
    width: 19px;
    height: 20px;
    background: url(../images/liuhongbofollow.png) no-repeat;
    background-size: contain;
}
.xly-list-detail-last{
    width: fit-content;
    width: -moz-fit-content;
}
.xly-liuhongbo{
    text-align: right;
    width: 464px;
    margin: 0 auto;
    background: #FFF1E0;
    border-radius: 10px;
    padding: 20px 16px 20px 0;
    box-sizing: border-box;
    font-size: 0;
    position: absolute;
    right: 26px;
    bottom: 42px;
}
.xly-liuhongbo-left{
    width: 232px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.liuhongbo{
    display: inline-block;
    vertical-align: bottom;
    width: 276px;
    position: absolute;
    bottom: 0;
    left: 340px;
    z-index: 2;
}
.liuhongbo-book{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    z-index: 1;
}


/*图书+训练营结束*/


/*留学*/

.lxyouhui {
    position: relative;
    display: block;
    width: 1000px;
    height: 176px;
    margin: 0 auto 28px;
    background: url("../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
}

/*留学课程销售*/

.courseList {
    width: 1000px;
    margin: 0 auto 0;
    font-size: 0;
}

.courseList li {
    background: #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 315px;
    position: relative;
    font-size: 0;
    padding: 8px 8px 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    margin-right: 25px;
    cursor: pointer;
}

.courseList li:last-of-type {
   margin-right: 0;
}

.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;
}

.courseRightPro {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
    line-height: 32px;
}

.courseMoney {
    font-size: 18px;
    color: #D83029;
    line-height: 22px;
}

.courseRightMoney {
    display: block;
    font-size: 18px;
    color: #c8161e;
    /*margin-bottom: .05rem;*/
}

.courseRightMoney:last-child {
    /*margin-bottom: 0;*/
}

.courseBuyBtn {
    position: absolute;
    right: 8px;
    bottom: 18px;
    background: #C8161E;
    border-radius: 26px;
    width: 124px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}

.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;
}


/*小分队开始*/
/*招募样式*/
.recruit-ul {
    width: 1000px;
    margin: 0 auto;
}

.recruit-ul li {
    cursor: pointer;
    width: 490px;
    height: 78px;
    margin-right: 20px;
    margin-top: 20px;
    background: url(../images/juxing.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.recruit-ul li:nth-of-type(even){
    margin-right: 0;
}

.recruit-ul li:nth-of-type(1),.recruit-ul li:nth-of-type(2){
    margin-top: 0;
}

.recruit-ul li .first {
    padding-right: 10px;
    width: 140px;
    height: 23px;
    font-size: 21px;
    text-align: right;
    line-height: 23px;
    text-shadow: 0 1px 0 #FFFFFF;
    border-right: 1px solid #9E582C;
    display: inline-block;
    vertical-align: middle;
    color: #9E582C;
}

.recruit-ul li .second {
    margin-left: 11px;
    width: 178px;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #222222;
    display: inline-block;
    vertical-align: middle;
}

.recruit-ul li .third {
    display: inline-block;
    vertical-align: middle;
    width: 134px;
    height: 48px;
    border-radius: 33px;
    font-size: 20px;
    color: #F6DDA5;
    text-align: center;
    line-height: 48px;
    background-image: linear-gradient(180deg, #686565 0%, #000000 100%);
}


/*小分队样式*/

.squad-box {
    display: block;
    width: 1000px;
    margin: 0 auto;
}


/*解决问题样式*/
.slove-ol{
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
}
.slove .slove-ol li {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 8px 0;
    overflow: hidden;
    padding-bottom: 17px;
}
.slove .slove-ol li:last-of-type{
    margin-right: 0;
}
.slove-ol-li-title{
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(180deg, #FBDDB7 5%, #FCC47E 100%);
    margin-bottom: 5px;
    font-size: 33px;
    color: #9E582C;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.slove-ol-li-intro{
    width: 266px;
    margin: 0 auto;
    font-size: 20px;
    color: #222222;
    text-align: center;
    line-height: 40px;
}

/*小分队学习计划样式*/
.plan{
    width: 1000px;
    margin: 0 auto;
}
.plan-box{
    width: 1000px;
    box-shadow: 0 3px 8px 0 rgba(122,13,13,0.73);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 0;
}

.plan-circle{
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    left: 50%;
    margin-left: -14px;
    z-index: 3;
}
.plan-circle-one{
    top: -14px;
}
.plan-circle-two{
    bottom: -14px;
}
.plan-line{
    width: 1px;
    height: 314px;
    border-right: 1px dashed #D83029;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.5px;
    z-index: 2;
}


.plan .plan-one {
    display: inline-block;
    vertical-align: top;
    width: 499px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding-left: 40px;
}

.plan .plan-one .plan-title {
    font-size: 22px;
    color: #9E582C;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.plan .plan-one p {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 18px;
    color: #222222;
    line-height: 40px;
}

.plan .plan-one p::before {
    position: absolute;
    top:12px;
    left: 0;
    content: '';
    width: 10px;
    height: 13px;
    background: url(../images/sanjiaoxing.png) no-repeat;
    background-size: contain;
}

.plan .plan-two {
    margin: 0 auto;
    border-radius: 0 0 .1rem .1rem;
}


/*常见问题样式*/

.issue .issue-box {
    width: 1000px;
    margin: 0 auto;
}

/*小分队结束*/

/*课程*/
.cuxiao-youhui {
    width: 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #B31D16;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 0 auto 26px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}

.cuxiao-title-small {
    font-size: 30px;
    color: #F8CCAA;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 13px;
    font-weight: bold;
    line-height: 30px;
}

.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;
}
.lookProdectGrade{
    cursor: pointer;
}
/*保分*/
.cuxiao-detail {
    font-size: 0;
    width: 1000px;
    margin: 70px auto 0;
    padding-top: 36px;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, #B31D16 0%, rgba(179, 29, 22, 0.00) 250px, rgba(179, 29, 22, 0.00) 100%);
}

.cuxiao-detail-baofen {
    padding-right: 18px;
    font-size: 0;
    margin-bottom: 30px;
}

.cuxiao-detail-baofen-left {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
    /*padding-left: 10px;*/
    box-sizing: border-box;
}

.equalFollow {
    width: 119px;
    display: inline-block;
    vertical-align: middle;
}

.cuxiao-detail-baofen-right {
    width: 410px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #F8CCAA;
    line-height: 60px;
    font-weight: bold;
}

/*每一课程*/
.cuxiao-detail-class {
    display: inline-block;
    width: 466px;
    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;
    position: relative;
    cursor: pointer;
}
.cuxiao-detail-class:nth-of-type(2n){
    float: right;
}

.cuxiao-detail-class-title {
    width: 399px;
    height: 68px;
    background: url("../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;
}

.cuxiao-detail-texun {
    width: 6.92rem;
    margin: 0.31rem auto .82rem;
    position: relative;
}

.shiyitexun-img {
    width: 100%;
}

.shiyitexun-posi {
    position: absolute;
    left: 0;
    bottom: 0.38rem;
    width: 100%;
    text-align: center;
}

.shiyitexun-time{
    width: 660px;
    margin: 0 auto;
    color: #FBDCB5;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.cuxiao-detail-texun-noplus,
.cuxiao-detail-texun-plus {
    color: #fff;
}

.cuxiao-detail-texun-btn {
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 36px;
    font-size: .29rem;
    color: #F6DDA5;
    padding: .2rem 1.1rem;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}

/*单独特殊*/
.cuxiao-detail-class-special{
    width: 827px;
    margin: 30px auto 0;
    background-image: linear-gradient(224deg, #FBDDB7 0%, #F8CA8E 100%);
    border-radius: 10px;
    padding-bottom: 27px;
    position: relative;
    cursor: pointer;
}
.cuxiao-detail-class-title.special{
    width: 458px;
    height: 73px;
    background: url("../images/title4.png") no-repeat center center;
    background-size: contain;
    font-size: 26px;
    color: #FFFFFF;
    padding-left: 49px;
    box-sizing: border-box;
    line-height: 54px;
    position: relative;
    top: 21px;
    left: -33px;
    z-index: 2;
    margin-bottom: 10px;
}

.cuxiao-detail-left.special {
    width: 600px;
    margin-top: 10px;
    padding-left: 38px;
    box-sizing: border-box;
    margin-right: 10px;
}

.cuxiao-detail-class-intro.special {
    font-size: 18px;
    margin-bottom: 8px;
}

.cuxiao-detail-class-tit.special {
    margin-bottom: 21px;
}

.cuxiao-detail-class-price.special,
.cuxiao-detail-texun-price.special {
    margin-bottom: 22px;
}

.cuxiao-detail-class-noplus.special,
.cuxiao-detail-texun-noplus.special {
    font-size: 18px;
    line-height: 27px;
    margin-right: 18px;
}

.cuxiao-detail-class-plus.special,
.cuxiao-detail-texun-plus.special {
    font-size: 20px;
    line-height: 30px;
}

.cuxiao-detail-class-tea-logo.special {
    margin-bottom: 35px;
}

.cuxiao-detail-class-tea-name {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

/*特训班*/
.cuxiao-detail-texun {
    width: 1000px;
    margin: 0 auto ;
    position: relative;
    cursor: pointer;
}

.shiyitexun-img {
    width: 100%;
}

.shiyitexun-posi {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    text-align: center;
}

.cuxiao-detail-texun-noplus,
.cuxiao-detail-texun-plus {
    color: #fff;
}
.cuxiao-detail-texun-noplus{
    font-size: 20px;
    line-height: 30px;
    margin-right: 20px;
}
.cuxiao-detail-texun-plus{
    font-size: 22px;
    line-height: 33px;
}
.cuxiao-detail-texun-btn {
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 36px;
    font-size: 22px;
    color: #F6DDA5;
    padding:30px 0;
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 262px;
}

/*在线1v1*/
.zx-list{
    width: 1000px;
    margin: 0 auto;
}
.zx-li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px;
    cursor: pointer;
}
.zx-li:nth-of-type(2n){
    margin-right: 0;
}
.zx-cont {
    width: 481px;
    height: 133px;
    background: url("../images/zxBg.png")no-repeat center center;
    background-size: contain;
    font-size: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.zx-title-left {
    width: 272px;
    padding-left: 25px;
    box-sizing: border-box;
}

.zx-title-style1 {
    width: 222px;
    font-size: 18px;
    color: #D83029;
    line-height: 30px;
}

.zx-title-style2 {
    font-size: 30px;
    color: #D83029;
    line-height: 36px;
    font-weight: bold;
}

.zx-line {
    width: 1px;
    height: 85px;
    position: absolute;
    top: 24px;
    left: 246px;
    border-right: 1px dashed #C89655;
}

.zx-right {
    width: 255px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}

.zx-right,
.zx-right-price,
.zx-title,
.zx-btn {
    display: inline-block;
    vertical-align: middle;
}
.zx-right-price,.zx-btn{
    margin-right: 5px;
}

.zx-right-price-icon,
.zx-right-price-num {
    display: inline-block;
    vertical-align: bottom;
    color: #D83029;
}

.zx-right-price-num {
    font-size: 34px;
    line-height: 36px;
}

.zx-right-price-icon {
    font-size: 18px;
    margin-bottom:4px;
    line-height: 18px;
}

.zx-btn {
    min-width: 67px;
    width: fit-content;
    background-image: linear-gradient(180deg, #696666 0%, #000000 100%);
    border-radius: 13px;
    padding: 13px 12px;
    font-size: 20px;
    color: #F6DDA5;
    line-height: 27px;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin-left: 3px;
}

/*说明*/

.shuoming {
    width: 1000px;
    margin: 0 auto;
    background: #FE7973;
    box-shadow: inset 0 1px 12px 0 #D83029;
    border-radius: 8px;
    padding: 23px 50px 50px 33px;
    box-sizing: border-box;
}

.shuoming-li {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 44px;
}

/*遮罩层*/

.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 90;
}


/*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;
}

.filp-common-choice-invite {
    margin-top: 30px;
    text-align: center;
    color: #c8161e;
    font-size: 22px;
}

.select .filp-common-choice-dot {
    display: block;
}



/*抽奖规则*/

.choujiang-box {
    display: none;
    width: 596px;
    background-image: linear-gradient(180deg, #E5BA88 0%, #FEE4C1 100%);
    /*background-image: linear-gradient(180deg, #FEE4C1 0%, #E5BA88 100%);*/
    box-shadow: 0 2px 23px 0 rgba(90, 72, 51, 0.65);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 80px 30px 26px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -298px;
    z-index: 91;
}

.choujiang-bg {
    /*width: 5.36rem;*/
    margin: 0 auto;
    padding: 7px;
}
.choujiang-wrapper{
    max-height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px dashed #E6BB89;
}
.choujiang-list {
    margin: 0 auto;
    padding: 80px 25px 64px;
    box-sizing: border-box;
}

.choujiang-li {
    font-size: 24px;
    color: #BA6816;
    line-height: 42px;
}
.choujiang-li-text{
    font-size: 28px;
    color: #BA6816;
    line-height: 42px;
    font-weight: bold;
}
.choujiang-li-text:nth-of-type(n+1){
    margin-top: 20px;
}

.flower1,
.flower2 {
    width: 94px;
    position: absolute;
    z-index: 4;
}

.flower1 {
    right: -50px;
    top: -35px;
}

.flower2 {
    left: -30px;
    bottom: -50px;
}

.flower3 {
    width: 596px;
    height: 163.1px;
    background: url("../images/flower3.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    text-align: center;
    font-size: 36px;
    color: #BA6816;
    line-height: 130px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: bold;
}




/* 分享图 */

.sharePosterBox {
    display: none;
    width: 400px;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 91;
    margin-left: -200px;
}


/*按钮的动画*/

.animation {
    animation: scaleBtn 1s linear infinite;
}

.ani {
    animation: scaleBtn 2s linear infinite;
}

@keyframes scaleBtn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

.noActiveTime {
    background: #999;
    box-shadow: none;
}


/*直播区块*/
.padTop86{
    padding-top: 75px;
}
.padbot20{
    padding-bottom: 20px;
}
.padTop60{
    padding-top: 60px;
}

.miaoSha{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 600px;
    background: url("../images/miaoshatv.png") no-repeat center center;
    background-size: contain;
    padding-top: 120px;
    box-sizing: border-box;
}
.fontBigPosi{
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -300px;
}
.fontBig{
    width: 600px;
    font-size: 40px;
    color: #FBDDB7;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 0 -3px 4px rgba(0,0,0,0.50);
    line-height: 40px;
}
.miaoSha-top-title{
    font-size: 45px;
    color: #FFFFFF;
    letter-spacing: 4px;
    line-height: 45px;
    margin-left: 40px;
}
.huati-list{
    width: 630px;
    position: relative;
    left: 45px;
    top: 40px;
    font-size: 0;
}
.huati-li{
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 42px;
    margin-right: 20px;
}
.huati-li:nth-of-type(2n){
    margin-right: 0;
}
.huati-li:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #FBDDB7;
    border-radius: 50%;
    vertical-align: middle;
}

.teacherBlock{
    width: 700px;
    text-align: center;
    font-size: 28px;
    color: #FBDDB7;
    text-shadow: 0 -3px 4px rgba(0,0,0,0.50);
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -350px;
}

.miaoSha-bot{
    width: 700px;
    margin-top: 95px;
    margin-left: 80px;
    box-sizing: border-box;
}
.miaoSha-bot-li{
    margin-bottom: 1px;
}
.miaoSha-bot-li-img{
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin-right: 13px;
}
.miaoSha-bot-li-intro{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #FBDDB7;
    line-height: 38px;
}


.living_bg{
    position: relative;
    padding-top: 80px;
}
.living_bg_img{
    display: block;
    width: 1000px;
    margin: 0 auto;
}
.living_bg_posi{
    width: 400px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -200px;
}

/*秒杀*/

.msbg{
    background: #C11C15;
}
.miaosha{
    position: relative;
}
.miaosha-rule{
    width: 1000px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.padTop85{
    padding-top: 85px;
}
.padBot85{
    padding-bottom: 85px;
}
.mt52{
    margin-top: 52px;
    margin-bottom: 0;
}

.miaosha-cont{
    position: relative;
    top: -10px;
}
.miaosha-time-posi{
    width: 100%;
    position: absolute;
    top: 50px;
    text-align: center;
}
.miaosha-time-text{
    display: inline-block;
    font-size: 53px;
    color: #FBDDB7;
    letter-spacing: 3px;
    text-align: center;
    line-height: 80px;
    text-shadow: 0 -3px 4px rgba(0,0,0,0.50);
    font-weight: bold;
}

.daojishi{
    position: relative;
    top: -10px;
    font-size: 28px;
    color: #FBDDB7;
    text-align: center;
    height: 77px;
    line-height: 77px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.4);
}
.daojishi-block{
    display: inline-block;
    width: 33px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #FCDEB5;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #C11C15;
}
.daojishi-block:last-of-type{
    margin-right: 0;
}

.miaosha-list{
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
}
.miaosha-li{
    display: inline-block;
    width: 234px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    vertical-align: top;
}
.miaosha-li:first-of-type,.miaosha-li:nth-of-type(2),
.miaosha-li:nth-of-type(3),.miaosha-li:nth-of-type(4){
    margin-top: 0;
}
.miaosha-li:nth-of-type(4n){
    margin-right: 0;
}
.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: 90px;
}
.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;
    width: 146px;
    font-size: 15px;
    color: #0F0E0E;
    line-height: 30px;
}
.miaoshabg{
    position: relative;
    left: -8px;
    width: 190px;
    height: 48px;
    line-height: 40px;
    background: url("../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-left{
    font-size: 16px;
    color: #D83029;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.fontSize30{
    font-size: 30px;
}
.miaosha-li-bot-right{
    display: inline-block;
    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;
}

.miaosha-cont .no-active .miaosha-li-bot-right{
    background-image: linear-gradient(180deg, #C9C7C7 0%, #908F8F 100%);
    color: #8A8A8A;
}

.prism-player{
    width: 1000px;
    height: 537px;
    margin: 0 auto;
}
.prism-player video{
    width: 100%;
    display: block!important;
}

/*雅思机考团*/
.padBot75{
    padding-bottom: 75px;
}
.padTop80{
    padding-top:40px;
}
.ysTest-top{
    width: 999px;
    height: 570px;
    margin: 0 auto;
    background: url("../images/ysjikaobg.png?v=1")no-repeat center center;
    background-size: contain;
    padding-top: 30px;
    box-sizing: border-box;
}

.ysTest-top-team{
    font-size: 45px;
    color: #FBDDB7;
    letter-spacing: 4.5px;
    text-align: center;
    text-shadow: 0 -3px 4px rgba(0,0,0,0.50);
    font-weight: bold;
    line-height: 45px;
}
.ysTest-top-title-cont{
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
    position: relative;
}
.ysTest-top-title{
    font-size: 34px;
    color: #B31D16;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    line-height: 34px;
}
.ysTest-top-title-line{
    position: absolute;
    z-index: 1;
    top: 24px;
    width: 100%;
    height: 15px;
    background: rgba(179,29,22,.15);
}
.info-list{
    width: 600px;
    margin-left: 90px;
    margin-top: 22px;
}
.info-li-img{
    display: inline-block;
    width: 21px;
    vertical-align: middle;
    margin-right: 8px;
}
.info-li-title,.info-li-text{
    display: inline-block;
    font-size: 20px;
    color: #222222;
    line-height: 50px;
    vertical-align: middle;
}
.info-li-title{
    font-weight: bold;
}
.ml1{
    margin-left: 148px;
}
.ysTest-top-price{
    width: 271px;
    height: 47px;
    border: 1px solid #B31D16;
    border-radius: 23.5px;
    margin-left: 90px;
    margin-top: 28px;
    font-size:0 ;
    overflow: hidden;
    background: #B31D16;
}
.ysTest-top-price-text{
    background: #fff;
    margin-top: .025rem;
}
.ysTest-top-price-text,.ysTest-top-price-num{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 47px;
    text-align: center;
}
.ysTest-top-price-text{
    color: #C8161E;
    width: 146px;
}
.ysTest-top-price-num{
    width: 125px;
    color: #fff;
    background: #B31D16;
}
.ysTest-btn{
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 43px;
    background-image: linear-gradient(180deg, #686565 5%, #000000 100%);
    border-radius: 37.5px;
    font-size: 20px;
    color: #F6DDA5;
    text-align: center;
    margin-left: 90px;
    margin-top: 29px;
    cursor: pointer;
}
.ysTest-bot{
    width: 930px;
    height: 118px;
    overflow: hidden;
    margin:0 auto;
    background: #fff1e0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 17px;
    padding-bottom: 30px;
}
.ysTest-fuli{
    width:894px;
    margin: 0 auto 28px;
    background: #B21C15;
    border-radius: 10px;
    padding: 15px 0;
}
.ysTest-fuli-text{
    font-size: 20px;
    color: #FFF1E0;
    text-align: center;
    line-height: 42px;
}
.ysTest-time-btn{
    font-size: 24px;
    color: #9E582C;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.testTimeFollow{
    display: inline-block;
    width: 23px;
    height: 20px;
    margin-left: 7px;
}
.ysTest-time-list{
    width: 885px;
    margin-left: 35px;
}
.ysTest-time-li{
    margin-bottom: 6px;
}
.ysTest-time-li-top,.ysTest-time-li-info{
    font-size:18px;
    color: #9E582C;
    line-height: 42px;
}
.ysTest-time-list-line{
    width: 885px;
    height: 10px;
    border-bottom: 1px dashed #9E582C;
    margin: 30px auto ;
}

.textCenter{
    text-align: center;
}
.mb30{
    margin-bottom: 30px;
}

.width62{
    width: 885px;
    margin: 0 auto;
}
.ml4{
    margin-left: 20px;
}

.padBot75{
    padding-bottom: 75px;
}

.fontSize24{
    font-size: 24px;
}
















