body {
    background-color: #eaeced !important;
}
.txtOf {
    margin-top: 2px;
}
.header_slider_container {
    width: 820px;
    height: 300px;
    margin-right: 20px;
}
.rl-r-box {
    box-shadow: 0 0 8px 1px #e4e5e6;
    overflow: hidden;
    width: 280px;
    /* z-index: 99999; */
    background-color: #fff;
    border-radius: 5px;
    height: 300px;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    margin-top: 20px;
    float: right;
}
.indexCourseContainer {
    overflow: hidden;
    margin-bottom: 20px;
}
.indexCourseContainer .courseTitle {
    padding-top: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.indexCourseContainer .courseIcon {

}
.indexCourseContainer .courseContent {
    margin-right: -20px;
}
.indexCourseContainer .courseItem {
    background: #fff;
    min-height:261px;
    width: 261px;
    margin-right: 23px;
    margin-bottom: 15px;
    float: left;
    display: block;
    text-decoration: none;
}

.courseImgArea {
    display: block;
    height: 145px;
    width: 100%;
    position: relative;
}
.courseImgArea .courseTag{
    position: absolute;
    top: 0;
}
.courseImgArea .courseImg {
    width: 100%;
    height: 100%;
}
.courseItem .courseText {
    /*padding-bottom: 10px;*/
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.coursePrice {
    color: #d82229;
}
.courseItem .courseName {
    height: 40px;
    color: #333;
    font: 14px/21px '微软雅黑';
    padding-top: 10px;
    display: block;
    cursor: pointer;
}
.courseTab {
    color: #333;
    padding: 10px 0;
    margin-right: 14px;
    display: inline-block;
    cursor: pointer;
}
.courseTab.cur {
    color: #6abdff;
    border-bottom: 1px solid #6abdff;
}
#coursePackage .courseContent {
    position: relative;
    clear: both;
    /* height: 356px;*/
}
#coursePackage .courseContent .courseItem {
    /*position: absolute;
    width: auto;
    height: 185px;*/
}
#coursePackage .courseContent .courseItem:first-child {
    margin:8px 0 0 0;
    height: 564px;
}
#coursePackage .courseContent .courseItem .courseImgArea {
    width: 270px;
    height: 150px;

}
#coursePackage .courseContent .courseItem:first-child .courseImgArea{
    width: 540px;
    height: 300px;
}

