body{
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
}
.tasktransparent.actives{
    background: #D7D7D7;
    cursor: not-allowed;
    border-color: #D7D7D7;
}
.class-section,
.sss {
    display: none;
}

.product-detail .product-detail__right .detail-right__validity .validity-title {
    width: auto;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.rmation{
    font-size: 16px;
    color: #333;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}

/*此课程需要激活购买，请点击输入激活码*/
.detail-right__box .detail-right__title{
    margin-bottom: 15px !important;
}
.detail-right__price {
    display: none;
}
.onActivation {
    cursor: pointer;
    color: red;
}

.userList {
    display: flex;
    justify-content: end;
}
#myBuynow .modal-dialog{
    width: 60vw;
}
#myBuynow .modal-body{
    position: relative;
}
.BuynowPrice {
    position: absolute;
    right: 95px;
    top: 222px;
    color: red;
    font-weight: 700;
}
.BuynowPrice:before {
  content: "¥"; /* 直接添加人民币符号 */
  margin-right: 2px; /* 根据需要调整间距 */
}
#myActivation .help-block span{
    cursor: pointer;
    color: #1e85fe;
}
#myActivation .modal-body {
    padding: 2vw 5vw;
}
#myActivation .btn-default {
    width: 100%;
    background: #1e85fe;
    margin-top: 20px;
    color: #fff;
}

#myBuynow .modal-body {
    text-align: center;
}


@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

