
.Header-search {
  display: block;
  max-width: 280px;
}
.Header-search .search-box {
  overflow: hidden;
}
.Header-search .search-box .search-input {
  width: 216px;
}
.Header-search .search-box .search-input input {
  padding: 0px 10px;
}

.Content-wrapper {
  margin-top: 60px;
}

.banner-container {
  position: relative;
  width: 100%;
  height: 400px;
}
.banner-container .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-container .banner-content .banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner-container .banner-swiper .clickImgLite {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
.banner-container .banner-swiper .banner-pagination {
  bottom: 10px;
  padding: 0 96px;
}
.banner-container .banner-swiper .banner-pagination.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 6px;
  overflow: hidden;
  pointer-events: auto;
}
.banner-container .banner-swiper .banner-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
}

.banner-container .banner-swiper .banner-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}


.floor-container {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
.floor-container:nth-child(2n-1) {
  background-color: #ffffff;
}
.floor-container > .content {
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 32px 0px;
  margin: 0 auto;
}

.tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.tag-wrap .tag-box {
  max-width: 33.3333333%;
}
.tag-wrap .tag-box .tag-hd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.tag-wrap .tag-box .tag-hd img {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.tag-wrap .tag-box .tag-bd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-wrap .tag-box .tag-bd a.tag {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0px 5px;
  color: #666;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tag-wrap .tag-box .tag-bd a.tag:hover {
  color: #E20A00;
  border-color: #E20A00;
}

/*我的课程*/
.course-top {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0px;
}
.course-top .course-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.course-top .course-head .action {
  font-size: 18px;
}
.course-top .course-head .more a {
  color: #666;
  font-size: 14px;
}
.course-top .course-head .more a:hover {
  color: #E20A00;
}

.course-top .course-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.course-top .course-content .course-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 10px;
  margin-right: 24px;
  background-color: #E20A00;
}
.course-top .course-content .course-action p {
  color: #fff;
  font-size: 20px;
}
.course-top .course-content .course-main {
  flex:1;
  overflow: hidden;
  position: relative;
}
.course-top .course-content .course-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.course-top .course-content .course-swiper .swiper-slide > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}
.course-top .course-content .course-swiper .swiper-slide .img {
  width: 285px;
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
}
.course-top .course-content .course-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.course-top .course-content .course-swiper .swiper-slide .cont {
  flex: 1;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-top .course-content .course-swiper .swiper-slide .cont .head {
  font-size: 16px;
  font-weight: bold;
}
.course-top .course-content .course-swiper .swiper-slide .cont .title {
  font-size: 16px;
  font-weight: bold;
}
.course-top .course-content .course-swiper .swiper-slide .cont .info {
  margin-top: 24px;
}
.course-top .course-content .course-swiper .swiper-slide .cont .info span {
  color: #333;
  font-size: 14px;
}
.course-top .course-content .course-swiper .swiper-slide .cont .info span + span {
  margin-left: 24px;
}

.course-top .course-content .course-swiper .swiper-button-next,
.course-top .course-content .course-swiper .swiper-button-prev {
    width: 32px;
    height: 58px;
    color: #666;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 9;
}
.course-top .course-content .course-swiper .swiper-button-next {
    right: 0;
}
.course-top .course-content .course-swiper .swiper-button-prev {
    left: 0;
}
.course-top .course-content .course-swiper .swiper-button-next:after, 
.course-top .course-content .course-swiper .swiper-button-prev:after {
    font-size: 14px;
}

.activity-wrap {
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 32px 0px;
  margin: 0 auto;
}
.activity-wrap .calendar, .activity-wrap .course-hot {
  width: calc(50% - 12px);
}
.activity-wrap .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.activity-wrap .head .action {
  font-size: 24px;
}
.activity-wrap .head .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.activity-wrap .head .tab .item {
  font-size: 24px;
  cursor: pointer;
  position: relative;
}
.activity-wrap .head .tab .item + .item {
  margin-left: 24px;
}
.activity-wrap .head .tab .item:hover {
  color: #E20A00;
}
.activity-wrap .head .tab .item.active:before {
  content: '';
  display: block;
  width: 70%;
  height: 3px;
  background-color: #E20A00;
  position: absolute;
  bottom: -5px;
  left: 15%;
}
.activity-wrap .head .more a {
  color: #666;
}
.activity-wrap .head .more a:hover {
  color: #E20A00;
}

.activity-wrap .calendar .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.activity-wrap .calendar .content .item {
  flex:0 0 33.3333333%;
  max-width: calc(33.3333333% - 15px);
  height: 98px;
  padding: 16px 12px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.2);
  transition: all .2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activity-wrap .calendar .content .item:hover {
  border-color: #E20A00;
}
.activity-wrap .calendar .content .item .p1 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 18px;
  border-left: 3px solid #E20A00;
  width: calc(100% - 80px);
}
.activity-wrap .calendar .content .item .p2 {
  color: #666;
}
.activity-wrap .calendar .content .item .status {
  position: absolute;
  right: 0;
  top: 26px;
  right: 12px;
  width: 68px;
  height: 40px;
  background: #FFF1F1;
  border: 1px solid #E20A00;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-wrap .calendar .content .item .status .s1 {
    color: #E20A00;
    font-size: 28px;
    font-weight: bold;
    margin-right: 4px;
}
.activity-wrap .calendar .content .item .status .s2 {
    color: #E20A00;
    font-size: 12px;
    width: 16px;
    line-height: 14px;
    text-align: center;
}
.activity-wrap .course-hot .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.activity-wrap .course-hot .content .item {
    float: left;
    width: calc(33.3333333% - 15px);
    height: 98px;
    border-radius: 5px;
    overflow: hidden;
}
.activity-wrap .course-hot .content .item a,
.activity-wrap .course-hot .content .item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.activity-wrap .course-hot .content .item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.module-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.module-title .action {
  font-size: 24px;
}
.module-title .action span {
  color: #666;
  font-size: 16px;
  margin-left: 20px;
}
.module-title .more a {
  color: #666;
}
.module-title .more a:hover {
  color: #E20A00;
}
.module-title .tabs-box {
  width: 100%;
  margin-top: 10px;
}
.module-title .tabs-box .tabs-box__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width:100px;
  height: 35px;
  color: #555555;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #999999;
}
.module-title .tabs-box .tabs-box__item + .tabs-box__item {
  margin-left: 20px;
}
.module-title .tabs-box .tabs-box__item:hover,
.module-title .tabs-box .tabs-box__item.active {
  color: #E20A00;
  border-color: #E20A00;
}

