/* =========================== media =========================== */
.color-primary {
  color: #10be8b !important;
}
.color-warning {
  color: #ff9000 !important;
}
.resource-item .resource-info .operate a {
  color: #a5a7b3;
  font-size: 12px;
}
.resource-item .resource-info .operate a i {
  font-size: 12px;
  margin-right: 3px;
}
.resource-item + .resource-item {
  border-top: 1px dashed #EEE;
}
/*八等分*/
.col-8-parts {
  width: 12%;
  display: inline-block;
}
.col-8-parts .teacher-img {
  width: 100%;
}
.col-8-parts .teacher-img img {
  width: 80% !important;
  height: auto !important;
}
.upload-info {
  font-size: 12px;
  color: #a5a7b3;
}
.upload-info .teacher-avatar {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.upload-info .teacher-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}
.upload-info .teacher-name,
.upload-info .upload-time {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #a5a7b3;
  margin-right: 10px;
}
/****************************************************/
/*直径为50px的头像组件*/
.avatar-50 {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
}
.teacher-banner {
  position: relative;
  overflow: hidden;
  background: #313131;
}
.teacher-banner .banner-container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  padding: 40px;
  position: relative;
}
@media (max-width: 480px) {
  .teacher-banner .banner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.teacher-banner .banner-container .teacher-profile-photo {
  float: left;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  border: 5px solid white;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.teacher-banner .banner-container .teacher-profile-photo > img {
  max-width: 100%;
  max-height: 100%;
}
.teacher-banner .banner-container .studio-info {
  margin-left: 30px;
  display: inline-block;
  height: 130px;
  width: 300px;
  color: white;
}
@media (max-width: 480px) {
  .teacher-banner .banner-container .studio-info {
    margin-left: 0px;
  }
}
.teacher-banner .banner-container .studio-info .text-xxlg {
  font-size: 22px;
}
.teacher-banner .banner-container .studio-info .student-num-xs .active {
  color: #ea5050;
}
.teacher-banner .banner-container .studio-info .favorite-xs {
  color: white;
}
.teacher-banner .banner-container .private-message {
  border-color: white;
  color: white ;
}
.teacher-banner .banner-container .private-message:hover {
  background: rgba(255, 255, 255, 0.3);
}
.teacher-banner .banner-container .share {
  display: inline-block;
  position: relative;
  transition: all .3s ease;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 12px !important;
}
@media (max-width: 480px) {
  .teacher-banner .banner-container .share {
    margin-top: 10px;
    padding-left: 0px;
  }
}
.teacher-banner .banner-container .share .share-list {
  display: none;
}
.teacher-banner .banner-container .share:hover {
  cursor: pointer;
  color: #46c37b;
}
.teacher-banner .banner-container .share:hover .share-list {
  display: inline-block;
  position: absolute;
  width: 130px;
  bottom: -30px;
  left: -25px;
  color: #cccccc;
  background: white;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px rgba(40, 40, 40, 0.1);
  padding: 4px 6px;
}
.teacher-banner .banner-container .share:hover .share-list .es-icon {
  font-size: 16px;
  margin-left: 10px;
  color: #ccc;
}
.teacher-banner .banner-container .share:hover .share-list .es-icon-weixin:hover {
  color: #46c37b;
}
.teacher-banner .banner-container .share:hover .share-list .es-icon-weibo:hover {
  color: #ea5050;
}
.teacher-banner .banner-container .share:hover .share-list .es-icon-qq:hover {
  color: #648cfd;
}
.teacher-banner .banner-container .share:hover .share-list .es-icon-qzone:hover {
  color: #ea5050;
}
.teacher-banner .banner-container .share:hover .share-list .right-arrow {
  display: inline-block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  top: -8px;
  background: red;
  background: url(../img/arrow_top.png) no-repeat;
  background-position: center top;
}
.teacher-banner .banner-container .share-store {
  position: absolute;
  top: 40px;
  right: 40px;
  color: white;
}
@media (max-width: 480px) {
  .teacher-banner .banner-container .share-store {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}
.teacher-banner .banner-container .share-store .share {
  display: inline-block;
  position: relative;
  transition: all .3s ease;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 12px !important;
}
@media (max-width: 480px) {
  .teacher-banner .banner-container .share-store .share {
    margin-top: 10px;
    padding-left: 0px;
  }
}
.teacher-banner .banner-container .share-store .share .share-list {
  display: none;
}
.teacher-banner .banner-container .share-store .share:hover {
  cursor: pointer;
  color: #46c37b;
}
.teacher-banner .banner-container .share-store .share:hover .share-list {
  display: inline-block;
  position: absolute;
  width: 130px;
  bottom: -30px;
  left: -25px;
  color: #cccccc;
  background: white;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px rgba(40, 40, 40, 0.1);
  padding: 4px 6px;
}
.teacher-banner .banner-container .share-store .share:hover .share-list .es-icon {
  font-size: 16px;
  margin-left: 10px;
  color: #ccc;
}
.teacher-banner .banner-container .share-store .share:hover .share-list .es-icon-weixin:hover {
  color: #46c37b;
}
.teacher-banner .banner-container .share-store .share:hover .share-list .es-icon-weibo:hover {
  color: #ea5050;
}
.teacher-banner .banner-container .share-store .share:hover .share-list .es-icon-qq:hover {
  color: #648cfd;
}
.teacher-banner .banner-container .share-store .share:hover .share-list .es-icon-qzone:hover {
  color: #ea5050;
}
.teacher-banner .banner-container .share-store .share:hover .share-list .right-arrow {
  display: inline-block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  top: -8px;
  background: red;
  background: url(../img/arrow_top.png) no-repeat;
  background-position: center top;
}
.teacher-banner .banner-container .share-store .favorite {
  font-size: 12px !important;
  cursor: pointer;
  color: white;
}
.teacher-banner .banner-container .share-store .favorite:hover {
  color: #ea5050;
}
.teacher-banner .banner-container .share-store .active {
  color: #ea5050;
}
.teacher-banner .banner-container .join {
  position: absolute;
  right: 40px;
  bottom: 40px;
  border: 2px solid white;
  border-radius: 5px;
  padding: 8px 30px;
  color: white;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 480px) {
  .teacher-banner .banner-container .join {
    top: 80px;
    right: 30px;
    bottom: auto;
  }
}
.teacher-banner .banner-container .join:hover {
  background: rgba(255, 255, 255, 0.2);
}
.teacher-banner .banner-container .student-num {
  padding: 0px 20px;
}
@media (max-width: 480px) {
  .teacher-banner .banner-container .student-num {
    display: block;
    padding-right: 0px;
    text-align: right;
  }
}
.studio-introdution {
  background: white;
  padding: 10px 30px 0;
}
.studio-introdution .studio-introdution-content .studio-brief .brief-title {
  margin: 30px 0;
  padding-left: 10px;
  border-left: 4px solid #10be8b;
}
.studio-introdution .studio-team .mumber-thumb {
  border: 1px solid #f5f5f5;
  height: 230px;
  background: #fafafa;
  padding: 30px 0;
}
.studio-introdution .studio-team .mumber-thumb .mumber-photo {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.studio-introdution .studio-team .mumber-thumb .mumber-photo img {
  width: 100%;
  height: 100%;
}
.studio-introdution .studio-team .mumber-thumb .mumber-name {
  display: inline-block;
  margin-top: 15px;
  color: #313131;
}
.studio-introdution .studio-team .mumber-thumb .mumber-title {
  display: inline-block;
  color: #919191;
}
.studio-introdution .studio-team .mumber-brief {
  border: 1px solid #f5f5f5;
  height: 230px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .studio-introdution .studio-team .mumber-brief {
    height: auto;
    padding-bottom: 20px;
  }
}
.searh-teacher-name {
  position: relative;
}
.searh-teacher-name .searh-teacher-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 11;
  background: transparent;
  border: none;
  padding: 0px;
}
.searh-teacher-name .searh-teacher-btn i {
  font-size: 20px;
}
.es-teacher-card {
  border: 1px solid #f1f1f1;
  padding: 20px 0;
  margin: 15px 10px;
  border-radius: 3px;
  min-height: 205px;
  transition: all .3s ease;
}
.es-teacher-card:hover {
  box-shadow: 0 0px 8px 0 rgba(50, 50, 50, 0.2);
}
.es-teacher-card .thumb-box {
  margin-bottom: 15px;
  text-align: center;
}
.es-teacher-card .thumb-box .thumb-link {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.es-teacher-card .thumb-box .thumb-link .thumb-img,
.es-teacher-card .thumb-box .thumb-link img {
  width: 100%;
  height: 100%;
}
.es-teacher-card .teacher-name {
  margin-bottom: 10px;
  text-align: center;
}
.es-teacher-card .teacher-name .teacher-name-link {
  color: #313131;
}
.es-teacher-card .teacher-title {
  text-align: center;
  color: #919191;
  height: 20px;
  overflow: hidden;
}
.threads-list .thread-item {
  margin-top: 0px;
  padding: 30px 0;
  border-bottom: 1px dashed #EEE;
}
.teacher-studio-resource {
  border: 1px solid #f0f5f9;
}
.teacher-studio-resource .resource-tab {
  padding: 10px 0px;
  border-bottom: 1px dashed #EEE;
}
.teacher-studio-resource .resource-tab .btn {
  border: none;
  color: #272a41;
}
.teacher-studio-resource .resource-tab .btn:hover {
  color: #10be8b;
}
.teacher-studio-resource .resource-tab .active {
  background: #10be8b;
  color: white;
}
.teacher-studio-resource .resource-tab .active:hover {
  color: white;
}
.teacher-studio-resource .resource-tab .btn-group .btn {
  border: 1px solid #DDD;
  color: #a5a7b3;
}
.teacher-studio-resource .resource-tab .btn-group .btn:hover {
  background: #f5f5f5;
  color: #10be8b;
}
.teacher-studio-resource .resource-tab .btn-group .active {
  background: #f5f5f5;
  color: black;
}
.teacher-studio-resource .resource-nav {
  border-bottom: 1px solid #EEE;
}
.teacher-studio-resource .resource-nav li .active {
  color: #10be8b;
}
.resource-elit-list {
  border: 1px solid #EEE;
}
.resource-elit-list .elit-header {
  border-bottom: 1px solid #EEE;
}
.resource-elit-list .elit-body {
  padding-left: 0px;
}
.resource-elit-list .elit-body .elit-item {
  margin: 20px 0px;
}
.resource-elit-list .elit-body .elit-item .uploader-avatar img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.resource-elit-list .elit-body .elit-item .resource-link {
  transition: all .3s ease;
}
.resource-elit-list .elit-body .elit-item .resource-link:hover {
  color: #10be8b;
}
.comment {
  border-bottom: 1px dashed #DDD;
  margin: 20px 0px;
}
.comment textarea {
  border: none;
  width: 100%;
  display: block;
  min-height: 200px;
  background: #fafafa;
  border-radius: 4px;
}
.comment-item {
  border-bottom: 1px dashed #EEE;
}
.comment-item:last-child {
  border-bottom: none;
}
.teacher-studio-blogs .blog-list {
  padding-left: 0;
}
.teacher-studio-blogs .blog-list .blog-item .blog-main .blog-body {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 0px;
}
.teacher-studio-blogs .blog-detail {
  position: relative;
  margin-top: 20px;
}
.teacher-studio-blogs .blog-detail .bloger {
  position: absolute;
  left: 0px;
  top: 0px;
}
.teacher-studio-blogs .blog-detail .bloger .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.teacher-studio-blogs .blog-detail .bloger .avatar > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.teacher-studio-blogs .blog-detail .bloger .follow {
  font-size: 12px;
  margin-top: 15px;
  padding: 5px 10px;
  border-width: 1px;
}
.teacher-studio-blogs .blog-detail .bloger .followed {
  color: #a5a7b3;
  border-color: #a5a7b3;
  position: relative;
  left: -5px;
}
.teacher-studio-blogs .blog-detail .bloger .followed:hover {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}
.teacher-studio-blogs .blog-detail .blog-main {
  padding-left: 80px;
}
.teacher-studio-blogs .blog-detail .blog-main .blog-header .blog-name {
  margin-bottom: 15px;
  color: #313131;
}
.teacher-studio-blogs .blog-detail .blog-main .blog-body {
  margin: 20px 0px;
  color: #313131;
  line-height: 24px;
}
.teacher-studio-blogs .blog-detail .blog-comment {
  overflow: hidden;
}
.teacher-studio-blogs .blog-detail .blog-comment form {
  width: 100%;
}
.teacher-studio-blogs .blog-detail .blog-comment form textarea {
  width: 100%;
  min-height: 178px;
  background: #fafafa;
  border-radius: 4px;
  border: none;
  padding: 20px;
  border: 1px solid #EEE;
}
.teacher-studio-blogs .blog-detail .blog-comment form textarea:focus {
  border: 1px solid #10be8b;
  outline: none;
}
.teacher-studio-blogs .blog-detail .comments-list {
  padding-left: 0px;
}
.teacher-studio-blogs .blog-detail .comments-list .comment-item {
  padding-top: 20px;
  border-bottom: 1px dashed #DDD;
}
.teacher-studio-blogs .blog-detail .comments-list .comment-item .comment-body {
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.teacher-studio-blogs .blog-detail .comments-list .comment-item .comment-body .operate i {
  margin-right: 10px;
}
.teacher-studio-blogs .blog-detail .comments-list .comment-item:last-child {
  border-bottom: none;
}
.teacher-studio-blogs .create-blog-form .blog-title-input,
.teacher-studio-blogs .create-blog-form .blog-content-input {
  border: none;
  background: #fafafa;
  padding: 20px;
}
.mumer-item {
  border: 1px solid #EEE;
  transition: all .3s ease;
}
.mumer-item .mumber-thumb {
  padding: 30px;
  background: #fafafa;
  border-right: 1px solid #EEE;
}
.mumer-item .mumber-thumb .mumber-photo {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.mumer-item .mumber-thumb .mumber-photo img {
  width: 100%;
  height: 100%;
  display: block;
}
.mumer-item .mumber-thumb .mumber-name {
  color: #313131;
}
.mumer-item .mumber-thumb .mumber-title {
  color: #919191;
}
.mumer-item .mumber-brief {
  padding-left: 30px;
}
.mumer-item .mumber-brief .short-intro,
.mumer-item .mumber-brief .experience {
  height: 35px;
  padding-left: 20px;
  color: #666;
}
@media (max-width: 480px) {
  .mumer-item .mumber-brief .short-intro,
  .mumer-item .mumber-brief .experience {
    height: auto;
    padding-right: 20px;
  }
}
.mumer-item:hover {
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
}
