/* =========================== color =========================== */
/* =========================== media =========================== */
@keyframes fadeInButtom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInButtom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInButtom {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInButtom {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
a.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.transition:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
a {
  color: #188eee;
}
a:hover,
a:focus {
  color: #188eee;
  text-decoration: none;
}
.link-dark:hover,
.link-light:hover,
.link-white {
  color: #188eee;
}
.text-primary,
.color-primary {
  color: #188eee !important;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.focus {
  color: #188eee;
}
.btn-primary {
  border-color: #0e73c5;
  background-color: #188eee;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #0f78ce;
}
.label-primary {
  background-color: #188eee;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li:hover > a {
  border-color: #188eee;
  color: #188eee;
}
.nav.nav-tabs > li.active > a .text-muted,
.nav.nav-tabs > li:hover > a .text-muted {
  color: #188eee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #188eee;
}
.es-piece .piece-header {
  border-color: #188eee;
}
.breadcrumb a:hover {
  color: #188eee;
}
.course-detail-header .course-data > li .dropdown-toggle:hover,
.course-detail-header .course-data > li > a:hover {
  color: #188eee;
}
.es-tabs .tab-header > ul > li > a:hover {
  color: #188eee;
}
.class-serve > ul > li.active {
  background-color: #188eee;
}
.article-metas .metas-body .title a:hover {
  color: #188eee;
}
.media.media-number .media-body > a:hover {
  color: #188eee;
}
.btn-tag:hover {
  color: #188eee;
  border-color: #188eee;
}
.media-hot-comment .comments-info p a,
.media-hot-comment .comments-info h5 a:hover {
  color: #188eee;
}
.class-signin .btn-signin {
  background-color: #188eee;
}
.sidenav .list-group .list-group-item.active {
  border-color: #188eee;
}
.sidenav .list-group .list-group-item.active > a {
  color: #188eee;
}
.es-bar-menu > ul > li.active,
.es-bar-menu > ul > li:hover {
  background-color: #188eee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #188eee;
  border-color: #188eee;
}
.badge-primary {
  background-color: #188eee;
}
.es-filter .nav-sort > li > a:hover,
.es-filter .nav-sort > li > a.active {
  background-color: #188eee;
  color: #fff;
}
.es-filter .filter label:hover {
  color: #188eee;
}
.class-header.after .class-data > li > a:hover {
  color: #188eee;
}
.class-header .class-data > li .dropdown-toggle:hover {
  color: #188eee;
}
.progress-bar,
.rank_num {
  background-color: #188eee;
}
.bar-task .bar-task-header,
.bar-task .bar-time-line > li:before {
  background-color: #188eee;
}
.bar-task .bar-time-line > li .es-icon {
  color: #188eee;
}
.nav-filter .nav-pills > li.dropdown > a:hover {
  color: #188eee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #188eee;
}
.page-header .badge {
  background-color: #188eee !important;
}
.es-tabs .tab-body > ul > li.active > a,
.es-tabs .tab-body > ul > li > a:hover {
  color: #188eee;
}
.nav.nav-tabs .highlight {
  border-color: #188eee;
}
.link-dark:hover {
  color: #188eee !important;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #188eee;
  border-color: #188eee;
}
.text-muted {
  color: #999;
}
.text-sm {
  color: #999;
}
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #188eee;
  border-color: #188eee;
}
.question-set-item:first-child {
  border: none;
}
.userpage-header-info h1 small {
  color: #188eee;
}
.article-title a {
  color: #188eee;
}
.course-cover-heading .member-num {
  color: #188eee;
}
.panel-footer {
  background: none;
}
.module-title {
  margin-bottom: 30px;
  font-size: 18px;
  color: #616161;
  line-height: 48px;
}
@media (max-width: 767px) {
  .module-title {
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.module-title i {
  font-size: 18px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .module-title i {
    padding-right: 10px;
  }
}
.white-title {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
}
@media (max-width: 767px) {
  .white-title {
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.es-panel {
  margin-top: 14px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .es-panel .panel-body {
    padding: 0;
  }
}
.es-media {
  margin: 0 0 18px 0;
}
@media (max-width: 767px) {
  .es-media {
    margin: 0 0 15px 0;
  }
}
.course-help-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #188eee;
  background-color: #eef4fe;
  color: #188eee;
  border-radius: 4px;
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .course-help-btn {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .course-help-btn {
    padding: 6px 12px;
  }
}
.course-help-btn:hover {
  border: 1px solid #eef4fe;
  background-color: #188eee;
  color: #eef4fe;
}
.loading {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #f3f3f3;
}
.loading .loading-length {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #0477c0;
  opacity: 1;
  filter: alpha(opacity=100);
  animation: Loading 2s;
  -moz-animation: Loading 2s;
  -webkit-animation: Loading 2s;
  -o-animation: Loading 2s;
}
@keyframes Loading {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-moz-keyframes Loading {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes Loading {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-o-keyframes Loading {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.navbar-nav li a {
  color: #757575;
}
.navbar-nav li a:hover {
  color: #188eee;
}
.dropdown-menu {
  left: 10px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.dropdown-menu > li > a:hover {
  color: #fff;
}
.form-control:focus {
  border-color: #188eee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 123, 221, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 123, 221, 0.6);
  -moz-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 123, 221, 0.6);
}
.es-header {
  background-color: #fff;
  padding: 0;
  height: auto;
}
.es-header .index-header {
  position: relative;
  height: 70px;
}
.es-header .index-header .navbar-brand {
  display: block;
  height: 70px;
  padding: 10px;
}
@media (max-width: 767px) {
  .es-header .index-header .navbar-brand {
    display: inline-block;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .es-header .index-header .navbar-brand img {
    height: 40px;
    width: auto;
  }
}
.es-header .index-header .navbar-form {
  display: inline-block;
  margin-left: -60px;
}
.es-header .index-header .navbar-form .form-control {
  height: 40px;
  width: 292px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: #e1e1e1;
}
.es-header .index-header .navbar-form .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #188eee;
}
.es-header .index-header .navbar-form .button {
  right: 0;
  top: 50%;
  margin-top: -15px;
  font-size: 25px;
  cursor: pointer;
}
.es-header .index-header .navbar-form .button:focus {
  outline: none;
}
.es-header .index-header .navbar-user {
  z-index: 99;
  right: 20px;
}
@media (max-width: 767px) {
  .es-header .index-header .navbar-user {
    right: 0;
  }
}
.es-header .index-header .navbar-user .nav.user-nav > li {
  height: 70px;
  line-height: 70px;
}
.es-header .index-header .navbar-user .nav.user-nav > li > a {
  color: #757575;
  padding: 0 15px;
}
.es-header .index-header .navbar-user .nav.user-nav > li > a:hover,
.es-header .index-header .navbar-user .nav.user-nav > li > a:focus {
  color: #188eee;
}
.es-header .index-header .navbar-user .nav.user-nav > li .pr0 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .es-header .index-header .navbar-user .nav.user-nav .dropdown-menu {
    right: 15px;
  }
}
.es-header .index-header .navbar-user .nav.user-nav .dropdown-menu > li > a:hover .num {
  color: #188eee;
}
.es-header .index-header .navbar-user .nav.user-nav .dropdown-menu > li > a .num {
  padding: 0;
  height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.es-header .index-header .navbar-mobile .navbar-more {
  color: #188eee;
  padding: 25px 10px;
}
.es-header .index-header .navbar-mobile .navbar-form {
  margin-left: 0;
}
.es-header .index-header .navbar-mobile .navbar-form .form-control {
  width: auto;
}
.index-nav {
  background-color: #fff;
}
.index-nav .navbar-collapse {
  position: relative;
  padding-right: 155px;
}
.index-nav .navbar-collapse .nav.navbar-nav > li > a {
  padding: 12px 28px;
}
.index-nav .navbar-collapse .user-vip {
  position: absolute;
  top: 0;
  right: 0;
}
.index-nav .navbar-collapse .user-vip a {
  display: inline-block;
  margin-left: 10px;
  padding: 12px 10px;
  color: #757575;
}
.index-nav .navbar-collapse .user-vip a:hover {
  color: #188eee;
}
.index-motto {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .index-motto {
    padding-top: 0;
  }
}
.index-motto a {
  opacity: 0;
  display: block;
}
.index-motto a img {
  width: 100%;
}
.index-motto a.animate {
  opacity: 1;
  -webkit-animation: fadeInUp 1.2s 0.2s ease both;
  -moz-animation: fadeInUp 1.2s 0.2s ease both;
  -o-animation: fadeInUp 1.2s 0.2s ease both;
  animation: fadeInUp 1.2s 0.2s ease both;
}
.index-partner {
  padding: 45px 0;
  background-color: #1e3346;
}
@media (max-width: 767px) {
  .index-partner {
    padding: 20px 0;
  }
}
.index-partner .link-item {
  width: 20%;
}
@media (max-width: 991px) {
  .index-partner .link-item {
    width: 33.3%;
    margin-top: 20px;
  }
}
.index-partner h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .index-partner h3 {
    margin-bottom: 10px;
  }
}
.index-partner a {
  display: block;
  line-height: 1.5;
  padding: 10px 0;
  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;
}
@media (max-width: 767px) {
  .index-partner a {
    padding: 5px 0;
  }
}
.index-partner a:hover {
  color: #188eee;
}
.index-partner .partner-logo {
  text-align: center;
  padding-bottom: 24px;
}
.footer-logo .footer-sns {
  margin-top: 0;
}
footer {
  background-color: #1e3346;
}
footer .divider-top {
  height: 1px;
  width: 100%;
  background-color: #0f1c28;
}
footer .divider-buttom {
  height: 1px;
  width: 100%;
  background-color: #355068;
}
footer p {
  color: #fff;
  margin-bottom: 0;
  line-height: 70px;
}
@media (max-width: 767px) {
  footer p {
    line-height: 30px;
  }
}
footer p a:hover {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.index-poster {
  position: relative;
}
.index-poster .poster {
  position: relative;
}
.index-poster .poster .poster-left {
  position: absolute;
  width: 193px;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .index-poster .poster .poster-left {
    display: none;
  }
}
.index-poster .poster .poster-right {
  margin-left: 193px;
}
@media (max-width: 991px) {
  .index-poster .poster .poster-right {
    margin-left: 0;
  }
}
.index-poster .ul-list {
  height: 100%;
  padding-bottom: 10px;
  background-color: #188eee;
  padding-left: 0px;
}
.index-poster .ul-list .course-list {
  display: table;
  position: relative;
  width: 100%;
  height: 12.5%;
  border-bottom: 1px solid #2295dd;
  list-style-type: none;
}
.index-poster .ul-list .course-list:hover .lesson-list-show {
  display: block;
}
.index-poster .ul-list .course-list .course-link {
  display: table-cell;
  vertical-align: middle;
  padding-left: 19px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #188eee;
}
.index-poster .ul-list .course-list .course-link:hover {
  background-color: #137fc5;
}
.index-poster .ul-list .course-list .course-link .right-icon {
  float: right;
  margin-top: 3px;
}
.index-poster .ul-list .course-list .lesson-list-show {
  display: none;
  position: absolute;
  top: 0;
  left: 193px;
  width: 390px;
  font-size: 14px;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 2px solid #0048a9;
  z-index: 999;
}
.index-poster .ul-list .course-list .lesson-list-show ul {
  padding: 24px;
  overflow: hidden;
}
.index-poster .ul-list .course-list .lesson-list-show ul li {
  width: 100px;
  line-height: 20px;
  float: left;
  font-size: 14px;
  margin: 5px;
}
.index-poster .ul-list .course-list .lesson-list-show ul li a {
  display: block;
  line-height: 30px;
  text-align: center;
  color: #051D35;
  overflow: hidden;
  height: 24px;
}
.index-poster .ul-list .course-list .lesson-list-show ul li a:hover {
  color: #188eee;
}
.index-poster .detail-course {
  position: relative;
  z-index: 1;
}
.index-poster .course-jiantou.open .down {
  display: none;
}
.index-poster .course-jiantou.open .up {
  display: block !important;
}
.index-poster .course-jiantou .dropdown-toggle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
.index-poster .course-jiantou .dropdown-toggle:hover {
  background-color: #137fc5;
}
.index-poster .course-jiantou .course-list .course-link {
  height: 60px;
}
@media (max-width: 1199px) {
  .index-poster .course-jiantou .course-list .course-link {
    height: 47px;
  }
}
.index-poster .course-jiantou .down {
  display: block;
}
.index-poster .course-jiantou .up {
  display: none !important;
}
.index-poster .course-jiantou .dropdown-menu {
  left: 0;
  right: 0;
}
.index-poster .course-jiantou .dropdown-menu > li > a {
  padding-right: 0;
}
.es-carousel-indicators li {
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.es-carousel-indicators li.active {
  background-color: #1070d4;
  border: 1px solid #fff;
}
.es-carousel-indicators li,
.es-carousel-indicators li.active {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .es-carousel-indicators li,
  .es-carousel-indicators li.active {
    width: 10px;
    height: 10px;
  }
}
.carousel-inner .item {
  max-width: 947px;
  max-height: 501px;
}
.carousel-inner .item img {
  width: 100%;
  height: 100%;
}
.carousel-inner .active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-inner .active.left,
.carousel-inner .active-right {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-course-nav {
  margin-bottom: 40px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .index-course-nav {
    margin-bottom: 20px;
    list-style-type: none;
  }
}
.index-course-nav li.width-20 {
  width: 25%;
}
.index-course-nav li.width-20 > a {
  display: block;
  padding: 17px 0;
  color: #9e9e9e;
  text-align: center;
  border-bottom: 2px solid #878787;
}
.index-course-nav li.active > a {
  color: #188eee;
  border-bottom: 2px solid #188eee;
}
.index-course {
  background-color: #fff;
  padding-top: 20px;
  position: relative;
}
.index-course .course-item {
  position: relative;
  background-color: #fff;
  height: 328px;
}
@media (max-width: 991px) {
  .index-course .course-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .index-course .course-item {
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .index-course .course-item:hover {
    z-index: 99;
  }
  .index-course .course-item:hover .course-intro {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: 49px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.index-course .course-item .tags {
  position: absolute;
  top: 0;
  left: 10px;
}
.index-course .course-item .tags .tag-open-live {
  display: inline-block;
  width: 40px;
  height: 50px;
  background: url('../img/tag_live.png') no-repeat;
}
.index-course .course-item .course-img {
  border: 1px solid #f5f5f5;
  border-bottom: none;
  position: relative;
}
.index-course .course-item .course-img .mask {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 10px;
  font-size: 12px;
}
.index-course .course-item .course-img a {
  display: block;
  overflow: hidden;
  padding: 15px;
}
@media (max-width: 767px) {
  .index-course .course-item .course-img a {
    padding: 5px;
  }
}
.index-course .course-item .course-img a img {
  width: 100%;
}
.index-course .course-item .course-img .freeImg {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.index-course .course-item .course-intro {
  visibility: hidden;
  font-size: 12px;
  padding-top: 5px;
  height: 0;
  line-height: 20px;
  color: #9e9e9e;
  opacity: 0;
  filter: alpha(opacity=0);
  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;
}
.index-course .course-item .course-caption {
  color: #fa7821;
  padding: 0 15px 15px 15px;
  z-index: 200;
  overflow: hidden;
  background: #fff!important;
  border: 1px solid #f5f5f5;
  border-top: none;
}
@media (max-width: 767px) {
  .index-course .course-item .course-caption {
    padding: 0 5px 5px 5px;
  }
}
.index-course .course-item .course-caption .title a {
  height: 24px;
  color: #051d35;
}
.index-course .course-item .course-caption .course-price-widget .price {
  color: #fa7821;
  font-size: 14px;
}
.index-course .course-item .course-caption .time a {
  color: #999;
}
.index-course .course-item .course-caption .time a:hover {
  color: #999;
}
.index-course .course-item .course-caption .count a {
  color: #fa7821;
}
.index-course .course-item .course-caption .discount {
  position: relative;
  top: -1px;
  margin-left: 8px;
  padding: 0 6px 0 10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #fa7821;
  height: 16px;
  line-height: 16px;
}
.index-class {
  padding-bottom: 50px;
}
.index-group-active {
  background-color: #f5f5f5;
}
.index-group-active .active-caption li {
  margin-bottom: 33px;
}
.index-group-active .active-caption li a {
  max-width: 400px;
  color: #051d35;
  padding: 4px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-group-active .active-caption li a .active-time {
  color: #9e9e9e;
}
.index-group-active .active-caption li a span {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  margin-right: 12px;
}
.index-group-active .active-caption li a:hover {
  color: #188eee;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .index-group-active .active-caption li a {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .index-group-active .active-caption li a {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .index-group-active .active-caption li a {
    max-width: 300px;
  }
}
.index-group-active .group-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.index-group-active .group-name a {
  color: #616161;
  letter-spacing: 1px;
  margin-top: 6px;
}
.index-group-active .group-name a:hover {
  color: #188eee;
}
.ie9 .index-group-active .panel {
  border: none;
}
body {
  min-width: 300px;
}