@charset "UTF-8";
/*banner*/
.sw-banner {
  width: 100%;
  min-width: 1200px;
  height: 400px;
}

.sw-banner .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sw-banner .sw-pag .swiper-pagination-bullet {
  background: #fff;
}

/*横幅标题行*/
.hd {
  height: 45px;
  line-height: 45px;
  margin: 15px 0;
}

.hd span {
  font-size: 24px;
}

.hd .more {
  float: right;
  color: #666;
}

.hd a.more:hover {
  color: #c00;
}

.index-banner {
  width: 100%;
  height: 360px;
  position: relative;
  z-index: 1;
}

.index-banner .swiper-container {
  height: 360px;
}

.index-banner .swiper-slide {
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: cover;
}

.index-banner .swiper-pagination {
  bottom: 15px !important;
}

.index-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-radius: 3px;
  background-color: #fff;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.index-banner .btn {
  width: 50px;
  height: 49px;
  background-image: url(../images/06.png);
  background-size: 100%;
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  z-index: 2;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 16px;
}

.index-banner .btn:hover {
  color: #F02A2E;
}

.index-banner .btn.prev {
  margin-left: -600px;
}

.index-banner .btn.next {
  margin-left: 550px;
}

/*首页课程、课程列表*/
.course_ul li {
  width: 285px;
  height: 328px;
  float: left;
  background: #fffeff;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px -5px #999;
}

.course_ul li a {
  display: block;
  position: relative;
}

.course_ul li .ff {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  width: 78px;
  height: 20px;
  filter: alpha(Opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 9;
}

.course_ul li .fft {
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 10;
  color: #eee;
}

.course_ul li:nth-of-type(4n) {
  margin-right: 0px;
}

.course_ul li img {
  width: 285px;
  height: 215px;
}

.course_ul li .title {
  display: block;
  height: 44px;
  line-height: 22px;
  margin: 15px;
  font-weight: bold;
  font-size: 16px;
}

.course_ul li .bot {
  display: block;
  margin: 0 15px;
}

.course_ul li .ty,
.course_ul li .view {
  float: left;
  color: #999;
}

/*首页企业资讯*/
.news .news-box {
  width: 794px;
  height: 447px;
  border: 1px solid #ddd;
  float: left;
}

.news .news-box .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.news .news-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.news .news-box .img {
  width: 100%;
  height: 100%;
}

.news .news-box .img img {
  width: 100%;
  height: 100%;
}

.news .news-box .title {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0 200px 0 30px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  line-height: 64px;
}

.news .news-box .swiper-pagination-bullets {
  width: auto;
  left: auto;
  right: 30px;
  bottom: 20px;
  z-index: 3;
}

.news .news-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-radius: 3px;
  background-color: #fff;
}

.news .news-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.news .news-box .btn {
  width: 50px;
  height: 49px;
  background-image: url(../images/06.png);
  background-size: 100%;
  transition: color 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 16px;
}

.news .news-box .btn:hover {
  color: #F02A2E;
}

.news .news-box .btn.prev {
  left: 24px;
}

.news .news-box .btn.next {
  right: 24px;
}

.sw-banner-news .sw-pag .swiper-pagination-bullet {
  background: #fff;
}

.news-box .sw-banner-news img {
  width: 100%;
  height: 100%;
}

.news-box .sw-banner-news .txt {
  position: absolute;
  background: #000;
  width: 100%;
  height: 64px;
  line-height: 64px;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  bottom: 0;
  left: 0;
}

.news-box .sw-banner-news .txta {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-left: 20px;
  max-width: 600px;
}

.news-box .swiper-pagination-bullets {
  width: auto !important;
  left: auto !important;
  right: 10px;
  bottom: 20px !important;
}

.news-li {
  width: 388px;
  height: 445px;
  border: 1px solid #ddd;
  padding: 0 20px;
  float: right;
}

.news-li a {
  display: block;
  height: 44px;
  overflow: hidden;
  margin-top: 26px;
}

.news-li a .no {
  float: left;
  width: 50px;
  font: bold 40px/44px arial;
  color: #bbb;
}

.news-li a .title {
  width: 296px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.news-li a:hover span {
  color: #c00 !important;
}

/*首页联系我们*/
.about {
  padding: 30px 40px;
  margin-top: 50px;
  background: #F7F7F7;
}

.about .about-box {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.about .title {
  font-size: 28px;
}

.about a {
  width: 220px;
  margin-right: 0px;
  text-align: center;
}

.about .icon {
  display: inline-block;
  width: 53px;
  height: 53px;
  line-height: 53px;
  border: 1px solid #ddd;
  border-radius: 53px;
}

.about i {
  font-size: 30px;
}

.about .txt {
  display: inline-block;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
}

/*位置行*/
.position {
  padding: 20px 0;
  color: #999;
  font-size: 16px;
}

/*课程分类行*/
.tyline {
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 32px;
  font-size: 16px;
}

.tyline .name {
  float: left;
  width: 50px;
}

.tyline .items {
  float: left;
  width: 1150px;
}

.tyline a {
  display: inline-block;
  padding: 0 25px;
  border-radius: 16px;
  margin-bottom: 5px;
}

.tyline .active {
  background: #c00;
  color: #fff;
}

/*课程排序筛选行*/
.stline {
  height: 50px;
  font-size: 16px;
  padding-top: 10px;
}

.stline .fl a {
  margin-right: 20px;
  position: relative;
  text-align: center;
}

.stline .fl .active i {
  background: #c00;
}

.stline .fl i {
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  left: 4px;
}

.stline .fr a {
  margin-left: 20px;
}

/*企业资讯列表页*/
.news-cop .fl {
  width: 790px;
  float: left;
  padding-top: 10px;
}

.news-cop-li a {
  display: block;
  padding: 20px;
}

.news-cop-li a:hover {
  background: #f2f2f2;
}

.news-cop-li a div {
  height: 132px;
}

.news-cop-li .date {
  width: 96px;
  height: 100%;
  float: left;
  background: #ededed;
  text-align: center;
  color: #333;
}

.news-cop-li .date i {
  display: inline-block;
  line-height: 50px;
  font-size: 36px;
  font-family: Arial;
  border-bottom: 2px solid #333;
  padding: 10px 0;
}

.news-cop-li .date em {
  display: block;
  color: #666;
  margin-top: 10px;
}

.news-cop-li .con {
  width: 636px;
  height: 100%;
  float: right;
}

.news-cop-li .con .title {
  font-size: 20px;
  display: block;
}

.news-cop-li .con .brief {
  font-size: 16px;
  line-height: 25px;
  height: 55px;
  margin-top: 10px;
  color: #666;
}

.news-cop .fr {
  width: 390px;
  float: right;
  padding-top: 10px;
}

.news-cop .news-cop-hot {
  border: 1px solid #ddd;
  padding: 20px 15px;
  padding-bottom: 10px;
}

.news-cop .news-cop-hot a {
  display: block;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}

.news-cop .news-cop-hot .no {
  width: 50px;
  float: left;
  font: bold 40px/40px arial;
  color: #bbb;
}

.news-cop .news-cop-hot .title {
  width: 240px;
  float: left;
  line-height: 20px;
  font-size: 16px;
}

.news-cop .news-cop-hot .hot {
  margin-left: 10px;
  color: #666;
}

.news-cop .news-cop-hot a:hover .no {
  color: #c00 !important;
}

/*新闻详情*/
.news-detail {
  width: 800px;
  margin: auto;
  padding-top: 30px;
}

.news-detail .title {
  width: 500px;
  margin: auto;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
}

.news-detail .info {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}

.news-detail .info span {
  display: inline-block;
  margin: 0 5px;
}

.news-detail .body {
  margin-top: 15px;
  line-height: 25px;
  font-size: 16px;
}

.news-detail .tips {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.course-info {
  background-color: #fff;
  padding-bottom: 30px;
}

.course-info .main {
  overflow: hidden;
}

.course-info .main .img {
  width: 290px;
  height: 218px;
  float: left;
}

.course-info .main .img img {
  width: 100%;
  height: 100%;
}

.course-info .main .text {
  width: 550px;
  float: left;
  margin-left: 30px;
}

.course-info .main .text .title {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  height: 68px;
}

.course-info .main .text .desc {
  width: 100%;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.course-info .main .text .nums {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  background-color: #ffebeb;
  padding: 0 15px;
  color: #db282b;
  line-height: 40px;
  font-size: 16px;
  margin-top: 10px;
}

.course-info .main .text .btn {
  display: block;
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background-color: #2874db;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  margin-top: 15px;
}

.course-info .main .collect {
  display: flex;
  width: 128px;
  height: 32px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  color: #666;
  transition: all 0.3s;
}

.course-info .main .collect i {
  font-size: 16px;
}

.course-info .main .collect span {
  font-size: 16px;
  margin-left: 10px;
}

.course-info .main .collect .icon28 {
  display: none;
}

.course-info .main .collect .type2 {
  display: none;
}

.course-info .main .collect:hover {
  border-color: #db282b;
  color: #db282b;
}

.course-info .main .collect.active {
  border-color: #db282b;
  color: #db282b;
}

.course-info .main .collect.active .icon27 {
  display: none;
}

.course-info .main .collect.active .icon28 {
  display: block;
}

.course-info .main .collect.active .type1 {
  display: none;
}

.course-info .main .collect.active .type2 {
  display: block;
}

.course-info .main .star {
  display: flex;
  width: 128px;
  height: 32px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 150px;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  color: #666;
  transition: all 0.3s;
}

.course-info .main .star i {
  font-size: 16px;
}

.course-info .main .star span {
  font-size: 16px;
  margin-left: 10px;
}

.course-info .main .star .icon43 {
  display: none;
}

.course-info .main .star .type2 {
  display: none;
}

.course-info .main .star:hover {
  border-color: #db282b;
  color: #db282b;
}

.course-info .main .star.active {
  border-color: #db282b;
  color: #db282b;
}

.course-info .main .star.active .icon44 {
  display: none;
}

.course-info .main .star.active .icon43 {
  display: block;
}

.course-info .main .star.active .type1 {
  display: none;
}

.course-info .main .star.active .type2 {
  display: block;
}

#course_detail {
  width: 100%;
  background-color: #f7f7f7;
  padding: 18px 0;
}

#course_detail .detail {
  width: 894px;
  background-color: #fff;
  padding: 15px 0;
  float: left;
}

#course_detail .detail .tab {
  width: 100%;
  padding: 0 22px;
  overflow: hidden;
}

#course_detail .detail .tab .item {
  display: block;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  position: relative;
  float: left;
  margin-right: 20px;
  white-space: nowrap;
}

