@charset "UTF-8";

/**
 * 通用
 */

html, body {
  /*min-width: 440px;*/
}

.main {
  margin-top: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #666;
}

a:hover {
  color: #007bff;
  text-decoration: none;
}

.nav-route {
  margin-bottom: 20px;
}
.nav-route i {
  margin: 0 .5em;
}

.user-thumb {
  border-radius: 100%;
}

.fa-alipay {
  color: #01a9f1;
}

.fa-weixin {
  color: #09bb07;
}

.fa-credit-card {
  color: #2968f1;
}

.btn {
  position: relative;
}
.btn .alert-success {
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  right: -2em;
  top: 0;
}

.btn.vhide {
  visibility: hidden;
}

.form-control.form-control-ib {
  width: inherit;
  margin-left: auto;
  margin-right: auto;
}

.img_code {
  cursor: pointer;
}

.mb20 {
  margin-bottom: 20px;
}

/**
  * 页头 & 页脚
  */
header {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0,0,0,.2);
  min-height: 75px;
}

header .navbar {
  min-height: 75px;
  background-color: #fff;
  border-color: none;
}

header .navbar-brand {
  padding: 0 1rem;
  line-height: 75px;
  height: 75px;
  display: inline-block;
}
header .navbar-brand img {
  display: inline;
  max-width: 280px;
  max-height: 75px;
}

header .navbar-nav {
  margin-left: 2rem;
}
header .navbar-right{
  line-height: 75px;
  height: 75px;
}

header .navbar-nav>li>a {
  padding: 0 1em;
  line-height: 75px;
  height: 75px;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.active>a:hover {
  color: #0f5fb6;
  background-color: inherit;
  border-bottom: 3px solid #0f5fb6;
}

header .navbar-default .navbar-nav>li>a:focus,
header .navbar-default .navbar-nav>li>a:hover {
  color: #0f5fb6;
  border-bottom: 3px solid #0f5fb6;
}

header .navbar-right .dropdown .user-thumb {
  width: 1.2em;
  height: 1.2em;
}

footer {
  width: 100%;
  padding: 2rem 0;
  background: #1c1f21;
  color: #b2b2b2;
}

footer .about-us {
  margin-bottom: 1rem;
}

footer .about-us a {
  color: #fff;
  margin: 0 1em;
}

footer .copyright a {
  margin: 0 .5em 1em .5em;
  display: inline-block;
}

footer .mp-qrcode {
  margin-bottom: 2em;
}

footer .mp-qrcode img {
  width: 120px;
  height: 120px;
  margin-bottom: 1em;
}

/**
 * 产品列表模块
 */
.product-list .product-item {
  margin-bottom: 4rem;
  text-align: center;
}

.product-list .product-item .img img {
  width: 263px;
  height: 175px;
}

.product-list .product-item .name {
  font-size: 1em;
  padding: .5em 0 0 0;
  min-height: 2.7em;
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-list.partner-list .product-item {
  margin-bottom: 2rem;
}

.product-list-tool-bar {
  margin: 2em 0;
}

.product-list-tool-bar a {
  margin-right: 1em;
}
.product-list-tool-bar a .label {
  font-size: 1em;
}

/**
 * 产品分类模块
 */
.cate-list {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}

.cate-list:last-child {
  border-bottom: none;
}

.cate-list .cate-title {
  position: absolute;
  left: 0;
  top: 0;
  padding: .5em 0;
  width: 6em;
  display: inline-block;
  text-align: right;
}

.cate-list .cate-links {
  margin-left: 6em;
}
.cate-list .cate-links a {
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 1em;
  margin-right: 2em;
}
.cate-list .cate-links a:last-child {
  margin-right: 0;
}

.cate-list .cate-links a.active {
  background-color: #d9ebff;
  border-radius: 4px;
  color: #0f5fb6;
  font-weight: bold;
}

/**
 * 首页
 */
.head-banner .subbanner {
  margin-top: 2rem;
}
.head-banner .subbanner div{
  margin-top: .3em;
  text-align: center;
}

.mainpage {
  background: #f7faff;
}
.mainpage.mainpage-bg-light {
  background: inherit;
}

.mainpage .main {
  margin-top: 4rem;
  padding-top: 4rem;
}
.mainpage .cate-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 2rem;
}

/**
 * 用户登录&注册&找回密码
 */

.login-box {
  margin: 4em auto;
}

.login-box .register-deal {
  margin-top: 1em;
}

.login-box .loginbox-footer-control .split {
  margin: 0 2em;
}


/**
 * 课程相关
 */
#course, #course body {
  background: #f7f7f7;
}

