/*培训模块页面 BEGIN*/

.training {
    background: #f8fafc;
}
.training .mt-checkbox.mt-checkbox-outline {
    display: inline-block;
}
.training .mt-checkbox.mt-checkbox-outline a:hover {
    color: #04C3A0;
    text-decoration: underline;
}
.training_main .banner {
    height: 400px;
}
.training_main .banner_img {
    height: 400px;
    overflow: hidden;
}
.training_main .banner_img img {
    height: 100%;
    width: 1200px;
}
.training_nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.training_nav .training_nav_wrap {
    position: absolute;
    background: rgba(41, 41, 41, .6);
    color: #fff;
    z-index: 10;
}
.training_nav .training_nav_list {
    width: 218px;
    height: 400px;
}

/*培训模块页面 ---1.3版本 END*/
/*培训模块页面 END*/

/*培训模块页面 BEGIN*/
.course_detail>div.container {
    padding: 20px;
    width: 1200px;
}
.course_detail>div.course_main {
    padding: 20px 0 0;
}
.course_detail .section_course_banner {
    background: #FFF;
}
.course_detail .course_banner.row{
    margin-left: 0;
    margin-right: 0;
}
.course_detail .course_img_wrap {
    position: relative;
    width: 43%;
    height: 270px;
    overflow: hidden;
    background: no-repeat center / cover;
    padding: 0;
    margin-right: 5px;
}
.course_detail .course_img_wrap.mask:before {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.course_detail .course_img_wrap a {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    display: inline-block;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .5) url(../../images/frontend/course_details/video.svg) no-repeat center center;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.course_detail .course_img_wrap a:hover {
    border: 1px solid rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .8);
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
}
.course_detail .course_banner_left img {
    max-width: 100%;
    height: 100%;
    max-height: 308px;
    width: 100%;
}
.course_detail .course_banner_right {
    width: 54%;
}
.course_detail .course_banner_right .page_tt {
    font-size: 1.57em;
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 597px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.course_detail .course_banner_right .page_feature {
    font-size: 1em;
    color: #333;
    text-align: justify;
}
.course_detail .course_banner_right .page_below_line {
    line-height: 1;
    font-size: 1em;
    margin: 9px 0 12px;
    color: #FF962F;
}
.course_detail .course_banner_right .page_below_line span{
    color: #999;
}
.course_detail .course_banner_right .page_below_line i.lighten{
    color: #FF962F;
}


.course_detail .course_banner_right .page_below_line>div {
    float: left;
}
.course_detail .course_banner_right .page_below_line>div.collect_share {
    float: right;
}
.course_detail .course_banner_right .page_below_line>div.collect_share .share {
    position: relative;
}
.course_detail .course_banner_right .page_below_line>div.collect_share .share:hover .bdsharebuttonbox {
    display: block;
}
.course_detail .course_banner_right .page_below_line>div.collect_share .share .bdsharebuttonbox {
    position: absolute;
    width: 135px;
    padding-top: 10px;
    display: none;
}
.course_detail .course_banner_right .page_below_line>div.collect_share .share .bdsharebuttonbox a {
    display: inline-block;
    width: 24px;
}
.course_detail .course_banner_right .page_below_line>div span {
    padding: 0 15px;
    border-right: 1px solid #ddd;
}
.course_detail .course_banner_right .page_below_line>div span strong {
    color: #04C3A0;
    padding-left: 8px;
}
.course_detail .course_banner_right .page_below_line>div a {
    padding-left: 15px;
    border-right: 0;
    color: #999;
}
.course_detail .course_banner_right .page_below_line>div a:hover {
    color: #04C3A0;
}
.course_detail .course_banner_right .page_below_line>div a>i.fa {
    color: #c72f2a !important
}
.course_detail .course_banner_right .page_info span {
    margin-right: 10%;
}
.course_detail .course_banner_right .page_info strong {
    font-weight: normal;
}
.course_detail .course_banner_right .course_price {
    color: #333;
    font-size: 1em;
    line-height: 2.6;
    padding: 12px 30px 12px 20px;
    background: #F5F7FA;;
    position: relative;
}
.course_detail .course_banner_right .course_price strong {
    color: #FF962F;
    font-size: 1.2em;
}
.course_detail .course_banner_right .course_price strong.free {
    color: #5fb41b;
    font-size: 1.2em;
}
.course_detail .course_banner_right .action_wrapper {
    margin-top: 45px;
    overflow: hidden;
}
.course_detail .course_banner_right .action_wrapper .btn {
    padding: 0 1.83em;
    color: #fff;
    font-size: 14px;
    line-height: 40px;

}
.course_detail .btn.btn-join {
    border-color: #F05F21;
    background: #F05F21;
    color: #fff;
}
.course_detail .btn.btn-join:hover{
    border-color: #F05F21;
    background: #F05F21;
}
.course_detail .btn.btn_free{
    background: #04C3A0;
    border-color: #04C3A0;
    color: #fff;
}
.course_detail .course_banner_right .action_wrapper .btn.btn-advice-wrap {
    background: transparent;
    margin-right: 15px;
}
.course_detail .btn:hover {
    background: #04C3A0;
    border-color: #04C3A0;
    color: #fff
}
.course_detail .course_banner_right .action_wrapper .btn.btn-join {
    color: #fff;
}
.course_detail .btn.apply{
    border:1px solid rgba(240,95,33,1);
    color: rgba(240,95,33,1);
}
.course_detail .btn.apply:hover{
    background-color: rgba(240,95,33,1);
    color: #fff;
}
.course_detail .section_main .inner_center {
    min-height: 823px;
}
.course_detail .course_teacher:first-child {
    display: none;
}
/*.course_detail .course_teacher {*/
/*    padding: 20px 20px 30px*/
/*}*/
.course_detail .course_tab {
    padding: 20px 20px 30px 0;
}

.course_detail .tabbable-custom,
.course_detail .course_teacher{
    background: #fff;
}
.course_detail .course_teacher .message_board{
    width: calc(100% + 40px);
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 20px solid #f8fafc;
    padding-left: 20px;
    padding-right: 20px;
}
.course_detail .course_teacher .message_board .sub_title {
    line-height: 1;
    font-size: 16px;
    padding: 20px;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-left: -20px;
    margin-right: -20px;
}
.course_detail .course_teacher .message_board .sub_content {
    padding: 25px 0 0;
}
.course_detail .course_teacher .message_board .sub_content>li {
    line-height: 1.715;
}
.course_detail .course_teacher .message_board .sub_content>li.qrcode_wrapper {
    line-height: 1;
    width: 140px;
    height: 140px;
    border: 1px solid #dbdbdb;
    margin-top: 13px;
    overflow: hidden;
}
.course_detail .course_teacher .message_board .sub_content>li.qrcode_wrapper img {
    width: 100%;
}

.course_detail .course_teacher .message_board .sub_content>p {
    line-height: 1.715;
}
.course_detail .course_teacher .message_board .sub_content>p>img {
    line-height: 1;
    width: 140px;
    height: 140px;
    border: 1px solid #dbdbdb;
    margin-top: 13px;
    overflow: hidden;
}

.course_detail .tabbable-custom {
    margin: -20px 0 0;
    padding: 20px 20px 20px;
}
.course_detail .tabbable-custom>.nav-tabs>li a {
    font-size: 16px;
    padding: 0 30px;
    line-height: 50px;
    color: #666;
}

.course_detail .tabbable-custom>.nav-tabs>li.active a {
    color: #04C3A0;
    border-bottom: 3px solid #04C3A0;
}
.course_detail .tabbable-custom>.tab-content {
    border: 0;
    padding: 0;
}
.course_detail .tabbable-custom>.tab-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 73px;
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    background: #eee;
}
.course_detail .tabbable-custom>.tab-content .tab_nav{
    margin: 20px 0;
    padding-left: 30px;
    font-size:16px;
    font-family:Microsoft YaHei;
    color:rgba(51,51,51,1);
}
.course_detail .tabbable-custom>.tab-content .tab-pane.tab_course_introduce {
    padding-top: 20px;
}
.course_detail .tabbable-custom>.tab-content .tab-pane.tab_course_introduce p {
    line-height: 1.714;
    margin-bottom: 10px;
}
.course_detail .tabbable-custom>.tab-content .sub_tt {
    font-size: 1.143em;
    color: #333;
    font-weight: 400;
    line-height: 2;
    margin: 10px 0;
}
.course_detail .tabbable-custom>.tab-content .course_describe {
    font-size: 1em;
}
.course_detail .tabbable-custom>.tab-content .tab_course_introduce img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.course_detail .tabbable-custom>.tab-content .course_list {
    padding: 30px 0 0;
}


