@charset "UTF-8";
.top-gg {
    margin-top: 49px;
}

.brand-nav {
    margin-top: 65px;
    font-size: 12px;
}

.search-main {
    margin-top: 50px;
    padding: 30px 0 20px;
}

.search-main .search-header .weblogo {
    float: left;
    margin-top: -11px;
    width: 210px;
    height: 80px;
}

.search-main .search-header .search-form {
    height: 48px;
    width: 800px;
    margin: 0 auto;
    margin-left: 260px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    position: relative;
}

.search-main .search-header .search-form:after {
    content: ' ';
    display: block;
    clear: both;
}

.search-main .search-header .search-form .icon-search {
    background: url("../images/icon/search.png") no-repeat;
    position: absolute;
    left: 18px;
    bottom: 13px;
    font-size: 24px;
    color: #D9DDE1;
    float: left;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.search-main .search-header .search-form .search-form-ipt {
    font-size: 16px;
    color: #93999F;
    width: 550px;
    line-height: 48px;
    height: 48px;
    margin-left: 40px;
    padding-left: 15px;
    float: left;
}

.search-main .search-header .search-form .search-form-btn, .search-main .search-header .search-form .search-reset-btn {
    border: none;
    width: 104px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    float: left;
    cursor: pointer;
    border-radius: 0;
}

.search-main .search-header .search-form .search-form-btn {
    background: #F01414;
}

.search-main .search-header .search-form .search-form-btn:hover {
    background: #c41414;
}

.search-main .search-header .search-form .search-reset-btn {
    line-height: 36px;
    background: #ff6f04;
    border-radius: 0 4px 4px 0;
}

.search-main .search-header .search-form .search-reset-btn:hover {
    background: #ca6704;
}

.courses-category {
    background: #ffffff;
    padding: 20px;
    font-size: 12px;
}

.courses-category .cate-label {
    float: left;
    width: 10%;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
}

.courses-category .model-cate, .courses-category .keyword-cate {
    margin-top: 10px;
}

.courses-category .model-cate .form-inline, .courses-category .keyword-cate .form-inline {
    width: 88%;
    margin-left: 10%;
}

.courses-category .model-cate .radio {
    padding-left: 3px !important;
    width: 150px;
    margin-top: 5px;
}

.courses-category .model-cate .radio input[type="checkbox"]:checked + label::before {
    background-color: #d50212 !important;
    border-color: #d50212 !important;
}

.courses-category .model-cate .search-input input {
    border: 1px solid #f0f0f0;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    width: 250px;
}

.courses-category .model-cate .search-input .btn {
    padding: 5px 20px !important;
}

.courses-category .keyword-cate {
    margin-top: 20px;
}

.courses-category .keyword-cate .cate-label {
    padding: 6px 0;
}

.courses-category .keyword-cate .keyword-cate-ul ul {
    position: relative;
    margin-left: 122px;
}

.courses-category .keyword-cate .keyword-cate-ul ul li {
    float: left;
    list-style: none;
    padding: 6px 13px;
    line-height: 17px;
}

.courses-category .keyword-cate .keyword-cate-ul ul li a {
    color: #333333;
    text-decoration: none;
}

.courses-category .keyword-cate .keyword-cate-ul ul li.active {
    background: #d50212;
}

.courses-category .keyword-cate .keyword-cate-ul ul li.active a {
    color: #ffffff;
}

.courses-category .keyword-cate .keyword-cate-ul ul li.move, .courses-category .keyword-cate .keyword-cate-ul ul li.move-cover {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 0;
    height: 29px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courses-category .keyword-cate .keyword-cate-ul ul li.move {
    background: #d50212;
}

.courses-category .keyword-cate .keyword-cate-ul ul li.move-cover {
    z-index: 99;
    color: #ffffff;
}

/*直播中心*/
.live-window {
    margin-top: 51px;
    padding: 0;
}

.live-window .live-player {
    float: left;
    width: 899px;
    height: 480px;
    cursor: pointer;
    position: relative;
}

.live-window .live-player .live-relate {
    position: absolute;
    z-index: 666;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 300px;
    margin-left: -300px;
    margin-top: -170px;
    text-align: center;
    padding: 60px 0;
    letter-spacing: 0.5px;
}

.live-window .live-player .live-relate .relate {
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-size: 14px;
}

.live-window .live-player .live-relate .relate p {
    padding: 5px 0;
}

.live-window .live-player .live-relate .open-room {
    width: 200px;
    height: 45px;
    line-height: 42px;
    margin: 0 auto;
    display: block;
    border: 1px solid #ff9900;
    color: #ff9900;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.live-window .live-player .live-relate .open-room:hover {
    background: #ff9900;
    color: #fff;
}

.live-window .live-player .video {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    position: relative;
}

.live-window .live-player img {
    width: 100%;
    height: 100%;
}

.live-window .live-player .live-player-cover {
    display: none;
    width: 899px;
    height: 480px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.2);
}

.live-window .live-player .live-player-cover img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.live-window .class-schedule-card {
    width: 300px;
    height: 480px;
    background: #373b45;
    float: right;
}

.live-window .class-schedule-card .card-title {
    width: 100%;
    height: 72px;
    line-height: 72px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.live-window .class-schedule-card .card-title img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper {
    height: 350px !important;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one {
    width: 100% !important;
    height: 70px !important;
    border-top: 1px solid #4a4e57;
    border-bottom: 1px solid #4a4e57;
    cursor: pointer;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one.active {
    border: 1px solid #ff9900;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one:hover .card-date {
    border-right: 1px solid #787b82;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-date {
    width: 25%;
    height: 100%;
    background: #3d404a;
    text-align: center;
    color: #ffffff;
    float: left;
    border-right: 1px solid #3d404a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-date .days {
    float: left;
    width: 60%;
    height: 100%;
    text-align: center;
    padding-left: 6px;
    padding-top: 4px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-date .days .day {
    font-size: 22px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-date .days .week {
    font-size: 15px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-date .month {
    width: 40%;
    float: right;
    height: 100%;
    padding-top: 14px;
    font-size: 14px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course {
    width: 75%;
    float: right;
    color: #ffffff;
    font-size: 12px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top {
    width: 100%;
    height: 35px;
    line-height: 40px;
    padding-left: 15px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top span {
    font-size: 13px;
    letter-spacing: 1px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top .btn {
    display: block;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    color: #fff;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top .btn:hover {
    color: #333;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top .btn.live-btn {
    background: url("../images/icon/live-btn.png") no-repeat;
    background-size: 100%;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top .btn.review-btn {
    background: #3d404a;
    border: 1px solid #a2a4a8;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-top .btn.review-btn:hover {
    background: #a2a4a8;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-bottom {
    width: 100%;
    height: 35px;
    line-height: 25px;
    padding-left: 15px;
}

.live-window .class-schedule-card .card-main .swiper-wrapper .swiper-slide.card-one .card-course .card-bottom img {
    width: 25px;
    height: 16px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.live-window .class-schedule-card .card-oprate {
    margin-top: 15px;
}

.live-window .class-schedule-card .card-oprate .btn {
    float: left;
    margin-left: 60px;
    padding: 0 15px;
    background: #333743;
    border: none;
}

/*直播中心 结束*/
/*课程*/
.hot-courses {
    margin-top: 30px;
    padding: 10px;
    background: #ffffff;
}

.hot-courses .courses-content {
    position: relative;
    margin: 25px 0;
}

.tab-pane .courses-one {
    float: left;
    margin: 0 8px 30px;
    position: relative;
    text-decoration: none;
    padding-bottom: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    /*热门*/
}

.tab-pane .courses-one.hot-courses-one:hover {
    -webkit-box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
}

.tab-pane .courses-one .tags {
    width: 50px;
    position: absolute;
    z-index: 666;
    background: rgba(51, 51, 51, 0.8);
    color: #ffffff;
    padding: 3px 10px;
    right: 0;
    top: 15px;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
}

.tab-pane .courses-one .hot-span {
    width: 42px;
    top: -11px;
    left: 22px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    height: 20px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff3c42;
    font-size: 12px;
    position: absolute;
    z-index: 10;
    color: #ffffff;
    text-align: center;
}

.tab-pane .courses-one .living {
    width: 60px;
    height: 23px;
    line-height: 23px;
    background: #d72502;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    z-index: 8;
    top: 6px;
    right: 0;
    text-align: center;
}

.tab-pane .courses-one:hover .courses-one-img {
    -webkit-box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
}

.tab-pane .courses-one:hover .courses-one-img .live-play {
    display: block;
    cursor: pointer;
}

.tab-pane .courses-one:hover .courses-one-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /*Safari 和 Chrome*/
    -moz-transform: scale(1.1);
    /*Firefox*/
    -ms-transform: scale(1.1);
    /*IE9*/
    -o-transform: scale(1.1);
    /*Opera*/
}

.tab-pane .courses-one:hover .courses-one-img .courses-one-title {
    color: #ff3c42;
}

.tab-pane .courses-one .courses-one-img {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
    /**悬浮显示*/
}

.tab-pane .courses-one .courses-one-img img {
    width: 270px;
    height: 165px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tab-pane .courses-one .courses-one-img .course-time {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    background: rgba(51, 51, 51, 0.8);
    color: #ffffff;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
}

.tab-pane .courses-one .courses-one-img .course-time .enrolment {
    margin-left: 15px;
    background: url("../images/icon/enrolment.png") no-repeat 0 2px;
    padding-left: 20px;
}

.tab-pane .courses-one .courses-one-img .course-time img {
    width: 18px;
    height: 16px;
    margin-left: 35px;
    margin-bottom: 7px;
}

.tab-pane .courses-one .courses-one-img .live-play {
    display: none;
    width: 270px;
    height: 165px;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.tab-pane .courses-one .courses-one-img .live-play img, .tab-pane .courses-one .courses-one-img .live-play span {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
}

.tab-pane .courses-one .courses-one-img .live-play span {
    font-size: 16px;
    color: #333333;
    margin-top: -20px;
    z-index: 9;
    text-align: center;
    line-height: 20px;
}

.tab-pane .courses-one .courses-one-content {
    width: 90%;
    margin: 0 auto;
}

.tab-pane .courses-one .courses-one-content .courses-one-title {
    display: block;
    margin: 25px auto 5px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.tab-pane .courses-one .courses-one-content .title-center {
    text-align: center;
}

.tab-pane .courses-one .courses-one-content .live-course-title {
    text-decoration: none;
}

.tab-pane .courses-one .courses-one-content .courses-one-des {
    font-size: 14px;
}

.tab-pane .courses-one .courses-one-content .courses-one-des .study-people {
    float: left;
    color: #999999;
    padding-left: 25px;
    background: url("../images/hot-course-people.png") no-repeat left;
}

.tab-pane .courses-one .courses-one-content .courses-one-des .course-price {
    float: right;
    color: #ff3c42;
    font-weight: 600;
}

/*课程 结束*/
/*分页*/
.bottom-page {
    border-top: 1px dashed #dddddd;
    background: #ffffff;
    padding: 20px 15px 30px !important;
    font-size: 12px;
}

.bottom-page .page-nav ul li {
    list-style: none;
    float: left;
    border: 1px solid #dddddd;
    margin: 0 3px;
}

.bottom-page .page-nav ul li.active {
    background: #d50212;
    border: 1px solid #d50212;
}

.bottom-page .page-nav ul li.active a {
    color: #ffffff;
    text-decoration: none;
}

.bottom-page .page-nav ul li a {
    display: block;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666666;
}

.bottom-page .page-nav ul li.disabled a {
    text-decoration: none;
    cursor: not-allowed;
}

.bottom-page .page-nav ul li.ellipsis {
    border: 0;
    font-weight: 800;
}

.bottom-page .page-nav ul li.ellipsis a {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
}

.bottom-page .page-form {
    margin-left: 40px;
}

.bottom-page .page-form input {
    border: 1px solid #dddddd;
    height: 30px;
    width: 60px;
    padding: 5px;
}

.bottom-page .page-form button {
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #d50212;
    color: #ffffff;
    padding: 0 12px;
    margin-bottom: 5px;
}

/*分页 结束*/
/*课程详情页*/
/**课程咨询/购买**/
.courses-title {
    background: #ffffff;
    padding: 15px;
    /*优惠券*/
    /*购买弹窗*/
}

.courses-title .courses-thumb {
    width: 580px;
    padding: 0;
}

.courses-title .courses-thumb img.thumb {
    width: 580px;
    height: 340px;
}

.courses-title .courses-detail {
    width: 570px;
    padding: 0 0 0 25px;
}

.courses-title .courses-detail .detail-title h3 {
    font-size: 20px;
    margin-top: 10px;
}

.courses-title .courses-detail .detail-title div {
    color: #989898;
    font-size: 12px;
    margin: 10px 0;
}

.courses-title .courses-detail .detail-main {
    background: #f4f4f4;
    padding: 10px 15px;
}

.courses-title .courses-detail .detail-main .title {
    color: #666666;
    font-size: 12px;
    width: 12%;
    float: left;
    height: 30px;
    line-height: 42px;
}

.courses-title .courses-detail .detail-main .detail-price .title {
    margin-top: 7px;
}

.courses-title .courses-detail .detail-main .detail-price .price-one .no-price {
    font-size: 14px;
    height: 30px;
    line-height: 55px;
    display: block;
    margin-left: 67px;
    color: #d81e06;
}

.courses-title .courses-detail .detail-main .detail-price .price-one .now-price, .courses-title .courses-detail .detail-main .detail-price .price-one .ac-price {
    color: #d81e06;
    font-size: 30px;
    margin: 0 15px;
}

.courses-title .courses-detail .detail-main .detail-price .price-one .old-price, .courses-title .courses-detail .detail-main .detail-price .price-one .discount {
    color: #ff8806;
    font-size: 16px;
    margin: 0 5px;
}

.courses-title .courses-detail .detail-main .detail-term:after {
    content: ' ';
    display: block;
    clear: both;
}

.courses-title .courses-detail .detail-main .detail-term .term-ul {
    margin-left: 65px;
}

.courses-title .courses-detail .detail-main .detail-term .term-ul ul li {
    width: 77px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    list-style: none;
    float: left;
    border: 1px solid #999999;
    margin: 5px 4px 0;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
}

.courses-title .courses-detail .detail-main .detail-term .term-ul ul li.active {
    border: 0;
    background: url("../images/icon/term-li.png");
}

.courses-title .courses-detail .detail-main .detail-discount {
    clear: left;
}

.courses-title .courses-detail .detail-main .detail-discount .title {
    letter-spacing: 1px;
}

.courses-title .courses-detail .detail-main .detail-discount .discount-one {
    height: 40px;
    line-height: 40px;
    margin-left: 65px;
}

.courses-title .courses-detail .detail-main .detail-discount .discount-one .one-icon {
    background: #d81e06;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    font-size: 12px;
    float: left;
    margin: 12px 15px 0 4px;
}

.courses-title .courses-detail .detail-main .detail-discount .discount-one .one-zhe, .courses-title .courses-detail .detail-main .detail-discount .discount-one .one-date {
    font-size: 12px;
    color: #333333;
}

.courses-title .courses-detail .detail-main .detail-discount .discount-one .one-ge {
    margin: 0 10px;
}

.courses-title .courses-detail .detail-main .detail-coupon .coupon {
    height: 40px;
    line-height: 40px;
    margin-left: 65px;
}

.courses-title .courses-detail .detail-main .detail-coupon .coupon .one-zeng {
    background: #d81e06;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    font-size: 12px;
    float: left;
    margin: 12px 15px 0 4px;
}

.courses-title .courses-detail .courses-special {
    margin: 5px 0;
}

.courses-title .courses-detail .courses-special:after {
    content: ' ';
    display: block;
    clear: both;
}

.courses-title .coupon-one {
    cursor: pointer;
}

.courses-title .coupon-one .coupon-price {
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    float: left;
    margin-top: 7px;
    background: url("../images/icon/coupon-price.png") no-repeat left;
    background-size: 100%;
}

.courses-title .coupon-one span {
    width: 60px;
    height: 23px;
    line-height: 22px;
    border-top: 1px solid #e58275;
    border-right: 1px solid #e58275;
    border-bottom: 1px solid #e58275;
    color: #d81e06;
    display: block;
    float: left;
    margin-top: 8px;
    margin-left: -2px;
    text-align: center;
    font-size: 12px;
}

.courses-title .courses-special .title {
    color: #666666;
    font-size: 12px;
    width: 16%;
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 1px;
}

.courses-title .courses-special .special-ul ul li {
    list-style: none;
    float: left;
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
    font-size: 12px;
}

.courses-title .courses-special .special-ul ul li img {
    float: left;
    margin-top: 12px;
    margin-right: 8px;
}

.courses-title .courses-special .special-ul ul li span {
    display: block;
    float: left;
}

.courses-title .courses-oprate {
    clear: left;
}

.courses-title .courses-oprate .oprate-btn {
    float: left;
}

.courses-title .courses-oprate .oprate-btn .btn {
    width: 110px;
    height: 38px;
    font-size: 16px;
}

.courses-title .courses-oprate .oprate-btn .btn-buy {
    color: #ffffff;
    background: #d81e06;
}

.courses-title .courses-oprate .oprate-btn .btn-buy:hover {
    background: #9a1d06;
}

.courses-title .courses-oprate .oprate-btn .btn-consult {
    margin-left: 10px;
    background: #fbe8e6;
    color: #d81e06;
    border: 1px solid #d81e06;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courses-title .courses-oprate .oprate-btn .btn-consult:hover {
    background: #fbc2be;
}

.courses-title .courses-oprate .oprate-share {
    float: right;
    height: 38px;
    line-height: 38px;
    color: #a1a1a1;
}

.courses-title .courses-oprate .oprate-share .share {
    margin-right: 20px;
}

.courses-title .courses-oprate .oprate-share .share:hover {
    color: #d81e06;
    cursor: pointer;
}

.courses-title .courses-oprate .oprate-share .collect {
    float: left;
}

.courses-title .courses-oprate .oprate-share .collect:hover {
    color: #d81e06;
    cursor: pointer;
}

.courses-title .courses-oprate .oprate-share .share-btn {
    float: right;
    margin: 4px 0 0 20px;
}

.courses-title #btn-buy-modal .modal-dialog {
    width: 800px;
    margin-top: 120px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content {
    border-radius: 15px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 36px;
    margin-top: -15px;
    right: 10px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body {
    padding-top: 0;
    font-size: 13px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail {
    padding: 0 10px 20px;
    border-bottom: 1px dashed #d6d6d6;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-title {
    background: url("../images//icon/buy-course.png") no-repeat left;
    background-size: 16px 17px;
    padding-left: 25px;
    color: #333333;
    font-size: 16px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .course-title {
    padding: 15px 0 10px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-yue {
    overflow: hidden;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-yue .sale-price, .courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-yue .coupon, .courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-yue .yue {
    width: 32%;
    float: left;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-yue .coupon span {
    float: left;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-detail .detail-yue .coupon .coupon-one {
    float: left;
    margin-top: -8px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .buy-detail {
    font-size: 12px;
    padding: 10px 1px 30px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .nav.nav-tabs {
    border-bottom: 1px solid #127de1;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .nav.nav-tabs li {
    margin-bottom: 0;
    margin-left: 5px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .nav.nav-tabs li a {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    border-bottom: 0;
    border-radius: 0;
    padding: 10px 25px;
    margin-top: 11px;
    color: #666666;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .nav.nav-tabs li.active a {
    border: 1px solid #127de1;
    background: #127de1;
    color: #ffffff;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content {
    padding: 30px 50px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-icon {
    float: left;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-detail {
    width: 90%;
    margin-left: 10%;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-detail .pay-code {
    overflow: hidden;
    position: relative;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-detail .pay-code .pay-status {
    display: none;
    width: 130px;
    height: 130px;
    line-height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(3, 205, 253, 0.6);
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-detail .pay-code .pay-code-img {
    width: 130px;
    height: 130px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 50px;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-detail .pay-code .pay-code-img img {
    width: 100%;
    height: 100%;
}

.courses-title #btn-buy-modal .modal-dialog .modal-content .modal-body .course-buy .payment-method .tab-content .tab-pane .method-detail .pay-code #alipay_preposition_mode {
    /*width: 115px;*/
    /*height: 115px;*/
    margin: 15px;
}

/**课程咨询/购买 结束**/
/**课程详情/目录/评价**/
.content {
    margin-top: 30px;
    padding: 0;
}

.content-main {
    background: #ffffff;
    width: 73%;
    min-height: 1321px;
    padding: 0;
    /*名师介绍*/
}

.content-main .courses-tab {
    height: 65px;
    line-height: 49px;
    padding-left: 30px;
    padding-bottom: 41px;
    border-bottom: 1px solid #dddddd;
}

.content-main .courses-tab .courses-title-nav {
    width: 100%;
    float: left;
    position: relative;
}

.content-main .courses-tab .courses-title-nav .not-bd {
    padding: 8px 0;
    border-bottom: 0;
}

.content-main .courses-tab .courses-title-nav .not-bd a {
    border-left: 1px solid #333333;
    padding: 0 10px;
}

.content-main .courses-tab .courses-title-nav li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    float: left;
    text-align: center;
}

.content-main .courses-tab .courses-title-nav li:hover {
    cursor: pointer;
}

.content-main .courses-tab .courses-title-nav li.active {
    font-weight: 600;
}

.content-main .courses-tab .courses-title-nav li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    padding: 8px 10px;
}

.content-main .courses-tab .courses-title-nav li .free-tips {
    position: absolute;
    z-index: 99;
    top: 21px;
    right: -75px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    background: #d81e06;
    color: #fff;
    border-radius: 4px;
}

.content-main .courses-tab .courses-title-nav li .free-tips i {
    color: #d81e06;
    position: absolute;
    top: 3px;
    left: -4px;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.content-main .courses-tab .courses-title-nav .move {
    height: 2px;
    background-color: #d72502;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.content-main .tab-content {
    /*课程详情*/
    /*课程评价*/
}

.content-main .tab-content #courses_content {
    padding: 0 40px 40px;
    font-size: 13px;
}

.content-main .tab-content #courses_content .content-top {
    padding: 0 0 30px;
}

.content-main .tab-content #courses_content .content-top .course-name span, .content-main .tab-content #courses_content .content-top .course-cate span, .content-main .tab-content #courses_content .content-top .course-date span {
    height: 30px;
    line-height: 30px;
}

.content-main .tab-content #courses_content .course-intro {
    clear: left;
}

.content-main .tab-content #courses_content .course-intro .title {
    padding: 10px 0;
}

.content-main .tab-content #courses_content .course-intro .title div {
    border: 1px solid #cf8575;
    line-height: 20px;
    border-left: 5px solid #d72502;
    padding: 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px 15px 2px;
}

.content-main .tab-content #courses_content .course-intro .intro img {
    max-width: 100%;
    margin: 10px 0;
}

.content-main .tab-content #courses_content .course-intro .intro div {
    font-size: 14px;
    line-height: 30px;
}

.content-main .tab-content #courses_content .course-intro .intro table {
    width: 100% !important;
}

.content-main .tab-content #courses_content .course-intro .details {
    padding: 0 20px 20px;
    overflow: hidden;
}

.content-main .tab-content #courses_content .course-intro .details .details-teacher-one {
    margin-top: 15px;
    overflow: hidden;
    clear: left;
}

.content-main .tab-content #courses_content .course-intro .details .details-teacher-one .teacher-face {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    float: left;
}

.content-main .tab-content #courses_content .course-intro .details .details-teacher-one .teacher-face img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.content-main .tab-content #courses_content .course-intro .details .details-teacher-one .teacher-intro {
    float: left;
    width: 88%;
    margin-left: 15px;
}

.content-main .tab-content #courses_content .course-intro .details .details-teacher-one .teacher-intro .name {
    font-size: 16px;
}

.content-main .tab-content #courses_content .course-intro .details .details-teacher-one .teacher-intro .detail {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}

.content-main .tab-content #courses_catalog .catalog-one, .content-main .tab-content #courses_shicao .catalog-one, .content-main .tab-content #attract_flow_data .catalog-one {
    padding-bottom: 20px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-title, .content-main .tab-content #courses_shicao .catalog-one .catalog-title, .content-main .tab-content #attract_flow_data .catalog-one .catalog-title {
    font-size: 15px;
    font-weight: 600;
    padding: 20px 30px 10px;
    border-bottom: 1px solid #dddddd;
    margin: 0 10px;
    cursor: pointer;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-title span.pull-right img, .content-main .tab-content #courses_shicao .catalog-one .catalog-title span.pull-right img, .content-main .tab-content #attract_flow_data .catalog-one .catalog-title span.pull-right img {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content, .content-main .tab-content #courses_shicao .catalog-one .catalog-content, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content {
    padding: 0 20px;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content:hover, .content-main .tab-content #courses_shicao .catalog-one .catalog-content:hover, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content:hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content:hover li.title, .content-main .tab-content #courses_shicao .catalog-one .catalog-content:hover li.title, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content:hover li.title {
    width: 62%;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content:hover li.title .tt, .content-main .tab-content #courses_shicao .catalog-one .catalog-content:hover li.title .tt, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content:hover li.title .tt {
    color: #d72502;
    background: url("../images/icon/play-active.png") no-repeat left;
    background-size: 16px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul {
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 0;
    border-bottom: 1px dashed #dddddd;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li {
    list-style: none;
    float: left;
    font-size: 14px;
    line-height: 50px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.title, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.title, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.title {
    width: 62%;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.title .tt, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.title .tt, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.title .tt {
    background: url("../images/icon/play.png") no-repeat left;
    background-size: 16px;
    padding-left: 35px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.free-listen, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.free-listen, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.free-listen {
    width: 20%;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.free-listen span, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.free-listen span, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.free-listen span {
    background: url("../images//icon/free-listen.png") no-repeat left;
    background-size: 16px 14px;
    padding-left: 30px;
    color: #d72502;
    cursor: pointer;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.datetime, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.datetime, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.datetime {
    width: 25%;
    text-align: center;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate {
    width: 15%;
    text-align: center;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate img, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate img, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate img {
    width: 16px;
    height: 16px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .btn {
    padding: 2px 12px;
    font-size: 12px;
    margin: 12px 25px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .reply-btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .reply-btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .reply-btn {
    background-color: #ed2602;
    color: #ffffff;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .reply-btn:hover, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .reply-btn:hover, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .reply-btn:hover {
    background-color: #cb2602;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .appoint-btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .appoint-btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .appoint-btn {
    background-color: #fbe8e6;
    border: 1px solid #d72502;
    color: #d72502;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .appoint-btn:hover, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .appoint-btn:hover, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .appoint-btn:hover {
    background: #fbc2be;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .live-btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .live-btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .live-btn {
    background-color: #fff;
    border: 1px solid #46c863;
    color: #46c863;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .live-btn:hover, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .live-btn:hover, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .live-btn:hover {
    background: #46c863;
    color: #fff;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .oprate-btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .oprate-btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .oprate-btn {
    background-color: #fff;
    border: 1px solid #37a7df;
    color: #37a7df;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content ul li.oprate .oprate-btn:hover, .content-main .tab-content #courses_shicao .catalog-one .catalog-content ul li.oprate .oprate-btn:hover, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content ul li.oprate .oprate-btn:hover {
    background: #37a7df;
    color: #fff;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list {
    padding-left: 55px;
    font-size: 13px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list dt, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list dt, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list dt {
    padding: 15px 10px;
    border-bottom: 1px dashed #f0f0f0;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list dd, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list dd, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list dd {
    padding: 15px 30px 15px 10px;
    border-bottom: 1px dashed #f0f0f0;
    position: relative;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list dd .free-listen, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list dd .free-listen, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list dd .free-listen {
    float: right;
    margin-right: 100px;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list dd .free-listen span, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list dd .free-listen span, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list dd .free-listen span {
    background: url("../images//icon/free-listen.png") no-repeat left;
    background-size: 16px 14px;
    padding-left: 20px;
    color: #d72502;
    cursor: pointer;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list dd .btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list dd .btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list dd .btn {
    padding: 2px 12px;
    font-size: 12px;
    margin: 12px 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list dd .reply-btn, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list dd .reply-btn, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list dd .reply-btn {
    background-color: #ed2602;
    color: #ffffff;
}

.content-main .tab-content #courses_catalog .catalog-one .catalog-content dl.course-zj-list .dd dd, .content-main .tab-content #courses_shicao .catalog-one .catalog-content dl.course-zj-list .dd dd, .content-main .tab-content #attract_flow_data .catalog-one .catalog-content dl.course-zj-list .dd dd {
    padding-left: 30px;
}

.content-main .tab-content #courses_comment {
    padding: 0 40px 40px;
}

.content-main .tab-content #courses_comment .comment-form .user-comment {
    background: url("../images//icon/user-comment.png") no-repeat left;
    padding: 20px 30px;
}

.content-main .tab-content #courses_comment .comment-form .evaluate-star {
    padding-bottom: 15px;
}

.content-main .tab-content #courses_comment .comment-form .evaluate-star .evaluate-star-release {
    color: #999999;
    margin-top: 3px;
    display: block;
    float: left;
}

.content-main .tab-content #courses_comment .comment-form .evaluate-star .evaluate-star-img img {
    cursor: pointer;
    margin: 0 3px;
}

.content-main .tab-content #courses_comment .comment-form .evaluate-content input {
    border: 1px solid #f0f0f0;
    height: 40px;
    padding-left: 10px;
    width: 85%;
}

.content-main .tab-content #courses_comment .comment-form .evaluate-content button {
    width: 80px;
    height: 40px;
    border-radius: 0;
    background: #d81e06;
    color: #ffffff;
    margin-left: -6px;
    margin-top: -5px;
}

.content-main .tab-content #courses_comment .comment-form .evaluate-content button:hover {
    background: #a81f06;
}

.content-main .tab-content #courses_comment .comment-form .anonymous-evaluate label {
    color: #999999;
}

.content-main .tab-content #courses_comment .comment-form .anonymous-evaluate.checkbox label::before {
    border-radius: 0 !important;
}

.content-main .tab-content #courses_comment .comment-form .anonymous-evaluate.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d50212 !important;
    border-color: #d50212 !important;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one {
    margin-top: 30px;
    border-bottom: 1px solid #dddddd;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one .user-info {
    float: left;
    margin-right: 20px;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one .user-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one .user-info div {
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one .evaluations-detail {
    padding-bottom: 15px;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one .evaluations-detail .detail {
    height: 32px;
    line-height: 32px;
}

.content-main .tab-content #courses_comment .user-evaluations .evaluation-one .evaluations-detail .evaluate-time {
    color: #999999;
}

.content-main .teacher-list:after {
    content: ' ';
    display: block;
    clear: both;
}

.content-main .teacher-list .teacher-one {
    width: 48%;
    height: 200px;
    margin-left: 1%;
    border-radius: 8px;
    padding: 10px 10px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.content-main .teacher-list .teacher-one:hover .teacher-one-detail .face img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.content-main .teacher-list .teacher-one .teacher-one-detail {
    height: 100%;
    position: absolute;
    z-index: 3;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.content-main .teacher-list .teacher-one .teacher-one-detail .face {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}

.content-main .teacher-list .teacher-one .teacher-one-detail .face img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.content-main .teacher-list .teacher-one .teacher-one-detail .intro {
    width: 70%;
    float: left;
}

.content-main .teacher-list .teacher-one .teacher-one-detail .intro .name {
    padding: 5px;
    font-size: 16px;
}

.content-main .teacher-list .teacher-one .teacher-one-detail .intro .ranks {
    padding: 5px;
    font-size: 14px;
}

.content-main .teacher-list .teacher-one .teacher-one-detail .intro .text {
    padding: 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

.content-main .teacher-list .teacher-one .spring-one {
    width: 94%;
    height: 100%;
    position: absolute;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    opacity: 0.7;
    bottom: -18px;
    left: 4%;
}

.content-main .teacher-list .teacher-one .spring-two {
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    opacity: 0.3;
    bottom: -25px;
    left: 5%;
}

.content-right {
    width: 25%;
    margin-left: 20px;
    padding: 0;
    font-size: 12px;
}

.content-right .right-teacher, .content-right .right-news, .content-right .right-recommend-course {
    width: 100%;
    background: #ffffff;
}

.content-right .right-teacher .top-title, .content-right .right-news .top-title, .content-right .right-recommend-course .top-title {
    padding: 22px 0;
    border-bottom: 1px solid #efefef;
}

.content-right .right-teacher .top-title div, .content-right .right-news .top-title div, .content-right .right-recommend-course .top-title div {
    height: 20px;
    line-height: 20px;
    border-left: 3px solid #d72502;
}

.content-right .right-teacher .top-title div span, .content-right .right-news .top-title div span, .content-right .right-recommend-course .top-title div span {
    margin-left: 10px;
    font-size: 18px;
    color: #333333;
}

.content-right .right-teacher .top-title div a, .content-right .right-news .top-title div a, .content-right .right-recommend-course .top-title div a {
    float: right;
    margin-right: 17px;
    color: #333333;
    font-size: 12px;
}

.content-right .right-teacher .top-content {
    padding: 0 20px;
    color: #333333;
}

.content-right .right-teacher .top-content .teacher-intro {
    margin: 10px 0;
    font-size: 14px;
}

.content-right .right-teacher .top-content .teacher-intro .teacher-face {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.content-right .right-teacher .top-content .teacher-intro .teacher-face img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.content-right .right-teacher .top-content .teacher-intro .teacher-name {
    width: 80%;
    margin-left: 70px;
    height: 60px;
    padding: 12px 0;
}

.content-right .right-teacher .top-content .teacher-detail {
    clear: left;
    padding-bottom: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}

.content-right .right-news {
    margin-top: 20px;
}

.content-right .right-news .main-bottom-ul {
    margin-top: 10px;
    padding-bottom: 30px;
}

.content-right .right-news .main-bottom-ul ul li {
    margin-right: 10px;
    list-style: none;
    padding: 8px 0 8px 32px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-right .right-news .main-bottom-ul ul li:hover {
    background: #eeeeee;
}

.content-right .right-news .main-bottom-ul ul li:hover:before {
    background: #d50212;
}

.content-right .right-news .main-bottom-ul ul li:hover a {
    color: #d50212;
}

.content-right .right-news .main-bottom-ul ul li:before {
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c7c7c7;
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 11px;
    margin-left: 6px;
}

.content-right .right-news .main-bottom-ul ul li a {
    text-decoration: none;
    color: #666666;
}

.content-right .right-swiper .swiper-slide {
    position: relative;
}

.content-right .right-swiper .swiper-slide .tag {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.6);
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 0;
    display: none;
}

.content-right .right-swiper .swiper-slide .tag img {
    width: 50px;
    height: 50px;
}

.content-right .right-recommend-course {
    background: #ffffff;
}

.content-right .right-recommend-course .tab-content:after {
    content: ' ';
    display: block;
    clear: both;
}

.content-right .right-recommend-course .course-right .courses-one {
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.content-right .right-recommend-course .course-right .courses-one:hover .courses-one-title {
    color: #d50212;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .courses-one-title {
    margin: 18px auto 4px;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .courses-one-des {
    padding: 5px 0 15px;
}

.content-right .right-recommend-course .course-right .courses-one.hot-courses-one:hover {
    -webkit-box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-img {
    position: relative;
    overflow: hidden;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-img img {
    width: 100%;
    height: 165px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.content-right .right-recommend-course .course-right .courses-one:hover {
    -webkit-box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
}

.content-right .right-recommend-course .course-right .courses-one:hover .live-play {
    display: block;
    cursor: pointer;
}

.content-right .right-recommend-course .course-right .courses-one:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /*Safari 和 Chrome*/
    -moz-transform: scale(1.1);
    /*Firefox*/
    -ms-transform: scale(1.1);
    /*IE9*/
    -o-transform: scale(1.1);
    /*Opera*/
}

.content-right .right-recommend-course .course-right .courses-one:hover .courses-one-title {
    color: #d50212;
    text-decoration: underline;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content {
    width: 90%;
    margin: 0 auto;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .courses-one-title {
    display: block;
    margin: 25px auto 5px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .title-center {
    text-align: center;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .live-course-title {
    text-decoration: none;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .courses-one-des {
    font-size: 14px;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .courses-one-des .study-people {
    float: left;
    color: #999999;
    padding-left: 25px;
    background: url("../images/hot-course-people.png") no-repeat left;
}

.content-right .right-recommend-course .course-right .courses-one .courses-one-content .courses-one-des .course-price {
    color: #ff3c42;
    margin-left: 60px;
    font-weight: 600;
}

/**课程详情/目录/评价 结束**/
/**猜你喜欢**/
.like-courses {
    margin-top: 30px;
    padding: 20px 10px;
    background: #ffffff;
}

.like-courses-title {
    height: 25px;
    line-height: 25px;
}

.like-courses-title .title {
    padding-left: 30px;
    border-left: 3px solid #d72502;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
}

.like-courses-title .courses-tab {
    width: 100%;
}

.like-courses-title .courses-tab .more {
    float: right;
    display: block;
    margin-right: 20px;
    color: #666666;
    line-height: 25px;
    text-decoration: none;
    font-size: 12px;
}

.tab-content {
    position: relative;
    margin: 15px 0;
}

.tab-content .courses-one {
    float: left;
    margin: 0 6px 30px;
    position: relative;
    text-decoration: none;
    padding-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.tab-content .courses-one.like-courses-one:hover {
    -webkit-box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
    box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.2);
}

.tab-content .courses-one .tags {
    width: 50px;
    position: absolute;
    z-index: 666;
    background: rgba(51, 51, 51, 0.8);
    color: #ffffff;
    padding: 3px 10px;
    left: 0;
    top: 15px;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
}

.tab-content .courses-one .courses-one-img {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
    /**悬浮显示*/
}

.tab-content .courses-one .courses-one-img img {
    width: 270px;
    height: 165px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.tab-content .courses-one .courses-one-img .live-play {
    display: none;
    width: 270px;
    height: 165px;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    z-index: 899;
    top: 0;
    left: 0;
}

.tab-content .courses-one .courses-one-img .live-play img, .tab-content .courses-one .courses-one-img .live-play span {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
}

.tab-content .courses-one .courses-one-img .live-play span {
    font-size: 16px;
    color: #333333;
    margin-top: -20px;
    z-index: 9;
    text-align: center;
    line-height: 20px;
}

.tab-content .courses-one .courses-one-img:hover .live-play {
    display: block;
    cursor: pointer;
}

.tab-content .courses-one .courses-one-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /*Safari 和 Chrome*/
    -moz-transform: scale(1.1);
    /*Firefox*/
    -ms-transform: scale(1.1);
    /*IE9*/
    -o-transform: scale(1.1);
    /*Opera*/
}

.tab-content .courses-one .courses-one-content {
    width: 90%;
    margin: 0 auto;
}

.tab-content .courses-one .courses-one-content .courses-one-title {
    display: block;
    margin: 15px auto 10px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.tab-content .courses-one .courses-one-content .title-center {
    text-align: center;
}

.tab-content .courses-one .courses-one-content .live-course-title {
    text-decoration: none;
}

.tab-content .courses-one .courses-one-content .courses-one-des {
    font-size: 14px;
}

.tab-content .courses-one .courses-one-content .courses-one-des .courses-teacher, .tab-content .courses-one .courses-one-content .courses-one-des .courses-people {
    float: left;
    color: #999999;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    background-size: 16px;
}

.tab-content .courses-one .courses-one-content .courses-one-des .courses-teacher {
    background: url("../images/icon/teacher.png") no-repeat left;
    padding-left: 25px;
}

.tab-content .courses-one .courses-one-content .courses-one-des .courses-clock {
    background: url("../images/live-clock.png") no-repeat left;
    padding-left: 20px;
}

.tab-content .courses-one .courses-one-content .courses-one-des .courses-people {
    background: url("../images/icon/enrolment1.png") no-repeat left;
    padding-left: 20px;
}

.tab-content .courses-one .courses-one-content .courses-one-des .btn, .tab-content .courses-one .courses-one-content .courses-one-des .btn-left {
    height: 25px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    float: right;
    padding: 0px 12px;
    margin-top: 3px;
    text-decoration: none;
}

.tab-content .courses-one .courses-one-content .courses-one-des .btn {
    color: #d81e06;
    border: 1px solid #d81e06;
    background: #fbe8e6;
}

.tab-content .courses-one .courses-one-content .courses-one-des .btn:hover {
    background: #fbc2be;
}

.tab-content .courses-one .courses-one-content .courses-one-des .btn-left {
    color: #0eaece;
    border: 1px solid #0eaece;
    background: #e6ffff;
}

.tab-content .courses-one .courses-one-content .courses-one-des .btn-left:hover {
    background: #b8ebed;
}

.tab-content .courses-one .courses-one-content .courses-one-des .btn.sold-out-btn {
    background: #fff;
    color: #666666;
    border: 1px solid #666666;
}

/**猜你喜欢 结束**/
/*课程详情页 结束*/
/*题库分类*/
.example-categorys {
    padding-left: 0;
}

.example-categorys .example-categorys-one {
    padding: 25px 25px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
}

.example-categorys .example-categorys-one .cate {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 30px 0 15px;
    background: #ffffff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.example-categorys .example-categorys-one .cate:hover {
    -webkit-box-shadow: 1px -1px 20px rgba(51, 51, 51, 0.3);
    box-shadow: 1px -1px 20px rgba(51, 51, 51, 0.3);
}

.example-categorys .example-categorys-one .cate img {
    width: 48px;
    height: 48px;
}

.example-categorys .example-categorys-one .cate h4 {
    font-weight: 600;
    margin-top: 25px;
}

/*题库分类 结束*/
.bottom {
    margin-top: 95px !important;
}

/*团购秒杀 开始*/
.courses-title .courses-group-buy {
    font-size: 14px;
}

.courses-title .courses-group-buy .group-buy-title {
    font-weight: bold;
    padding: 10px 0;
}

.courses-title .courses-group-buy .group-bought, .courses-title .courses-group-buy .group-buying {
    display: inline-block;
}

.courses-title .courses-group-buy .group-bought img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.courses-title .courses-group-buy .group-bought span {
    line-height: 50px;
    margin-left: 10px;
}

.courses-title .courses-group-buy .group-buying .group-buying-info {
    display: inline-block;
    font-size: 12px;
    margin-left: 40px;
    margin-right: 40px;
}

.courses-title .courses-group-buy .group-buying .btn-buy {
    color: #ffffff;
    background: #d81e06;
}

/*团购秒杀 结束*/