#course .btn-class-controls {
  margin-bottom: 1em;
}

.container-product .media .media-left {
  padding-right: 20px;
}
.container-product .media .media-left img {
  height: 300px;
  width: 450px;
  max-width: 450px;
}

.container-product .media .media-left img.small {
  height: 100px;
  width: 150px;
}

.container-product .product-name {
  margin-bottom: 1em;
}
.container-product .product-params li {
  margin-bottom: 1em;
}

.container-product .product-params label {
  display: inline-block;
  width: 6em;
  text-align: right;
  margin-right: .5em;
}

.container-product .product-status {
  text-align: center;
  margin-bottom: 20px;
}

.container-product .product-status-item {
  background: #ececec;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-right: 1px;
}

.container-product .product-status-item label {
  font-weight: 400;
  font-size: .9em;
}

.container-product .real-price {
  font-size: 1.5em;
  color: #e33b3b;
  font-weight: 700;
}

.container-product .origin-price {
  font-size: 1em;
  color: #ccc;
  margin-right: 1em;
  text-decoration: line-through;
}

.container-product .btn-checkout {
  background: #ff7a3e;
  border: 1px solid #ff7a3e;
  border-radius: 4px;
  color: #fff;
  padding: 1em 4em;
  font-weight: 700;
  font-size: 1.2em;
}

.container-product .btn-checkout:hover {
  background: #f16627;
}

.container-product .btn-checkout.disabled {
  background: #fff;
  border: 1px solid #ff7a3e;
  border-radius: 4px;
  color: #ff7a3e;
  opacity: 1;
}
.container-product .product-info {
  margin-bottom: 25px;
}

.container-product .pad-item {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 2em 1em;
}

.container-product .product-detail .product-desc-content-default, .container-product .product-detail .product-desc-content {
  text-indent: 2em;
  position: relative;
  overflow-y: hidden;
}

.container-product .product-detail .product-desc-content .more {
  text-align: center;
}

.container-product .product-desc li {
  padding: 1em 0;
  margin: 1em 0;
}

.container-product .product-desc li:hover {
  background-color: #d9ebff;
}

.container-product .product-desc .btn-video-control {
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #caced4;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 0;
  padding-top: 3px;
  font-size: 12px;
  margin-right: 1em;
  margin-left: 1em;
}

.box-mulit-info {
  position: relative;
}

.box-mulit-info .box-info {
  position: relative;
  min-height: 50px;
  border-bottom: 1px dashed #E6E6E6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.box-mulit-info .box-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.box-mulit-info .thumb {
  width: 50px;
  height: 50px;
  border-radius: 75%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.box-mulit-info .info {
  padding-left: 60px;
  cursor: pointer;
}

.box-mulit-info .info .name {
  color: #333;
  margin-bottom: .5em;
}

#course .box-instructor-alert {}

#course .course-class-list {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#course .course-class-list .class-name {
  margin-bottom: 30px;
}
#course .course-class-list .price {
  color: #e33b3b;
  font-weight: 700;
}

#course .body-part.class-control-btn-group {
  margin-bottom: 1em;
  text-align: center;
  display: none;
}

#course .box-instructor-alert .thumb {
  width: 100px;
  height: 100px;
  border-radius: 75%;
}

#course .box-instructor-alert .desc {
  text-align: left;
  color: #333;
  font-size: 1em;
}