.discuss .discuss-imgs{
    margin-bottom: 20px;
}
.discuss .discuss-imgs img{
    width: 100%;
}
.discuss p{
    line-height: 27px;
    text-indent: 2em;
    margin-bottom: 5px;
}
.discuss p a{
    color: #0000FF;
}
.discuss p a:hover{
    color: rgb(0,167,240);
}
.discuss p.discuss-a{
    text-indent: 0em;
    padding: 20px 0px;
}
.discuss p.discuss-a a{
    color: #0000FF;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}
.discuss p.discuss-a a::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 1px;
	background: #0000FF;
	bottom: 1px;
}
.discuss p.discuss-a a:hover{
    color: rgb(0,167,240);
}
/*启动实验*/
.modaltop {
  top: 30%;
}
.modal-dialogloading {
  display: block;
  margin: auto;
  max-width: 530px;
  /* border-radius: 10px; */
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
  clear: both;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.loadingmodal-header {
  padding: 8px 0 8px 15px;
  font-family: "Lucida Grande", sans-serif;
  text-align: left;
  font-size: 14px;
  /* font-weight: bold; */
  background-color: #000;
  color: #fff;
}

.modalloading {
  /* background-color: rgba(0, 0, 0, 0.85); */
  background-color: #000;
  padding: 10px 20px 20px;
  color: #f0f0f0;
  text-shadow: #000 0px 1px 0px;
  font-family: "Consolas", "Courier New", "Courier";
  font-size: 1.45em;
  line-height: 1.40em;
  font-weight: 200;
  text-align: left;
  overflow: hidden;
  color: #00ff21;
  transition: all 0.5s ease-out;
}

.css-typing {
  position: relative;
}

.css-typing p {
  /* border-right: .15em solid orange; */
  font-family: "Courier";
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  margin: 0;
  padding: 0
}

.css-typing p.fright {
  position: absolute;
  left: 480px;
  top: 1px;
}

.css-typing p.fright2 {
  top: 31px;
}

.css-typing p.fright3 {
  top: 62px;
}

.css-typing p.fright4 {
  top: 93px;
}

.css-typing p.fright5 {
  top: 124px;
}

.css-typing p:nth-child(1) {
  width: 27.3em;
  -webkit-animation: type 4s steps(40, end);
  animation: type 4s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width: 1em;
  opacity: 0;
  -webkit-animation: type2 1s steps(40, end);
  animation: type2 1s steps(40, end);
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width: 27.3em;
  opacity: 0;
  -webkit-animation: type2 4s steps(40, end);
  animation: type2 4s steps(40, end);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(4) {
  width: 1em;
  opacity: 0;
  -webkit-animation: type2 1s steps(40, end);
  animation: type2 1s steps(40, end);
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(5) {
  width: 27.3em;
  opacity: 0;
  -webkit-animation: type2 4s steps(40, end);
  animation: type2 4s steps(40, end);
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(6) {
  width: 1em;
  opacity: 0;
  -webkit-animation: type2 1s steps(40, end);
  animation: type2 1s steps(40, end);
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(7) {
  width: 27.3em;
  opacity: 0;
  -webkit-animation: type2 4s steps(40, end);
  animation: type2 4s steps(40, end);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(8) {
  width: 1em;
  opacity: 0;
  -webkit-animation: type2 1s steps(40, end);
  animation: type2 1s steps(40, end);
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(9) {
  width: 27.3em;
  opacity: 0;
  -webkit-animation: type2 4s steps(40, end);
  animation: type2 4s steps(40, end);
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(10) {
  width: 1em;
  opacity: 0;
  -webkit-animation: type2 1s steps(40, end);
  animation: type2 1s steps(40, end);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* .css-typing p:nth-child(3) {
        width: 7.3em;
        opacity: 0;
        -webkit-animation: type3 2s steps(40, end);
        animation: type3 2s steps(40, end);
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
      } */

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    /* border-right: .15em solid orange; */
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    /* border-right: .15em solid orange; */
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid orange; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    /* border-right: .15em solid orange; */
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}


.es-header .nav.user-nav .user-avatar-li .user-dropdown{
    width: 274px;
}

.modal-backdrop.in{
    opacity: 0.3;
}

.parties{
    text-align: center;
}
.parties:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.parties .modal-dialog{
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
}

#myDetails .modal-dialog{
    width: 730px;
}
#myDetails .modal-body{
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
}
#myDetails .modal-body img{
    cursor: pointer;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.es-banner,.tabs-wrapper,.filter.hidden-xs{
    display: none;
}

.es-footer-link .col-md-8.footer-main.clearfix{
    display: none;
}
.course-filter.pull-right{
    display: none;
}
.class-section.purple .course-price-widget.ontrial{
    display: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.choose{
    transform: translateY(20%);
}
.choose .layui-unselect{
    margin-bottom: 10px;
}
/*动态*/
.orem{
    margin-bottom: 15px;
}
.orem .o_text{
    color: #AF241B;
    padding-left: 5px;
}
.orem a{
   color: #666 !important; 
}
.orem a:hover{
    color: #AF241B !important; 
}
.navfilter {
    transform: translateY(-50%);
}
.es-filter .nav-sort>li>a.active{
    border-radius: 4px;
}
.navfilter .button{
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    border: 0px;
    top: 50%;
    font-size: 18px;
    color: #CFCFCF;
    transform: translateY(-50%);
}
.navfilter .form-group{
    margin-bottom: 0px;
}
.bacolumn{
    margin-bottom: 20px;
}
.bacolumn .text span{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-left: 10px;
    border-left: 5px solid #AF241B;
}
.bacolumn .bacolumn_img{
    width: 100%;
}
.bacolumn{
    position: relative;
}
.bodytest{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    left: 0px;
    right: 0px;
    color: #fff;
    line-height: 27px;
    margin: 0px auto;
}
.bodytest .text{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bodytest .body{
    width: 50%;
}

.dynamic-section{
    display: none;
}
/*我的教学*/
.es-footer .copyright {
    text-align: left;
    color: #c1c1c1;
}
.bao_logo .lispan{
    display: inline-block;
    text-align: center;
    transform: translateY(10%);
}
.bao_logo .lispan+.lispan{
    margin-left: 20px;
}
.text_top{
    color: #fff;
    font-size: 16px;
}
.es-footer .copyright .bao_logo img{
    height: 140px;
    position: relative;
    top: 50%;
    border: 1px solid #fff;
    padding: 5px;
}
.bottom_b{
    border-top: 2px solid #fff;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}
.es-footer .copyright a{
    color: #c1c1c1;
}
.es-footer .copyright .bao_logo{
    
}
.course-list-new .course-item{
    border-radius:0px;
    border-bottom: 5px solid transparent;
}
.course-list-new .course-item .course-info .title{
    text-overflow:inherit;
    overflow:visible;
    white-space:inherit;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
}
.course-list-new .course-item .course-info {
    padding: 16px 12px;
}
.course-list .course-item:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    border-bottom: 5px solid #A32026;
}
.course-list-new .course-item .metas {
    padding: 0;
    line-height: 20px;
    color: #666666;
    font-size: 16px;
}
.course_list .title .ontrial{
    text-align: right;
    width: 20%;
}
#open-course-list-section{
    display: none;
}
.user-center-header{
    width: 100%!important;
}
.navigation {
    background: #A32026;
}
.es-header.navbar {
    padding: 0px 0px;
    height: 140px;
    background: #fff;
    border: none;
    left: 0px;
    right: 0px;
    z-index: 999;
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 1%), 0 0px 0px 0 rgb(0 0 0 / 4%);
}
.navbar-upper {
    height: 90px;
    padding: 15px 0px;
}
.es-header .nav.user-nav {
    position: relative;
    top: 50%;
    transform: translateY(40%);
}
.navigation .nav.navbar-nav.clearfix.hidden-xs li.item.active a {
    color: #fff;
    border-bottom:3px solid;
}
.es-header .nav.navbar-nav>li>a {
    padding: 17px 0px 15px 0px;
    font-size: 18px;
}
.es-header .nav.navbar-nav>li{
    padding: 0px 30px 0px 30px;
}
.navigation .nav.navbar-nav.clearfix.hidden-xs li {
    width: auto;
}
.navigation #nav>li>a{
    position: relative;
}
.navigation #nav>li>a .fire{
    position: absolute;
    top: 7px;
    right: -25px;
    height: 17px;
}
.navigation .dropdown-menu .layui-menu-item-parent{
    padding: 10px 15px;
}

.navigation .dropdown-menu .layui-menu-body-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation .dropdown-menu .layui-menu-body-panel{
    position: absolute;
    top: -2px;
    left: 100%;
    z-index: 1000;
    width: 142px;
    display: none;
    padding: 0px;
    padding-left: 13px;
    margin-left: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 8%);
    background-color: transparent;
}
.navigation .dropdown-menu .layui-menu-item-parent:hover .layui-menu-body-panel{
    display: block;
}
.navigation .dropdown-menu .layui-menu-body-panel>ul{
    padding: 0px;
    border-radius: 2px;
    padding: 5px 0px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    color: #5f5f5f;
}
.navigation .dropdown-menu .layui-menu-body-panel>ul a{
    padding: 5px 15px;
    display: block;
}
.navigation .dropdown-menu .layui-menu-body-panel>ul a:hover,
.navigation .dropdown-menu .layui-menu-body-panel>ul li.active a{
    color: #AF241B !important;
}

.navigation .dropdown-menu li a{
    color: #333 !important;
    font-weight: 400;
}
.navigation .dropdown-menu li a:hover{
    color: #AF241B !important;
    background: transparent !important;
    border-bottom: 0px solid !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:hover {
    color: #333 !important;
    background: transparent !important;
    border-bottom: 0px solid !important;
}
.navigation .nav.navbar-nav.clearfix.hidden-xs li.item.active .dropdown-menu a{
    border-bottom:0px solid !important;
}
.navigation .nav.navbar-nav.clearfix.hidden-xs li.item.active .dropdown-menu .active a.actcor{
    border-bottom:0px solid !important;
    color: #AF241B !important;
}
.navigation .nav.navbar-nav.clearfix.hidden-xs li.item.active .dropdown-menu .active a .caret{
    border-left: 6px solid #AF241B;
}
.navigation .dropdown-menu .caret,.navigation .dropdown-menu a:hover .caret{
    border-left: 6px solid #AF241B;
}
.navigation .dropdown-menu .caret,.navigation .dropdown-menu .active .caret{
    transform: translateY(-15%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #333;
    border-bottom: 6px solid transparent;
}
.dropdown-menu>li>a {
    color: #616161;
    padding: 10px 15px;
}
.navigation .nav.navbar-nav.clearfix.hidden-xs .dropdown-menu li{
    width: auto;
}
.navigation .nav.navbar-nav.clearfix.hidden-xs li a,.navigation .nav.navbar-nav.clearfix.hidden-xs li a:hover {
    color: #fff;
}
.course-manage-intro.js-plan-intro ,.introjs-overlay,.introjs-tooltipReferenceLayer,.introjs-tooltip.es-intro-help.js-intro-help.multistep,.introjs-tooltipReferenceLayer,.dynamic-section.section-wihte{
	display: none;
}
.course-list .course-item .free,.price,.color-success, .detail-right__price__free, .text-overflow.learn-text__p, .courseset-manage-header-info__price.color-danger, .sss {
    display: none;
}

.footer-main .link-item {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
}
.es-banner {
	height: 100%;
    padding: 20px 0 20px 0;
}
.es-banner .more .btn.btn-lg {
    font-size: 14px;
	padding: 10px 16px;border: 0px solid transparent;
}
.my-header-section .nav-header-section__heading {
    float: left;
    margin-right: 60px;
    display: inline;
    font-size: 20px;
    font-weight: 500;
    line-height: 64px!important;
    color: #AF241B;
}
.nav-header-section.nav .nav-header-section__item.active>a {
    color: #AF241B;
}
.nav-header-section.nav .nav-header-section__item>a:hover{
	color: #AF241B;
}
.downanl_label,.downanl{
	display: none;
}
.class-course-list .course-item .class-course-price {
    position: absolute;
    bottom: 10px;
    line-height: 1;
    color: #666;display: none;
}


/*课程目录*/
.task-list.task-list-md .title {
    padding: 10px 100px 10px 45px;
}
.task-list .task-item.bg-gray-lighter.js-task-chapter.infinite-item{
    border-top: solid 1px #D1D3D4;
    padding-bottom: 15px;
    margin-top: 10px;
    
}
.task-list li a,.task-list li .title{
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.task-list .task-item.bg-gray-lighter.js-task-chapter.infinite-item,.task-list .task-item.bg-gray-lighter.js-task-chapter.infinite-item i{
    background-color: transparent!important;color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 15px;
}
.task-list .task-item.color-gray.bg-gray-lighter.infinite-item{
    background-color: transparent!important;color: #333;
    font-size: 15px;
    font-weight: 550;margin-bottom: 0px;
}
.task-list .task-item.task-content.mouse-control.infinite-item{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.task-list .task-item.task-content.mouse-control.infinite-item.color-gray,.task-list .task-item.task-content.mouse-control.infinite-item{
    background-color: transparent!important;color: #333;
}
.task-list .task-item a{
    transform: translateY(10%);
}
.task-list .task-item a,.task-list .task-item .title,.task-list .task-item i{
    color: #333 !important;
}
.task-list .task-item i.color-primary{
    color: #0081e6!important;
}
.task-list .task-item.task-content.mouse-control.infinite-item.color-gray:hover{
    background: #F5F5F5!important;
}
.task-list .task-item.task-content.mouse-control.infinite-item.color-gray a{
    transform: translateY(0%);
}
.task-list.task-list-md.task-list-hover.infinite-container .task-item.task-content.mouse-control.infinite-item.color-gray i,.task-list.task-list-md.task-list-hover.infinite-container .task-item.task-content.mouse-control.infinite-item.color-gray .right-menu.color-gray{
    transform: translateY(-20%);
}
.booti{
	border: solid 1px;
	border-radius: 3px;
	padding: 0px 3px;
}
.sunm{
	padding-left: 5px;
}
.course-default .course-item{
    margin: 0px;
    padding: 0px;
}
.course-default .course-item li{
    list-style: none;
    display: inline-block;
    padding: 2px 5px;
    background: #0081e6;
    color: #fff;
    border-radius: 4px;
    margin: 0px 3px 5px 3px;
}
.color-danger,.xieg{
	display: none !important;
}
.cd-mb16 .vertical-sub{
    display:none;
}


/*我的教学*/
.my-header-section .nav-header-section__item {
    margin-right: 30px!important;
}
.es-main-orange.es-nav-white.cd-design .my-header-section {
    margin-bottom: 0px;
	margin-top: 20px;
    background-color: transparent !important;
	
}
.es-main-orange.es-nav-white.cd-design .my-header-section .cd-container{
	border-bottom:dashed 1px #AF241B;
	
}
.es-main-orange.es-nav-white.cd-design .cd-container{
	 background-color: #fff !important;
}
.es-main-orange.es-nav-white.cd-design .cd-container.container{
	background-color: transparent !important;
}
.es-main-orange.es-nav-white.cd-design .cd-container .cd-content.my-teaching-body{
	position: relative;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 24px;
	padding-top:20px;
}
/*课程*/
.es-main-orange.es-nav-white.course-list-page .es-banner{
    padding: 20px 0 0px 0;
}
.tabs-wrapper .tabs-mark-group {
    border-bottom: 1px dashed #AF241B;
}
.es-main-orange.es-nav-white.course-list-page #content-container .es-filter {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
	padding:20px 0px 20px 15px;
}
.es-main-orange.es-nav-white.course-list-page #content-container .es-filter .filter {
    position: absolute;
    text-align: right;
    top: 20px;
    right: 15px;
}
.es-main-orange.es-nav-white.course-list-page #content-container .course-list.course-list-new{
	padding:0px 15px;
	 background-color: #fff;
}
/*首页头部*/

.collapse.navbar-collapse #nav li.active a{
	color: #AF241B;
}

.collapse.navbar-collapse #nav li.active a:hover{
	color: #AF241B;
}
.es-header .navbar-header .navbar-brand{
    padding: 3px 20px 3px 0;
    height: 56px;
    line-height: 50px;
    color: #fff;
}
.es-header .navbar-header .navbar-brand img{
	height:60px;
    width: auto;border-radius:5px;
    display: inline-block;
    transform: translateY(-30%);
}
.es-header .navbar-header .navbar-brand div{
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    color: #333;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing:5px;
}
.es-header .navbar-header .navbar-brand div p.sitehttp{
    letter-spacing:2px;
}
.es-header .navbar-header .navbar-brand div p{
    line-height: 25px;
    margin-bottom: 0px;
}

.navbar-header{
	transform: translateY(2%);
}
.collapse.navbar-collapse{
	transform: translateY(20%);
}
.classroom-task .classroom-task__item .task-content .task-content__teacher .price-info {
    font-size: 18px;
    color: #ff5c3b;
    display: none;
}
/**轮播**/
.es-poster.swiper-container .swiper-wrapper .swiper-slide div a{
	position: relative;
	display:block;
	height: 100%;
}
.es-poster.swiper-container .swiper-wrapper .banner-tmd{
	position: absolute;
	height: 100%;
	width:100%;
	right:0px;
	left:0px;
	background: linear-gradient(to bottom, #000, transparent,transparent, transparent, transparent);
	opacity:0.5;
}
.btn-default.active, .btn-default.focus, .btn-default:focus, .btn-default:hover {
    color: #fff;
    background-color: #AF241B;
}
.btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover {
    color: #616161;
    background-color: #fff;
    border-color: #dcdcdc;
}
.section-more-btn .btn.btn-default.btn-lg{
	color: #fff;
    background-color: #AF241B;
    border-color: #AF241B;
}
.section-more-btn .btn.btn-default.btn-lg:hover{
	
}
.course-listsd span{
	cursor: pointer;
	display:online-block;
	border-radius: 3px;
	background: #AF241B;
	color: #FFFFFF;
	padding: 5px 10px;
	margin:0px 5px;
}
.course-listsd a{
	cursor: pointer;
	display:online-block;
	border-radius: 3px;
	background: #AF241B;
	color: #FFFFFF;
	padding: 5px 10px;
	margin:0px 5px;
}
.course-listsd a:hover{
	color: #FFFFFF;
}
#myModal .modal-dialog.modal-lg {
	margin: 5% auto 5% auto;
}
#myModal .modal-body{
	overflow: auto;
	height: 500px;
}

section .pull-right a{
	color: #333;
}
section .pull-right a:hover{
	color: #AF241B;
}
.text-line {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
	padding: 0px 0px;
}
.container,
.layui-container,
.cd-container{
    width: 75% !important;
}
.cd-container .layui-container{
    width: 100% !important;
}

.course-list-section {
    position: relative;
    padding-bottom: 0px;
    background: #fff;
}
.section{
    padding:  30px 0px;
}
.section3{
    background: #2669AD;
}
.section.section3  .ying{
    color: #3F7BB7;
}

.section3 .body{
    box-shadow: 0 6px 10px 0 rgb(95 101 105 / 15%);
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.section3 .body:hover{
    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.section3 .course-list-new a{
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 23px 5px 23px 0px;
}
.section3 .chevronright a{
    color: #fff;
}
.section3 a span{
    display: block;
    padding: 6px 10px;
    width: 100%;
    font-weight: 600;
    word-wrap:break-word;word-break:break-all;overflow: hidden;
}
.section3 a span.chao{
    font-size: 20px;
    border: 2px solid #fff;
}
.section3 a:hover{
    color: #fff;
}
.section3 .layui-row{
    padding: 20px 10px;
}
.section3 .text{
    color: #fff !important;
}
.section3 .section1_xs2+.section1_xs2{
    text-align: center;
}
.section3 button{
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 5px;
    background: #4872FB;
}
.chevronright{
    margin-bottom: 20px;
}

.section4{
    padding-bottom: 0px;
    text-align: center;
}
.section4 .course-list img{
    width: 90%;
    margin-top: 20px;
}
.section4 .text-line{
    margin-bottom: 30px;
}
.section4 .dianj{
    margin-top: 30px;
    margin-bottom: 30px;
}
.section4 .dianj a{
    background: #265EAD;
    padding: 0px 30px;
    display: none;
}
.section4 .dianj a:visible{
    color: #fff;
}
.section4 .dianj a:focus{
    color: #fff;
}
.section4 .body{
    box-shadow:0px 3px 10px #D6D6D6;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    margin: 80px 0px 30px 0px;
    position: relative;
    height: 350px;
}
.section4 .body .bodybrief{
    
}
.section4 .body .dianj .layui-btn{
    display: none;
    background: #fff;
    color: #A80000;
    border: 0px;
}
.section4 .body:hover{
    background: url(../images/group14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section4 .body:hover .text,.section4 .body:hover .brief{
    color: #fff;
}
.section4 .body:hover .dianj .layui-btn{
    display: inline-block;
    
}
.section4 .layui-col-space30 {
    margin: -35px;
}
.section4 .layui-col-space30>* {
    padding: 35px;
}
.section.section4 .text {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    transform: translateY(23%);
    padding: 20px 10px;
    margin-top: 20px;
}
.section4 .body img{
    position: absolute;
    top: -30%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 200px;
}
.section4 .brief{
    margin-top: 20px;
    color: #333;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
}


.section img{
    max-width: 100%;
}
.section0{
    position: relative;
}
.section0 img{
    width: 100%;
}
.aralleling{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.aralleling .navbar-form{
    text-align: center;
    transform: translateY(-70%);
}
.aralleling .form-group{
    width: 60%;
}
.aralleling .navbar-form .form-control {
    padding: 10px 20px 10px 20px;
    height: 60px;
    font-size: 14px;
    line-height: 1;
    background-color: #fafafa;
    color: #616161;
    border: none;
}
.aralleling .navbar-form .form-control {
    width: 100%;
    box-shadow:0px 3px 10px #A8A8A8;
}
.aralleling .navbar-form .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 20px;
    border: none;
    background: #2669AD;
    font-size: 20px;
    height: 40px;
    padding: 0px 40px;
    border-radius:5px ;
}

.section .text{
    font-size: 32px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    transform: translateY(23%);
    padding: 0px 10px;
}
.section .text .zhong{
    letter-spacing:12px;
    padding-left: 12px;
    transform: translateY(40%);
}
.section .ying{
    font-size: 25px;
    font-weight: 700;
    color: #E0E3E7;
}
.section .puetow{
    padding: 0px;
    max-width: 100%;
    height: 30px;
}
.section .puetow img{
    transform: translateY(60%);
}
.section .putnoe{
    
}

.text-line h5 {
    position: relative;
    margin-bottom: 20px;
    font-size: 35px;
    z-index: 1;
    color: #313131;font-weight: 700;
}
.text-line h5>span {
    background: #fff;
    padding: 0 0px;
}
.subtitle{
	display: none;
}
section.es-poster{
	padding: 0px 0px 0px 0px;
}
section.dynamic-section{
	padding: 0px 0px 30px 0px;
}
section.recommend-teacher{
	padding: 30px 0px 0px 0px;
}
section.recommend-teacher .row{
	margin-left: -20px;
    margin-right: -20px;
}
section.recommend-teacher .container{
	padding-bottom: 30px;
}
section.dynamic-section .dynamic-section-main .panel {
    height: 100%;
}
section.class-section,section.recommend-teacher{
	background: #F7F7F7;
}
section.class-section .class-item{
	background: #fff;
}
.text-line .pull-right{
	transform: translateY(10px);
	padding-left: 5px;
}
.text-line .pull-left span{
	padding-left: 10px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #333;font-style: oblique;
}
.course-list-section .text-line .pull-left.left-w{
	border-bottom:solid 3px #ff4039;
}
.class-section .text-line .pull-left.left-w{
	border-bottom:solid 3px #753dfd;
}
#open-course-list-section .text-line .pull-left.left-w{
	border-bottom:solid 3px #ffa233;
}
.recommend-teacher .text-line .pull-left.left-w{
	border-bottom:solid 3px #5083d9;
}
/**main**/
.section.main .branch-body a{
	font-size: 16px;
}
.section.main{
	margin-bottom: 30px;
	position: relative;
	padding: 30px 0px 30px 0px;
	border-bottom: 1px dashed #FEAE74;
}
.section.main .time-img{
	max-width: 100%;
}
.section.main .banner-1{
	position: absolute;
	top: 0px;
}
.section.main .banner-2, section.dynamic-section .banner-2{
	position: absolute;
	bottom: 0px;
}
.section.main .banner-2{
	left:0px;
}
.section.main .container .branch-body{
	position: relative;
	height: 500px;
	position: 25px 0px 0px 0px;
}
.section.main .container .branch-body .time-img{
	position: absolute;
	top: 25px;
}
.section.main .col-md-3{
	width: 20%;
	padding-left: 0px;
    padding-right: 0px;
}
.section.main .layui-ul{
	margin: 0;
    padding: 0;
}
.section.main .layui-ul li{
	padding: 2px 0px;list-style: none;
}
.section.main .layui-ul li a{
	display:block;
	border: 2px solid;
	border-color: transparent;
	text-align: center;width: 90px;
	padding: 4px 0px;border-radius: 20px;
}
.section.main .layui-ul li a:hover{
	border: 2px solid;
}
.section.main .layui-ul li.layui-this a{
	border: 2px solid;
}
.section.main .layui-ul.layui-ul-sum1 a{
	color: #29ABE2;
}
.section.main .layui-ul.layui-ul-sum2 a{
	color: #8CC63F;
}
.section.main .layui-ul.layui-ul-sum3 a{
	color: #F7931E;
}
.section.main .layui-ul.layui-ul-sum4 a{
	color: #FF5A66;
}
.section.main .layui-ul.layui-ul-sum5 a{
	color: #E60012;
}
/**time-1**/
.section.main .time-1{
	position: absolute;
	top: 0px;
	z-index: 55;
}
.section.main .time-1 .layui-ul li:nth-child(1){
	margin-left: 10px;
}
.section.main .time-1 .layui-ul li:nth-child(2){
	margin-left: 30px;
}
.section.main .time-1 .layui-ul li:nth-child(3){
	margin-left: 50px;
}
.section.main .time-1 .layui-ul li:nth-child(4){
	margin-left: 70px;
}
.section.main .time-1 .layui-ul li:nth-child(5){
	margin-left: 90px;
}
.section.main .time-1 .col-md-3:nth-child(1), .time-2 .col-md-3:nth-child(1){
	transform: translateX(40%);z-index: 999;
}
.section.main .time-1 .col-md-3:nth-child(2), .time-2 .col-md-3:nth-child(2){
	transform: translateX(40%);
}
.section.main .time-1 .col-md-3:nth-child(3), .time-2 .col-md-3:nth-child(3){
	transform: translateX(40%);
}
.section.main .time-1 .col-md-3:nth-child(4), .time-2 .col-md-3:nth-child(4){
	transform: translateX(40%);
}
.section.main .time-1 .col-md-3:nth-child(5), .time-2 .col-md-3:nth-child(5){
	transform: translateX(40%);
}
/**time-2**/
.section.main .time-2{
	position: absolute;
	bottom: 57px;
	z-index: 55;
}
.section.main .time-2 .layui-ul li:nth-child(1){
	margin-left: 90px;
}
.section.main .time-2 .layui-ul li:nth-child(2){
	margin-left: 70px;
}
.section.main .time-2 .layui-ul li:nth-child(3){
	margin-left: 50px;
}
.section.main .time-2 .layui-ul li:nth-child(4){
	margin-left: 30px;
}
.section.main .time-2 .layui-ul li:nth-child(5){
	margin-left: 10px;
}
/**information**/
.information{
    margin-bottom: 40px;
}
.information .col-lg-12{
    padding: 0px 0px;
}
.information img.img-responsive{
    width: 100%;
}
.information .col-md-5{
    width: 40%;
}
.information .col-md-7{
   width: 60%;
}
.information .body{
    color: #333;
    padding-left: 20px;
}
.information .body div.text .titles{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 90%;
}
.information .body div.text .course-operation{
    padding: 0px;
    display: inline-block;
    text-align: right;
    width: 8%;
}
.information .body div.text .course-operation li{
    display: inline-block;
}
.information .body div{
    padding: 7px 0px;
    font-size: 15px;
}
.information .body div .left{
    font-weight: 600;
}
.information .body div .left_1{
    color: #666666;
}
.information .body div.study span{
    background: #AF241B;
    color: #fff;
    padding: 10px 20px;
}

.coursetasks .es-section {
    background: #fff;
    padding: 0px 15px 40px 0px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    border: 0px;
}
.coursetasks .nav-btn-tab {
    position: relative;
    border-bottom: 2px solid #C6C8CA;
    margin-bottom: 20px;
}
.coursetasks .nav-btn-tab a{
    padding: 10px 20px !important;
    border-radius: 0px;
}
.section.section4.course4 .putnoe .text{
    background: #A32026 !important;
    color: #fff !important;
    font-size: 24px;
    padding: 10px 20px !important;
    font-weight: 400;
}
.coursetasks .nav-btn-tab .active a{
    background: #A32026 !important;
    color: #fff !important;
}


.coursetasks .summary{
    padding: 20px 5%;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    text-align:justify;text-justify:inter-ideograph;
}

.studyxians {
    margin-bottom: 15px;
}
.studyxians span{
    color: #AF241B;
    padding: 10px 20px;
    border: #AF241B 1px solid ;
    border-radius:0px;
}
.listsc .item{
    color: #333;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    margin: 20px 0px;
}
.listsc .item span{
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 0px;
    font-size: 16px;
    background: #AF241B;
    color: #fff;
}
.bodylist .item{
    
}
.bodylist .item.active{
    
}

/*案例导航*/
/*academic*/
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.webpage{
	padding: 30px 0px;
}
.webpage .layui-container {
    width: 75%;
}
.web-top .text{
	font-size: 20px;
	font-weight: 700;
}
.web-top .layui-icon{
	font-size: 30px;
	cursor: pointer;
}
.web-top .layui-icon-addition{
    font-size: 22px;
    font-weight: 700;
    transform: translateY(10%);
}
.web-top .item{
	border: 1px solid #D4D6D7;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.web-top .item .layui-form-switch{
	margin: 0px;height: 24px;min-width: 40px;
}
.web-top .item .layui-col-xs3{
	text-align: center;
}
.web-top .layui-form-switch{
	background-color: #656C71;
}
.web-top .layui-form-onswitch {
    border-color: #A32026;
    background-color: #A32026 !important;
}
.web-top .layui-form-switch i {
    background-color: #fff;
}
.web-bottom{
	margin-top: 15px;
}
.web-bottom .item{
	padding: 20px 0px;
	border: 1px solid #D4D6D7;
	border-left: 0px;
	border-right: 0px;
	line-height: 27px;
	color: #333;
	font-size: 15px;
}
.web-bottom .item a{
	font-size: 16px;
	font-weight: 600;
}
.web-bottom .item a .highlight{
	color: #A32026;
}
.web-bottom .item a:hover{
	color: #A32026;
	text-decoration: none;
}
.web-bottom .item:hover .bod_l{
	color: #A32026;
}
.web-bottom .item:hover a{
	color: #A32026;
}
.web-bottom .bod_l{
	font-weight: 600;
}
.web-bottom .imgs{
	text-align: right;
}

.web-bottom .ducet{
	position: relative;
}
.web-bottom .shows,.web-bottom .hidev{
	position: absolute;
	right: 0px;
	cursor: pointer;
	color: #A32026;
}
.web-bottom .hides{
	display: none;
}
/*分页*/
.totalpager #demo7{
	text-align: center;
	margin-top: 15px;
}
.el-scrollbar {
    height: 100%;
}
.el-scrollbar__wrap {
    overflow: scroll;
    width: 110%;
    height: 120%;
}

.licase{
	cursor: pointer;
	color: #333;
}
.licase.active{
	color: #A32026;
}
.searchfor .search{
	background: #A32026;
}
.searchfor .layui-form-item{
	margin-bottom: 0px;
}
.searchfor .layui-form-item .layui-input-inline {
    float: left;
    width: 390px;
    margin-right: 0px;
}
.result{
	font-weight: 700;
	margin: 10px 0px 15px 0px;
	font-size: 20px;
	display: block;
	color: #333;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #A32026 !important; 
}
.layui-laypage a:hover {
    color: #A32026 !important;
}
/*北物资*/
.bwz img{
	width: 100%;
}
.bwz .banner{
	position: relative;
}
.fanchuanbg_a .text{
	font-size: 32px;
	line-height: 38px;
	font-weight: 500;
	color: rgb(2, 33, 68);
	margin-bottom: 20px;
}
.fanchuanbg_a button{
	margin-top: 20px;
	font-size: 18px;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: rgb(0, 123, 255);
}
.fanchuanbg_a p{
	line-height: 27px;
	font-size: 16px;
}
.bwz .fanchuanbg_a{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: 50%;
	transform: translateY(-50%);
}

.bwz_body h2{
	margin: 60px 0px;
	text-align: center;
}




section.dynamic-section{
	position: relative;
}
section.dynamic-section .container .branch-body {
    position: relative;
    height: 200px;
}
section.dynamic-section .banner-2{
	right: 0px;
}
section.dynamic-section .container{
	position: relative;
}
section.dynamic-section-main #myTab li{
	font-size: 24px;
	position: relative;
	letter-spacing:6px;
	font-weight: 600;
	padding: 0 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#myTab li i{
	font-size: 18px;
	padding-left: 3px;
	position: absolute;
	top: -10px;
	font-weight: 400;
	right:-15px
}
#myTab li.active a{
	color:#AF241B !important;
	border-bottom: 2px solid #AF241B !important;
}
#myTab.nav.nav-tabs {
	margin-top: 30px;
	text-align: center;
    position: relative;
    margin-bottom: 25px;
    border-color: none;
}
#myTab.nav-tabs {
    border-bottom: 0px solid #fff;
}
#myTab.nav-tabs>li {
	float: none;
    display: inline-block;
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 5px;
}
#myTab.nav.nav-tabs>li>a {
    border: none;
    margin-right: 0;
    color: #313131;
    font-size: 24px;
	letter-spacing:6px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	padding: 5px 0px 5px;
	display:inline;
}
.nav.nav-tabs .highlight {
    border-bottom: 0px solid #AF241B !important;
}
#myTabContent .list-unstyled{
	z-index:555;
	background:#fff;
}
#myTabContent .list-unstyled li{
	list-style: none;
	padding: 5px 0px;
}
#myTabContent .list-unstyled li .date,#myTabContent .list-unstyled li .mrs{
	display: none;
}
#myTabContent .list-unstyled li a{
	display:block;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
