.t_info,.column{
    background-color: #fff;
}
.t_logo img{
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: -33px;
    width: 66px;
    height: 66px;
    border-radius: 35px;
    background-color: #fff;
    border: 2px solid #fff;
    behavior: url(/js/common/ie-css3.htc);
}
.t_info_content{
    padding-top: 40px;
    padding-bottom: 8px;
    width: 150px;
    margin: 0 auto;
}
.divider{
    position: relative;
    margin-top: 10px;
    padding: 0 10px;
}
.mobile_divider{
    height:60px;
    line-height: 60px;
    text-align: center;
    color: #333;
}
.mobile_divider span{
    font-size: 1.8rem;
}
.pc .divider {
    padding: 8px 10px;
    font-size: 22px;
    font-weight: 400;
    color: #555;
}
.column{
    padding: 15px 0 5px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0px;
}
.pc .colum_wrap{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3); 
}
.pc .column {
    padding: 15px 2px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 65px;
}
.pc .column ul {
    position: absolute;
    width: 300%;
    transition: 0.5s;
    font-size: 0px;
    left: -1px;
}
.column li{
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}
.pc .column li {
    width: 240px;
    margin: 0px;
    padding: 0px;
    float: left;
    transition: all 0.2s linear;
    border-left: 1px solid #ddd;
}
.pc .column li a.colum_mid {
    display: inline-block;
    height: 48px;
    margin: 10px auto 0;
}
.column li img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin:0 auto;
}
.pc .column li img {
    margin: 0;
    float: left;
}
.pc .column li:hover{
    margin-top: -5px;
}
.column li p{
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
}
.pc .column li p {
    float: left;
    height: 48px;
    line-height: 48px;
    margin-left: 5px;
    font-size: 15px;
}
/* start 栏目左右按钮 add by yuanwei*/
.column_btn {
    width: 15px;
    height: 65px;
    position: absolute;
    top: 15px;
    text-align: center;
    line-height: 65px;
    color: #555;
    background: #f0f0f0;
    font-size: 18px;
    display: none;
    cursor: pointer;
}
.column_left_btn.column_btn {
    left: 0px;
}
.column_right_btn.column_btn {
    right: 0px;
}
.pc .column:hover .column_btn {
    display:block;
}
.pc .column_btn:hover {
    color:#fff;
    background-color:#fc5a31;
}
/* end */
.listView .listitem.col-2{
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0 5px;
    box-sizing: border-box;
}
.pc .listView .listitem.col-2{
    padding: 5px 10px;
}
.pc .listView .listitem{
    border-radius: 5px;
}
.listView .listitem.col-2:nth-child(odd){
    padding-left: 10px;
}
.listView .listitem.col-2:nth-child(even){
    padding-right: 10px;
}
.listView .listitem.col-1{
    padding: 5px 10px;
    box-sizing: border-box;
    background: transparent;
}
.listView .listitem .courseitem_img_wrap,.listView .listitem .courseitem{
    border-radius: 0;
}
.courseitem{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
}
/*app_download_mask*/
.app_download_mask{
    position: fixed;
    top: 0;
    width: 100%;
    height: 43px;
    padding: 5px 0;
    z-index: 10000;
}
.app_download_mask .close{
    width: 20px;
    height: 20px;
    background: url(/images/common/close.png) no-repeat 0 0;
    margin: 13px 5px 13px 10px;
}
.app_download_mask .btn{
    margin: 5px;
    border-radius: 5px;
}
.app_download_tip{
    line-height: 45px;
    margin-left: -4px;
}

.pc .course-hour{
    background-color: rgba(0,0,0,0.5);
    height:140px;
    width:207px;
    position: absolute;
    top: 110px;
    color: white;
    overflow: hidden;
}

