
.poster{
    background: url(../images/new/poster.jpg) no-repeat center top;
    height: 430px;
}
.swiper-course {
    width: 100%;
    background: #fff;
    height: 140px;;
}
.swiper-course .box{
    text-align: center;
}
.swiper-course p{
    line-height: 21px;
    font-size: 14px;
    color:#1a1a1a;
}
.swiper-course i{
    width:68px;
    height: 68px;
    display: block;
    margin:22px auto 0;
    background: url(../images/new/css_sprites.png) no-repeat;
    background-size: cover; 
}
.swiper-course .icon2{
    background-position: -68px 0;
}
.swiper-course .icon3{
    background-position: -136px 0;
}
.swiper-course .icon4{
    background-position: -204px 0;
}
.swiper-course .icon5{
    background-position: -272px 0;
}
.swiper-course .icon6{
    background-position: -340px 0;
} 
.swiper-course .icon7{
    background-position: -408px 0;
} 
.swiper-course .icon8{
    background-position: -476px 0;
} 
.swiper-course .icon9{
    background-position: -544px 0;
} 
.swiper-course .icon10{
    background-position: -612px 0;
} 
.swiper-course .icon11{
    background-position: -680px 0;
} 
.swiper-course .icon12{
    background-position: -748px 0;
} 
.swiper-course .swiper-container{
    padding: 0 32px;
}
.swiper-button-next, .swiper-button-prev{
    width: 13px;
    height: 22px;
    background-size: 13px 22px;
    margin-top: 5px;
}

.innerPanel .recomItem{
    margin-top: 20px ;
}
.recomItem{
    height:210px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.16);
    overflow: hidden;
    margin-bottom: 30px;
} 
.recomItem .cover{
    width:384px;
    height:210px;
    float:left; 
}
.recomItem .cover img{
    width:384px;
    height:210px;
    display: block;
}
.recomItem .box{
    margin-left:388px ;
    padding: 20px;
    position: relative;
}
.recomItem .caption{
    font-size: 24px;
    color:#1a1a1a;
    line-height: 36px;
    font-weight: bold; 
    margin-bottom: 5px;
}
.recomItem .text{
    font-size: 14px;
    color:#1a1a1a;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    text-align: justify;
    max-width: 480px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}
.recomItem .info{
    margin-top: 10px;
}
.recomItem .info .test{
    font-size: 13px;
    color:#1a1a1a;
    line-height: 18px;
    margin-bottom: 7px;
}
.recomItem .info .tips{
    font-size: 13px;
    color:#999;
    line-height: 18px;
}
.recomItem .action{
    position: absolute;
    top:40px;
    text-align: center;
    right: 40px;
    width: 220px;
}
.recomItem  .pirce{
    font-size: 44px;
    color:#1a1a1a;
    line-height:62px;
    font-weight: bold;
}
.recomItem  .pirce::before{
    font-size: 20px;
    color:#1a1a1a;
    content: '¥';
    vertical-align: middle;
    margin-right: 3px;
}
.recomItem  .btn{
    line-height:54px;
    display: block;
    background:#e62129;
    border-radius:4px;
    font-size: 20px;
    color:#fff;
}


.myCenter{
    background: url(../images/new/myCenter.jpg) top center;
    height:220px;
}
.myCenter.yx{
	background: #000;
	height: 180px;
}
.myCenter.yx .wrap{
	padding-top: 0;
}
.myBox{
    padding: 65px 0;
    overflow: hidden;
}
.myBox img{
    float: left;
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 20px;
}
.myBox .name{
    padding: 10px 0 16px;
    font-size:18px ;
    line-height: 25px;
    color:#fff;
}
.myBox .text{ 
    font-size:14px ;
    line-height: 20px;
    color:#fff;
}

.innerPanel{
    display: none;
    padding: 0 0 100px;
} 
.innerPanel.show{
    display: block;
}
.tabsTile{
    width: 100%;
    background: #fff; 
}
.tabsTile h3{
    width: 1200px;
    margin:0 auto;
    font-size: 16px;
    color: #1a1a1a;
    padding:40px 0 24px;
    font-weight: bold;
    line-height: 22px;
}
.tabsTile .tabs{
    width: 1200px;
    margin:0 auto;
    display: flex;  
}
.tabsTile .tabs li{
    margin-right: 45px;
    font-size: 16px;
    color:#1a1a1a;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 62px; 
    box-sizing: border-box; 
}

.tabsTile .tabs li.active{  
    color: #e62129;
}
.tabsTile.coupon .tabs li{ 
    font-size: 14px; 
    line-height: 20px;  
}
.tabsTile li a{
    display: block;
    font-size: 14px;
    color:#1a1a1a;
	padding-bottom: 0;
}
.tabsTile li.active a{
    color:#e62129;
    border-bottom-color: #e62129;
}
.innerPanel p.caption{  
    font-size: 24px;
    color:#1a1a1a;
    line-height: 32px;
    margin:50px 0 5px; 
}
.innerPanel .text{ 
    font-size:14px;
    color:#666;
    line-height: 22px; 
}

