/*小图标*/
.courseType {
  width: 57px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  font-size: 22px;
  color: #fff;
  margin-right: 5px;
}
.courseType.face {
  background-color: #1192ff;
}
.courseType.face::after {
  content: "面授";
}
.courseType.live {
  background-color: #41de9d;
}
.courseType.live::after {
  content: "直播";
}
.courseType.video {
  background-color: #3762dd;
}
.courseType.video::after {
  content: "视频";
}
.courseType.picArticle {
  background-color: #4bbdc7;
}
.courseType.picArticle::after {
  content: "图文";
}
/*课程详情头部*/
.onepage-hd {
  width: 100%;
}
.onepage-hd .course-cover-pic {
  position: relative;
}
.onepage-hd .course-cover-pic .course-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
}
.onepage-hd .course-cover-pic .course-cover .course-cover-name {
  width: 100%;
  padding: 20px 40px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgba(51, 51, 51, 0.2) 1%, rgba(51, 51, 51, 0.5) 50%, rgba(51, 51, 51, 0.2) 100%);
}
.onepage-hd .course-cover-pic .course-cover .course-cover-name div {
  width: 100%;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.onepage-hd .course-cover-pic .coverMask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.onepage-hd .course-cover-pic .coverMask .course-info {
  position: relative;
  padding-left: 160px;
}
.onepage-hd .course-cover-pic .coverMask .course-info.face-to-face {
  padding-top: 145px;
}
.onepage-hd .course-cover-pic .coverMask .course-info.live {
  padding-top: 224px;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul {
  font-size: 30px;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li {
  overflow: hidden;
  padding: 10px 0px;
  position: relative;
  font-size: 30px;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li .type-title {
  font-size: 30px;
  color: #fff;
  vertical-align: top;
  line-height: 34px;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li .address {
  display: inline-block;
  width: 385px;
  line-height: 34px;
  color: #fff;
  vertical-align: top;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li .have-sign {
  font-size: 22px;
  color: #ccc;
  vertical-align: middle;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li .new-person {
  vertical-align: middle;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li .new-eye {
  vertical-align: middle;
  margin-left: 35px;
}
.onepage-hd .course-cover-pic .coverMask .course-info ul li .limit-num {
  font-size: 22px;
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
}
.onepage-hd .course-cover-pic img {
  width: 100%;
}
/*课程详情头部end*/
/*tab栏*/
.course-service {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.course-service ul {
  font-size: 0;
  display: flex;
  padding-top: 10px;
}
.course-service ul li {
  display: inline-block;
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-service ul li p {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  font-size: 28px;
  min-height: 90px;
  line-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-service ul li p em {
  padding-left: 5px;
}
.course-service ul li span {
  text-align: center;
  color: #666;
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
}
.course-service ul li.active span {
  border-bottom: 6px solid #279ff5;
  color: #279ff5;
  margin: 0 60px;
}
.course-service ul li.active p {
  color: #279ff5;
}
/*tab栏end*/
/*详情内容*/
.course-main-content-box {
  width: 100%;
  background-color: #efefef;
}
.course-main-content-box .content-box {
  padding-bottom: 120px;
}
.course-main-content-box .content-box .content .detail-top {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
.course-main-content-box .content-box .content .detail-top .header-title {
  width: 91.8%;
  margin: 0 auto;
  font-size: 28px;
}
.course-main-content-box .content-box .content .detail-top .header-title h1 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 46px;
  color: #333;
}
.course-main-content-box .content-box .content .detail-top .header-title .nameWraper {
  width: 100%;
  padding-bottom: 40px;
}
.course-main-content-box .content-box .content .detail-top .header-title .nameWraper .courseName {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 45px;
  vertical-align: middle;
}
.course-main-content-box .content-box .content .detail-top .header-title .courseMainInfo {
  margin-bottom: 35px;
  font-size: 0;
}
.course-main-content-box .content-box .content .detail-top .header-title .courseMainInfo .blocker {
  display: inline-block;
  font-size: 28px;
  margin-right: 20px;
}
.course-main-content-box .content-box .content .detail-top .header-title .courseMainInfo .blocker .title {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.course-main-content-box .content-box .content .detail-top .header-title .courseMainInfo .blocker .infoContent {
  color: #333;
}
.course-main-content-box .content-box .content .detail-top .header-title .courseMainInfo:last-child {
  margin-bottom: 0;
}
.course-main-content-box .content-box .content .detail-top .header-title .rateOfLearning {
  position: absolute;
  right: 20px;
  top: 200px;
  font-size: 28px;
}
.course-main-content-box .content-box .content .detail-top .header-title .rateOfLearning .notStarted {
  color: #F8402D;
}
.course-main-content-box .content-box .content .detail-top .header-title .rateOfLearning .inProgress {
  color: #1192FF;
}
.course-main-content-box .content-box .content .detail-top .header-title .rateOfLearning .completed {
  color: #18BF66;
}
.course-main-content-box .content-box .content .detail-top .header-title .fanli_content {
  display: inline-block;
  margin-right: 15px;
}
.course-main-content-box .content-box .content .detail-top .header-title .fanli_content img {
  width: 56px;
  height: 36px;
  margin-right: 5px;
}
.course-main-content-box .content-box .content .detail-top .header-title .fanli_content span {
  font-size: 28px;
  color: #ff5b28;
  vertical-align: middle;
}
.course-main-content-box .content-box .content .detail-top .header-title .priceWraper {
  color: #ff5b28;
  display: inline-block;
}
.course-main-content-box .content-box .content .detail-top .header-title .priceWraper .price {
  display: inline-block;
  font-size: 36px;
  vertical-align: middle;
}
.course-main-content-box .content-box .content .detail-top .header-title .priceWraper .grayLine {
  width: 2px;
  height: 20px;
  background-color: #ddd;
  margin: 0 40px;
  display: inline-block;
}
.course-main-content-box .content-box .content .detail-top .header-title .priceWraper .signNum {
  font-size: 28px;
  vertical-align: middle;
}
.course-main-content-box .content-box .content .course-part {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
}
.course-main-content-box .content-box .content .course-part section {
  width: 91.8%;
  margin: 0 auto;
  padding-bottom: 60px;
  /*讲师介绍*/
}
.course-main-content-box .content-box .content .course-part section .ptitle {
  padding: 50px 0 20px;
}
.course-main-content-box .content-box .content .course-part section .ptitle .border-left-orange {
  width: 6px;
  height: 30px;
  margin-right: 16px;
  background-color: #279ff5;
  display: inline-block;
  border-radius: 3px;
  vertical-align: -4px;
}
.course-main-content-box .content-box .content .course-part section article {
  width: 100%;
  font-size: 28px;
  color: #666666;
}
.course-main-content-box .content-box .content .course-part section article p,
.course-main-content-box .content-box .content .course-part section article span,
.course-main-content-box .content-box .content .course-part section article div {
  font-size: 28px !important;
  line-height: 50px;
  text-align: left;
}
.course-main-content-box .content-box .content .course-part section article .course_introduction_content {
  padding-top: 20px;
}
.course-main-content-box .content-box .content .course-part section article .course_introduction_content img {
  width: 100%;
}
.course-main-content-box .content-box .content .course-part section .teacher .lecturers-info img {
  width: 100%;
}
.course-main-content-box .content-box .content .course-part section .teacher .lecturers-info .name {
  display: inline-block;
  padding: 20px 0;
  font-size: 36px !important;
  color: #333;
}
.course-main-content-box .content-box .content .course-part section .teacher .lecturers-info .recommandBtn {
  margin-left: 20px;
  text-align: center;
  background-color: #4faeff;
  color: #fff;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 28px;
  border-radius: 4px;
  padding: 0px 20px;
  min-width: 150px;
}
.course-main-content-box .content-box .content .registration_list {
  display: none;
}
.course-main-content-box .content-box .content .registration_list .haveSignList {
  width: 100%;
  padding-top: 20px;
}
.course-main-content-box .content-box .content .registration_list .haveSignList ul li {
  width: 23.3%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
}
.course-main-content-box .content-box .content .registration_list .haveSignList ul li a {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.course-main-content-box .content-box .content .registration_list .haveSignList ul li a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.course-main-content-box .content-box .content .registration_list .haveSignList ul li span {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-main-content-box .content-box .content .other_courses,
.course-main-content-box .content-box .content .other-post-course {
  display: none;
}
.course-main-content-box .content-box .content .other_courses main,
.course-main-content-box .content-box .content .other-post-course main {
  width: 100%;
}
.course-main-content-box .content-box .content .other_courses main a,
.course-main-content-box .content-box .content .other-post-course main a {
  width: 100%;
}
.course-main-content-box .content-box .content .other_courses main a .media,
.course-main-content-box .content-box .content .other-post-course main a .media {
  width: 100%;
  padding-top: 30px;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-left,
.course-main-content-box .content-box .content .other-post-course main a .media .media-left {
  width: 31%;
  height: auto;
  margin-right: 3%;
  display: inline-block;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-left img,
.course-main-content-box .content-box .content .other-post-course main a .media .media-left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-body,
.course-main-content-box .content-box .content .other-post-course main a .media .media-body {
  width: 66%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-body h3,
.course-main-content-box .content-box .content .other-post-course main a .media .media-body h3 {
  width: 86%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-body .time,
.course-main-content-box .content-box .content .other-post-course main a .media .media-body .time {
  display: inline-block;
  font-size: 24px;
  color: #666666;
  margin-top: 20px;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-body .sign-bug-num-wrap,
.course-main-content-box .content-box .content .other-post-course main a .media .media-body .sign-bug-num-wrap {
  width: 100%;
  position: absolute;
  font-size: 22px;
  color: #999999;
  top: 100px;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-body .sign-bug-num-wrap .unit-price,
.course-main-content-box .content-box .content .other-post-course main a .media .media-body .sign-bug-num-wrap .unit-price {
  font-size: 28px;
  color: #fd6500;
  margin-right: 5%;
}
.course-main-content-box .content-box .content .other_courses main a .media .media-body .sign-bug-num-wrap .bug-num,
.course-main-content-box .content-box .content .other-post-course main a .media .media-body .sign-bug-num-wrap .bug-num {
  margin-right: 7%;
}
.course-main-content-box .content-box .content .other_courses .change_batch,
.course-main-content-box .content-box .content .other-post-course .change_batch {
  text-align: center;
  margin-top: 40px;
}
.course-main-content-box .content-box .content .other_courses .change_batch span,
.course-main-content-box .content-box .content .other-post-course .change_batch span {
  width: 100%;
  text-align: center;
  font-size: 26px;
  vertical-align: middle;
}
.course-main-content-box .content-box .content .other_courses .change_batch span i,
.course-main-content-box .content-box .content .other-post-course .change_batch span i {
  margin-right: 2%;
}
.course-main-content-box .content-box .content .post-person-information {
  width: 100%;
  background-color: #fff;
  padding: 20px 24px;
  padding-bottom: 0;
  display: block;
  margin-bottom: 10px;
  padding-top: 40px;
}
.course-main-content-box .content-box .content .post-person-information h2.ptitle {
  font-size: 30px;
  color: #333333;
  height: 30px;
  line-height: 30px;
}
.course-main-content-box .content-box .content .post-person-information .pers-info {
  width: 100%;
  padding-top: 40px;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left {
  float: left;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 25px;
  float: left;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left .information {
  float: left;
  display: block;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left .information .name {
  width: auto;
  font-size: 32px;
  color: #333;
  margin-bottom: 18px;
  margin-top: 10px;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left .information .joined {
  font-size: 28px;
  color: #777;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left .information .joined .blue {
  color: #0191d4;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .info-left .information .joined .line {
  color: #dddddd;
  padding: 0 20px;
}
.course-main-content-box .content-box .content .post-person-information .pers-info .right-arrow-big {
  float: right;
  margin-top: 40px;
}
.course-main-content-box .content-box .content .post-person-information .partition {
  border-bottom: 1px solid #ddd;
}
.course-main-content-box .content-box.videoCatalogue {
  background-color: #FFFFFF;
  padding: 0 20px;
  margin-top: 60px;
  margin-bottom: 110px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent {
  border-bottom: 2px solid #ddd;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader {
  position: relative;
  height: 80px;
  margin-bottom: 37px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .chapterName {
  width: 81%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .chapterNumber {
  font-weight: 400;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .chapterNumber,
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .chapterName {
  color: #333;
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterLeft .isTryWatch {
  color: #999999;
  font-size: 24px;
  padding-left: 5px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .chapterHeader .chapterRight {
  display: inline-block;
  color: #999999;
  font-size: 24px;
  padding: 0 4px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .operationBox {
  font-size: 28px;
  color: #1192ff;
  padding-bottom: 20px;
  cursor: pointer;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .operationBox em {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url("../images/courseInfo/arrow.png") no-repeat center center;
  padding-left: 40px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .operationBox em.downAccrow {
  transform: rotate(-180deg);
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul {
  width: 100%;
  display: inline-block;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li {
  padding-bottom: 15px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item {
  line-height: 24px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info {
  display: flex;
  justify-content: space-around;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info i {
  display: inline-block;
  width: 35px;
  height: 30px;
  margin-top: 5px;
  left: 0;
  top: 0px;
  position: relative;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info i.video-icon {
  background: url("../images/courseInfo/video-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info i.live-icon {
  background: url("../images/courseInfo/live-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info i.face-icon {
  background: url("../images/courseInfo/face-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info i.imageText-icon {
  background: url("../images/courseInfo/imageText-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info .type {
  font-weight: bold;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info span {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  vertical-align: middle;
  padding-left: 5px;
  cursor: pointer;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info .name {
  width: 75%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
  padding-left: 15px;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .video-info .timer {
  width: 26%;
  display: inline-block;
  text-align: right;
  color: #999;
}
.course-main-content-box .content-box.videoCatalogue .chapterBox .chapterContent .videoList ul li .item .tryWatchBtn {
  width: 90px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #ffefe5;
  color: #fd6500;
  border-radius: 21px;
  font-size: 24px;
  margin-right: 10px;
}
.course-main-content-box .enter-class .courseware {
  width: 100%;
  height: auto;
}
.course-main-content-box .enter-class .courseware .course-materials {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 50px 20px 0;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info {
  width: 100%;
  color: #333;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info h2 {
  font-size: 30px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info h2 .border-left-orange {
  width: 6px;
  height: 30px;
  margin-right: 16px;
  background-color: #279ff5;
  display: inline-block;
  border-radius: 3px;
  vertical-align: -4px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item {
  width: 100%;
  padding-bottom: 40px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a {
  width: 100%;
  font-size: 28px;
  display: inline-block;
  margin-top: 40px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .file-name-wrap,
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .file-size {
  width: 67%;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .status {
  width: 16%;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  display: inline-block;
  border-radius: 23px;
  background-color: #eeeeee;
  color: #999999;
  text-align: center;
  vertical-align: top;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .status.red {
  color: #fd6500;
  background-color: #ffe0cc;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .status.green {
  color: #18bf66;
  background-color: #d1f2e0;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .file-size {
  font-size: 24px;
  color: #999999;
  padding-top: 10px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .download,
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .right-arrow-big {
  width: 44px;
  height: 44px;
  background: url("../images/download_icon.png") no-repeat;
  float: right;
  margin-right: 40px;
}
.course-main-content-box .enter-class .courseware .course-materials .down-info .down-info-item a .right-arrow-big {
  background: url("../images/arrow_icon.png") no-repeat;
}
.course-main-content-box .course-evaluate-list {
  background-color: #fff;
}
.course-main-content-box .course-evaluate-list .couDetailCommentShare {
  width: 100%;
  margin: 80px 0;
  text-align: center;
}
.course-main-content-box .course-evaluate-list .couDetailCommentShare .oarange-btn {
  font-size: 28px;
  border: 1px solid #1192ff;
  border-radius: 33px;
  color: #1192ff;
  padding: 19px 87px;
}
.course-main-content-box .course-evaluate-list .evaluateDiv {
  width: 95%;
  margin: 0 auto;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .evaluate-list-title {
  display: flex;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .evaluate-list-title .topic {
  flex: 1;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #999;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .evaluate-list-title .topic span {
  border-radius: 30px;
  display: inline-block;
  width: 90%;
  background-color: #eeeeee;
  color: #333333;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .evaluate-list-title .topic span font {
  margin-left: 3%;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .evaluate-list-title .topic.selected span {
  color: #fff;
  background-color: #279ff5;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item {
  padding: 50px 5px 20px;
  position: relative;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item .reject-logo {
  position: absolute;
  top: 0;
  right: 40px;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item .info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item .info .name {
  font-size: 28px;
  color: #333;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  vertical-align: middle;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item .evaluate-content,
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item .time {
  font-size: 28px;
  margin: 20px 0;
  color: #333;
  line-height: 40px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 13%;
}
.course-main-content-box .course-evaluate-list .evaluateDiv .my-evaluate-wrap .evaluate-item .time {
  font-size: 24px;
  margin: 0;
  color: #999999;
}
.course-main-content-box .notes-no {
  width: 100%;
  height: 550px;
  background: #fff;
  text-align: center;
  padding: 150px 0;
}
.course-main-content-box .notes-no img {
  margin-bottom: 20px;
  width: 100px;
}
/*底部报名框*/
.footer-fix-button {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
}
.footer-fix-button .details-bottom {
  background-color: #fff;
  height: 98px;
  border-top: 1px solid #e6e6e6;
}
.footer-fix-button .details-bottom ul {
  background-color: #fff;
}
.footer-fix-button .details-bottom ul li {
  width: 32.33%;
  height: 98px;
  display: inline-block;
  color: #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0px 14px;
  margin-bottom: -20px;
}
.footer-fix-button .details-bottom ul li a {
  display: inline-block;
  color: #999999;
  font-size: 22px;
  position: relative;
}
.footer-fix-button .details-bottom ul li a .icon_class {
  width: 41px;
  height: 41px;
  display: inline-block;
}
.footer-fix-button .details-bottom ul li a .icon_between_class {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-top: 20px;
}
.footer-fix-button .details-bottom ul li a .answer-icon-gray {
  width: 41px;
  height: 41px;
  display: inline-block;
  background: url("../images/answer_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a .collect-gray {
  width: 41px;
  height: 41px;
  display: inline-block;
  background: url("../images/interest_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a .collect-orange {
  width: 41px;
  height: 41px;
  display: inline-block;
  background: url("../images/sure_interest_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a .white-person {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-top: 20px;
  margin-top: 15px;
  background: url("../images/sign_up_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a .faceCourse-icon {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-top: 20px;
  background: url("../images/sign_in_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a .white-video {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-top: 20px;
  background: url("../images/look_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a .picArticle-icon {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-top: 20px;
  background: url("../images/start_study_icon.png") no-repeat;
}
.footer-fix-button .details-bottom ul li a span.title {
  display: block;
  margin-top: 8px;
  font-size: 24px;
}
.footer-fix-button .details-bottom ul li.sign a {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  color: #333333;
}
.footer-fix-button .details-bottom ul li.sign a .singUp_icon_box {
  width: 100px;
  height: 100px;
  background-color: #cfe8fe;
  border-radius: 50%;
  transform: translate(0);
  position: fixed;
  overflow-y: scroll;
  margin: -108px 0 0 75px;
  z-index: 9999;
}
.footer-fix-button .details-bottom ul li.sign a .singUp_icon_box .singUp_content_box {
  width: 85px;
  height: 85px;
  margin: 7px auto 0;
  background-color: #1192ff;
  border-radius: 50%;
  z-index: 9999;
}
.footer-fix-button .details-bottom.haveEnd {
  background-color: #ccc;
  line-height: 98px;
  text-align: center;
  font-size: 34px;
  color: #666;
}
.footer-fix-button .details-bottom.blueBottomBtn {
  background-color: #279ff5;
  line-height: 98px;
  text-align: center;
  font-size: 34px;
  color: #fff;
}
.footer-fix-button .details-bottom .white-person {
  position: relative;
  top: 3px;
  height: 43px;
}
.footer-fix-button .details-bottom .white-video {
  height: 43px;
}
.open_more {
  border-top: 1px solid #d9d9d9;
}
.open_details {
  text-align: center;
  height: 85px;
  line-height: 85px;
  display: block;
  font-size: 30px;
  color: #999;
}
.fabu {
  margin: 20px 20px 35px 20px;
  height: 68px;
  border: 1px solid #e1e8fa;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 68px;
}
/*课程详情-微信外支付*/
.qcode-wrap {
  width: 554px;
  height: 622px;
  margin: 0 auto;
  margin-top: 98px;
  background: url('../images/my-joined-bg.png') center center no-repeat;
  text-align: center;
  padding-top: 66px;
}
.qcode-wrap img {
  width: 408px;
  height: 408px;
}
.qcode-wrap .p1 {
  font-size: 28px;
  color: #333;
  margin-top: 45px;
}
.pay-by-weixin-content {
  width: 554px;
  margin: 0 auto;
  margin-top: 57px;
}
.pay-by-weixin-content .step-explain {
  margin-top: 38px;
}
.pay-by-weixin-content .step-explain .circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  background-color: #44a200;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  margin-right: 16px;
}
.pay-by-weixin-content .step-explain .title {
  font-size: 32px;
  color: #333;
  display: inline-block;
  vertical-align: top;
  width: 490px;
}
.pay-by-weixin-content .step-explain .title .color-green {
  color: #44a200;
}
.pay-by-weixin-content .step-explain.step-3 .title {
  line-height: 50px;
  position: relative;
  top: -8px;
}
/*填写资料报名*/
.fill-info-data-wrap .activity-cost {
  line-height: 105px;
  height: 105px;
  color: #333;
  padding-left: 35px;
  padding-right: 20px;
  background-color: #d9eeff;
  margin-bottom: 30px;
}
.fill-info-data-wrap .activity-cost .title {
  font-size: 32px;
  float: left;
}
.fill-info-data-wrap .activity-cost .cost {
  font-size: 36px;
  float: right;
}
.fill-info-data-wrap .sign-main-content-wrap {
  padding-bottom: 30px;
}
.fill-info-data-wrap .sign-main-content-wrap .login-page {
  border-top: none;
}
.fill-info-data-wrap .sign-main-content-wrap .login-page .login-form {
  margin-top: 0px;
  border: none;
  border-bottom: 1px solid #e1e8fa;
}
.fill-info-data-wrap .sign-main-content-wrap .agree-label .yes {
  margin-right: 2px;
  margin-bottom: 8px;
}
/*视频详情*/
.video-wrapper {
  height: 100%;
  min-width: 100%;
  position: absolute;
}
.video-paly {
  width: 100%;
  height: 400px;
  border: 1px solid #e1e8fa;
  position: relative;
  top: 110px;
  background-color: #000;
}
.video-info .video-info-item span {
  padding-left: 60px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
}
.video-info a {
  display: block;
  height: 86px;
  line-height: 86px;
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.video-info a:nth-child(1) {
  margin-top: 20px;
}
.video-info-item {
  border-top: 0;
}
.active-info {
  color: #4d9fee;
  background-color: #F5F5F5;
}
.video-info i {
  position: absolute;
  top: 26px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(../images/paly.png) no-repeat -1px 0px;
}
.video-info i.play-icon {
  background: url(../images/paly.png) no-repeat -1px -37px;
}
.video-info h2.ptitle {
  padding-left: 20px;
  margin-top: 25px;
}
.video-info h2.ptitle span {
  padding-right: 0px;
}
/*直播室列表样式*/
.vido-list {
  position: fixed;
  z-index: 20;
  width: 100%;
  bottom: -100%;
  background-color: #f5f5f5;
  overflow-y: auto;
  height: 140px;
  padding-top: 20px;
}
.vido-list .close_top {
  background: url(../images/icon.png) no-repeat -374px -14px;
}
.videWrapper {
  position: fixed;
  z-index: 20;
  width: 100%;
  bottom: -100%;
  background-color: #f5f5f5;
  overflow-y: auto;
  height: 260px;
  padding-top: 20px;
}
.videWrapper ul li {
  height: 88px;
  line-height: 88px;
  font-size: 20px;
  box-sizing: border-box;
  font-size: 30px;
  color: #333;
  border-bottom: 1px #ddd solid;
  text-align: center;
}
.videWrapper ul li.selected {
  color: #279ff5;
}
.videWrapper .close_top {
  width: 32px;
  height: 32px;
  background: url(../images/icon.png) no-repeat;
  background-position: -818px -445px;
  right: 30px;
  bottom: 210px;
}
.video-list-mune {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.vido-now {
  height: 60px;
  line-height: 60px;
  color: #ff5500;
}
.reward-video.survey {
  bottom: 452px;
  background-image: url(../images/vido-list.png);
  background-image: url(../images/icon.png) no-repeat;
  background-size: 100%;
}
.reward-video {
  position: fixed;
  z-index: 2;
  left: 30px;
  bottom: 100px;
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #ffab2f;
}
.reward-video a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.close_top {
  height: 29px;
  width: 28px;
  right: 0px;
  bottom: 108px;
  padding: 5px 10px;
  position: fixed;
  z-index: 99;
}
.close_top_a {
  height: 50px;
  width: 50px;
  top: -15px;
  right: -14px;
  float: right;
  position: relative;
  z-index: 99;
}
/*
无记录
*/
/*什么是掌币*/
.zhangbi-title-wrap {
  padding: 0 20px;
}
.what-is-zhangbi {
  min-height: 76px;
  line-height: 50px;
  background-color: #fd9b00;
  font-size: 34px;
  color: #fff;
  padding: 10px 0px;
}
.main-content-wrap {
  width: 100%;
  min-height: 850px;
  background-color: #fff;
  padding: 20px 30px;
}
.main-content-wrap p {
  line-height: 44px;
  font-size: 28px;
}
.main-content-wrap .title {
  font-size: 34px;
  color: #333;
  margin: 20px 0;
}
.zhangbi-purpose {
  width: 100%;
}
.teacher-introduction {
  padding-bottom: 100px;
}
.fs333 {
  color: #333;
}
.news-comment .down-info {
  padding: 0 20px;
}
.H-Courseware {
  width: 100%;
  height: 400px;
  background: url(../images/H-Courseware-bg.png) no-repeat;
  text-align: center;
  background-size: 100%;
  position: fixed;
  top: 110px;
  z-index: 100;
}
.H-Courseware .H-Courseware-content {
  margin: 90px 75px;
}
.H-Courseware .H-Courseware-content p {
  font-size: 34px;
  color: #eee;
  text-align: center;
  line-height: 56px;
}
.H-Courseware .H-Courseware-content span {
  width: 222px;
  height: 62px;
  background: #da6c28;
  color: #fff;
  text-align: center;
  line-height: 62px;
  font-size: 30px;
  display: block;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 60px;
  box-shadow: 0px 0px 10px #c25d1e;
  cursor: pointer;
}
/*项目任务部分样式*/
.endLogoWrap {
  position: absolute;
  top: 0;
  right: 35px;
}
.stepsIterm .taskItermWrap {
  padding-bottom: 28px;
}
.stepsIterm .makeUpExam {
  background-color: #4d9fee;
  color: #fff;
  font-size: 26px;
}
.stepsIterm .examBtn {
  margin-top: 20px;
}
.stepsIterm .examBtn .makeUpExam {
  margin-left: 65px;
}
.stepsIterm .noWrapName {
  display: inline-block;
  max-width: 470px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stepsIterm .down-info {
  background-color: #f8f8f8;
}
.stepsIterm .down-info:last-child .ptitle {
  border-bottom: 1px solid #ddd;
}
.stepsIterm .down-info .ptitle {
  height: 90px;
  font-size: 32px;
  color: #333;
  border-top: 1px solid #ddd;
  padding-left: 20px;
  background-color: #fff;
  position: relative;
}
.stepsIterm .down-info .ptitle.open .right-arrow-big {
  transform: rotate(90deg);
  top: 25px;
  right: 20px;
}
.stepsIterm .down-info .ptitle .right-arrow-big {
  transform: rotate(270deg);
  top: 25px;
  right: 20px;
}
.stepsIterm .down-info .stepsIndex {
  line-height: 90px;
}
.stepsIterm .down-info a {
  height: auto;
  padding: 0 0px 0px;
  border: none;
  margin-top: 25px;
}
.stepsIterm .down-info .file-name-wrap {
  font-size: 30px;
  color: #333;
  padding-right: 0;
  width: 550px;
  text-overflow: clip;
  white-space: normal;
  overflow: inherit;
  line-height: 38px;
}
.stepsIterm .down-info i {
  top: 0;
}
.stepsIterm .down-info-item {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f8f8f8;
}
.stepsIterm .pTime {
  background-color: #f8f8f8;
  padding-left: 20px;
}
.stepsIterm .pTimeContent {
  font-size: 28px;
  color: #999;
  line-height: 75px;
  border-bottom: 1px solid #e2e8f8;
}
.stepsIterm .taskType {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  font-size: 22px;
  color: #333;
  vertical-align: top;
  position: relative;
  top: 5px;
}
.stepsIterm .rightContentBox {
  position: absolute;
  top: 0;
  right: 0;
}
.stepsIterm .rightContentBox i {
  position: relative;
  top: 0;
  right: 0;
}
.stepsIterm .rightContentBox i.projectScore {
  top: -3px;
  margin-right: 10px;
}
.stepsIterm .rightContentBox i.right-arrow-big {
  margin-left: 10px;
}
.stepsIterm .rightContentBox .state {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}
.blue {
  color: #4d9fee !important;
}
.green {
  color: #2abd42 !important;
}
.Project-des {
  font-size: 30px;
  color: #999999;
  text-align: center;
  padding: 130px 0px;
}
/*学习项目详情页*/
.course-info.taskDetailPage {
  position: relative;
  padding: 0 20px 20px;
  background-color: #f8f8f8;
}
.course-info.taskDetailPage ul {
  font-size: 30px;
}
.course-info.taskDetailPage ul li {
  overflow: hidden;
  padding: 10px 0px;
  position: relative;
  font-size: 30px;
}
.course-info.taskDetailPage ul li .type-title {
  font-size: 30px;
  color: #999;
  vertical-align: top;
  line-height: 34px;
}
.course-info.taskDetailPage ul li .course-score {
  margin-left: 30px;
  color: #999;
}
.detail-top.taskNameWraper {
  background-color: #f8f8f8;
  padding: 20px;
}
.detail-top.taskNameWraper .header-title h1 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 46px;
  color: #333;
}
.newVersionW {
  width: 40px;
  background: rgba(102, 102, 102, 0.5);
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 300px;
  text-align: center;
}
.newVersionW li {
  height: 42px;
  text-align: center;
  margin: 0 auto;
}
.newVersionW li .one {
  width: 16px;
  height: 20px;
  background-position: -1034px -655px;
  margin-top: 15px;
}
.newVersionW li .two {
  width: 16px;
  height: 20px;
  background-position: -1034px -714px;
  margin-top: 15px;
}
.newVersionW li .three {
  width: 16px;
  height: 20px;
  background-position: -1034px -770px;
  margin-top: 15px;
}
.newVersionW li .four {
  width: 16px;
  height: 18px;
  background-position: -1034px -840px;
  margin-top: 15px;
}
.takeUp {
  width: 16px;
  height: 42px;
  background: rgba(102, 102, 102, 0.5);
  border-radius: 4px 0 0 4px;
  position: fixed;
  right: 0;
  top: 426px;
  text-align: center;
}
.takeUp .upIcon {
  width: 7px;
  height: 14px;
  background-position: -1034px -888px;
  margin-top: 15px;
  margin-right: 1px;
}
.reward-goback {
  position: fixed;
  z-index: 2;
  left: 30px;
  bottom: 130px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
  background-color: #ffab2f;
  border: 1px #ddd solid;
  background: #fdfdfd;
  text-align: center;
}
.reward-goback .gobackIcon {
  width: 22px;
  height: 30px;
  background-position: -1090px -341px;
}
.text_color333 {
  color: #333 !important;
  margin-left: 18px !important;
}
.text_fl {
  float: left;
  color: #9db1c0 !important;
  border: 1px solid #ccc !important;
  top: 8px !important;
}
.text_fr {
  float: left;
  width: 445px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 14px;
  font-size: 28px;
}
.position_relative {
  position: relative;
  height: 165px !important;
}
.position_relative .right-arrow-big {
  transform: rotate(270deg);
  top: 77px !important;
  right: 20px;
}
.lock_icon {
  position: absolute;
  right: 89px;
  top: 73px;
}
.project_time {
  display: block;
  font-size: 24px;
}
.rightContentBox .lock_icon2 {
  position: absolute;
  right: 67px;
  top: 0px;
}
.width30 {
  width: 30px !important;
  height: 30px !important;
  opacity: 0.5;
}
.width30 .gobackIcon {
  width: 11px !important;
  height: 18px !important;
  margin-top: -20px !important;
  margin-left: -4px !important;
  background-position: -1092px -346.5px !important;
}
.blacks {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 998;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.blacks .yellow_toast {
  width: 592px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  /* IE 9 */
  -moz-transform: translateX(-45%);
  /* Firefox */
  -webkit-transform: translateX(-45%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-45%);
  /* Opera */
}
.blacks .yellow_toast img {
  width: 100%;
}
/*打卡弹窗*/
.punch_clock_modal .verification_icon {
  background: url("../images/punch_clock.png") no-repeat;
}
.punch_clock_modal .verification_modal_footer .confirm-yes {
  width: 100%;
  border-radius: 0 0 30px 30px !important;
}
.detail-top .header-title .courseMainInfo .blocker .infoOffline {
  color: #fd6500;
  font-size: 26px;
}
.media-left {
  position: relative;
}
/*# sourceMappingURL=courseDetailInfo.css.map */