.search-floor-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 24px;
  padding: 0px 96px;
}
/*课程*/
.course-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.course-list .item {
  float: left;
  width: calc(25% - 20px);
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.course-list .item:nth-child(4n) {
  margin-right: 0px;
}
.course-list .item .course-cover {
  position: relative;
  height: 245px;
  overflow: hidden;
}
.course-list .item .course-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.course-list .item .course-cover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.course-list .item .course-cover .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #ffffff;
  z-index: 2;
}
.course-list .item .course-cover .iconfont {
  font-size: 50px;
}
.course-list .item .course-cover .tag {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  background-color: #E20A00;
}
.course-list .item .course-name {
  padding: 15px 15px 5px;
}
.course-list .item .course-name span {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-list .item .course-cont {
  padding: 0px 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-list .item .course-cont .price {
  color: #E20A00;
  font-size: 18px;
}
.course-list .item .course-cont .time {
  color: #999;
  font-size: 14px;
}

.course-list .item .course-bottom {
  padding: 15px;
}
.course-list .item .course-bottom.border {
  border-top: 1px solid #e8e8e8;
}
.course-list .item .course-bottom .avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.course-list .item .course-bottom .avatar img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.course-list .item .course-bottom .avatar span {
  color: #999;
  font-size: 14px;
}
.course-list .item .course-bottom .interest-num {
  font-size: 14px;
  color: #999;
  line-height: 20px;
} 
.course-list .item .course-bottom .interest-num a.btn {
  height: 28px; 
}


.course-list .item .course-bottom .type span {
    display: block;
    background: #f39700;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    height: 19px;
}
.course-list .item .course-bottom .score {
    color: #FFA900;
    font-size: 16px;
    border-left: 1px #ddd solid;
    padding-left: 10px;
    margin-left: 10px;
    height: 16px;
    line-height: 16px;
}
.course-list .item .course-bottom .level {
    color: #999;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    padding-left: 15px;
}

/*搜索结果页*/
.course-card {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.course-card .item {
  float: left;
  width: calc((100% - 80px)/5);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.course-card .item:nth-child(5n) {
  margin-right: 0px;
}
.course-card .item .course-cover {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.course-card .item .course-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.course-card .item .course-cover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.course-card .item .course-name {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
  line-height: 20px;
  padding: 0px 15px;
  margin-top: 12px;
}
.course-card .item .course-tags{
    margin: 10px 0px 0px;
    padding: 0px 11px 0px 15px;
    min-height: 20px;
    display: flex;
    align-items: center;
}
.course-card .item .course-tags img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}
.course-card .item .course-cont {
  padding: 0px 15px;
}
.course-card .item .course-cont span{
    font-size: 12px;
    color: #999;
    margin-left: 0px;
    display: inline-block;
    margin-top: 8px;
    white-space: nowrap;
    max-width: 106px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-card .item .course-cont span:after {
    content: '·';
}
.course-card .item .course-cont span:last-child:after {
    display: none;
}

/*软件*/
.software-list .item {
  float: left;
  width: calc(12.5% - 14px);
  margin-right: 16px;
  margin-bottom: 16px;
  border:1px solid #eee; 
}
.software-list .item:nth-child(8n) {
  margin-right: 0px;
}
.software-list .item a {
  width: 100%;
/*  height: 100%;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software-list .item a img {
  width: 45px;
  height: 45px;
  margin: 10px;
}
.software-list .item a p {
  flex:1;
  overflow: hidden;
  padding: 0px 10px;
}
/*职业课程*/
.occupation-item .item {
  float: left;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 15px;
  border:1px solid #eee;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;

}
.occupation-item .item:nth-child(4n) {
  margin-right: 0;
}
.occupation-item .item .img {
  width: 100px;
  height: 100px;
}
.occupation-item .item .info {
  flex:1;
  overflow: hidden;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.occupation-item .item .info .btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.occupation-item .item .info .btn-group .desc {
  color: #666;
  font-size: 14px;
}
.occupation-item .item .info .btn-group .btn {
  width: max-content;
  padding: 0 8px;
  height: 28px;
  color: #E20A00;
  border:1px solid #E20A00;
  background-color: #fef0f0;
}

.course-tabs {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 0px 60px;
   -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.075);
  box-shadow: 0 1px 4px rgba(0,0,0,.075);
  margin-bottom: 24px;
}
.course-tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
}
.course-tabs ul li {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.course-tabs ul li.active {
  color: #f90;
}
.course-tabs ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background-color: #f90;
  border-radius: 1px;
}

.course-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  grid-gap: 28px 20px;
  min-height: 292px;
}
.course-wrap .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border:1px solid #EEE;
  overflow: hidden;
  transition: all .5s;
}
.course-wrap .item .course-name {
  padding: 15px 15px 0px;
}

.course-wrap .item .course-bottom {
  padding: 15px;
}
.course-wrap .item .course-bottom .avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.course-wrap .item .course-bottom .avatar img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.course-wrap .item .course-bottom .avatar span {
  color: #999;
  font-size: 14px;
}
.course-wrap .item .course-bottom .interest-num {
  font-size: 14px;
  color: #999;
  line-height: 20px;
} 


.school-enterprise .item {
  width: calc(50% - 32px);
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
.school-enterprise .item h4 {
  font-size: 20px;
  font-weight: 400;
}
.school-enterprise .item span {
  display: block;
  margin: 10px 0px 30px;
  font-size: 16px;
}
.school-enterprise .item p {
  max-width: 400px;
  font-size: 16px;
  margin: 0 auto;
  color: #666666;
}
.school-enterprise .item .link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  margin-top: 30px;
  background-color: #E20A00;
}

.teacher-swiper{
  overflow: hidden;
}
.teacher-swiper .swiper-wrapper,.teacher-swiper .swiper-slide  {
  height: auto;
}
.teacher-swiper .swiper-slide .item {
  padding: 20px;
  border-radius: 10px;
  background: #F5F5F5;
}
.teacher-swiper .swiper-slide .item .avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.teacher-swiper .swiper-slide .item .avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.teacher-swiper .swiper-slide .item .avatar .name {
  font-size: 16px;
  margin-top: 10px;
}
.teacher-swiper .swiper-slide .item .intro {
  min-height: 52px;
  margin: 12px 0 15px;
  padding: 10px 12px;
  font-size: 12px;
  background-color: #FFFFFF; 
  border-radius: 5px;
}

.teacher-swiper .swiper-slide .item .intro .text-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.teacher-swiper .swiper-slide .item .content a,
.teacher-swiper .swiper-slide .item .content a img {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}


.sonban-container {
  width: 100%;
}
.sonban-container .sonban-content {
  width: 100%;
  margin: 0px auto;
}
.sonban-container .sonban-content img {
    display: block;
    width: 100%;
}

.content-container {
  position: relative;
  z-index: 1; 
  width: 100%;
  height: auto;
  padding: 32px 96px;
  margin: 0 auto;
  background-color: #f7f8f9;
}
/*分类选择*/
.search-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto 24px;

}

.search-container .sonmenu {
  margin-bottom: 12px;
}
.search-container .sonmenu a {
  color: #;
  font-size: 14px;
}
.search-container .sonmenu a + a:before {
  content: ">";
  font-size: 14px;
  color: #888;
  font-family: "\5B8B\4F53";
  height: 100%;
  margin: 0 4px;
}
.search-container .content {
  padding: 0px 24px;
  border-radius: 10px;
  background-color: #fff;
}
.search-container .content .type-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 70px 10px 45px;
  position: relative;
}
.search-container .content .type-item:last-child {
  border:none;
}
.search-container .content .type-item .label {
  line-height: 52px;
  color: #555;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-container .content .type-item .list a {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin: 0 4px;
}
.search-container .content .type-item .list a.active,
.search-container .content .type-item .list a:hover {
  color: #E20A00;
}

.search-container .album-desc {
    padding: 20px 24px;
    background-color: #fff;
}
.search-container .album-desc .album-desc-tit .name {
    margin-bottom: 18px;
}
.search-container .album-desc .album-desc-tit .name h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
}
.search-container .album-desc .album-desc-tit .name .tags {
    margin-left: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
.search-container .album-desc .album-desc-tit .desc {
    color: #999;
    font-size: 16px;
    line-height: 18px;
    word-break: break-all;
}

.course-sort {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto 24px;
}
.course-sort .content {
  padding: 10px 24px;
  border-radius: 10px;
  background-color: #fff;
}
.course-sort .sort-label {
  color: #333;
  font-size: 14px;
  line-height: 40px;
}
.course-sort .sort-row {
  padding-left: 12px;
  padding-right: 24px;
}
.course-sort .sort-row:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
.course-sort .sort-row:last-child:after {
  display: none;
}
.course-sort .sort-row a {
  color: #666;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  margin-right: 24px;
}
.course-sort .sort-row a.active,
.course-sort .sort-row a:hover {
  color: #E20A00;
}
.course-sort .search-num {
  color: #666;
  font-size: 14px;
  line-height: 40px;
  margin-left: 32px;
}
.course-sort .search-num span {
  color: #E20A00;
}

.software-course {
  width: 100%;
  max-width: 1440px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px #e8e8e8 solid;
  margin: 20px auto;
}
.software-course .list {
  border-bottom: 1px #e8e8e8 solid;
  position: relative;
  padding-left: 166px;
  min-height: 183px;
}
.software-course .list .list-l {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 142px;
  border-right: 1px #e8e8e8 solid;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.software-course .list .list-l .p1 {
  font-size: 16px;
  color: #333;
  padding-top: 15px;
}
.software-course .list .list-l .p2 {
  color: #999;
  padding-top: 10px;
}

.software-course .list .list-r {
  padding-top: 25px;
}
.software-course .list .list-r ul li {
  text-align: center;
  margin: 0 20px 25px 0;
}
.software-course .list .list-r ul li > a {
  display: block;
  width: 133px;
  height: 133px;
  border: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
  padding-top: 18px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 6px;
}
.software-course .list .list-r ul li > a img {
  width: 45px;
  height: 45px;
}
.software-course .list .list-r ul li > a .course-tit {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  white-space: nowrap;
}
.software-course .list .list-r ul li > a .course-num {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.software-course .list .list-r ul li > a .notice-tip {
  height: 16px;
  line-height: 16px;
  display: block;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #FF3300;
}

.software-wrapper .software-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 32px 0px;
  margin: 0 auto;
  max-width: 1210px;
}

.software-info {
    width: 1210px;
    background-image: linear-gradient(0deg, #ffffff 51%, rgba(255, 255, 255, 0.82) 100%);
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 34px 60px 22px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
    box-sizing: border-box;
    margin-top: -110px;
    margin-bottom: 20px;
    position: relative;
}
.software-info .content {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.software-info .content .album-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.software-info .content .album-text {
    flex: 1;
    overflow: hidden;
    max-width: 720px;
    padding-top: 5px;
    margin-left: 34px;
    box-sizing: border-box;
    float: left;
}
.software-info .content .album-text .cate-info-title {
    width: 100%;
    margin-bottom: 14px;
}
.software-info .content .album-text .cate-info-title strong {
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-right: 20px;
    float: left;
}
.software-info .content .album-text .cate-info-title .btn {
    width: 68px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    transition: all ease 0.4s;
    float: left;
}
.software-info .content .album-text .cate-info-text {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    text-align: justify;
    margin-bottom: 24px;
}
.software-info .content .album-text .album_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.software-info .content .album-text .album_list>p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    margin-right: 18px;
}
.software-info .content .album-text .album_list ul > li {
    height: 28px;
    margin-bottom: 12px;
    float: left;
}
.software-info .content .album-text .album_list ul > li {
    height: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    padding: 0 16px;
    background-color: #f5f5f5;
    border-radius: 14px;
    display: block;
}
.software-info .content .album-text .album_list ul > li a {
    font-size: 12px;
}
.software-info .content .album-text .album_list ul > li a:hover {
    color: #E20A00;
}

.software-info .info_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translate(0, -50%);
}


.software-left {
    width: 870px;
    position: relative;
    float: left;
}
.software-left .cate-level {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 32px 12px 32px 24px;
    box-sizing: border-box;
}
.software-left .cate-level:not(:last-child) {
    margin-bottom: 16px;
}
.software-left .cate-level .title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}
.software-left .cate-level .title em {
    color: #E20A00;
    font-size: 28px;
    font-weight: bold;
}
.software-left .cate-level .title .text {
    height: 28px;
    line-height: 26px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}