#course .box-instructor-alert .desc p {
  text-indent: 2em;
}

.box-mulit-info .box-footer-content {
  background: #F7F7F7;
  padding: .7em;
  margin-top: 1em;
}

.box-mulit-info .box-footer-content  h6 {
  color: #999;
  display: block;
}

.box-mulit-info .box-footer-content p {
  color: #333;
}

.box-mulit-info .box-footer-content span {
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 1em;
  display: inline-block;
}

.container-product .student-simple-list {
  margin-top: 1em;
  width: 78px;
}

.container-product .student-simple-list .name {
  height: 3em;
}

.product-checkout .paytype-select .pay-type i {
  margin: 0 1em;
}
.product-checkout .checkout-amount .amount {
  color: #ff7a3e;
  font-weight: 700;
  font-size: 1.5em;
}

.product-checkout .checkout-amount .amount .discount-money {
  color: #3ba537;
  font-size: .8em;
}

#course .payaway-discount-num {
  max-width: 250px;
}


/**
 * 订单相关
 */
#checkout, #checkout body {
  background: #f7f7f7;
}

.checkout-order {
  text-align: center;
}

.checkout-order .order-page {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 2rem;
}

.checkout-order .qr-code {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.checkout-order li {
  padding: .5em 0;
  margin: .5em 0;
  border-bottom: 1px solid #ccc;
}

.checkout-order .order-footer {
  margin-bottom: 1em;
  text-align: right;
}

.checkout-order .form-group .btn {
  margin: 0 2em;
}

.checkout-order .bank-list {
  text-align: left;
}

.checkout-order .bank-list h5 {
  text-indent: 2em;
}

.checkout-order .bank-item {
  display: none;
}
.checkout-order .bank-form {
  text-align: center;
}
.checkout-order .bank-form input, 
.checkout-order .bank-form select {
  width: inherit;
  width: 30em;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}


/**
 * 用户中心
 */
#ucenter, #ucenter body {
  background: #f7f7f7;
}
#ucenter .left-menus .uname {
  text-align: center;
}

#ucenter .prod-item {
  border-bottom: 1px dashed #ccc;
  padding: 1em;
}
#ucenter .prod-item:hover {
  background: #f4f4f4;
}

#ucenter .prod-item .name {
  margin-bottom: 1em;
}

#ucenter .prod-item .prod-stat {
  display: inline-block;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}

#ucenter .prod-item .prod-stat:last-child {
  border-right: none;
}

#ucenter .prod-item .time-list {
  margin: 2em 0;
}
#ucenter .prod-item .time-list .label {
  display: inline-block;
  margin: 0 .3em .5em 0;
  font-size: 1em;
  padding: .5em;
}

#ucenter .prod-item .prod-stat .num {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 .2em;
}

#ucenter .prod-item .media-left img {
  height: auto;
  width: auto;
  min-width: 150px;
  min-height: 100px;
}
#ucenter .prod-item .media-left .btn-to-prod {
  margin-top: 1em;
  text-align: center;
}

#ucenter .order-detail {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

#ucenter .order-detail li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#ucenter .order-detail .btn {
  margin: 0 1em;
}

#ucenter .error-labels {
  margin-bottom: 1em;
}

#ucenter .error-labels label {
  margin-right: 1em;
}

#ucenter .invoice-order .row {
  margin-bottom: 1em;
}

#ucenter .invoice-order .row select.form-control {
  width: inherit;
}

#ucenter .ucenter-order {
  overflow-x: auto;
}

#ucenter .ucenter-order table {
  min-width: 913px;
}

#ucenter .fapiao-title-list .fapiao-k {
  width: 8em;
  text-align: right;
  display: inline-block;
  color: #666;
  font-weight: 700;
  margin-right: 1em;
}

/**
 * 考试相关
 */

#exam, #exam body{
  background: #f7f7f7;
}

#exam .paper {
  background: #fff;
  border-radius: 3px;
}

#exam .paper img {
  width: inherit;
  height: inherit;
}

