@charset "UTF-8";
/* 评论部分 */
.comment-post .rating-wrapper {
  padding-top: 28px;
}
.comment-post .rating-wrapper + .rating-wrapper {
  padding-top: 18px;
}
.comment-post .rating-wrapper + .comment-content {
  margin-top: 28px;
}
.comment-post .rating-wrapper > div {
  float: left;
}
.comment-post .rating-wrapper .title {
  font-size: 14px;
  line-height: 18px;
  padding-right: 12px;
  color: #9399a5;
}
.comment-post .rating-stars .rating-stars-container .rating-star {
  padding-right: 5px;
}
.comment-post .rating-stars .rating-stars-container .rating-star + .rating-star {
  padding-left: 5px;
}
.comment-post .rating-stars .rating-stars-container .rating-star i {
  display: inline-block;
  font-size: 12px;
}
.comment-post .rating-stars .rating-text {
  margin-left: 7px;
  line-height: 18px;
  color: #676c73;
}
.comment-post .comment-content {
  position: relative;
  border: 1px #ccc solid;
  border-radius: 4px;
}
.comment-post .comment-content .textarea-wrapper {
  padding: 8px 8px 26px;
}
.comment-post .comment-content .textarea-wrapper,
.comment-post .comment-content .textarea-wrapper .textarea {
  width: 100%;
  height: 100%;
}
.comment-post .comment-content .textarea-wrapper .textarea {
  height: 54px;
  min-height: 20px;
  padding: 0;
  resize: vertical;
  border: none;
}
.comment-post .comment-content:hover {
  border: 1px solid #0b63e6;
}
.comment-post .comment-content.active {
  border: 1px solid #0b63e6;
}
.comment-post .comment-content .content-tip,
.comment-post .comment-content .content-number {
  line-height: 1;
  position: absolute;
  bottom: 6px;
}
.comment-post .comment-content .content-tip {
  left: 10px;
  color: #eb392f;
}
.comment-post .comment-content .content-number {
  right: 10px;
  color: #9399a5;
}
.comment-post .btn-wrapper {
  padding-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  /* 评论部分 */
  .comment-post .rating-wrapper {
    padding-top: 14px;
  }
  .comment-post .rating-wrapper + .rating-wrapper {
    padding-top: 8px;
  }
  .comment-post .rating-wrapper + .comment-content {
    margin-top: 14px;
  }
  .comment-post .rating-wrapper .title {
    font-size: 14px;
  }
  .comment-post .rating-stars .rating-stars-container .rating-star {
    padding-right: 3px;
  }
  .comment-post .rating-stars .rating-stars-container .rating-star + .rating-star {
    padding-left: 3px;
  }
  .comment-post .rating-stars .rating-stars-container .rating-star i {
    font-size: 16px;
  }
  .comment-post .rating-stars .rating-text {
    line-height: 16px;
    font-size: 12px;
  }
  .comment-post .comment-content .textarea-wrapper {
    padding: 6px 6px 22px;
  }
  .comment-post .comment-content .textarea-wrapper .textarea {
    height: 44px;
    font-size: 12px;
  }
  .comment-post .comment-content .content-tip,
.comment-post .comment-content .content-number {
    font-size: 12px;
    bottom: 4px;
  }
  .comment-post .comment-content .content-tip {
    left: 6px;
  }
  .comment-post .comment-content .content-number {
    right: 6px;
  }
  .comment-post .btn-wrapper {
    padding-top: 10px;
  }
  .comment-post .btn-wrapper .btn {
    padding: 5px 13px;
    min-width: auto;
  }
}
/* 评论列表 */
.comment-list .comment-item-container {
  margin-top: 30px;
  padding-bottom: 20px;
}
.comment-list .comment-item-container.mobile .has-no-data,
.comment-list .comment-item-container.mobile .empty-wrapper {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  padding-top: 10% !important;
}
.comment-list .comment-item-container.comment-item-container-coandqutype .new-sparks {
  display: none;
}
.comment-list .empty-wrapper {
  margin-bottom: -20px;
}
.comment-list .comment-item + .comment-item {
  margin-top: 30px;
}
.comment-list .comment-item:last-child > .comment-item-body {
  border-bottom: none;
}
.comment-list .comment-item-head {
  display: table;
}
.comment-list .comment-item-head > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.comment-list .comment-item-body {
  margin-left: 60px;
  padding-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px #e5e5e5 solid;
}
.comment-list .comment-uhead {
  width: 40px;
  height: 28px;
}
.comment-list .comment-uhead > img {
  width: 40px;
  height: 40px;
  margin-bottom: -12px;
  border-radius: 50%;
}
.comment-list .comment-uname {
  padding-left: 20px;
}
.comment-list .comment-uname > div {
  max-width: 110px;
  font-size: 16px;
}
.comment-list .comment-head-right {
  width: 100%;
  text-align: right;
}
.comment-list .comment-head-right .link-btn-dropdown-layer {
  right: 2px;
  padding-top: 15px;
}
@media (max-width: 500px) {
  .comment-list .comment-head-right .new-sparks {
    display: none;
  }
}
.comment-list .comment-head-right .new-sparks .new-rating {
  padding-top: 5px;
  margin-left: 24px;
}
.comment-list .comment-head-right .new-sparks .new-rating .title {
  font-size: 12px;
}
.comment-list .comment-head-right .new-sparks .new-rating .rating-stars i {
  font-size: 12px;
}
.comment-list .comment-time {
  font-size: 12px;
  color: #888;
}
.comment-list .comment-operation-icon {
  font-size: 18px;
  color: #676c73;
}
.comment-list .rating-wrapper + .rating-wrapper {
  padding-top: 12px;
}
.comment-list .rating-wrapper + .comment-content {
  padding-top: 17px;
}
.comment-list .rating-wrapper + .comment-content.comment-content-mobile {
  padding-top: 0px;
}
.comment-list .rating-wrapper > div {
  float: left;
}
.comment-list .rating-wrapper .title {
  font-size: 14px;
  line-height: 14px;
  padding-right: 12px;
  color: #676c73;
}
.comment-list .rating-wrapper.rating-wrapper-mobile {
  display: none;
}
.comment-list .rating-stars {
  font-size: 12px;
}
.comment-list .rating-stars .rating-stars-container .rating-star {
  cursor: default;
}
.comment-list .rating-stars .rating-stars-container .rating-star + .rating-star {
  margin-left: 3px;
}
.comment-list .rating-stars .rating-stars-container .rating-star i {
  font-size: 14px;
}
.comment-list .comment-content {
  color: #3e454d;
  line-height: 1.7142857143;
}
.comment-list .comment-content .comment-hot {
  border: 1px #eb392f solid;
  color: #eb392f;
  border-radius: 2px;
  font-size: 0.8571428571em;
  line-height: 1;
  padding: 0.0833333333em 0.4166666667em;
  margin-right: 0.6666666667em;
}
.comment-list .comment-content .comment-hot.blue {
  border-color: #0f6af3;
  color: #0f6af3;
}
.comment-list .comment-content .comment-via {
  color: #888;
  padding-right: 4px;
}
.comment-list .comment-content-imgs {
  margin-left: -6px;
  margin-right: -6px;
}
.comment-list .comment-content-imgs [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
.comment-list .comment-content-imgs .img-wrapper {
  margin-top: 12px;
  width: 100%;
  height: 0;
  padding-bottom: 56.2091503268%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: zoom-in;
}
.comment-list .comment-content-imgs .img-wrapper > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 680px) {
  .comment-list .comment-content-imgs [class*=col-] {
    width: 25%;
  }
}
@media (max-width: 520px) {
  .comment-list .comment-content-imgs {
    margin-left: -4px;
    margin-right: -4px;
  }
  .comment-list .comment-content-imgs [class*=col-] {
    width: 33.3333333333%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .comment-list .comment-content-imgs .img-wrapper {
    margin-top: 8px;
  }
}
.comment-list .comment-interaction {
  padding-top: 16px;
  line-height: 14px;
}
.comment-list .comment-interaction .interaction-right {
  margin-right: -6px;
  text-align: right;
}
.comment-list .comment-interaction .interaction-right > div {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 14px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comment-list .comment-interaction .interaction-right > div + div {
  margin-left: 8px;
}
.comment-list .comment-interaction .interaction-right > div .iconfont {
  font-size: 14px;
  display: inline-block;
}
.comment-list .comment-interaction .interaction-right > div .iconfont.icon-fuzhu_youyong {
  color: #888;
}
.comment-list .comment-interaction .interaction-right > div .iconfont.icon-fuzhu_youyong em {
  color: #888;
}
.comment-list .comment-reply-post {
  width: 100%;
}
.comment-list .comment-reply-post .reply-post-form {
  padding-top: 16px;
  padding-bottom: 16px;
}
.comment-list .comment-reply-post .reply-post-form,
.comment-list .comment-reply-post .reply-post-form .form-control {
  width: 100%;
}
.comment-list .comment-reply-post .reply-post-form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.comment-list .comment-reply-post .reply-post-form textarea.form-control:hover {
  border: 1px solid #0b63e6;
}
.comment-list .comment-reply-post .reply-post-form textarea.active {
  border: 1px solid #0b63e6;
}
.comment-list .comment-reply-post .reply-post-btn {
  width: 100%;
  text-align: right;
}
.comment-list .comment-content + .comment-reply-wrapper,
.comment-list .comment-interaction + .comment-reply-wrapper,
.comment-list .comment-reply-post + .comment-reply-wrapper {
  margin-top: 20px;
}
.comment-list .comment-reply-wrapper {
  padding: 20px 20px 0;
  background-color: #f7f8fa;
  border-radius: 6px;
}
.comment-list .comment-reply-wrapper .comment-item-body {
  padding-bottom: 20px;
}
.comment-list .comment-reply-show-more {
  text-align: center;
  color: #888;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.comment-list .comment-reply-show-more .iconfont {
  font-size: 14px;
  margin-left: 3px;
}
.comment-list .btn-comment-more {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: white;
}
.comment-list .btn-wrapper {
  padding-top: 0px !important;
}
.comment-list .btn-wrapper:hover > button {
  color: #0f6af3;
}
.comment-list .btn-wrapper > button {
  border: none !important;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .comment-list .comment-item-container {
    margin-top: 15px;
  }
  .comment-list .comment-item + .comment-item {
    margin-top: 15px;
  }
  .comment-list .comment-item-body {
    margin-left: 42px;
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .comment-list .comment-uhead {
    width: 32px;
    height: 24px;
  }
  .comment-list .comment-uhead > img {
    width: 32px;
    height: 32px;
    margin-bottom: -8px;
  }
  .comment-list .comment-uname {
    padding-left: 10px;
  }
  .comment-list .comment-uname > div {
    font-size: 14px;
  }
  .comment-list .rating-wrapper + .rating-wrapper {
    padding-top: 7px;
  }
  .comment-list .rating-wrapper + .comment-content {
    padding-top: 12px;
  }
  .comment-list .rating-wrapper .title {
    font-size: 12px;
    line-height: 12px;
    padding-right: 6px;
  }
  .comment-list .rating-stars .rating-stars-container .rating-star + .rating-star {
    margin-left: 2px;
  }
  .comment-list .rating-stars .rating-stars-container .rating-star i {
    font-size: 12px;
  }
  .comment-list .comment-content {
    font-size: 12px;
  }
  .comment-list .comment-interaction {
    padding-top: 8px;
  }
  .comment-list .comment-reply-post .reply-post-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .comment-list .comment-reply-post .reply-post-form textarea {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .comment-list .comment-reply-post .reply-post-btn .btn {
    padding: 5px 13px;
    min-width: auto;
  }
  .comment-list .comment-content + .comment-reply-wrapper,
.comment-list .comment-interaction + .comment-reply-wrapper,
.comment-list .comment-reply-post + .comment-reply-wrapper {
    margin-top: 12px;
  }
  .comment-list .comment-reply-wrapper {
    padding: 12px 12px 0;
  }
  .comment-list .comment-reply-wrapper .comment-item-body {
    padding-bottom: 12px;
  }
  .comment-list .comment-reply-show-more {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .comment-list .comment-reply-show-more,
.comment-list .comment-reply-show-more .iconfont {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .comment-list .rating-wrapper + .rating-wrapper {
    padding-top: 7px;
  }
  .comment-list .rating-wrapper + .rating-wrapper.rating-wrapper-mobile {
    margin-left: 10px;
  }
  .comment-list .rating-wrapper + .comment-content {
    padding-top: 12px;
  }
  .comment-list .rating-wrapper + .comment-content.comment-content-mobile {
    padding-top: 12px;
  }
  .comment-list .rating-wrapper .title {
    font-size: 12px;
    line-height: 12px;
    padding-right: 6px;
  }
  .comment-list .rating-wrapper.rating-wrapper-mobile {
    display: inline-block;
  }
  .comment-list .rating-stars .rating-stars-container .rating-star + .rating-star {
    margin-left: 2px;
  }
  .comment-list .rating-stars .rating-stars-container .rating-star i {
    font-size: 12px;
  }
  .comment-list .comment-content {
    font-size: 12px;
  }
  .comment-list .comment-interaction {
    padding-top: 8px;
  }
  .comment-list .comment-reply-post .reply-post-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .comment-list .comment-reply-post .reply-post-form textarea {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .comment-list .comment-reply-post .reply-post-btn .btn {
    padding: 5px 13px;
    min-width: auto;
  }
}
.modal-comment-common .comment-message {
  padding: 76px 30px 30px;
}
.modal-comment-common .modal-content {
  background-color: #fff;
}
.modal-comment-common .comment-title {
  line-height: 1;
}
.modal-comment-common .comment-title .inner-title {
  font-size: 18px;
}
.modal-comment-common .rating-wrapper {
  padding-top: 28px;
}
.modal-comment-common .rating-wrapper + .rating-wrapper {
  padding-top: 18px;
}
.modal-comment-common .rating-wrapper + .comment-content {
  margin-top: 28px;
}
.modal-comment-common .rating-wrapper > div {
  float: left;
}
.modal-comment-common .rating-wrapper .title {
  font-size: 16px;
  line-height: 18px;
  padding-right: 20px;
}
.modal-comment-common .rating-stars .rating-stars-container .rating-star {
  padding-right: 8px;
}
.modal-comment-common .rating-stars .rating-stars-container .rating-star + .rating-star {
  padding-left: 8px;
}
.modal-comment-common .rating-stars .rating-stars-container .rating-star i {
  font-size: 18px;
}
.modal-comment-common .rating-stars .rating-text {
  margin-left: 12px;
  line-height: 18px;
  color: #ff7a45;
}
.modal-comment-common .comment-content {
  position: relative;
  border: 1px #ccc solid;
  border-radius: 4px;
}
.modal-comment-common .comment-content .textarea-wrapper {
  padding: 6px;
}
.modal-comment-common .comment-content .textarea-wrapper,
.modal-comment-common .comment-content .textarea-wrapper .textarea {
  width: 100%;
  height: 100%;
}
.modal-comment-common .comment-content .textarea-wrapper .textarea {
  height: 48px;
  min-height: 20px;
  padding: 0;
  resize: none;
  border: none;
}
.modal-comment-common .btn-wrapper {
  padding-top: 30px;
  text-align: center;
}

.modal-comment-inline {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  overflow: hidden;
}
.modal-comment-inline .comment-message {
  padding-top: 0 !important;
}
.modal-comment-inline .comment-title {
  line-height: 50px;
  border-bottom: 1px #e5e5e5 solid;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.modal-comment-inline .comment-title .inner-title {
  float: left;
}
.modal-comment-inline .comment-title .iconfont {
  cursor: pointer;
  color: #9399a5;
  float: right;
}

.modal-comment .modal-dialog {
  width: 380px;
}
.modal-comment .bg-img {
  position: absolute;
  top: -20.7182320442%;
  left: 2.3684210526%;
  z-index: -1;
  width: 95.2631578947%;
}
.modal-comment .fe-img {
  position: absolute;
  top: -20.7182320442%;
  left: 17.8947368421%;
  width: 64.2105263158%;
}
.modal-comment .comment-title {
  text-align: center;
}

@media (max-width: 480px) {
  .modal-comment-common .comment-message {
    padding: 56px 20px 20px;
  }
  .modal-comment-common .comment-title .inner-title {
    font-size: 16px;
  }
  .modal-comment-common .rating-wrapper {
    padding-top: 20px;
  }
  .modal-comment-common .rating-wrapper + .rating-wrapper {
    padding-top: 12px;
  }
  .modal-comment-common .rating-wrapper + .comment-content {
    margin-top: 20px;
  }
  .modal-comment-common .rating-wrapper .title {
    font-size: 14px;
    padding-right: 10px;
  }
  .modal-comment-common .rating-stars .rating-stars-container .rating-star {
    padding-right: 5px;
  }
  .modal-comment-common .rating-stars .rating-stars-container .rating-star + .rating-star {
    padding-left: 5px;
  }
  .modal-comment-common .rating-stars .rating-stars-container .rating-star i {
    line-height: 18px;
    font-size: 14px;
  }
  .modal-comment-common .btn-wrapper {
    padding-top: 20px;
  }
  .modal-comment-common .btn-wrapper .btn {
    min-width: auto;
    padding: 5px 15px;
  }

  .modal-comment-inline .comment-title {
    line-height: 42px;
  }
  .modal-comment-inline .comment-title .iconfont {
    font-size: 14px;
  }

  .modal-comment .modal-dialog {
    width: 300px;
  }
}
.lesson-teacher .zmodem {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.lesson-teacher .zmodem .zmodem-bg {
  width: 60%;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(to right, #ff9605, #ff6f05, #fff);
}
.lesson-teacher .zmodem .imgage-top {
  margin-top: 24px;
}
.lesson-teacher .zmodem .imgage-right {
  width: 18px;
  height: 18px;
  margin-left: 24px;
}
.lesson-teacher .zmodem .imgage-right img {
  width: 100%;
  vertical-align: text-bottom;
}
.lesson-teacher .zmodem .system {
  font-size: 18px;
  color: #ffffff;
  margin-left: 6px;
}
.lesson-teacher .zmodem .universal {
  margin-top: 20px;
  font-size: 16px;
  color: #3e454d;
  padding-left: 24px;
  padding-right: 24px;
}
.lesson-teacher .zmodem .universal a {
  font-size: 14px;
}