.sysTile{
    display: flex;
    width:790px;
    background: #fff;
    height:240px;
    border-radius:4px;
    margin: 18px 0 50px;
}
.sysTile .cover{
    width:384px;
    height:240px; 
    position: relative;
}
.sysTile .cover img{
    width:384px;
    height:240px; 
}
.sysTile .cover .img{
    width: 254px;
	height: 156px;
}
.sysTile .cover p{
    font-size: 13px;
    color:#fff;
    line-height: 18px;
    position: absolute;
    bottom:13px;
    left:0;
    right: 0;
    text-align: center;
}
.sysTile .box{
    padding: 40px 24px; 
    width: 408px;
}
.sysTile .title{
    font-size: 14px;
    color:#666;
    line-height: 20px;
    margin-bottom: 16px;
}
.sysTile .live{
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    background:rgba(251,186,37,1);
    border-radius:4px 0px 4px 0px;
    margin-right: 6px;
    color:#fff;
    font-size: 12px;
}
.sysTile .test{
    font-size: 18px;
    color:#1a1a1a;
    line-height: 24px;
    margin:0 0 22px;
}
.sysTile .num{
    font-size: 14px;
    margin-bottom: 10px;
}
.sysTile .btn{ 
    background:#e62129;
    border-radius:4px; 
    font-size: 16px;
    color:#fff;
    display: block;
    text-align: center;
    line-height: 42px; 
}
.sysTile .gray_btn{
    background: #999;
}