#course_detail .detail .tab .item::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

#course_detail .detail .tab .item.active {
  font-size: 24px;
}

#course_detail .detail .tab .item.active::after {
  background-color: #db282b;
}

#course_detail .recom {
  width: 286px;
  float: right;
}

#course_detail .recom .mod {
  width: 100%;
  height: 83px;
  line-height: 83px;
  padding: 0 24px;
  background-color: #fff;
  font-size: 20px;
}

#course_detail .recom .course-list {
  width: 100%;
}

#course_detail .recom .course-list .item {
  margin-left: 0 !important;
  margin-top: 18px;
  height: 340px !important;
}

#course_detail .tab-con {
  width: 100%;
  background-color: #fff;
}

#course_detail .tab-con .content {
  width: 100%;
  display: none;
  padding: 25px;
}

#course_detail .tab-con .content p {
  font-size: 16px;
}

#course_detail .tab-con .content img {
  max-width: 100%;
}

#course_detail .tab-con .directory {
  width: 100%;
  display: none;
  padding: 25px 0;
}

#course_detail .tab-con .directory .item {
  width: 100%;
  margin-bottom: 30px;
}

#course_detail .tab-con .directory .item .tops {
  width: 100%;
  height: 24px;
  padding: 0 25px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#course_detail .tab-con .directory .item .tops .title {
  display: block;
  width: 650px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #666;
  font-size: 600;
}

#course_detail .tab-con .directory .item .tops i {
  font-size: 16px;
  transition: all 0.3s;
}

#course_detail .tab-con .directory .item .tops:hover i {
  color: #db282b;
}

#course_detail .tab-con .directory .item .tops.active i {
  transform: rotate(90deg);
  color: #db282b;
}

#course_detail .tab-con .directory .item .sub {
  width: 100%;
  margin-top: 10px;
  display: none;
}

#course_detail .tab-con .directory .item .sub .line {
  width: 100%;
  height: 40px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  transition: all 0.3s;
}

#course_detail .tab-con .directory .item .sub .line .title {
  width: 650px;
}

#course_detail .tab-con .directory .item .sub .line .right {
  display: inline-flex;
  align-items: center;
  width: 70px;
  white-space: nowrap;
}

#course_detail .tab-con .directory .item .sub .line .right i {
  font-size: 14px;
}

#course_detail .tab-con .directory .item .sub .line .right span {
  margin-left: 14px;
  margin-left: 8px;
}

#course_detail .tab-con .directory .item .sub .line:hover {
  background-color: #ffebeb;
  color: #db282b;
}

#course_detail .tab-con .comment {
  width: 100%;
  display: none;
  padding: 25px;
}

#course_detail .tab-con .comment .form {
  width: 100%;
  height: 40px;
}

#course_detail .tab-con .comment .form .input {
  width: 717px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
  overflow: hidden;
  float: left;
}

#course_detail .tab-con .comment .form .input input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: #f7f7f7;
  border: none;
  font-size: 16px;
}

#course_detail .tab-con .comment .form .btn {
  display: block;
  float: right;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
}

#course_detail .tab-con .comment .list {
  width: 100%;
  padding: 10px 0;
}

#course_detail .tab-con .comment .list .item {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}

#course_detail .tab-con .comment .list .item .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  flex-shrink: 0;
}

#course_detail .tab-con .comment .list .item .avatar img {
  width: 100%;
  height: 100%;
}

#course_detail .tab-con .comment .list .item .text {
  width: 800px;
  float: left;
  margin-left: 8px;
  margin-top: 6px;
}

#course_detail .tab-con .comment .list .item .text .info {
  width: 100%;
  overflow: hidden;
}

#course_detail .tab-con .comment .list .item .text .info .name {
  font-size: 16px;
  color: #db282b;
  float: left;
}

#course_detail .tab-con .comment .list .item .text .info .name span {
  color: #999;
  padding: 0 4px;
}

#course_detail .tab-con .comment .list .item .text .info .date {
  float: right;
  color: #999;
}

#course_detail .tab-con .comment .list .item .text .desc {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

#course_detail .tab-con .comment .list .item .text .replay-form {
  width: 100%;
  position: relative;
  margin-top: 5px;
}

#course_detail .tab-con .comment .list .item .text .replay-form .reply-show-btn {
  font-size: 14px;
  color: #999;
}

#course_detail .tab-con .comment .list .item .text .replay-form .input {
  width: 100%;
  height: 40px;
  display: none;
  overflow: hidden;
}

#course_detail .tab-con .comment .list .item .text .replay-form .input input {
  float: left;
  width: calc(100% - 132px);
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}

#course_detail .tab-con .comment .list .item .text .replay-form .input input.bg-gray {
  background-color: #f7f7f7;
}

#course_detail .tab-con .comment .list .item .text .replay-form .input .btn {
  float: right;
  display: block;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  border: none;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  background-color: #db282b;
  color: #fff;
}

#course_detail .tab-con .comment .list .item .reply-list {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1px 24px 20px;
  margin-top: 10px;
}

#course_detail .tab-con .comment .list .item .load-more-btn {
  display: inline-block;
  color: #999;
  margin-top: 10px;
}

#course_detail .tab-con .comment .pages {
  margin-top: 30px;
}

#activity {
  background-color: #F8F8F8;
  padding: 24px 0;
}

#activity .list-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

#activity .list-box .list-activity {
  display: block;
  margin-left: 30px;
  margin-bottom: 24px;
}

#activity .list-box .list-activity:nth-child(3n+1) {
  margin-left: 0;
}

#activity .list-box .list-activity .img {
  width: 380px;
  height: 190px;
  border-radius: 11px 11px 0 0;
  overflow: hidden;
}

#activity .list-box .list-activity .img img {
  width: 100%;
  height: 100%;
}

#activity .list-box .list-activity .list-info {
  width: 380px;
  padding: 22px;
  background-color: #FFFFFF;
  border-radius: 0 0 11px 11px;
  overflow: hidden;
}

#activity .list-box .list-activity .list-info .title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

#activity .list-box .list-activity .list-info .acticity-time {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-top: 12px;
}

#activity-detail {
  padding: 24px 0;
}

#activity-detail .detail-container .activity-info-box {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #EEEEEE;
}

#activity-detail .detail-container .activity-info-box .activity-cover {
  width: 380px;
  height: 190px;
}

#activity-detail .detail-container .activity-info-box .activity-cover img {
  width: 100%;
  height: 100%;
}

#activity-detail .detail-container .activity-info-box .activity-info {
  flex: 1;
  overflow: hidden;
  padding-left: 20px;
}

#activity-detail .detail-container .activity-info-box .activity-info .activity-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

#activity-detail .detail-container .activity-info-box .activity-info .activity-time {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #909090;
  line-height: 24px;
}

#activity-detail .detail-container .activity-info-box .activity-info .introduce-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

#activity-detail .detail-container .activity-info-box .activity-info .introduce-content {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#activity-detail .detail-container .activity-info-box .activity-info .sign-box {
  display: flex;
  align-items: center;
}

#activity-detail .detail-container .activity-info-box .activity-info .sign-box .warn {
  font-size: 16px;
  color: #FF8208;
  margin-left: 18px;
  display: inline-block;
}

#activity-detail .detail-container .activity-info-box .activity-info .com-btn {
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #F02A2E;
  border-radius: 20px;
  margin-top: 6px;
  display: block;
}

#activity-detail .detail-container .activity-info-box .activity-info .com-btn.border-red {
  background-color: transparent;
  border: 1px solid #F02A2E;
  color: #F02A2E;
}

#activity-detail .detail-container .activity-rule {
  padding: 15px 40px;
}

#activity-detail .detail-container .activity-rule .rule-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
}

#activity-detail .detail-container .activity-rule .rule-li {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

#course-list .cate {
  margin-top: 30px;
}

#course-list .filter {
  width: 100%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#course-list .filter .order {
  display: inline-block;
  overflow: hidden;
}

#course-list .filter .order a {
  display: inline-block;
  float: left;
  margin-right: 30px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

#course-list .filter .order a::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s;
}

#course-list .filter .order a:hover, #course-list .filter .order a.active {
  color: #db282b;
}

#course-list .filter .order a:hover::after, #course-list .filter .order a.active::after {
  background-color: #db282b;
}

#course-list .filter .checks {
  width: auto;
  display: inline-flex;
  align-items: center;
}

#course-list .filter .checks .checkitem {
  margin-left: 55px;
}

#course-list .filter .checks input[type='radio'] + label::before {
  background-image: url("../images/34.png");
}

#course-list .filter .checks input[type='radio'] + label i {
  float: left;
  margin-left: 15px;
}

#course-list .filter .checks input[type='radio']:checked + label::before {
  background-image: url("../images/35.png");
}

#course-list .filter .checks input[type='checkbox'] + label::before {
  background-image: url("../images/34.png");
}

#course-list .filter .checks input[type='checkbox'] + label i {
  float: left;
  margin-left: 15px;
}

#course-list .filter .checks input[type='checkbox']:checked + label::before {
  background-image: url("../images/35.png");
}

#course-list .filter .radio-box {
  display: flex;
  align-items: center;
}

#course-list .line .label {
  font-size: 16px;
  font-weight: 500;
  color: #909090;
  padding-right: 20px;
  border-right: 1px solid #EEEEEE;
}

#course-list .course-list {
  background-color: #F8F8F8;
}

#course-list .course-list .item {
  height: 390px;
}

#course-list .course-list.online-course .bots .desc {
  margin-top: 35px;
}

#course-list .list {
  width: 100%;
  padding: 30px 0;
}

#course-list .list .item {
  margin-bottom: 18px;
}

#course-list .list .item .star-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#course-list .list .item .star-box .layui-inline {
  margin-left: 0;
}

#course-list .pages {
  margin-top: 50px;
  margin-bottom: 100px;
}

#good-course {
  background-color: #F8F8F8;
  padding-bottom: 30px;
}

#good-course .course-info-box {
  padding-bottom: 30px;
}