/*新增*/
.pc .index_picture{
    margin-top:5px;
}
.pc .index_wrap{
    height:220px;
}
.pc .course-hour-info {
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis; 
    height: 100px;
    font-size: 14px;
    font-weight: 200;
    padding-left:5px;

}
.pc .course-hour-title{
    display: block;
    text-align: left;
    margin-left: -2px;
    margin-top: -4px;
}
.pc .index_price {
    /*margin-left: 6px;*/
    max-width: 68px;
}
.pc .img-height{
    height:140px !important;
}
.app_download_mask + .fixed_space.header{
    top: 53px;
}
/*scroll_wrap*/
ul#noticeList {
    position: absolute;
    top: 0px;   /*动态的*/
    width: 260px;
}
.index_course_list {
    height: 288px;
    overflow: hidden;
    position: relative;
}
ul#noticeList{
    position: absolute;
    top: 0px;
    width: 200px;
    padding: 0 10px;
}
#noticeList li.modal-click {
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #f2f2f2;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    font-size: 15px;
}
#noticeList li.modal-click span,#noticeList li.modal-click a{
    height: 100%;
    display: inline-block;
    float: left;
    color: #555;
}
#noticeList li.modal-click span{
    width: 23%;
}
#noticeList li.modal-click a{
    width: 95%;
    margin-left: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* start  new course show */
.recommend_module{
    width: 1162px;
    /*float: left;*/
    padding: 0 15px 30px;
    /*margin-top: 20px;*/
    background: #fff;
    /*margin-left: 2px;*/
    margin: 20px auto;
}
.module_header {
    width: 1192px;
    padding-top: 32px;
    /*    padding-bottom: 9px;*/
    overflow: hidden;
    margin-bottom: 16px;
    margin-left: -15px;
    border-bottom: 1px solid #ddd;
}
.module_header .module_title {
    float: left;
    font-size: 22px;
    font-weight: 400;
    margin-left: 50%;
    transform: translate(-50%);
    padding-bottom: 9px;
    border-bottom: 3px solid #F75931;
    color: #555;
}
.module_title a{
    padding:0px 15px 30px 15px;
}
.pc mark {
    display: inline-block;
    height: 22px;
    width: 3px;
    margin-right: 20px;
    background: #fc5a31;
    vertical-align: middle;
    margin-left: -20px;
}
.pc .module_title mark{
    margin-left: 0px;
}
.scale {
    display: block;
    -moz-transform:scale(1.2);  
    -webkit-transform:scale(1.2);  
    -o-transform:scale(1.2); 
}
.more_content_list{
    margin-right: 40px;
    font-size: 15px;
}
/* end  new course show */
.pc .row {zoom: 1;}
.pc .course_box_shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    transform: translate3d(0,-2px,0);
}
.pc .footer.index_notice{
    width: 980px;
    margin-left: 224px;
}
.pc .footer.index_notice_artway{
    width: 1200px;
    margin-left: 0px;
}