#exam .paper-header {
  text-align: center;
  background: #f7f7f7;
  font-size: 2rem;
  height: 6rem;
  padding-top: 1.5rem;
}

#exam .paper-header .num {
  display: inline-block;
  background-color: #401E1E;
  color: #fff;
  width: 2em;
  text-align: center;
  margin: 0 .5em;
}

#exam .qa-pad {
  padding: 1em;
}

#exam .qa-pad .q-title {
  background: #f4f4f4;
  padding: .5em;
}
#exam .qa-pad .q-title-static {
  background: #f4f4f4;
  padding: .5em;
}

#exam .qa-pad .q-summary {
  text-indent: 2em;
}

#exam .qa-pad .q-item {
  margin-bottom: 4em;
}

#exam .qa-pad .q-item .q-desc {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

#exam .qa-pad .q-item .q-desc .num {
  position: absolute;
  left: 0;
  top: 10px;
}
#exam .qa-pad .q-item .q-desc .q-content {
  padding-left: 2.5em;
}

#exam .qa-pad .a-list .a-item:hover {
  background-color: #f0f0f0;
}

#exam .qa-pad .a-list .a-item.selected {
  background-color: #f0f0f0;
}

#exam .qa-pad .a-list .a-item {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

#exam .qa-pad .a-list .a-item.a-item-correct {
  background: #76ff97;
}

#exam .qa-pad .a-list .a-item.a-item-selected {
  background: #deeffd;
}

#exam .qa-pad .a-list .a-item .a-option {
  position: absolute;
  left: 0;
  top: 10px;
}

#exam .qa-pad .a-list .a-item .a-option input {
  display: inline-block;
}

#exam .qa-pad .a-list .a-item .a-desc {
  padding-left: 3em;
}

#exam .tag-btn-group a {
  margin: 10px 0;
}

#exam .q-nav {
  background: #fff;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 1em;
}

#exam .q-nav:first-child {
  margin-top: 6rem;
}

#exam .q-nav h4 {
  margin-bottom: .5em;
}

#exam .q-nav .label-nav-num {
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  margin: .5em;
  border: 1px solid #ccc;
  color: #666;
  background: 0;
  padding: none;
}

#exam .q-nav .label-nav-num.selected {
  background: #eee;
}

#exam .q-nav .label-nav-num.error {
  border: 1px solid #f90909 !important;
}

#exam .q-nav .label-nav-num.correct {
  border: 1px solid #09d039 !important;
}

#exam .q-nav .label-nav-num.checked {
  border: 1px solid #2e6da4; 
}

#exam .q-item.q-item-wrong .num i {
  margin-right: 1em;
}
#exam .q-item.q-item-wrong .q-desc {
  color: #E03535;
}
#exam .qa-pad .q-item.q-item-wrong .q-desc .q-content {
  padding-left: 4em;
}

#exam .q-item.q-item-correct .num i {
  margin-right: 1em;
}
#exam .q-item.q-item-correct .q-desc {
  color: #00953a;
}
#exam .qa-pad .q-item.q-item-correct .q-desc .q-content {
  padding-left: 4em;
}

#exam .qa-pad .q-item .correct-description {
  background: #F7F7F7;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 1em;
}

#exam .qa-pad .q-item .corr-num {
  color: #0CBF51;
}

#exam .qa-pad .student-score {
  text-align: right;
  margin-bottom: 2em;
}

#exam .qa-pad .student-score span {
  font-weight: 400;
}
#exam .qa-pad .student-score .student-score-num {
  font-size: 1.5em;
  color: #E03535;
}

#exam .qa-pad .student-score .value {
  margin-right: 1em;
}

#exam .qa-pad .student-score .value:last-child {
  margin-right: 0;
}
#exam .qa-pad .student-score .label {
  margin-right: 3em;
}

#exam .qa-pad.qa-search-mode {
  background-color: #f7f7f7;
}

#exam .qa-pad.qa-search-mode .question-item {
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 20px;
}

#exam .qa-pad.qa-search-mode .type-search-btn {
  margin-bottom: 1em;
}