.software-left .cate-level .album-list {
    width: 100%;
}
.software-left .cate-level .album-list:not(:last-child) {
    margin-bottom: 40px;
}
.software-left .cate-level .album-list .tutorial_img {
    width: 358px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.software-left .cate-level .album-list .tutorial_img>img {
    width: 100%;
    height: 100%;
    display: block;
}
.software-left .cate-level .album-list .tutorial_text {
    width: 452px;
    height: 160px;
    padding-top: 6px;
    margin-left: 24px;
    float: right;
    box-sizing: border-box;
}
.software-left .cate-level .album-list .tutorial_text .course_name {
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
    display: block;
    transition: all ease 0.2s;
}
.software-left .cate-level .album-list .tutorial_text .course_name:hover {
    color: #E20A00;
}
.software-left .cate-level .album-list .tutorial_text .tutorial_list {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.software-left .cate-level .album-list .tutorial_text .tutorial_list>li {
    width: 100%;
    height: 24px;
    line-height: 24px;
}
.software-left .cate-level .album-list .tutorial_text .tutorial_list>li .chapter_href {
    width: 100%;
    color: #666666;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.software-left .cate-level .album-list .tutorial_text .tutorial_list>li .chapter_href:hover {
    color: #E20A00;
}
.software-left .cate-level .album-list .tutorial_text .tutorial_list>li .chapter_href .chapter_title {
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.software-left .cate-level .album-list .tutorial_text .tutorial_list>li .chapter_href .chapter_time {
    white-space: nowrap;
    padding-right: 12px;
    float: right;
}

.software-right {
    width: 320px;
    float: right;
}
.software-right .software_album_item {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 28px 20px;
    box-sizing: border-box;
}

.software-right .software_album_item .title {
    line-height: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.software-right .software_album_item ul {
    width: 100%;
    margin-top: 20px;
}
.software-right .software_album_item ul>li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.software-right .software_album_item ul>li:not(:last-child) {
    border-bottom: 1px dashed #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.software-right .software_album_item ul>li .album-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    float: left;
}
.software-right .software_album_item ul>li .album-text {
    width: 204px;
    float: left;
}
.software-right .software_album_item ul>li .album-text .album-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.software-right .software_album_item ul>li .album-text .album-title .member_name {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 72px);
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}
.software-right .software_album_item ul>li .album-text .album-title .btn {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    transition: all ease 0.4s;
}


/*大师课*/
.program-banner {
  width: 100%;
  position: relative;
}
.program-banner-warp {
  width: 100%;
  height: 400px;
}
.program-banner-warp .program-swiper {
  width: 100%;
  height: 100%;
}
.program-banner-warp .program-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.program-banner-warp .program-swiper .program-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  background-color: #fff;
  border-radius: 3px;
  opacity: .6;
  margin: 0 5px;
  vertical-align: top;
  transition: all .4s ease;
}
.program-banner-warp .program-swiper .program-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    background-color: #fff;
    opacity: 1;
}
.program-banner .program-nav {
    width: 100%;
    position: absolute;
    bottom: -10px;
    z-index: 10;
}
.program-banner .program-nav ul {
    width: 1440px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.program-banner .program-nav ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    padding: 0px 60px;
}
.program-banner .program-nav ul li + li {
    border-left: 1px dashed #ccc;
}
.program-banner .program-nav ul li .program-nav-text {
    margin-left: 20px;
}
.program-banner .program-nav ul li .program-nav-text p {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}
.program-banner .program-nav ul li .program-nav-text span {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.program-container {
    width: 100%;
    background-color: #FAFAFA;
}

.program-container .program-floor {
    padding: 30px 0px;
}
.program-container .program-floor.bg {
  background-color: #F2F2F2;
}
.program-container .program-floor .program-main {
    width: 1440px;
    position: relative;
    margin: 0 auto;
}
.program-container .program-floor .program-main .program-title {
    width: 100%;
    display: flex;
    align-items: center;    
    justify-content: space-between;
}
.program-container .program-floor .program-main .program-title .action {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    float: left;
}
.program-container .program-floor .program-main .program-title .action span {
    color: #999;
    font-size: 14px;
}
.program-container .program-floor .program-main .program-title a.more {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.program-industry {
    width: 1440px;
    position: relative;
    margin: 0px auto;
    padding: 40px 0px 20px;
}
.program-industry .program-industry-swiper {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.program-industry .program-industry-swiper .swiper-slide .img,
.program-industry .program-industry-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}
.program-industry .program-industry-swiper .swiper-slide p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    transition: all .2s ease;
}

.program-industry .program-industry-pagination .swiper-button-next,
.program-industry .program-industry-pagination .swiper-button-prev {
  position: absolute;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  pointer-events: auto;
  color: #666666;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
  box-shadow: 0 2px 0 rgba(0,0,0,.016);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.program-industry .program-industry-pagination .swiper-button-next {
  left: 0;
}
.program-industry .program-industry-pagination .swiper-button-next:after {
  content: 'prev';
}
.program-industry .program-industry-pagination .swiper-button-prev {
  right: 0;
  left: auto;
}
.program-industry .program-industry-pagination .swiper-button-prev:after {
  content: 'next';
}
.program-industry .program-industry-pagination .swiper-button-next:after,
.program-industry .program-industry-pagination .swiper-button-prev:after {
  font-size: 16px;
}

.newCourse-list {
    margin-top: 30px;
}
.newCourse-list ul li {
    width: 464px;
    float: left;
    margin-bottom: 24px;
}
.newCourse-list ul li:not(:last-child) {
    margin-right: 24px;
}
.newCourse-list ul li a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 16px;
    position: relative;
    box-sizing: border-box;
    display: block;
    transition: transform .3s;
}
.newCourse-list ul li a:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.12);
    transform: translateY(-6px)
}
.newCourse-list ul li .newCourse-head {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.newCourse-list ul li .newCourse-head img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    float: left;
}
.newCourse-list ul li .newCourse-head .newCourse-head-text {
    margin-left: 12px;
    float: left;
}
.newCourse-list ul li .newCourse-head .newCourse-head-text p {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}
.newCourse-list ul li .newCourse-head .newCourse-head-text span {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.newCourse-list ul li .newCourse-img {
    height: 258px;
    overflow: hidden;
}

.newCourse-list ul li .newCourse-title {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 14px;
}
.newCourse-list ul li a:hover .newCourse-title {
    color: #E20A00;
}
.newCourse-list ul li .newCourse-desc {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.newCourse-list ul li .newCourse-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #efefef;
    padding: 15px 6px 0;
    margin-top: 14px;
}
.newCourse-list ul li .newCourse-icons span {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
/*    padding-left: 26px;*/
    display: inline-block;
    position: relative;
}
.newCourse-list ul li .newCourse-icons span:not(:last-child) {
    margin-right: 30px;
}

.hotCourse-list {
  margin-top: 30px;
}

.course-item {
    width: 464px;
    margin-bottom: 30px;
    margin-right: 24px;
    float: left;
}
.course-item:nth-child(3n) {
    margin-right: 0;
}
.course-item a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    display: block;
    transition: transform .3s;
}
.course-item a:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.12);
    transform: translateY(-6px)
}
.course-item a .course-img {
    width: 100%;
    height: 205px;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;  
}
.course-item a .course-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.course-item a .course-img img.course-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 10;
    object-fit: cover;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.course-item a:hover .course-img img.course-img-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}

.course-item a .course-content {
    width: 100%;
    padding: 20px 18px;
    box-sizing: border-box;
}
.course-item a .course-content .course-title {
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course-item a .course-content .course-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}
.course-item a .course-content .course-info .course-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.course-item a .course-content .course-info .course-name img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}
.course-item a .course-content .course-info .course-name span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.course-item a .course-content .course-info .course-people {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #E20A00;
    padding-left: 26px;
    position: relative;
}

.industry-container {
    background-color: #FFEDEC;
    min-height: 500px;
}

.industry-main {
    width: 1440px;
    position: relative;
    margin: 0px auto;
    padding: 30px 0px;
}
.industry-main .industry-main-item {
    width: 100%;
    background-color: #fff;
    margin: 35px 0px;
    padding: 38px 30px 12px;
    box-shadow: 0 2px 19px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
}

.industry-main-title {
    color: #E20A00;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.industry-main-title span {
    display: inline-flex;
    align-items: center;    
    margin: 0px 30px;
}
.industry-main-title span.dot:first-child:before {
    content:'';
    display: block;
    width: 72px;
    height: 4px;
    background-color: #E20A00;
}
.industry-main-title span.dot:first-child:after {
    content:'';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #E20A00;
    margin-left: 10px;
}
.industry-main-title span.dot:last-child:after {
    content:'';
    display: block;
    width: 72px;
    height: 4px;
    background-color: #E20A00;
}
.industry-main-title span.dot:last-child:before {
    content:'';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #E20A00;
    margin-right: 10px;
}


.industry-main-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.industry-main-nav ul li {
    width: auto;
    min-width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    font-weight: 700;
    text-align: center;
    background-color: #efefef;
    border-radius: 10px;
    margin: 0px 10px;
    cursor: pointer;
    transition: all .2s ease;
}
.industry-main-nav ul li:hover,
.industry-main-nav ul li.active {
    color: #fff;
    background-color: #E20A00;
}

.industry-main-list .course-item {
    width: 442px;
}

/*职业路劲*/
.career-banner {
    width: 100%;
    background: url(../images/classroom/career-banner.jpg) no-repeat top center;
    background-size: cover;
    height: 374px;
    padding-top: 154px;
    box-sizing: border-box;
}
.career-banner.normal {
    width: 100%;
    height: 300px;
    background: unset;
    padding-top: 50px;
    box-sizing: border-box;
}
.career-banner-pedu {
    background: url(../images/classroom/career_banner_pedu.jpg) no-repeat top center;
  background-size: cover;
}
.career-banner-jobcourses {
    background: url(../images/classroom/career_banner_jobcourses.jpg) no-repeat top center;
  background-size: cover;
}
.career-banner .career-nav {
    width: 1440px;
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(41, 43, 52, 0.14);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 68px 28px 88px;
    margin: 0 auto;
    box-sizing: border-box;
}
.career-banner .career-nav>li {
    text-align: center;
    position: relative;
    float: left;
}
.career-banner .career-nav>li .nav_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.career-banner .career-nav>li .nav_flex>img {
    width: 80px;
    height: 80px;
    display: block;
}
.career-banner .career-nav>li .nav_flex>p {
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #32bcd8;
    margin-top: 14px;
}