.pc .notice_wrap{
    width: 220px;
    height: 328px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 99;
    background-color: rgba(255,255,255,0.95);
    overflow: hidden;
    border-radius: 4px;
}
.pc .course_categorys{
    width: 220px;
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: 99;
    color: #fff;
}
.pc .notice_wrap h3{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    margin-top: 10px;
    border-left: 3px solid #fc5a31;
    font-size: 18px;
    font-weight: 400;
    color: #555;
}
.category_more_icon{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 10px;
    background: url('/images/drop_down_normal.png') 50% no-repeat;
    cursor: pointer;
}
.category_more_icon.selected_category{
    background: url('/images/drop_down_selected.png') 50% no-repeat;
}
ul#courseCategoryMenu {
    cursor: pointer;
    min-height: 399px;
    max-height: 1083px;
    position: initial;
    left: 0px;
    top: 0px;
    border-bottom:1px solid #ccc;
    background: rgba(0,0,0,0.6);
}
#courseCategoryMenu li.level_one_item {
    height: 57px;
    line-height: 57px;
    padding-left: 20px;
    font-size: 17px;
    clear: both;
    position: relative;
    transition: 0.3s;
}
#courseCategoryMenu .level_one_item.hide_level_one{
    height: 0px;
    overflow: hidden;
}
#courseCategoryMenu li.level_one_item>a {
    width: 200px;
    height: 57px;
    display: block;
    color: #fff;
    overflow: hidden;
}
.level_one_item .category_name{
    display: inline-block;
    width: 170px;
}
.level_one_item .categorys_arrow {
    display: inline-block;
    width: 30px;
    height: 57px;
    background: url('/images/arrow_normal.png') 50% no-repeat;
}
/* 选中状态 */
.level_one_item.show_now_category{
    background: #fff;
}
#courseCategoryMenu li.show_now_category>a{
    color: #ea5735;
}
.level_one_item.show_now_category .categorys_arrow {
    background: url('/images/arrow_selected.png') 50% no-repeat;
}
.show_now_category .course_categorys_two {
    /*display: block;*/
}
/* end */
.notice_wrap.course_categorys.scrWheel {
    margin-left: -940px;
    margin-top: -57px;
    height:377px;
}
.all_course {
    height: 50px;
    width:220px;
    background-color: #fc5a31;
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    top: -50px;
    color: #fff;
}
.menubtn { 
    position: absolute; 
    top: 0px; 
    left: 5px; 
    width: 50px; 
    height: 50px;
}
.menu_li { 
    position: absolute; 
    display: block; 
    width: 18px; 
    height: 2px; 
    left:15px;
    background-color: rgb(255, 255, 255); 
}
.menu_li1 { top: 18px;}
.menu_li2 { top: 25px;}
.menu_li3 { top: 32px;}
.all_course_text{
    margin-left: 55px;
}
.category_one_name{
    width: 80px;
    margin-left: 30px;
    padding-top: 5px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}