section.dynamic-section .container img.icon8{
	position: absolute;top:50px;
	left: 230px;
}
section.dynamic-section .container img.icon9{
	position: absolute;left: 140px;top:50px;
}
section.dynamic-section .container img.icon10{
	right: 230px;position: absolute;top:120px;
}
section.dynamic-section .container img.icon11{
	right: 150px;position: absolute;top:100px;
}
section.dynamic-section .container img.icon12{
	right: 280px;position: absolute;top:60px;
}
section.dynamic-section .layui-tab-content .layui-tab-ul{
	background-color: #FFFFFF;
}
section.dynamic-section .layui-tab-content .layui-tab-ul li{
	padding: 5px 0px;
}
section.dynamic-section .layui-tab-content .layui-tab-ul li a{
	display:block;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
section.dynamic-section .layui-tab-content .layui-tab-ul li a:hover{
	color: #AF241B;
}
/**honor**/
.section.honor{
	display: none;
	border-top: 1px dashed #FEAE74;
	border-bottom: 0px dashed #FEAE74;
	padding-bottom: 0px;
}
#myCarousel.layui-carousel .layui-row{
    background-color: #fff;
}
#myCarousel .col-md-3{
	margin-bottom:20px;
}

.section.honor .honor-space .layui-col-lg3 a{
	display: block;
}
.section.honor .layui-carousel .img-fluid{
	position: relative;
}
#myCarousel .layui-carousel-ind{
	display: none;
}
#myCarousel .layui-icon.layui-carousel-arrow{
	border-radius: 0%;
}
#myCarousel .right.carousel-control,#myCarousel .left.carousel-control{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.0));
	font-size: 20px;
    color: #FFFFFE;
	opacity: 1;
	width: 0%;
    text-align: center;
    text-shadow: 0 0px 0px rgb(0 0 0 / 60%);
}
#myCarousel .right.carousel-control .glyphicon-chevron-right,#myCarousel .left.carousel-control .glyphicon-chevron-left{
	height: 35px;
    margin-top: -25px;
    font-size: 30px;
}
#myCarousel .left.carousel-control .glyphicon-chevron-left{
	left: -25px !important;
	background: url(../images/icon/zslb-l.png) no-repeat;
}
#myCarousel .right.carousel-control .glyphicon-chevron-right{
	right: -25px !important;
	background: url(../images/icon/zslb-r.png) no-repeat;
}
#myCarousel .right.carousel-control .glyphicon-chevron-right:before ,#myCarousel .left.carousel-control .glyphicon-chevron-left:before{
    content: ""; 
}
#myCarousel .honor-test, #test12 .honor-bodys{
	text-align: left;
	color: #FFFFFF;
}
#myCarousel .honor-test{
	padding: 10px;
	font-size: 16px;
	background:rgba(0,0,0,0.7);
	position: absolute;
	bottom: 5px;
	left: 15px;
	right:15px;
}
#myCarousel .honor-test span{
	padding: 0px 5px;
	display: inline-block;
}
#myCarousel .honor-test span:nth-child(1){
	border-right: 2px solid rgb(45,115,239);
}
#myCarousel .honor-bodys{
	display: none;
	padding: 10px;
	font-size: 14px;
	background:rgba(0,0,0,0.7);
	position: absolute;
	bottom: 5px;
	left: 15px;
	right:15px;
}
#myCarousel .honor-bodys .honor-division{
	font-size: 16px;
	display: inline-block;
	padding: 2px 0px;
	border-bottom: 1px solid rgb(45,115,239);
	margin-bottom: 5px;
}
#myCarousel .honor-bgimg .img-fluid{
	position: relative;
}
#myCarousel,.section.honor .layui-carousel .img-fluid{
	width: 100%;
}
#myCarousel .honor-bgimg img{
	width: 100%;
}
#myCarousel .honor-bgimg .img-bgimg{
	position: absolute;
	background: url(../images/icon/zslbbj.png) no-repeat;
	background-size: 100% 100%;
	bottom: 0px;
	top: 0px;
	left: 11px;
	right:13px;
}