label.mt-radio {
    height: 40px;
    padding: 14px 18px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
}
label.mt-radio p {
    font-size: 12px;
    line-height: 1;
}

.course_detail .course_teacher .course_teacher_tt {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #eee;
    color: #333;
    margin-left: -20px;
    margin-right: -20px;
}
/*.course_detail .course_teacher .teacher_info {*/
/*    padding: 20px 0 0;*/
/*}*/
.course_detail .course_teacher .head_img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50% !important;
    float: left;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.course_detail .course_teacher .teacher_info img {
    width: 100%;
    height: 100%;
}
.course_detail .course_teacher .teacher_label {
    max-width: 240px;
    max-height: 104px;
    margin: auto;
    text-align: center;
}
.course_detail .course_teacher .teacher_name {
    color: #333;
    font-size: 1.143em;
    font-weight: 600;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    margin-left: 13px;
    line-height: 38px;
}
.course_detail .course_teacher .teacher_profession {
    color: #666;
    font-size: 1em;
}
.course_detail .course_teacher .tree-list {
    display: table;
    table-layout: fixed;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0;
}
.course_detail .course_teacher .tree-list li {
    display: table-cell;
}
.course_detail .course_teacher .tree-list li * {
    display: block;
    text-align: center;
}
.course_detail .course_teacher .tree-list li .item-num {
    font-size: 20px;
    color: #04C3A0;
    font-weight: 600;
}
.course_detail .course_teacher .tree-list li p {
    color: #999;
    font-weight: 400;
}
.course_detail .course_teacher .agency-summary {
    font-size: 1em;
    color: #666;
    line-height: 1.714em;
    text-align: justify;
    padding-top: 10px;
    /*padding-bottom: 30px;*/
    max-height: 137px;
}
.course_detail .course_teacher .block--contact {
    margin-top: 15px;
}
.course_detail .course_teacher .block--contact .block-tt {
    font-size: 1.143em;
    line-height: 2;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
}
.course_detail .course_teacher .block--contact .block-bd {
    font-size: 1em;
    line-height: 1;
    color: #666;
}