ul.category_two {
    padding: 5px;
    width: 570px;
}
ul.category_two li.level_two_item {
    font-size: 15px;
    height: 20px;
    float: left;
    line-height: 20px;
    margin-bottom: 8px;
}
ul.category_two li.level_two_item a {
    display: block;
    padding: 0 10px;
    color: #666;
}
ul.category_two li.level_two_item a:hover {
    color: #fc5a31;
}
.course_categorys_two{
    position: absolute;
    float: left;
    background: #fff;
    z-index: 99;
    width: 690px;
    left: 220px;
    top: 0px;
    min-height: 60px;
    padding: 15px 0;
    transition: 0.3s;
    box-shadow: 0px 2px 10px 0 rgba(7,17,27,0.2);
    overflow: hidden;
}
.hide_level_one_sign .course_categorys_two{
    top: initial;
    bottom: 0px;
}
.course_categorys_two.hideitem{
    width: 0;
    z-index: 0;
}
/* banner_bg add by yuanwei */
.banner_bg_wrap {
    width: 100%;
    height: 468px;
    position: fixed;
    top: 61px;
    left: 0px;
    z-index: -1;
}
.banner_bg_wrap .banner_top_bg {
    width: 100%;
    height: 68px;
    background: #f6f7f9;
}
.banner_bg_wrap .banner_bg {
    width: 100%;
    height: 400px;
    background: #eee;
    transition: 0.3s;
}
.oldPriceTop{
    display: block;
    margin-top: -5px;
    text-decoration: line-through;
}
/* 互动宝 扫码 */
.app_scan{
    background: url(/images/hdb/scan_code.png) no-repeat;
    background-size: 25px;
    width: 25px;
    margin: 8px 0;
}
/* 首页入口 */
.teach_interact_entrance_wrap {
    width: 100%;
    height: 263px;
    position: relative;
    margin: 16px 0;
    box-shadow: 0 5px 23px 0 rgba(0,0,0,0.10);
}
.teach_interact_entrance {
    width: 78%;
    height: 168px;
    padding: 16px 11%;
    background: rgba(0,0,0,0.445);
    color: #fff;
}
.teach_interact_title {
    width: 100%;
    height: 99px;
    margin-top: 8px;
    font-size: 24px;
    text-align: center;
    line-height: 33px;
    color: #eee;
}
.teach_interact_teacher {
    margin-top: 13px;
    text-align: center;
    color: #bfbfbf;
}
.teach_interact_btn_wrap {
    height: 50px;
    padding-top: 13px;
    background: #fff;
}
.teach_interact_btn_wrap a {
    display: block;
    width: 97px;
    height: 42px;
    margin: 0px auto;
    padding-left: 27px;
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background: url(/images/hdb/button_bg_color.png) 50% no-repeat;
    background-size: 100%;
    position: relative;
}
.teach_interact_btn_wrap span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/hdb/arrow_right.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 7px;
    right: 15px;
    border-radius: 50%;
}
.text_over_nowrap_3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.article-view{
    margin: 5px 10px;
    height: 140px;
    float:left;
    display: flex;
    width: 94%;
}
.article-view-block{
    width:100%;
    height: 100%;
    display: flex;
    background-color: white;
    align-items: center;
}
.article-view img{
    display: inline-block;
    height: 80%;
    width: 40%;
    padding-left: 2%;
    padding-right: 2%;
    object-fit: cover;
}
.info-right{
    display: inline-block;
    width: 60%;
    height: 80%;
}
.info-right-title{
    font-size: 15px;
    font-size: 1.5rem;
    overflow: hidden;

}
.info-right-time{
    position: relative;
    top: 60%;
    font-size: 5px;
}
.info-right-time .read{
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/bbs/read_num.png) no-repeat;
    background-size: 14px;
    display: inline-block;
}
.info-right-time .relay_icon{
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/bbs/comment.png) no-repeat;
    background-size: 14px;
    display: inline-block;
}
.info-right-time .like{
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/bbs/like.png) no-repeat;
    background-size: 14px;
    display: inline-block;
}
.article-remark{
    display: inline;
    position: absolute;
    right: 5px;
    max-width: 140px;
    overflow: hidden;
}
.vip-log{
    background: rgba(193, 161, 97, 0.9);
    display: inline-block;
    top: 6px;
    right: 6px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
}
.cover_select{
    width: 30px;
    height: 30px;
    margin-left: 16px;
    margin-top: 16px;
    z-index: 1;
    position: absolute;
}
.pc .index_price{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more_arrow_right{
    display: inline-block;
    width: 11px;
    height: 13px;
    position:relative;
    background: url('/images/more_arrow_right.png') 50% no-repeat;
}
.mobile_block_color{
    background-color: #fff;
    position:relative;
}
.mobile_more_content_list{
    text-align: center;
    /* border-radius: 14px; */
    /* background: linear-gradient(180deg,rgba(255,166,119,1) 0%,rgba(255,109,66,1) 100%); */
    margin: 0 auto;
    /* width: 80px; */
    height: 40px;
    /*    margin-bottom: 15px;
        margin-right: 50%;
        padding:0 10px 0 10px;
        transform: translate(50%);*/
}
.mobile_more_content_list a{
    color: #fff;
    background: linear-gradient(180deg,rgba(255,166,119,1) 0%,rgba(255,109,66,1) 100%);
    padding: 3px 10px;
    border-radius: 14px
}
.mobile_margin_right{
    float:left;
    text-align: left;
    margin-left: 10px;
}
.fans{
    margin-top: 80px;
}
#slideDown1{width: 100%;height: 20px;background: #e9f4f7;display: none;}
#slideDown2{
    display: none;
    background-color: transparent;
}
.artway-show-more{
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('/images/artway/more.png') no-repeat; 
    background-size: 100% 100%;
    width: 20px;
    height: 20px
}
.pageUrl img{
    max-width: 100%;
}
.has-page-url{
    text-align:center;
    box-sizing: border-box;
    padding:0;
}