.career-container .career-main {
    width: 1440px;
    margin: 0 auto;
}
.career-main .career-list {
    width: 100%;
}
.career-main .career-list li {
    float: left;
    width: 705px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 26px 28px 20px;
    margin-top: 24px;
    margin-bottom: 72px;
}
.career-main .career-list li:nth-child(odd) {
    margin-right: 30px;
}
.career-main .career-list .career-item_left {
    width: 320px;
    float: left;
}
.career-main .career-list .career-item_left .text {
    width: 100%;
    margin-bottom: 30px;
}
.career-main .career-list .career-item_left .text a.title {
    max-width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
}
.career-main .career-list .career-item_left .text a.desc {
    width: 100%;
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.career-main .career-list .career-item_left a.more {
    width: 114px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #E20A00;
    text-align: center;
    letter-spacing: 1px;
    background-color: #ffffff;
    border: 1px solid #E20A00;
    border-radius: 5px;
    display: block;
    transition: all ease 0.2s;
}

.career-main .career-list .career-item_right {
    width: 300px;
    margin-top: -72px;
    float: right;
}
.career-main .career-list .career-item_right .img {
    width: 100%;
    height: 200px;
}
.career-main .career-list .career-item_right .img a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 8;
}
.career-main .career-list .career-item_right .text {
    width: 100%;
    line-height: 12px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

.career-sonban {
    width: 100%;
    height: 360px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
}
.career-sonban .sonban-cont {
    width: 1210px;
    padding: 80px 210px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.career-sonban .sonban-cont .title {
    width: 100%;
    line-height: 38px;
    font-size: 38px;
    font-weight: bold;
    color: #fefefe;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 32px;
}
.career-sonban .sonban-cont .text {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #fefefe;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.career_module {
    margin-bottom: 45px;
}
.career_module .career_title {
    line-height: 24px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.career_module.career_nav {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    margin-top: -50px;
}
.career_nav .career_nav_cont {
    padding: 26px 32px;
    margin: 0 auto;
}
.career_nav .career_nav_cont .nav_left {
    float: left;
}
.career_nav .career_nav_cont .nav_left .li {
    /*height: 100%;*/
    position: relative;
    float: left;
}
.career_nav .career_nav_cont .nav_left .li:not(:last-child) {
    margin-right: 64px;
}
.career_nav .career_nav_cont .nav_left .li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #cccccc;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translate(0, -50%);
}
.career_nav .career_nav_cont .nav_left .li p {
    height: 24px;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
}
.career_nav .career_nav_cont .nav_left .li p em {
    line-height: 24px;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
.career_nav .career_nav_cont .nav_left .li span {
    line-height: 12px;
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}

.career_nav .career_nav_cont .nav_right {
    float: right;
}
.career_nav .career_nav_cont .nav_right .career_price {
    /*height: 100%;*/
    text-align: right;
    margin-right: 20px;
    float: left;
  margin-top: 10px;

}
.career_nav .career_nav_cont .nav_right .career_price p {
    height: 30px;
    line-height: 36px;
    font-size: 16px;
    color: #ff4746;
}
.career_nav .career_nav_cont .nav_right .career_price p em {
    line-height: 30px;
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.career_nav .career_nav_cont .nav_right .career_price span {
    line-height: 12px;
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    margin-top: 2px;
}
.career_nav .career_nav_cont .nav_right a.btn {
    width: 180px;
    height: 48px;
    text-align: center;
    background-color: #E20A00;
    border-radius: 8px;
    position: relative;
    transition: all ease 0.4s;
    float: left;
    margin-right: 8px;
}

.career_nav .career_nav_cont .nav_right a.btn.buy {
  background-color: #32bcd8;
}


.career_box .career_box_list {
    width: 100%;
    margin-bottom: 20px;
}
.career_box .career_box_list .career_box_tips {
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 80px;
    position: relative;
    float: left;
}
.career_box .career_box_list .career_box_tips:nth-child(4n) {
    margin-left: 0;
    margin-right: 0;
}
.career_box .career_box_list .career_box_tips>p {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(90deg, #ba2b30 0%, #c2462e 100%);
}
.career_box .career_box_list .career_box_tips .career_box_ul {
    width: 100%;
    height: 165px;
    text-align: left;
    padding: 22px 24px;
}
.career_box .career_box_list .career_box_tips .career_box_ul>li {
    width: 100%;
    line-height: 22px;
    font-size: 15px;
    color: #333333;
    padding-left: 22px;
    position: relative;
}
.career_box .career_box_list .career_box_tips .career_box_ul>li:not(:last-child) {
    margin-bottom: 10px;
}
.career_box .career_box_list .career_box_tips .career_box_ul>li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/classroom/career_box_img.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.career_stage_list {
    width: 100%;
    position: relative;
}
.career_stage_list>li {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 32px;
    position: relative;
}
.career_stage_list>li:not(:last-child) {
    margin-bottom: 32px;
}
.career_stage_list>li::before {
    content: "";
    height: calc(100% - 100px);
    border-left: 2px dashed #E20A00;
    position: absolute;
    top: 72px;
    left: 43px;
    z-index: 7;
}
.career_stage_list>li .careerItem_line {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 200px;
    background: #FFD3D1;
    margin: 14px 0;
    position: relative;
    z-index: 8;
}
.career_stage_list>li .careerItem_line:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #E20A00;
    border:4px solid #FFB0AC;
}
.career_stage_list>li .careerItem_box {
    float: left;
    padding-left: 32px;
    width: 1350px;
}
.career_stage_list>li .careerItem_box .careerItem_top {
    width: 100%;
    display: flex;
    align-items: center;    
    justify-content: space-between;
}
.career_stage_list>li .careerItem_box .careerItem_top .stage_title {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
    color: #E20A00;
    background-color: #FFD3D1;
    border-radius: 23px;
    padding: 0 26px;
    float: left;
    flex: 1;
    overflow: hidden;
}
.career_stage_list>li .careerItem_box .careerItem_top .career_download {
    width: 72px;
    height: 46px;
    background: url('../images/classroom/download_img.png') no-repeat center center #ffffff;
    background-size: 26px 26px;
    border-radius: 8px;
    border: solid 1px #E20A00;
    transition: all ease 0.4s;
    margin-left: 20px;
    float: left;
}
.career_stage_list>li .careerItem_box .careerItem_top .career_button {
    width: 180px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #E20A00;
    border-radius: 8px;
    margin-left: 14px;
    white-space: nowrap;
    transition: all ease 0.4s;
    float: left;
}

.career_stage_list>li .careerItem_box .careerItem_bottom {
    width: 100%;
    padding-left: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}
.career_stage_list>li .careerItem_box .careerItem_bottom .career_chapter {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    margin-bottom: 10px;
}
.career_stage_list>li .careerItem_box .careerItem_bottom .stage_study {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.career_stage_list>li .careerItem_box .careerItem_bottom .stage_study .texts_stress {
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
}
.career_stage_list>li .careerItem_box .careerItem_bottom .stage_study .texts_list {
    margin-left: 5px;
    line-height: 28px;
    font-size: 14px;
}

.careerItem_box .careerAlbum_list {
    width: 100%;
}
.careerItem_box .careerAlbum_list .career_album_box {
    width: 308px;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    transition: all ease 0.2s;
    float: left;
}
.careerAlbum_list .career_album_box:not(:nth-child(4n)) {
    margin-right: 20px;
}
.careerAlbum_list .career_album_box .career_album_item {
    width: 100%;
    display: block;
}
.careerAlbum_list .career_album_box .career_album_item .album_img {
    width: 100%;
    height: 148px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}
.careerAlbum_list .career_album_box .career_album_item .album_img>img {
    width: 100%;
    height: 100%;
    display: block;
}
.careerAlbum_list .career_album_box .career_album_item .album_img .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.careerAlbum_list .career_album_box .career_album_item .album_img .hover:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}
.careerAlbum_list .career_album_box .career_album_item .album_img .hover>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}
.careerAlbum_list .career_album_box .career_album_item .album_text {
    width: 100%;
    height: 72px;
    padding: 16px 16px 8px;
}
.careerAlbum_list .career_album_box .career_album_item .album_text .course_tit {
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    margin-bottom: 8px;
}
.careerAlbum_list .career_album_box .career_album_item .album_text .course_time {
    width: 100%;
    line-height: 26px;
    font-size: 12px;
    color: #999999;
}


/*职称课堂*/
.series-container .series-head {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
}
.series-container .series-head ul {
    display: flex;
    justify-content: space-between;
}
.series-container .series-head ul li {
    width: 160px;
/*    height: 120px;*/
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    margin: 0px 10px;
    padding: 15px 25px;
    position: relative;
}
.series-container .series-head ul li:nth-child(5) {
    margin-right: 0;
}
.series-container .series-head ul li .img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.series-container .series-head ul li .img img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.series-container .series-head ul li p {
    margin-top: 20px;
    font-size: 16px;
}

.series-main {
    width: 1440px;
    margin: 50px auto;
}
.series-main .head {
    font-size: 24px;
    font-weight: 700;
}
.series-main .series-nav {
    margin-top: 30px;
    position: relative;
}
.series-main .series-nav  .slide-box .box span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    height: 34px;
    border-radius: 34px;
    margin-right: 30px;
    cursor: pointer;
}
.series-main .series-nav  .slide-box .box span:hover {
    color: #E10A00;
}
.series-main .series-nav  .slide-box .box span.active {
    color: #fff;  
    padding: 0px 20px;
    background: #E10A00;
}

.series-main .career-box {
    margin-top: 40px;
}
.series-main .career-box .item {
    width: 465px;
    height: 217px;
    margin: 0 20px 20px 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.series-main .career-box .item:nth-child(3n) {
    margin-right: 0;
}
.series-main .career-box .item .info {
    height: 150px;
    padding: 22px 20px 0 140px;
    position: relative;
}
.series-main .career-box .item .info .img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 22px;
}
.series-main .career-box .item .info .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.series-main .career-box .item .info .title {
    white-space: nowrap;
    color: #333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    transition: all .2s;
    display: block;
    height: 30px;
}
.series-main .career-box .item .info p {
    line-height: 22px;
    color: #999;
}
.series-main .career-box .item .info .p1 {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.series-main .career-box .item .info .p2 {
    padding-top: 8px;
}
.series-main .career-box .item .info .p2 span {
    padding-right: 20px;
}
.series-main .career-box .item .bot {
    border-top: 1px solid #e8e8e8;
    padding: 18px 20px 0;
    line-height: 30px;
}
.series-main .career-box .item .bot .s1 {
    color: #999;
    font-size: 14px;
}
.series-main .career-box .item .bot .btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    transition: all .2s;
    margin-left: 20px;
}


/*视频课程详情*/
.video-wrapper {
    width: 100%;
    background-color: #191919;
}
.video-position-container,
.video-layout-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}

.video-position-container a{
  margin-right: 5px;
}

.video-position {
    height: 42px;
    line-height: 42px;
    background: rgba(102, 102, 102, .2);
}
.video-position span, .video-position a {
    color: #fff;
    font-size: 14px;
}


.video-layout .video-title {
    padding: 30px 0 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.video-layout .video-title-tip {
    display: flex;
    color: #fff;
    font-size: 12px;
}
.video-layout .video-title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.video-layout .video-title .video-more a.btn {
    min-width: 150px;
    height: 40px;
    line-height: 40px;
}

.video-layout .video-body {
    position: relative;

}
.video-layout .video-body .video-main {
    width: -webkit-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: calc(100% - 420px);
    max-width: 1020px;
    float: left;
}
.video-layout .video-body .video-main .vido-main-frame {
    width: 100%;
    height: 650px;
}
.video-layout .video-body .video-main .vido-main-frame video {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #191919;
}
.video-layout .video-body .video-main .video-main-btn {
    width: 100%;
    height: 54px;
    padding: 6px 20px;
    background: #2B2B2B;
    display: flex;
    align-items: center;
    position: relative;
}
.video-layout .video-body .video-main .video-main-btn .cu-btn {
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 14px;
    margin-right: 30px;
    height: 30px;
    background: #373736;
    border-radius: 100px;
    padding: 0 18px;        
    cursor: pointer;
}
.video-layout .video-body .video-main .video-main-btn .cu-btn.fr {
  position: absolute;
  right: 0;
}
.video-layout .video-body .video-main .video-main-btn .cu-btn.bg-yellow {
  float: right;
  color: #222222;
  background: #EED13A;
}
.cu-btn-follow {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    margin-right: 30px;
    height: 30px;
    background: red;
    border-radius: 100px;
    padding: 0 18px;
    cursor: pointer;
  margin-top: 10px;
}
.cu-btn-info {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    margin-right: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 100px;
    padding: 0 18px;
    cursor: pointer;
  margin-top: 10px;
}
.buy-items{
  display: flex;
  flex-direction: row;
  gap:20px;
}
.video-layout .video-body .video-main .video-main-btn .cu-btn span {
    margin-left: 10px;
}

.video-layout .video-body .video-list {
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    height: 100%;
    background-color: #2D2D2D;
}
.video-layout .video-body .video-list .video-list-tabs {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.video-layout .video-body .video-list .video-list-tabs a.item {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    margin: 0px 30px;
}
.video-layout .video-body .video-list .video-list-tabs a.item.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E20A00;
}
.video-layout .video-body .video-list .video-list-content {
    height: 650px;
}
.video-layout .video-body .video-list .video-list-content .list-body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.video-layout .video-body .video-list .video-list-content .list-body::-webkit-scrollbar {
    width: 4px;
    height: 4px
}
.video-layout .video-body .video-list .video-list-content .list-body::-webkit-scrollbar-track-piece {
    background-color: #333;
    -webkit-border-radius: 6px
}
.video-layout .video-body .video-list .video-list-content .list-body::-webkit-scrollbar-thumb:vertical {
    height: 4px;
    background-color: #999;
    -webkit-border-radius: 6px
}
.video-layout .video-body .video-list .video-list-content .list-body::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #333;
    -webkit-border-radius: 6px
}

.video-layout .video-body .video-list .video-list-content .list-box .list-box-dt {
    color: #999;    
    height: 45px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.video-layout .video-body .video-list .video-list-content .list-box.active .list-box-dt {
    color: #fff;
}
.video-layout .video-body .video-list .video-list-content .list-box .list-box-dt:hover {
    background-color: #26262b;
}

.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd {
    position: relative;
    overflow: hidden;
}
.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    left: 25px;
    z-index: 2;
    top: 18px;
    padding-bottom: 36px;
    box-sizing: border-box;
    background-color: #999;
}
.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd a {

}
.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd a span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #999;
    position: relative;
    transition: all .2s;
    padding: 0 19px 0 50px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd a span:before {
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 56px;
    border: 1px #999 solid;
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 3;
    background-color: #2d2d2d;
}
.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd a:hover span {
    color: #fff;

}.video-layout .video-body .video-list .video-list-content .list-box .list-box-dd a.active span {
   color: #ffd500;
   background-color: #1e1e1e;
 }


.video-layout .video-body .video-list .video-list-content .mid-tool-bar {
    padding: 20px;
}
.video-layout .video-body .video-list .video-list-content .mid-tool-bar  h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.video-layout .video-body .video-list .video-list-content .mid-tool-bar .btn {
    height: 44px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #fff;
    background-color: #E20A00;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 15px;
}
.video-layout .video-body .video-list .video-list-content .mid-tool-bar > p, 
.video-layout .video-body .video-list .video-list-content .mid-tool-bar > span {
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ccc;
}

/*笔记*/
.report-module-fixed {
  position: absolute;
  right: 80px;
  top: 0px;
  width: 340px;
  height: 758px;
  background: #F4F4F6;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  z-index: 105;
  padding: 84px 10px 10px;
  /*display: none;*/
  line-height: 1.5;
}
.report-module-fixed .head {
  line-height: 40px;
  padding: 0 12px;
  background: #DDDDE7;
  position: relative;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 40px;
}
.report-module-fixed .head .note-biji {
  font-size: 14px;
}
.report-module-fixed .head a {
  float: right;
  font-size: 12px;
  cursor: pointer;
}


.video-content {
    padding: 30px 0 50px;
    background-color: #f5f5f5;
}
.video-content-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}

