﻿@import "/css/slick/slick.css";
@import "/css/slick/slick-theme.css";
body {
  font-family: 'Microsoft YaHei';
}

.btn-lanse {
  font-weight: 400;
  color: #fff;
  background-color: #1c3d70;
  /* border-color: #ccc; */
}
.btn-lanse-two{
  font-weight: 400;
  color: #fff;
  background-color: #1E90FF;
}

.btn-lanse:hover,
.btn-lanse:focus,
.btn-lanse.focus,
.btn-lanse:active,
.btn-lanse.active,
.open>.dropdown-toggle.btn-lanse {
  color: #fff;
  background-color: #1c3d70;
  /* border-color: #ccc; */
}

.btn-lanse:active,
.btn-lanse.active,
.open>.dropdown-toggle.btn-lanse {
  background-image: none;
}

.btn-lanse.disabled,
.btn-lanse[disabled],
fieldset[disabled] .btn-lanse,
.btn-lanse.disabled:hover,
.btn-lanse[disabled]:hover,
fieldset[disabled] .btn-lanse:hover,
.btn-lanse.disabled:focus,
.btn-lanse[disabled]:focus,
fieldset[disabled] .btn-lanse:focus,
.btn-lanse.disabled.focus,
.btn-lanse[disabled].focus,
fieldset[disabled] .btn-lanse.focus,
.btn-lanse.disabled:active,
.btn-lanse[disabled]:active,
fieldset[disabled] .btn-lanse:active,
.btn-lanse.disabled.active,
.btn-lanse[disabled].active,
fieldset[disabled] .btn-lanse.active {
  background-color: #fff;
  /* border-color: #ccc; */
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
  outline: none !important;
    outline-offset: none !important;
}
.btn-lanse .badge {
  color: #fff;
  background-color: #333;
}