.recommend-teacher .teacher-item .avatar-lg {
    border: 0px solid #fff;
    border-radius: 5px;
    height: 300px !important;
}
.recommend-teacher .avatar-lg, .avatar-medium {
    width: 100%!important;
    height: 100%!important;
}
.recommend-teacher .teacher-item .teacher-top {
    position: relative;
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
}
.recommend-teacher .avatar-lg, .avatar-md, .avatar-medium {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}
.recommend-teacher .teacher-item{
	text-align:left;
}
.recommend-teacher .col-md-3{
	padding-right: 20px;
	padding-left: 20px;
}
.recommend-teacher .teacher-item:hover .title{
	display:none;
}
.recommend-teacher .img-fluid-jb{
	height: 3px;
	background: #000 linear-gradient(to right, #2d73ef,#2d73ef, #fff);
	border-radius: 0px 5px 0px 5px;
}


.recommend-teacher .teacher-item .title{
	position: absolute;
    height: 37px;
	line-height:37px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	padding: 0px 10px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	z-index:55;
	margin:0px;
}
.recommend-teacher .teacher-item .title .link-dark{
	color:#fff !important;
	border-right: 2px solid rgb(45,115,239);
	padding-right:5px;
}
.recommend-teacher .teacher-item .title span{
	padding-left:5px;
	font-size:12px;
	opacity: 0.8;
	color:#fff;
}
.recommend-teacher .teacher-item .teacher-bottom{
	height:100%;
}
.recommend-teacher .teacher-item .metas{
	position: absolute;
	color:#fff;
	z-index:55;
	margin:0px;
	font-size: 14px;padding: 10px 10px;
	background-color: rgba(0,0,0,0.7);
	text-align:right;
	border-radius: 0px 5px 5px 0px;
}
.recommend-teacher .teacher-item .metas a{
	color:#fff;
	cursor: pointer;
}
.recommend-teacher .teacher-item .metas .btn{
	margin: 0px;
	border:0px;
	border-color:#AF241B;
    background-color: transparent;
}
.recommend-teacher .teacher-item .metas .btn.btn-sm{
	padding: 0px 0px 0px 5px;
}
.recommend-teacher .teacher-item .metas .metas-a{
	border-left: dashed 1px #AF241B;
	color:#fff;
	padding:0px 0px 0px 5px;
}
.recommend-teacher .teacher-item .metas a:hover{
	color:#AF241B;
}
.recommend-teacher .teacher-item .teacher-introduction{
	padding: 5px 0px;text-align:left;
}
.recommend-teacher .teacher-item .teacher-division{
	font-size: 16px;
	display: inline-block;
	padding: 3px 0px;
	border-bottom: 1px solid rgb(45,115,239);
	margin-bottom: 5px;
}
.recommend-teacher .teacher-item .teacher-division .link-dark{
	color:#fff !important;
}
.recommend-teacher .teacher-item .metas,.recommend-teacher .teacher-item .title{
	bottom: 3px;
	left: 0px;
	right:0px;
}

