@charset "UTF-8";
.w-1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.clear::after {
  content: "";
  display: inline-block;
  clear: both;
}

.btnBlue {
  color: #3A8BFF !important;
}

.overHidden5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 52px;
  background: #ffffff;
}

.height52 {
  height: 52px;
  background: #ffffff;
}

.height40 {
  height: 40px;
}

.het70 {
  height: 70px;
}

.blue-color {
  color: #3a8bff;
}

.minHeight100 {
  min-height: 100px;
}

.minHeight146 {
  min-height: 146px;
}

.minHeight60 {
  min-height: 60px;
}

.pointer {
  cursor: pointer;
}

.fw500 {
  font-weight: 500;
}

.select-inp {
  border: 1px solid #e1e1e5;
}

/* 下拉列表 */
.down-list {
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.down-list .current {
  color: #3a8bff;
  line-height: 20px;
  height: 25px;
}

.down-list .current i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  background: url(/course-ans/images/courseportal/blue-right.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.down-list > ul {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border-radius: 6px 0px 0px 6px 6px 6px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(175, 187, 204, 0.75);
  box-shadow: 0px 2px 12px 0px rgba(175, 187, 204, 0.75);
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  max-height: 212px;
  display: none;
}

.down-list > ul .item {
  padding: 10px 20px;
  line-height: 20px;
  color: #474c59;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.down-list > ul .item.active {
  color: #3a8bff;
}

.down-list > ul .item p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.down-list > ul .item:hover {
  background: #F5F8FB;
  color: #3A8BFF;
}

.flex-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.hide {
  display: none;
}

.open-all,
.close-all {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #3a8bff;
  margin-top: 20px;
  cursor: pointer;
}

.open-all i,
.close-all i {
  font-size: 10px;
  margin-left: 6px;
}

.bubble {
  padding: 12px;
  min-width: 56px;
  max-width: 240px;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  top: -60px;
  left: 9px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 16px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 4px;
  background: #d8d8d8;
  border-radius: 2px;
}

.swiper-scrollbar-drag {
  width: 500px !important;
  height: 8px;
  background: #3a8bff;
  border-radius: 4px;
  top: -2px;
}

/* 编辑按钮 */
.right-button {
  position: fixed;
  z-index: 5;
  top: 420px;
  right: 20px;
  width: 60px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(1, 39, 78, 0.22);
  box-shadow: 0px 1px 12px 0px rgba(1, 39, 78, 0.22);
  overflow: hidden;
  cursor: pointer;
}

.right-button .edit-btn {
  text-align: center;
  height: 60px;
  background: #3a8bff;
}

.right-button .edit-btn i {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/icon-edit.png);
  background-size: 100% 100%;
}

.right-button .edit-btn .text {
  display: inline-block;
  vertical-align: top;
  line-height: 17px;
  font-size: 12px;
  color: #ffffff;
  margin-top: 6px;
}

.right-button .go-top {
  height: 60px;
  padding: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.right-button .go-top i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/go-top.png);
  background-size: 100% 100%;
}