#coursePackage .courseContent .courseItem:nth-child(n+2){
    margin:8px 0 0 20px;
    width: 270px;
}
#coursePackage .courseContent .courseItem{
    width: auto;
    min-height: 0;
    float: left;
    display: block;
    text-decoration: none;
}
.courseNow {
    width: 100%;
    margin: 20px auto;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 8px 1px #e4e5e6;
    font-size: 14px;
}
.courseNow .courseTitle, .courseNow .courseContent {
    display: inline-block;
}
.courseNowItem:hover {
    text-decoration: none;
}
.courseNow .courseTitle {
    width: 80px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #de3122;;
}
#newsTeacher .courseContent .courseItem{
    width: 351px;
}
.indexAd{
    margin-right: -35px;
    margin-bottom: 35px;
    overflow: hidden;
}
.indexAd .adItem{
    display: inline-block;
    width: 350px;
    background-color: #fff;
    height: 230px;
    margin-right: 32px;
    box-shadow: 0 0 8px 1px #e4e5e6;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}
.adItem .adTitle {
    height: 59px;
    border-bottom: 1px solid #eee;
    margin: 0 20px;
    line-height: 60px;
}
.adContent {
    text-align: center;
    height: 170px;
    overflow: hidden;
}
.adLink{
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: 50px;
    margin: 35px auto 0;
}
.adItem:first-child .adLink {
    background: url('/static/img/edu/index/index_writter0.png')no-repeat center center;
    background-size: cover;

}
.adItem:nth-child(2) .adLink {
    background: url('/static/img/edu/index/index_company0.png')no-repeat center center;
    background-size: cover;

}
.adItem:nth-child(3) .adLink {
    background: url('/static/img/edu/index/index_teacher0.png')no-repeat center center;
    background-size: cover;
}
.adItem:first-child:hover .adLink {
    width: 350px;
    height: 170px;
    border-radius: 0;
    margin-top: 0;
    background: url('/static/img/edu/index/index_writter.png')no-repeat center center;
    animation: imgChange 1s;
    -moz-animation: imgChange 1s;	/* Firefox */
    -webkit-animation: imgChange 1s;	/* Safari 和 Chrome */
    -o-animation: imgChange 1s;
}
.adItem:nth-child(2):hover .adLink {
    width: 350px;
    height: 170px;
    border-radius: 0;
    margin-top: 0;
    background: url('/static/img/edu/index/index_company.png')no-repeat center center;
    animation: imgChange 1s;
    -moz-animation: imgChange 1s;	/* Firefox */
    -webkit-animation: imgChange 1s;	/* Safari 和 Chrome */
    -o-animation: imgChange 1s;

}
.adItem:nth-child(3):hover .adLink {
    width: 350px;
    height: 170px;
    border-radius: 0;
    margin-top: 0;
    background: url('/static/img/edu/index/index_teacher.png')no-repeat center center;
    animation: imgChange 1s;
    -moz-animation: imgChange 1s;	/* Firefox */
    -webkit-animation: imgChange 1s;	/* Safari 和 Chrome */
    -o-animation: imgChange 1s;

}
@keyframes imgChange {
    from {background-size: 100px 100px; border-radius: 50%;}
    to {background-size: 350px 170px; border-radius: 0;}
}
@-moz-keyframes imgChange {
    from {background-size: 100px 100px; border-radius: 50%;}
    to {background-size: 350px 170px; border-radius: 0;}
}
@-webkit-keyframes imgChange {
    from {background-size: 100px 100px; border-radius: 50%;}
    to {background-size: 350px 170px; border-radius: 0;}
}
@-o-keyframes imgChange {
    from {background-size: 100px 100px; border-radius: 50%;}
    to {background-size: 350px 170px; border-radius: 0;}
}
.companyEnter {
    display: block;
    color: #fff;
    font-size: 14px;
    background-color: #ffac4e;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.companyEnter:hover {
    background-color: #dc8b35;
}
.indexAvatar {
    width: 120px;
    height: 120px;
    margin: 10px auto;
    display: block;
}
.indexAvatar img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.iconVideo {
    background-position: -35px -30px;
}
.iconLive {
    background-position: 0px -30px;
}
.iconPackage {
    background-position: -70px -30px
}
.iconTeacher {
    background-position: -105px -30px
}
.iconAd1 {
    background-position: -140px -30px
}
.iconAd2 {
    background-position: -175px -30px
}
.iconAd3 {
    background-position: -205px -30px
}
.iconTitle {
    display: inline-block;
    padding-right: 40px;
    font-size: 18px;
    color: #333;
}

.loginedContent {
    border-bottom: 1px solid #d3d3d3;
}
.loginedLinkItem {
    display: inline-block;
    width: 136px;
    color:#333333;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
}
.loginedLinkItem:hover {
    color:#2356aa;
    text-decoration: none;
}
.loginedLinkItem .indexIcon {
    display: block;
    margin: 0px auto;
    width: 25px;
    height: 25px;
}
.iconUcourse {
    background-position: -145px 0px;
}
.iconUorder {
    background-position: -175px 0px;
}
.iconUbook {
    background-position: -239px 0px;
}
.iconUinfo {
    background-position: -205px 0px;
}
.logined {

    position: relative;
}
.loginedExit {
    position: absolute;
    right: 10px;
    top: 10px;
    color:#333333
}
.iconExit {
    width: 25px;
    height: 25px;
    background-position: -95px 4px;
}
.iconOnsale {
    background-position: -340px -78px;
}
.loginedExit:hover{color:#2356aa;}
.loginedExit:hover .iconExit{
    background-position: -121px 4px;
}
.courseNowName {
    color: #ff3c14;
    padding-left: 20px;
}
.courseNowTime {
    color: #8a8a8a;
    padding-left: 40px;
}
.courseMore {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-size: 12px;
}
.courseMore:hover {
    color: #2356aa;
}
.continueArea {
    margin: 10px;
}
.continueArea .continueItem {
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.continueArea .continueItem .courseName{
    color: #666666;
}
.continueArea .continueItem .courseName:hover {
    color: #2356aa;
}
.continueItem .continuBtn {
    font-size: 12px;
    color: #1d87e4;
}
.continueItem .continuBtn:hover {
    color: #2356aa;
}
#courseOld,#courseHot{
    display: none;
}
.coruseOriginalPrice {
    font-family: '宋体';
    text-decoration: line-through;
}
.courseDuration {
    float: right;
}
.courseHeadCount {
    float: right;
    color: #999;
}
.courseNowItem {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
#lr-title a{
    margin-top: 1px;
}
#lr-title a.current{
    margin-top: 0;
}
.cashArea {
    background: url('/static/img/cashValid.png')no-repeat center center;
    background-size: contain;
    width: 120px;
    height: 80px;
    position: fixed;
    bottom: 230px;
    right: 0;
    height: 80px;
    cursor: pointer;
}
.cashArea.unvalid {
    background: url('/static/img/cashUnvalid.png')no-repeat center center;
    background-size: contain;
}
.cashArea>a {
    display: block;
    height: 80px;
}
.auditionArea {
    margin-top: 5px;
}
.audition {
    display: inline-block;
    width: 66px;
    height: 20px;
    text-align: right;
    line-height: 20px;
    color: #fff;
    background-color: #00a0e9;
    border: 1px solid #008fe9;
    position: relative;
    padding: 0 5px;
}
.auditionIcon {
    position: absolute;
    left: 6px;
    top: 3px;
}
.courseIntroduce {
    padding: 16px 12px;
    margin-bottom: 10px;
}

/*活动弹窗部分*/
.div-mask{
    background: #000;
    filter: alpha(opacity=50);/*ie*/
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

}
.div-img{
    z-index: 1005;
    position: relative;
}
.div-img img{
    width:640px;
    height: 410px;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.div-img .i-close{
    position: fixed;
    top: 40%;
    left: 50%;
    width: 40px;
    height: 40px;
    z-index: 3;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTkzMzE4QjUyNTc0MTFFN0JBMTJBQjE2QjI2RUE2NzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTkzMzE4QjYyNTc0MTFFN0JBMTJBQjE2QjI2RUE2NzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOTMzMThCMzI1NzQxMUU3QkExMkFCMTZCMjZFQTY3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOTMzMThCNDI1NzQxMUU3QkExMkFCMTZCMjZFQTY3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiYiDRQAAAJYSURBVHjazJg9TwJBEIYPk6PUQoVKVExszGFFZ6CysjSiNDb0tmLDP7BBbQVaGgqxs7EjhAIU7VhtNZgInUg8Z5PZZHK5hd07LzLJk7DLfrw3+3EzF7Jt29CwCLAHpIEtYA2Yx/+GwCvwBNwDt8C78shciAJp4AYY2+o2xj5plTlCUzwSB4roBWGPwB3QRA98YP0ieigJ7AIW6cO9cwIwLx7JAAN8um+gAiQUPWhg2zL2tXGsA1l72SB54AcHaGgKcBPUwLH4mKeqQvJknS8A04cIgYljCctPE5Ihnij8gQAnBeKZjExInOyJqwBECC7Jnom7CamTPREOUEiY7Jm6U0iKnI5tl85VoA3ENCaMYZ+qZAOL05SiQoQ3ypJB2/h/T1FMDNty60jalKlXeEWEqJMd01WAKYqhIhj2lR1rsQpRXpHDiq7CU04ToypC0MW2Oeqic0WXy8ToijBwTm4VXmhhIauxCRmZMOYiQnVTZ7FPixf6WEhqnggqxosIA+fk1ueFLyxsat4HVIwXEQbOyW00Z/gzW/JbfxwfS9NzWZqen6WZhc3aNDDg8XJ8mcvxZZpixPG99nqhsQkXGtO4Sx6w7TEvRBWueJ2nVRUjrvgRsKz70mMaLz2m+NKrycKAhCQM6HgIAzqSMMAiq7AzKTAyAwyMTBIY1dwitA1gSILmoIQUcY5PYGUWguf9/0onijrphODMkWBZPkRYjgQrr5PpcY4cKWfJQ8pZcqSch0El4S9AH+uXgPUgkvCZ+izhtKjjQ80qsID/DfAzxTP5UPOmOvCvAAMA1eKmo4ozxVkAAAAASUVORK5CYII=) no-repeat;
    margin-left: 280px;
    margin-top: -200px;
    display: block;
}
.lps-i{
    display:inline-block;
    background: url(/static/img/edu/login/pwd-icon.png) no-repeat;
    background-size: auto 17px;
}
#nologin .login-phone{
    display:inline-block;
    background: url(/static/img/edu/login/phone-icon.png) no-repeat;
    background-size: auto 17px;
}
#nologin .verify-icon {
    width: 16px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 7px;
    z-index: 1;
}
#nologin .loginArea .input {
    width: 250px;
    height: 30px;
    border: 1px solid #dcdcde;
    border-radius: 5px;
    color: #333;
    padding-left: 40px;
}
/*热点咨询部分*/
.iconhot{
    background-position:-379px -80px ;
}
#hotContent{
    width: 100%;
    min-height: 192px;

}
#hotspot{
    width: 785px;
    display: inline-block;
}
.ul-hot{
    background-color: #fff;
}
.ul-hot li{
    height:20px;
    line-height: 20px;
    padding:8px;
}
.ul-hot li:hover a{
    color:#D82029;
}
.ul-hot li span{
    display: inline-block;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    text-align: center;
}
.ul-hot li a{
    color:#333;
}
.hot-name{
    width:110px;
}
.certificate-index{
    display: inline-block;
    width: 280px;
    height: 170px;
    position: relative;
    margin-left: 38px;
    vertical-align: top;
}