.empty_notice {
    padding-bottom: 120px;
    padding-top: 70px;
}
.empty_notice span {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #999;
    padding-left: 45px;
    position: relative;
    /*background: url(../../images/frontend/course_details/notice.svg) no-repeat 0 center;*/
}
.empty_notice span i.iconfont {
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 48px;
    color: #04C3A0;
}
/* END*/

.comment_reply.reply_write {
    width: calc(100% - 90px);
    float: right;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
}
.comment_reply.reply_write .reply_item {
    padding: 20px 0;
    font-size: 14px;
}
.comment_reply.reply_write .reply_item:first-child {
    border: 0;
}
/*培训模块页面 BEGIN*/
.reply_btn {
    margin-left: 15px;
}
/*培训模块页面 END*/

/*新改*/
.course_head{
    height: 280px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
}
div.section_feature{
    padding: 30px 20px 30px 30px;
}
div.course_main{
    margin-top: 30px;
}

.course_price span.collect_share{
    float: right;
    line-height: 41.6px;
}
.course_price .collect_share a i{
    font-size: 14px;
    line-height:24px;
    color:rgba(153,153,153,1);
}
.course_price .collect_share a .iconfont:before{
    margin-right: 2px;
}
.course_price .collect_share a i.favor{
    color: #F05F21;
}
.course_price .buyer{
    color: #999;
}
.action_wrapper .left{
    float: left;
}
.action_wrapper .share_item{
    margin-top: 10px;
    margin-left: 20px;
}
.course_detail .tabbable-custom>.nav-tabs>li.active{
    border: 0;
}
.course_teacher .side_title{
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-family:Source Han Sans CN;
}
.course_teacher .side_title .course_label{
    font-size:16px;
    line-height:30px;
    color:rgba(51,51,51,1);
}
.course_teacher .side_title a{
    float: right;
    color: #999;
    text-decoration: none;
}
.course_teacher .side_title .icon-xiangyou{
    font-size: 12px;
    margin-left: 5px;
}