.downloadfile-rw,.downloadfile-rw .left-menu{
	padding-left: 20px;
}
.downloadfile-rw a{
	color: #999 !important;
}
.btn.btn-transparent.btn-learn.js-btn-learn.kshiy{
	border-color: #AF241B;
    background: #AF241B;
}

.js-article-copy-body {
    text-align: justify;
    text-justify: inter-ideograph;
}
.es-tabs.article-list-header .tab-header{
	background: #fff;
}
.es-tabs.article-list-header .tab-header .clearfix li.active a{
	color: #FFFFFF;
	background: #AF241B;
}

.panelsd {
    width: 2.8714rem;
    height: 2.8714rem;
    font-size: 2.357rem;
    background: #AF241B;
    box-shadow: 1px 5px 19px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-radius: 50%;
    display: none;
    text-align: center;
    line-height: 2.5714rem;
    bottom: 8.5vw;
    right: 1.4vw;
    cursor: pointer;
    position: fixed;
    z-index: 999;
}

.panelsd .cd-icon{
    font-size: 1.7857rem;
}

/*课程包二级页*/
.sec_course{
    margin-top: 20px;
}
.adcrumb{
    margin-bottom: 20px;
}
.adcrumb a:hover{
    color: #379CF7;   
}
.sec_course .head{
    display: flex;
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
}
.sec_course .head .left{
    width: 37%;
}
.sec_course .head .right{
    color: #333;
    width: 63%;
}
.sec_course .head .title{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.sec_course .head .expire{
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
    color: #fff;
    background: #DE1F37;
    margin-left: 8px;
}
.sec_course .head .body{
    background: #FAFAFA;
    padding: 10px 20px;
    line-height: 27px;
}
.sec_course .totalpager{
    text-align: center;
}
.sec_course .between{
    display: flex;    justify-content: space-between;
    margin-bottom: 30px;
}
.sec_course .between .items:first-child{
    width: 74%;
    background: #fff;border-radius: 5px;
    padding: 20px;
}
.sec_course .between .items2 .list{
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;padding: 20px;
}
.sec_course .layui-form-item{
    text-align: center;
    margin-bottom: 30px;
}
.sec_course .layui-form-item .layui-input-inline{
    margin-right: 0px;
    width: 300px;
}
.sec_course .between .items2{
    width: 24%;
}
.sec_course .items2 .body{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec_course .items2 .body .li{
    width: 45%;display: flex;
        align-items: center;
    margin-bottom: 20px;
}
.sec_course .items2 .body .li img{
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.sec_course .items2 .body .li>div{
    padding-left: 5px;
}
.sec_course .items2 .body .li .topic{
    color: #333;
    font-size: 15px;
}
.sec_course .items2 .body .li .fittopic{
    margin-top: 5px;
    color: #9A9A9A;
}

.sec_course .layui-btn {
    background-color: #43BC60;
}
.headline{
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 3px solid #379CF7;
    padding: 1px 10px;
    color: #333;
}
.sec_course .listbody .item {
    display: flex;justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}
.sec_course .listbody .item:last-child{
    border-bottom: 0px solid #DDDDDD;
}
.sec_course .listbody .item>div:nth-child(1){
    width: 27%;
}
.sec_course .listbody .item>div:nth-child(2){
    width: 70%;
    display: flex;justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.sec_course .listbody .title a{
    font-size: 18px;
    color: #333;
}
.sec_course .listbody .title a:hover{
    color: #379CF7;
}
.sec_course .listbody .li{
    text-align: right;
    position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0px;
}
.sec_course .listbody .li a{
    display: inline-block;
    padding: 5px 10px;
    background: #379CF7;
    color: #fff;
    border-radius: 2px;
}

.user-center-header{
    width: 100%;    
}

.invisiblev{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.invisiblev .item{
    width: 30%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.08);
    margin-bottom: 20px;
}
.invisiblev .activse{
    margin-left: 5%;
}
.invisiblev .item:hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.invisiblev .body{
    padding: 10px 12px;
}
.invisiblev .body>div{
    margin-bottom: 5px;
}
.invisiblev .expire{
    background: #DE1F37;
    border-radius: 10px;
    padding: 2px 8px;
    color: #fff;
}
#myModalvs .modal-dialog {
    width: 800px;
}
#myModalvs .content{
    padding: 20px;
    min-height: 500px;
}
#myModalvs #check .school>span:last-child{
    display: none;
}
.totalpager{
    text-align: right;
}
/*课程专辑*/
.invisiblev{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.invisiblev .item{
    width: 30%;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.08);
    margin-bottom: 20px;
}
.invisiblev .activse{
    margin-left: 5%;
}
.invisiblev .item:hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.invisiblev .body{
    padding: 10px 12px;
}
.invisiblev .body>div{
    margin-bottom: 5px;
}
.invisiblev .expire{
    background: #DE1F37;
    border-radius: 10px;
    padding: 2px 8px;
    color: #fff;
}