.fl {
    float: left;
}

.fr {
    float: right;
}

.bgCyan {
    background-color: #f5f8fa;
}

i {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:focus,
a:visited {
    color: #666;
}

.clear:after {
    clear: both;
    display: block;
    content: "";
}

.clear {
    zoom: 1;
}

.section {
    width: 100%;
    padding-top: 60px;
}

.mouldBox {
    width: 1200px;
    margin: 0 auto;
}

.mouldHeader {
    width: 100%;
}

.mouldHeader h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-left: 10px;
    border-left: 4px solid #22acec;
    margin-top: 5px;
}

.mouldList {
    margin-left: 43px;
    max-width: 73%;
    border-bottom: 1px solid #b4eafa;
}

.mouldList ul {
    overflow: hidden;
    height: 37px;
    position: relative;
    z-index: 1;
    bottom: -2px;
}

.mouldList li {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    line-height: 36px;
}

.mouldList .active {
    border: 1px solid #b4eafa;
    border-top: 2px solid #22acec;
    border-bottom: 2px solid #fff;
    line-height: 32px;
}

.mouldList .active a {
    color: #22acec;
}

.bgCyan .mouldList .active {
    border-bottom-color: #f5f8fa;
}

.mouldHeader a.fr {
    padding: 8px 15px;
    background-color: #22acec;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mouldHeader a.fr:hover {
    background-color: #0e96d6;
}

.contentList {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 36px 0 29px;
    margin-bottom: 120px;
}

.mouldContent {
    width: 100%;
}

.contentListBox {
    width: 1220px;
}

.contentListBox li {
    float: left;
    position: relative;
    margin-right: 20px;
    width: 285px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.contentListBox .notbegin {
    cursor: default;
}

.openClass h4 {
    width: 100%;
    height: 156px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.openClass h4 img {
    width: 100%;
    display: block;
}

.openClass figcaption {
    height: 52px;
    font-size: 14px;
    color: #333;
    line-height: 52px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    -ms-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    transition: all 0.3 ease;
}

.notbegin figcaption {
    color: #bbb;
}

.contentList li b {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 54px;
    height: 49px;
    padding: 4px 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background-repeat: no-repeat;
}

.contentList li .nowlive {
    background-image: url(../../../images/zhibozh_img.png);
}

.contentList li .nowstart {
    background-image: url(../../../images/jijangks_img.png);
}

.contentList li:hover {
    border-bottom-color: #d9dde1;
}

.contentList .notbegin:hover {
    border-bottom: 1px solid transparent;
}

.contentList .active figcaption,
.contentList li:hover figcaption {
    color: #0e96d6;
}

.contentList .notbegin:hover figcaption {
    color: #bbb;
}

.contentList li:hover::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 6px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -6px;
}

.contentList .notbegin:hover::before {
    display: none;
}

.contentList li:hover::after {
    border-top: 6px solid #FFF;
    bottom: -4px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.contentList .notbegin:hover::after {
    display: none;
}

.bgCyan .contentList .active:after,
.bgCyan .contentList li:hover::after {
    border-top: 6px solid #f5f8fa;
}

.CourseStatus {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    height: 72px;
    bottom: -93px;
}

.CourseStatus i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../../../images/yuandian.png") no-repeat;
    overflow: hidden;
    background-position-y: 0;
    background-position-x: -28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 6px 0px #cdd0d2;
    -moz-box-shadow: 0 2px 6px 0px #cdd0d2;
    box-shadow: 0 2px 6px 0px #cdd0d2;
}

.active .CourseStatus i,
.contentList li:hover i {
    background-position-x: 0px;
}

.contentList .notbegin:hover i {
    background-position-x: -28px;
}

.CourseStatus p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding-top: 13px;
}

.CourseStatus p img {
    margin-right: 6px;
}

.CourseStatus p span {
    color: #22acec;
}

.notbegin p span {
    color: #bbb;
}

.advert {
    margin: 0 auto;
    width: 1200px;
}

.fullscreen {
    width: 100%;
}