.recommend_product .product_item {
    position: relative;
    margin-bottom: 20px;
}
.recommend_product .item_img {
    float: left;
    position: relative;
    width: 114px;
    height: 64px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.recommend_product .original_price{
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: rgba(102,102,102,1);
    text-decoration: line-through;
}
.recommend_product .discount_logo{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 10px;
    background: rgba(240,95,33,1);
    border: 1px solid rgba(255,255,255,1);
    color: #fff;
    font-size: 12px;
    border-radius: 14px!important;
    -webkit-border-radius: 14px!important;
    -moz-border-radius: 14px!important;
}
.recommend_product .item_info {
    float: right;
    width: calc(100% - 120px);
    padding-left: 10px;
}
.recommend_product .product_name {
    font-size: 14px;
    color: #333;
    height: 48px;
    font-weight: 400;
    line-height: 24px;
    margin-top: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recommend_product .product_price {
    color: #de3f3a;
    bottom: 0;
}
.recommend_product .product_price.free {
    color: #28b28b;
}

/*评价*/
.tab-content .tab_course_comment .comments_filter.row {
    background: #fff;
}
.tab_course_comment .filter-comment-rank .evaluate_title{
    border-left: 3px solid #04C3A0;
    padding-left: 12px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:32px;
    color:rgba(51,51,51,1);
}
.tab_course_comment .filter-comment-rank .evaluate_rank{
    margin-left: 29px;
}
.filter-comment-rank .evaluate_rank span.score, span.fen{
    color: #FEB342;
    font-weight: bold;
}
.filter-comment-rank .evaluate_rank span.icon{
    margin-left: 10px;
}
.filter-comment-rank .evaluate_rank i.lighten{
    color: #FEB342;
}
.tab-content .tab_course_comment .comment-statistics{
    width: 84px;
    height: 32px;
    background: rgba(4,195,160,1);
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
    line-height: 32px;
    color: #fff;
    float: right;
    margin-top: 8px;
}
.tab_course_comment .evaluate_label{
    margin-top: 22px;
}
.tab_course_comment .evaluate_label li{
    max-width:96px;
    overflow: hidden;
    padding: 3px 10px;
    height:30px;
    text-align: center;
    float: left;
    line-height: 23px;
    margin-right: 21px;
    border:1px solid rgba(209,208,208,1);
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}
.tab_course_comment .evaluate_label li a{
    text-decoration: none;
}
.tab_course_comment .evaluate_label li a span{
    color: #666;
    font-size:14px;
    max-width: 76px;
    display: inline-block;
    overflow: hidden;
}
.tab_course_comment .evaluate_label li.active{
    background: rgba(4,195,160,1);
    border-color: rgba(4,195,160,1);
}
.tab_course_comment .evaluate_label li.active span{
    color: #fff;
}
.problem_desc, .comment_reply{
    padding: 20px;
    position: relative;
    background:rgba(242,242,245,1);
    border:1px solid rgba(244,244,244,1);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.problem_desc, .arrow{
    width: 14px;
    height: 14px;
    position: absolute;
    top: -5px;
    background: rgba(244,244,244,1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background-color: #04C3A0!important;
    border-color: #04C3A0!important;
}

.modal-footer .btn-primary{
    background-color: #04C3A0!important;
    border-color: #04C3A0!important;
    padding: 10px 29px;
}
.modal-footer .btn-default{
    padding: 10px 29px;
}
div.modal-header{
    padding: 20px 30px;
}
div.modal-body{
    padding: 30px;
}
.modal-body .evaluate_star{
    margin-bottom: 18px;
}
.modal-body .evaluate_star .star_items{
    width: 200px;
    margin: auto;
}
.modal-body .evaluate_star .icon-shoucang1{
    color: #999;
    font-size: 36px;
}
.modal-body .evaluate_star .icon-shoucang1.on{
    color: #FF962F;
}
.modal-body .star_describe{
    text-align: center;
    margin-top: 11px;
    font-size:14px;
    font-family:PingFang SC;
    line-height:18px;
    color:rgba(102,102,102,1);
}
.modal-body .star_label{
    overflow: hidden;
    margin-top: 17px;
}
.modal-body .star_label li{
    height: 26px;
    max-width: 92px;
    border:1px solid rgba(209,208,208,1);
    text-align: center;
    float: left;
    padding: 6px 11px;
    line-height: 10px;
    margin-right: 21px;
    margin-bottom: 16px;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}
.modal-body .star_label li a{
    font-size:14px;
    font-family:Source Han Sans CN;
    color:rgba(51,51,51,1);
    text-decoration: none;
}
.modal-body .star_label li:hover{
    background: #04C3A0;
}
.modal-body .star_label li:hover a{
    color: #fff;
}
.modal-body .star_label li.active{
    background: #04C3A0;
}
.modal-body .star_label li.active a{
    color: #fff;
}
.modal-body textarea{
    width: 536px;
    resize: none;
    padding-left: 15px;
    padding-top: 16px;
    background:rgba(242,242,242,1);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
textarea::-webkit-input-placeholder {
    color: #BDBABA;
    font-size:14px;
}
textarea:-moz-placeholder {
    color: #BDBABA;
    font-size:14px;
}
textarea::-moz-placeholder {
    color: #BDBABA;
    font-size:14px;
}
textarea:-ms-input-placeholder {
    color: #BDBABA;
    font-size:14px;
}

/*系列课*/
.course_detail .course_content a:hover,
.course_detail .course_content a:visited{
    text-decoration: none!important;
    color: #666;
}
.course_detail .tab-pane .packageCourse_list li{
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    border:1px solid rgba(238,238,238,1);
}
.course_detail .tab-pane .packageCourse_list .packageCourse_bg{
    width:200px;
    height:113px;
    float: left;
    margin-right: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:8px!important;
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
}
.course_detail .tab-pane .packageCourse_list .packageCourse_info{
    float: left;
    max-width: 70%;
}
.course_detail .tab-pane .packageCourse_list .pkg_name{
    font-size:18px;
    font-family:Microsoft YaHei;
    line-height:32px;
    color:rgba(51,51,51,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.course_detail .tab-pane .packageCourse_list .pkg_main span{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:36px;
    color:rgba(153,153,153,1);
}
.course_detail .tab-pane .packageCourse_list .pkg_main span.statistics-apply{
    margin-left: 77px;
    margin-right: 57px;
}
.course_detail .tab-pane .packageCourse_list .pkg_main span.price_item{
    color:rgba(240,95,33,1);
}
.course_detail .tab-pane .packageCourse_list .pkg_brief{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:25px;
    color:rgba(153,153,153,1);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/*系列课详情*/
.course_detail .course_banner_right .course_price span.price_title{
    font-size:16px;
    font-family:Microsoft YaHei;
    line-height:36px;
    color:rgba(51,51,51,1);
}
.course_detail .course_banner_right .course_price span.count_down{
    padding: 6px 9px;
    background:linear-gradient(90deg,rgba(240,95,33,1) 0%,rgba(230,91,32,1) 100%);
    font-size: 12px;
    font-family:Source Han Sans CN;
    color: #fff;
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    border-radius: 13px !important;
    margin-left: 12px;
}
.course_detail .course_banner_right .course_price span.sale_price{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #F05F21;
}
.course_detail .course_banner_right .course_price span.original_price{
    text-decoration: line-through;
    font-size:13px;
    font-family:Microsoft YaHei;
    color: #666666;
}
.course_detail .course-package{
    margin-top: 19px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
}
.course_detail .course-package .course_package_title a{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:25px;
    color:rgba(51,51,51,1);
}
.course_detail .course-package .package_carousel{
    margin-top: 20px;
    position: relative;
    width: 71%;
    height: 224px;
    overflow: hidden;
    float: left;
}
.course_detail .course-package .package_info{
    width: 28%;
    float: right;
    margin-top: 20px;
    padding-left: 15px;
}
.course_detail .package_carousel .swiper_arrow{
    position: absolute;
    background-image: none;
    width:28px;
    height:38px;
    background:rgba(0,0,0,0.7);
    opacity:0.7;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
.course_detail .package_carousel .swiper_arrow.arrow_left{
    left: 0;
}
.course_detail .package_carousel .swiper_arrow.arrow_right{
    right: 0;
}
.course_detail .package_carousel .swiper-slide{
    padding: 0 10px;
}
.course_detail .package_carousel .swiper-slide .course_item_bg{
    width: 100%;
    height: 122px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius:8px!important;
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    background-color: #04C3A0;
    margin-bottom: 15px;
}
.course_detail .package_carousel .swiper-slide .course_item_name{
    font-size:16px;
    width: 100%;
    font-family:Microsoft YaHei;
    line-height:28px;
    color:rgba(51,51,51,1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course_detail .package_carousel .swiper-slide .course_item_info{
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
}
.course_detail .package_carousel .swiper-slide .course_item_info .course_rank{
    font-family:Microsoft YaHei;
    color:rgba(153,153,153,1);
}
.course_detail .package_carousel .swiper-slide .course_item_info .course_score{
    float: right;
    color: #FF962F;
}
.course_detail .package_carousel .swiper-slide .course_item_bottom{
    line-height: 25px;
    width: 100%;
    font-size:14px;
    font-family:Microsoft YaHei;
}
.course_detail .package_carousel .swiper-slide .course_item_bottom .original_price{
    text-decoration: line-through;
    color: rgba(102,102,102,1);
}
.course_detail .package_carousel .swiper-slide .course_item_bottom .students{
    color:rgba(153,153,153,1);
    float: right;
}
.course_detail .package_carousel .swiper-slide .course_item_bottom .course_price{
    color:rgba(240,95,33,1);
}
.course_detail .package_carousel .swiper-slide .course_item_bottom .course_price.free{
    color:rgba(40,178,139,1);
}
.course_detail .course-package .package_info .package_price_sale{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:25px;
    color:rgba(240,95,33,1);
}
.course_detail .course-package .package_info .package_price_old{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:25px;
    color:rgba(102,102,102,1);
    text-decoration: line-through;
}
.course_detail .course-package .package_info .btn{
    margin-top: 20px;
    width: 140px;
}

/*是否评价提示弹窗*/
.hintEvaluate .hint_content{
    padding: 30px;
    padding-bottom: 20px;
}
.hintEvaluate .hint_content .view{
    text-align: left;
    font-size:14px;
    font-family:PingFang SC;
    color:rgba(153,153,153,1);
    margin-bottom: 20px;
}
.hintEvaluate .hint_footer{
    text-align: end;
}

/*优惠券板块*/
.course_banner_right .coupon{
    width:196px;
    padding: 0 9px;
    background:linear-gradient(134deg,rgba(246,170,55,1) 0%,rgba(255,147,61,1) 100%,rgba(255,146,61,1) 100%);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    position: absolute;
    right: 30px;
    bottom: 12px;
    cursor: pointer;
}
.coupon .coupon_name{
    font-size:12px;
    font-family:Source Han Sans CN;
    line-height:20px;
    color:rgba(255,228,200,1);
}
.coupon .coupon_name .price{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-right: 4px;
    margin-left: 2px;
}
.coupon .coupon_status{
    width:68px;
    height:22px;
    background:rgba(255,255,255,1);
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    position: absolute;
    right: 10px;
    top: 6px;
    line-height:23px;
}
.coupon .coupon_status .to_acquire{
    font-size:12px;
    padding: 0 9px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(254,149,61,1);
}
.coupon .coupon_status .acquired{
    font-size:12px;
    font-family:Source Han Sans CN;
    padding: 0 15px;
    font-weight:400;
    line-height:20px;
    color:rgba(153,153,153,1);
}

.course_detail .course_img_wrap .live_course {
    height:270px;
    background:rgba(0,0,0,0.6);
}
.course_detail .live_course .live_top{
    padding: 11px 30px;
    width: 166px;
    background:rgba(0,0,0,0.8);
    border-radius: 21px!important;
    -webkit-border-radius: 21px!important;
    -moz-border-radius: 21px!important;
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
}
.live_course .live_top span.living_now{
    font-size:14px;
    font-family:Microsoft YaHei;
    color:rgba(255,255,255,1);
    float: right;
    line-height: 24px;
}
.live_course .live_top span.living_bg{
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url("../../images/frontend/course/linux-live.svg") no-repeat center / cover;
}
.live_course button{
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
}
.live_course .live_top.waiting{
    width: 240px;
    padding: 11px 32px;
    top: 40%;
}
.live_course .live_top.waiting .time{
    color: #04C3A0;
}
.live_course .live_top.waiting span{
    float: none;
    color: #fff;
}