.mask {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.top-tab {
  display: none;
  position: fixed;
  top: 52px;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(1, 39, 78, 0.12);
  box-shadow: 0px 1px 12px 0px rgba(1, 39, 78, 0.12);
}

.top-tab .tab-bar {
  position: relative;
  line-height: 60px;
  font-size: 0;
}

.top-tab .tab-bar .bar-li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181e33;
  line-height: 22px;
  margin: 0 30px;
  max-width: 144px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-tab .tab-bar .bar-li.current {
  font-weight: 500;
  color: #3a8bff;
}

.top-tab .tab-bar .down-list {
  position: absolute;
  right: 100px;
  top: 20px;
  background: #ffffff;
  text-align: center;
}

.top-tab .tab-bar .down-list ul {
  width: 134px;
  left: -50px;
}

.table-box .table {
  text-align: left;
}

.table-box .table .thead .tr {
  background: #f5f6f7;
}

.table-box .table .tbody {
  overflow: hidden;
}

.table-box .table .tbody .tr:hover {
  background: #f7fafc;
}

.table-box .table .th {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-box .table .td {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#drag-box .sortable-drag {
  opacity: 0.6;
  background: rgba(58, 139, 255, 0.11) !important;
}

.sortable-ghost {
  border-radius: 2px;
  border-top: 4px solid #8abbff;
}

.course-portal {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.52%, #FFFCF3), to(rgba(255, 252, 243, 0)));
  background: -webkit-linear-gradient(top, #FFFCF3 12.52%, rgba(255, 252, 243, 0) 100%);
  background: -o-linear-gradient(top, #FFFCF3 12.52%, rgba(255, 252, 243, 0) 100%);
  background: linear-gradient(180deg, #FFFCF3 12.52%, rgba(255, 252, 243, 0) 100%);
}

.course-portal .look-more {
  font-size: 14px;
  color: #3a8bff;
  line-height: 20px;
  padding-left: 8px;
}

.course-portal .look-more i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  background: url(/course-ans/images/courseportal/blue-right.png) no-repeat;
  background-size: 100% 100%;
}

.course-portal .top-con {
  overflow: hidden;
  height: 519px;
  background: url(/course-ans/images/courseportal/new/top-bg.png);
  background-size: cover;
  background-position: center center;
}

.course-portal .top-con .top-center {
  padding-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  max-width: 80%;
  margin: 0 auto;
}

.course-portal .top-con .top-center .course-name {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  margin-top: 87px;
  max-width: 100%;
  text-align: center;
}

.course-portal .top-con .top-center .course-name .name {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.course-portal .top-con .top-center .english {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  max-width: 100%;
}

.course-portal .top-con .top-center .speaker-box {
  margin-top: 6px;
  max-width: 100%;
}

.course-portal .top-con .top-center .speaker-box .speaker-item {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin-right: 23px;
}

.course-portal .top-con .top-center .speaker-box .speaker-item:last-child {
  margin-right: 0;
}

.course-portal .top-con .top-center .btn-box {
  margin-top: 38px;
}

.course-portal .top-con .top-center .btn-box .down-list {
  width: 270px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.course-portal .top-con .top-center .btn-box .down-list .current {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 27px;
  color: #131B26;
  font-size: 15px;
}

.course-portal .top-con .top-center .btn-box .down-list .current i {
  position: absolute;
  right: 14px;
  top: 15px;
  margin-top: 0;
}

.course-portal .top-con .top-center .btn-box .down-list .current .time {
  font-size: 12px;
}

.course-portal .top-con .top-center .btn-box .down-list:hover .current i {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.course-portal .top-con .top-center .btn-box .down-list > ul {
  width: 100%;
}

.course-portal .top-con .top-center .btn-box .down-list > ul .item {
  padding: 10px 15px;
}

.course-portal .top-con .top-center .btn-box .sign_btn {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2.4px;
  color: #FFFFFF;
  background: #CCB761;
  border-radius: 4px;
}

.course-portal .top-con .top-center .btn-box .sign_btn:hover {
  background: #DFC65D;
}

.course-portal .top-con .top-center .btn-box .sign_btn:active {
  background: #C0AA4E;
}

.course-portal .top-con .top-center .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.course-portal .top-con .top-center .flex .text1 {
  font-size: 14px;
  line-height: 17px;
}

.course-portal .top-con .top-center .flex .text2 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #FAAF43;
  font-family: D-DIN;
  margin-left: 7px;
  font-weight: bold;
}

.course-portal .top-con .top-center .flex .views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.course-portal .top-con .top-center .flex .flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 32px;
}

.course-portal .top-con .top-center .flex .flex-end .star-box {
  margin-left: 5px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.course-portal .top-con .top-center .flex .flex-end .layui-rate {
  padding: 0 5px 0;
}

.course-portal .top-con .top-center .flex .flex-end .star-value {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #FAAF43;
  font-family: D-DIN;
}

.course-portal .top-con .introduction .left-box {
  position: relative;
  width: 544px;
  height: 322px;
  border-radius: 6px;
}

.course-portal .top-con .introduction .left-box .type2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.course-portal .top-con .introduction .left-box .type2:hover {
  opacity: 0.3;
  background: #181e33;
}

.course-portal .top-con .introduction .left-box .bg-box {
  width: 100%;
  height: 100%;
}

.course-portal .top-con .introduction .left-box .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.course-portal .top-con .introduction .left-box .play-img {
  position: absolute;
  z-index: 2;
  top: 122px;
  left: 240px;
  width: 72px;
  height: 72px;
}

.course-portal .top-con .introduction .right-box {
  margin-left: 564px;
}

.course-portal .top-con .introduction .right-box .name-box {
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
}

.course-portal .top-con .introduction .right-box .name-box .course-name {
  font-size: 20px;
  color: #181e33;
  line-height: 28px;
  overflow: hidden;
}

.course-portal .top-con .introduction .right-box .name-box .course-name > .name {
  float: left;
  max-width: 95%;
}

.course-portal .top-con .introduction .right-box .name-box .course-name .icon-collect {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 12px;
  width: 16px;
  height: 16px;
  background: url("/course-ans/images/courseportal/icon-collect1.png") no-repeat center center;
  cursor: pointer;
}

.course-portal .top-con .introduction .right-box .name-box .course-name .icon-collect.active {
  background: url("/course-ans/images/courseportal/icon-collect2.png") no-repeat center center;
}

.course-portal .top-con .introduction .right-box .name-box .english {
  font-size: 14px;
  color: #646873;
  line-height: 20px;
  margin-top: 4px;
}

.course-portal .top-con .introduction .right-box .speaker-box {
  margin-top: 8px;
}

.course-portal .top-con .introduction .right-box .speaker-box .speaker-item {
  margin-right: 32px;
  font-size: 14px;
  line-height: 20px;
}

.course-portal .top-con .introduction .right-box .speaker-box .speaker-item .title {
  color: #474c59;
}

.course-portal .top-con .introduction .right-box .speaker-box .speaker-item .desc {
  color: #131b26;
}

.course-portal .top-con .introduction .right-box .time-box {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.course-portal .top-con .introduction .right-box .time-box .time {
  font-size: 14px;
  color: #646873;
  line-height: 20px;
}

.course-portal .top-con .introduction .right-box .time-box .down-list {
  margin-right: 20px;
}

.course-portal .top-con .introduction .right-box .time-box .down-list:hover > ul {
  display: block;
}

.course-portal .top-con .introduction .right-box .time-box .down-list > ul {
  width: 108px;
}

.course-portal .top-con .introduction .right-box .info-box {
  position: relative;
  width: 640px;
  height: 166px;
  background: #f5f7fa;
  border-radius: 6px;
  margin-top: 8px;
}

.course-portal .top-con .introduction .right-box .info-box .info1 {
  padding: 20px 25px 5px;
  overflow: hidden;
}

.course-portal .top-con .introduction .right-box .info-box .info1 li {
  width: 267px;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  float: left;
}

.course-portal .top-con .introduction .right-box .info-box .info1 li .lable {
  color: #8a8b99;
  margin-right: 24px;
}

.course-portal .top-con .introduction .right-box .info-box .info1 li .info {
  color: #131b26;
}

.course-portal .top-con .introduction .right-box .info-box .info2 {
  padding: 20px 30px 16px;
  font-size: 14px;
  line-height: 20px;
}

.course-portal .top-con .introduction .right-box .info-box .info2 .title {
  color: #646873;
}

.course-portal .top-con .introduction .right-box .info-box .info2 .desc {
  color: #181e33;
  margin-top: 10px;
}

.course-portal .top-con .introduction .right-box .info-box .info2 .look-more {
  position: absolute;
  right: 30px;
  bottom: 16px;
  background: #f5f7fa;
}

.course-portal .top-con .bottom-div {
  margin-top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.course-portal .top-con .bottom-div .text1 {
  font-size: 12px;
  color: #a8a8b3;
}

.course-portal .top-con .bottom-div .text2 {
  font-size: 24px;
  font-weight: 500;
  color: #faaf43;
}

.course-portal .top-con .bottom-div .text3 {
  font-size: 12px;
  color: #faaf43;
}

.course-portal .top-con .bottom-div .text4 {
  font-size: 12px;
  color: #3a8bff;
  cursor: pointer;
}

.course-portal .top-con .bottom-div .views {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 54px;
}

.course-portal .top-con .bottom-div .views .text2 {
  margin-left: 14px;
  margin-right: 6px;
  line-height: 25px;
}

.course-portal .top-con .bottom-div .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.course-portal .top-con .bottom-div .flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.course-portal .top-con .bottom-div .star-box {
  margin-left: 14px;
  margin-right: 20px;
  height: 25px;
  line-height: 25px;
}

.course-portal .top-con .bottom-div .star-box .layui-rate {
  padding: 0;
}

.course-portal .top-con .bottom-div .star-box .star-value {
  font-size: 24px;
  font-weight: 500;
  color: #faaf43;
  margin-left: 5px;
}

.course-portal .intr-con {
  padding-top: 59.5px;
}

.course-portal .intr-con .introduction {
  overflow: hidden;
}

.course-portal .intr-con .introduction .left-box {
  position: relative;
  width: 421px;
  height: 271px;
  z-index: 1;
}

.course-portal .intr-con .introduction .left-box .mask-div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 342px;
  height: 210px;
  background: #A86938;
  z-index: -1;
}

.course-portal .intr-con .introduction .left-box .type2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.course-portal .intr-con .introduction .left-box .bg-box {
  width: 396px;
  height: 246px;
}

.course-portal .intr-con .introduction .left-box .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-portal .intr-con .introduction .left-box .play-img {
  position: absolute;
  z-index: 2;
  top: 96px;
  left: 182px;
  width: 52px;
  height: 52px;
}

.course-portal .intr-con .introduction .right-box {
  padding: 70px 0;
  overflow: hidden;
}

.course-portal .intr-con .introduction .right-box .info {
  float: left;
  border-left: 1px solid #DCDCDC;
  width: 271px;
  height: 130px;
}

.course-portal .intr-con .introduction .right-box .info:first-child {
  width: 334px;
}

.course-portal .intr-con .introduction .right-box .info li {
  padding: 0 24px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 22px;
}

.course-portal .intr-con .introduction .right-box .info li .lable {
  color: #8a8b99;
  margin-right: 24px;
}

.course-portal .intr-con .introduction .right-box .info li .text {
  font-size: 15px;
  color: #131b26;
}

.course-portal .course-main .item {
  text-align: center;
  background: unset;
}

.course-portal .course-main .item .w-1200 {
  padding: 54px 0;
}

.course-portal .course-main .public-title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 62px;
  max-width: 550px;
  margin: 0 auto;
  color: #00326A;
}

.course-portal .course-main .public-title .text1 {
  opacity: 0.13;
}
.course-portal .course-main .public-title::after {
  content: unset;
}
.course-portal .course-main .public-title .text2 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.5px;
  color: #333333;
  opacity: 1;
  white-space: nowrap;
}

.course-portal .course-main .course-introduce {
  padding: 79px 0 33px;
}

.course-portal .course-main .course-introduce .w-1200 {
  padding: 0;
}

.course-portal .course-main .course-introduce .text-box {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
  max-height: 307px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #474c59;
  line-height: 24px;
  letter-spacing: 0.213333px;
  font-size: 16px;
  text-align: left;
}

.course-portal .course-main .course-introduce .text-box .look-more {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #ffffff;
}

.course-portal .course-main .teaching-team {
  height: 1030px;
  background: url(/course-ans/images/courseportal/new/bg1.png);
  background-size: cover;
  background-position: center center;
}

.course-portal .course-main .teaching-team .public-title {
  color: #fff;
}

.course-portal .course-main .teaching-team .public-title .text2 {
  color: #FFFFFF;
}

.course-portal .course-main .teaching-team .w-1200 {
  padding-top: 75px;
}

.course-portal .course-main .teaching-team .teacher-box {
  width: 100%;
  height: unset;
  padding-top: unset;
  font-size: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  overflow: hidden;
}

.course-portal .course-main .teaching-team .teacher-box .left-box {
  float: left;
  width: 644px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li {
  width: 644px;
  overflow: hidden;
  margin-top: 60px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li:first-child {
  margin-top: 0;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box {
  float: left;
  position: relative;
  z-index: 1;
  width: 174px;
  height: 174px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box .head-box {
  width: 162px;
  height: 162px;
  -webkit-filter: drop-shadow(2px -2px 10px rgba(60, 60, 61, 0.3));
  filter: drop-shadow(2px -2px 10px rgba(60, 60, 61, 0.3));
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box .head-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box .shade {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 160px;
  height: 160px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box .shade.color1 {
  background: #734F34;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box .shade.color2 {
  background: #CCB761;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .img-box .shade.color3 {
  background: #C89B79;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box {
  float: left;
  color: #fff;
  width: 431px;
  text-align: left;
  margin-left: 29px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line1 {
  margin-top: 8px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line1 .name {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line1 .work {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #FBFBFB;
  margin-left: 16px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line2 {
  margin-top: 11px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 8px;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line2.color1::after {
  background: #734F34;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line2.color2::after {
  background: #CCB761;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line2.color3::after {
  background: #C89B79;
}

.course-portal .course-main .teaching-team .teacher-box .left-box li .text-box .line3 {
  margin-top: 24px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.course-portal .course-main .teaching-team .teacher-box .right-box {
  float: right;
  width: 397px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .img-box {
  position: relative;
  z-index: 1;
  width: 397px;
  height: 431px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .img-box .head-box {
  width: 374px;
  height: 407px;
  -webkit-filter: drop-shadow(4px 6px 20px rgba(36, 45, 61, 0.25));
  filter: drop-shadow(4px 6px 20px rgba(36, 45, 61, 0.25));
}

.course-portal .course-main .teaching-team .teacher-box .right-box .img-box .head-box img {
  width: 100%;
  height: 100%;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .img-box .shade {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 217px;
  height: 217px;
  background: #7188B1;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .text-box {
  color: #fff;
  text-align: left;
  margin-top: 34px;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .text-box .line1 .name {
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  font-weight: 500;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .text-box .line1 .work {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #FBFBFB;
  margin-left: 13px;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .text-box .line2 {
  margin-top: 17px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .text-box .line2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  background: #7188B1;
}

.course-portal .course-main .teaching-team .teacher-box .right-box .text-box .line3 {
  margin-top: 9px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.course-portal .course-main .teaching-team .teacher-box .swiper-container {
  height: 648px;
  overflow: hidden;
}

.course-portal .course-main .teaching-team .teacher-box .swiper-wrapper {
  overflow: hidden;
}

.course-portal .course-main .teaching-team .teacher-box .swiper-slide {
  width: 644px;
}

.course-portal .course-main .teaching-team .teacher-box .pagination {
  margin-top: 30px;
}

.course-portal .course-main .teaching-team .teacher-box .pagination > span {
  display: inline-block;
  vertical-align: top;
  background: #B1833E;
  width: 14px;
  height: 4px;
  margin: 0 5px;
  cursor: pointer;
}

.course-portal .course-main .teaching-team .teacher-box .pagination > span:hover {
  background: #CCB761;
}

.course-portal .course-main .teaching-team .teacher-box .pagination > span.swiper-active-switch {
  width: 28px;
  background: #CCB761;
}

.course-portal .course-main .catalogue {
  margin-top: -135px;
}

.course-portal .course-main .catalogue .public-title {
  color: #fff;
}

.course-portal .course-main .catalogue .public-title .text2 {
  color: #FFFFFF;
}

.course-portal .course-main .catalogue .w-1200 {
  border-radius: 14px;
  background: url(/course-ans/images/courseportal/new/bg2.png) repeat;
  padding-top: 45px;
  padding-bottom: 31px;
}

.course-portal .course-main .catalogue .chapter-list {
  text-align: left;
  width: 1120px;
  max-height: 558px;
  margin: 26px auto 0;
  overflow: hidden;
}

.course-portal .course-main .catalogue .chapter-list .chapter {
  color: #fff;
}

.course-portal .course-main .catalogue .chapter-list .chapter .chapter-title {
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #1D3B6F;
  padding: 0 25px 0 30px;
  font-size: 0;
  cursor: pointer;
}

.course-portal .course-main .catalogue .chapter-list .chapter .chapter-title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(/course-ans/images/courseportal/new/icon1.png);
  background-size: 100% 100%;
}

.course-portal .course-main .catalogue .chapter-list .chapter .chapter-title .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  max-width: 950px;
  margin-left: 20px;
}

.course-portal .course-main .catalogue .chapter-list .chapter .chapter-title .arrow-down {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/course-ans/images/courseportal/normal-down.png) no-repeat;
  background-size: 100% 100%;
}

.course-portal .course-main .catalogue .chapter-list .chapter .chapter-title.active .arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 100% 100%;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list {
  margin-top: 10px;
  margin-bottom: 14px;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  padding: 16px 14px 16px 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  cursor: pointer;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section > span {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url(/course-ans/images/courseportal/new/play-icon1.png);
  background-size: 100% 100%;
  margin-right: 14px;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section > a {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  max-width: 900px;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section .time {
  position: absolute;
  right: 30px;
  color: #BABBC2;
  font-size: 14px;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section .look-btn {
  position: absolute;
  right: 14px;
  z-index: 2;
  background: #CCB761;
  border-radius: 4px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2.4px;
  color: #fff;
  cursor: pointer;
  display: none;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section:hover {
  background: #173469;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section:hover > span {
  background: url(/course-ans/images/courseportal/new/play-icon2.png);
  background-size: 100% 100%;
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list .section:hover .look-btn {
  display: block;
}

.course-portal .course-main .catalogue .open-all,
.course-portal .course-main .catalogue .close-all {
  color: #ACB4BF;
}

.course-portal .course-main .resources {
  margin-top: 136px;
  padding-bottom: 33px;
}

.course-portal .course-main .resources .w-1200 {
  padding: 0;
}

.course-portal .course-main .resources .table-box {
  padding-top: 13px;
}

.course-portal .course-main .resources .table-box .table {
  text-align: left;
}

.course-portal .course-main .resources .table-box .table .thead .tr {
  border-radius: 8px 8px 0 0;
  background: #BB7543;
}

.course-portal .course-main .resources .table-box .table .thead .tr .th {
  font-size: 16px;
  line-height: 64px;
}

.course-portal .course-main .resources .table-box .table .tr .zhangjie {
  width: 335px;
}

.course-portal .course-main .resources .table-box .table .tr .type {
  width: 519px;
  padding-left: 70px;
}

.course-portal .course-main .resources .table-box .table .tr .shijian {
  width: 223px;
}

.course-portal .course-main .resources .table-box .table .tr .daxiao {
  width: 177px;
}

.course-portal .course-main .resources .table-box .table .tbody-box {
  background: -webkit-linear-gradient(203.47deg, #FFFCF8 -3.43%, #FFFCF7 100%);
  background: -o-linear-gradient(203.47deg, #FFFCF8 -3.43%, #FFFCF7 100%);
  background: linear-gradient(246.53deg, #FFFCF8 -3.43%, #FFFCF7 100%);
  -webkit-box-shadow: 0px 4px 10px rgba(139, 130, 106, 0.25);
  box-shadow: 0px 4px 10px rgba(139, 130, 106, 0.25);
  padding-top: 10px;
  border-radius: 0 0 8px 8px;
}

.course-portal .course-main .resources .table-box .table .tbody {
  max-height: 488px;
  overflow: hidden;
}

.course-portal .course-main .resources .table-box .table .tbody .tr {
  border-top: 3px solid #FFFCF7;
  background: #FFFAF2;
}

.course-portal .course-main .resources .table-box .table .tbody .tr:hover {
  background: #FBF5EC;
}

.course-portal .course-main .resources .table-box .table .tbody .tr.title {
  padding-left: 50px;
  padding-right: 50px;
  background: #FAF3E9;
  color: #292115;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  border-top: 0;
}

.course-portal .course-main .resources .table-box .table .tbody .tr.title .td {
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
}

.course-portal .course-main .resources .table-box .table .tbody .tr.title + .tr {
  border-top: 0;
}

.course-portal .course-main .resources .table-box .table .th {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .resources .table-box .table .td {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  font-size: 14px;
  color: #8a8b99;
  padding: 0 20px;
  color: #474C59;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .resources .table-box .table .td:first-child {
  color: #131b26;
}

.course-portal .course-main .resources .table-box .table .td.caozuo {
  font-size: 0;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 34px;
  cursor: pointer;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .icon:last-child {
  margin-right: 0;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .icon-view {
  background: url(/course-ans/images/courseportal/new/view.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .icon-download {
  background: url(/course-ans/images/courseportal/new/download.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .download-disabled {
  background: url(/course-ans/images/courseportal/download-disable.png) no-repeat;
  background-size: 100% 100%;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .icon-yun {
  background: url(/course-ans/images/courseportal/new/yun.png) no-repeat;
  background-size: 100% 100%;
}

.course-portal .course-main .resources .table-box .table .td.caozuo .icon-list {
  background: url(/course-ans/images/courseportal/new/list.png) no-repeat;
  background-size: 100% 100%;
}

.course-portal .course-main .resources .table-box .table .btn-box {
  text-align: center;
}

.course-portal .course-main .resources .table-box .table .open-all,
.course-portal .course-main .resources .table-box .table .close-all {
  display: inline-block;
  vertical-align: top;
  margin: 30px auto;
}

.course-portal .course-main .resources .open-all,
.course-portal .course-main .resources .close-all {
  color: #233B68;
}

.course-portal .course-main .method .w-1200 {
  padding-bottom: 100px;
}

.course-portal .course-main .method .content-box {
  position: relative;
  margin-top: 30px;
  text-align: left;
}

.course-portal .course-main .method .content-box .text-box {
  max-height: 213px;
  overflow: hidden;
  font-size: 14px;
  color: #181e33;
  line-height: 24px;
  letter-spacing: 0px;
}

.course-portal .course-main .method .content-box .btn-box {
  position: absolute;
  bottom: -62px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 252, 253, 0)), color-stop(31%, #f7f7f6));
  background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0) 0%, #f7f7f6 31%);
  background: -o-linear-gradient(top, rgba(251, 252, 253, 0) 0%, #f7f7f6 31%);
  background: linear-gradient(180deg, rgba(251, 252, 253, 0) 0%, #f7f7f6 31%);
  padding-top: 53px;
  padding-bottom: 9px;
}

.course-portal .course-main .method .content-box .btn-box p {
  margin-top: 0;
}

.course-portal .course-main .method.has-tab .tab-head {
  text-align: center;
  font-size: 0;
  height: 22px;
}

.course-portal .course-main .method.has-tab .tab-head .tab-t {
  font-size: 16px;
  color: #646873;
  line-height: 22px;
}

.course-portal .course-main .method.has-tab .tab-head .tab-t.current {
  color: #3a8bff;
}

.course-portal .course-main .method.has-tab .tab-head .line {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 1px;
  margin: 0 15px;
}

.course-portal .course-main .method.has-tab .tab-body {
  margin-top: 37px;
}

.course-portal .course-main .method.has-tab .tab-body .btn-box {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 252, 253, 0)), color-stop(31%, #f2f4f7));
  background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0) 0%, #f2f4f7 31%);
  background: -o-linear-gradient(top, rgba(251, 252, 253, 0) 0%, #f2f4f7 31%);
  background: linear-gradient(180deg, rgba(251, 252, 253, 0) 0%, #f2f4f7 31%);
}

.course-portal .course-main .list-book .book-list {
  width: 820px;
  margin: 30px auto 0;
}

.course-portal .course-main .list-book .book-list .book-item {
  width: 820px;
  height: 156px;
  background: #f7f8fa;
  border-radius: 4px;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: left;
  color: #474c59;
  cursor: pointer;
}

.course-portal .course-main .list-book .book-list .book-item:hover {
  background: #f0f5fc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(128, 131, 137, 0.19);
  box-shadow: 0px 2px 4px 0px rgba(128, 131, 137, 0.19);
  color: #131b26;
}

.course-portal .course-main .list-book .book-list .book-item:hover .title {
  color: #3a8bff;
}

.course-portal .course-main .list-book .book-list .book-item:hover .press {
  color: #474c59;
}

.course-portal .course-main .list-book .book-list .book-item .left-box {
  width: 96px;
  height: 128px;
  margin-right: 24px;
}

.course-portal .course-main .list-book .book-list .book-item .left-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-portal .course-main .list-book .book-list .book-item .title {
  font-size: 16px;
  color: #131b26;
  line-height: 22px;
  max-width: 448px;
}

.course-portal .course-main .list-book .book-list .book-item .press {
  font-size: 14px;
  color: #8a8b99;
  line-height: 20px;
  margin-top: 4px;
}

.course-portal .course-main .list-book .book-list .book-item .desc {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  margin-top: 22px;
}

.course-portal .course-main .list-book .book-list .book-item .time {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.course-portal .course-main .evaluate {
  position: relative;
  background: url(/course-ans/images/courseportal/new/bg3.png);
  background-size: 100% 100%;
  background-position: cover;
  padding-top: 162px;
  padding-bottom: 100px;
}

.course-portal .course-main .evaluate .public-title {
  color: #fff;
}

.course-portal .course-main .evaluate .public-title .text2 {
  color: #FFFFFF;
}

.course-portal .course-main .evaluate .w-1200 {
  padding: 0;
}

.course-portal .course-main .evaluate .pingjia-bg {
  position: absolute;
  top: 54px;
  left: 215px;
  width: 80px;
  height: 80px;
}

.course-portal .course-main .evaluate .evaluate-box {
  margin-top: 6px;
  padding-bottom: 56px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .evaluate .evaluate-box .flex-column {
  overflow: hidden;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item {
  position: relative;
  float: left;
  width: 272px;
  height: 306px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-right: 37px;
  padding: 32px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(39, 93, 105, 0.0724705);
  box-shadow: 0px 3px 6px rgba(39, 93, 105, 0.0724705);
  text-align: left;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  height: 14px;
  width: 100%;
  background: #CCB761;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item.color1::before {
  background: #CCB761;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item.color2::before {
  background: #C89B79;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item.color3::before {
  background: #8AA0C6;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item.color4::before {
  background: #956445;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item.color5::before {
  background: #71ADD8;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item:nth-child(4n) {
  /*margin-right: 0 !important;*/
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .head-img {
  position: absolute;
  bottom: 30px;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 17px;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .text-box .layui-rate {
  padding: 0;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .text-box .layui-rate li i.layui-icon {
  font-size: 20px;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .text-box .star-value {
  font-size: 20px;
  font-family: D-DIN;
  font-weight: bold;
  color: #faaf43;
  margin-left: 2px;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .comment {
  text-align: left;
  margin-top: 18px;
  font-size: 16px;
  color: #131B26;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.course-portal .course-main .evaluate .evaluate-box .evaluate-item .time {
  display: block;
  font-size: 14px;
  color: #a8a8b3;
  margin-top: 10px;
}

.course-portal .course-main .evaluate .evaluate-box .look-more {
  display: inline-block;
  margin-top: 34px;
  background: #CCB761;
  border-radius: 4px;
  width: 186px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 0;
}

.course-portal .course-main .evaluate .evaluate-box .look-more:hover {
  background: #DFC65D;
}

.course-portal .course-main .evaluate .evaluate-box .look-more:active {
  background: #C0AA4E;
}

.course-portal .course-main .teaching-plan .table-box {
  width: 820px;
  margin: 30px auto 0;
  max-height: 206px;
  overflow: hidden;
}

.course-portal .course-main .teaching-plan .table-box .table {
  border-collapse: collapse;
}

.course-portal .course-main .teaching-plan .table-box .table th,
.course-portal .course-main .teaching-plan .table-box .table td {
  border: 1px solid #d2d7da;
  height: 41px;
  font-size: 14px;
  color: #646873;
  line-height: 20px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.course-portal .course-main .teaching-plan .table-box .table th .text,
.course-portal .course-main .teaching-plan .table-box .table td .text {
  color: #181e33;
}

.course-portal .course-main .teaching-plan .table-box .table th.first,
.course-portal .course-main .teaching-plan .table-box .table td.first {
  width: 99px;
}

.course-portal .course-main .teaching-plan .table-box .table th.second,
.course-portal .course-main .teaching-plan .table-box .table td.second {
  width: 248px;
}

.course-portal .course-main .teaching-plan .table-box .table th.keshi,
.course-portal .course-main .teaching-plan .table-box .table td.keshi {
  width: 83px;
}

.course-portal .course-main .knowledge .video-box {
  margin: 30px auto 0;
  width: 820px;
  height: 460px;
}

.course-portal .report {
  height: 40px;
  padding: 11px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
}

.course-portal .report .icon-report {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url(/course-ans/images/courseportal/report.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.course-portal .report span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #6b89b3;
  line-height: 18px;
}

.course-portal .footer {
  background: #9F8A30;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.course-portal .footer a {
  color: #fff;
}

.course-portal .footer span {
  color: rgba(255, 255, 255, 0.1);
  margin: 0 6px;
}

/* 弹窗样式 */
.popClose img {
  display: inline-block;
  vertical-align: top;
}

查看更多弹窗
.popDiv {
  width: 640px;
  height: 480px;
}

.popDiv .popBody {
  height: 350px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.morePop .popDiv .popBody {
  padding: 20px 30px 0;
}

.morePop .popDiv .popBody .text {
  font-size: 14px;
  line-height: 24px;
  color: #181e33;
}
.course-portal .intr-con .w-1200 .right-box .info2 {
  padding: 20px 30px 16px;
  font-size: 14px;
  line-height: 20px;
}

.course-portal .intr-con .w-1200 .right-box .info2 .title {
  color: #646873;
}

.course-portal .intr-con .w-1200 .right-box .info2 .desc {
  color: #181e33;
  margin-top: 10px;
}

.course-portal .intr-con .w-1200 .right-box .info2 .look-more {
  position: absolute;
  right: 30px;
  bottom: 16px;
  background: #f5f7fa;
}



.edit-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3a4357;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(211, 211, 211, 0.5);
  box-shadow: 0px 2px 17px 0px rgba(211, 211, 211, 0.5);
  padding-left: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #a8a8b3;
}

.edit-header .go-back {
  line-height: 40px;
  font-size: 14px;
  color: #878996;
  cursor: pointer;
}

.edit-header .go-back i {
  color: #777b89;
  margin-right: 7px;
}

.edit-header .btn {
  width: 92px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.edit-header .btn.confirm {
  background: #3a8bff;
}

.edit-header .btn.cancle {
  border-right: 1px solid #313a4c;
}

/* 编辑门户样式 */
.edit-portal .drag {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background: #8abbff;
  border-radius: 2px;
  cursor: move;
  display: none;
}

.edit-portal .drag .drag-icon {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/icon-drag.png);
  background-size: 100% 100%;
}

.edit-portal .drag:hover {
  background: #317fec;
}

.edit-portal .drag:active {
  background: #2e79e4;
}

.edit-portal .edit-box {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -28px;
  height: 36px;
  padding: 0 18px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  background: #ffffff;
  color: #4b607d;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(175, 187, 204, 0.75);
  box-shadow: 0px 2px 12px 0px rgba(175, 187, 204, 0.75);
  cursor: pointer;
  display: none;
}

.edit-portal .edit-box span:hover {
  color: #3a8bff;
}

.edit-portal .edit-box > * {
  margin-right: 20px;
}

.edit-portal .edit-box > *:last-child {
  margin-right: 0;
}

.edit-portal .edit-box i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
}

.edit-portal .edit-box i.icon-hide {
  background-image: url(/course-ans/images/courseportal/icon-hide.png);
}

.edit-portal .edit-box i.icon-hide:hover {
  background-image: url(/course-ans/images/courseportal/hide-hover.png);
}

.edit-portal .edit-box i.del {
  background-image: url(/course-ans/images/courseportal/icon-del.png);
}

.edit-portal .edit-box i.del:hover {
  background-image: url(/course-ans/images/courseportal/del-hover.png);
}

.edit-portal .editTrue {
  border: 1px dashed transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-portal .editTrue:hover {
  border: 1px dashed #3a8bff;
}

.edit-portal .editTrue:hover .edit-box {
  display: block;
}

.edit-portal .editTrue:hover .drag {
  display: block;
}

/* 新建模块 */
.pop-nav {
  position: fixed;
  z-index: 9;
  top: 219px;
  left: 30px;
  cursor: move;
}

.pop-nav .menus {
  position: relative;
  width: 350px;
  height: 510px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(184, 187, 193, 0.58);
  box-shadow: 0px 1px 12px 0px rgba(184, 187, 193, 0.58);
}

.pop-nav .menus .menus-tab {
  position: relative;
  background: #3a8bff;
  padding: 14px 16px;
  border-radius: 8px 8px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-nav .menus .menus-tab .close {
  position: absolute;
  right: 21px;
  top: 17px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.pop-nav .menus .menus-tab .close:hover {
  opacity: 0.7;
}

.pop-nav .menus .menus-tab .tabs {
  font-size: 0;
}

.pop-nav .menus .menus-tab .tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.pop-nav .menus .menus-tab .tabs li.active::after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -4px;
  content: "";
  border-width: 7px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  z-index: 2;
}

.pop-nav .menus .menus-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 390px;
}

.pop-nav .menus .menus-list ul {
  padding: 6px 24px;
}

.pop-nav .menus .menus-list .menus-item {
  width: 302px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin-top: 10px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
}

.pop-nav .menus .menus-list .menus-item:hover {
  border: 1px dashed #969798;
}

.pop-nav .menus .menus-list .menus-item .name {
  display: inline-block;
  vertical-align: top;
  color: #181e33;
}

.pop-nav .menus .menus-list .menus-item .right-btn {
  font-size: 0;
}

.pop-nav .menus .menus-list .menus-item .right-btn i {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  margin-right: 24px;
}

.pop-nav .menus .menus-list .menus-item .right-btn i:last-child {
  margin-right: 0;
}

.pop-nav .menus .menus-list .menus-item .right-btn i.menus-edit {
  background-image: url(/course-ans/images/courseportal/icon-edit2.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.menus-edit:hover {
  background-image: url(/course-ans/images/courseportal/edit-hover.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-hide {
  background-image: url(/course-ans/images/courseportal/icon-hide.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-hide:hover {
  background-image: url(/course-ans/images/courseportal/hide-hover.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.menus-del {
  background-image: url(/course-ans/images/courseportal/icon-del.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.menus-del:hover {
  background-image: url(/course-ans/images/courseportal/del-hover.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-view {
  background-image: url(/course-ans/images/courseportal/view2.png);
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-view:hover {
  background-image: url(/course-ans/images/courseportal/view-hover.png);
}

.pop-nav .menus .menus-list .menus-item .radio-item {
  font-size: 14px;
  line-height: 20px;
  color: #646873;
  margin-top: 12px;
}

.pop-nav .menus .menus-list .menus-item .radio-item .ipt-radio {
  margin-top: 2px;
  vertical-align: top;
  margin-right: 5px;
}

.pop-nav .menus .theme-list {
  height: 424px;
  overflow: hidden;
}

.pop-nav .menus .theme-list > ul {
  padding: 12px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pop-nav .menus .theme-list > ul > li {
  padding: 16px 20px 0;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}

.pop-nav .menus .theme-list > ul > li:hover {
  border: 1px dashed #969798;
}

.pop-nav .menus .theme-list > ul > li .pic-box {
  width: 261px;
  height: 122px;
  border-radius: 4px;
}

.pop-nav .menus .theme-list > ul > li .pic-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop-nav .menus .theme-list > ul > li .theme-name {
  padding: 14px 0;
  font-size: 14px;
  color: #181e33;
}

.pop-nav .menus .theme-list > ul > li .theme-name i {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/view2.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.pop-nav .menus .theme-list > ul > li .theme-name i:hover {
  background-image: url(/course-ans/images/courseportal/view-hover.png);
}

.pop-nav .menus .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 9px 24px;
  font-size: 14px;
  color: #3a8bff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}

.pop-nav .menus .bottom i {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/icon_qiehuan.png);
  background-size: 100% 100%;
}

.pop-nav .menus .bottom span {
  display: inline-block;
  vertical-align: top;
}

.pop-nav .add-menus {
  position: absolute;
  bottom: 16px;
  width: 302px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px dashed #3a8bff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #3a8bff;
  margin-top: 10px;
  background: #ffffff;
  margin-left: 24px;
  cursor: pointer;
}

.pop-nav .add-menus:hover {
  opacity: 0.7;
}

.pop-nav .add-menus i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 15px;
  margin-right: 6px;
}

.pop-nav .add-menus span {
  font-size: 14px;
}

.open-menus {
  position: fixed;
  z-index: 9;
  top: 453px;
  left: 179px;
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(1, 39, 78, 0.22);
  box-shadow: 0px 2px 12px 0px rgba(1, 39, 78, 0.22);
  cursor: move;
  cursor: pointer;
}

.open-menus:hover {
  background: #3a8bff;
}

.open-menus:hover i {
  background-image: url(/course-ans/images/courseportal/open-hover.png);
}

.open-menus i {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 26px;
  height: 25px;
  background-image: url(/course-ans/images/courseportal/icon-open.png);
  background-size: 100% 100%;
}

/* 编辑基本信息弹窗 */
.form-item {
  margin-top: 20px;
  font-size: 0;
}

.form-item .label {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  margin-right: 20px;
  font-size: 14px;
  color: #646873;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 11px 0;
}

.form-item .item-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 78px);
}

.form-item .item-box .require {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #F33131;
  line-height: 24px;
  margin-left: 24px;
  margin-top: 14px;
}

.form-item .input-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
}

.form-item .input-box .ipt-info {
  width: 100%;
  height: 46px;
  background: #ffffff;
  color: #181e33;
  border: 1px solid #e1e1e5;
  padding: 13px 14px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.form-item .input-box .ipt-info:focus {
  border: 1px solid #3a8bff;
}

.form-item .input-box .ipt-clear {
  position: absolute;
  right: 14px;
  top: 15px;
  width: 16px;
  height: 16px;
  background-image: url(/course-ans/images/courseportal/icon-clear.png);
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}

.inputNum {
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-size: 12px;
  color: #a8a8b3;
  line-height: 17px;
  letter-spacing: 0px;
}

.input-textarea {
  position: relative;
  width: 502px;
  min-height: 243px;
}

.input-textarea textarea {
  border: 1px solid #e1e1e5;
  width: 100%;
  min-height: 243px;
  padding: 13px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
}

.input-textarea textarea:focus {
  border: 1px solid #3a8bff;
}

.editInfoPop .popBody {
  padding: 10px 30px;
}

.editInfoPop .popBody .input-box {
  width: 406px;
}

.editIntroPop .popBody,
.customIntroPop .popBody {
  height: 453px;
  padding: 0px 30px 20px;
}

.editIntroPop .popBody .input-box,
.customIntroPop .popBody .input-box {
  width: 502px;
}

.edui-default .edui-editor-iframeholder {
  padding: 0 15px;
}

.customIntroPop .paddingB20 {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.customIntroPop .sort-del {
  margin-top: 20px;
  float: right;
  margin-right: 5px;
}

.customIntroPop .sort-del i {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  color: #acb4bf;
  margin-right: 16px;
  margin-top: 2px;
  cursor: pointer;
}

.customIntroPop .sort-del i:hover {
  color: #3a8bff;
}

.customIntroPop .sort-del span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #6b89b3;
  line-height: 20px;
  letter-spacing: 0px;
  cursor: pointer;
}

.customIntroPop .sort-del span:hover {
  color: #3a8bff;
}

.customIntroPop .edit-content {
  position: relative;
  width: 502px;
  border: 1px solid #e1e1e5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.customIntroPop .edit-content.active {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(54, 123, 255, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(54, 123, 255, 0.5);
}

.customIntroPop .edui-default .edui-editor-iframeholder {
  padding: 0 15px;
}

.customIntroPop .radio-box .label {
  padding: 0;
}

.customIntroPop .radio-box .radio-item {
  font-size: 14px;
  color: #646873;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.customIntroPop .radio-box .radio-item .ipt-radio {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}

.customIntroPop .add-label {
  margin-top: 20px;
  margin-left: 78px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.customIntroPop .add-label .add {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/add-circle.png);
  background-size: 100% 100%;
  margin-right: 6px;
}

.customIntroPop .add-label span {
  font-size: 14px;
  font-weight: 500;
  color: #3a8bff;
  line-height: 20px;
  letter-spacing: 0px;
}

.w-200 {
  width: 200px;
}

.relevantInfoPop .popBody {
  padding: 20px 30px;
}

.relevantInfoPop .popBody > .label {
  float: left;
  font-size: 14px;
  color: #646873;
  line-height: 70px;
  margin-right: 20px;
}

.relevantInfoPop .popBody .right-box {
  display: inline-block;
  vertical-align: top;
}

.relevantInfoPop .popBody .right-box .choose-model {
  overflow: hidden;
}

.relevantInfoPop .popBody .right-box .choose-model .model {
  margin-right: 30px;
  cursor: pointer;
  float: left;
}

.relevantInfoPop .popBody .right-box .choose-model .model.active .bg-box {
  border: 1px solid #3a8bff;
}

.relevantInfoPop .popBody .right-box .choose-model .model.active .bg-box .choose-img {
  display: block;
}

.relevantInfoPop .popBody .right-box .choose-model .model .bg-box {
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #cad3e6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.relevantInfoPop .popBody .right-box .choose-model .model .bg-box:hover {
  border: 1px solid #3a8bff;
}

.relevantInfoPop .popBody .right-box .choose-model .model .bg-box .model-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.relevantInfoPop .popBody .right-box .choose-model .model .bg-box .choose-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background-image: url(/course-ans/images/courseportal/icon-choose.png);
  background-size: 100% 100%;
  display: none;
}

.relevantInfoPop .popBody .right-box .choose-model .model .model-name {
  font-size: 14px;
  text-align: center;
  color: #646873;
  line-height: 20px;
  margin-top: 10px;
}

.relevantInfoPop .popBody .right-box .form-box {
  width: 361px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F5F7FA;
  border-radius: 3px;
  margin-top: 14px;
}

.relevantInfoPop .popBody .right-box .form-box .form-item:first-child {
  margin-top: 0;
}

.relevantInfoPop .popBody .right-box .form-box .form-item .label {
  padding: 7px 0;
  width: 101px;
  float: left;
}

.relevantInfoPop .popBody .right-box .form-box .form-item .input-box {
  width: 200px;
}

.relevantInfoPop .popBody .right-box .form-box .form-item .input-box .ipt-info {
  width: 200px;
  height: 34px;
  padding: 7px 14px;
}

.relevantInfoPop .popBody .right-box .form-box .form-item .input-box .w-80 {
  width: 80px;
}

.relevantInfoPop .popBody .right-box .basic-box .form-box {
  width: 502px;
}

.relevantInfoPop .popBody .right-box .basic-box .form-box .label {
  width: auto;
}

.relevantInfoPop .popBody .right-box .basic-box .form-box .input-box .ipt-info {
  width: 413px;
}

.relevantInfoPop .popBody .right-box .basic-box .form-box .input-textarea {
  width: 413px;
  height: 170px;
}

.relevantInfoPop .popBody .tips {
  font-size: 12px;
  text-align: left;
  color: #f7704e;
  line-height: 17px;
  letter-spacing: 0px;
  margin-top: 10px;
}

.teachTeamPop .popBody {
  padding: 20px 30px;
}

.teachTeamPop .popBody .form-box .form-item:first-child {
  margin-top: 0;
}

.teachTeamPop .popBody .form-box .form-item .input-box {
  width: 502px;
}

.teachTeamPop .popBody .form-box .form-item .add-member {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 11px 0;
}

.teachTeamPop .popBody .form-box .form-item .add-member i {
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(/course-ans/images/courseportal/add-circle2.png);
  background-size: 100% 100%;
  margin-right: 6px;
  margin-top: 2px;
}

.teachTeamPop .popBody .form-box .form-item .add-member span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  color: #3a8bff;
  line-height: 20px;
  letter-spacing: 0px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tr .touxaing {
  width: 78px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tr .name {
  width: 84px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tr .zhanshi {
  width: 65px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tr .paixu {
  width: 75px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .thead .tr {
  padding: 0 15px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .thead .th {
  line-height: 40px;
  background: #f5f6f7;
  padding: 0 5px;
  color: #8a8b99;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr {
  padding: 0 15px;
  color: #181e33;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr .paixu i {
  font-style: 16px;
  color: #acb4bf;
  margin-right: 7px;
  cursor: pointer;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr .paixu i:hover {
  color: #3a8bff;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr .paixu i:last-child {
  margin-right: 0;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr .caozuo .blue-btn {
  font-style: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #3a8bff;
  margin-right: 19px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr .caozuo .blue-btn:last-child {
  margin-right: 0;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .tr .caozuo .blue-btn:active {
  font-weight: 500;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .td {
  padding: 14px 5px;
  line-height: 34px;
}

.teachTeamPop .popBody .form-box .form-item .table-box .table .tbody .head-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.courseChapterPop .popBody {
  padding: 20px 30px;
}

.courseChapterPop .popBody .color1 {
  color: #646873;
}

.courseChapterPop .popBody .margint30 {
  margin-top: 30px;
}

.courseChapterPop .popBody .margint20 {
  margin-top: 20px;
}

.courseChapterPop .popBody .margint24 {
  margin-top: 24px;
}

.courseChapterPop .popBody .show-list .color1 {
  display: inline-block;
  vertical-align: top;
}

.courseChapterPop .popBody .show-list .ipt-checkbox {
  margin-top: 2px;
  margin-right: 5px;
}

.courseChapterPop .popBody .item-list {
  overflow: hidden;
}

.courseChapterPop .popBody .item-list .color2 {
  color: #A8A8B3;
}

.courseChapterPop .popBody .item-list .item-box {
  margin-right: 40px;
  margin-top: 16px;
  float: left;
  cursor: pointer;
}

.courseChapterPop .popBody .item-list .item-box:last-child {
  margin-right: 0;
}

.courseChapterPop .popBody .item-list .item-box.active .item-bg {
  border: 1px solid #3a8bff;
  background: rgba(58, 139, 255, 0.05);
}

.courseChapterPop .popBody .item-list .item-box.active .item-bg .choose-img {
  display: block;
}

.courseChapterPop .popBody .item-list .item-box .item-bg {
  position: relative;
  width: 270px;
  height: 207px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #cad3e6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.courseChapterPop .popBody .item-list .item-box .item-bg .item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 219px;
  height: 163px;
}

.courseChapterPop .popBody .item-list .item-box .item-bg .choose-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background-image: url(/course-ans/images/courseportal/icon-choose1.png);
  background-size: 100% 100%;
  display: none;
}

.courseChapterPop .popBody .item-list .item-box .color1 {
  text-align: center;
  margin-top: 14px;
}

.courseShowPop .popBody {
  padding: 20px 35px 0;
}

.courseShowPop .popBody .cover-list {
  overflow: hidden;
}

.courseShowPop .popBody .color1 {
  color: #474c59;
}

.courseShowPop .popBody .color2 {
  color: #A8A8B3;
}

.courseShowPop .popBody .cover-box {
  margin-right: 30px;
  float: left;
  cursor: pointer;
}

.courseShowPop .popBody .cover-box:last-child {
  margin-right: 0;
}

.courseShowPop .popBody .cover-box.active .item-bg {
  opacity: 1;
  border: 1px solid #3a8bff;
  background: rgba(58, 139, 255, 0.05);
}

.courseShowPop .popBody .cover-box.active .item-bg .choose-img {
  display: block;
}

.courseShowPop .popBody .cover-box .item-bg {
  position: relative;
  width: 270px;
  height: 280px;
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #cad3e6;
  border-radius: 6px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.courseShowPop .popBody .cover-box .item-bg .play-img {
  position: absolute;
  z-index: 2;
  top: 73px;
  left: 120px;
  width: 30px;
  height: 30px;
}

.courseShowPop .popBody .cover-box .item-bg .item-img {
  width: 236px;
  height: 136px;
  /* 新加代码 */
  background: #F8F8FA;
  border: 1px solid #E1E3E5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 新加代码 */
.courseShowPop .popBody .cover-box .item-bg .item-img .video-nofiles {
  width: 40px;
  height: 40px;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .upload-process > p{
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6em;
  color: #8A8B99;
  margin-bottom: 10px;
  text-align: center;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .upload-process > p > .upload-num {
  margin-left: 2px;
  color: #3A8BFF;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .upload-process.success > p > .upload-num {
  color: #00B368;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .upload-process .upload-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: 160px;
  height: 8px;
  background: #E4E7EB;
  border-radius: 48.7184px;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .upload-process .upload-box .upload-line {
  height: 8px;
  background: linear-gradient(322.22deg, #5A33FF -34.58%, #6CC7FF 132%);
  box-shadow: 0px 2px 9px rgba(103, 161, 255, 0.5);
  border-radius: 100px;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .upload-process.success .upload-box .upload-line {
  background: #52CC5C;
  box-shadow: 0px 2px 9px rgba(1, 221, 142, 0.1);
}

.courseShowPop .popBody .cover-box .item-bg .item-img .showVideo {
  position: relative;
  width: 100%;
  height: 100%;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .showVideo video {
  width: 100%;
  height: 100%;
}

.courseShowPop .popBody .cover-box .item-bg .item-img .showVideo .play-img{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.courseShowPop .popBody .cover-box .item-bg .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.courseShowPop .popBody .cover-box .item-bg .choose-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background-image: url(/course-ans/images/courseportal/icon-choose1.png);
  background-size: 100% 100%;
  display: none;
}

.courseShowPop .popBody .cover-box .item-bg .text-box {
  margin-top: 16px;
}

.courseShowPop .popBody .cover-box .item-bg .text {
  font-size: 12px;
  font-weight: 500;
  color: #8a8b99;
  line-height: 17px;
}

.courseShowPop .popBody .cover-box .item-bg .upload-btn {
  float: right;
  margin-top: 12px;
  font-style: 0;
}

.courseShowPop .popBody .cover-box .item-bg .upload-btn i {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(/course-ans/images/courseportal/add-circle2.png);
  background-size: 100% 100%;
}

.courseShowPop .popBody .cover-box .item-bg .upload-btn span {
  display: inline-block;
  font-style: 14px;
  color: #3a8bff;
  line-height: 20px;
}

.courseShowPop .popBody .cover-box .color1 {
  text-align: left;
  margin-top: 14px;
}

/* 新加代码 */
.courseShowPop .popBody .cover-box label {
  cursor: pointer;
  text-align: right;
  float: right;
  user-select: none;
}

.courseShowPop .popBody .cover-box .color1 #coursePartAutoplay {
  width: 16px;
  height: 16px;
  background: url('/course-ans/images/courseportal/checkbox-noSelect.png') no-repeat 100% 100%;
  background-size: cover;
}

.courseShowPop .popBody .cover-box .color1 #coursePartAutoplay:checked{
  width: 16px;
  height: 16px;
  background: url('/course-ans/images/courseportal/checkbox-selected.png') no-repeat 100% 100%;
  background-size: cover;
}


.w-875 {
  width: 875px;
  margin: 0 auto;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop22 {
  margin-top: 22px;
}

.marginTop20 {
  margin-top: 20px;
}

.fs20 {
  font-size: 20px;
}

.teacher-info .top-info {
  width: 100%;
  height: 240px;
  background-image: url(/course-ans/images/courseportal/info-bg.png);
  background-size: 100% 100%;
  color: #ffffff;
}

.teacher-info .top-info .w-875 {
  position: relative;
  height: 100%;
  text-align: center;
}

.teacher-info .top-info .edit-info {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 120px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 19px;
  padding: 7px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.teacher-info .top-info .edit-info i {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background-image: url(/course-ans/images/courseportal/icon-edit.png);
  background-size: 100% 100%;
}

.teacher-info .top-info .edit-info span {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}

.teacher-info .top-info .head-img {
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.teacher-info .top-info .head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teacher-info .top-info .text1 {
  margin-top: 20px;
}

.teacher-info .top-info .text1 .name {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 8px;
}

.teacher-info .top-info .text1 .sex {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  width: 18px;
  height: 18px;
  background-image: url(/course-ans/images/courseportal/icon_nan.png);
  background-size: 100% 100%;
}

.teacher-info .top-info .text2 {
  margin-top: 23px;
}

.teacher-info .top-info .text2 li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: 30px;
}

.teacher-info .top-info .text2 li:last-child {
  margin-right: 0;
}

.teacher-info .top-info .text2 li i {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.teacher-info .top-info .text2 li .icon-job {
  width: 13px;
  height: 12px;
  background-image: url(/course-ans/images/courseportal/job.png);
  background-size: 100% 100%;
  margin-top: 3px;
}

.teacher-info .top-info .text2 li .icon-phone {
  width: 10px;
  height: 10px;
  background-image: url(/course-ans/images/courseportal/phone.png);
  background-size: 100% 100%;
  margin-top: 5px;
}

.teacher-info .top-info .text2 li .icon-youxiang {
  width: 12px;
  height: 9px;
  background-image: url(/course-ans/images/courseportal/youxiang.png);
  background-size: 100% 100%;
  margin-top: 5px;
}

.teacher-info .top-info .text2 li span {
  display: inline-block;
}

.teacher-info .info-box .color1 {
  color: #646873;
}

.teacher-info .info-box .color2 {
  color: #181e33;
}

.teacher-info .info-box .basic-box {
  width: 875px;
  height: 190px;
  background: #f5f7fa;
  border-radius: 2px;
  margin-top: 30px;
  padding: 30px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.teacher-info .info-box .basic-box ul {
  overflow: hidden;
}

.teacher-info .info-box .basic-box ul .icon-weibo {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  width: 18px;
  height: 15px;
  background-image: url(/course-ans/images/courseportal/weibo.png);
  background-size: 100% 100%;
}

.teacher-info .info-box .basic-box ul li {
  float: left;
  width: 379px;
}

.teacher-info .info-box .basic-box ul li:nth-child(2n) {
  width: 330px;
}

.teacher-info .info-box .basic-box ul li:nth-child(3n) {
  width: 106px;
}

.teacher-info .info-box .basic-box ul li .color2 {
  margin-top: 8px;
}

.teacher-info .info-box .text-box hr {
  background-color: #f2f2f2;
  border: 0;
  height: 1px;
  margin: 6px 0 12px;
}

.icon-clock {
  position: absolute;
  right: 14px;
  top: 8px;
  z-index: 0;
}

.icon-clock:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/course-ans/images/courseportal/icon-clock.png) no-repeat center;
  background-size: cover;
}

.edit-teacher .color3 {
  color: #3a8bff;
}

.edit-teacher .teacher-content {
  margin: 30px auto;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(239, 239, 239, 0.5);
  box-shadow: 0px 2px 17px 0px rgba(239, 239, 239, 0.5);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.edit-teacher .teacher-content .head-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 20px 0px #cdd1d7;
  box-shadow: 0px 7px 20px 0px #cdd1d7;
}

.edit-teacher .teacher-content .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.edit-teacher .teacher-content .edit-btn {
  display: inline-block;
  width: 100px;
  cursor: pointer;
}

.edit-teacher .teacher-content .edit-btn span {
  display: inline-block;
}

.edit-teacher .teacher-content .edit-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(/course-ans/images/courseportal/edit2-hover.png);
  background-size: 100% 100%;
}

.edit-teacher .teacher-content .form-box {
  width: 400px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
}

.edit-teacher .teacher-content .form-box hr {
  display: inline-block;
  width: 100%;
  border: 0;
  height: 1px;
  background-color: #f2f2f2;
  margin-top: 40px;
  margin-bottom: 20px;
}

.edit-teacher .teacher-content .form-box .form-item .label {
  text-align: right;
  padding: 7px 0;
}

.edit-teacher .teacher-content .form-box .form-item .input-box {
  width: 300px;
}

.edit-teacher .teacher-content .form-box .form-item .input-box .time-ipt {
  position: relative;
  z-index: 5;
  background: transparent;
  cursor: pointer;
}

.edit-teacher .teacher-content .form-box .form-item .input-box .ipt-info {
  height: 34px;
  padding: 6px 15px;
}

.edit-teacher .teacher-content .form-box .form-item .input-box .select-inp {
  width: 90px;
}

.edit-teacher .teacher-content .form-box .form-item .input-box .layui-input:focus {
  border: 1px solid #3a8bff !important;
}

.edit-teacher .teacher-content .form-box .form-item .input-box .icon-tips {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  width: 16px;
  height: 16px;
  background-image: url(/course-ans/images/courseportal/icon-tips.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.edit-teacher .teacher-content .form-box .form-item .input-box .icon-tips:hover {
  background-image: url(/course-ans/images/courseportal/tips-hover.png);
}

.edit-teacher .teacher-content .form-box .form-item .upload-btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 15px;
  border: 1px solid rgba(58, 139, 255, 0.5);
  border-radius: 30px;
  width: 89px;
  height: 29px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #3a8bff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.edit-teacher .teacher-content .form-box .form-item .require {
  margin-left: 12px;
  margin-top: 8px;
}

.edit-teacher .teacher-content .title {
  font-size: 16px;
  font-weight: 500;
  color: #181e33;
  line-height: 22px;
  margin-top: 10px;
}

.edit-teacher .teacher-content .title span {
  display: inline-block;
}

.edit-teacher .teacher-content .title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 9px;
  width: 4px;
  height: 4px;
  background: #cfd8e5;
  border-radius: 50%;
}

.edit-teacher .teacher-content .title::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 9px;
  width: 4px;
  height: 4px;
  background: #cfd8e5;
  border-radius: 50%;
}

.edit-teacher .teacher-content .edit-content {
  width: 893px;
  margin: 20px auto 0;
  text-align: left;
  border: 1px solid #e1e1e5;
  border-radius: 4px;
}

.edit-teacher .teacher-content .edit-content.active {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(54, 123, 255, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(54, 123, 255, 0.5);
}

/* layui日期样式 */
.body .datecommon {
  -webkit-box-shadow: 0 0 4px 2px #DADFE7;
  box-shadow: 0 0 4px 2px #DADFE7;
  border: none;
  border-radius: 6px;
  overflow: hidden;
}

.body .laydate-theme-monthLayDate .layui-laydate-main {
  width: 260px;
  height: 250px;
}

.body .laydate-theme-monthLayDate .laydate-month-list > li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 10px 9px;
  border-radius: 4px;
}

.datecommon.layui-laydate .layui-this {
  background-color: #658DFF !important;
}

.datecommon .layui-laydate-header i:hover,
.datecommon .layui-laydate-header span:hover {
  color: #3A8BFF;
}

.laydate-theme-dayLayDate .layui-laydate-content td {
  border-radius: 50%;
  line-height: 25px;
}

.datecommon .layui-laydate-content td:hover,
.datecommon .layui-laydate-list li:hover {
  background-color: #789BFF;
  color: #ffffff;
}


/*修改封面图片的弹框*/
.edit-cover-container {
  display: none;
}

.edit-cover-container .popDiv {
  height: 600px;
  box-sizing: border-box;
}

.edit-cover-container h3 {
  font-size: 16px;
  color: #181E33;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.edit-cover-container .edit-main {
  font-size: 0;
  padding: 30px;
  box-sizing: border-box;
  /*默认封面图片列表*/
}

.edit-cover-container .edit-main > div {
  display: inline-block;
  vertical-align: top;
}

.edit-cover-container .edit-main .left {
  width: 210px;
}

.edit-cover-container .edit-main .scan-cover {
  width: 100%;
  height: 126px;
  margin-bottom: 14px;
  border-radius: 4px;
}

.edit-cover-container .edit-main p {
  font-size: 12px;
  color: #b5b5bf;
  line-height: 17px;
}

.edit-cover-container .edit-main .select-default-cover {
  font-size: 12px;
  color: #3A8BFF;
  font-weight: normal;
  cursor: pointer;
}

.edit-cover-container .edit-main .select-default-cover:hover {
  opacity: 0.7;
}

.edit-cover-container .edit-main .right {
  margin-left: 30px;
}

.edit-cover-container .edit-main .right .cover-crop-container {
  position: relative;
  background: #F8FBFF;
  border: 1px dashed #9DC5FF;
  border-radius: 6px;
  width: 540px;
  height: 324px;
  box-sizing: border-box;
}

.edit-cover-container .edit-main .add-cover-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.edit-cover-container .edit-main .add-cover-box p {
  margin-bottom: 4px;
}

.edit-cover-container .edit-main .add-cover-box .fs14 {
  font-size: 14px;
}

.edit-cover-container .edit-main .add-cover-box .fs12 {
  font-size: 12px;
}

.edit-cover-container .edit-main .default-covers {
  position: absolute;
  display: none;
  bottom: 77px;
  left: 146px;
  width: 626px;
  height: 270px;
  padding: 20px 0 10px 20px;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(175, 187, 204, 0.75);
  border-radius: 6px;
  box-sizing: border-box;
  z-index: 10;
}

.edit-cover-container .edit-main .default-covers .covers {
  height: 100%;
  font-size: 0;
}

.edit-cover-container .edit-main .default-covers .covers > li {
  display: inline-block;
  vertical-align: top;
  width: 136px;
  height: 81px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.edit-cover-container .edit-main .default-covers .covers > li.selected {
  border: 3px solid #0099FF;
  box-sizing: border-box;
}

.edit-cover-container .edit-main .default-covers .covers > li:not(:nth-child(4n)) {
  margin-right: 14px;
}

.edit-cover-container .edit-main .default-covers .covers > li > img {
  width: 100%;
  height: 100%;
}

.edit-cover-container .edit-main .default-covers .covers > li:hover {
  opacity: .7;
}

.edit-cover-container .upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.edit-cover-container .upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.edit-cover-container .upload .icon {
  display: inline-block;
  color: #A8A8B3;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 40px;
}

.edit-cover-container .upload:hover {
  opacity: 0.7;
}

.edit-cover-container .modify-cropper {
  display: none;
  overflow: hidden;
  margin-top: 26px;
}

.edit-cover-container .modify-cropper > div {
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  color: #91A0B5;
}

.edit-cover-container .modify-cropper .zoom-image {
  margin-top: 10px;
}

.edit-cover-container .modify-cropper .zoom-image span {
  display: inline-block;
  vertical-align: middle;
}

.edit-cover-container .modify-cropper .zoom-image .icon {
  font-size: 18px;
  cursor: pointer;
}

.edit-cover-container .modify-cropper .zoom-image .icon:hover {
  opacity: 0.7;
}

.edit-cover-container .modify-cropper .zoom-image .progress {
  position: relative;
  width: 96px;
  height: 6px;
  background: #EAEFF4;
  border-radius: 6px;
  margin: 0 12px;
}

.edit-cover-container .modify-cropper .zoom-image .progress-mark {
  position: absolute;
  top: -3px;
  left: 0;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3A8BFF;
  border: 1px solid #6FAAFF;
  box-shadow: 0 2px 5px 0 rgba(82, 127, 255, 0.3);
  z-index: 2;
}
.bg-add-blue {
  width: 40px;
  height: 40px;
  background: url(/course-ans/images/sprites_2.png) -5px -87px;
  background-size: 50px auto;
}

.pop-nav .menus .theme-list > ul > .selectTemplate{
  border: 2px solid #3a8bff;
}

.pop-nav .menus .theme-list > ul > .selectTemplate:hover {
  border: 2px solid #3a8bff;
}



.course-portal .course-main .selfAriticle {
  /*background: #fbfcfd;*/
}


.course-portal .course-main .selfAriticle .content-box {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.course-portal .course-main .selfAriticle .content-box .text-box {
  max-height: 213px;
  overflow: hidden;
  font-size: 14px;
  color: #181e33;
  line-height: 24px;
  letter-spacing: 0px;
}

.course-portal .course-main .selfAriticle .content-box .btn-box {
  position: absolute;
  bottom: -62px;
  width: 100%;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 252, 253, 0)), color-stop(31%, #fbfcfd));*/
  /*background: -webkit-linear-gradient(top, rgba(251, 252, 253, 0) 0%, #fbfcfd 31%);*/
  /*background: -o-linear-gradient(top, rgba(251, 252, 253, 0) 0%, #fbfcfd 31%);*/
  /*background: linear-gradient(180deg, rgba(251, 252, 253, 0) 0%, #fbfcfd 31%);*/
  padding-top: 53px;
  padding-bottom: 9px;
}

.course-portal .course-main .selfAriticle .content-box .btn-box p {
  margin-top: 0;
}

.course-portal .course-main .selfAriticle.has-tab .tab-head {
  text-align: center;
  font-size: 0;
  height: 22px;
}

.course-portal .course-main .selfAriticle.has-tab .tab-head .tab-t {
  font-size: 16px;
  color: #646873;
  line-height: 22px;
}

.course-portal .course-main .selfAriticle.has-tab .tab-head .tab-t.current {
  color: #3a8bff;
}

.course-portal .course-main .selfAriticle.has-tab .tab-head .line {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 1px;
  margin: 0 15px;
}

.course-portal .course-main .selfAriticle.has-tab .tab-body {
  margin-top: 37px;
}

.course-portal .course-main .selfAriticle {
  /*background: #fbfcfd;*/
}

.course-portal .course-main .selfAriticle .content-box {
  width: 820px;
  margin: 30px auto 0;
}

.course-portal .course-main .selfAriticle .content-box .book-item {
  width: 820px;
  height: 156px;
  background: #f7f8fa;
  border-radius: 4px;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: left;
  color: #474c59;
  cursor: pointer;
}

.course-portal .course-main .selfAriticle .content-box .book-item:hover {
  background: #f0f5fc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(128, 131, 137, 0.19);
  box-shadow: 0px 2px 4px 0px rgba(128, 131, 137, 0.19);
  color: #131b26;
}

.course-portal .course-main .selfAriticle .content-box .book-item:hover .title {
  color: #3a8bff;
}

.course-portal .course-main .selfAriticle .content-box .book-item:hover .press {
  color: #474c59;
}

.course-portal .course-main .selfAriticle .content-box .book-item .left-box {
  width: 96px;
  height: 128px;
  margin-right: 24px;
}

.course-portal .course-main .selfAriticle .content-box .book-item .left-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-portal .course-main .selfAriticle .content-box .book-item .title {
  font-size: 16px;
  color: #131b26;
  line-height: 22px;
  max-width: 448px;
}

.course-portal .course-main .selfAriticle .content-box .book-item .press {
  font-size: 14px;
  color: #8a8b99;
  line-height: 20px;
  margin-top: 4px;
}

.course-portal .course-main .selfAriticle .content-box .book-item .desc {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  margin-top: 22px;
}

.course-portal .course-main .selfAriticle .content-box .book-item .time {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.deleteCourseVideo{
  margin-left: 10px;
}
.moxie-shim{
  pointer-events: none;
}


/*2023-07-05-课程活动数字段增加提示语说明*/
.Gtips {
  position:relative;
  display:inline-block;
}
.tipsIc {
  display:inline-block;
  width:16px;height:16px;
  background:url(/course-ans/images/courseportal/icon-tips.png) no-repeat;
  background-size:100%;vertical-align: middle;
}
.tipsIc:hover {
  background:url(/course-ans/images/courseportal/tips-hover.png) no-repeat;
  background-size:100%;
}
.tipsCon {
  position:absolute;
  left:-40px;
  bottom:26px;
  min-width:200px;
  padding:8px 15px; line-height:20px;background: rgba(24,30,51,0.80);
  border-radius: 4px;opacity: 0; visibility: hidden;
  -webkit-transition: opacity 0.1s 1s, visibility 0s 0.3s;
  transition: opacity 0.1s 1s, visibility 0s 0.3s;
  text-align:left;color:#fff;
  font-size:12px;
}
.tipsCon i{
  display:block;
  width:0px;
  height:0px;
  border:solid rgba(24,30,51,0.80) 4px;
  position:absolute; left:43px;
  bottom:-7px;
  top:auto;
  border-color:rgba(24,30,51,0.80) transparent transparent transparent;
}
.tipsCon i.active {
  display:block;
  width:0px;
  height:0px;
  border:solid rgba(24,30,51,0.80) 4px;
  position:absolute;
  left:50%;
  margin-left:-4px;
  bottom:40px;
  top:auto;
  border-color:transparent transparent rgba(24,30,51,0.80) transparent;
}
.Gtips:hover .tipsCon {
  display:block;
  opacity:1; visibility:visible;
  -webkit-transition:opacity 0.3s 0.1s, visibility 0.3s 0.1s;
  transition:opacity 0.3s 0.1s, visibility 0.3s 0.1s;
}
.GtipsEnglish .tipsCon {
  left:auto;
  right:-40px;
}
.GtipsEnglish .tipsCon i {
  left:auto;
  right:43px;
}

/*2023-06-13-同步教师团队成员*/
.teacherSwitch .switch {
  margin-top:11px;
}
.teacherSwitch .bubbleHover {
  position:relative;
}
.teacherSwitch .bubbleHover .bubble {
  width:170px;
  right: -10px;
  left: auto;
  text-align: left;
  transform:translateX(0);
  bottom: 31px;
  top: auto;
}
.teacherSwitch .bubbleHover .bubble:after {
  left:auto;
  right:25px;
}
.teacherSwitch .bubbleHover:hover .bubble {
  display:block;
}


/**2024.04.03.章节目录修改**/
.course-portal .course-main .catalogue .chapter-list .chapter .section-list li .section {
  cursor: auto !important;
  padding-left: 78px
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list li .section-list li .section {
  padding-left: 88px
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list li .section-list li .section-list li .section {
  padding-left: 98px
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list li .section-list li .section-list li .section-list li .section {
  padding-left: 108px
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list li .section-list li .section-list li .section-list li .section-list li .section {
  padding-left: 118px
}

.course-portal .course-main .catalogue .chapter-list .chapter .section-list li .section-list li .section-list li .section-list li .section-list li .section-list li .section {
  padding-left: 128px
}

.pop-nav .menus .menus-list .course-tupu .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 76%;
}

.pop-nav .menus .menus-list .course-tupu .right-btn {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, rgba(255, 255, 255, .95), #fff);
}

.relative {
  position: relative
}

.chidBx {
  margin-top: 14px;
  position: relative
}

.chidBx:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 92%;
  border-left: dashed 1px #D2D7DE;
  top: 0;
  left: 0
}

.bordeLeft .name:before {
  content: '';
  width: 9px;
  height: 1px;
  left: -18px;
  top: 50%;
  position: absolute;
  border-top: dashed 1px #D2D7DE
}

.chidBx ul {
  padding: 0 !important;
  padding-left: 22px !important;
}

.chidBx ul li {
  padding: 9px 0
}

/**2025.05.13**/
.pop-nav .menus .menus-list .menus-item .right-btn i.icon-view {
  background: url(/course-ans/images/courseportal/viewEye.png) no-repeat;
  background-size: 100%;
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-view:hover {
  background: url(/course-ans/images/courseportal/viewEyeBlue.png) no-repeat;
  background-size: 100%;
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-hide {
  background: url(/course-ans/images/courseportal/closeEye.png) no-repeat;
  background-size: 100%;
}

.pop-nav .menus .menus-list .menus-item .right-btn i.icon-hide:hover {
  background: url(/course-ans/images/courseportal/closeEyeBlue.png) no-repeat;
  background-size: 100%;
}

.edit-portal .edit-box i.icon-view {
  background-image: url(/course-ans/images/courseportal/viewEye.png);
}

.edit-portal .edit-box i.icon-view:hover {
  background-image: url(/course-ans/images/courseportal/viewEyeBlue.png);
}