.sysTile2 {display:flex;width:790px;background:#fff;height:240px;border-radius:4px;margin:18px 0 50px}
.sysTile2 .cover{width:384px;height:240px;position:relative}
.sysTile2 .cover img{width:384px;height:240px}
.sysTile2 .cover .img{width:254px;height:156px}
.sysTile2 .cover p{font-size:13px;color:#fff;line-height:18px;position:absolute;bottom:13px;left:0;right:0;text-align:center}
.sysTile2 .box{padding:24px 24px;width:408px}
.sysTile2 .title {font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.sysTile2 .class {margin:4px 0 16px 0; line-height:22px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.sysTile2 .currently {font-size:14px;color:#666;line-height:20px;margin-bottom:16px}
.sysTile2 .live{padding:0 10px;display:inline-block;vertical-align:middle;line-height:20px;background:#fbba25;border-radius:4px 0 4px 0;margin-right:6px;color:#fff;font-size:12px}
.sysTile2 .test{font-size:18px;color:#1a1a1a;line-height:24px;margin:0 0 22px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.sysTile2 .num{font-size:14px;margin-bottom:10px}
.sysTile2 .btn{background:#e62129;border-radius:4px;font-size:16px;color:#fff;display:block;text-align:center;line-height:42px}
.sysTile2 .gray_btn{background:#999}


.gap.courseGap{
    margin-top:6px; 
}
.courseGap .ocItem{
    background: #fff;
    border-radius:4px;
}
.courseGap .ocItem img{
    border-radius:4px 4px 0px 0px;
}
.courseGap .ocItem .info{
    padding:0 12px 12px;
} 
.courseGap .ocItem .link{
    float: right;
    color:#e62129;
    font-size: 12px;
}
.courseGap .ocItem .text{ 
    color:#666;
    font-size: 12px;
    margin: 0;
}
.courseGap .ocItem .buttons {
    overflow: hidden;
    padding: 12px;
}
.courseGap .ocItem .buttons .button { 
    float: right;
    width: 98px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #2A31A3;
    color: #fff;
    border-radius: 3px;
}
.courseGap .ocItem .buttons .button:hover {
    background: #2A41A3;
}

.courseGap  .ocItem .name{
    font-weight: bold;
}


.layout{
    padding: 40px 0 ;
    width: 1200px;
    margin:0 auto;
}
.layout .side{
    float: left;
    width: 282px; 
    background: #fff;
} 
.side .menu li{
    border-left:7px solid transparent; 
    position: relative;
}
.side .menu li a{
    line-height: 60px;
    display: block; 
    padding-left: 50px;
    font-size: 14px;
    border-bottom: 1px solid #E9E9E9;
    color:#1a1a1a;
}
.side .menu li .num{
    width:20px;
    height:20px;
    background:rgba(255,74,80,1);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color:#fff;
    position: absolute;
    top:20px;
    right: 20px;
    display: block;
}
.side .menu li i{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.side .menu li.active a{ 
    color:#e62129;
}
.side .menu li.active{ 
    border-left-color:#e62129;
}
.side .menu li:last-child a{
    border-bottom: 0 none;
}

.layout .main{
    float: right;
    width: 894px; 
    background: #fff;
    min-height: 480px;
}
.main .title{
    border-bottom: 1px solid #E9E9E9;
    line-height: 60px;
    overflow: hidden;
    padding: 0 20px;
}
.main .title h3{
    font-size: 16px;
    float: left;
    color:#1a1a1a;
}
.main .title .removeAll{
    font-size: 14px;
    float: right;
    color:#e62129;
}
.noticeList li{
    padding: 20px;
    border-bottom:1px solid #E9E9E9;
    position: relative;
}
.noticeList li:last-child{
    border-bottom: 0 none;
}
.noticeList h3{
    font-size: 18px; 
    font-weight: bold;
    color:#1a1a1a;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    line-height: 24px;
}
.noticeList h3.unread::before{
    content: '•';
    color:#f00;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; 
    font-size: 24px;
}

.noticeList .info{
    font-size: 14px; 
    line-height: 20px;
    color:#666;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:  80%;
    overflow: hidden;
}
.noticeList .time{
    position: absolute;
    top:20px;
    right: 20px;
    font-size: 14px;
    color:#666;
}
.noticeList .icon2-remove{
    position: absolute;
    top:60px;
    right: 20px;
    font-size: 20px;
    color:#666;
    z-index: 11;
    cursor: pointer;
}

.noticePop{
    position: relative;
    padding: 24px 24px 120px; 
    display: none; 
}
.noticePop h3{
    font-size: 16px;
    color:#1a1a1a;
    font-weight: bold; 
    margin-bottom: 20px;;
}
.noticePop .content p{
    font-size: 14px;
    color:#1a1a1a; 
    text-indent: 2em;
    line-height: 24px; 
}
.noticePop .content{
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}
.noticePop .source{ 
    margin-top: 30px;
}
.noticePop .source p{
    font-size: 14px;
    color:#666; 
    line-height: 24px;  
}
.noticePop .source p.info{ 
    color:#666;  
    margin-top: 10px;
}
.noticePop .auto{
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 120px;
    height: 120px;
    background: url(../images/new/auto.png) no-repeat center;
    text-align: center;
    padding: 40px 0;
}
.noticePop .auto p{
    font-size: 14px;
    color:#1a1a1a; 
    line-height: 24px;  
}

.head{
    background: #fff;
    height: 90px;
    padding: 20px 0;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
.head img{
    width: 200px;
}
.loginArea{
    background: url('../images/bg.jpg') no-repeat center; 
    height:900px;
	background-size: cover;
    margin-top: -7px;
}
.loginArea .wrap{
    position: relative;
}

.loginBox{
    position: absolute;
    top:200px;
    right: 0;
    background: #fff;
   /* padding: 48px;*/
    /*width: 482px;*/
    width: 400px;
} 
.loginBox h3,
.registerArea h3{
    font-size: 26px;
    color:#1a1a1a;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}
.inputText{
    line-height:46px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color:#1a1a1a;
    outline: none;
    margin-top: 18px;
}
.loginBox .oper{
    overflow: hidden;
    line-height: 20px;
    margin:10px 0 14px;
    height: 20px;
}
.loginBox .oper .state{
    float: right;
    color:#e62129;
    font-size: 13px;
}
.error{
    line-height: 20px;
    color:#F95359;
    font-size: 13px; 
    height:20px;
}
.forgetBox .tc{
    margin-top: 20px;
}
.loginBox .submit,
.registerArea .submit{
    line-height:46px;
    background:#e62129;
    border-radius:4px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    border:0 none;
    width: 100%;
    display: block;
    cursor: pointer;
}
.loginBox .register{
    font-size: 14px;
    color:#e62129;
    text-decoration: underline;
}
.loginBox .action{
    display: flex;
    justify-content: space-between;
    margin: 18px 0 10px;
}
.loginBox label{
    font-size: 13px;
    color:#999;
}
.loginBox label input{
    vertical-align: -1px;
    margin-right: 3px;
}
.loginBox .forget{
    color:#666
} 
.phoneLogin{
    display: none;
} 

.registerArea{
    background: #fff;
    padding: 100px 0;
}
.registerBox ,
.forgetBox {
    width: 430px;
    margin:0 auto;
}
.registerArea .codeInput,
.registerArea .code{
    width: 300px;
    vertical-align: middle;
    margin-top: 18px;
    margin-right: 15px;
}
.phoneLogin .code{
    width: 256px;
    vertical-align: middle;
    margin-top: 18px;
    margin-right: 15px;
}
.registerArea .codeImg{
    width:110px;
    height: 46px;
    vertical-align: middle;
    margin-top: 18px;
}
.codeBtns{
    width: 110px;
    border:1px solid #e62129;
    background: #fff;
    font-size: 14px;
    color: #e62129;
    text-align: center; 
    outline: none;
    line-height: 46px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}
.codeBtns:disabled{
    border-color:#dcdcdc;
    color:#999;
    cursor: default;
}
.registerBox .tr{
    text-align: right;
    margin: 16px 0 46px;
}
.registerBox .tr a{
    font-size: 14px;
    color:#e62129;
}
.registerBox .clause {
    font-size: 13px;
    color:#999;
    text-align: center;
}
.registerBox .clause a{ 
    color:#e62129;
    text-decoration: underline
}

.lawTile{
    padding: 24px ;
    
}
.lawTile .content{
    height: 420px;
    overflow: hidden;
    overflow-y:auto;
}
.lawTile {
    display: none;
} 
.lawTile.show {
    display: block;
} 
.lawTile dl{
    padding: 24px 48px;
}
.lawTile dt{
    font-size: 16px;
    color:#333;
    margin-bottom: 12px;;
    background: url(../images/act/dot.png) no-repeat 0 5px;
    padding-left: 24px;
}
.lawTile dd{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    margin-bottom:36px;
    padding: 12px 24px;
    background: #f8f8f8
}
.lawTile li{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    margin-left: 24px;
    margin-top: 6px;
}
.lawTile .text{ 
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    padding-left: 20px;
} 
.lawTile .txt + .text{ 
    margin-top: 24px;  
 }
.lawTile .txt{ 
    margin-left: 24px;
    color:#666; 
    line-height: 24px;
}
.lawTile .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}
.lawTile .text ~.title {
    margin-top: 40px;
}
.lawTile  .action{
    text-align: center;
    padding: 30px 0 0;
}
.lawTile .action a{
    width:200px;
    line-height:54px;
    display: inline-block; 
    border-radius:4px;
    font-size: 16px;
    margin:0 5px;
}
.lawTile .action a.cancel{
    background:#D8D8D8;
    color:#666
}
.lawTile .action a.submit{
    background:#e62129;
    color:#fff;
}

.orderHead{
    height: 125px;
    background: #fff;
    padding: 40px 0 0;
}
.orderHead h3{
    font-size: 16px;
    color:#1a1a1a;
    line-height: 22px; 
    font-weight: bold;
}
.orderQuery{
    float: right; 
    font-size: 0;
    padding-top:10px;
}
.orderQuery .data{
    width:130px;
    line-height:32px;
    border:1px solid rgba(204,204,204,1);
    padding: 0 10px;
    vertical-align: middle;
}
.orderQuery .line{
    color:#1a1a1a;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.orderQuery .btn{
    color: #fff; 
    border:0 none;
    background: #3b81c4;
    display: inline-block;
    border-radius: 2px;
    padding: 0 20px;
    min-width: 50px;
    text-align: center;
    line-height: 32px; 
    vertical-align: middle;
    margin-left: 16px;
}
.orderTab{
    margin-top: 24px;
}
.orderTab li{
    display: inline-block;
    margin-right:48px; 
}
.orderTab li a{
    display: block; 
    font-size: 14px;
    color:#1a1a1a;
    border-bottom: 3px solid transparent;
    padding-bottom: 14px;
}
.orderTab li.active a{ 
    color:#e62129;
    border-bottom-color: #e62129;
}

.orderTable{
    width: 100%;
    margin: 25px 0 0;
    background: #fff;
} 
.orderTable th{
    padding:0 20px;
    line-height: 60px;
    font-size: 14px;
    color:#666;
    text-align: center;
}
.orderTable td{
    font-size: 14px;
    color:#1a1a1a;
    padding: 36px 10px;
    border-top:1px solid #E9E9E9;
    text-align: center;
}
.orderTable td .linkBtn{
    min-width:90px;
    line-height:32px;
    padding: 0 10px;
    border-radius:2px;
    border:1px solid #e62129;
    color:#e62129;
    display: inline-block;
}
.orderTable td .pay{
    border:1px solid #F95359;
    color:#F95359;
}
.orderTable td a{
    color:#1a1a1a;
}
.orderTable td .link{
    font-size: 14px;
    color:#1a1a1a;
    margin-left: 20px;
}


.dynamicSide{
    width:180px ;
    float: left;
}
.dynamicMenu{
    border:1px solid #e9e9e9; 
} 
.dynamicMenu li{
    border-bottom:1px solid #e9e9e9; 
}
.dynamicMenu li a{
    display: block;
    line-height: 60px; 
    border-left:7px solid transparent; 
    font-size: 14px;
    color:#1a1a1a;
    padding-left: 50px;
    background: #fff;
}
.dynamicMenu li.active a{
    border-left-color:#e62129;
    color:#e62129;
}
.dynamicMenu li:last-child{
    border-bottom: 0 none;
}
.dynamicMain{
    width:996px ;
    min-height:400px;
    float: right;
    padding-bottom: 40px;
}
.dynamicItem{ 
    margin-bottom: 30px;
    border-bottom:1px solid #e9e9e9; 
    overflow: hidden;
	background: #fff;
}
.dynamicItem .cover{
    width: 282px;
    float: left; 
}
.dynamicItem img{
    width:282px;
    height:177px;
    vertical-align: top;
}
.dynamicItem .box{
    width:714px;
    float: right;
    position: relative;
    height:177px;
	padding:15px 20px;
}
.dynamicItem .caption{
    font-size: 18px;
    font-weight: bold;
    color:#1a1a1a;
    line-height: 24px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.dynamicItem > .box p{
    font-size: 14px; 
    color:#666;
    line-height: 26px;
    margin:10px 0;
}
.dynamicItem .name {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dynamicItem .desc {display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; }
.dynamicItem .info{
    position: absolute;
    bottom: 10px;
	left: 20px;
}
.dynamicItem .time{
    font-size: 14px; 
    color:#999;
    line-height: 20px;
    margin-right: 60px;
    display: inline-block;
}
.dynamicItem .browse{
    font-size: 14px; 
    color:#999;
    line-height: 20px; 
    display: inline-block;
}
.dynamicItem .browse .icon2-view{
    font-size: 12px;
    margin-right: 3px;
} 

.orderPay{
    background: #fff;
    width:996px;
    margin:40px auto 20px;
}
.orderPay .title{
    border-bottom: 1px solid #e9e9e9;
    line-height: 60px;
    padding: 0 20px;
}
.orderPay .title h3{
    font-size: 16px;
    color:#1A1A1A;
    font-weight: bold;
}
.orderPay h3.caption{
    font-size: 14px;
    color:#1A1A1A;
    font-weight: bold;
    margin:40px 0  15px;
}

.orderPay .content{
    padding:1px 20px 20px;
}
.orderPay .item{
    display: inline-block; 
    margin-right: 50px;
    cursor: pointer;
}
.orderPay .item i{
    width:16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/check.png) no-repeat;
}
.orderPay .item.active i{
    background-position: 0 -16px;
}
.orderPay .item img{
    vertical-align: middle;
    width: 60px;
    height: 42px;
}
.orderCourseInfo{
    display: flex;
    justify-content: space-between;
}
.orderCourseInfo .cover{
    display: flex;
}
.orderCourseInfo img{
	width: 128px;
	height: 160px;
    vertical-align: top;
}
.orderCourseInfo .info{
    margin-left: 20px;
	position: relative;
}
.orderCourseInfo .year{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #666;
}
.orderCourseInfo .caption,
.orderTotal .caption{
    font-size: 16px;
    color:#1A1A1A; 
    line-height: 24px;
    margin-bottom: 7px;
}
.orderCourseInfo .text,
.orderTotal .text{
    font-size: 14px;
    color:#666; 
    line-height: 24px;
    margin-top: 5px;
}
.orderCourseInfo .introduce{
    font-size: 14px;
    overflow: hidden;
    max-width: 500px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color:#666;
    line-height: 24px;
}
.orderPriceInfo .price{
    font-size: 18px;
    color:#1A1A1A; 
    line-height: 24px; 
    font-weight: bold;
}
.orderTotal{ 
    overflow: hidden; 
    background:#fff;
    width: 996px;
    margin: 20px auto ;
    padding: 20px;
}
.orderPay .orderTotal h3.caption{
    margin-top:24px;  
    color:#333;
} 
.orderTotal .action{
    float: right;
}
.orderTotal .btn{
    padding: 0 40px;
    border:0 none;
    display: inline-block;
    line-height:58px;
    background:#F95359;
    border-radius:2px;
    font-size:20px;
    color: #fff;  
    cursor: pointer;
    margin-left: 20px;
}
.orderTotal .price{
    font-size: 14px;
    color:#1A1A1A; 
    display: inline-block;
    vertical-align: text-top;
}
.orderTotal .price span{
    font-size: 24px;
    color:#F95359;  
    margin-left: 8px;;
}
.orderCoupon{
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
    text-align: right;
    font-size: 15px;
    color:#1a1a1a;
}
.orderCoupon .sCoupon{
    width: 200px;
    border:1px solid #ccc;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}
.payInfo{
    width:996px;
    margin:0 auto 40px;
}
.payInfo label{
    font-size: 13px;
    color:#1A1A1A; 
}
.payInfo label input{
    margin-right: 3px;
    vertical-align: middle;
}
.payInfo .txt{
    font-size: 12px;
    color:#666; 
    margin: 3px 0 0 18px;
}


.setMain{
    background: #fff;
    width:996px;
    margin:40px auto
}
.setMain h2{
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    line-height: 60px;
    font-size: 16px;;
    color: #1a1a1a;
    font-weight: bold;
}
.setMain .content{
    padding:0 20px;
}
.setMain .tabs{ 
    position: relative;
    height: 48px;
    line-height: 48px;
}
.setMain .tabs li{
    margin-right: 48px;
    display: inline-block;
    position: relative;
}
.setMain .tabs li a{
    font-size: 14px;
    display: block;
    color:#1a1a1a;
}
.setMain .tabs li.active:after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e62129;
    content: '';
}
.setMain .tabs li.active a{
    color:#e62129
}
.setContent{
    padding: 30px 0;
    display: none;
}
.setContent.show{
    display: block;
}
.setItem{
    padding-left: 130px;
    padding-bottom:30px;
    font-size: 14px;
    color:#1A1A1A;
    line-height: 36px;
}
.setItem .label{
    float: left;
    margin-left: -130px;
    text-align: right;
    padding-right: 10px; 
    font-size: 14px;
    color:#1A1A1A;
    line-height: 36px;
    width:120px ;
} 
.setItem .label i{
    font-size: 14px;
    color:#F95359;
}
.setItem input{
    outline: none;
    vertical-align: middle;
}
.setItem .input{
    background:rgba(255,255,255,1);  
    border:1px solid #ccc; 
    width: 250px;
    padding: 0 10px;
    line-height: 34px;
    box-sizing: border-box;
    font-size: 14px;
    color:#333; 
} 
.setItem .avatar{
    float:left;
    margin-right: 10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.setItem p{
    font-size: 13px;
    color:#999;
}
.uploadImg{
    margin-top: 10px;
    position: relative;
    margin-left: 100px; 
}
.uploadImg .btn{
    line-height: 32px;
    text-align: center;
    width: 80px; 
    color: #e62129;
    background: none;
    font-size: 14px;
    display: inline-block; 
    border: 1px solid #e62129;
}
.uploadImg .file{
    opacity: 0;
    height: 34px; 
    width: 80px; 
    position: absolute;
    top:0;
    left:0;
    z-index: 6;
}
.setItem .submit{
    line-height: 36px;
    text-align: center;
    width: 80px; 
    color: #fff;
    background: #e62129;
    font-size: 14px;
    display: block;  
    border-radius:2px;
    border:0 none;
    cursor: pointer;
}




/** 优惠券  */
.layui-layer.layerCouponMian{
    width: 920px;
    height: 686px; 
    background: url(../images/couponBg.png) no-repeat;
    background-color: transparent;
    padding-top: 146px;
}
.layerCoupon .content{ 
    width:892px;
    height:438px;
    padding: 30px 40px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
} 
.couponList li{
    width: 384px;
    height: 112px; 
    background: url(../images/couponBg1.png) no-repeat;
    float:left;
    margin:0 24px 24px 0;
}
.couponList li:nth-child(2n){
    margin-right: 0;
}
.couponList li .priceBox{
    width: 102px;
    text-align: center;
    padding-top: 24px;
    float: left;
}
.couponList li .box{
    width: 282px; 
    padding: 32px 20px;
    float: left;
}
.couponList li .price{
    font-size: 32px;
    color:#fff;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}
.couponList li .price::before{
    font-size: 14px;
    color:#fff;
    content: '¥';
}
.couponList li .text{
    font-size: 12px;
    color:#fff; 
    opacity: .8;
}
.couponList li h3{
    font-size: 15px;
    color:#1A1A1A; 
    line-height: 21px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}  
.couponList li .time{
    font-size: 12px;
    color:#999; 
    margin-top: 8px;
} 
.couponList li .txt{
    font-size: 12px;
    color:#999;  
} 
.layerCoupon .btn,
.receiveBox .btn{
    width:210px;
    line-height:46px;
    background:linear-gradient(133deg,rgba(253,234,203,1) 0%,rgba(254,205,131,1) 100%);
    border-radius:4px;
    font-size: 18px;
    color:#881517;
    text-align: center;
    border:0 none;
    display: block;
    cursor: pointer;
    margin: 20px auto 0;
    font-weight: bold;
    outline: none;
}
.receiveBox .btn.disable{
    background: #D8D8D8;
    color:#666;
}
.receiveBox .btn.disable::after{
    display: none;
}
.layerCoupon .btn::after,
.receiveBox .btn::after{
    content: '';
    background:url(../images/cArrow.png) no-repeat ;
    width:7px ;
    height: 13px;
    display: inline-block;
    margin-left: 5px;
}
.layui-layer.layerCouponMian .layui-layer-close{
    background:url(../images/close2.png) no-repeat !important;
    width:38px ;
    height: 38px; 
    top: -70px;
}

.couponContent{
    padding: 30px 0;;
    min-height: 600px;
}
.couponTile{
    background:url(../images/couponBg2.png) no-repeat ;
    width:282px ;
    height: 243px; 
    float:left;
    text-align: center;
    margin:24px 24px 0  0;
    position: relative;
}  
.couponTile:nth-child(4n){
    margin-right: 0;
}
.couponTile .price{
    margin:20px 0 0;
    font-size: 32px;
    color:#fff;
    line-height: 40px;
    position: relative;
    font-weight:bold;
}
.couponTile .price::before {
    font-size: 14px;
    color: rgb(255, 255, 255);
    content: "¥";
}
.couponTile .txt{ 
    font-size: 12px;
    color:#fff;
    opacity: .8;
}
.couponTile .state{
    width:54px;
    background: #FFE3E4;
    height:16px;
    font-size: 12px;
    color: #F95359;
    line-height: 16px;
    position: absolute;
    top:15px;
    right: 15px;
}
.couponTile .box{
    margin-top: 20px;
    padding: 17px;
    text-align: left;
}
.couponTile h3{
    font-size: 15px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 5px;
}
.couponTile p.text{
    line-height: 22px;
    font-size: 12px;
    color:#999;
}
.couponTile .region{ 
    color:#e62129;
}
.couponTile .link{
    width:100%;
    display: block; 
    font-size: 13px;
    color: #666;
    line-height: 30px;
    position: absolute;
    bottom:0px;
    padding: 0 18px;
    right: 0px;
}
.couponTile .link::after{ 
    display: block; 
    width: 8px;
    height: 8px;
    border: 2px solid #979797;
    border-width: 0 2px 2px 0;;
    position: absolute;
    bottom: 12px;
    right: 15px;
    content: '';
    transform: rotate(-45deg);
}
.couponText{
    padding-top: 30px;
    clear: both;
}
.couponText dt{
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: bold;
}
.couponText dd{
    font-size: 13px;
    color: #666;
    line-height: 24px; 
}

.used .couponTile,
.expire .couponTile{
    background-image:url(../images/couponBg3.png) 
}
.used .couponTile .state,
.expire .couponTile .state{
    display: none;
}
.expire .couponTile h3,
.used .couponTile h3{
    color:#999
}
.expire .couponTile::after{ 
    background:url(../images/cState.png);
    display: block; 
    width: 66px;
    height:55px; 
    position: absolute;
    top: 28px;
    right: 5px;
    content: ''; 
}
.receivePanel .courseGap .ocItem .info{
    padding-bottom: 4px;
}
.receiveArea{
    background:url(../images/receiveBg.png) no-repeat; 
    width: 100%;
    height:250px;  
}
.receiveArea .wrap{
    position: relative;
} 
.receiveBox{
    position: absolute;
    right: 80px;
    top:35px;
    width:714px;
    height:182px;
    background:#fff;
    border-radius:4px;
    border:1px solid #979797;
    padding: 34px;
}

.receiveBox .btn{
    margin-top: 32px;
}
.receiveBox .couponList li .box{
    padding-top: 24px;
}


/*  download */



/*  download */
.downBanner{
	height: 554px;
	background: url(../images/download/banner.jpg) no-repeat center top;
	padding: 48px 0 38px;
}
.downBanner .center{
	padding:100px 0 0 580px;
	margin-left: 130px;
	height: 468px;
	position: relative;
}
.downBanner .center::after{
	background: url(../images/download/phone.png) no-repeat  ;
	height: 468px;
	width:468px ;
	content: '';
	position: absolute;
	top:0;
	left:0;
	background-size: cover;
}
.downBanner h2{
	font-size:44px;
	line-height: 51px;
	color:#fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.downBanner .text{
	font-size:24px;
	line-height: 30px;
	color:#fff; 
	    letter-spacing: 4px;
}
.downBanner .tile{
	margin-top: 40px;
	position: relative;
	width: 300px;
}
.downBanner .btn{
	width:180px;
	line-height:48px;
	background:#e62129;
	border-radius:4px;
	display: block;
	font-size:16px;
	 color:#fff;
	 padding: 0 15px;
	 margin-bottom: 20px;
}
.downBanner .btn i{
	width:28px;
	height:28px;
	background:url(../images/download/ios.png) no-repeat; 
	display: inline-block; 
	vertical-align: middle;
	margin-right: 10px;
}
.downBanner .btn i.az{ 
	background:url(../images/download/az.png) no-repeat;  
}
.downBanner .code{
	position: absolute;
	top:0;
	right: 0;
	width: 96px;
}
.downBanner .code img{
	width: 96px;
	height: 96px;
}
.downBanner .code  p{
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.downInfo{ 
	margin: 70px auto;
}
.downInfo .tile {
	height:162px;
	background:rgba(255,255,255,1);
	box-shadow:1px 1px 13px 0px rgb(24, 115, 187);
	text-align: center;
}
.downInfo i{
	width:42px;
	height:42px;
	background:url(../images/download/sprites.png) no-repeat; 
	display: inline-block;
	margin: 26px 0 8px;
}
.downInfo .icon2{
	background-position: -42px 0;
}
.downInfo .icon3{
	background-position: -84px 0;
}
.downInfo .icon4{
	background-position: -126px 0;
}
.downInfo h3{
	font-size: 20px;
	color:#1a1a1a;
	font-weight: bold;
	margin-bottom:5px;
}
.downInfo p{
	font-size: 16px;
	color:#1a1a1a; 
}


.classDl{ 
	border-top: 1px solid #F3F3F3;
    width: 100%;
    background: #fff;
}
.classDl dl{
	width: 1200px;
	display: flex;
    margin: 0 auto;
}
.classDl dt,
.classDl dd{
	display: inline-block;
	font-size:14px;
	color:#1A1A1A;
	line-height: 40px;
	margin-right: 36px;
	color:#666
}
.classDl  a{
	color:#666
}
.classDl .on a{
	color:#1a1a1a;
}

.noContent{
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
	padding: 40px 0;
	background: none;
}
.noContent.sysTile .cover{
	margin:0 auto;
	    height: auto;
}
.noContent.sysTile .box{
	padding: 0;
	width: auto;
}
.noContent.sysTile .btn{
	width: 180px;
	margin: 0 auto;
}
.noContent.sysTile .test{
	font-size: 16px;
}





 
.livePanel p.caption{  
    font-size: 24px;
    color:#1a1a1a;
    line-height: 32px;
    margin:50px 0 5px; 
}
.livePanel .text{ 
    font-size:14px;
    color:#666;
    line-height: 22px; 
}
.livePanel .tips{ 
	padding: 5px 10px;
	background: rgba(162, 35, 141, 0.08);
	display: inline-block;
	margin: 10px 0 0;
	
}
.livePanel .tips a{
	text-decoration: underline;
	color:#e62129
}
.liveTile{
    display: flex; 
    background: #fff;
    height:305px; 
    margin: 24px 0;
}
.liveTile .cover,
.liveTile .cover img{
    width:486px;
    height:305px;  
} 
.liveTile .box{
    padding: 20px 24px;  
	position: relative;
	flex: auto;
}
.liveTile h3{
    font-size: 20px;
    color:#1A1A1A;
    line-height: 28px;
    margin-bottom: 14px;
}
.liveTile .text{
    font-size: 14px;
    color:#1A1A1A;
    line-height: 22px;
    margin-bottom: 7px;
}
.liveTile .action{
	position: absolute;
	bottom: 20px;
	left: 24px;
}
.liveTile .time{
    font-size: 12px;
    color:#F95359; 
    margin-bottom: 10px;
}
.liveTile .btn{
	width:180px;
	line-height:46px;
	background:#e62129;
	border-radius:4px;
	text-align: center;
	font-size: 18px;
	color:#fff; 
	display: inline-block;
	border:1px solid #e62129;
}
.liveTile .btn.disable{ 
	background:#d8d8d8; 
	color:#fff; 
	display: inline-block;
	border-color: #d8d8d8;
}
.liveTile .share{ 
	background:#fff; 
	color:#e62129;
	margin-left: 12px;
}
.shareLive {
	padding: 50px 100px; 
}
.shareBoxs{
	display: flex;  
}
.shareLive .text{
	font-size: 12px;
	color:#999;
	margin-top: 50px;
}
.shareLive .box{
	width: 170px;
}
.shareLive .box.link{
	flex: auto;
	margin-left: 60px;
}
.shareLive .title{
	font-size: 14px;
	color:#1a1a1a;
	margin-bottom: 14px;
}
.shareLive .code{
	width: 170px;
	height: 170px;
	display: block;
	border:1px solid rgba(151,151,151,1);
	margin-bottom: 24px;
}
.shareLive .qrcode img{
    width: 170px;
    height: 170px;
    display: block;
    border:1px solid rgba(151,151,151,1);
    margin-bottom: 24px;
}
.shareLive .btn{
	width:102px;
	line-height:36px;
	background:#e62129;
	text-align: center;
	font-size: 14px;
	color:#fff; 
	display: block; 
}
.shareLive .downCode{
	margin: 0 auto;
}
.shareLive input{
	width:407px;
	height:30px;
	border:1px solid rgba(233,233,233,1);
	font-size: 14px;
	color:#1a1a1a; 
	margin-bottom: 40px;
	padding: 0 7px;
	outline: none;
}

/* obs */
.liveObs .content{
	padding: 28px;
}
.liveObs .item {
	margin-top: 24px;
	font-size: 0;
} 
	
.liveObs .action .btn{
	color: #fff;
	border: 1px solid #e62129;
	background: #e62129;
	display: inline-block;
	border-radius: 2px;
	padding: 0 10px; 
	text-align: center;
	line-height: 28px;
	margin-right: 20px;
}
.liveObs .lable{
	width: 72px;
	font-size: 14px;
	color:#666;
	display: inline-block; 
	line-height: 28px;
}  
.liveObs input{
	width: 400px;
	line-height: 28px;
	border:1px solid #ccc;
	color:#999;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 14px;
	outline: none;
}
.liveObs .item .btn{
	color: #333;
	border: 1px solid #ccc;
	background: #fff;
	display: inline-block;
	border-radius: 2px;
	width: 72px;
	text-align: center;
	line-height: 28px;
	margin-left: 10px;
	font-size: 14px;
}
.liveObs .text{
	margin-top: 30px;
	font-size: 14px;
	color:#999; 
}