#good-course .course-info-box .main-container {
  padding: 20px 0;
  background-color: #FFFFFF;
}

#good-course .course-info-box .course-detail {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

#good-course .course-info-box .course-detail .left {
  display: flex;
  align-items: center;
}

#good-course .course-info-box .course-detail .left.start {
  align-items: flex-start;
}

#good-course .course-info-box .course-detail .left .cover {
  width: 286px;
  height: 215px;
}

#good-course .course-info-box .course-detail .left .cover.on-the-spot {
  width: 380px;
  height: 285px;
}

#good-course .course-info-box .course-detail .left .cover img {
  width: 100%;
  height: 100%;
}

#good-course .course-info-box .course-detail .left .course-detail-info {
  padding-left: 20px;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#good-course .course-info-box .course-detail .left .course-detail-info.on-the-spot {
  flex: 1;
  height: 285px;
  overflow: hidden;
}

#good-course .course-info-box .course-detail .left .course-detail-info .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .star-box > .layui-inline {
  margin-left: 100px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .suit-box {
  margin-top: 10px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .suit-box .t1 {
  color: #909090;
  font-size: 16px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .suit-box .t2 {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .suit-box .t3 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .learn-time {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#good-course .course-info-box .course-detail .left .course-detail-info .learn-time .time {
  font-size: 16px;
  color: #909090;
}

#good-course .course-info-box .course-detail .left .course-detail-info .learn-time .time span {
  color: #F02A2E;
}

#good-course .course-info-box .course-detail .left .course-detail-info .learn-time .line {
  width: 1px;
  height: 24px;
  background-color: #eee;
  margin: 0 15px;
}

#good-course .course-info-box .course-detail .left .btn-container {
  margin-top: 16px;
}

#good-course .course-info-box .course-detail .left .btn-container .course-btn {
  width: 136px;
  height: 43px;
  line-height: 43px;
  border-radius: 22px;
  color: #FFFFFF;
  background-color: #F02A2E;
  border: 0;
  text-align: center;
}

#good-course .course-info-box .course-detail .left .btn-container .price {
  font-size: 16px;
  color: #F02A2E;
  font-weight: bold;
  margin-left: 25px;
}

#good-course .video-details-container {
  display: flex;
  margin-top: 20px;
}

#good-course .video-details-container .video-tabs-box {
  background-color: #FFFFFF;
  flex: 1;
}

#good-course .video-details-container .video-tabs-box .tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}

#good-course .video-details-container .video-tabs-box .tabs .tab {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #909090;
  margin: 0 32px;
}

#good-course .video-details-container .video-tabs-box .tabs .tab.active {
  color: #333;
  font-weight: bold;
  border-bottom: 4px solid #F02A2E;
}

#good-course .video-details-container .video-tabs-box .video-html {
  padding-left: 30px;
  padding-right: 80px;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#good-course .video-details-container .video-tabs-box .video-html img {
  width: 100%;
}

#good-course .video-details-container .comment {
  width: 100%;
  display: none;
  padding: 25px;
}

#good-course .video-details-container .comment .comment-textarea {
  width: 100%;
  padding: 18px 17px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

#good-course .video-details-container .comment .comment-textarea .textarea {
  width: 100%;
  height: 120px;
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
  border: 0;
  background-color: #F5F5F5;
}

#good-course .video-details-container .comment .comment-textarea .font-number {
  font-size: 12px;
  color: #909090;
  text-align: right;
}

#good-course .video-details-container .comment .btn-container {
  padding: 20px 0;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#good-course .video-details-container .comment .btn-container .star {
  font-size: 16px;
  color: #333;
}

#good-course .video-details-container .comment .btn-container .star > .layui-inline {
  margin-left: 10px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

#good-course .video-details-container .comment .btn-container .comment-btn {
  width: 136px;
  height: 44px;
  line-height: 44px;
  color: #FFFFFF;
  background-color: #F02A2E;
  border-radius: 22px;
  border: 0;
  text-align: center;
}

#good-course .video-details-container .comment .list {
  width: 100%;
  padding: 10px 0;
}

#good-course .video-details-container .comment .list .item {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}

#good-course .video-details-container .comment .list .item .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

#good-course .video-details-container .comment .list .item .avatar img {
  width: 100%;
  height: 100%;
}

#good-course .video-details-container .comment .list .item .text {
  width: 800px;
  float: left;
  margin-left: 8px;
  margin-top: 6px;
}

#good-course .video-details-container .comment .list .item .text .info {
  width: 100%;
  overflow: hidden;
}

#good-course .video-details-container .comment .list .item .text .info .name {
  font-size: 16px;
  color: #333333;
  float: left;
}

#good-course .video-details-container .comment .list .item .text .info .date {
  float: right;
  color: #909090;
}

#good-course .video-details-container .comment .list .item .text .desc {
  width: 100%;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

#good-course .video-details-container .comment .pages {
  margin-top: 30px;
}

#good-course .video-details-container .recom {
  width: 286px;
  margin-left: 25px;
}

#good-course .video-details-container .recom .mod {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
  margin-top: 16px;
}

#good-course .video-details-container .recom .course-list {
  width: 100%;
}

#good-course .video-details-container .recom .course-list .item {
  margin-left: 0 !important;
  margin-top: 18px;
  border: 1px solid #EEEEEE;
  height: 340px;
}

#good-course .course-content {
  padding: 25px 30px;
  width: 100%;
  display: none;
}

#good-course .course-content .catalogue-list-box .catalogue-list {
  background: #FAFAFA;
  border-radius: 4px;
  margin-bottom: 18px;
}

#good-course .course-content .catalogue-list-box .catalogue-list.slide .arrow {
  transform: rotate(90deg);
}

#good-course .course-content .catalogue-list-box .catalogue-list.slide .catalogue-list-item {
  display: block;
}

#good-course .course-content .catalogue-list-box .catalogue-list .catalogue-list-item {
  display: none;
}

#good-course .course-content .catalogue-list-box .catalogue-list .catalogue-title, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-item-title {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#good-course .course-content .catalogue-list-box .catalogue-list .catalogue-title .title, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-item-title .title {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
}

#good-course .course-content .catalogue-list-box .catalogue-list .catalogue-title .arrow, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-item-title .arrow {
  font-size: 14px;
  color: #909090;
  margin-left: 30px;
  transition-duration: .3s;
}

#good-course .course-content .catalogue-list-box .catalogue-list .catalogue-title .catalogue-time, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-item-title .catalogue-time {
  font-size: 14px;
  margin-left: 30px;
}

#good-course .course-content .catalogue-list-box .catalogue-list .catalogue-title.active .title, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-title.active .catalogue-time, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-item-title.active .title, #good-course .course-content .catalogue-list-box .catalogue-list .catalogue-item-title.active .catalogue-time {
  color: #F02A2E;
}

#good-course-detail {
  background-color: #F8F8F8;
  padding-bottom: 30px;
}

#good-course-detail .course-info-box {
  padding-bottom: 30px;
}

#good-course-detail .course-info-box .main-container {
  padding: 20px 0;
  background-color: #FFFFFF;
}

#good-course-detail .course-info-box .pic-text-content {
  width: 920px;
  margin: 0 auto;
}

#good-course-detail .course-info-box .pic-text-content .title-box {
  padding: 24px 0;
  text-align: center;
}

#good-course-detail .course-info-box .pic-text-content .title-box .title {
  font-size: 24px;
  line-height: 24px;
}

#good-course-detail .course-info-box .pic-text-content .title-box .desc {
  font-size: 14px;
  color: #909090;
  margin-top: 20px;
}

#good-course-detail .course-info-box .course-detail {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

#good-course-detail .course-info-box .course-detail .left {
  display: flex;
  align-items: center;
}

#good-course-detail .course-info-box .course-detail .left.start {
  align-items: flex-start;
}

#good-course-detail .course-info-box .course-detail .left .cover {
  width: 286px;
  height: 215px;
}

#good-course-detail .course-info-box .course-detail .left .cover.on-the-spot {
  width: 380px;
  height: 285px;
}

#good-course-detail .course-info-box .course-detail .left .cover img {
  width: 100%;
  height: 100%;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info {
  padding-left: 20px;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info.on-the-spot {
  flex: 1;
  height: 285px;
  overflow: hidden;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .star-box > .layui-inline {
  margin-left: 100px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .suit-box {
  margin-top: 10px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .suit-box .t1 {
  color: #909090;
  font-size: 16px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .suit-box .t2 {
  color: #333;
  font-size: 16px;
  margin-top: 5px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .suit-box .t3 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .wage {
  color: #F02A2E;
  font-size: 14px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .wage span {
  font-size: 20px;
  font-weight: bold;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .tag-box {
  margin-top: 10px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .tag-box span {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  color: #103EA6;
  background-color: #F5F5F5;
  border-radius: 3px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .text-box {
  margin-top: 10px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .text-box span {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .learn-time {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .learn-time .time {
  font-size: 16px;
  color: #909090;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .learn-time .time span {
  color: #F02A2E;
}

#good-course-detail .course-info-box .course-detail .left .course-detail-info .learn-time .line {
  width: 1px;
  height: 24px;
  background-color: #eee;
  margin: 0 15px;
}

#good-course-detail .course-info-box .course-detail .left .btn-container {
  margin-top: 16px;
}

#good-course-detail .course-info-box .course-detail .left .btn-container .course-btn {
  width: 136px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-radius: 22px;
  color: #FFFFFF;
  background-color: #F02A2E;
  display: inline-block;
}

#good-course-detail .course-info-box .course-detail .left .btn-container .price {
  font-size: 16px;
  color: #F02A2E;
  font-weight: bold;
  margin-left: 25px;
}

#good-course-detail .course-info-box .course-detail .left .btn-container .tt {
  margin-left: 25px;
  font-size: 16px;
}

#good-course-detail .video-details-container {
  display: flex;
  margin-top: 20px;
}

#good-course-detail .video-details-container .video-tabs-box {
  background-color: #FFFFFF;
  flex: 1;
}

#good-course-detail .video-details-container .video-tabs-box .tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}

#good-course-detail .video-details-container .video-tabs-box .tabs .tab {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #909090;
  margin: 0 32px;
}

#good-course-detail .video-details-container .video-tabs-box .tabs .tab.active {
  color: #333;
  font-weight: bold;
  border-bottom: 4px solid #F02A2E;
}

#good-course-detail .video-details-container .video-tabs-box .video-html {
  padding-left: 30px;
  padding-right: 80px;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#good-course-detail .video-details-container .video-tabs-box .video-html img {
  width: 100%;
}

#good-course-detail .video-details-container .comment {
  width: 100%;
  display: none;
  padding: 25px;
}

#good-course-detail .video-details-container .comment .comment-textarea {
  width: 100%;
  padding: 18px 17px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

#good-course-detail .video-details-container .comment .comment-textarea .textarea {
  width: 100%;
  height: 120px;
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
  border: 0;
}

#good-course-detail .video-details-container .comment .comment-textarea .font-number {
  font-size: 12px;
  color: #909090;
  text-align: right;
}