.video-content-left {
    float: left;
    width: 1120px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.video-content-left .tabs-head {
    height: 57px;
    line-height: 56px;
    border-bottom: 1px #ddd solid;
    padding: 0 30px;
}
.video-content-left .tabs-head span {
    display: inline-block;
    margin-right: 40px;
    font-size: 16px;
    color: #999;
    position: relative;
    transition: all .2s;
    cursor: pointer;
    height: 56px;
    position: relative;
}
.video-content-left .tabs-head span.active, .video-content-left .tabs-head span:hover {
    color: #333;
}

.video-content-left .tabs-course-wrap {
    padding: 30px 35px 25px;
}
.video-content-left .tabs-course-wrap p {
    margin-bottom: 12px;
    line-height: 22px;
    font-size: 16px
}
.video-content-left .tabs-course-wrap img {
    max-width: 100%;
}

.tabs-course-list {
    padding: 30px 35px 25px;
}
.tabs-course-list .list-item {
    
}
.tabs-course-list .list-item .item-tit {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.tabs-course-list .list-item .item-cont .item {
    float: left;
    width: calc((100% - 30px)/4);
    margin-right: 10px;
    margin-bottom: 10px;
}
.tabs-course-list .list-item .item-cont .item img {
    display: block;
    width: 100%;
    height: 155px;
    border-radius: 3px;
}
.tabs-course-list .list-item .item-cont .item:nth-child(4n) {
    margin-right: 0px;
}
.tabs-course-list .list-item .item-cont .box-main .main-tit {
    margin-top: 5px;
}
.tabs-course-list .list-item .item-cont .box-main .main-tit .tit-name {
    color: #666;
    font-size: 14px;
}
.tabs-course-list .list-item .item-cont .box-main .main-extent span {
    color: #999;
    font-size: 12px;
}

.comment-list {
  padding: 0 30px
}
.comment-list .comment-item {
  padding: 24px 0 0;
  position: relative;
  padding-left: 70px;
}
.comment-list .comment-item  > .avatar {
  position: absolute;
  left: 0;
  top: 30px;
  width: 46px;
  height: 46px;
  border: 1px #ddd solid;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(0);
}

.comment-list .comment-item > .list-m {
  padding-bottom: 45px;
  border-bottom: 1px #ddd solid;
}
.comment-list .comment-item .list-head {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.comment-list .comment-item .list-head span.name {
  height: 20px;
  color: #666666;
  font-size: 14px;
  transition: color .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  display: inline-block;
  vertical-align: top;
}
.comment-list .comment-item .list-head .star-level {
  padding: 0 10px;
  height: 22px;
}
.comment-list .comment-item .list-head .star-level .el-rate {
  height: 22px;
  --el-rate-icon-margin:3px;

}
.comment-list .comment-item .list-txt {
  color: #666;
  line-height: 24px;
  margin-top: 10px;
  word-wrap: break-word;
  white-space: pre-line;
}
.comment-list .comment-item .list-image {
  display: flex;
  flex-wrap: wrap;
}
.comment-list .comment-item .list-image .image {
  max-width: 180px;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
}
.comment-list .comment-item .list-bottom {
  margin-top: 15px;
}
.comment-list .comment-item .list-bottom span {
  font-size: 12px;
  color: #999;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 20px;
  cursor: pointer;
}
.comment-list .comment-item .list-bottom span i.iconfont {
  height: 20px;
  display: inline-block;
  float: left;
}
.comment-list .comment-item .list-bottom span.active i.iconfont {
  color: #E20A00;
}
.comment-list .comment-item .list-bottom span.fl {
  margin-left: 0px;
  margin-right: 20px;
}
.comment-list .comment-list {
  padding: 0px;
}
.comment-list .comment-list .comment-item > .list-m {
  padding-bottom: 20px;
}

.comment-wrap .score-cont {
  padding: 30px 30px 0;
}
.comment-wrap .score-cont .star-level, .comment-wrap .score-cont .easy-hard {
  position: relative;
  color: #333;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.comment-wrap > .comment-textarea {
  position: relative;
  padding: 20px 30px 0;
}
.comment-wrap > .comment-textarea .textarea-wrap {
  position: relative;
  height: 150px;
  border: 1px #ddd solid;
  transition: all .2s;
  border-radius: 6px;
}
.comment-wrap > .comment-textarea .textarea {
  padding: 8px 20px 8px 20px;
  height: 70px;
  width: 100%;
  line-height: 26px;
  background: none;
  border: none;
  display: block;
  position: relative;
  z-index: 1;
}
.comment-wrap > .comment-textarea .upload-item {
  padding: 10px 20px;
  border-top: 1px #ddd solid;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.comment-wrap > .comment-textarea .upload-item .img-box {
  position: relative;
}
.comment-wrap > .comment-textarea .upload-item .img-box .preview-img{

}
.comment-wrap > .comment-textarea .upload-item .img-box .preview-img .el-upload-list__item ,
.comment-wrap .comment-textarea .comment-upload-img .el-upload-list__item{
  width: 60px;
  height: 60px;
}
.comment-wrap > .comment-textarea .upload-item .img-box .preview-img .el-upload--picture-card,
.comment-wrap .comment-textarea .comment-upload-img .el-upload--picture-card{
  width: 60px;
  height: 60px;
}
.comment-wrap > .comment-textarea .upload-icon {
  width: 24px;
  height: 24px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 3px;
  padding: 4px 0 0 3px;
  transition: all .2s;
}

.comment-wrap .comment-list .comment-textarea {
  position: relative;
  padding-left: 68px;
  padding-right: 69px;
}
.comment-wrap .comment-textarea .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border: 1px #ddd solid;
  border-radius: 50%;
  overflow: hidden;
}
.comment-wrap .comment-textarea .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.comment-wrap .comment-list .comment-textarea .textarea-wrap {
  position: relative;
  margin-top: 43px;
}
.comment-wrap .comment-list .comment-textarea .textarea {
  border: 1px #ddd solid;
  border-radius: 4px;
  padding: 5px 9px;
  height: 65px;
  width: 100%;
  line-height: 18px;
  font-size: 12px;
  transition: all .2s;
  vertical-align: top;
}
.comment-wrap .comment-textarea .comment-upload-img {
  margin-top: 15px;
  position: relative;
}
.comment-wrap .comment-textarea .comment-upload-img .upload-icon {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px #ddd solid;
  position: relative;
  padding: 4px 0 0 3px;
  cursor: pointer;
  background: #f8f8f8;
}
.comment-wrap .comment-textarea .comment-upload-img .emoji-btn {
  margin: 0 0 0 15px;
  width: 24px;
  height: 24px;
  border: 1px #ddd solid;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 3px 0 0 3px;
  cursor: pointer;
  transition: all .2s;
}
.comment-wrap .comment-textarea .cont-num {
  position: absolute;
  right: 10px;
  top: 44px;
  color: #b8b8b8;
  font-size: 12px;
}

.comment-wrap .comment-textarea .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
}
.comment-wrap .comment-textarea .submit-btn .btn {
  width: 65px;
  height: 65px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 16px;
  padding: 15px 15px 0;
  display: block;
  color: #FFFFFF;
  text-align: center;
}

.video-content-right {
    float: right;

}
.video-content-right .item {
    width: 300px;
    min-height: 100px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
}
.video-content-right .item .teacher-info {
    padding: 20px;
    display: flex;
    align-items: center;
}
.video-content-right .item .teacher-info .teacher-avatar {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.video-content-right .item .teacher-info .teacher-avatar img {
    width: 100%;
    height: 100%;
    display: block;
}
.video-content-right .item .teacher-info .teacher-name {
    margin-left: 10px;
    font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.video-content-right .item .head {
    color: #666;
    font-size: 16px;
    line-height: 56px;
    padding: 0px 20px;
    border-bottom: 1px solid #ddd;
}
.video-content-right .item .album-list {
    padding: 19px 19px 4px;
}
.video-content-right .item .album-list .list {
    border: 1px #ddd solid;
    border-radius: 5px;
    transition: all .2s;
    overflow: hidden;
    margin-bottom: 15px;
}
.video-content-right .item .album-list .list .list-img {
    position: relative;
    border-bottom: 1px #ddd solid;
}
.video-content-right .item .album-list .list .list-img img {
    display: block;
    width: 100%;
    height: 158px;
}
.video-content-right .item .album-list .list .list-name {
    padding: 0 9px;
    line-height: 44px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.video-content-right .item .recommend-list {
    padding: 19px 19px 4px;
}
.video-content-right .item .recommend-list .list {
     margin-bottom: 15px;
}
.video-content-right .item .recommend-list .list a {
    display: flex;    
}
.video-content-right .item .recommend-list .list .list-img {
    width: 120px;
    height: 73px;
    border-radius: 4px;
    border: 1px #ddd solid;
}
.video-content-right .item .recommend-list .list .list-name {
    flex: 1;
    overflow: hidden;
    margin-left: 10px;
}
.video-content-right .item .recommend-list .list .list-name .name {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
.video-content-right .item .recommend-list .list .list-name p {
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-item{
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  border-radius: 20px;
  margin-bottom: 10px;
}


/*.特训营*/
.training-intro {
  width: 100%;
  padding: 64px 96px;
  background-color: #fff;
}
.training-intro .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.training-intro .content .image {
  width: 545px;
}
.training-intro .content .text {
  flex: 1;
  overflow: hidden;
  padding-left: 50px;
}
.training-intro .content .text .title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 45px;
}
.training-intro .content .text .desc {
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 45px;
}
.training-intro .content .text .desc p {
  font-size: 18px;
  line-height: 175%;
}

.training-step {
  width: 100%;
  padding: 64px 96px;
  background-color: #f5f5f5;
}
.training-step .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 60px;
}
.training-step .content .item {
  margin: 20px 0px;
  width: 240px;
  height: 300px;
}
.training-step .content .item img {

}

.training-wrap {
  width: 100%;
  padding: 64px 96px;
  background-color: #f5f5f5;
}
.training-wrap.bg-white {
  background-color: #fff;
}
.training-wrap .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.training-wrap .content .training-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.training-wrap .content .training-title:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/classroom/training-title.png) no-repeat;
  background-size: 35px 35px;
  margin-right: 15px;
}
.training-wrap .content .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

.training-wrap-list ul li {
  float: left;
  width: calc((100% - 25px)/2);
  margin-bottom: 25px;
  margin-right: 25px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
  overflow: hidden;
  transition: all .2s ease;
}
.training-wrap-list ul li:nth-child(2n) {
  margin-right: 0;
}
.training-wrap-list ul li .item-state {
  width: 76px;
  height: 41px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding-left: 26px;
  background-image: url(../images/classroom/item-state.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  left: -12px;
  box-sizing: border-box;
  z-index: 8;
}
.training-wrap-list ul li .item-box {
  position: relative;
}
.training-wrap-list ul li .item-box .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.training-wrap-list ul li .item-box .image img{
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.training-wrap-list ul li .item-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.training-wrap-list ul li .item-box .image .item-icon {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px 0 30px;
  background: rgba(0, 0, 0, .6);
  border-radius: 15px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.training-wrap-list ul li .item-box .text {
  width: 100%;
  padding: 25px;
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-top: -55px;
}
.training-wrap-list ul li .item-box .text .author {
  display: flex;
  align-items: flex-end;
}
.training-wrap-list ul li .item-box .text .author img {
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.training-wrap-list ul li .item-box .text .author p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
.training-wrap-list ul li .item-box .text .name {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 10px;
}
.training-wrap-list ul li .item-box .text .tag {
    display: flex;
    margin-top: 10px;
}
.training-wrap-list ul li .item-box .text .tag img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.training-wrap-list ul li .item-box .text .tips {
    line-height: 18px;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.training-row-list ul li {
  float: left;
  width: calc((100% - 25px)/2);
  margin-bottom: 25px;
  margin-right: 25px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all .2s ease;
  background: #F7F8FA;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.training-row-list ul li:nth-child(2n) {
  margin-right: 0;
}
.training-row-list ul li .item-state {
    position: absolute;
    top: 10px;
    left: -10px;
    border-radius: 3px;
    background: #FF701D;
    color: #fff;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}
.training-row-list ul li .item-box {
  position: relative;
  display: flex;
}
.training-row-list ul li .item-box .image {
  width: 245px;
  height: 150px;
  overflow: hidden;
}
.training-row-list ul li .item-box .image img{
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645, .045, .355, 1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.training-row-list ul li .item-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.training-row-list ul li .item-box .text {
  flex: 1;
  overflow: hidden;
  padding: 15px 20px;
  box-sizing: border-box;
}

.training-row-list ul li .item-box .text .name {
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 10px;
}
.training-row-list ul li .item-box .text > span {
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: 14px;
}
.training-row-list ul li .item-box .text > span.mb {
    margin: 0px 0px 15px;
}


.training-wrap .seemore {
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
}
.training-wrap .seemore a:hover {
    color: #E20A00;
}


.training-banner {
    min-height: 360px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 340px;
}
.training-banner .content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.training-banner .pos {
    color: #fff;
    font-size: 12px;
    padding-top: 14px;
}
.training-banner .training-title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    padding: 50px 0 30px;
}
.training-banner .training-cycle {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}
.training-banner .training-content {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.training-detail {
    width: 100%;
    max-width: 1440px;
    margin: 30px auto;
    background-color: #fff;
    padding: 30px 50px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.15);
    border-radius: 10px;
}
.training-detail .top .price .money {
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    font-size: 32px;
    color: #E20A00;
}
.training-detail .top .price .money small {
    font-size: 22px;
    margin-right: 4px;
}
.training-detail .top .price .fighting-price {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 18px;
    border-radius: 7px 7px 7px 0;
    background: #E20A00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.training-detail .top .time {
    display: flex;
    align-items: center;
}
.training-detail .top .time .count-name,
.training-detail .top .time .count-down {
    color: #666;
    font-size: 16px;
}
.training-detail .top .time .count-down i {
    color: #e20a00;
    font-weight: bold;
    margin: 0px 2px;
}

.training-detail .label-wrap .tag {
    margin-right: 10px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 13px;
    color: #666;
    font-size: 12px;
}
.training-detail .bottom {
    margin-top: 5px;
}
.training-detail .bottom .label {
    color: #666;
    font-size: 14px;
}
.training-detail .bottom .label i {
    color: #e20a00;
}
.training-detail .bottom .button {
    display: flex;
}
.training-detail .bottom .button a.btn {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    flex-direction: column;
    line-height: 150%;
    margin-top: -22px;
}
.training-detail .bottom .button a.btn + a.btn {
    margin-left: 30px;
}
.training-detail .bottom .button a.btn i {
    font-size: 20px;
    font-weight: bold;
}
.training-detail .bottom .button a.btn.light {
    color: #e20a00;
    background-color: #FFEAE8;
}

.training-detail .wrap-fight {
    overflow: hidden;
    margin-top: 15px;
    padding: 20px 30px;
    border-radius: 5px;
    background: #F2F2F2;
}
.training-detail .wrap-fight .top span {
    color: #333;
    font-size: 16px;
}
.training-detail .wrap-fight .top small {
    color: #999;
    font-size: 14px;
}
.training-detail .wrap-fight .top .group-rules {
    color: #666;
    text-decoration: underline;
    font-size: 14px;
}
.training-detail .wrap-fight .cent .list {
    margin-top: 20px;
}
.training-detail .wrap-fight .cent .list .f-img {
    margin-right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.training-detail .wrap-fight .cent .list .text-c {
    max-width: 110px;
    line-height: 125%;
}
.training-detail .wrap-fight .cent .list .text-c span {
    display: inline-block;
    margin-top: 3px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.training-detail .wrap-fight .cent .list .text-c small {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 12px;
}
.training-detail .wrap-fight .cent .list .btn {
    float: right;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 32px;
    background: #e20a00;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.training-wrapper .nav-tab {
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 60px;
}
.training-wrapper .nav-tab a {
    position: relative;
    display: inline-block;
    margin: 0 80px;
    height: 60px;
    color: #666;
    font-size: 20px;
}
.training-wrapper .nav-tab a.active:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e20a00;
    transition: all .2s;
}
.training-main {
    width: 100%;
    padding: 32px 96px;
    margin: 0 auto;
    background-color: #f2f2f2;
}
.training-main .content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.training-main .training-l {
    position: relative;
    width: 1110px;
    background-color: #fff;
}
.training-main .training-l .about-head {
    padding-left: 30px;
    height: 58px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 56px;
    background: #fff;
}
.training-main .training-l .about-main {
    padding: 20px 30px;
    background: #fff;
}
.training-main .training-l .about-foot {
    padding-bottom: 40px;
    text-align: center;
    background: #fff;
}
.training-main .training-l .about-foot a.btn {
    margin: 0 auto;
}
.training-main .training-l .about-foot p {
    margin-top: 10px;
    color: #666;
}

.training-main .training-r {
    position: relative;
    width: 300px;
    background-color: #fff;
}
.training-main .training-r .head {
    padding-left: 20px;
    height: 58px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 56px;
    background: #fff;
}
.training-main .training-r .main {
    padding: 20px 20px 0;
}
.training-main .training-r .main .list {
    margin-bottom: 20px;
}
.training-main .training-r .main .list .img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 160px;
    border-radius: 5px;
}
.training-main .training-r .main .list .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.training-main .training-r .main .list .title {
    display: block;
    overflow: hidden;
    margin-top: 9px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.training-main .training-r .main .list .partake-num {
    padding-top: 8px;
    color: #999;
    font-size: 14px;
}

/*VIP专区*/
.vip-banner {
    width: 100%;
    height: 460px;
    position: relative;
}
.vip-banner .vip-swiper {
    width: 100%;
    height: 100%;
}

.vip-banner .vip-swiper a {
    display: block;
    width: 100%;
    height: 100%;
}
.vip-banner .vip-swiper a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.vip-banner .thumbs-nav {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background-color: rgba(47,47,47,.5);
}
.vip-banner .thumbs-nav .thumbs-list {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.vip-banner .thumbs-nav .thumbs-list .thumbs-item {
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    position: relative;
    cursor: pointer;
}
.vip-banner .thumbs-nav .thumbs-list .thumbs-item span {
    max-width: 130px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vip-cate-banner {
    height: 340px;
}
.vip-cate-banner .vip-introduce{
    top: 0px;
    background-image: url(../images/classroom/vipcateBanner.png);
    background-repeat: no-repeat;
    border-radius: 0px;
}
.vip-cate-banner .vip-introduce .vip-introduce-tit {
    color: #8e5323;
}
.vip-cate-banner .vip-introduce .vip-introduce-list li {
    color: #8e5323;
}
.vip-introduce {
    width: 244px;
    text-align: center;
    background-color: rgba(0, 0, 0, .88);
    border-radius: 14px;
    padding: 26px 40px 22px;
    position: absolute;
    top: 44px;
    right: calc(50% - 690px);
    box-sizing: border-box;
    z-index: 10;
}
.vip-introduce .vip-introduce-tit {
    line-height: 16px;
    font-size: 16px;
    color: #fbdec0;
    position: relative;
}
.vip-introduce .vip-introduce-tit:after,.vip-introduce .vip-introduce-tit:before{
    content: "";
    width: 28px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.vip-introduce .vip-introduce-tit:before {
    left: -6px;
    background: linear-gradient(170deg, #35312c, #dac1a7);
}
.vip-introduce .vip-introduce-tit:after {
    right: -6px;
    background: linear-gradient(170deg, #dac1a7, #35312c);
}
.vip-introduce .vip-introduce-list {
    width: 100%;
    margin-top: 24px;
}
.vip-introduce .vip-introduce-list li {
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #e7c198;
    text-align: left;
    white-space: nowrap;
    padding-left: 24px;
    position: relative;
}
.vip-introduce .vip-introduce-list li:not(:last-child) {
    margin-bottom: 19px;
}
.vip-introduce .vip-introduce-list li:after {
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.vip-introduce .vip-introduce-list li:nth-child(1):after {
    background: url(../images/classroom/vipArea-01.png) no-repeat;
    background-size: 100% 100%;
}
.vip-introduce .vip-introduce-list li:nth-child(2):after {
    background: url(../images/classroom/vipArea-02.png) no-repeat;
    background-size: 100% 100%;
}
.vip-introduce .vip-introduce-list li:nth-child(3):after {
    background: url(../images/classroom/vipArea-03.png) no-repeat;
    background-size: 100% 100%;
}
.vip-introduce .vip-introduce-list li:nth-child(4):after {
    background: url(../images/classroom/vipArea-04.png) no-repeat;
    background-size: 100% 100%;
}
.vip-introduce .vip-introduce-list li:nth-child(5):after {
    background: url(../images/classroom/vipArea-05.png) no-repeat;
    background-size: 100% 100%;
}

.vip-introduce .vip-introduce-center {
    width: 100%;
    margin-top: 20px;
}
.vip-introduce .vip-introduce-center .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8e5323;
    font-weight: 700;
    border: none;
    background: linear-gradient(170deg, #fbdec0, #f2b981);
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.vip-introduce .vip-introduce-center .text {
    line-height: 12px;
    font-size: 12px;
    color: #c79470;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
}

.vip-floor {
    width: 100%;
    padding: 40px 0px 10px;
}
.vip-floor .content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.vip-floor-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 28px;
    z-index: 9;
}
.vip-floor-top .vip-title {
    height: 28px;
    line-height: 26px;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    position: relative;
}
.vip-floor-top .vip-title:before {
    content: "";
    width: 36px;
    height: 40px;
    background: url(../images/classroom/vip-titleIcon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -18px;
    left: -16px;
    z-index: -1;
}

.vip-floor-top .vip-title span {
    height: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
}
.vip-floor-top a.vip-more {
    line-height: 20px;
    font-size: 14px;
    color: #999;
    position: relative;
}
.vip-floor-top a.vip-more:hover {
    color: #E20A00;
}
.vip-sort-floor .vip-floor-top .vip-title:before {
    display: none;
}
.vip-sort-floor .vip-floor-top .vip-title span {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #c79470;
    position: relative;
    padding-left: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.vip-sort-floor .vip-floor-top .vip-title span:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #c79470;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -5px;
}

.vip-floor-nav {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 14px 0 hsla(0,0%,85.1%,.5);
    border-radius: 8px;
    padding: 21px 82px 21px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.vip-floor-nav .navList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vip-floor-nav .navList li {
    line-height: 18px;
    font-size: 14px;
    color: #333;
    position: relative;
    cursor: pointer;
}
.vip-floor-nav .navList li:hover {
    color: #E20A00;
}
.vip-floor-nav .navList li.active {
    color: #E20A00;    
}
.vip-floor-nav .navList li.active:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #E20A00;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.vip-floor-course ul li {
    float:left;
    width: calc((100% - 80px)/5);
    margin-right: 20px;
}
.vip-floor-course ul li:nth-child(5n) {
    margin-right: 0px;
}

.vip-floor-course ul li a.vip-course-item {
    display: block;
    width: 100%;    
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #d9d9d9;
    overflow: hidden;
}
.vip-floor-course ul li a.vip-course-item .image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.vip-floor-course ul li a.vip-course-item .image img {
   -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
    -moz-transition: all .3s cubic-bezier(0.645, .045, .355, 1);
    transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.vip-floor-course ul li a.vip-course-item .image .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}
.vip-floor-course ul li a.vip-course-item .image .play i {
    color: #fff;
    font-size: 50px;
}
.vip-floor-course ul li a.vip-course-item:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
} 

.vip-floor-course ul li a.vip-course-item:hover .image .play {
    opacity: 1;
}

.vip-floor-course ul li a.vip-course-item .text {
    width: 100%;
    padding: 14px 12px 18px;
    box-sizing: border-box;
}
.vip-floor-course ul li a.vip-course-item .text .title {
    width: 100%;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vip-floor-course ul li a.vip-course-item:hover .text .title {
    color: #E20A00;
}
.vip-floor-course ul li a.vip-course-item .text .info {
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}
.vip-floor-course ul li a.vip-course-item .text .info span:before {
    content: '·';
    display: inline-block;
    margin: 0px 5px;
}
.vip-floor-course ul li a.vip-course-item .text .info span:first-child:before {
    display: none;
}
.vip-floor-course .btn {
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #8e5323;
    text-align: center;
    background: linear-gradient(170deg, #fbdec0, #f2b981);
    border-radius: 8px;
    border: none;
    display: block;
    margin: 0 auto;
}
.vip-floor-course .btn:hover {
    background: linear-gradient(170deg,#f8dabb,#eab076)
}

.vip-sort-floor:last-child {
    padding-bottom: 50px;
}

.vip-floor-course ul li a.vip-courseSign {
    display: block;
    height: 280px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #d9d9d9;
    overflow: hidden;
    position: relative;
    padding: 32px 24px;
}
.vip-floor-course ul li a.vip-courseSign .vip-courseSign-img {
     width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.vip-floor-course ul li a.vip-courseSign .vip-courseSign-tit {
    line-height: 28px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.vip-floor-course ul li a.vip-courseSign .vip-courseSign-more {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.vip-floor-study ul li {
    float: left;
    width: calc((100% - 60px)/3);    
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #d9d9d9;
    border-radius: 10px;
    padding: 18px;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all .2s ease;
}
.vip-floor-study ul li:nth-child(3n) {
    margin-right: 0;
}
.vip-floor-study ul li .left {
    float: left;
    width: calc(100% - 180px);
}
.vip-floor-study ul li .left .title {
    line-height: 18px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    display: block;
}
.vip-floor-study ul li .left .text {
    width: 100%;
    margin-bottom: 16px;
}
.vip-floor-study ul li .left .text p {
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.vip-floor-study ul li .left .btn {
  color: #f90;
    border-color: #f90;
    background-color: transparent;
}

.vip-floor-study ul li .right {
    float: right;
    width: 165px;
    position: relative;
    margin-top: -38px;
}
.vip-floor-study ul li .right .image {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 44px;
}
.vip-floor-study ul li .right .image:before {
    content: "";
    width: 145px;
    height: 110px;
    background: url(../images/classroom/vip-special-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%);
}
.vip-floor-study ul li .right .image img {
    display: block;
    width: 100%;
    height: 118px;
    background: #001d26;
    border-radius: 10px;
    object-fit: cover;
    position: relative;
    display: block;
    z-index: 8;
}
.vip-floor-study ul li .right .info {
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}
.vip-floor-study ul li .right .info span:before {
    content: '·';
    display: inline-block;
    margin: 0px 5px;
}
.vip-floor-study ul li .right .info span:first-child:before {
    display: none;
}


.vip-floor-special ul li {
    float: left;
    width: calc((100% - 90px)/4);    
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #d9d9d9;
    border-radius: 10px;
    padding: 18px;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all .2s ease;
}
.vip-floor-special ul li:nth-child(4n) {
    margin-right: 0;
}
.vip-floor-special ul li .image {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 44px;
}
.vip-floor-special ul li .image img {
    display: block;
    width: 100%;
    height: 170px;
    background: #001d26;
    border-radius: 10px;
    position: relative;
    display: block;
    z-index: 8;
}
.vip-floor-special ul li .image:before {
    content: "";
    width: 245px;
    height: 186px;
    background: url(../images/classroom/vip-special-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translate(-50%);
}
.vip-floor-special ul li .title {
    line-height: 18px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    display: block;
}
.vip-floor-special ul li .label {
    width: 100%;
    height: 58px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 14px;
}
.vip-floor-special ul li .label em,
.vip-floor-special ul li .label span {
    line-height: 24px;
    font-size: 12px;
    color: #7c7c7c;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.vip-floor-special ul li .label span {
    padding: 0 8px;
    background: #f8f8f8;
    border-radius: 5px;
}
.vip-floor-special ul li .text {
    width: 100%;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 12px 14px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.vip-floor-special ul li .text p {
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.vip-floor-special ul li .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8e5323;
    font-weight: 700;
    text-align: center;
    border: none;
    background: linear-gradient(170deg, #fbdec0, #f2b981);
    border-radius: 8px;
    display: block;
}
.vip-floor-special ul li .btn:hover {
    background: linear-gradient(170deg,#f8dabb,#eab076)
}
.vip-floor .vip-floor-top .vip-nav a {
    display: inline-block;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
}
.vip-floor .vip-floor-top .vip-nav a:hover,
.vip-floor .vip-floor-top .vip-nav a.active {
    color: #E20A00;
}
.vip-floor-adv {
    width: 100%;
    padding: 0px;
    background-color: #F5F5F5;
}
.vip-floor-adv .vip-floor-adv-img {
    width: 100%;
    padding-bottom: 40px;
}
.vip-floor-adv .vip-floor-adv-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.vip-floor-software {
    padding-bottom: 20px;
}
.vip-floor-software ul li {
    width: calc((100% - 140px)/8);
    height: 78px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 3px;
}
.vip-floor-software ul li:nth-child(8n) {
    margin-right: 0px;
}
.vip-floor-software ul li:hover {
    border-color: #E20A00;
}
.vip-floor-software ul li a {
    display: block;
    padding: 10px;
    position: relative;
}
.vip-floor-software ul li img {
    float: left;
    margin-right: 10px;
    width: 38px;
    height: 38px;
}
.vip-floor-software ul li .course-tit {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.vip-floor-software ul li .course-num {
    font-size: 12px;
    color: #999;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.vip-floor-software ul li .notice-tip {
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 6px;
    color: #fff;
    font-size: 11px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    position: absolute;
    right: -4px;
    top: -4px;
    background: #FF3300;
}

.vip-floor-module ul li {
    float: left;
    width: 470px;    
}
.vip-floor-module ul li:nth-child(2){
    width: 500px;   
}
.vip-floor-module ul li:not(:last-child) {
    padding-right: 35px;
}
.vip-floor-module ul li:not(:first-child) {
    padding-left: 35px;
}
.vip-floor-module ul li:not(:last-child) .vip-module-list:before {
    content: "";
    height: 100%;
    border-right: 1px solid #eee;
    position: absolute;
    top: 0;
    right:-40px;
}
.vip-floor-module .vip-module-title {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.vip-floor-module .vip-module-list {
    width: 100%;
    height: 66px;
    margin-top: 16px;
    position: relative;
}
.vip-floor-module .vip-module-list a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.vip-floor-module .vip-module-list a:not(:nth-child(4n)) {
    margin-right: 10px;
}


/*常见问题*/
.common-problem-wrap {
  padding: 48px 0;
  background: #ffffff;
}
.common-problem-wrap .title {
  max-width: 1400px;
  margin: 0px auto;
  color: #333333;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 48px;
}
.common-problem-wrap .common-problem-box {
  width: 1400px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-problem-wrap .common-problem-box .common-problem-item {
  width: calc((100% - 50px)/2);
  background: linear-gradient(-45deg, #FFD6DC 0, #FFF 58.5%);
  border: 1px solid #E20A00;
  border-radius: 30px 12px 30px 12px;
  margin-bottom: 40px;
  padding: 10px 50px 20px;
  position: relative;
}
.common-problem-wrap .common-problem-box .common-problem-item:before {
  content: 'Q';
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  background: #E20A00;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 16px 0px 16px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-problem-wrap .common-problem-box .common-problem-item:nth-child(2n):before {
  left: auto;
  right: -10px;
}
.common-problem-wrap .common-problem-box .common-problem-item .common-problem-item-title {
  color: #E20A00;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.common-problem-wrap .common-problem-box .common-problem-item .common-problem-item-content {
  font-size: 14px;
  line-height: 1.5;
}


/*主题专辑*/
.theme-wrapper .theme-header {
  max-width: 1600px;
  height: 288px;
  background: -webkit-linear-gradient(85.35deg, #f13800 3.88%, rgb(251 163 27) 96.24%);
  background: -moz- oldlinear-gradient(85.35deg, #f13800 3.88%, rgb(251 163 27) 96.24%);
  background: linear-gradient(85.35deg, #f13800 3.88%, rgb(251 163 27) 96.24%);
  background-image: url("../images/video/album-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.theme-wrapper .theme-header .theme-header-content {
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-top: 50px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .splite {
  width: 2px;
  height: 25px;
  margin: 0 6px 0px 10px;
  background-color: #fff;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info {
  line-height: 1;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info span  {
  color: #ffffff;
  font-size: 16px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .title .info i.iconfont {
  color: #ffffff;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .desc {
  margin-top: 8px;
  height: 22px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .desc p {
  color: #fff;
  font-size: 18px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 16px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tags .theme-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 16px;
  height: 22px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  margin-right: 10px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .operation {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .operation span {
  color: #fff;
  margin-right: 40px;
  font-size: 14px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tip-down {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tip-down p {
  color: #FFFFFF;
  font-size: 16px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-left .tip-down a {
  border-radius: 40px;
  margin-left: 20px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-image {
  /*position: absolute;*/
  width: 288px;
  height: 288px;
  -webkit-border-radius: 196px;
  border-radius: 196px;
  /*right: 100px;*/
  /*top: 15px;*/
  /*background: rgba(255,255,255,.5);*/
  position: relative;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right {
  position: absolute;
  width: 500px;
  height: 288px;
  -webkit-border-radius: 196px;
  border-radius: 196px;
  right: 0px;
  top: 0px;
  /*background: rgba(255,255,255,.5);*/
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-image img {
  width: 245px;
  position: absolute;
  top: 15px;
  border: 4px solid #E8E8E8;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  /*-webkit-transform: rotate(15deg);*/
  /*-moz-transform: rotate(15deg);*/
  /*-ms-transform: rotate(15deg);*/
  /*transform: rotate(15deg);*/
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right img {
  width: 225px;
  height: 258px;
  position: absolute;
  left: 0px;
  top: 15px;
  border: 4px solid #E8E8E8;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  object-fit: cover;
  /*-webkit-transform: rotate(-15deg);*/
  /*-moz-transform: rotate(-15deg);*/
  /*-ms-transform: rotate(-15deg);*/
  /*transform: rotate(-15deg);*/
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .btn {
  height: 40px;
  border-radius: 40px;
  line-height: 1;
  position: absolute;
  right: 60px;
  top: 20px;
}
.theme-wrapper .theme-header .theme-header-content .btn i {
  font-size: 20px;
  line-height: 1;
  margin-right: 4px;
}

.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .operation {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.theme-wrapper .theme-header .theme-header-content .theme-header-content-right .operation span {
  color: #fff;
  margin-left: 40px;
  font-size: 16px;
}


.theme-box-crumbs {
  width: 100%;
  max-width: 1600px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin: 0px auto;
  padding: 24px 0px;
}
.theme-box-crumbs a:hover {
  color: #E20A00;
}
.theme-box-crumbs a:after {
  color: #333;
  content: "\e7c3";
  font-family: "iconfont" !important;
  font-size: 13px;
  font-style: normal;
  margin: 0 2px;
}



.theme-wrapper .theme-module {
  max-width: 1600px;
  min-height: 240px;
  background-image: url('../images/video/album-bg.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center top;
  background-color: #ffffff;
  padding: 24px 96px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme-wrapper .theme-module .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
}
.theme-wrapper .theme-module .tip {
  font-size: 18px;
  line-height: 22px;
  margin-top: 24px;
  color: #fff;
}
.theme-wrapper .theme-search-box {
  width: 520px;
  height: 50px;
  background: #fff;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 48px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-wrapper .theme-search-box input {
  width: 440px;
  height: 46px;
  padding: 8px 12px;
  font-size: 14px;
  color: #666;
}
.theme-wrapper .theme-search-box .theme-search-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 46px;
  /*background: #E20A00;*/
  /*border-left: 1px solid #e8e8e8;*/
  /*-webkit-border-radius: 0 40px 40px 0;*/
  /*border-radius: 0 40px 40px 0;   */
  color: #E20A00;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.theme-wrapper .theme-search-box .theme-search-btn span {
  margin-left: 4px;
}
.theme-wrapper .nav-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0px;
}
.theme-wrapper .nav-menu a.nav-menu-item {
  margin-right: 20px;
  min-width: 100px;
  height: 40px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  border: 1px solid #999;
}
.theme-wrapper .nav-menu a.nav-menu-item span {
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  color: #666666;
}
.theme-wrapper .nav-menu a.nav-menu-item:hover {
  color: #E20A00;
  border-color: #E20A00;
}
.theme-wrapper .nav-menu a.nav-menu-item.active {
  color: #fff;
  border-color: #E20A00;
  background-color: #E20A00;
}

.search-card-line-container {
  padding-top: 32px;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}

.search-card-line-container .course-list {
  max-width: 100%;
}

.theme-list-box {
  max-width: 1600px;
  margin: 0px auto;
}
.theme-list-box .theme-card-list {
  position: relative;
  margin-top: 8px;
  min-height: 40vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.theme-card-list .card-line-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  position: relative;
  width: calc((100% - 80px)/5);
  height: 180px;

}
.theme-card-list .card-line-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
}
.theme-card-list .card-line-item a img{
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}
.theme-card-list .card-line-item a:hover .card-bg-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.theme-card-list .card-line-item .card-preview {
  position: relative;
  width: 100%;
  height: 100%;
}
.theme-card-list .card-line-item .card-preview:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1725);
  position: absolute;
  top: 0;
  z-index: 1;
}
.theme-card-list .card-line-item .card-preview .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #ffffff;
  z-index: 2;
}
.theme-card-list .card-line-item .card-preview .video-play .iconfont {
  font-size: 56px;
}
.theme-card-list .card-line-item .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.theme-card-list .card-line-item .bottom-box .bottom-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.theme-card-list .card-line-item .bottom-box .bottom-box-content .title {
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.theme-card-list .card-line-item .bottom-box .tag {
  min-width: 44px;
  height: 20px;
  color: #E20A00;
  font-size: 12px;
  background-color: #fff;
  padding: 0px 6px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
}