#exam .qa-pad.qa-search-mode .type-search-btn .btn {
  margin: 0 1em;
}

#exam-info .panel-body table {
  min-width: 525px;
} 

#exam-info .panel-body .large-frame {
  overflow-x: auto 
}

/**
 * 直播相关
 */
#course .container-product .pad-item.video-pad {
  background: #1C1F21;
  color: #f4f4f4;
  padding-top: .3em;
}

#course .container-product .video-pad .col-chatroom {
  height: 400px;
}

#course .teacher-qr-code {
  max-width: 235px;
  max-height: 235px;
}



/**
 * 播放器
 */

.tcplayer {
  margin: 0 auto;
}
/* 通过 css 设置播放器尺寸 这时<video>中的宽高属性将被覆盖*/
.player-video {
  width: 100%;
  height: 100%;
}

#course .schedule-chapter h5 {
  background: #eee;
  padding: 1em .5em;
}

#course .schedule-chapter p {
  text-indent: 2em;
}

#course .schdule-item {
  padding: 1em 2em .5em 2em;
  border-top: 1px dashed #ccc;
}

#course .schdule-item:hover {
  background: #D9EBFF;
}

#course .schdule-item:last-child {
  border-bottom: 0;
}
#course .schdule-item label {
  margin-right: 1em;
}
#course .schdule-item .schedule-time {
  margin-right: 2em;
}

/*教师相关*/
#teacher, #teacher body {
  background: #f7f7f7;
}

.teacher-list .teacher-item {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
  min-height: 230px;
}

.teacher-list .teacher-item .img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 200px;
  height: 200px;
}

.teacher-list .teacher-item {
  padding-left: 230px;
}

.teacher-list .teacher-item .desc {
  text-indent: 2em;
}

/*关于我们等帮助页面*/
#about, #about body {
  background: #f7f7f7;
}

#about .main-content {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
}

#about .main-content h3 {
  margin-bottom: 2em;
  padding-bottom: .5em;
  color: #666;
  border-bottom: 1px solid #ccc;
}

#about .content p {
  text-indent: 2em;
}

#about .map {
  max-width: 300px;
  max-height: 300px;
}

/* 下载页面 */
.page-download .soft-list li {
  margin-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #ccc;
}

.page-download .soft-list li p {
  margin-top: .5em;
}

#about .help-content .img img {
  width: auto;
  height: auto;
  max-width: 70%;
}

#about .help-content .qa-item {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

#about .help-content .qa-item:last-child {
  border-bottom: 0;
}

.article-content {
  margin-top: 2em;
}

.article-content p {
  text-indent: 2em;
}

#exam-nav p {
  text-indent: 2em;
}

#comment, #comment body {
    background: #f7f7f7;
}
#comment .card-container .card-item {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
}

#comment .card-container .card-item .q-title {
  margin: 10px 0;
  text-indent: 2em;
}

#comment .card-container .card-item .info-author {
  text-align: right;
  margin-bottom: 1em;
  color: #9d9999;
  font-weight: 700;
}

#comment .card-container .card-item .info-author span {
  margin-left: 2em;
}

#comment .card-container .card-item .info-id {
  margin-bottom: 1em;
}

#comment .card-container .card-item .info-id label {
  margin-right: 2em;
}

#comment .card-container .card-item .comment-body {
  text-indent: 2em;
  margin-bottom: 30px;
}

#comment .card-container .card-item .comment-body p {
  text-indent: 2em;
  margin: 10px 0 0 0;
}

#comment .card-container .card-item .comment-img .img-item {
  float: left;
  margin: 1px;
  margin-bottom: 1px;
}

#comment .card-container .card-item .comment-img .img-container {
  width: 100px;
  height: 100px;
  background: #8c8c8c;
  text-align: center;
  vertical-align: middle;
  display: table-cell; 
}

#comment .card-container .card-item .comment-img .thumb-img {
  max-width: 90px;
  max-height: 90px;
  vertical-align: middle;
  /*visibility: hidden;*/
}