#good-course-detail .video-details-container .comment .btn-container {
  padding: 20px 0;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#good-course-detail .video-details-container .comment .btn-container .star {
  font-size: 16px;
  color: #333;
}

#good-course-detail .video-details-container .comment .btn-container .star > .layui-inline {
  margin-left: 10px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

    #good-course-detail .video-details-container .comment .btn-container .comment-btn {
        width: 136px;
        height: 44px;
        line-height: 44px;
        color: #FFFFFF;
        background-color: #F02A2E;
        border-radius: 22px;
        border: 0
    }

#good-course-detail .video-details-container .comment .list {
  width: 100%;
  padding: 10px 0;
}

#good-course-detail .video-details-container .comment .list .item {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}

#good-course-detail .video-details-container .comment .list .item .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

#good-course-detail .video-details-container .comment .list .item .avatar img {
  width: 100%;
  height: 100%;
}

#good-course-detail .video-details-container .comment .list .item .text {
  width: 800px;
  float: left;
  margin-left: 8px;
  margin-top: 6px;
}

#good-course-detail .video-details-container .comment .list .item .text .info {
  width: 100%;
  overflow: hidden;
}

#good-course-detail .video-details-container .comment .list .item .text .info .name {
  font-size: 16px;
  color: #333333;
  float: left;
}

#good-course-detail .video-details-container .comment .list .item .text .info .date {
  float: right;
  color: #909090;
}

#good-course-detail .video-details-container .comment .list .item .text .desc {
  width: 100%;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

#good-course-detail .video-details-container .comment .pages {
  margin-top: 30px;
}

#good-course-detail .video-details-container .note-box {
  display: none;
  padding: 15px 10px 20px 15px;
}

#good-course-detail .video-details-container .note-box .note-tops {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#good-course-detail .video-details-container .note-box .note-tops .note-items {
  display: flex;
  flex-wrap: wrap;
}

#good-course-detail .video-details-container .note-box .note-tops .note-items .item {
  cursor: pointer;
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #333;
  font-size: 14px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
  margin-bottom: 15px;
}

#good-course-detail .video-details-container .note-box .note-tops .note-items .item.active, #good-course-detail .video-details-container .note-box .note-tops .note-items .item:hover {
  background-color: #F02A2E;
  color: #fff;
  border: 1px solid #F02A2E;
}

#good-course-detail .video-details-container .note-box .note-tops .note-items.h-active {
  height: 86px;
  overflow: hidden;
}

#good-course-detail .video-details-container .note-box .note-tops .note-updown {
  font-size: 14px;
  color: #909090;
  padding: 10px 15px;
  cursor: pointer;
  display: none;
}

#good-course-detail .video-details-container .note-box .note-tops .note-updown .up {
  display: block;
}

#good-course-detail .video-details-container .note-box .note-tops .note-updown .down {
  display: none;
}

#good-course-detail .video-details-container .note-box .note-tops .note-updown.active .up {
  display: none;
}

#good-course-detail .video-details-container .note-box .note-tops .note-updown.active .down {
  display: block;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 20px 0;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .left {
  display: flex;
  align-items: center;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .left .pic {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .left .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .left .title {
  margin-left: 14px;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .left .title .name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .left .title .text {
  font-size: 14px;
  color: #4A4A4A;
  margin-top: 10px;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .right {
  display: flex;
  align-items: center;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .right .t1 {
  font-size: 14px;
  color: #333;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .right .dur {
  width: 86px;
  height: 20px;
  line-height: 18px;
  padding-left: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .right .dur .d-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/172.png");
  background-position: center;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .right .dur .time {
  display: inline-block;
  font-size: 12px;
}

#good-course-detail .video-details-container .note-box .note-text .note-txt-item .right .date {
  font-size: 12px;
  color: #909090;
}

#good-course-detail .video-details-container .recom {
  width: 286px;
  margin-left: 25px;
}

#good-course-detail .video-details-container .recom .mod {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
  margin-top: 16px;
}

#good-course-detail .video-details-container .recom .course-list {
  width: 100%;
}

#good-course-detail .video-details-container .recom .course-list .item {
  margin-left: 0 !important;
  margin-top: 18px;
  border: 1px solid #EEEEEE;
  height: 340px;
}

#good-course-detail .video-details-container .recruit-content {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  color: #333;
}

#good-course-detail .video-details-container .recruit-content .cont {
  margin: 25px 0;
}

#good-course-detail .video-details-container.pic-text-container .note-box {
  padding: 15px 30px;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment {
  padding-bottom: 20px;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment textarea {
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  resize: none;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box .checkitem {
  display: inline-block;
  height: 20px;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box .checkitem .checkbox {
  display: none;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box .checkitem .checklabel span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  user-select: none;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box .checkitem .checklabel::before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background-image: url(../img/168.png);
  background-size: 100% 100%;
  float: left;
  margin-top: 2px;
  cursor: pointer;
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box .checkitem .checkbox:checked + .checklabel::before {
  background-image: url(../img/169.png);
}

#good-course-detail .video-details-container.pic-text-container .note-box .pic-txt-comment .com-box .btn {
  width: 136px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  background: #F02A2E;
  border-radius: 22px;
  border: 0;
  margin-left: 30px;
}

#good-course-detail .video-details-container.pic-text-container .note-box .note-tops {
  border: 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

#good-course-detail .video-details-container.pic-text-container .note-box .note-tops .note-items .item {
  margin-bottom: 0;
}

#good-course-detail .course-content {
  padding: 25px 30px;
  width: 100%;
  display: none;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list {
  background: #FAFAFA;
  border-radius: 4px;
  margin-bottom: 18px;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list.slide .arrow {
  transform: rotate(90deg);
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list.slide .catalogue-list-item {
  display: block;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-list-item {
  display: none;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-title, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-item-title {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-title .title, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-item-title .title {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-title .arrow, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-item-title .arrow {
  font-size: 14px;
  color: #909090;
  margin-left: 30px;
  transition-duration: .3s;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-title .catalogue-time, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-item-title .catalogue-time {
  font-size: 14px;
  margin-left: 30px;
}

#good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-title.active .title, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-title.active .catalogue-time, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-item-title.active .title, #good-course-detail .course-content .catalogue-list-box .catalogue-list .catalogue-item-title.active .catalogue-time {
  color: #F02A2E;
}

.layui-rate {
  padding: 0 !important;
}

#online_course_detail {
  width: 100%;
  padding: 18px 0 0;
}

#online_course_detail .course-info-box {
  padding-bottom: 18px;
  background-color: #f8f8f8;
}

#online_course_detail .course-info-box .course-top {
  background-color: #fff;
}

#online_course_detail .course-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  margin-top: 10px;
}

#online_course_detail .course-time-number {
  display: flex;
  align-items: center;
}

#online_course_detail .course-time-number .label {
  font-size: 16px;
  color: #909090;
  line-height: 24px;
}

#online_course_detail .course-time-number .label-data {
  font-size: 16px;
  color: #F02A2E;
  line-height: 24px;
}

#online_course_detail .course-time-number .separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  margin: 0 16px;
}

#online_course_detail .course-video-container {
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

#online_course_detail .course-video-container .video-play-box {
  width: 880px;
  height: 495px;
}

#online_course_detail .course-video-container .video-play-box video {
  width: 100%;
  height: 100%;
  outline: none;
}

#online_course_detail .course-video-container .course-catalogue-box {
  width: 304px;
  height: 495px;
  padding: 18px 15px;
  margin-left: 16px;
  background-color: #F2F2F2;
  overflow: hidden;
  overflow-y: auto;
}

#online_course_detail .course-video-container .course-catalogue-box .course-catalogue-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box {
  margin-top: 22px;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list {
  margin-top: 8px;
  background: #FAFAFA;
  border-radius: 4px;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list.slide .arrow {
  transform: rotate(90deg);
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list.slide .catalogue-list-item {
  display: block;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-list-item {
  display: none;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-title, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-item-title {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-title .title, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-item-title .title {
  flex: 1;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-title .arrow, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-item-title .arrow {
  font-size: 12px;
  color: #909090;
  margin-left: 30px;
  transition-duration: .3s;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-title .catalogue-time, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-item-title .catalogue-time {
  font-size: 12px;
  margin-left: 30px;
}

#online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-title.active .title, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-title.active .catalogue-time, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-item-title.active .title, #online_course_detail .course-video-container .course-catalogue-box .catalogue-list-box .catalogue-list .catalogue-item-title.active .catalogue-time {
  color: #F02A2E;
}

#online_course_detail .video-details-container {
  padding-top: 10px;
  display: flex;
}

#online_course_detail .video-details-container .video-tabs-box {
  background-color: #fff;
}

#online_course_detail .video-details-container .video-tabs-box .tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}

#online_course_detail .video-details-container .video-tabs-box .tabs .tab {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #909090;
  margin: 0 32px;
}

#online_course_detail .video-details-container .video-tabs-box .tabs .tab.active {
  color: #333;
  font-weight: bold;
  border-bottom: 4px solid #F02A2E;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail {
  margin-top: 20px;
  display: flex;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .cover {
  width: 286px;
  height: 215px;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .cover img {
  width: 100%;
  height: 100%;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .video-info {
  flex: 1;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .video-info .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .video-info .line {
  font-size: 16px;
  font-weight: 500;
  color: #909090;
  line-height: 32px;
  margin-top: 6px;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .video-info .line-data {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}

#online_course_detail .video-details-container .video-tabs-box .video-detail .video-info .star-box > .layui-inline {
  margin-left: 100px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

#online_course_detail .video-details-container .video-tabs-box .video-html {
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#online_course_detail .video-details-container .video-tabs-box .video-html img {
  width: 100%;
}

#online_course_detail .video-details-container .comment {
  width: 100%;
  display: none;
  padding: 25px;
}

#online_course_detail .video-details-container .comment .comment-textarea {
  width: 100%;
  padding: 18px 17px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

#online_course_detail .video-details-container .comment .comment-textarea .textarea {
  width: 100%;
  height: 120px;
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
  border: 0;
}

#online_course_detail .video-details-container .comment .comment-textarea .font-number {
  font-size: 12px;
  color: #909090;
  text-align: right;
}

#online_course_detail .video-details-container .comment .btn-container {
  padding: 20px 0;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#online_course_detail .video-details-container .comment .btn-container .star {
  font-size: 16px;
  color: #333;
}

#online_course_detail .video-details-container .comment .btn-container .star > .layui-inline {
  margin-left: 10px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

#online_course_detail .video-details-container .comment .btn-container .comment-btn {
  width: 136px;
  height: 44px;
  line-height: 44px;
  color: #FFFFFF;
  background-color: #F02A2E;
  border-radius: 22px;
  border: 0;
}

#online_course_detail .video-details-container .comment .list {
  width: 100%;
  padding: 10px 0;
}