.advertSection {
    width: 100%;
}

.advert img {
    width: 100%;
}

.subjectBox {
    padding: 20px 0 36px;
}

.subjectLeft {
    width: 224px;
    /*cursor: pointer;*/
}

.subjectRight {
    width: 996px;
}

.leftAdert {
    width: 100%;
    height: 428px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.leftAdert img {
    width: 100%;
}

.subjectRight li {
    margin: 0 0 24px 20px;
    width: 224px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.subjectRight li:hover {
    -webkit-box-shadow: 0px 16px 16px -12px #cdd0d2;
    -moz-box-shadow: 0px 16px 16px -12px #cdd0d2;
    box-shadow: 0px 16px 16px -12px #cdd0d2;
    transform: translateY(-7px);
}

.subjectRight h4 {
    width: 100%;
    height: 115px;
    overflow: hidden;
}

.subjectRight h4 img {
    width: 100%;
    display: block;
}

.subjectRight figcaption {
    /*padding: 3.5px 4px 0;*/
    padding: 9px 4px 0;
    min-height: 54px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.subjectRight figcaption {
    position:relative;
    overflow:hidden;
}
.subjectRight figcaption.shengluhao{
    height: 54px;
}
.subjectRight figcaption.shengluhao:after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0px 3px 5px 45px;
    background:url(../../../images/ellipsis_bg.png) repeat-y;
}

.price {
    padding-bottom: 1px;
    min-height: 18px;
}
.line-price{
    float: right;
    line-height: 18px;
    font-size: 14px;
    margin-left: 5px;
}

.price .fr {
    font-size: 16px;
    line-height: 16px;
    color: #be0101;
}

.price .free {
    color: #22acec;
}

.price .fr i {
    font-size: 12px;
    margin-right: 1px;
}

.price .fl {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.price .iconfontUser {
    font-family: iconfont!important;
    font-size: 16px;
    margin-right: 5px;
}

.noList h3 {
    margin-top: 0;
}

.noList a.fr {
    margin-top: -3px;
}

.groomBox {
    padding-top: 0;
}

.groomClass {
    width: 100%;
    height: 201px;
    background-color: #8ab24a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 58px;
}

.iconfontGroom {
    font-family: iconfont !important;
    font-size: 42px;
    line-height: 42px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    color: #fff;
}

.groomClass span {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}

.coursePacketBox {
    padding-bottom: 60px;
    width: 100%;
    margin-top: 36px;
}

.coursePacketBox li {
    width: 590px;
    position: relative;
    border: 1px solid #eee;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
}

.coursePacketBox li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.coursePacketBox li:after,
.coursePacketBox li:before {
    width: 582px;
    background-color: #fff;
    height: 2px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 4px;
    bottom: -4px;
    display: block;
    content: '';
    border: 1px solid #eee;
    border-top: none;
}

.coursePacketBox li:before {
    width: 574px;
    bottom: -7px;
    left: 8px;
}

.packetLeft {
    width: 295px;
    height: 161px;
    overflow: hidden;
}

.packetLeft img {
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.packetRight {
    width: 263px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.packetRight h5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.packetRight h5:hover {
    color: #22acec;
}

.packetRight p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    height: 55px;
    padding-top: 18px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.packetRight span {
    font-size: 12px;
    color: #666;
    line-height: 21px;
}

.packetRight i {
    padding: 0 4px;
}

.mouldHeaderThree {
    width: 100%;
    margin-top: 23px;
}

.mouldLogo {
    /*min-width: 170px;*/
    height: 36px;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

.schoolList {
    position: relative;
}

.schoolList address {
    font-style: normal;
    line-height: 36px;
    cursor: pointer;
}

.schoolIcon {
    font-family: iconfont !important;
    font-size: 12px;
    color: #22acec;
    margin-left: 6px;
}

.addressList {
    position: absolute;
    border: 1px solid #eee;
    width: 218px;
    padding: 5px 1px;
    z-index: 111;
    background-color: #fff;
    left: 0;
    top: 36px;
    display: none;
}

.addressList dt {
    font-size: 12px;
    line-height: 22px;
    color: #22acec;
    margin-bottom: 9px;
    /*float: left;*/
    width: 100%;
    padding-left: 9px;
}

.addressList dd {
    font-size: 12px;
    line-height: 12px;
    color: #666;
    margin: 0 9px 10px;
    border-bottom: 1px solid transparent;
    /*float: left;*/
    cursor: pointer;
}

.addressList dd:hover {
    border-bottom-color: #22acec;
    color: #22acec;
}

.searchBox {
    width: 346px;
    height: 36px;
    position: relative;
}

.searchBox input {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    outline: none;
    padding: 10px 65px 11px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    margin-top: 6px;
}

.searchBox input:focus {
    border: 1px solid #22acec;
}

.searchBut {
    width: 52px;
    height: 36px;
    background-color: #22acec;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 6px;
    font-family: iconfont !important;
    cursor: pointer;
    color: #fff;
}

.article {
    width: 100%;
}

.article .mouldBox {
    margin-top: 14px;
}

.articleLeft {
    width: 220px;
    height: 454px;
    background-color: #22acec;
    position: relative;
}

.articleLeft dt,
.articleLeft dd {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.articleLeft dt {
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    padding-left: 30px;
    -webkit-box-shadow: 0px 5px 4px -3px #139ede;
    -moz-box-shadow: 0px 5px 4px -3px #139ede;
    box-shadow: 0px 5px 4px -3px #139ede;
}

.articleRight {
    width: 980px;
}

.allClassIcon {
    font-family: iconfont !important;
    font-size: 23px;
    position: relative;
    top: 2px;
}

.articleLeft dd {
    padding: 0 16px 0 22px;
    border-top: 1px solid #15a3e4;
    height: 66px;
    cursor: pointer;
}

.rightArrowIcon {
    font-family: iconfont !important;
    font-size: 12px;
    color: #fff;
    line-height: 62px;
}

.articleLeft h3 span {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    max-width: 170px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
}

.articleLeftCon {
    width: 756px;
    height: 399px;
    border: 2px solid #20a0dc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 220px;
    top: 55px;
    background-color: #fff;
    padding: 10px;
    cursor: default;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
    z-index: 111;
    overflow: hidden;
}

.active .articleLeftCon {
    display: block;
}

.active .rightArrowIcon {
    display: none;
}

.articleLeft .active {
    background-color: #20a0dc;
}

.articleLeftCon ol.fr {
    width: 218px;
}

.articleLeftCon ol.fr li,
.articleLeftCon ol.fr img {
    width: 100%;
    cursor: pointer;
}

.articleLeftCon ol.fr li {
    height: 118px;
    margin-bottom: 10px;
    overflow: hidden;
}

.articleLeftCon ol.fr img {
    display: block;
}

.chooseClass {
    padding: 0 10px 0 6px;
    max-width: 490px;
}

.chooseClass h4 {
    font-size: 16px;
    color: #22acec;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 16px 0 20px 0;
    line-height: 16px;
}

.coursesName {
    min-height: 90px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.coursesName h5 {
    font-size: 14px;
    line-height: 14px;
    padding-left: 5px;
    border-left: 3px solid #22acec;
    color: #333;
    margin: 2px 0 9px;
}

.coursesName p {
    font-size: 12px;
    color: #333;
    line-height: 28px;
    width: 64%;
}

.coursesName p span {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    word-break: keep-all;
}

.coursesName p span:hover {
    color: #22acec;
}

.coursesName p i {
    margin: 0 10px;
}

.navBox {
    position: relative;
    height: 54px;
}

.navBox ul {
    height: 100%;
    max-width: 910px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navBox li {
    float: left;
    font-size: 16px;
    padding: 0 16px;
    line-height: 54px;
    position: relative;
}

.navBox li:hover a,
.navBox .active a {
    color: #22acec;
}

.navBox li:hover .dropDownList a {
    color: #333;
}

.navBox li a,
.navBox .last:hover a {
    color: #333;
}

.ellipIcon {
    font-family: iconfont;
}

.navBox .last {
    position: relative;
}

.navBox .dropDownList {
    position: absolute;
    width: 96px;
    height: auto;
    z-index: 222;
    background-color: #fff;
    left: 0;
    top: 51px;
    display: none;
    border-top: 3px solid #22acec;
    padding: 5px 6px 10px;
    -webkit-box-shadow: 0 3px 6px 0 #cccccc;
    -moz-box-shadow: 0 3px 6px 0 #cccccc;
    box-shadow: 0 3px 6px 0 #cccccc;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.dropDownList li {
    padding: 0;
    font-size: 12px;
    line-height: 32px;
    text-align: left;
    width: 100%;
}

.bLine {
    float: left;
    margin: 0;
    border-top-color: #eee;
    width: 100%;
}

.navBox .dropDownList li:hover a,
.navBox .dropDownList li:hover .rightIcon,
.navBox .dropDownList .active a,
.navBox .dropDownList li ul.dropDownChild li:hover a,
.navBox .dropDownList li ul.dropDownChild li:hover .rightIcon {
    color: #22acec;
}

.navBox .dropDownList li:hover .dropDownChild a,
.navBox .dropDownList li:hover .dropDownChild .rightIcon {
    color: #333;
}

.adertList {
    width: 101%;
    padding-top: 9px;
}

.adertList li {
    float: left;
    margin-left: 10px;
    width: 316px;
    height: 76px;
    overflow: hidden;
    position: relative;
}

.adertList li a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.adertList li img {
    width: 100%;
}

.swiperBox .mouldSwiper {
    width: 757px;
    height: 315px;
}

.mouldSwiper .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.paginationBut {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.paginationBut .swiper-pagination-bullet,
.paginationBut .swiper-pagination-switch {
    width: 24px;
    height: 4px;
    margin: 0 5px;
    background-color: #fff;
    opacity: 0.4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #586263;
    display: inline-block;
    cursor: pointer;
}

.paginationBut .swiper-pagination-bullet-active,
.paginationBut .swiper-active-switch {
    width: 24px;
    height: 4px;
    margin: 0 5px;
    background-color: #fff;
    opacity: 0.8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.swiper-next-but,
.swiper-prev-but {
    width: 48px;
    height: 112px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 40px;
    font-family: iconfont !important;
    line-height: 112px;
    text-align: center;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    color: #fff;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.swiper-next-but {
    right: 8px;
}

.swiper-prev-but {
    left: 8px;
}

.swiper-next-but:hover,
.swiper-prev-but:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.loginRegist {
    width: 224px;
    height: 314px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 15px 0;
}

.loginTile {
    width: 100%;
    height: 143px;
    border-bottom: 1px dashed #efefef;
}

.loginTile h5 {
    position: relative;
    cursor: pointer;
}

.loginTile h5,
.headDefault {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.headGrade {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    padding: 2px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loginBefore p.fl {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 10px;
    margin-left: 10px;
}

.loginBefore div.fr {
    width: 100%;
    margin-top: 25px;
}

.loginBefore .loginBut,
.loginBefore .registerBut {
    float: left;
    width: 90px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    padding: 0;
}

.loginBefore .loginBut {
    float: left;
    border: none;
    background-color: #22acec;
    color: #fff;
}

.loginBefore .registerBut {
    float: right;
    border: 1px solid #22acec;
    color: #22acec;
}

.loginBefore .loginBut:hover {
    background-color: #0e96d6;
}

.loginBefore .registerBut:hover {
    border: 1px solid #0e96d6;
    color: #0e96d6;
}

.loginAfter p.fl {
    padding-top: 0px;
    margin-left: 10px;
}

.loginAfter p.fl span {
    display: block;
    font-size: 12px;
    color: #666;
    padding-top: 8px;
    line-height: 14px;
    cursor: pointer;
}

.loginAfter p.fl i {
    font-size: 14px;
    color: #333;
    display: inline-block;
    max-width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    line-height: 16px;
}

.loginAfter p.fl em {
    cursor: pointer;
    margin-left: 5px;
    line-height: 12px;
    color: #999;
}

.loginAfter p.fl b {
    font-weight: normal;
    color: #f5c458;
}

.loginAfter div.fr {
    position: relative;
    width: 100%;
    margin-top: 25px;
    height: 62px;
}

.classInfor {
    width: 100%;
}

.classInfor li {
    width: 33.33333333%;
    cursor: pointer;
    float: left;
    border-right: 1px solid #eee;
    height: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.classInfor .last {
    border: none;
}

.classInfor i,
.classInfor span {
    display: block;
    width: 100%;
    height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.classInfor i {
    margin-top: -11px;
    color: #999;
}

.classInfor span {
    margin-top: 7px;
    color: #666;
    cursor: pointer;
}

.classInfor span:hover {
    color: #22acec;
}

.classList span:hover {
    color: #22acec;
    cursor: pointer;
}

.inforImg {
    position: absolute;
    width: 50px;
    height: 25px;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
    cursor: pointer;
}

.classList address,
.classList span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
}

.classList address {
    width: 40px;
    text-align: center;
    color: #22acec;
    font-style: normal;
}

.classList span {
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.classList img {
    margin-top: 6px;
}

.loginCon {
    padding-top: 7px;
}

.loginCon h4 {
    font-size: 16px;
    color: #333;
    line-height: 46px;
}

.loginCon p {
    font-size: 12px;
    color: #bbb;
    line-height: 12px;
    padding-top: 28px;
    width: 100%;
    text-align: center;
}

.dropDownList .dropDownChild {
    position: absolute;
    display: none;
    left: 90px;
    top: 0;
    z-index: 999;
    background: #fff;
    height: auto;
    padding-right: 16px;
    border-radius: 2px 2px 4px 4px;
    width: 103px;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 3px 6px 0 #cccccc;
    -moz-box-shadow: 0 3px 6px 0 #cccccc;
    box-shadow: 0 3px 6px 0 #cccccc;
}

.mobileIcon {
    font-family: iconfont !important;
    position: absolute;
    top: 8px;
    font-size: 24px;
    line-height: 36px;
    color: #bbb;
    left: -40px;
}

.rightIcon {
    font-family: iconfont !important;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    position: absolute;
    right: 0px;
    top: 10px;
}

strong.fillImg {
    width: 53px;
    height: 30px;
    position: absolute;
    right: -7px;
    bottom: 8px;
    background: url(../../../images/course-full.png) no-repeat center center;
}

strong.vipImg {
    width: 64px;
    height: 64px;
    position: absolute;
    left: -2px;
    top: -2px;
    background: url(../../../images/vip_img.png) no-repeat center center;
}

.oneList {
    border-bottom-color: transparent;
}

.oneList li:hover a {
    color: #22acec;
}

.classInfor .last i {
    color: #ff0000;
}

.adertList {
    margin-left: 2px;
}




/*课后作业开始*/

.homeworkBox {
    /*margin: 0 -9px;*/
    padding: 44px 0 60px;
}

.homeworkBox ul {
    position: relative;
    /*width: 406px;*/
    height: 593px;
    margin-bottom: 16px;
}

.homeworkBox li {

    position: absolute;
    width: 187px;
    height: 187px;
    /*margin: 8px;*/
    -webkit-box-shadow: 0 1px 9px rgba(204, 204, 204, .55);
    -moz-box-shadow: 0 1px 9px rgba(204, 204, 204, .55);
    -ms-box-shadow: 0 1px 9px rgba(204, 204, 204, .55);
    cursor: pointer;
    overflow: hidden;
}

.workimg1 {
    left: 0;
    top: 0;
}

.workimg2 {
    left: 406px;
    top: 0;
}

.workimg3 {
    left: 609px;
    top: 0;
}

.workimg4 {
    left: 812px;
    top: 0;
}

.workimg5 {
    left: 1015px;
    top: 0;
}

.workimg6 {
    left: 406px;
    top: 203px;
}

.workimg7 {
    left: 609px;
    top: 203px;
}

.workimg8 {
    left: 0;
    top: 406px;
}

.workimg9 {
    left: 203px;
    top: 406px;
}

.workimg10 {
    left: 406px;
    top: 406px;
}

.workimg11 {
    left: 609px;
    top: 406px;
}

.workimg12 {
    left: 812px;
    top: 203px;
}

.homeworkBox li:hover p {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



/*.homeworkBox li:hover  .online{*/


/*-webkit-transform: scale(1);*/


/*-moz-transform: scale(1);*/


/*-ms-transform: scale(1);*/


/*-o-transform: scale(1);*/


/*transform: scale(1);*/


/*}*/

.homeworkBox li:hover p b {
    vertical-align: baseline;
}

.homeworkBox li.bigimg {
    width: 390px;
    height: 390px;
}

.homeworkBox li p {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 100%;
    height: 100%;
    background-image: url(../../images/overview_demo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.homeworkBox .online {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 9px 0 25px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .76);
}

.homeworkBox .online i {
    position: absolute;
    left: 4px;
    top: 6px;
    line-height: 1;
}

.homeworkBox .online b {
    vertical-align: middle;
}




/*课后作业结束*/


/*homeIndex add hover start*/

.homeworkBox li .list_hide {
    width: 100%;
    height: 94px;
    background: #fff;
    position: absolute;
    bottom: -94px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.homeworkBox li:hover .list_hide {
    bottom: 0;
}

.list_hide h4 {
    font-size: 14px;
    color: #333;
    margin: 14px 14px 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeworkBox .list_hide .listMsg {
    margin: 10px 0 0 14px;
    height: 26px;
    line-height: 26px;
}

.list_hide .listMsg .person_pic {
    width: 36px;
    height: 36px;
    float: left;
    position: relative;
}

.list_hide .listMsg span {
    float: left;
    margin: 7px 0px 0 8px;
    width: 51px;
    height: 26px;
    border-left: 1px solid #eee;
    color: #dd0000;
    border-right: 1px solid #eee;
    background: #fff;
    border-radius: 0;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

.list_hide .listMsg .bigspan {
    margin: 7px 0px 0 110px;
    width: 71px;
}


.list_hide p span {
    float: left;
    line-height: 26px;
    text-align: center;
}

.list_hide .listMsg strong {
    float: right;
    font-size: 14px;
    color: #999;
    margin-right: 14px;
    margin-top: 7px;
}

.list_hide .listMsg i {
    font-size: 16px;
    margin-right: 3px;
    vertical-align: 1px;
}


/*homeIndex add hover end*/


/*ship start*/
.shipBox{
  position: relative;
  margin-bottom: 24px;
}
.shipList {
    position: absolute;
    right: 219px;
    top: 46px;
    width: 574px;
    padding-left: 16px;
    height: 16px;
    overflow: hidden;
}
.shipList b{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/4.8/fire_01.png) no-repeat center;
    background-size: cover;
}
.shipList a {
    display: inline-block;
    font-size: 12px;
    color: #383838;
    margin-left: 8px;
    cursor: pointer;
}

.shipList .shipred {
    color: #fe0002;
}

.fastPass {
    position: absolute;
    left: 0;
    top: 166px;
    width: 223px;
    padding: 0 10px;
    /*width: 190px;*/
    padding-top: 20px;
    overflow: hidden;
    background-color: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fastPass .passTit strong {
    padding-left: 2px;
    line-height: 16px;
    font-size: 15px;
    color: #333;
}

.fastPass .passTit span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    /*background-color: #cfcfcf;*/
}

.passTit span i {
    background-color: #dadada;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.passTit span i:hover{
    color: #00aaff;
}
.fastPass .passCon {
    height: 60px;
    margin-top: 26px;
    padding-bottom: 24px;
}

.passCon .swiper-slide {
    width: 60px;
    font-size: 0;
    cursor: pointer;
}

.passCon .passLeft {
    margin-left: 2px;
}
.passCon .passCen {
    margin: 0 10px;
}

.passCon .passItem {
    display: inline-block;
    width: 58px;
    height: 58px;
    text-align: center;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.passCon .passItem p {
    margin: 6px auto 3px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.passCon .passItem span {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.contactArea {
    position: relative;
    padding-left: 36px;
    margin-left: 57px;
    margin-top: 6px;
}
.contactArea img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
}

.contactArea strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #e20020;
    line-height: 1;
    margin-bottom: 7px;
}
.contactArea span{
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1;
}
/*ship end*/

.showstar i{
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: bottom;
}
.showstar i.choseStar{position:relative;
    background-image:url("../../../images/coursedetail/xing-022.png");}
.showstar i.noChose{position:relative;
    background-image:url("../../../images/coursedetail/xing-011.png");}
.showstar .starBox{height:20px;display: inline-block;position:relative;}
.showstar i.nochoseStar{background-image:url("../../../images/coursedetail/xing-022.png");background-position-y: 0;    position: absolute;top: 0;left: -1px;}

/*自定义内容开始*/
.customList{
    padding: 36px 0 30px;
}
.customList  li{
    position: relative;
    float: left;
    width: 280px;
    height: 171px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    cursor: pointer;
}
.customList  li:hover p{
    bottom: 0;
}
.customList  li p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -172px;
    background-color: rgba(114, 119, 127, 0.5);
    padding: 18px 12px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;


}
.customList  li i{
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.customList .cusImg{
    margin: 0 20px;
}
/*自定义内容结束*/

/*V6.7 售卖类型*/
.noSell{
    font-size: 12px !important;
    color: #999 !important;
}

.noSell_package{
    float: right !important;
}

/*2019-11-21新增优惠券内容*/
.couponListBox{display:flex;flex-flow: wrap;margin-top:10px;}
.couponListBox .couponList{width:32%;height:176px;background:url("../../../images/coupon/coupon_bg1.png")no-repeat center/cover;position:relative;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-top:10px;cursor: pointer;}
.couponListBox .couponList:nth-child(3n){ margin-right:0;}
.couponListBox .couponList .coupon-price{display: flex;}
.couponListBox .couponList .coupon-price .price-num{width:34%;padding:0 0 0 18px;color:#FF6604;text-align: center;}
.couponListBox .couponList .coupon-price .price-num em{font-size:46px;font-weight: bold;line-height: 110px;}
.couponListBox .couponList .coupon-price .price-num b{font-size:24px;}
.couponListBox .couponList .coupon-price .price-num strong{font-size:12px;display: block;text-align: center;margin-top:-24px;}
.couponListBox .couponList .coupon-price .coupon-name{width:60%;padding-left:12px;flex:1;}
.couponListBox .couponList .coupon-price .coupon-name span{display:block;line-height:54px;font-size:26px;color:#2A2A2A;margin-top:20px;font-weight:bold;
    width:100%;white-space:nowrap;overflow: hidden;}
.couponListBox .couponList .coupon-price .coupon-name strong{display: block;line-height:16px;font-size:12px;color:#939CA5;font-weight: normal;}
.couponListBox .couponList .coupon-range{line-height:42px;font-size:12px;color:#939CA5;position:absolute;bottom:16px;left:32px;}
.couponListBox .couponList .coupon-range span{color:#666;}

.couponListBox .couponList.coupon-status .coupon-price .price-num{color:#B5B9BC;}
.couponListBox .couponList.coupon-status .coupon-range{color:#B5B9BC;}
.couponListBox .couponList.coupon-status .coupon-name span{color:#B5B9BC;}
.couponListBox .couponList.coupon-status .coupon-name strong{color:#B5B9BC;}
.couponListBox .couponList.coupon-status .coupon-icon{width:100px;height:100px;background-position:center;background-repeat:no-repeat;
    background-size:cover;position:absolute;right:10px;top:0;}
.couponListBox .couponList.coupon-status .receive{background-image:url("../../../images/coupon/youhui_icon4.png");}