.lucky-bag{
    background: url('/static/img/index/lucky-bag.png') no-repeat;
}

.plus-apply{
    background: url('/static/img/index/plus-apply.jpg') no-repeat;
}

/*.certificate-index .img-book{
	width: 103px;
	height: 147px;
	position: relative;
	top:13px;
	left: 13px;
	background: url('/static/img/index/smallbook.png') no-repeat;
	cursor: pointer;
	z-index:500;
}*/
.book-cont{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    display: none;
    z-index: 300;
}

/*.img-book:hover .book-cont{
	display: block;
}*/

.book-cont .big-book{
    width:469px ;
    height: 701px;
    background: url('/static/img/edu/index/bigbook.png') no-repeat;
    background-size:cover ;
    position: absolute;
    /*left: 800px;
    top: 700px;*/
    left: 50%;
    top:50% ;
    transform: translate(-50%,-50%);
    z-index: 301;
}
#cert-apply{
    position: absolute;
    bottom: 33px;
    right: 25px;
    width: 130px;
    height: 30px;
    background-color: #d81e2a;
    border-radius: 15px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.plus-apply #cert-apply{
    background-color: #503806;
    right: 75px;
    bottom: 20px;

}


.read-people{
    font-size: 12px;
    color: #aaaaaa;

}
.iconArticle{
    background-position: -410px -78px;
}
.iconRecruit{
    background-position: -447px -78px;
}

#articlere .courseContent .courseItem:first-child .courseImgArea{
    width: 544px;
    height: 231px;
}
#articlere .courseContent .courseItem:first-child .courseIntroduce{
    width: 544px;
}
#articlere .courseContent .courseItem{
    width:220px;
    min-height: 200px;
    margin-right: 30px;
    float: left;
    display: block;
    text-decoration: none;
}
#articlere .courseContent .courseItem:first-child{
    width: 544px;
    height: 414px !important;
}
#articlere .courseContent .courseItem .courseImgArea {
    width: 220px;
    height: 94px;
}
#articlere .courseContent .courseItem .courseIntroduce{
    width: 200px;
}
.art-title{
    font-size:14px ;
    color: #666666;
    margin: 20px 0 8px 0;
}
.eduPopup{
    display: none;
}
.eduMask{
    z-index: 999;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.eduPopupCont{
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    padding: 20px 40px;
}
.wx-close{
    background: url("/static/plugin/layer/theme/default/icon.png") no-repeat ;
    position: absolute;
    right: -13px;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    cursor: pointer;

}
.wx-close:hover{
    background-position: -180px -31px;
}
.plusPrice img{
    vertical-align: middle;
    margin-left:6px ;
}
.span-discuss{
    color: #666666;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}