#online_course_detail .video-details-container .comment .list .item {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}

#online_course_detail .video-details-container .comment .list .item .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

#online_course_detail .video-details-container .comment .list .item .avatar img {
  width: 100%;
  height: 100%;
}

#online_course_detail .video-details-container .comment .list .item .text {
  width: 800px;
  float: left;
  margin-left: 8px;
  margin-top: 6px;
}

#online_course_detail .video-details-container .comment .list .item .text .info {
  width: 100%;
  overflow: hidden;
}

#online_course_detail .video-details-container .comment .list .item .text .info .name {
  font-size: 16px;
  color: #333333;
  float: left;
}

#online_course_detail .video-details-container .comment .list .item .text .info .date {
  float: right;
  color: #909090;
}

#online_course_detail .video-details-container .comment .list .item .text .desc {
  width: 100%;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

#online_course_detail .video-details-container .comment .pages {
  margin-top: 30px;
}

#online_course_detail .video-details-container .recom {
  width: 286px;
  margin-left: 75px;
}

#online_course_detail .video-details-container .recom .mod {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
  margin-top: 16px;
}

#online_course_detail .video-details-container .recom .course-list {
  width: 100%;
}

#online_course_detail .video-details-container .recom .course-list .item {
  margin-left: 0 !important;
  margin-top: 18px;
  border: 1px solid #EEEEEE;
  height: 340px;
}

#online_course_detail .detail {
  width: 894px;
  background-color: #fff;
  padding: 15px 0;
  float: left;
}

#online_course_detail .detail .tab {
  width: 100%;
  padding: 0 22px;
  overflow: hidden;
}

#online_course_detail .detail .tab .item {
  display: block;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  position: relative;
  float: left;
  margin-right: 20px;
  white-space: nowrap;
}

#online_course_detail .detail .tab .item::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

#online_course_detail .detail .tab .item.active {
  font-size: 24px;
}

#online_course_detail .detail .tab .item.active::after {
  background-color: #db282b;
}

#online_course_detail .tab-con {
  width: 100%;
  background-color: #fff;
}

#online_course_detail .tab-con .content {
  width: 100%;
  display: none;
  padding: 25px;
}

#online_course_detail .tab-con .content p {
  font-size: 16px;
}

#online_course_detail .tab-con .content img {
  max-width: 100%;
}

#online_course_detail .tab-con .directory {
  width: 100%;
  display: none;
  padding: 25px 0;
}

#online_course_detail .tab-con .directory .item {
  width: 100%;
  margin-bottom: 30px;
}

#online_course_detail .tab-con .directory .item .tops {
  width: 100%;
  height: 24px;
  padding: 0 25px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#online_course_detail .tab-con .directory .item .tops .title {
  display: block;
  width: 650px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #666;
  font-size: 600;
}

#online_course_detail .tab-con .directory .item .tops i {
  font-size: 16px;
  transition: all 0.3s;
}

#online_course_detail .tab-con .directory .item .tops:hover i {
  color: #db282b;
}

#online_course_detail .tab-con .directory .item .tops.active i {
  transform: rotate(90deg);
  color: #db282b;
}

#online_course_detail .tab-con .directory .item .sub {
  width: 100%;
  margin-top: 10px;
  display: none;
}

#online_course_detail .tab-con .directory .item .sub .line {
  width: 100%;
  height: 40px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  transition: all 0.3s;
}

#online_course_detail .tab-con .directory .item .sub .line .title {
  width: 650px;
}

#online_course_detail .tab-con .directory .item .sub .line .right {
  display: inline-flex;
  align-items: center;
  width: 70px;
  white-space: nowrap;
}

#online_course_detail .tab-con .directory .item .sub .line .right i {
  font-size: 14px;
}

#online_course_detail .tab-con .directory .item .sub .line .right span {
  margin-left: 14px;
  margin-left: 8px;
}

#online_course_detail .tab-con .directory .item .sub .line:hover {
  background-color: #ffebeb;
  color: #db282b;
}

#task-study, #task-training, #task-activity, #task-practice, #task-exam, #questionnaire {
  padding: 20px 0 30px;
}

#task-study .task-show-box .task-theme, #task-training .task-show-box .task-theme, #task-activity .task-show-box .task-theme, #task-practice .task-show-box .task-theme, #task-exam .task-show-box .task-theme, #questionnaire .task-show-box .task-theme {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
}

#task-study .task-show-box .task-list-box, #task-training .task-show-box .task-list-box, #task-activity .task-show-box .task-list-box, #task-practice .task-show-box .task-list-box, #task-exam .task-show-box .task-list-box, #questionnaire .task-show-box .task-list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#task-study .task-show-box .task-list-box .task-list, #task-training .task-show-box .task-list-box .task-list, #task-activity .task-show-box .task-list-box .task-list, #task-practice .task-show-box .task-list-box .task-list, #task-exam .task-show-box .task-list-box .task-list, #questionnaire .task-show-box .task-list-box .task-list {
  width: 292px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#task-study .task-show-box .task-list-box .task-list:nth-of-type(1), #task-training .task-show-box .task-list-box .task-list:nth-of-type(1), #task-activity .task-show-box .task-list-box .task-list:nth-of-type(1), #task-practice .task-show-box .task-list-box .task-list:nth-of-type(1), #task-exam .task-show-box .task-list-box .task-list:nth-of-type(1), #questionnaire .task-show-box .task-list-box .task-list:nth-of-type(1) {
  background-image: url(../images/218.png);
}

#task-study .task-show-box .task-list-box .task-list:nth-of-type(2), #task-training .task-show-box .task-list-box .task-list:nth-of-type(2), #task-activity .task-show-box .task-list-box .task-list:nth-of-type(2), #task-practice .task-show-box .task-list-box .task-list:nth-of-type(2), #task-exam .task-show-box .task-list-box .task-list:nth-of-type(2), #questionnaire .task-show-box .task-list-box .task-list:nth-of-type(2) {
  background-image: url(../images/219.png);
}

#task-study .task-show-box .task-list-box .task-list:nth-of-type(3), #task-training .task-show-box .task-list-box .task-list:nth-of-type(3), #task-activity .task-show-box .task-list-box .task-list:nth-of-type(3), #task-practice .task-show-box .task-list-box .task-list:nth-of-type(3), #task-exam .task-show-box .task-list-box .task-list:nth-of-type(3), #questionnaire .task-show-box .task-list-box .task-list:nth-of-type(3) {
  background-image: url(../images/220.png);
}

#task-study .task-show-box .task-list-box .task-list:nth-of-type(4), #task-training .task-show-box .task-list-box .task-list:nth-of-type(4), #task-activity .task-show-box .task-list-box .task-list:nth-of-type(4), #task-practice .task-show-box .task-list-box .task-list:nth-of-type(4), #task-exam .task-show-box .task-list-box .task-list:nth-of-type(4), #questionnaire .task-show-box .task-list-box .task-list:nth-of-type(4) {
  background-image: url(../images/221.png);
}

#task-study .task-show-box .task-list-box .task-list .task-list-center, #task-training .task-show-box .task-list-box .task-list .task-list-center, #task-activity .task-show-box .task-list-box .task-list .task-list-center, #task-practice .task-show-box .task-list-box .task-list .task-list-center, #task-exam .task-show-box .task-list-box .task-list .task-list-center, #questionnaire .task-show-box .task-list-box .task-list .task-list-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#task-study .task-show-box .task-list-box .task-list .task-list-center .task-data, #task-training .task-show-box .task-list-box .task-list .task-list-center .task-data, #task-activity .task-show-box .task-list-box .task-list .task-list-center .task-data, #task-practice .task-show-box .task-list-box .task-list .task-list-center .task-data, #task-exam .task-show-box .task-list-box .task-list .task-list-center .task-data, #questionnaire .task-show-box .task-list-box .task-list .task-list-center .task-data {
  text-align: center;
}

#task-study .task-show-box .task-list-box .task-list .task-list-center .task-data .data-number, #task-training .task-show-box .task-list-box .task-list .task-list-center .task-data .data-number, #task-activity .task-show-box .task-list-box .task-list .task-list-center .task-data .data-number, #task-practice .task-show-box .task-list-box .task-list .task-list-center .task-data .data-number, #task-exam .task-show-box .task-list-box .task-list .task-list-center .task-data .data-number, #questionnaire .task-show-box .task-list-box .task-list .task-list-center .task-data .data-number {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
}

#task-study .task-show-box .task-list-box .task-list .task-list-center .task-data .data-unit, #task-training .task-show-box .task-list-box .task-list .task-list-center .task-data .data-unit, #task-activity .task-show-box .task-list-box .task-list .task-list-center .task-data .data-unit, #task-practice .task-show-box .task-list-box .task-list .task-list-center .task-data .data-unit, #task-exam .task-show-box .task-list-box .task-list .task-list-center .task-data .data-unit, #questionnaire .task-show-box .task-list-box .task-list .task-list-center .task-data .data-unit {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
}