#comment .card-container .card-item .compose-editor {
  min-height: 15em;
}

/*http错误页面*/
#httperror .main-error {
  margin-bottom: 2em;
  margin-top: 2em;
}
#httperror .error-icon {
  font-size: 50px;
}

#httperror .main-error h3 {
  margin-bottom: 2em;
}

#httperror .main-error p {
  text-indent: 2em;
}

@media (min-width: 992px) {
  .product-status-item.col-md-4 {
       width: auto;
  }
}

@media (max-width: 991px) {

  .ucenter-left-menus .uname {
    border: 1px solid #ddd;
    border-radius: 1%;
    background: #eee;
    padding: 1em 0;
    cursor: pointer;
  }

  .ucenter-left-menus .list-group {
    display: none;
  }

  header .navbar-brand img {
    max-width: 185px;
    max-height: auto;
  }

  /*课程详情页面*/
  .container-product .media .media-left img {
    height: 150px;
    width: 225px;
  }

  .container-product .product-status-item {
    width: auto;
    float: left;
  }

  #course .video-pad .col-player {
    margin-bottom: 20px;
  }

  #course .class-control-btn-group {
    display: none;
  }

  #course .body-part.class-control-btn-group {
    margin-bottom: 1em;
    text-align: center;
    display: block;
  }
}

@media (max-width: 971px) {
  .product-list .product-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-list .product-item .info span {
    float: none!important;
    margin-left: 1em;
    margin-right: 1em;
  }
}

@media (max-width: 767px) {
  /*页头相关*/
  header .navbar-nav>li>a {
    line-height: 3em;
    height: 3em;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    line-height: 4em;
    height: 4em;
  }

  .container-product .media-left {
    display: block;
    text-align: center;
  }

  .container-product .media .media-left img {
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 450px;
  }

  .container-product .product-name {
    text-align: center;
    margin-top: 1em;
  }

  .container-product .product-status>.row {
    text-align: center;
  }

  .container-product .product-status-item {
    display: block;
    width: auto;
    margin: 0 auto;
    float: none;
  }

  .container-product .product-params {
    text-align: center;
  }

  .container-product .checkout {
    text-align: center;
  }
}

@media (max-width: 613px) {
  footer .about-us a {
    margin: 0 .5em;
  }

  #index .head-banner .subbanner div {
    padding-left: 2px;
    padding-right: 2px;
  }

  #index .partner-img {
    padding-left: 2px;
    padding-right: 2px; 
  }

  /*个人中心*/
  #ucenter .prod-item .prod-stat {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    display: block;
  }

  .teacher-list .teacher-item {
    position: relative;
    min-height: 230px;
  }

  .teacher-list .teacher-item .img {
    position: static;
    width: auto;
    height: auto;
  }

  .teacher-list .teacher-item .img img {
    max-width: 200px;
    max-height: 200px;
  }

  .teacher-list .teacher-item {
    padding: 15px;
    text-align: center;
  }

  .teacher-list .teacher-item .desc {
    text-indent: 2em;
    text-align: left;
  }

  footer .copyright a {
    margin: 0 .5em 1em .5em;
    display: block;
    text-align: center;
  }

  #ucenter .prod-item .media-left {
    float: none;
    display: block;
  }

  #ucenter .prod-item .media-body {
    text-align: center;
  }
}

.navbar-right li a span {
  font-size: 12px;
}

.head-banner .subbanner div{
  margin-top: .5rem;
}

.infomation .form-group div{
  text-align: left !important;
}
.text-red{
  color: #f90904;
}

.users-list-name{
  margin-top: .8em;
}


.users-list li img{
  margin-top: .5em;
  max-width: 170px;
  max-height: 170px;
}
.users-list>li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}

/* 设置logo在高分屏的显示样式 */
@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) {
  .tcp-logo-img {
    width: 50%;
  }
}

.play-area {
  min-height: 320px;
}

.play-area h4 {
  margin-top: 2em;
}