.btn-leibie {
  font-weight: 400;
  color: #666666;
  border-radius: 0;
}
.btn-font-change{
  font-size: 16px !important;
  font-weight: 500 !important;
}
.btn-leibie,
.btn-leibie:active,
.btn-leibie.active,
.btn-leibie[disabled],
fieldset[disabled] .btn-leibie {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-leibie,
.btn-leibie:hover,
.btn-leibie:focus,
.btn-leibie:active {
  border-color: transparent;
}

.btn-leibie:hover,
.btn-leibie:focus {
  color: #666666;
  text-decoration: underline;
  background-color: transparent;
}

.btn-leibie[disabled]:hover,
fieldset[disabled] .btn-leibie:hover,
.btn-leibie[disabled]:focus,
fieldset[disabled] .btn-leibie:focus {
  color: #777;
  text-decoration: none;
}

@media (max-width: 767px) {
  .copyright {
    padding: 10px 0;
    line-height: 20px;
  }
}

.copyright a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.copyright a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.btn-huang {
  color: #fff;
  background-color: #d0be5c;
  border-color: #d0be5c;
}

.btn-huang:hover,
.btn-huang:focus,
.btn-huang.focus,
.btn-huang:active,
.btn-huang.active,
.open>.dropdown-toggle.btn-huang {
  color: #fff;
  background-color: #ccba58;
  border-color: #ccba58;
}

.btn-huang:active,
.btn-huang.active,
.open>.dropdown-toggle.btn-huang {
  background-image: none;
}

.btn-huang.disabled,
.btn-huang[disabled],
fieldset[disabled] .btn-huang,
.btn-huang.disabled:hover,
.btn-huang[disabled]:hover,
fieldset[disabled] .btn-huang:hover,
.btn-huang.disabled:focus,
.btn-huang[disabled]:focus,
fieldset[disabled] .btn-huang:focus,
.btn-huang.disabled.focus,
.btn-huang[disabled].focus,
fieldset[disabled] .btn-huang.focus,
.btn-huang.disabled:active,
.btn-huang[disabled]:active,
fieldset[disabled] .btn-huang:active,
.btn-huang.disabled.active,
.btn-huang[disabled].active,
fieldset[disabled] .btn-huang.active {
  background-color: #ccba58;
  border-color: #ccba58;
}

.btn-huang .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-sixin {
  color: #333;
  background-color: #fff;
  border-color: #ccba58;
}

.btn-sixin:hover,
.btn-sixin:focus,
.btn-sixin.focus,
.btn-sixin:active,
.btn-sixin.active,
.open>.dropdown-toggle.btn-sixin {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ccba58;
}

.btn-sixin:active,
.btn-sixin.active,
.open>.dropdown-toggle.btn-sixin {
  background-image: none;
}

.btn-sixin.disabled,
.btn-sixin[disabled],
fieldset[disabled] .btn-sixin,
.btn-sixin.disabled:hover,
.btn-sixin[disabled]:hover,
fieldset[disabled] .btn-sixin:hover,
.btn-sixin.disabled:focus,
.btn-sixin[disabled]:focus,
fieldset[disabled] .btn-sixin:focus,
.btn-sixin.disabled.focus,
.btn-sixin[disabled].focus,
fieldset[disabled] .btn-sixin.focus,
.btn-sixin.disabled:active,
.btn-sixin[disabled]:active,
fieldset[disabled] .btn-sixin:active,
.btn-sixin.disabled.active,
.btn-sixin[disabled].active,
fieldset[disabled] .btn-sixin.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-sixin .badge {
  color: #fff;
  background-color: #333;
}

.link-dark {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-dark h5 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
}

.link-dark:hover,
.link-dark:focus {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-lg {
  font-size: 14px;
}

.course-item {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .course-item {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 992px) {
  .course-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .course-item:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.course-item:hover .metas {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-item:hover .about {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-mobile {
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-mobile .navbar-more {
  position: relative;
  padding: 20px 10px;
  line-height: 20px;
  display: block;
  color: #fff;
  z-index: 1001;
}

.navbar-mobile .nav-mobile {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #3f3f3f;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.navbar-mobile .nav {
  float: none;
  text-align: left;
  padding: 0 20px;
}

.navbar-mobile .dropdown-menu>li>a {
  color: #fff;
}

.navbar-mobile .navbar-form {
  width: 80%;
  margin: 60px auto 20px auto;
}

.navbar-mobile .navbar-form .form-control {
  width: 100%;
}

.navbar-form {
  margin: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-form {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-form .form-group {
  position: relative;
}

.navbar-form .form-control {
  height: 30px;
  width: 100px;
  border-radius: 20px;
  line-height: 28px;
  padding: 0 24px 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #fff;
}

.navbar-form .form-control.active {
  width: 150px;
}

.navbar-form .button {
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  background: none;
}

.nav>li.nav-more li .dropdown-menu {
  left: 100%;
  top: 0;
}

.nav>li.nav-more.open li:hover .dropdown-menu {
  display: block;
}

.nav>li.nav-more .open>a,
.nav>li.nav-more .open.active>a,
.nav>li.nav-more .open>a:hover,
.nav>li.nav-more .open>a:focus {
  background: #38599f !important;
  color: #fff !important;
}

.navbar-user {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 20px;
}

@media (max-width: 767px) {
  .navbar-user {
    right: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-user.left {
    right: 50px;
  }
}

.nav.user-nav {
  float: right;
}

.nav.user-nav>li {
  float: left;
  height: 60px;
}

.nav.user-nav>li>a {
  display: block;
  padding: 20px 15px;
  color: #c1c1c1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .nav.user-nav>li>a {
    padding: 20px 10px;
  }
}

.nav.user-nav>li>a.dropdown-toggle {
  padding: 15px 15px;
}

@media (max-width: 991px) {
  .nav.user-nav>li>a.dropdown-toggle {
    padding: 15px 5px;
  }
}

.nav.user-nav>li>a:hover,
.nav.user-nav>li>a:focus {
  color: #fff;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav.user-nav>li>a.hasmessage {
  position: relative;
  display: block;
}

.nav.user-nav>li>a.hasmessage>.dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: 22px;
  right: 12px;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e83d2c;
}

@media (min-width: 1200px) {
  .nav.user-nav .user-avatar-li .dropdown-menu {
    margin-right: -50px;
  }
}

.nav.user-nav .dropdown-menu {
  width: 160px;
  background: #fff;
  left: auto;
  right: 0;
}

.nav.user-nav .dropdown-menu>li {
  width: 100%;
}

.nav.user-nav .dropdown-menu>li>a {
  padding-left: 10px;
}

.nav.user-nav .dropdown-menu>li>a:hover .num {
  background: #fff;
  color: #46c37b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav.user-nav .dropdown-menu>li i {
  padding: 0 10px;
}

.nav.user-nav .dropdown-menu>li .num {
  background: #999;
  padding: 0 10px;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
}

.dropdown-menu .dropdown-header {
  padding: 5px 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #616161;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  padding-right: 0;
  border-right: 20px solid transparent;
  text-overflow: ellipsis;
}

.dropdown-menu>li {
  position: relative;
}

.dropdown-menu>li>a {
  color: #616161;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-menu>li>a:hover {
  background: #38599f;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.html-mask.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
}

html.nav-active,
html.nav-active body {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.jh-wrap.nav-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate3d(250px, 0, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
}

.color-primary {
  color: #0081e6 !important;
}

.color-gray {
  color: #919191 !important;
}

.p-lg {
  line-height: 30px;
  margin-bottom: 30px;
}

.avatar-xxs {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
}

.avatar-xs {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
}

.avatar-sm {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
}

.avatar-md {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
}

.avatar-lg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px !important;
  height: 120px !important;
}

.avatar-square-md,
.group-avatar-md {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.avatar-square-sm,
.group-avatar-sm {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.empty {
  text-align: center;
  color: #c1c1c1;
  padding: 20px 0;
}

.ellipsis,
.text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.mls {
  margin-left: 5px !important;
}

.mlm {
  margin-left: 10px !important;
}

.mll {
  margin-left: 20px !important;
}

.mhs {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mhm {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mhl {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mvs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mvm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mvl {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mrm {
  margin-right: 10px !important;
}

.mbl {
  margin-bottom: 20px !important;
}

.mrs {
  margin-right: 5px !important;
}

.mrl {
  margin-right: 20px !important;
}

.mbs {
  margin-bottom: 5px !important;
}

.mbm {
  margin-bottom: 10px !important;
}

.avatar-wrap {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.table-hover>tbody>tr:hover {
  background-color: #eff7fa;
}

.webuploader-container {
  position: relative;
}

.width-input {
  display: inline-block !important;
  margin-right: 6px;
  width: 150px;
}

.width-input-large {
  width: 200px;
}

.width-full {
  width: 100%;
}

.radios,
.checkboxs {
  padding-top: 5px;
  vertical-align: middle;
}

.radios label,
.checkboxs label {
  font-weight: normal;
  padding: 0 20px 0 0px;
}

.form-horizontal .form-group {
  margin-bottom: 30px;
}

.form-control {
  color: #616161;
  border-color: #e1e1e1;
}

.prs {
  padding-right: 5px !important;
}

.control-text {
  display: inline-block;
  min-height: 34px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

#content-container {
  margin: 30px auto;
  min-height: 400px;
}

@media (max-width: 767px) {
  #content-container {
    min-height: 250px;
  }
}

.course-detail {
  margin-top: -10px;
}

.course-detail-content img {
  max-width: 100%;
  height: auto;
}

.jh-piece {
  margin-bottom: 30px;
}

.jh-piece.piece-lg .piece-header {
  font-size: 22px;
  font-weight: 500;
  padding: 0 30px 0 0;
}

.jh-piece.piece-lg .piece-header .more {
  font-size: 14px;
}

.jh-piece.piece-lg .piece-header:after {
  display: none;
}

.jh-piece .piece-header {
  position: relative;
  margin: 5px auto 20px auto;
  padding: 0 30px 0 15px;
  color: #313131;
  font-size: 16px;
}

.jh-piece .piece-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 16px;
  background-color: #0081e6;
}

.jh-piece .piece-header .more {
  position: absolute;
  right: 0;
  top: 5px;
}

.lesson-dashboard-page {
  background: #fff;
}

.lesson-dashboard {
  position: fixed;
  background: #fff;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #e5e5e5;
}

.lesson-dashboard .dashboard-content {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 80px;
  bottom: 0px;
}

.lesson-dashboard-open .dashboard-content {
  right: 440px;
}

.lesson-dashboard .toolbar {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  border-left: 1px solid #e9e9e9;
  color: #666;
  background: #fff;
}

.lesson-dashboard-open .toolbar {
  width: 420px;
}

.lesson-dashboard .toolbar-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  border-left: 1px solid #e9e9e9;
  background: #363e45;
}

.lesson-dashboard .toolbar-pane-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  bottom: 0;
  /*height: 100%;*/
  overflow: hidden;
  background-color: #fff;
}

.ps-container .ps-scrollbar-y-rail {
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  z-index: 1;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
}

.lesson-dashboard .toolbar-pane-container .ps-container .ps-scrollbar-y {
  right: 0px;
}

.lesson-dashboard .toolbar-pane-container .ps-container .ps-scrollbar-x {
  display: none;
}

@media (max-width: 1024px) {
  .lesson-dashboard-open .dashboard-content {
    right: 360px;
  }
  .lesson-dashboard-open .toolbar {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .lesson-dashboard .dashboard-content,
  .lesson-dashboard-open .dashboard-content {
    right: 20px;
  }
  .lesson-dashboard .toolbar {
    display: none;
  }
}

.lesson-dashboard .toolbar-nav-stacked {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lesson-dashboard .toolbar-nav-stacked li a {
  padding: 8px 0px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #ccc;
  text-decoration: none;
}

.lesson-dashboard .toolbar-nav-stacked li a:hover {
  background: #aaa;
  color: #fff;
}

.lesson-dashboard .toolbar-nav-stacked li a .glyphicon {
  display: block;
  margin-bottom: 5px;
}

.lesson-dashboard .toolbar-nav-stacked li.active a {
  background-color: #999;
  color: #fff;
}

.lesson-dashboard #lesson-toolbar-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lesson-dashboard #lesson-toolbar-secondary .hide-pane {
  text-align: center;
}

.lesson-dashboard #lesson-toolbar-secondary .hide-pane .glyphicon {
  display: inline;
}

.lesson-dashboard .dashboard-header {
  position: absolute;
  left: 130px;
  top: 0;
  height: 40px;
}

.lesson-dashboard .dashboard-header .item-navbar {
  font-size: 16px;
  line-height: 40px;
  color: #999;
}

.lesson-dashboard .dashboard-header .item-navbar span {
  cursor: pointer;
}

.lesson-dashboard .dashboard-header .item-navbar span:hover {
  color: #666;
}

.lesson-dashboard .dashboard-body {
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 100%;
  /*background: #1d1f21;*/
}

.lesson-dashboard .dashboard-footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.lesson-dashboard .dashboard-footer .disabled {
  pointer-events: auto;
}

.lesson-dashboard .video-player {
  /*background: #1d1f21;*/
  /*height: 440px;*/
}

.lesson-dashboard .title-group {
  line-height: 40px;
  height: 50px;
  word-break: break-all;
  overflow: hidden;
}

.lesson-dashboard .title-group .divider {
  color: #999;
  margin: 0 3px;
}

.lesson-dashboard .title-group .chapter-label {
  font-size: 16px;
  color: #999;
}

.lesson-dashboard .title-group .item-label {
  margin-right: 5px;
}

.lesson-dashboard .title-group .item-label,
.lesson-dashboard .title-group .item-title {
  font-size: 16px;
}

.lesson-dashboard .lesson-content {
  height: 100%;
  position: relative;
}

.lesson-dashboard .lesson-content-audio {
  overflow: hidden;
}

.lesson-dashboard .lesson-content-audio .mejs-container {
  margin: 0 auto;
  margin-top: 100px;
  display: block;
}

.lesson-dashboard .lesson-content-text {
  overflow: hidden;
}

.lesson-dashboard .lesson-content-text .ps-scrollbar-x {
  display: none;
}

.lesson-dashboard .lesson-content-text .ps-scrollbar-y {
  right: 0;
}

.lesson-dashboard .lesson-content-text-body {
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  word-wrap: break-word;
  overflow: hidden;
}

.lesson-dashboard .lesson-content-text-body img {
  max-width: 100%;
}

.lesson-dashboard .lesson-content-text-body blockquote p {
  font-size: 14px;
}

.lesson-dashboard .nav-btn {
  position: absolute;
  /*background: #f3f3f3;*/
  border-radius: 0;
  z-index: 1000;
  padding: 3px 10px;
}

.lesson-dashboard .back-course-btn {
  left: 0px;
  top: -1px;
}

.lesson-dashboard .prev-lesson-btn {
  left: 90px;
  top: -1px;
}

.lesson-dashboard .next-lesson-btn {
  left: 90px;
  bottom: -1px;
}

.lesson-dashboard .question-list-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

#lesson-question-plugin-form {
  padding: 15px 10px 0 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}

.course-detail-header {
  position: relative;
}

.course-detail-header .jh-section {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

.course-detail-header .setting {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 3px;
  display: block;
}

.course-detail-header .setting+.setting {
  right: 35px;
}

.course-detail-header .course-img {
  position: relative;
  float: left;
  background-color: #fff;
}

@media (max-width: 767px) {
  .course-detail-header .course-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.course-detail-header .course-img .course-img-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-detail-header .course-img .course-img-cover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-detail-header .course-img .course-img-cover .jh-icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.course-detail-header .course-img .img-responsive {
  width: 100%;
}

@media (max-width: 767px) {
  .course-detail-header .course-img .img-responsive {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.course-detail-header .course-img .tags {
  position: absolute;
  top: 0;
  left: 10px;
}

.course-detail-header .course-img .tags span {
  margin-right: 5px;
}

.course-detail-header .course-img .tag-serialing,
.course-detail-header .course-img .tag-live,
.course-detail-header .course-img .tag-finished {
  display: inline-block;
  width: 40px;
  height: 50px;
}

.course-detail-header .course-img .tag-serialing {
  background: url("../img/tag_serialing.png") no-repeat;
  background-image: -webkit-image-set(url("../img/tag_serialing.png") 1x, url("../img/tag_serialing@2x.png") 2x);
}

.course-detail-header .course-img .tag-live {
  background: url("../img/tag_live.png") no-repeat;
  background-image: -webkit-image-set(url("../img/tag_live.png") 1x, url("../img/tag_live@2x.png") 2x);
}

.course-detail-header .course-img .tag-finished {
  background: url("../img/tag_finished.png") no-repeat;
  background-image: -webkit-image-set(url("../img/tag_finished.png") 1x, url("../img/tag_finished@2x.png") 2x);
}

.course-detail-header .title {
  color: #313131;
}

.course-detail-header .subtitle {
  color: #919191;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.course-detail-header .metas {
  color: #919191;
}

.course-detail-header .metas p {
  font-size: 12px;
}

.course-detail-header .metas p label {
  width: 40px;
  margin-bottom: 0;
  font-weight: normal;
}

.course-detail-header .metas p span {
  display: inline-block;
}

.course-detail-header .expiry-date {
  margin-bottom: 0;
}

.course-detail-header .discount-price .price {
  font-size: 24px;
  color: #313131;
  margin-right: 10px;
}

.course-detail-header .discount-price .price i {
  font-size: 14px;
  font-style: normal;
}

.course-detail-header .discount-price .discount {
  position: relative;
  margin-left: 12px;
  padding: 0 15px 0 15px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  vertical-align: super;
}

.course-detail-header .discount-price .discount:before {
  top: 0;
  left: -12px;
  border-width: 12px 12px 12px 0;
}

.course-detail-header .discount-price .discount:after {
  top: 10px;
  left: 1px;
}

.course-detail-header .activity {
  margin-bottom: 0;
}

.course-detail-header .activity .name {
  color: #313131;
  margin-right: 10px;
}

.course-detail-header .activity i {
  margin-right: 5px;
}

.course-detail-header .course-operation {
  padding: 12px 15px;
  background-color: #fafafa;
  color: #919191;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 991px) {
  .course-detail-header .course-operation {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

.course-detail-header .course-operation .student-num {
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
}

@media (max-width: 1199px) {
  .course-detail-header .course-operation .student-num {
    padding: 15px 0;
  }
}

.course-detail-header .course-operation .student-num i {
  margin-right: 10px;
  font-size: 28px;
}

.course-detail-header .course-data {
  list-style-type: none;
  padding: 10px 0;
}

.course-detail-header .course-data>li {
  float: left;
  width: 33.33%;
  margin: 10px 0;
  color: #919191;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .course-detail-header .course-data>li {
    margin: 5px 0;
    line-height: 20px;
  }
}

.course-detail-header .course-data>li:first-child {
  border: none;
}

.course-detail-header .course-data>li .dropdown-toggle,
.course-detail-header .course-data>li>a {
  color: #919191;
}

.course-detail-header .course-data>li .dropdown-toggle:hover,
.course-detail-header .course-data>li>a:hover {
  color: #0081e6;
}

.course-detail-header .course-data>li p {
  margin-bottom: 0;
}

.course-detail-header .course-data>li i {
  font-size: 26px;
}

.course-detail-header .course-data.active>li {
  width: 33.33%;
}

.course-detail-header.before .course-img {
  width: 350px;
  margin: 15px;
}

@media (max-width: 1199px) {
  .course-detail-header.before .course-img {
    width: 380px;
    margin: 10px;
  }
}

@media (max-width: 991px) {
  .course-detail-header.before .course-img {
    width: 239px;
  }
}

@media (max-width: 767px) {
  .course-detail-header.before .course-img {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.course-detail-header.before .course-info {
  float: left;
  width: 390px;
  width: 388px\9;
  padding: 15px 20px 15px 5px;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .course-detail-header.before .course-info {
    width: 350px;
    width: 348px\9;
    padding: 8px 10px;
  }
  .course-detail-header.before .course-info .title {
    margin-top: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .course-detail-header.before .course-info .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .course-detail-header.before .course-info {
    width: 457px;
    width: 356px\9;
    height: 212px;
    border-top-right-radius: 4px;
  }
}

@media (max-width: 767px) {
  .course-detail-header.before .course-info {
    float: none;
    width: 100%;
  }
}

.course-detail-header.before .course-operation {
  float: right;
  width: 238px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .course-detail-header.before .course-operation {
    width: 188px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .course-detail-header.before .course-operation {
    float: none;
    width: 100%;
    padding: 10px 10px 0 10px;
  }
}

.course-detail-header.before .course-operation .student-num {
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
  .course-detail-header.before .course-operation .student-num {
    float: left;
    width: 33.33%;
    border: none;
    margin-top: 10px;
  }
}

.course-detail-header.before .course-operation .buy {
  padding:34px 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .course-detail-header.before .course-operation .buy {
    padding: 57px 0;
  }
}

@media (max-width: 991px) {
  .course-detail-header.before .course-operation .buy {
    padding: 18px 0 10px 0;
    float: left;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .course-detail-header.before .course-operation .buy {
    width: 50%;
  }
}

.course-detail-header.before .course-operation .buy .btn {
  padding: 10px 30px;
}

.course-detail-header.before .course-data {
  border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 991px) {
  .course-detail-header.before .course-data {
    float: left;
    width: 33.33%;
    margin-bottom: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .course-detail-header.before .course-data {
    width: 50%;
  }
}

.course-detail-header.before .course-data>li {
  width: 50%;
}

@media (max-width: 767px) {
  .course-detail-header.before .course-data>li {
    width: 50%;
  }
}

.course-detail-header.before .course-data.active>li {
  width: 33.33%;
}

.course-detail-header.after .course-img {
  width: 300px;
  margin: 15px;
}

@media (max-width: 1199px) {
  .course-detail-header.after .course-img {
    width: 240px;
    margin: 10px;
  }
}

@media (max-width: 767px) {
  .course-detail-header.after .course-img {
    width: 100%;
    margin: 0;
  }
}

.course-detail-header.after .course-info {
  float: left;
  width: 570px;
  width: 568px\9;
  padding: 15px 25px;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .course-detail-header.after .course-info {
    width: 470px;
    width: 468px\9;
    padding: 10px;
  }
  .course-detail-header.after .course-info .title {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .course-detail-header.after .course-info {
    width: 320px;
    width: 318px\9;
  }
}

@media (max-width: 767px) {
  .course-detail-header.after .course-info {
    width: 100%;
  }
}

.course-detail-header.after .course-operation {
  float: right;
  width: 238px;
}

@media (max-width: 1199px) {
  .course-detail-header.after .course-operation {
    width: 208px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .course-detail-header.after .course-operation {
    width: 138px;
  }
}

@media (max-width: 767px) {
  .course-detail-header.after .course-operation {
    width: 100%;
  }
}

.course-detail-header.after .course-operation .student-num {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 1199px) {
  .course-detail-header.after .course-operation .student-num {
    font-size: 20px;
    padding: 10px 0;
  }
}

.course-detail-header.after .course-data {
  padding: 16px 0;
  margin-bottom: 0;
}

.course-detail-header.after .course-data.two-col>li {
  width: 50%;
}

.course-detail-header.after .progress {
  height: 11px;
  margin-bottom: 0;
}

.course-header-bottom {
  padding: 15px;
  line-height: 40px;
  color: #919191;
}

.course-header-bottom .next-class {
  float: right;
  margin-right: 50px;
  max-width: 600px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

@media (max-width: 1199px) {
  .course-header-bottom .next-class {
    max-width: 400px;
  }
}

@media (max-width: 1199px) {
  .course-header-bottom .next-class {
    max-width: 250px;
    margin-right: 30px;
  }
}

.course-header-bottom .next-class>a {
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-header-bottom .next-class>a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-header-bottom .btn {
  float: right;
  padding: 10px 30px;
}

.jh-section {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}

.jh-section.section-lg {
  min-height: 400px;
}

.jh-section .section-header {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.jh-section .section-header h1 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
}

.jh-section .section-header h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}

.jh-section .section-header .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-section .section-header .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-section .section-header .more>i {
  font-size: 24px;
}

.copyright {
  background: #4c505f;
  border-top: 1px solid #263677;
  text-align: center;
  padding: 45px 0;
  line-height: 30px;
  color: #fff;
  height: 100%;
}

.footer-link {
  background: #4c505f;
  padding: 55px 0;
  border-bottom: 1px solid #111;
}

.footer-main .link-item {
  width: 20%;
  float: left;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .footer-main .link-item {
    width: 33.33%;
    padding: 0 5px;
  }
}

.footer-main h3 {
  font-size: 16px;
  color: #eee;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-main h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.footer-main ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-main ul li {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer-main ul li {
    margin-top: 10px;
  }
}

.footer-main a {
  color: #b6bac9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-main a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-logo {
  margin-top: 10px;
  text-align: center;
}

.footer-logo>a>img {
  height: 64px;
}

.footer-logo .footer-sns {
  margin-top: 30px;
}

.footer-logo .footer-sns>a {
  display: inline-block;
}

.footer-logo .footer-sns i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  font-size: 24px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-logo .footer-sns i:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-header {
  background: #1c3d70;
  z-index: 1000;
  height: 90px;
  border: none;
  padding: 0 20px;
  box-shadow: 0px 5px 10px grey;
}

.jh-header .container {
  position: relative;
}

.jh-header .collapse {
  display: block;
}

@media (max-width: 767px) {
  .jh-header .navbar-header {
    text-align: center;
    float: none;
  }
  .jh-header .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
  }
}

.jh-header .navbar-header .navbar-brand {
  height: 60px;
  line-height: 50px;
  padding: 5px 10px;
  color: #ededed;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .jh-header .navbar-header .navbar-brand {
    padding: 10px;
    line-height: 40px;
  }
}


/*.jh-header .navbar-header .navbar-brand > img {
  height: 50px;
  width: auto;
}*/

@media (max-width: 767px) {
  /*.jh-header .navbar-header .navbar-brand > img {
    height: 40px;
  }*/
}

@media (max-width: 991px) {
  .jh-header .nav.navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
}

.jh-header .nav.navbar-nav>li>a {
  padding: 20px 30px;
  line-height: 20px;
  color: #c1c1c1;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .jh-header .nav.navbar-nav>li>a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .jh-header .nav.navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.jh-header .nav.navbar-nav>li.open.active>a,
.jh-header .nav.navbar-nav>li.open>a:hover,
.jh-header .nav.navbar-nav>li.open>a:focus,
.jh-header .nav.navbar-nav>li.open>a,
.jh-header .nav.navbar-nav>li.active>a,
.jh-header .nav.navbar-nav>li>a:hover,
.jh-header .nav.navbar-nav>li>a:focus {
  background: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-header .nav.navbar-nav .navbar-toggle {
  padding: 5px 15px;
  background: #1abc9c;
}

.jh-header .nav.navbar-nav .navbar-toggle .icon-bar {
  background: #fff;
}

.jh-header .navbar-form {
  margin: 15px 10px;
}

@media (max-width: 1199px) {
  .jh-header .navbar-form {
    margin: 15px 0;
  }
}

.login-section {
  margin: 50px auto;
  width: 460px;
  min-height: 400px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .login-section {
    width: 100%;
    margin: 20px auto;
  }
}

.login-section.login-section-weixin {
  min-height: 315px;
}

.login-section .logon-tab {
  margin: -15px -15px 0 -15px;
}

.login-section .logon-tab>a {
  display: block;
  padding: 20px;
  float: left;
  width: 50%;
  font-size: 16px;
  text-align: center;
  color: #616161;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-section .logon-tab>a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-section .logon-tab>a.active {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.login-section .login-main {
  padding: 40px 45px 20px 45px;
}

@media (max-width: 767px) {
  .login-section .login-main {
    padding: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .login-modal {
    width: 350px;
  }
  .login-modal .modal-body {
    padding: 30px 30px 15px 30px;
  }
  .login-modal .modal-footer {
    padding: 30px;
  }
}

.social-login {
  position: relative;
  text-align: center;
  margin-top: 30px;
  z-index: 1;
}

.social-login>span {
  padding: 0 10px;
  z-index: 1;
  background-color: #fff;
}

.social-login .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin-top: -1px;
  z-index: -1;
}

.social-login .social-icon {
  display: inline-block;
  margin: 0 8px;
  /*border: 2px solid #919191;
  color: #919191;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-login .social-icon>i {
  font-size: 20px;
}

.social-login .social-icon.social-weixin {
  width: 40px;
  height: 40px;
 /* background: url(../images/weixingray.png) no-repeat; */
 background: url(../images/../images/weixingreen.png) no-repeat;
}

.social-login .social-icon:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-login .social-icon.social-weibo:hover {
  background: #e6162d;
  border-color: #e6162d;
}

.social-login .social-icon.social-qq:hover {
  background: #78c257;
  border-color: #78c257;
}

.social-login .social-icon.social-renren:hover {
  background: #3793f1;
  border-color: #3793f1;
}

.social-login .social-icon.social-weixin:hover {
  background: url(../images/../images/weixingreen.png) no-repeat;
}

.social-login .social-icon.social-yun:hover {
  background: #ff842e;
  border-color: #ff842e;
}

.social-login .social-icon.social-more:hover {
  background: #0081e6;
  border-color: #0081e6;
}

.money-text {
  color: #f40;
}

.money {
  color: #f40;
  font-size: 22px;
}

.jh-step {
  padding-left: 0;
  margin-bottom: 30px;
}

.jh-step.jh-step-3 li {
  width: 33.33%;
}

.jh-step li {
  float: left;
  padding: 15px;
  list-style-type: none;
  border-bottom: 2px solid #c1c1c1;
  color: #c1c1c1;
  font-size: 16px;
  text-align: center;
}

.h400 {
  min-height: 400px;
}

.inline-block {
  display: inline-block;
}

.jh-step li .number {
  width: 23px;
  height: 23px;
  line-height: 21px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.jh-step li.done,
.jh-step li.doing {
  border-color: #0081e6;
}

.jh-step li.done .number,
.jh-step li.doing .number {
  color: #fff;
  background-color: #0081e6;
  border-color: #0081e6;
}

.jh-step li.done {
  color: #0081e6;
}

.jh-step li.doing {
  color: #616161;
}

.order-detail-bg {
  margin-bottom: 20px;
  border: 1px solid #f5f5f5;
}

.order-detail-bg.checkout .order-info {
  padding-top: 30px;
  width: 70%;
}

@media (max-width: 767px) {
  .order-detail-bg.checkout .order-info {
    width: 100%;
    padding: 15px;
  }
}

.order-detail-bg.checkout .order-info>p {
  margin-bottom: 15px;
  font-size: 14px;
}

.order-detail-bg.checkout .order-info .pay-rmb {
  font-size: 18px;
}

.order-detail-bg .order-detail {
  position: relative;
  height: 150px;
  width: auto;
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .order-detail-bg .order-detail {
    height: auto;
  }
}

.order-detail-bg .order-img {
  float: left;
  width: 30%;
}

.order-detail-bg .order-img img {
  height: 150px;
}

.order-detail-bg .order-info {
  float: left;
  width: 50%;
  padding: 60px 0 0 50px;
  font-size: 18px;
  color: #616161;
}

@media (max-width: 767px) {
  .order-detail-bg .order-info {
    float: none;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}

.order-detail-bg .order-price {
  float: right;
  font-size: 24px;
  width: 20%;
  text-align: right;
  padding: 60px 30px 0 0;
}

@media (max-width: 767px) {
  .order-detail-bg .order-price {
    float: none;
    width: 100%;
    padding: 0 0 10px 15px;
    text-align: left;
  }
}

.order-detail-item {
  line-height: 30px;
  padding: 15px 20px;
}

.order-item {
  border-bottom: 0;
  padding: 50px 30px 50px 40px;
  line-height: 33px;
}

@media (max-width: 991px) {
  .order-item {
    padding: 15px;
  }
}

.order-item .order-item-title {
  float: left;
  width: 36%;
  color: #919191;
}

@media (max-width: 767px) {
  .order-item .order-item-title {
    width: 100% !important;
  }
}

.order-item .order-item-title .title {
  font-size: 18px;
  color: #313131;
  margin: 0 15px;
}

@media (max-width: 1199px) {
  .order-item .order-item-title .title {
    margin: 0;
  }
}

.order-item .order-item-title .jh-icon {
  font-size: 22px;
  color: #313131;
}

.order-item .order-item-detail {
  float: left;
  width: 45%;
}

@media (max-width: 767px) {
  .order-item .order-item-detail {
    width: 100%;
  }
}

.order-item .order-item-detail .help-block {
  display: none;
}

.order-item .order-item-detail .help-block .text-danger {
  display: inline-block;
  color: #d85030;
  width: 130px;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 20px;
  font-size: 12px;
  background-color: #fff1f0;
  border: 1px solid #f0c7bd;
}

.order-item .order-item-price {
  float: right;
  width: 19%;
  font-size: 14px;
  text-align: right;
  color: #616161;
}

@media (max-width: 767px) {
  .order-item .order-item-price {
    width: 100% !important;
    text-align: left;
  }
}

.order-item .form-control {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
}

.order-pay .total-price {
  text-align: right;
  margin-bottom: 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .order-pay .total-price {
    margin-bottom: 15px;
  }
}

.order-pay .pay-rmb {
  color: #e83d2c;
  font-size: 24px;
}

.form-paytype .order-detail-bg {
  padding: 50px;
}

@media (max-width: 767px) {
  .form-paytype .order-detail-bg {
    padding: 15px;
  }
}

.form-paytype .pay-type-label {
  display: inline-block;
  margin-right: 10%;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .form-paytype .pay-type-label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .form-paytype .pay-type-label {
    display: block;
    margin-bottom: 10px;
  }
}

.form-paytype .check {
  cursor: pointer;
  width: 144px;
  /*height: auto;*/
  padding: 5px;
  border: 2px solid #f5f5f5;
  position: relative;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .form-paytype .check {
    margin-right: 5px;
    width: 100px;
    /*height: 40px;*/
    line-height: 32px;
    margin-bottom: 10px;
  }
  .form-paytype .check img {
    width: 80%;
    height: auto;
  }
}

.form-paytype .check:hover {
  border-color: #c1c1c1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-paytype .check.active {
  border: 2px solid #70d445;
}

.form-paytype .check.active .icon {
  display: block;
}

.form-paytype .check.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}

.form-paytype .check.disabled:hover {
  border-color: #f5f5f5;
}

.form-paytype .check .icon {
  display: none;
  background: url('../img/old/pay_check_status.png') no-repeat;
  top: -2px;
  right: -2px;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  position: absolute;
  overflow: hidden;
}

.order-pay-state {
  padding: 40px 0;
  margin-bottom: 15px;
  color: #659f13;
  border: 1px solid #cddfb4;
  background-color: #f2fae3;
  font-size: 22px;
  text-align: center;
}

.order-pay-state .jh-icon {
  font-size: 70px;
}

.order-pay-state p {
  margin: 40px 0 60px 0;
}

.order-pay-state.error {
  color: #e83d2c;
  border: 1px solid #f0c7bd;
  background-color: #fff1f0;
}

.panel-default {
  padding: 0 ;
  border-color: #ebebeb;
}


.panel-default>.panel-heading {
  position: relative;
  font-size: 16px;
  padding: 15px;
  /* background: #fff; */
  border-bottom: 1px solid #f5f5f5;

}

@media (max-width: 767px) {
  .panel-default>.panel-heading {
    padding: 10px;
  }
}

.panel-default>.panel-heading .panel-title {
  color: #313131;
}

.panel-default>.panel-heading .panel-title>i {
  display: none;
}

.panel-default>.panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .panel-default>.panel-heading .more {
    top: 8px;
  }
}

.panel-default>.panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-default>.panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}

.panel-default>.panel-footer {
  padding: 15px 0;
  background: none;
}

.panel-default>.panel-body {
  position: relative;
  padding: 15px
}

.media-default .media-body>.title {
 line-height: 34px;
 font-size: 16px;
 max-width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
  white-space: nowrap;


}
.media-default .media-body {
width:100%
}

.media-default .media-body>.content {
  color: #919191;
}

.media.media-number-o .media-body {
  color: #919191;
}

.panel-class .arrow-prev:hover,
.panel-class .arrow-next:hover {
  background-color: rgba(127, 127, 127, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-class .arrow-prev {
  left: 5px;
}

.panel-class .arrow-next {
  right: 5px;
}

.panel-class:hover .arrow-prev,
.panel-class:hover .arrow-next {
  visibility: visible;
}

.panel-class .arrow-prev,
.panel-class .arrow-next {
  position: absolute;
  top: 35%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.5);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}

.panel-create-course .panel-heading h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
}

.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}

.piece-body .piece-body-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.piece-body .piece-body-list>li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}

.period-list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.period-list>li {
  margin-bottom: 10px;
  padding: 10px 15px;
}

.period-list .chapter,
.period-list .section {
  background-color: #f5f5f5;
  color: #919191;
}

.period-list .chapter {
  position: relative;
}

.period-list .chapter:hover {
  cursor: pointer;
}

.period-list .chapter .icon-list-ul {
  position: absolute;
  top: 11px;
  left: 15px;
}

.period-list .chapter .period-show {
  position: absolute;
  top: 8px;
  right: 15px;
}

.period-list .chapter .title {
  padding: 0 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.period-list .section {
  padding-left: 45px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.period-list .period {
  position: relative;
  padding: 10px 100px 10px 45px;
}

.period-list .period:hover,
.period-list .period.item-active {
  background-color: #eff7fa;
}

.period-list .period.disable {
  background: none;
}

.period-list .period>a {
  color: #919191;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
}

.period-list .period .icon-adjust,
.period-list .period .icon-circle,
.period-list .period .icon-circle-blank {
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 15px;
}

.period-list .period .icon-adjust {
  color: #2fb667;
}

.period-list .period .icon-circle-blank {
  color: #bae0cb;
}

.period-list .period .icon-circle {
  color: #30b76b;
}

.period-list .period .title {
  color: #616161;
}

.period-list .period .date {
  position: absolute;
  top: 11px;
  right: 50px;
}

.period-list .period .course-type {
  position: absolute;
  top: 11px;
  right: 15px;
  line-height: 20px;
}

.period-list .period .course-type i {
  font-size: 15px;
}

.period-list .period .course-type small {
  margin-top: -3px;
}

.period-list .period .period-state {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #919191;
}


/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/


/* Tabs panel */

.nav.nav-tabs {
  position: relative;
  margin-bottom: 25px;
  border-color: #f5f5f5;
}

.nav.nav-tabs .highlight {
  position: absolute;
  bottom: -1px;
  /*border-bottom: 2px solid #0081e6;*/
}

@media (max-width: 767px) {
  .nav.nav-tabs .highlight {
    display: none;
  }
}

.nav.nav-tabs>li {
  margin-bottom: 0;
}

.nav.nav-tabs>li>a {
  border: none;
  margin-right: 0;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 30px 15px;
}

@media (max-width: 1199px) {
  .nav.nav-tabs>li>a {
    padding: 5px 10px 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .nav.nav-tabs>li>a {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .nav.nav-tabs>li.active>a,
  .nav.nav-tabs>li:hover>a {
    border: none;
  }
}

.nav.nav-tabs>li.active>a .text-muted,
.nav.nav-tabs>li:hover>a .text-muted {
  color: #0081e6;
}

.nav.nav-tabs>li.active>a .badge,
.nav.nav-tabs>li:hover>a .badge {
  background-color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav.nav-tabs .badge {
  margin-left: 5px;
  background-color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-btn-tab {
  position: relative;
  padding-right: 80px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nav-btn-tab {
    padding-right: 0;
  }
}

.nav-btn-tab .nav.nav-tabs {
  border: none;
  margin-bottom: 0;
}

.nav-btn-tab .btnbar {
  position: absolute;
  top: 0;
  right: 0;
}

.tabbable-panel {
  border: 1px solid #ebebeb;
  padding: 10px;
  border-radius: 4px;
}


/* Default mode */

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 3px solid #e1e1e1;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 3px solid #0081e6;
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #0081e6;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 0px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}


/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
  margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}


/*.piece-header {
  font-size: 22px;
  font-weight: 500;
  padding: 0 30px 0 0;
}
.piece-header .more {
  font-size: 14px;
}
.piece-header:after {
  display: none;
}*/

.piece-header {
  position: relative;
  margin: 5px auto 20px auto;
  padding: 0 30px 0 15px;
  color: #313131;
  font-size: 16px;
}

.piece-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 16px;
  background-color: #0081e6;
}

.piece-header .more {
  position: absolute;
  right: 0;
  top: 5px;
}

.teacher-item {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f6e8c9;
}

@media (max-width: 767px) {
  .teacher-item {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 992px) {
  .teacher-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .teacher-item:hover {
    /*transform: translateY(-6px);*/
    /*-webkit-transform: translateY(-6px);*/
    /*-moz-transform: translateY(-6px);*/
    /*box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
    /*-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
  }
}

.teacher-item:hover .metas {
  opacity: 0;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teacher-item:hover .about {
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.teacher-item .teacher-top {
  position: relative;
  z-index: 1;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fafafa;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .teacher-item .teacher-top {
    padding: 10px;
  }
}

.avatar-lg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px !important;
  height: 120px !important;
}

.teacher-item .avatar-lg {
  border: 4px solid #fff;
}

@media (max-width: 767px) {
  .teacher-item .avatar-lg {
    width: 80px !important;
    height: 80px !important;
  }
}

.teacher-item .title {
  height: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

@media (max-width: 767px) {
  .teacher-item .title {
    margin-top: 10px;
  }
}

.teacher-item .position {
  color: #c1c1c1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

@media (max-width: 767px) {
  .teacher-item .position {
    font-size: 12px;
  }
}

.teacher-item .teacher-bottom {
  position: relative;
  height: 90px;
}

@media (max-width: 767px) {
  .teacher-item .teacher-bottom {
    height: 60px;
  }
}

.teacher-item .about,
.teacher-item .metas {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .teacher-item .about,
  .teacher-item .metas {
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}

.teacher-item .about {
  top: 20px;
  line-height: 25px;
  overflow: hidden;
  color: #919191;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 767px) {
  .teacher-item .about {
    top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
}

.teacher-item .metas {
  top: 30px;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (max-width: 767px) {
  .teacher-item .metas {
    top: 20px;
    bottom: 10px;
  }
}

.teacher-item .metas .btn {
  margin: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teacher-item .metas .btn {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .teacher-item .metas .btn {
    margin: 0 5px;
  }
}

.teacher-list.no-shadow .teacher-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lt-ie9 .teacher-item {
  border: 1px solid #e1e1e1;
}

#content-container {
  margin: 30px auto;
  min-height: 400px;
}

.testpaper-titlebar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.testpaper-title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}

.testpaper-status {
  margin-top: 20px;
  float: right;
}

.homwork-status .label {
  padding: 5px 25px;
  border-radius: 3px;
  font-size: 100%;
}

.testpaper-status .label {
  padding: 5px 25px;
  border-radius: 3px;
  font-size: 100%;
}

.testpaper-description {
  color: #444;
  font-size: 14px;
}

.testpaper-metas {
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
}

.testpaper-result-total {
  width: 160px;
  float: left;
  margin-right: 20px;
  text-align: center;
  color: #f60;
}

@media (max-width: 767px) {
  .testpaper-result-total {
    float: none;
    width: 100%;
  }
}

.testpaper-result-total .well {
  padding-top: 33px;
  padding-bottom: 34px;
}

.testpaper-result-total-score {
  font-size: 40px;
  margin-bottom: 10px;
}

.testpaper-result-total-score small {
  font-size: 16px;
}

.testpaper-result-table th,
.testpaper-result-table td {
  text-align: center;
  font-weight: normal;
}

.testpaper-result-table>thead>tr>th {
  border-bottom: 1px;
}

.testpaper-result-table .text-score {
  color: #f60;
}

.testpaper-navbar.affix {
  position: static;
}

@media (min-width: 768px) {
  .testpaper-navbar.affix {
    z-index: 1030;
    position: fixed;
    margin-left: -11px;
    top: 0px;
    width: 720px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .testpaper-navbar.affix {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .testpaper-navbar.affix {
    width: 1140px;
  }
}

.testpaper-question {
  margin-bottom: 50px;
  font-size: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.panel .testpaper-question:first-child {
  border-top: none;
}

.modal .testpaper-question {
  border-top: none;
  padding-top: 0;
}

.testpaper-question-main {
  float: left;
  margin-left: 50px;
}

.testpaper-question-seq-wrap {
  float: left;
  width: 40px;
  margin-right: 10px;
  text-align: center;
}

.testpaper-question-seq {
  font-size: 20px;
  color: #3a87ad;
}

.testpaper-question-score {
  font-size: 12px;
  color: #aaa;
  border: 1px solid #ccc;
  padding: 0px 1px;
  border-radius: 5px;
  background: #f6f6f6;
  display: inline-block;
}

.question-score {
  font-size: 12px;
  color: #aaa;
  border: 1px solid #ccc;
  padding: 0px 1px;
  border-radius: 5px;
  background: #f6f6f6;
  display: inline-block;
}

.testpaper-question-stem {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.testpaper-question-stem img {
  max-width: 100%;
}

.testpaper-question-stem-material img {
  max-width: 100%;
}

.testpaper-question-choices {
  margin-left: 50px;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.testpaper-question-choices img {
  max-width: 100%;
}

.testpaper-question-choices li {
  position: relative;
  padding: 6px 0 6px 36px;
}

.testpaper-question-choices li p {
  margin-bottom: 0;
}

.testpaper-question-choices li:hover {
  background: #eee;
  cursor: pointer;
}

.testpaper-question-choice-index {
  position: absolute;
  top: 6px;
  left: 6px;
  color: #999;
}

.testpaper-question-choice-right,
.testpaper-question-choice-right .testpaper-question-choice-index {
  color: #3c763d;
}

.question-text-success {
  color: #0B900D;
}

.question-text-danger {
  color: #EA1D19;
}

.testpaper-question-choice-inputs {
  margin-left: 50px;
  float: left;
}

.testpaper-question-choice-inputs label {
  padding: 8px 20px 8px 30px;
  display: inline-block;
}

.testpaper-question-choice-inputs label:hover,
.testpaper-question-determine-inputs label:hover,
.testpaper-question-choice-inputs label.active,
.testpaper-question-determine-inputs label.active {
  background: #eee;
}

.testpaper-question-fill-inputs {
  margin-left: 50px;
}

.testpaper-question-fill-inputs input {
  margin-bottom: 10px;
}

.testpaper-question-fill .testpaper-question-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.homework-question-fill ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testpaper-question-determine-inputs {
  margin-left: 50px;
  float: left;
}

.testpaper-question-determine-inputs label {
  padding: 8px 20px 8px 30px;
  display: inline-block;
}

.testpaper-question-essay-inputs {
  margin-left: 50px;
  margin-bottom: 10px;
}

.testpaper-question-essay .testpaper-question-result {
  float: none;
}

.testpaper-question-essay .testpaper-question-result img {
  max-width: 100%;
}

.question-essay .question-body img {
  max-width: 100%;
}

.testpaper-question-result {
  margin-left: 50px;
  float: left;
}

.homework-question-result {
  margin-left: 5px;
  float: left;
}

.testpaper-question-result-title {
  margin-bottom: 5px;
  color: #666;
}

.homework-question-result-title {
  margin-bottom: 5px;
  color: #666;
}

.question-result-title {
  margin-bottom: 5px;
  color: #666;
}

.testpaper-question-result-suggested {
  margin-bottom: 20px;
}

.homework-question-result-suggested {
  margin-bottom: 20px;
}

.testpaper-question-analysis {
  margin-left: 50px;
  margin-top: 13px;
}

.testpaper-question-analysis img {
  max-width: 100%;
}

.question-set-card .panel-body,
.testpaper-card .panel-body {
  overflow-y: auto;
  max-height: 450px;
}

.testpaper-card .btn-index {
  font-size: 12px;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.testpaper-card-explain .btn-index {
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin: 0 3px 5px 0;
}

.testpaper-card-explain small {
  margin-right: 8px;
}

.testpaper-card-timer {
  color: #3a87ad;
  font-size: 20px;
}

.testpaper-card .panel-body .have-pro {
  border: 2px solid #428bca;
}

.testpaper-card.affix {
  position: static;
  top: 0;
}

@media (max-width: 767px) {
  .testpaper-card.affix,
  .testpaper-card.affix-bottom {
    position: relative !important;
    top: 0 !important;
  }
}

@media (min-width: 992px) {
  .testpaper-card.affix,
  .testpaper-card.affix-bottom {
    width: 220px;
  }
  .testpaper-card.affix {
    position: fixed;
    top: 60px;
  }
  .testpaper-card.affix-bottom {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .testpaper-card.affix,
  .testpaper-card.affix-bottom {
    width: 270px;
  }
}

.nav-pills>li {
  margin-right: 5px;
}

.nav-pills>li>a {
  padding: 10px 15px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-pills>li>a:hover {
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-pills>li.active>a {
  color: #fff;
  background: #364584;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background: #364584;
}

.nav-pills.nav-pills-sm>li>a {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 13px;
}

.alert-danger a {
  color: #364584;
}

.recommend-class-list .class-item {
  position: relative;
  margin: 0 auto 30px;
  z-index: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .recommend-class-list .class-item {
    margin: 0 -5px 20px -5px;
  }
}

.recommend-class-list .class-item .class-img-wrap {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.recommend-class-list .class-item .class-img-wrap .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.recommend-class-list .class-item .class-img-wrap .mask .btn {
  margin-top: 80%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recommend-class-list .class-item .class-img {
  display: block;
}

.recommend-class-list .class-item .img-responsive {
  width: 100%;
}

.recommend-class-list .class-item h3 {
  margin: 15px 5px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .recommend-class-list .class-item h3 {
    margin: 10px 5px;
    font-size: 14px;
  }
}

.recommend-class-list .class-item .metas {
  margin: 15px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .recommend-class-list .class-item .metas {
    margin: 10px 0;
    font-size: 12px;
  }
}

.recommend-class-list .class-item .metas span {
  margin: 0 3px;
}

.recommend-class-list .class-item:hover .mask {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recommend-class-list .class-item:hover .mask .btn {
  margin-top: 30%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-list .course-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}

@media (min-width: 992px) {
  .course-list .course-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .course-list .course-item:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (max-width: 767px) {
  .course-list .course-item {
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.course-list .course-item.course-default {
  background-color: #f5f5f5;
  padding: 50px 20px 55px;
  border: 1px dashed #e1e1e1;
  color: #e1e1e1;
  text-align: center;
  font-size: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.course-list .course-item.course-default:hover {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.course-list .course-item.course-default>i {
  font-size: 72px;
  display: inline-block;
  margin-bottom: 18px;
}

.course-list .course-item .course-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.course-list .course-item .course-img .tag-discount {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 68px;
  background: url("../img/tag_discount.png");
  background-image: -webkit-image-set(url("../img/tag_discount.png") 1x, url("../img/tag_discount@2x.png") 2x);
}

.course-list .course-item .course-img .tag-discount.free {
  background: url("../img/tag_limitfree.png");
  background-image: -webkit-image-set(url("../img/tag_limitfree.png") 1x, url("../img/tag_limitfree@2x.png") 2x);
}

.course-list .course-item .course-img .img-responsive {
  width: 100%;
  padding: 10px;
}

@media (max-width: 767px) {
  .course-list .course-item .course-img .img-responsive {
    padding: 5px;
  }
}

.course-list .course-item .tags {
  position: absolute;
  top: 0;
  left: 10px;
}

.course-list .course-item .title {
  margin-top: 10px;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

@media (max-width: 767px) {
  .course-list .course-item .title {
    margin-top: 5px;
    padding: 0 5px;
  }
}

.course-list .course-item .metas {
  position: relative;
  padding: 10px;
  color: #c1c1c1;
}

@media (max-width: 767px) {
  .course-list .course-item .metas {
    padding: 5px;
  }
}

.course-list .course-item .metas i {
  margin-right: 5px;
}

.course-list .course-item .metas .course-price-widget {
  float: right;
}

.course-list .course-item .metas .price {
  color: #e83d2c;
  font-size: 14px;
  margin-right: 0;
}

.course-list .course-item .metas .free {
  color: #238312;
}

.course-list .course-item .metas .comment {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .course-list .course-item .metas .comment {
    display: none;
  }
}

.course-list .course-date {
  position: relative;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
}

.course-list .course-date .date {
  margin-top: 20px;
  color: #919191;
}

.course-list .course-date:before {
  position: absolute;
  content: '';
  left: -10px;
  right: -10px;
  top: 40px;
  height: 1px;
  background-color: #e1e1e1;
  z-index: -1;
}

.course-list .course-date .btn-circle {
  z-index: 1;
  background: #e1e1e1;
  border: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(73, 73, 73, 0.21);
  -webkit-box-shadow: inset 0 0 4px rgba(113, 113, 113, 0.3);
  -moz-box-shadow: inset 0 0 4px rgba(113, 113, 113, 0.3);
  box-shadow: inset 0 0 4px rgba(113, 113, 113, 0.3);
}

.course-list .course-date .btn-circle>i {
  line-height: 40px;
}

.course-list .course-date .btn-circle.btn-live {
  background: #0081e6;
}

.user-center-header {
  position: relative;
  height: 220px;
  padding: 40px 0;
  /*background-color: #313131;*/
  z-index: 1;
}

.user-center-header .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0 !important;
}

.user-center-header .blurr-bg {
  z-index: -1;
}

@media (max-width: 767px) {
  .user-center-header {
    padding: 45px 0;
  }
}

.user-center-header .container {
  position: relative;
  z-index: 1;
  padding: 0 70px;
}

@media (max-width: 1199px) {
  .user-center-header .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .user-center-header .container {
    padding: 0 10px;
  }
}

.user-center-header .user-avatar {
  position: relative;
  float: left;
  width: 66.67%;
  padding-left: 200px;
}

@media (max-width: 991px) {
  .user-center-header .user-avatar {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .user-center-header .user-avatar {
    text-align: center;
    padding-left: 0;
  }
  .user-center-header .user-avatar .avatar-wrap {
    position: relative;
    margin-bottom: 10px;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
  .user-center-header .user-avatar .avatar-wrap .avatar-lg {
    width: 60px !important;
    height: 60px !important;
  }
  .user-center-header .user-avatar .avatar-wrap .icon-md {
    width: 20px;
    height: 20px;
    line-height: 15px;
  }
  .user-center-header .user-avatar .avatar-wrap .icon-md>i {
    font-size: 12px;
  }
}

.user-center-header .avatar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid #585560;
  border: 6px solid rgba(255, 255, 255, 0.5);
}

.user-center-header .name {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .user-center-header .name {
    font-size: 16px;
  }
}

.user-center-header .position {
  margin-bottom: 10px;
  color: #919191;
  color: rgba(255, 255, 255, 0.5);
}

.user-center-header .position>a {
  color: #919191;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-center-header .position>a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-center-header .mates {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .user-center-header .mates {
    font-size: 16px;
  }
}

.user-center-header .user-about {
  /*float: left;*/
  width: 60%;
  padding: 15px 15px;
  background-color: #919191;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.user-center-header .user-about-content {
  height: 50px;
  overflow: hidden;
  line-height: 25px;
}

.course-grids {
  margin: 0 -15px 0 0;
  padding: 0;
  list-style: none;
}

.course-grid {
  display: inline-block;
  vertical-align: top;
  margin: 15px 15px 15px 0;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.course-grid .course-label {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}

.course-grid .grid-body {
  position: relative;
  width: 204px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #353535;
}

.course-grid .grid-body:hover {
  text-decoration: none;
}

.related-course-grid {
  margin: 0px 15px 15px 0px;
}

@media (min-width: 1200px) {
  .related-course-grid {
    margin-bottom: 0px;
  }
  .course-grid .grid-body {
    width: 254px;
  }
  .related-course-grid .grid-body {
    width: 213px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .related-course-grid .grid-body {
    width: 263px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .related-course-grid .grid-body {
    width: 306px;
  }
}

.course-grid .title {
  display: block;
  padding: 10px;
  min-height: 52px;
  color: #555;
  font-weight: bold;
}

.course-grid .metas {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #eee;
  color: #9B9B9B;
  line-height: 1.2;
}

.course-grid .metas .price-col {
  float: left;
  text-align: left;
}

.course-grid .metas .meta-label {
  display: block;
  color: #999;
}

.course-grid .price-block {
  text-align: left;
  padding: 6px 0;
}

.course-grid .metas .price-num {
  padding-top: 2px;
  font-size: 15px;
  font-weight: bold;
  color: #e57259;
  display: block;
}

.course-grid .metas .review-col {
  display: inline-block;
}

.course-grid .metas .student-col {
  float: right;
  text-align: right;
}

.course-grid .metas .student-num {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.course-grid .teacher {
  margin: 0 10px 10px 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  display: block;
}

.course-grid .teacher .thumb {
  width: 30px;
  height: 30px;
  float: left;
  font-size: 12px;
  margin-right: 8px;
}

.course-grid .teacher .nickname {
  font-size: 12px;
}

.course-grid .teacher .user-title {
  font-size: 12px;
  color: #777;
}

.course-grid .learn-status {
  margin: 0 10px 15px;
}

.course-grid .learn-status .progress {
  margin-bottom: 15px;
}

.course-grid .learn-status .action {
  text-align: center;
}

.sidenav .list-group:last-child {
  margin-bottom: 0;
}

.sidenav .list-group .list-group-heading {
  list-style-type: none;
  color: #919191;
  margin-bottom: 10px;
  margin-left: 20px;
}

.sidenav .list-group .list-group-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  border-left: 2px solid transparent;
}

.sidenav .list-group .list-group-item:last-child,
.sidenav .list-group .list-group-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sidenav .list-group .list-group-item:hover {
  background-color: #f5f5f5;
}

.sidenav .list-group .list-group-item>a {
  display: block;
  color: #616161;
  padding: 10px 15px 10px 35px;
}

.sidenav .list-group .list-group-item.active {
  border-left: 2px solid #0081e6;
  background: none;
}

.sidenav .list-group .list-group-item.active>a {
  color: #0081e6;
}

.sidenav {
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.section-wxpay .pay-qrcode-body {
  border: 1px solid #f5f5f5;
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
}

.section-wxpay .qrcode-img {
  float: left;
  width: 19%;
  margin-left: 24%;
}

@media (max-width: 1199px) {
  .section-wxpay .qrcode-img {
    width: 23%;
    margin-left: 21%;
  }
}

@media (max-width: 991px) {
  .section-wxpay .qrcode-img {
    width: 30%;
    margin-left: 15%;
  }
}

@media (max-width: 767px) {
  .section-wxpay .qrcode-img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.section-wxpay .qrcode-img img {
  width: 100%;
  margin: 20px auto;
}

.section-wxpay .qrcode-img-two {
  float: left;
  width: 40%;
}

@media (max-width: 1199px) {
  .section-wxpay .qrcode-img-two {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .section-wxpay .qrcode-img-two {
    width: 40%;
  }
}

.section-wxpay .qrcode-img-two img {
  margin: 0 auto;
}

.section-wxpay .text-qrcode {
  color: #fff;
  padding: 5px 10px;
  background: #0081e6;
}

.section-wxpay .pay-qrcode-footer {
  padding-right: 30px;
  font-size: 16px;
  text-align: right;
}

.section-wxpay .pay-qrcode-footer a {
  font-size: 14px;
}

.section-wxpay .pay-qrcode-footer .pay-rmb {
  font-size: 24px;
  color: #e83d2c;
}


/*班级样式*/

.class-bg-layer {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
}

@media (max-width: 767px) {
  .class-bg-layer {
    top: 2px;
    left: 2px;
  }
}

.class-header .class-bg-layer {
  top: 8px;
}

.class-header .class-header-mian {
  position: relative;
}

.class-header .class-header-bg {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.class-header .class-img {
  float: left;
}

.class-header .class-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-top-left-radius: 4px;
}

@media (min-width: 768px) {
  .class-header .class-img img {
    border-bottom-left-radius: 4px;
  }
}

@media (max-width: 767px) {
  .class-header .class-img img {
    border-top-right-radius: 4px;
  }
}

.class-header .class-info {
  float: left;
}

.class-header .class-info>.title {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .class-header .class-info>.title {
    font-size: 20px;
  }
}

.class-header .class-info>.metas {
  min-height: 40px;
  margin-bottom: 20px;
  color: #919191;
}

@media (max-width: 1199px) {
  .class-header .class-info>.metas {
    min-height: 30px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .class-header .class-info>.metas {
    margin-bottom: 10px;
  }
}

.class-header .class-info .price span {
  font-size: 24px;
  color: #313131;
}

@media (max-width: 1199px) {
  .class-header .class-info .price span {
    font-size: 20px;
  }
}

.class-header .class-serve {
  position: relative;
  height: 70px;
  border: 1px dashed #f5f5f5;
}

.class-header .class-serve .serve-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  padding: 5px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #f5f5f5;
}

.class-header .class-serve>ul {
  padding: 25px 10px 25px 40px;
}

.class-header .class-data {
  list-style-type: none;
  padding: 11px 0;
  margin-bottom: 0;
  background-color: #fafafa;
}

.class-header .class-data>li {
  float: left;
  margin: 10px 0;
  color: #919191;
  text-align: center;
  line-height: 30px;
  border-left: 1px solid #f5f5f5;
}

@media (max-width: 1199px) {
  .class-header .class-data>li {
    padding: 8px 0;
    line-height: 25px;
  }
}

@media (max-width: 1199px) {
  .class-header .class-data>li {
    padding: 5px 0;
    line-height: 20px;
  }
}

.class-header .class-data>li:first-child {
  border: none;
}

.class-header .class-data>li p {
  margin-bottom: 0;
}

.class-header .class-data>li i {
  font-size: 26px;
}

.class-header .class-data>li .dropdown-toggle {
  color: #919191;
}

.class-header .class-data>li .dropdown-toggle:hover {
  color: #0081e6;
}

.class-header .setting {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 3px;
}

.class-header .setting+.setting {
  right: 35px;
}

.class-header.before .class-img {
  position: relative;
  width: 50%;
}

@media (max-width: 991px) {
  .class-header.before .class-img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .class-header.before .class-img {
    width: 100%;
  }
}

.class-header.before .class-img .label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.class-header.before .class-info {
  width: 50%;
}

@media (max-width: 991px) {
  .class-header.before .class-info {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .class-header.before .class-info {
    width: 100%;
  }
}

.class-header.before .class-info>.title {
  margin: 20px;
}

@media (max-width: 1199px) {
  .class-header.before .class-info>.title {
    margin: 20px 20px 15px 20px;
  }
}

.class-header.before .class-info>.metas {
  min-height: 60px;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  .class-header.before .class-info>.metas {
    min-height: 50px;
    padding-left: 20px;
  }
}

.class-header.before .bottom-metas {
  padding: 20px;
}

@media (max-width: 1199px) {
  .class-header.before .bottom-metas {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .class-header.before .bottom-metas {
    padding: 0 10px;
  }
}

.class-header.before .bottom-metas .btn-buy {
  float: right;
  width: 50%;
  line-height: 70px;
  text-align: right;
}

@media (max-width: 991px) {
  .class-header.before .bottom-metas .btn-buy {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}

.class-header.before .bottom-metas .btn-buy .btn-link {
  color: #919191;
}

.class-header.before .bottom-metas .btn-buy .btn-link:hover {
  color: #0081e6;
  text-decoration: none;
}

.class-header.before .bottom-metas .btn-buy .btn-lg {
  padding: 13px 40px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .class-header.before .bottom-metas .btn-buy .btn-lg {
    padding: 10px 25px;
  }
}

.class-header.before .class-serve {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .class-header.before .class-serve {
    width: 100%;
  }
}

.class-header.before .class-data>li {
  width: 33.33%;
}

.class-header.before .class-data.active>li {
  width: 25%;
}

.class-header.after .class-img {
  width: 300px;
}

@media (max-width: 991px) {
  .class-header.after .class-img {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .class-header.after .class-img {
    width: 100%;
  }
}

.class-header.after .class-info {
  width: 410px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .class-header.after .class-info {
    width: 340px;
  }
}

@media (max-width: 767px) {
  .class-header.after .class-info {
    width: 100%;
  }
}

.class-header.after .class-info .price span {
  font-size: 16px;
}

.class-header.after .class-operation {
  float: left;
  width: 430px;
  background-color: #f5f5f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 1199px) {
  .class-header.after .class-operation {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .class-header.after .class-operation {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .class-header.after .class-operation {
    width: 100%;
  }
}

.class-header.after .class-serve {
  display: inline-block;
}

.class-header.after .class-data {
  border-top-right-radius: 4px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .class-header.after .class-data {
    padding: 19px 0;
  }
}

@media (max-width: 991px) {
  .class-header.after .class-data {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .class-header.after .class-data {
    border-bootom-left-radius: 4px;
    border-bootom-right-radius: 4px;
  }
}

.class-header.after .class-data>li {
  width: 33.33%;
  padding: 48px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .class-header.after .class-data>li {
    width: 100%;
    border: none;
    padding: 0;
    margin: 4px 0;
  }
}

@media (max-width: 767px) {
  .class-header.after .class-data>li {
    padding: 10px 0;
  }
}

.class-header.after .class-data>li>a {
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.class-header.after .class-data>li>a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.class-header.after .class-data.two-col>li {
  width: 50%;
}

@media (max-width: 991px) and (min-width: 768px) {
  .class-header.after .class-data.two-col>li {
    width: 100%;
    margin: 17px 0;
  }
}

.class-header.after.auditor .class-data {
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
}

@media (max-width: 1199px) {
  .class-header.after.auditor .class-data {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .class-header.after.auditor .class-data {
    padding: 0;
  }
}

.class-header.after.auditor .class-data>li {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .class-header.after.auditor .class-data>li {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .class-header.after.auditor .class-data>li {
    padding: 20px 0;
  }
}

.class-header.after.auditor .class-auditor {
  padding: 18px 40px;
  line-height: 30px;
  color: #919191;
  background-color: #fafafa;
}

@media (max-width: 1199px) {
  .class-header.after.auditor .class-auditor {
    padding: 18px 20px;
  }
}

@media (max-width: 991px) {
  .class-header.after.auditor .class-auditor {
    padding: 10px 0 0 0;
  }
}

@media (max-width: 767px) {
  .class-header.after.auditor .class-auditor {
    padding: 10px 20px;
  }
}

.class-course-list .course-item {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.class-course-list .course-item .media {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px;
}

.class-course-list .course-item .media .media-left {
  padding-right: 35px;
}

.class-course-list .course-item .media .media-left img {
  display: block;
  width: 160px;
  height: 90px;
}

@media (max-width: 767px) {
  .class-course-list .course-item .media .media-left {
    display: block;
    padding-right: 0;
  }
  .class-course-list .course-item .media .media-left img {
    width: 100%;
  }
}

.class-course-list .course-item .media .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.class-course-list .course-item .media .title>a {
  color: #313131;
}

.class-course-list .course-item .media .price {
  position: absolute;
  top: 35px;
  right: 80px;
}

.class-course-list .course-item .media .price span {
  font-size: 24px;
  color: #313131;
}

@media (max-width: 1199px) {
  .class-course-list .course-item .media .price {
    right: 60px;
  }
  .class-course-list .course-item .media .price span {
    font-size: 20px;
  }
}

.class-course-list .course-item .media .course-show {
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .class-course-list .course-item .media .course-show {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .class-course-list .course-item .media .course-show {
    top: auto;
    bottom: 30px;
  }
}

.class-course-list .course-item .media .course-show i {
  font-size: 24px;
}

.class-course-list .course-item .media .course-show:hover {
  cursor: pointer;
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.class-serve>ul {
  padding: 20px 10px;
}

.class-serve>ul>li {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  color: #fff;
  background-color: #e1e1e1;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .class-serve>ul>li {
    margin: 0 2px;
  }
}

.class-serve>ul>li.active {
  background-color: #0081e6;
}

.class-serve>ul>li>a {
  display: block;
  color: #fff;
  font-size: 12px;
}

.class-serve>ul>li>a:focus {
  box-shadow: none;
  border: none;
}

.jh-qrcode {
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .jh-qrcode {
    display: none;
  }
}

.jh-qrcode>i {
  font-size: 24px;
  color: #919191;
}

.jh-qrcode .qrcode-popover {
  position: absolute;
  padding: 5px 10px;
  font-size: 12px;
  background: #fff;
  color: #313131;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: none \9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.jh-qrcode .qrcode-popover img {
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
}

.jh-qrcode.toolbar-qrcode {
  color: #ccc;
}

.jh-qrcode.toolbar-qrcode .qrcode-popover {
  top: 0;
  right: 100%;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}

.jh-qrcode.top .qrcode-popover {
  top: 0;
  left: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}

.jh-qrcode.bottom .qrcode-popover {
  bottom: 0;
  right: 0;
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
}

.jh-qrcode:hover {
  cursor: pointer;
}

.jh-qrcode.open .qrcode-popover {
  display: block \9;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.lt-ie9 .jh-qrcode .mask {
  border: 1px solid #e1e1e1;
}

.qrcode-popover {
  position: relative;
}

.qrcode-popover:hover .qrcode-content {
  display: block \9;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.qrcode-popover.top .qrcode-content {
  left: -65px;
  top: -205px;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.qrcode-popover.top .qrcode-content:after {
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border-top-color: #fff;
}

.qrcode-popover.top .qrcode-content img {
  width: 180px;
  height: 180px;
}

.qrcode-popover .qrcode-content {
  position: absolute;
  padding: 5px;
  z-index: 1;
  background: #fff;
  display: none \9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qrcode-popover .qrcode-content:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 13px;
}

.user-avatar-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.user-avatar-list li {
  float: left;
  width: 20%;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 991px) and (min-width: 768px) {
  .user-avatar-list li {
    width: 10%;
  }
}

.user-avatar-list .name {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  height: 20px;
}

.popover {
  min-width: 200px;
  border-color: #e1e1e1;
}

.popover.top>.arrow {
  border-top-color: #e1e1e1;
}

.popover.right>.arrow {
  border-right-color: #e1e1e1;
}

.popover.bottom>.arrow {
  border-bottom-color: #e1e1e1;
}

.popover.left>.arrow {
  border-left-color: #e1e1e1;
}

.popover .popover-content {
  color: #616161;
}

.es-card {
  width: 330px;
  max-width: 330px;
  z-index: 999;
}

.es-card .popover-content {
  padding: 0;
}

.es-card .card-header {
  position: relative;
  padding: 15px;
  min-height: 95px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f5f5f5;
}

.es-card .media {
  padding-right: 70px;
}

.es-card .media-left {
  position: relative;
}

.es-card .avatar-md {
  border: 2px solid #fff;
}

.es-card .user-avatar {
  position: relative;
}

.es-card .icon-user-status {
  position: absolute;
  bottom: 0;
  right: 0;
}

.es-card .content {
  font-size: 12px;
  margin-top: 6px;
  color: #919191;
}

.es-card .metas {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 70px;
  text-align: right;
}

.es-card .metas .btn {
  margin-bottom: 12px;
}

.es-card .metas .btn:last-child {
  margin-bottom: 0;
}

.es-card .card-body {
  line-height: 24px;
  padding: 20px;
  color: #919191;
}

.es-card .card-footer {
  border-top: 1px solid #f5f5f5;
}

.es-card .card-footer span {
  float: left;
  width: 33.33%;
  margin: 5px auto;
  text-align: center;
  line-height: 24px;
  border-right: 1px solid #f5f5f5;
}

.es-card .card-footer span:last-child {
  border: none;
}

.class-detail-content {
  min-height: 300px;
}

.class-detail-content .class-about p {
  line-height: 30px;
  margin-bottom: 30px;
}

.class-detail-content .class-about img {
  max-width: 100%;
  height: auto;
}

.js-user-card {
  display: inline-block;
}

.score {
  margin-bottom: 10px;
}

.score i {
  color: #e1e1e1;
}

.score span {
  color: #919191;
  font-size: 12px;
  margin-left: 8px;
}

.color-warning {
  color: #ff8a0c !important;
}

.thread pre,
.thread-post pre {
  overflow-x: scroll;
  word-wrap: normal;
}

.thread-post-dropdown {
  float: right;
  position: relative;
}

.thread-post-dropdown .dropdown-toggle {
  text-decoration: none;
}

.thread-post .thread-post-dropdown .dropdown-toggle {
  visibility: hidden;
}

.thread-post:hover .thread-post-dropdown .dropdown-toggle {
  visibility: visible;
}

.thread-post-action {
  text-align: right;
  font-size: 12px;
  visibility: hidden;
}

.thread-post:hover .thread-post-action {
  visibility: visible;
}

.thread-list-small {
  font-size: 13px;
}

.thread-list-small .metas {
  font-size: 12px;
  color: #999;
}

.thread-list-small .metas a {
  color: #777;
}

.thread-list-small .thread-item-body {
  padding-left: 10px;
  padding-right: 10px;
}

.thread-show .thread-breadcrumb {
  font-size: 13px;
  margin-bottom: 6px;
}

.thread-show .thread-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  font-weight: bold;
  line-height: 1;
  display: inline;
}

.thread-show .thread-metas {
  margin-top: 6px;
}

.thread-post-list .metas {
  font-size: 13px;
}

.thread-post-list .metas .nickname {
  font-weight: bold;
}

.thread-post-list .user-avatar img {
  width: 48px;
  height: 48px;
}

.thread-post-list .thread-post-interaction {
  font-size: 13px;
}

.thread-post-list .thread-post-interaction .interaction {
  margin-right: 10px;
}

.thread-subpost-list .user-avatar img {
  width: 32px;
  height: 32px;
}

.thread-subpost-container {
  margin-top: 10px;
  padding: 10px;
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #fdfdfd;
}

.thread-subpost-morebar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.thread-subpost-form {
  margin-top: 10px;
}

.thread-subpost-list .thread-subpost {
  margin-top: 10px;
  padding-bottom: 10px;
  border-color: #f6f6f6;
}

.thread-subpost-list .thread-subpost:first-child {
  margin-top: 0px;
}

.thread-subpost-list .thread-subpost:last-child {
  padding-bottom: 0px;
}

.thread-post-list .thread-post .thread-post-manage-dropdown {
  visibility: hidden;
}

.thread-post-list .thread-post:hover .thread-post-manage-dropdown {
  visibility: visible;
}

.thread-post-list .thread-post:hover .thread-subpost .thread-post-manage-dropdown {
  visibility: hidden;
}

.thread-post-list .thread-subpost:hover .thread-post-manage-dropdown {
  visibility: visible !important;
}

.subcomments {
  margin-left: 20px;
  padding-left: 10px;
  background-color: #f5f5f5;
}

.media-evaluate .media-body {
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.media-evaluate .title {
  color: #919191;
  margin-bottom: 5px;
}

.media-evaluate .title a {
  margin-right: 5px;
}

.media-evaluate .title .date {
  margin-left: 5px;
}

.media-evaluate .actions {
  margin-top: 10px;
}

.media-evaluate .actions .show-full-btn,
.media-evaluate .actions .show-short-btn {
  visibility: hidden;
}

.media-evaluate:hover .actions .show-full-btn,
.media-evaluate:hover .actions .show-short-btn {
  visibility: visible;
}

.jh-banner {
  position: relative;
  /*height: 80px;*/
  min-height: 80px;
  padding: 20px 0;
  background-color: #f5f5f5;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .jh-banner {
    /*height: 60px;*/
    padding: 15px 0;
    min-height: 60px;
  }
}

.jh-banner .container {
  position: relative;
}

.jh-banner .title {
  text-transform: uppercase;
  padding: 6px 0;
  font-size: 20px;
}

@media (max-width: 767px) {
  .jh-banner .title {
    font-size: 16px;
  }
}

.jh-banner .title>i {
  display: none;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .jh-banner .title>i {
    font-size: 16px;
    margin-right: 5px;
  }
}

.jh-banner .more {
  position: absolute;
  top: 0;
  right: 10px;
}

@media (max-width: 767px) {
  .jh-banner .more {
    padding: 6px 12px;
  }
}

.nav-filter {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.nav-filter .btn-group {
  float: right;
  margin-top: -5px;
}

.nav-filter .nav-pills {
  float: left;
}

.nav-filter .nav-pills>li {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .nav-filter .nav-pills>li {
    margin-right: 10px;
  }
}

.nav-filter .nav-pills>li.dropdown>a {
  color: #616161;
  border: none;
  background: none;
  padding: 4px 0;
}

.nav-filter .nav-pills>li.dropdown>a:hover {
  color: #364584;
}

.jh-tabs {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e4ecf3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.jh-tabs .tab-header {
  background-color: #f5f5f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.jh-tabs .tab-header>ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.jh-tabs .tab-header>ul>li {
  float: left;
}

.jh-tabs .tab-header>ul>li>a {
  display: block;
  padding: 15px 30px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .jh-tabs .tab-header>ul>li>a {
    padding: 8px 10px;
  }
}

.jh-tabs .tab-header>ul>li>a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-tabs .tab-header>ul>li.active>a {
  background-color: #fff;
}

.jh-tabs .tab-body {
  padding: 5px 15px;
}

.jh-tabs .tab-body>ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.jh-tabs .tab-body>ul+ul {
  border-top: 1px dashed #e4ecf3;
}

.jh-tabs .tab-body>ul>li {
  float: left;
}

.jh-tabs .tab-body>ul>li>a {
  display: block;
  padding: 12px 30px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-tabs .tab-body>ul>li>a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-tabs .tab-body>ul>li.active>a {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-filter {
  position: relative;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.jh-filter .nav-sort>li {
  float: left;
}

.jh-filter .nav-sort>li>a {
  height: 40px;
  padding: 10px 15px;
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-filter .nav-sort>li>a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-filter .nav-sort>li>a.active {
  /*color: #fff;
  background-color: #0081e6;*/
  color: #fff;
  background-color: #364584;
  border-color: #ccc;
}

.jh-filter .nav-sort>li>a.active:hover {
  color: #fff;
}

.jh-filter .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #0081e6;
}

.jh-filter .filter {
  position: absolute;
  text-align: right;
  top: 0;
  right: 15px;
  width: 300px;
}

.jh-filter .filter .btn {
  background: none;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-filter .filter .btn:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-filter .filter .btn>i {
  font-size: 18px;
}

.jh-filter .filter label {
  margin-left: 15px;
  margin-top: 11px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-filter .filter label:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.class-list .class-item {
  background-color: #fff;
  margin: 10px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.class-list .class-item .class-img {
  position: relative;
}

.class-list .class-item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.class-list .class-item .img-responsive {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.class-list .class-item .class-data {
  list-style-type: none;
  padding: 15px 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.class-list .class-item .class-data>li {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #919191;
  line-height: 40px;
  border-right: 1px solid #e1e1e1;
}

.class-list .class-item .class-data>li:last-child {
  border: none;
}

.class-list .class-item .class-data>li>i {
  margin-right: 5px;
}

.class-list .class-item .class-serve {
  margin-bottom: 0;
  height: 70px;
}

.lt-ie9 .class-list .class-item {
  border: 1px solid #e1e1e1;
}

.course-wide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-wide-list .course-item {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 5px;
}

.course-wide-list .course-item:hover {
  background: #f9f9f9;
}

.course-wide-list .course-picture-link {
  float: left;
}

.course-wide-list .course-picture {
  width: 230px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.course-wide-list .course-body {
  margin: 15px 15px 0px 245px;
}

.courses-selected .course-body {
  margin: 15px 15px 0px 300px;
}

@media (max-width: 600px) {
  .course-wide-list .course-picture-link {
    float: none;
    display: block;
  }
  .course-wide-list .course-picture {
    display: block;
    width: 100%;
  }
  .course-wide-list .course-body {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

.course-wide-list .course-price-info {
  float: right;
}

.course-wide-list .course-title {
  margin: 10px 0 10px;
  word-break: break-all;
}

.course-wide-list .course-title a {
  color: #555;
  font-weight: bold;
}

.course-wide-list .course-about {
  margin: 0 0 15px;
  color: #666;
}

.course-wide-list .teacher {
  float: left;
  width: 180px;
}

.course-wide-list .teacher-avatar {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  margin-right: 5px;
}

.course-wide-list .teacher-nickname {
  font-size: 12px;
  font-weight: bold;
  color: #555;
}

.course-wide-list .teacher-title {
  color: #777;
  font-size: 12px;
}

.course-wide-list .course-metas {
  float: right;
  text-align: right;
  margin-top: 10px;
}

.course-wide-list .course-price {
  color: #e57259;
  font-size: 16px;
}

.course-wide-list .divider {
  width: 1px;
  border-left: 1px solid #ccc;
  margin: 0 5px;
}

.card-pack-list .card-pack-item {
  margin: 0 auto 30px auto;
}

.card-pack-item {
  position: relative;
  width: 254px;
  height: 172px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.card-pack-item h4 {
  position: absolute;
  font-size: 18px;
  left: 18px;
}

.card-pack-item p {
  margin-bottom: 0;
}

.card-pack-item .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.card-pack-item .price {
  margin-bottom: 18px;
  margin-top: 10px;
}

.card-pack-item .price strong {
  font-size: 30px;
  font-weight: normal;
}

.card-pack-item .price a {
  color: #fff;
  padding-left: 8px;
}

.card-pack-item .stamp {
  position: absolute;
  display: inline-block;
  width: 132px;
  height: 132px;
  bottom: 8px;
  left: 15px;
}

.card-pack-item .stamp.stamp-outdate {
  background: url('../images/card.png') no-repeat 0 -349px;
}

.card-pack-item .stamp.stamp-cancel {
  background: url('../images/card.png') no-repeat -410px -351px;
}

.card-pack-item.coupon-item {
  background: url('../images/card.png') no-repeat;
}

.card-pack-item.coupon-item.useless {
  background: url('../images/card.png') no-repeat 0 -174px;
}

.card-pack-item.coupon-item .title {
  padding-top: 38px;
}

.card-pack-item.coupon-item .stamp-used {
  background: url('../images/card.png') no-repeat -140px -349px;
}

.card-pack-item.card-item {
  background: url('../images/card.png') no-repeat -260px 0;
}

.card-pack-item.card-item.useless {
  background: url('../images/card.png') no-repeat -260px -174px;
}

.card-pack-item.card-item .title {
  padding-top: 58px;
}

.card-pack-item.card-item .stamp-used {
  background: url('../images/card.png') no-repeat -275px -351px;
}

.modal-card-pack.modal-logined .modal-content:after {
  position: absolute;
  width: 96px;
  height: 97px;
  top: 105px;
  right: 90px;
  content: '';
  background: url('../images/card_user.png') center center no-repeat;
}

@media (max-width: 767px) {
  .modal-card-pack.modal-logined .modal-content:after {
    display: none;
  }
}

.modal-card-pack .modal-content {
  position: relative;
  background: url('../images/card_bg.png') #feba37 center center no-repeat;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.modal-card-pack .modal-body {
  padding: 30px;
}

@media (max-width: 767px) {
  .modal-card-pack .modal-body {
    padding: 15px;
  }
}

.modal-card-pack .modal-body .modal-info {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .modal-card-pack .modal-body .modal-info {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .user-center-header .user-about-content {
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .user-center-header .user-about {
    width: 81%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.modal-card-pack .modal-body .modal-action {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-card-pack .modal-body .modal-action {
    margin-top: 20px;
  }
}

.btn-ghost-white {
  color: #fff;
  border: 1px solid #fff;
  background-color: #c1c1c1;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-ghost-white:hover,
.btn-ghost-white:focus,
.btn-ghost-white.focus {
  color: #fff;
  background-color: #919191;
  background-color: rgba(255, 255, 255, 0.5);
}

.btn.btn-xlg {
  font-size: 14px;
  padding: 11px 35px;
}

.jh-share {
  position: relative;
  display: inline-block;
}

.jh-share.top .dropdown-menu {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-left: -60px;
  margin-bottom: 10px;
}

.jh-share.top .dropdown-menu:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(64, 64, 64, 0);
  border-top-color: #404040;
  border-width: 8px;
  margin-left: -8px;
}

.jh-share.right .dropdown-menu {
  top: -5px;
  left: 40px;
}

.jh-share.right .dropdown-menu:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(64, 64, 64, 0);
  border-right-color: #404040;
  border-width: 8px;
  margin-top: -8px;
}

.jh-share .dropdown-menu {
  min-width: 150px !important;
  padding: 3px 10px !important;
  background-color: #404040 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px !important;
}

.jh-share .dropdown-menu a {
  margin: 3px 2px 2px 6px !important;
  color: #fff !important;
}

.jh-share .dropdown-menu i {
  font-size: 20px !important;
}

.jh-share i[class*="es-icon"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jh-share .fa-wechat:hover {
  color: #70d445;
}

.jh-share .fa-weibo:hover {
  color: #e83d2c;
}

.jh-share .icon-qzone:hover {
  color: #ff8a0c;
}

.jh-share .fa-qq:hover {
  color: #2db7f5;
}

.lt-ie9 .dropdown-menu {
  border: 1px solid #f5f5f5;
}

.breadcrumb {
  background-color: #f5f5f5;
}

.breadcrumb.breadcrumb-o {
  background: none;
  margin: 12px auto;
  padding: 8px 0;
}

.breadcrumb li.active {
  color: #919191;
}

.breadcrumb a {
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumb a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lt-ie9 .breadcrumb li {
  padding-left: 5px;
}

.webuploader-container label {
  margin-bottom: 0;
  line-height: 1;
}

.webuploader-container>.glyphicon {
  padding: 8px 10px;
  top: 0;
}

.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
  position: relative;
  overflow: hidden;
}

.webuploader-pick-hover {}

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none;
}

.topic-list .topic-item {
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.topic-list .topic-item .title {
  margin-bottom: 10px;
}

.topic-list .topic-item .title a {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topic-list .topic-item .title a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topic-list .topic-item .metas {
  color: #919191;
}

.topic-list .topic-item .metas>.name {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topic-list .topic-item .metas>.name:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .topic-list .topic-item .metas>span {
    margin: 0 5px;
  }
}

.topic-list .topic-item .metas>.period {
  color: #0081e6;
}

@media (min-width: 768px) {
  .topic-list .topic-item .metas>.period {
    margin: 0 5px;
  }
}

@media (min-width: 768px) {
  .topic-list .media-body {
    padding-right: 100px;
  }
}

.topic-list .media-data {
  position: absolute;
  top: 5px;
  right: 0;
  text-align: center;
  color: #919191;
}

.topic-list .media-data span {
  padding: 0 10px;
  display: inline-block;
}

.topic-list .media-data span+span {
  border-left: 1px solid #e1e1e1;
}

.note-list .note-item {
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.note-list .note-item .content {
  margin-bottom: 20px;
  max-height: 90px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.note-list .note-item .content.active {
  max-height: 3000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.note-list .note-item .content p {
  line-height: 30px;
  margin-bottom: 0;
}

.note-list .note-item .more {
  display: none;
  margin-bottom: 20px;
}

.note-list .note-item .metas {
  color: #919191;
}

.note-list .note-item .metas>.name {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.note-list .note-item .metas>.name:hover {
  /* color: #0081e6; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .note-list .note-item .metas>span {
    margin: 0 5px;
  }
}

.note-list .note-item .metas>.period {
  color: #0081e6;
}

@media (min-width: 768px) {
  .note-list .note-item .metas>.period {
    margin: 0 5px;
  }
}

.note-list .note-item .metas .metas-sns {
  float: right;
}

.note-list .note-item .metas .metas-sns>span {
  margin-left: 10px;
}

.note-list .note-item .metas .metas-sns>span i {
  margin-right: 3px;
}

.note-list .note-item .metas .metas-sns>span>a {
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.note-list .note-item .metas .metas-sns>span>a:hover {
  color: #0081e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.note-list .note-item .metas .icon-favour.active>a>i {
  animation: rotate 2s;
  -moz-animation: rotate 2s;
  -webkit-animation: rotate 2s;
  -o-animation: rotate 2s;
}


/* zb */

.nav-hover:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


/* react-rte */

.public-DraftEditor-content {
  min-height: 300px;
  overflow-y: scroll;
}


/* thread  */

.mtl {
  margin-top: 20px !important;
}

.mbm {
  margin-bottom: 10px !important;
}

#lesson-note-plugin-form {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#lesson-note-plugin-form .note-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 107px;
}

#lesson-note-plugin-form .note-actions {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
}

.lesson-question-plugin-pane-header {
  background: #f5f5f5;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
  position: relative;
}

.lesson-question-plugin-pane-header .back-to-list {
  float: left;
}

.lesson-question-plugin-pane-header h4 {
  margin: 0;
  padding: 0 70px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.lesson-question-plugin-pane-header h4 i {
  font-weight: normal;
  color: #777;
  font-size: 14px;
}

.lesson-question-plugin-pane-thread {
  padding: 10px;
  margin-bottom: 20px;
}

.lesson-question-plugin-pane-thread h5 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.lesson-question-plugin-pane-posts .posts-header {
  margin: 10px 10px;
  border-top: 1px solid #ddd;
  position: relative;
  height: 20px;
}

.lesson-question-plugin-pane-posts .posts-header h5 {
  position: absolute;
  top: -18px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
}

.lesson-question-plugin-pane .posts {
  list-style: none;
  margin: 10px;
  padding: 0;
}

.lesson-question-plugin-pane .post-item {
  margin-bottom: 20px;
}

.lesson-question-plugin-pane .post-item-heading {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.lesson-question-plugin-pane .post-item-heading .avatar {
  float: left;
  width: 32px;
  height: 32px;
}

.lesson-question-plugin-pane .post-item-heading .infos {
  margin-left: 42px;
}

.lesson-question-plugin-pane .post-item-heading .infos .time {
  font-size: 12px;
  color: #999;
}

.lesson-question-plugin-pane .post-item-heading .infos .teacher-flag {
  background: #5cb85c;
  font-size: 12px;
  color: #fff;
  float: right;
  padding: 1px 5px;
  border-radius: 2px;
}

.lesson-question-plugin-pane .post-item-body {
  color: #444;
}

.lesson-question-plugin-pane .post-form {
  margin: 10px;
}

.es-icon {
  line-height: 1;
}

.color-primary {
  color: #0081e6 !important;
}

.color-warning {
  color: #ff8a0c !important;
}

.color-success {
  color: #70d445 !important;
}

.color-info {
  color: #2db7f5 !important;
}

.color-danger {
  color: #e83d2c !important;
}

.color-yellow {
  color: #fbc02d !important;
}

.thread {
  margin-bottom: 50px;
  overflow-x: auto;
  overflow-y: hidden;
}

.thread-header {
  margin-bottom: 15px;
}

.thread-title {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow: hidden;
}

.thread-event-title {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow: hidden;
}

.thread-event-title-bar {
  margin-top: 10px;
}

.thread-metas {
  color: #999;
  font-size: 12px;
}

.thread-body {
  margin-bottom: 15px;
  word-wrap: break-word;
  overflow: hidden;
}

.thread-body img {
  max-width: 100%;
  height: auto;
}

.thread-footer {
  text-align: right;
}

.thread-posts-heading {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #eee;
  margin-bottom: 20px;
  color: #000;
}

.thread-posts-heading .glyphicon {
  color: #ccc;
  font-size: 12px;
  margin-right: 5px;
}

.thread-post {
  overflow: visible;
}

.show-user {
  color: #BDB76B;
  font-size: 18px;
}

.thread pre,
.thread-post pre {
  overflow-x: scroll;
  word-wrap: normal;
}

.thread-post-dropdown {
  float: right;
  position: relative;
}

.thread-post-dropdown .dropdown-toggle {
  text-decoration: none;
}

.thread-post .thread-post-dropdown .dropdown-toggle {
  visibility: hidden;
}

.thread-post:hover .thread-post-dropdown .dropdown-toggle {
  visibility: visible;
}

.thread-post-action {
  text-align: right;
  font-size: 12px;
  visibility: hidden;
}

.thread-post:hover .thread-post-action {
  visibility: visible;
}

.thread-list-small {
  font-size: 13px;
}

.thread-list-small .metas {
  font-size: 12px;
  color: #999;
}

.thread-list-small .metas a {
  color: #777;
}

.thread-list-small .thread-item-body {
  padding-left: 10px;
  padding-right: 10px;
}

.thread-show .thread-breadcrumb {
  font-size: 13px;
  margin-bottom: 6px;
}

.thread-show .thread-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  font-weight: bold;
  line-height: 1;
  display: inline;
}

.thread-show .thread-metas {
  margin-top: 6px;
}

.thread-post-list .metas {
  font-size: 13px;
}

.thread-post-list .metas .nickname {
  font-weight: bold;
}

.thread-post-list .user-avatar img {
  width: 48px;
  height: 48px;
}

.thread-post-list .thread-post-interaction {
  font-size: 13px;
}

.thread-post-list .thread-post-interaction .interaction {
  margin-right: 10px;
}

.thread-subpost-list .user-avatar img {
  width: 32px;
  height: 32px;
}

.thread-subpost-container {
  margin-top: 10px;
  padding: 10px;
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #fdfdfd;
}

.thread-subpost-morebar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.thread-subpost-form {
  margin-top: 10px;
}

.thread-subpost-list .thread-subpost {
  margin-top: 10px;
  padding-bottom: 10px;
  border-color: #f6f6f6;
}

.thread-subpost-list .thread-subpost:first-child {
  margin-top: 0px;
}

.thread-subpost-list .thread-subpost:last-child {
  padding-bottom: 0px;
}

.thread-post-list .thread-post .thread-post-manage-dropdown {
  visibility: hidden;
}

.thread-post-list .thread-post:hover .thread-post-manage-dropdown {
  visibility: visible;
}

.thread-post-list .thread-post:hover .thread-subpost .thread-post-manage-dropdown {
  visibility: hidden;
}

.thread-post-list .thread-subpost:hover .thread-post-manage-dropdown {
  visibility: visible !important;
}

.notification-list .media-object {
  color: #999;
  font-size: 20px;
}

.notification-list .notification-body {
  margin-bottom: 6px;
}

.notification-list .notification-footer {
  font-size: 12px;
  color: #999;
}

.notification-list blockquote {
  font-size: 13px;
  padding: 5px 10px;
  margin: 5px 0;
  color: #666;
}

.es-piece {
  margin-bottom: 30px;
}

.es-piece .piece-header {
  position: relative;
  margin: 5px auto 20px auto;
  padding: 0 30px 0 15px;
  color: #313131;
  font-size: 16px;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

































/*追加样式*/
.lz_back_blur {
  filter: url(blur.svg#blur);
  -webkit-filter: blur(9px);
  -moz-filter: blur(9px);
  -ms-filter: blur(9px);
  filter: blur(40px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -20;
}
.tabbable-line li {
  border: 3px solid #ffffff;
}

.lz_advertising {
  transition: all 0.3s ease;
}

.lz_card_footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  margin-right: 15px;
}

.lz_paddingB {
  /* padding-bottom: 15px; */
  position: relative;
}

.lz_table_responsive {
     padding: 0 15px;

}

.lz_table_responsive .rc-table {
  /*border: 1px solid #e9e9e9;*/
  overflow-x: auto;

  width: 100%;
}
.lz_support{
      width: 105%;
      margin-left: 0%;
}
@media (max-width: 767px) {
  .lz_support {
    /* padding: 0 15px; */
    margin-top: 10px;
    margin-bottom: 0;
    width: 98.5%
  }
  .lz_support .panel {
    margin-bottom: 0;
  }
  .lz_selectBox {
    margin-bottom: 10px

  }
  .tabbable-panel{
    margin-right: -24px;
  }
}

/**
轮播广告
*/


.lz_slider {
  /* width: 100%; */
  /* height: auto; */
  height: 446px;
  position: relative;
  overflow: hidden;
}

.lz_slider>img {
  /* width: 100%; */
  height: 100%;
  display: block;
  margin: 0 auto;
  z-index: -50;
  opacity: 0;
}

.lz_slider .sliderBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0;
}

.lz_slider .sliderBox .lz_item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  /* height: 100%; */
  height: 446px;
  transition: all 0.5s linear;
}

.lz_slider .sliderBox .lz_item.active {
  opacity: 1;
  z-index: 15;
}

.lz_slider .sliderBox .lz_item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lz_slider .sliderBox .lz_item a img {
  /* width: 1140px; */
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.lz_slider li:hover {
  cursor: pointer;
}

.lz_slider .lz_liBox {
  width: 100%;
  z-index: 20;
  position: absolute;
  bottom: 5%;
  text-align: center;
}

.lz_slider .lz_liBox ul {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.lz_slider .lz_liBox ul .sliderSmallBtn {
  list-style: none;
  width: 12px;
  height: 12px;
  /* border: 2px solid #ffffff; */
   background: #ffffff;
   opacity: 0.4;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 0.5s linear;
}

.lz_slider .lz_liBox ul .sliderSmallBtn:last-child {
  margin-right: 25px;
}

.lz_slider .lz_liBox ul .sliderSmallBtn.active {
  opacity: 1;
  background: #4372c1;
}

.lz_slider ol {
  width: 100%;
  position: absolute;
  bottom: 45%;
  list-style: none;
  padding: 0;
  pointer-events: none;
  z-index: 20;
}

.lz_slider ol li {
  width: 35px;
  height: 45px;
  background: #000;
  border-radius: 5px;
  pointer-events: all;
}

.lz_slider ol li:first-child {
  float: left;
  margin-left: 10px;
  background: url("/images/lz_left.png") no-repeat center center;
  background-size: 50% 50%;
}

.lz_slider ol li:first-child:hover {
  background: rgba(0, 0, 0, 0.4) url("/images/lz_left1.png") no-repeat center center;
  background-size: 50% 50%;
}

.lz_slider ol li:last-child {
  float: right;
  margin-right: 10px;
  background: url("/images/lz_right.png") no-repeat center center;
  background-size: 50% 50%;
}

.lz_slider ol li:last-child:hover {
  background: rgba(0, 0, 0, 0.4) url("/images/lz_right1.png") no-repeat center center;
  background-size: 50% 50%;
}

@media (max-width: 1140px) {
  .lz_slider .sliderBox .lz_item a img,
  .lz_slider>img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .lz_slider .sliderBox .lz_item a img,
  .lz_slider>img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lz_slider ol li {
    width: 25px;
    height: 35px;
  }
  .lz_slider .lz_liBox ul .sliderSmallBtn {
    width: 8px;
    height: 8px;
  }
}
.lz_centreImg{



  width: 100%;
  position: absolute;
  z-index: 17;
  top: 0;
  height: 100%
}


  .lz_centreFlex {

    display: -webkit-box;
    display: -moz-box;
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;




    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align:center;
    /* IE 10 */

    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;


    height: 100%;
}

/*
  课程图文并茂
**/
/* .lz-list {
  padding: 0 18px;
} */

.lz-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 4px;
  /* border: 1px solid #e4ecf3; */
  background-color: #fff;

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.lz-list .lz-item .lz-img {
  position: relative;
  overflow: hidden;
  /* border-top-left-radius: 4px;
  border-top-right-radius: 4px; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.lz-img>a>img{height:182px;}
.lz-list .lz-item .tags {
  position: absolute;
  top: 0;
  left: 10px;
}

.tags {
  line-height: 30px;
}


/*.lz-list .lz-item .tags .tag-serialing {
    background: url(/images/tag_serialing.png) no-repeat;
    background-image: -webkit-image-set(url(/images/tag_serialing.png) 1x, url(/images/tag_serialing@2x.png) 2x);
}*/

.lz-list .lz-item .tags .tag-serialing {
  display: inline-block;
  width: 40px;
  height: 50px;
}

.lz-list .lz-item .lz-img .img-responsive {
  width: 100%;
  /* padding: 10px; */
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  /* height: auto; */
  height:207px;
}
.thumbnail>img{
  height: 141px;
}

img {
  vertical-align: middle;
}
.img-avater-response{
  display: block;
  max-width: 100%;
}
.lz-list .lz-item .title {
  margin-top: 10px;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 17px
}

.link-dark {
  cursor: pointer;
  color: #616161 !important;
  transition: all .3s ease;
}

.lz-list .lz-item .metas {
  position: relative;
  padding: 10px;
  color: #c1c1c1;
}

.lz-list .lz-item .metas {
  position: relative;
  padding: 10px;
  color: #c1c1c1;
}

.lz-list .lz-item .metas i {
  margin-right: 5px;
}

.lz-list .lz-item .metas .comment {
  margin-left: 10px;
}

.lz-list .lz-price-widget {
  float: right;
}

.lz-price-widget .free {
  color: #43bc60;
  font-size: 16px;
}

@media (min-width: 992px) {
  .lz-list .lz-item {
    transition: all .3s ease;
  }
  .lz-list .lz-item:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
    transition: all .3s ease;
  }
}

@media (max-width: 767px) {
  .lz-list .lz-item {
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .lz-list .lz-item .lz-img .img-responsive {
    padding: 5px;
  }
  .lz-list .lz-item .title {
    margin-top: 5px;
    padding: 0 5px;
  }
  .lz-list .lz-item .metas {
    padding: 5px;
  }
  .lz-list .lz-item .metas .comment {
    display: none;
  }
}





.lz_PagerBox{
  /* width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; */
  margin-top: -45px;
}




.lz_chunk{
  /* background: #f7f7f7 */
}
.lz_user{
  width: 18px;
  display: inline-block
}
.lz-list .lz-item .metas .num{
  font-size: 16px
}



  .lz_homeBtn{
  color: rgb( 125, 125, 125);
   font-size: 16px;
   padding-bottom: 15px;
   text-align: center;
    /* border:3px solid aliceblue; */
   cursor:pointer;

}


 .lz_homeBtn:hover{
   /* border:3px solid aliceblue; */
  border-bottom: 3px solid #e1e1e1
 }

  .lz_homeBtn_ac,
  .lz_homeBtn_ac:hover {
    color: #202a53;
    /* border: 3px solid aliceblue; */
    border-bottom: 3px solid #202a53
  }
.lz_teacherBox{
    background: #dfe0e3;
    width: 100%;
    padding-bottom: 70px;
}
.lz_teacherSlider{
  background: #ffffff;
  box-shadow:0 0 12px 5px #bfbfc2;
  padding: 30px;
  border-radius:5px;
  position: relative;

}
.lz_teacherItem{
    width: 65%;
    margin: 0 auto;

}
.lz_teacherImg{
  margin-right: 15px;
  margin-top: 30px;
}
.lz_teacherNickname {
    font-size: 24px;
     color: rgb( 51, 51, 51);
}

.avatr-img-teachers{
  display: inline-block;
  width:114px;
  height: 114px;
  border-radius: 50%;
}
.teacher-bootom{
  text-align: center;
  background-color: white;
  height: 300px;
  overflow: hidden;
  margin-right: 15px;
  width: 24% !important;
}
.teacher-bootom:nth-child(4){
  margin-right: 0px;
  float: right;
}
.bottom_teacherImg{
  margin-top:20px;
}
.teacher-bottom-name{
  font-size: 16px;
  color: black;
}
.teacher-bottom-title{
  font-size: 16px;
  color: gray;
}
.Row-teacher-more{
  margin-bottom: 15px;
}
.lz_teacherJob{
  font-size: 15px;
  color: rgb( 153, 153, 153);
  margin-left:20px;
  margin-top:6px;
  vertical-align: bottom;
}
  .lz_teacherAbout {
  margin-top:10px;
  font-size: 16px;
  color: rgb( 101, 104, 113);
  line-height: 34px;


   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}


.lz_teacherSliderButton{
  list-style: none;
  width: 100%;
  position: absolute;
  top: 50%;
  padding-left: 0;
  padding: 0 30px;
  margin-left: -30px;
  margin-top: -12px;
}
.lz_teacherSliderButton li{
  width: 40px;
  height: auto;
  cursor:pointer
}
.lz_teacherSliderButton li:first-child{
  float: left

}
.lz_teacherSliderButton li:nth-child(2) {
  float: right
}
  .slick-dots,
  .slick-next,
.slick-prev {
  display: none !important;
}
 .lz_chunk .btn-default {
   color: #666;
 }
  .lz_chunk .btn-default:hover {
        background-color: #e6e6e696;
        border-color: #adadad73
}

@media (max-width: 767px) {
  .lz_teacherItem{
    width: 90%;
  }
  .lz_teacherSlider{
    padding: 10px;
  }
  .lz_teacherNickname{
    font-size: 19px;
     float: none !important;
  }
  .lz_teacherAbout{
    font-size: 14px;
    line-height: 20px;
  }
  .lz_teacherJob{
    margin-top: 0;
    float: none !important;
    margin-left: 0;
    margin-bottom: 0
  }
  .lz_teacherImg{
    margin-top: 15%;
  }
  .lz_teacherSliderButton{
    display: none;
  }
}
    @media (max-width:991px) and (min-width: 768px) {
      .lz_support {
        width: 100%
      }
      .lz_teacherItem{
        width: 80%;
      }
       .lz_teacherImg {
         margin-top:38%;
       }
        .lz_teacherNickname {
          float: none !important;
        }
       .lz_teacherJob {
         margin-top: 0;
         float: none !important;
         margin-left: 0;
         margin-bottom: 0
       }

  }

.lz_TeacherLoading{
  display: block;
  width: 70px;
  height: auto;
  margin: 0 auto;
}



.lz_headings_g {
  font-size: 32px;
  color: #313131;
  margin-bottom: 0;
  margin-top: 0
}

.lz_headings_s {
  font-size: 16px;
  color: #919191;
  margin-bottom: 0;
  margin-top: 16px;
}

.lz_line {
  padding: 50px 0;
}
/*
.container {
  padding-top: 0;
  padding-bottom: 0;
} */

.lz_advertising {
  width: 100%;
}

@media (max-width: 767px) {
  .lz_line {
    padding: 20px 0;
  }
  .lz_headings_g {
    font-size: 16px;
  }
  .lz_headings_s {
    font-size: 14px;
  }
}


.editor-text{
  font-size: 18px;
  line-height: 34px;
}

.moveRow{
  margin-left: -10PX;
  margin-right: 2px;
}
@media (max-width: 767px) {
   .moveRow .col-md-9 {
     margin-right: 13px;
     margin-bottom: 15px;
   }
   .moveRow .col-md-3 {
     margin-right: -17px;
   }
 }

@media (max-width: 991px) and (min-width: 768px) {
  .moveRow .col-md-9 {
    margin-right: -13px;
    margin-bottom: 15px;
  }

  .moveRow .col-md-3 {
    margin-left: 13px;
    margin-right: -3px;
  }

  .lz_support {
    width: 103.5%;
    margin-left: -15px;
  }
}

  /*
  教师卡片部分的  css
  */
  .teacher-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f6e8c9;
  }

  @media (max-width: 767px) {
    .teacher-item {
      margin-left: -5px;
      margin-right: -5px;
    }
  }

  @media (min-width: 992px) {
    .teacher-item {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    .teacher-item:hover {
      transform: translateY(-6px);
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
  }

  .teacher-item:hover .metas {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .teacher-item:hover .about {
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .teacher-item .teacher-top {
    position: relative;
    z-index: 1;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #fafafa;
    padding: 20px 10px;
  }

  @media (max-width: 767px) {
    .teacher-item .teacher-top {
      padding: 10px;
    }
  }

  .avatar-lg {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
    display: block;
  }

  .teacher-item .avatar-lg {
    border: 4px solid #fff;
  }

  @media (max-width: 767px) {
    .teacher-item .avatar-lg {
      width: 80px !important;
      height: 80px !important;
    }
  }

  .teacher-item .title {
    height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }

  @media (max-width: 767px) {
    .teacher-item .title {
      margin-top: 10px;
    }
  }

  .teacher-item .position {
    color: #c1c1c1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }

  @media (max-width: 767px) {
    .teacher-item .position {
      font-size: 12px;
    }
  }

  .teacher-item .teacher-bottom {
    position: relative;
    height: 90px;
  }

  @media (max-width: 767px) {
    .teacher-item .teacher-bottom {
      height: 60px;
    }
  }

  .teacher-item .about,
  .teacher-item .metas {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 767px) {
    .teacher-item .about,
    .teacher-item .metas {
      left: 10px;
      bottom: 10px;
      right: 10px;
    }
  }

  .teacher-item .about {
    top: 20px;
    line-height: 25px;
    overflow: hidden;
    color: #919191;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  @media (max-width: 767px) {
    .teacher-item .about {
      top: 10px;
      line-height: 20px;
      font-size: 12px;
    }
  }

  .teacher-item .metas {
    top: 30px;
    bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  @media (max-width: 767px) {
    .teacher-item .metas {
      top: 20px;
      bottom: 10px;
    }
  }

.teacher-item .metas .btn {
  margin: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teacher-item .metas .btn {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .teacher-item .metas .btn {
    margin: 0 5px;
  }
}

.teacher-list.no-shadow .teacher-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lt-ie9 .teacher-item {
  border: 1px solid #e1e1e1;
}
/*结束*/
/*.lz_support .panel-default>.panel-heading{*/
  /*background-color:transparent;*/
/*}*/




.lz_jilz_jihuomaLong .huomaK .card-pack-item.coupon-item .title {
  padding-top: 20px;
}
.lz_jihuomaLong .card-pack-item .price {
  margin-bottom: 18px;
  margin-top: 10px;
  width: 80%;
  height: 84px;
  word-wrap: break-word;
  margin: 0 auto;
   display: flex;
   display:-webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;

   -webkit-justify-content:center;
   justify-content:center;
   -moz-box-pack:center;
   -webkit--moz-box-pack:center;
   box-pack:center;



   align-items:center;
   -webkit-align-items:center;
   box-align:center;
   -moz-box-align:center;
   -webkit-box-align:center
}
.lz_jihuoma_err{
  color: red;
  font-size: 14px;

}

.qiehuan_2{
position: absolute;
width: 177px;
height: 62px;
top: 15px;
right: 15px;

}
.login-tip{
     position: absolute;
    top: -9px;
    z-index: 20;
    right: 63px;
     border: 2px solid #0b1025;
     border-radius: 6px;
     margin-top: 19px;
     padding: 3px
}
.login-zhe{
  height: 0;
  width: 0;
  position:absolute;
  left:0;
  bottom:0;
  border-left: 32.5px solid #fff;
  border-bottom:32.5px solid #fff;
  border-top: 32.5px solid transparent;
  border-right: 32.5px solid transparent;
}
.erweiMa{
  width: 65px;
  height: 65px;
  display: inline-block;
  position: absolute;
  right:0;
  top: 0;
}
.jiao {
  position: absolute;
     right: -8px;
     top: 6px;
  z-index: 30;
  height: 0px;
  width: 0px;
 border-top: 8px solid transparent;
 border-right: 8px solid black;
 border-bottom: 8px solid transparent;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  /* Internet Explorer */

  -moz-transform:rotate(180deg);
  /* Firefox */

  -webkit-transform:rotate(180deg);
  /* Safari 和 Chrome */

  -o-transform:rotate(180deg);
  /* Opera */
}
.jiao:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 2px;
  border-top:7px solid transparent;
  border-right: 7px solid #FFFFFF;
  border-bottom: 7px solid transparent;


}
.lz_padding_15{
  padding: 20px 0 0;

}

.lz_support .media {
  padding: 0 10px
}
.lz_list_checked {
  background-color: #eff7fa;
}

.thumbnail .caption{
  white-space: nowrap;
}
li .redpoint{
  background: #e83d2c;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top:-2px;
  right:-3px;
}
.list-group-item>.point_position{
	top: 10px;
	left: 83px;
}
.nav-pills .point_position{
	top: 10px;
	right: 10px;
}
.new{
	background: #5bc0de;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	color: #FFFFFF;
}
/*

公共提取style的 文件
*/

#app .ant-menu-dark{
  background: #404040;
}
#app .ant-table-wrapper{
  width: 100%;
}