#task-study .task-show-box .task-list-box .task-list .task-list-center .text, #task-training .task-show-box .task-list-box .task-list .task-list-center .text, #task-activity .task-show-box .task-list-box .task-list .task-list-center .text, #task-practice .task-show-box .task-list-box .task-list .task-list-center .text, #task-exam .task-show-box .task-list-box .task-list .task-list-center .text, #questionnaire .task-show-box .task-list-box .task-list .task-list-center .text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.8;
}

#task-study .tabs, #task-training .tabs, #task-activity .tabs, #task-practice .tabs, #task-exam .tabs, #questionnaire .tabs {
  display: flex;
  align-items: center;
}

#task-study .tabs .tab, #task-training .tabs .tab, #task-activity .tabs .tab, #task-practice .tabs .tab, #task-exam .tabs .tab, #questionnaire .tabs .tab {
  margin-left: 52px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
  position: relative;
}

#task-study .tabs .tab:first-of-type, #task-training .tabs .tab:first-of-type, #task-activity .tabs .tab:first-of-type, #task-practice .tabs .tab:first-of-type, #task-exam .tabs .tab:first-of-type, #questionnaire .tabs .tab:first-of-type {
  margin-left: 0;
}

#task-study .tabs .tab.active a, #task-training .tabs .tab.active a, #task-activity .tabs .tab.active a, #task-practice .tabs .tab.active a, #task-exam .tabs .tab.active a, #questionnaire .tabs .tab.active a {
  font-size: 20px;
  font-weight: bold;
  color: #F02A2E;
}

#task-study .tabs .tab.active a::before, #task-training .tabs .tab.active a::before, #task-activity .tabs .tab.active a::before, #task-practice .tabs .tab.active a::before, #task-exam .tabs .tab.active a::before, #questionnaire .tabs .tab.active a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: 20px;
  height: 5px;
  background: #F02A2E;
  border-radius: 3px;
}

#task-study .tabs .tab:hover a, #task-training .tabs .tab:hover a, #task-activity .tabs .tab:hover a, #task-practice .tabs .tab:hover a, #task-exam .tabs .tab:hover a, #questionnaire .tabs .tab:hover a {
  color: #F02A2E;
}

#task-study .tab-content-box .list, #task-training .tab-content-box .list {
  display: flex;
  align-items: center;
  padding: 32px;
  background-color: #F7F7F7;
}

#task-study .tab-content-box .list:hover, #task-training .tab-content-box .list:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

#task-study .tab-content-box .list:hover .info-container .title, #task-training .tab-content-box .list:hover .info-container .title {
  color: #F02A2E;
}

#task-study .tab-content-box .list:hover .study-btn, #task-training .tab-content-box .list:hover .study-btn {
  box-shadow: 0px 8px 20px 0px rgba(194, 30, 38, 0.32);
}

#task-study .tab-content-box .list .info-container, #task-training .tab-content-box .list .info-container {
  flex: 1;
  padding-right: 40px;
  border-right: 1px solid #EBEBEB;
  overflow: hidden;
}

#task-study .tab-content-box .list .info-container .title, #task-training .tab-content-box .list .info-container .title {
  font-size: 20px;
  font-weight: bold;
  color: #1A0405;
  line-height: 26px;
  padding-left: 16px;
  position: relative;
}

#task-study .tab-content-box .list .info-container .title::before, #task-training .tab-content-box .list .info-container .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 26px;
  background-color: #F02A2E;
  border-radius: 13px;
}

#task-study .tab-content-box .list .info-container .info .info-desc, #task-training .tab-content-box .list .info-container .info .info-desc {
  font-size: 14px;
  line-height: 26rpx;
  color: #333333;
  font-weight: 500;
}

#task-study .tab-content-box .list .info-container .info .info-line, #task-training .tab-content-box .list .info-container .info .info-line {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  line-height: 26px;
}

#task-study .tab-content-box .list .info-container .info .info-progress, #task-training .tab-content-box .list .info-container .info .info-progress {
  display: flex;
  align-items: center;
}

#task-study .tab-content-box .list .info-container .info .info-progress .progress-text, #task-training .tab-content-box .list .info-container .info .info-progress .progress-text {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

#task-study .tab-content-box .list .info-container .info .info-progress .progress-box, #task-training .tab-content-box .list .info-container .info .info-progress .progress-box {
  width: 626px;
  height: 8px;
  background-color: #E6E6E6;
  border-radius: 4px;
  margin: 0 10px;
}

#task-study .tab-content-box .list .info-container .info .info-progress .progress-box .progress-active, #task-training .tab-content-box .list .info-container .info .info-progress .progress-box .progress-active {
  height: 8px;
  background-color: #2AAC78;
  border-radius: 4px;
}

#task-study .tab-content-box .list .info-container .info .info-progress .progress-number, #task-training .tab-content-box .list .info-container .info .info-progress .progress-number {
  font-size: 14px;
  font-weight: bold;
  color: #2AAC78;
  line-height: 26px;
}

#task-study .tab-content-box .list .btn-container, #task-training .tab-content-box .list .btn-container {
  padding: 0 100px;
}

#task-study .tab-content-box .list .btn-container .study-btn, #task-training .tab-content-box .list .btn-container .study-btn {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  background: linear-gradient(135deg, #F05456 0%, #F02B2E 100%);
  border-radius: 24px;
}

#task-my-study-detail .background-white {
  background-color: #FFFFFF;
  padding: 20px 0;
}

#task-my-study-detail .background-white .info-container {
  padding-right: 40px;
  overflow: hidden;
}

#task-my-study-detail .background-white .info-container .title {
  font-size: 20px;
  font-weight: bold;
  color: #1A0405;
  line-height: 26px;
  padding-left: 16px;
  position: relative;
}

#task-my-study-detail .background-white .info-container .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 26px;
  background-color: #F02A2E;
  border-radius: 13px;
}

#task-my-study-detail .background-white .info-container .info .info-line {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  line-height: 26px;
}

#task-my-study-detail .background-white .info-container .info .info-progress {
  display: flex;
  align-items: center;
}

#task-my-study-detail .background-white .info-container .info .info-progress .progress-text {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

#task-my-study-detail .background-white .info-container .info .info-progress .progress-box {
  width: 626px;
  height: 8px;
  background-color: #E6E6E6;
  border-radius: 4px;
  margin: 0 10px;
}

#task-my-study-detail .background-white .info-container .info .info-progress .progress-box .progress-active {
  height: 8px;
  background-color: #2AAC78;
  border-radius: 4px;
}

#task-my-study-detail .background-white .info-container .info .info-progress .progress-number {
  font-size: 14px;
  font-weight: bold;
  color: #2AAC78;
  line-height: 26px;
}

#task-my-study-detail .background-white .info-container .desc-box {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}

#task-my-study-detail .background-white .info-container .sign-box {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

#task-my-study-detail .background-white .info-container .sign-box .warn {
  font-size: 14px;
  color: #1163EA;
  margin-left: 24px;
  display: inline-block;
}

#task-my-study-detail .background-white .info-container .sign-box .warn .down {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/167.png);
}

#task-my-study-detail .background-white .info-container .com-btn {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #F02A2E;
  border-radius: 20px;
  display: block;
}

#task-my-study-detail .background-white .info-container .com-btn.border-red {
  background-color: transparent;
  border: 1px solid #F02A2E;
  color: #F02A2E;
}

#task-my-study-detail .course-list .item {
  height: 392px;
}

#task-my-study-detail .activity-rule {
  padding: 15px 40px 100px;
  border-top: 1px solid #eee;
}

#task-my-study-detail .activity-rule .rule-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
}

#task-my-study-detail .activity-rule .rule-li {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

#task-my-study-detail .set-box .set-top-box {
  border-bottom: 1px solid #eee;
}

#task-my-study-detail .set-box .set-top-box .set-top {
  width: 690px;
  margin: 0 auto;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-title {
  font-size: 12px;
  color: #909090;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-title span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  margin-right: 18px;
}

#task-my-study-detail .set-box .set-top-box .set-top .radio-box {
  display: flex;
  align-items: center;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-table {
  font-size: 14px;
  width: 100%;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-table tr {
  margin-bottom: 20px;
  display: block;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-table tr .set-input {
  margin: 0 6px;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-table tr .color-blue {
  color: #1163EA;
  margin: 0 6px;
  display: inline-block;
}

#task-my-study-detail .set-box .set-top-box .set-top .set-table tr .total {
  text-align: right;
}

#task-my-study-detail .set-box .set-bottom-box {
  border-bottom: 1px solid #eee;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom {
  width: 690px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .total-box {
  display: flex;
  padding: 15px 0 20px;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .total-box .line {
  font-size: 14px;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .total-box .line span {
  color: #F02A2E;
  display: inline-block;
  margin: 0 6px;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .total-box .line.line01 {
  width: 580px;
  text-align: center;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .line-box {
  display: flex;
  align-items: c;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .line-box .line-item {
  display: flex;
  align-items: center;
}

#task-my-study-detail .set-box .set-bottom-box .set-bottom .line-box .line-item .label {
  font-size: 16px;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-right: 15px;
}

#task-my-study-detail .set-box .set-input {
  width: 82px;
  height: 34px;
  background: #F7F7F7;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

#task-my-study-detail .set-box .check01 {
  margin-right: 75px;
}

#task-my-study-detail .set-box .start-btn {
  width: 228px;
  height: 44px;
  line-height: 44px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #F02A2E;
  border-radius: 22px;
}

#task-my-study-detail .set-box .radioitem {
  display: inline-block;
  height: 34px;
}

#task-my-study-detail .set-box .radioitem .radio {
  display: none;
}

#task-my-study-detail .set-box .radioitem .radiolabel span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: left;
  margin-left: 8px;
  font-size: 16px;
  user-select: none;
  cursor: pointer;
}

#task-my-study-detail .set-box .radioitem .radiolabel::before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background-image: url(../img/144.png);
  background-size: 100% 100%;
  float: left;
  cursor: pointer;
  margin-top: 13px;
}

#task-my-study-detail .set-box .radioitem .radio:checked + .radiolabel::before {
  background-image: url(../img/145.png);
}

#task-my-study-detail .set-box .checkitem {
  display: inline-block;
  height: 34px;
}

#task-my-study-detail .set-box .checkitem .checkbox {
  display: none;
}

#task-my-study-detail .set-box .checkitem .checklabel span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-size: 16px;
  user-select: none;
}

#task-my-study-detail .set-box .checkitem .checklabel::before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background-image: url(../img/168.png);
  background-size: 100% 100%;
  float: left;
  margin-top: 12px;
  cursor: pointer;
}

#task-my-study-detail .set-box .checkitem .checkbox:checked + .checklabel::before {
  background-image: url(../img/169.png);
}

#task-my-study-detail.study_detail .background-white {
  padding-bottom: 30px;
}

#task-my-study-detail.practice-set .background-white .main {
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

#task-exam .tab-content-box {
  display: flex;
  flex-wrap: wrap;
}

#task-exam .tab-content-box .list {
  width: 388px;
  padding: 30px 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: 18px;
  position: relative;
}

#task-exam .tab-content-box .list:nth-child(3n+1) {
  margin-left: 0;
}

#task-exam .tab-content-box .list.active .exam-name, #task-exam .tab-content-box .list.active .exam-info, #task-exam .tab-content-box .list.active .exam-time {
  color: #909090;
}

#task-exam .tab-content-box .list.active .startExam {
  background: #EEEEEE;
  color: #909090;
}

#task-exam .tab-content-box .list .exam-name {
  font-size: 20px;
  font-weight: bold;
  color: #1A0405;
  line-height: 30px;
  height: 60px;
}

#task-exam .tab-content-box .list .exam-info {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  line-height: 26px;
}

#task-exam .tab-content-box .list .startExam {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(-55deg, #F02B2E 0%, #F05456 100%);
  border-radius: 24px;
}

#task-exam .tab-content-box .list .exam-time {
  font-size: 14px;
  font-weight: 500;
  color: #F02A2E;
  line-height: 26px;
}

#task-exam .tab-content-box .list .exam-result {
  position: absolute;
  bottom: 30px;
  right: 24px;
  width: 108px;
  height: 131px;
}

#task-exam .tab-content-box .list .exam-result img {
  width: 100%;
  height: 100%;
}

#task-practice .tab-content-box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  padding: 0 30px;
  background-color: #F7F7F7;
  border-radius: 4px;
}

#task-practice .tab-content-box .list:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

#task-practice .tab-content-box .list:hover .title {
  color: #DB282B;
}

#task-practice .tab-content-box .list .list-info {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#task-practice .tab-content-box .list .title {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #1A0405;
  line-height: 26px;
}

#task-practice .tab-content-box .list .exam-number {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  line-height: 26px;
  margin-left: 25px;
}

#task-practice .tab-content-box .list .btn-container {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

#task-practice .tab-content-box .list .btn-container .btn {
  display: block;
  width: 124px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #EEEEEE;
  margin-left: 16px;
}

#task-practice .tab-content-box .list .btn-container .btn.blue {
  border: 1px solid #A4C3EC;
  color: #2874DB;
}

#task-practice .tab-content-box .list .btn-container .btn.blue:hover {
  background-color: #2874DB;
  color: #FFFFFF;
}

#task-practice .tab-content-box .list .btn-container .btn.red {
  border: 1px solid #F9AAAB;
  color: #F02A2E;
}

#task-practice .tab-content-box .list .btn-container .btn.red:hover {
  background-color: #F02B2E;
  color: #FFFFFF;
}

#task-activity .list-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

#task-activity .list-box .list-activity {
  display: block;
  margin-left: 30px;
  margin-bottom: 24px;
  box-shadow: 0px 6px 15px 0px rgba(48, 48, 48, 0.09);
}

#task-activity .list-box .list-activity:nth-child(3n+1) {
  margin-left: 0;
}

#task-activity .list-box .list-activity .img {
  width: 380px;
  height: 190px;
  border-radius: 11px 11px 0 0;
  overflow: hidden;
}

#task-activity .list-box .list-activity .img img {
  width: 100%;
  height: 100%;
}

#task-activity .list-box .list-activity .list-info {
  width: 380px;
  padding: 22px;
  background-color: #FFFFFF;
  border-radius: 0 0 11px 11px;
  overflow: hidden;
}

#task-activity .list-box .list-activity .list-info .title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

#task-activity .list-box .list-activity .list-info .acticity-time {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-top: 12px;
}

#practice-detail .background-white, #task-my-study-detail.practice-set .background-white {
  padding: 24px 0;
  background-color: #FFFFFF;
}

#practice-detail .background-white .practice-info, #task-my-study-detail.practice-set .background-white .practice-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#practice-detail .background-white .practice-info .left .title, #task-my-study-detail.practice-set .background-white .practice-info .left .title {
  font-size: 24px;
  font-weight: 400;
  color: #1A0405;
  line-height: 26px;
}

#practice-detail .background-white .practice-info .left .classfiy, #task-my-study-detail.practice-set .background-white .practice-info .left .classfiy {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

#practice-detail .background-white .practice-info .left .classfiy .sub-title, #task-my-study-detail.practice-set .background-white .practice-info .left .classfiy .sub-title {
  color: #999999;
}

#practice-detail .background-white .practice-info .right .question-number, #task-my-study-detail.practice-set .background-white .practice-info .right .question-number {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  text-align: right;
}

#practice-detail .background-white .practice-info .right .progresss-box, #task-my-study-detail.practice-set .background-white .practice-info .right .progresss-box {
  display: flex;
  align-items: center;
}

#practice-detail .background-white .practice-info .right .progresss-box .progress, #task-my-study-detail.practice-set .background-white .practice-info .right .progresss-box .progress {
  width: 228px;
  height: 8px;
  background-color: #E6E6E6;
  border-radius: 4px;
}

#practice-detail .background-white .practice-info .right .progresss-box .progress-active, #task-my-study-detail.practice-set .background-white .practice-info .right .progresss-box .progress-active {
  height: 8px;
  background-color: #2AAC78;
  border-radius: 4px;
}

#practice-detail .background-white .practice-info .right .progresss-box .accomplish, #task-my-study-detail.practice-set .background-white .practice-info .right .progresss-box .accomplish {
  font-size: 16px;
  color: #2AAC78;
  line-height: 26px;
}

#practice-detail .background-white .practice-info .right .progresss-box .question-count, #task-my-study-detail.practice-set .background-white .practice-info .right .progresss-box .question-count {
  color: #999999;
}

#practice-detail {
  background-color: #F7F7F7;
}

#practice-detail .question-box {
  padding: 30px 50px;
  display: flex;
}

#practice-detail .question-box .left {
  padding: 24px;
  background-color: #FFFFFF;
}

#practice-detail .question-box .left .title {
  font-size: 16px;
  color: #DB282B;
  line-height: 30px;
}

#practice-detail .question-box .left .question-title {
  font-size: 20px;
  color: #1A0405;
  line-height: 44px;
}

#practice-detail .question-box .left .answer-box .answer-li {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  background-color: #F7F7F7;
  border-radius: 4px;
  margin-bottom: 16px;
  cursor: pointer;
}

#practice-detail .question-box .left .answer-box .answer-li.active, #practice-detail .question-box .left .answer-box .answer-li:hover {
  background-color: #2874DB;
  color: #FFFFFF;
}

#practice-detail .question-box .left .answer, #practice-detail .question-box .left .analysis {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

#practice-detail .question-box .right {
  margin-left: 18px;
}

#practice-detail .question-box .right .question-time {
  font-size: 16px;
  color: #1A0405;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #FFFFFF;
}

#practice-detail .question-box .right .question-time .iconfont {
  color: #DB282B;
  margin-right: 8px;
  vertical-align: middle;
}

#practice-detail .question-box .right .question-page {
  width: 388px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

#practice-detail .question-box .right .question-page .page-btn {
  width: 190px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #FFFFFF;
  color: #1A0405;
}

#practice-detail .question-box .right .question-page .page-btn .iconfont {
  font-size: 16px;
  vertical-align: middle;
}

#practice-detail .question-box .right .question-page .page-btn.notPage {
  color: #999999;
}

#practice-detail .question-box .right .answer-card {
  width: 388px;
  padding: 0 20px;
  background-color: #FFFFFF;
  margin-top: 8px;
}

#practice-detail .question-box .right .answer-card .head-card {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
}

#practice-detail .question-box .right .answer-card .head-card .title {
  font-size: 20px;
  color: #1A0405;
  line-height: 42px;
}

#practice-detail .question-box .right .answer-card .head-card .count {
  font-size: 14px;
  color: #999999;
  line-height: 42px;
}

#practice-detail .question-box .right .answer-card .head-card .count .now {
  font-size: 20px;
  color: #1A0405;
}

#practice-detail .question-box .right .answer-card .box-overflow-y {
  padding: 10px 0 20px;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

#practice-detail .question-box .right .answer-card .question-list-box {
  display: flex;
  flex-wrap: wrap;
}

#practice-detail .question-box .right .answer-card .question-list-box .question-list {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #999999;
  border: 1px solid #CCCCCC;
  margin-left: 10px;
  margin-bottom: 10px;
}

#practice-detail .question-box .right .answer-card .question-list-box .question-list:nth-child(8n+1) {
  margin-left: 0;
}

#practice-detail .question-box .right .answer-card .question-list-box .question-list.active, #practice-detail .question-box .right .answer-card .question-list-box .question-list:hover {
  border: 1px solid #2874DB;
  color: #2874DB;
}

#questionnaire .question-box {
  display: flex;
  flex-wrap: wrap;
}

#questionnaire .question-list {
  width: 388px;
  height: 262px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 32px 22px;
  margin-left: 18px;
}

#questionnaire .question-list:nth-child(3n+1) {
  margin-left: 0;
}

#questionnaire .question-list.active .title, #questionnaire .question-list.active .stime, #questionnaire .question-list.active .etime {
  color: #909090;
}

#questionnaire .question-list .title {
  font-size: 20px;
  font-weight: bold;
  color: #1A0405;
  line-height: 30px;
}

#questionnaire .question-list .stime, #questionnaire .question-list .etime {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  line-height: 26px;
}

#questionnaire .question-list .stime {
  color: #909090;
}

#questionnaire .question-list .etime {
  color: #F02A2E;
}

#questionnaire .question-list .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #26B37B;
  border-radius: 4px 0px 15px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

#questionnaire .question-list .btn-container {
  width: 160px;
  height: 48px;
  margin: 30px auto 0;
}

#questionnaire .question-list .btn-container .btn {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
}

#questionnaire .question-list .btn-container .fill-btn {
  color: #FFFFFF;
  background: linear-gradient(-55deg, #F02B2E 0%, #F05456 100%);
}

#questionnaire .question-list .btn-container .fill-btn-text {
  color: #F02A2E;
  border: 1px solid #F02A2E;
  background: transparent;
}

#hot-activity-detail {
  padding: 24px 0;
}

#hot-activity-detail .detail-container .activity-info-box {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #EEEEEE;
}

#hot-activity-detail .detail-container .activity-info-box .activity-cover {
  width: 380px;
  height: 190px;
}

#hot-activity-detail .detail-container .activity-info-box .activity-cover img {
  width: 100%;
  height: 100%;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info {
  flex: 1;
  overflow: hidden;
  padding-left: 20px;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .activity-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .activity-time {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #909090;
  line-height: 24px;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .introduce-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .introduce-content {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .sign-box {
  display: flex;
  align-items: center;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .sign-box .warn {
  font-size: 16px;
  color: #FF8208;
  margin-left: 18px;
  display: inline-block;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .com-btn {
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #F02A2E;
  border-radius: 20px;
  margin-top: 6px;
  display: block;
}

#hot-activity-detail .detail-container .activity-info-box .activity-info .com-btn.border-red {
  background-color: transparent;
  border: 1px solid #F02A2E;
  color: #F02A2E;
}

#hot-activity-detail .detail-container .activity-rule {
  padding: 15px 40px;
}

#hot-activity-detail .detail-container .activity-rule .rule-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 6px;
  border-left: 2px solid #F02A2E;
}

#hot-activity-detail .detail-container .activity-rule .rule-li {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

#warn {
 /* padding: 24px 0;
  background-color: #F8F8F8;*/
}

    #warn .course-list {
        padding-bottom: 50px;
        overflow: hidden;
        background-color: #F8F8F8
    }

#warn .list {
  overflow: hidden;
  margin: 20px auto;
}

#warn .list .item {
  border-radius: 4px;
  margin-bottom: 18px;
  overflow: hidden;
}

#video_play .v-header {
  height: 100px;
  width: 100%;
  background-color: #141414;
}

#video_play .v-header .main {
  height: 100%;
  display: flex;
  align-items: center;
}

#video_play .v-header .main .logo {
  display: inline-block;
  width: 174px;
}

#video_play .v-header .main .logo img {
  width: 100%;
}

#video_play .v-content {
  display: flex;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  transition: all 0.6s;
}

#video_play .v-content .v-left {
  width: calc(100vw - 360px);
  height: 100%;
}

#video_play .v-content .v-left .title-box {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #0F0F0F;
  position: relative;
  justify-content: center;
}

#video_play .v-content .v-left .title-box .back {
  position: absolute;
  height: 70px;
  display: flex;
  top: 0;
  left: 36px;
  align-items: center;
}

#video_play .v-content .v-left .title-box .back i {
  font-size: 12px;
  color: #666;
}

#video_play .v-content .v-left .title-box .back span {
  color: #999;
  display: inline-block;
  margin-left: 10px;
}

#video_play .v-content .v-left .title-box .title {
  font-size: 24px;
  color: #666;
  font-weight: bold;
}

#video_play .v-content .v-left .video {
  width: 100%;
  height: calc(100vh - 170px);
  background-color: #000;
  padding: 0 36px;
}

#video_play .v-content .v-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  outline: none;
}

#video_play .v-content .v-right {
  width: 360px;
  height: calc(100vh - 100px);
  background-color: #1A1A1A;
}

#video_play .v-content .v-right .v-tab {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #000;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

#video_play .v-content .v-right .v-tab .item {
  width: 50%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

#video_play .v-content .v-right .v-tab .item.active {
  background-color: #1A1A1A;
  color: #2874DB;
}

#video_play .v-content .v-right .v-list {
  padding: 24px;
  overflow-y: auto;
  height: calc(100vh - 170px);
}

#video_play .v-content .v-right .v-list::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}

#video_play .v-content .v-right .v-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

#video_play .v-content .v-right .v-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2874DB;
}

#video_play .v-content .v-right .v-list .v-item-box {
  background-color: #0F0F0F;
  border-radius: 4px;
  padding: 0px 30px;
  margin-bottom: 16px;
  transition: height 0.6s;
}

#video_play .v-content .v-right .v-list .v-item-box .v-top {
  display: flex;
  align-items: center;
  padding: 28px 0;
  font-size: 16px;
  cursor: pointer;
  transition: height 0.3s;
}

#video_play .v-content .v-right .v-list .v-item-box .v-top .play {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

#video_play .v-content .v-right .v-list .v-item-box .v-top .play i {
  font-size: 22px;
  color: #666;
}

#video_play .v-content .v-right .v-list .v-item-box .v-top > span {
  color: rgba(255, 255, 255, 0.5);
}

#video_play .v-content .v-right .v-list .v-item-box .items-box {
  margin-top: 6px;
  display: none;
}

#video_play .v-content .v-right .v-list .v-item-box .items-box .v-item {
  padding-left: 30px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

#video_play .v-content .v-right .v-list .v-item-box .items-box .v-item.v-active {
  position: relative;
  color: #2874DB;
}

#video_play .v-content .v-right .v-list .v-item-box .items-box .v-item.v-active:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/170.png");
  background-position: center;
  left: 0;
  top: 0;
}

#video_play .v-content .v-right .v-list .v-item-box.active {
  background-color: #1F1F1F;
  transition: height 0.3s;
}

#video_play .v-content .v-right .v-list .v-item-box.active .v-top {
  padding: 28px 0 10px;
  transition: height 0.3s;
}

#video_play .v-content .v-right .v-list .v-item-box.active .v-top .play {
  display: none;
}

#video_play .v-content .v-right .v-list .v-item-box.active .v-top > span {
  color: #fff;
}

#video_play .v-content .v-right .v-list .v-item-box.active .items-box {
  display: block;
}

#video_play .v-content .v-right .v-list .v-item-box:hover .v-top .play {
  background-color: rgba(255, 255, 255, 0.2);
}

#video_play .v-content .v-right .v-list .v-item-box:hover .v-top .play i {
  color: #fff;
}

#video_play .v-content .v-right .v-list .v-item-box:hover .v-top > span {
  color: #fff;
}

#video_play .v-content .v-right .v-note {
  display: none;
}

#video_play .v-content .v-right .v-note .note-tab {
  padding: 15px 0 20px;
  display: flex;
  align-items: center;
}

#video_play .v-content .v-right .v-note .note-tab .item {
  width: 50%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#video_play .v-content .v-right .v-note .note-tab .item span {
  position: relative;
}

#video_play .v-content .v-right .v-note .note-tab .item span:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background-color: transparent;
  left: calc(50% - 17px);
  bottom: -10px;
}

#video_play .v-content .v-right .v-note .note-tab .item.active {
  color: #fff;
}

#video_play .v-content .v-right .v-note .note-tab .item.active span:before {
  background-color: #fff;
}

#video_play .v-content .v-right .v-note .all-note {
  overflow-y: auto;
  height: calc(100vh - 170px);
}

#video_play .v-content .v-right .v-note .all-note::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}

#video_play .v-content .v-right .v-note .all-note::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

#video_play .v-content .v-right .v-note .all-note::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2874DB;
}

#video_play .v-content .v-right .v-note .all-note .tops {
  padding: 0 22px 18px;
  border-bottom: 1px solid #1F1F1F;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-box {
  display: flex;
  flex-wrap: wrap;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-box .n-item {
  width: 65px;
  height: 28px;
  line-height: 28px;
  background-color: #3a3a3a;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-right: 17px;
  margin-bottom: 14px;
  cursor: pointer;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-box .n-item.active {
  background-color: #2874DB;
  color: #fff;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-box .n-item:nth-child(4n) {
  margin-right: 0;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-box.h-active {
  height: 80px;
  overflow: hidden;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-updown {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: none;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-updown .up {
  display: block;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-updown .down {
  display: none;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-updown.active .up {
  display: none;
}

#video_play .v-content .v-right .v-note .all-note .tops .note-updown.active .down {
  display: block;
}

#video_play .v-content .v-right .v-note .mine-note {
  display: none;
  overflow-y: auto;
  height: calc(100vh - 230px);
}

#video_play .v-content .v-right .v-note .mine-note::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}

#video_play .v-content .v-right .v-note .mine-note::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

#video_play .v-content .v-right .v-note .mine-note::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2874DB;
}

#video_play .v-content .v-right .v-note .mine-note .tops {
  padding: 0 22px 24px;
  border-bottom: 1px solid #1F1F1F;
}

#video_play .v-content .v-right .v-note .mine-note .tops textarea {
  width: 100%;
  height: 100px;
  padding: 10px 15px;
  resize: none;
  background-color: #3A3A3A;
  border-radius: 3px;
  color: #fff;
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem {
  display: inline-block;
  height: 20px;
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checkbox {
  display: none;
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checklabel span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  user-select: none;
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checklabel::before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background-image: url(../images/168.png);
  background-size: 100% 100%;
  float: left;
  margin-top: 2px;
  cursor: pointer;
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note .checkitem .checkbox:checked + .checklabel::before {
  background-image: url(../images/169.png);
}

#video_play .v-content .v-right .v-note .mine-note .tops .add-note .note-btn {
  width: 85px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #3A3A3A;
  border: 0;
}

#video_play .v-content .v-right .v-note .all-text {
  padding: 0 22px 0 20px;
}

#video_play .v-content .v-right .v-note .all-text .text-item {
  padding: 15px 0;
  border-bottom: 1px solid #1F1F1F;
  display: flex;
}

#video_play .v-content .v-right .v-note .all-text .text-item .pic {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

#video_play .v-content .v-right .v-note .all-text .text-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box {
  width: 100%;
  margin-left: 10px;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .name {
  font-size: 16px;
  color: #2874DB;
  font-weight: bold;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .date, #video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .tt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .dur {
  width: 86px;
  height: 20px;
  line-height: 18px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #3A3A3A;
  position: relative;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .dur .d-icon {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/172.png");
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -1px;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .line .dur .time {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

#video_play .v-content .v-right .v-note .all-text .text-item .info-box .desc {
  font-size: 14px;
  color: #fff;
}
