@import "mixins/mixins";
@import "common/var";




/*————————————————————活动详情展示组件2开始——————————————————————*/
.active_show_detail_pc_2 {
  width: 100%;
  margin-top: 30px;
}
.active_show_detail_pc_2 .et4-class-body {
  width: 100%;
}
.active_show_detail_pc_2 .et4-class-right {
  width: 100%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 6px 15px 15px 15px;
  margin-top: 20px;
}
.active_show_detail_pc_2 .et4-class-right-title {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  line-height: 40px;
  font-size: $--font-size-large;
}
.active_show_detail_pc_2 .et4-class-right-title span {
  float: right;
}
.active_show_detail_pc_2 .et4-class-right-title span a {
  font-size: 14px;
  color: #959595;
}
.active_show_detail_pc_2 .et4-teacher-part-left {
  display: block;
  float: left;
  width: 62px;
  height: 62px;
}
.active_show_detail_pc_2 .et4-teacher-part {
  margin-top: 20px;
}
.active_show_detail_pc_2 .et4-teacher-part-left img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.active_show_detail_pc_2 .et4-teacher-part-right {
  display: block;
  float: left;
  margin-left: 10px;
}
.active_show_detail_pc_2 .et4-teacher-part-right-p1 {
  padding-top: 10px;
  color: $--color-primary;
}
.active_show_detail_pc_2 .et4-teacher-part-right-p1 a {
  font-size: 16px;
  color: #000;
  margin-right: 6px;
}
.active_show_detail_pc_2 .et4-teacher-part-right-p2 {
  font-size: 12px;
  color: #959595;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.active_show_detail_pc_2 .et4-course-part {
  width: 100%;
  height: 160px;
  position: relative;
  margin-top: 15px;
}
.active_show_detail_pc_2 .et4-course-part img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}
.active_show_detail_pc_2 .et4-course-part span {
  width: 100%;
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 10;
  line-height: 30px;
  padding-left: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.active_show_detail_pc_2 .et4-class-body {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  padding: 10px 20px 40px 20px;
  margin-bottom: 40px;
}
.active_show_detail_pc_2 .et4-class-body-hd {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
}
.active_show_detail_pc_2 .et4-class-body-hd ul li {
  color: #7d7d7d;
  padding: 0 20px;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
}
.active_show_detail_pc_2 .et4-class-body-hd ul li:hover {
  color: $--color-primary;
}
.active_show_detail_pc_2 .et4-class-body-hd .active {
  color: $--color-primary;
  border-bottom: 3px solid $--color-primary;
}
.active_show_detail_pc_2 .et4-class-cont {
  padding: 0 10px;
}
.active_show_detail_pc_2 .et4-class-cont p {
  color: #959595;
  padding-top: 20px;
  line-height: 30px;
  text-align: justify;
}
.active_show_detail_pc_2 .et4-class-cont .img-p {
  text-align: center;
}
.active_show_detail_pc_2 .et4-class-cont p img {
  max-width: 100%;
}
.active_show_detail_pc_2 .et4-class-right-body {
  padding-left: 5px;
}
.active_show_detail_pc_2 .et4-studing {
  width: 100%;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 15px;
}
.active_show_detail_pc_2 .et4-studing-left {
  float: left;
  display: block;
  line-height: 42px;
}
.active_show_detail_pc_2 .et4-studing-right {
  float: right;
}
.active_show_detail_pc_2 .et4-studing-right a {
  margin-top: 0;
  line-height: 42px;
  margin-right: 10px;
}
.active_show_detail_pc_2 .et4-studing-next {
  color: #959595;
  margin-right: 20px;
}
.active_show_detail_pc_2 .et4-studing-next:hover {
  color: #959595;
}
.active_show_detail_pc_2 .pingjia-page {
  width: 100%;
  margin-top: 20px;
}
.active_show_detail_pc_2 .pingjia-page ul {
  //width: 100%;
  text-align: right;
  padding-right: 5px;
}
.active_show_detail_pc_2 .pingjia-page ul li {
  display: inline-block;
}
.active_show_detail_pc_2 .pingjia-page ul li a {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #d8d8d8;
  text-align: center;
  line-height: 24px;
  color: #000;
  font-size: 12px;
}
.active_show_detail_pc_2 .pingjia-page ul li span {
  margin: 0 5px;
}
.active_show_detail_pc_2 .pingjia-page-tongji {
  margin-left: 10px;
}
.active_show_detail_pc_2 .pingjia-page .on a {
  color: #fff;
  background-color: $--color-primary;
  border: 1px solid $--color-primary;
}
.active_show_detail_pc_2 .class-detail-pic {
  width: 100%;
  height: 340px;
  display: block;
}
.active_show_detail_pc_2 .class-detail-pic img {
  width: 100%;
  height: 100%;
}
.active_show_detail_pc_2 .class-detail-info {
  width: 100%;
}
.active_show_detail_pc_2 .class-detail-info .title {
  display: block;
  font-size: 24px;
  line-height: 42px;
}
.active_show_detail_pc_2 .class-detail-info .detail-ul {
  width: 100%;
  margin-top: 30px;
}
.active_show_detail_pc_2 .class-detail-info .detail-ul li {
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
  background: url('#{$--url-path}/class-detail-list-icon.png') left center no-repeat;
  padding-left: 14px;
  float: left;
}
.active_show_detail_pc_2 .class-detail-info .detail-ul li span {
  color: #888888;
}
.active_show_detail_pc_2 .class-detail-info .detail-ul .half-width {
  width: 50% !important;
}
.active_show_detail_pc_2 .class-detail-info .detail-tongji {
  width: 100%;
  border-top: 1px dotted #e6e6e6;
  padding-top: 15px;
  margin-top: 15px;
}
.active_show_detail_pc_2 .class-detail-info .detail-tongji .sp1 {
  display: inline-block;
  width: 40%;
  height: 28px;
  line-height: 28px;
  background: url('#{$--url-path}/class-detail-icon1.png') left center no-repeat;
  padding-left: 30px;
}
.active_show_detail_pc_2 .class-detail-info .detail-tongji .sp2 {
  display: inline-block;
  width: 40%;
  height: 28px;
  line-height: 28px;
  background: url('#{$--url-path}/class-detail-icon2.png') left center no-repeat;
  padding-left: 30px;
}
.active_show_detail_pc_2 .class-detail-info .detail-tongji .sp3 {
  display: inline-block;
  width: 40%;
  height: 28px;
  line-height: 28px;
  background: url('#{$--url-path}/class-detail-icon3.png') left center no-repeat;
  padding-left: 30px;
}
.active_show_detail_pc_2 .class-detail-info .detail-btn a {
  display: block;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: $--color-primary;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
//.active_show_detail_pc_2 .class-detail-info .detail-btn a:hover {
//  background-color: #305692;
//}
.active_show_detail_pc_2 .class-detail-info .twobtn {
  display: inline-block;
  width: 74px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  border-radius: 3px;
  text-align: center;
}
.active_show_detail_pc_2 .class-detail-info .twobtn .fav-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('#{$--url-path}/class_detail_fav.png') center no-repeat;
}
.active_show_detail_pc_2 .class-detail-info .twobtn .faving-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('#{$--url-path}/class_detail_faving.png') center no-repeat;
}
.active_show_detail_pc_2 .activeworks-list {
  width: 100%;
  border: 1px solid #d8d8d8;
  margin-top: 30px;
  padding-bottom: 10px;
  height: 286px;
}
.active_show_detail_pc_2 .activeworks-list .sp1 {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
}
.active_show_detail_pc_2 .activeworks-list .sp1 img {
  width: 100%;
  height: 100%;
}
.active_show_detail_pc_2 .activeworks-list .class-pic-hover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 50px;
  text-align: center;
}
.active_show_detail_pc_2 .activeworks-list .sp2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: $--color-primary;
  margin-top: 5px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.active_show_detail_pc_2 .activeworks-list .sp2 i {
  font-style: normal;
  color: #000;
}
.active_show_detail_pc_2 .activeworks-list .sp2 a:hover {
  color: $--color-primary;
}
.active_show_detail_pc_2 .activeworks-list .sp3 {
  display: block;
  font-size: 16px;
  color: #707070;
  margin-top: 5px;
  padding: 0 10px;
}
.active_show_detail_pc_2 .activeworks-list .sp4 {
  display: none;
  padding: 0 10px;
  margin-top: 10px;
  text-align: center;
}
.active_show_detail_pc_2 .activeworks-list .sp4 a {
  display: inline-block;
  width: 40%;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
  margin: 0 4%;
  background-color: $--color-primary;
  color: #fff;
}
.active_show_detail_pc_2 .activeworks-list .sp4 a:hover {
  background-color: #305692;
}
.active_show_detail_pc_2 .activeworks-list:hover {
  -moz-box-shadow: 0px 2px 5px #999;
  -webkit-box-shadow: 0px 2px 5px #999;
  box-shadow: 0px 2px 5px #999;
}
.active_show_detail_pc_2 .activeworks-list:hover .class-pic-hover {
  display: block;
}
.active_show_detail_pc_2 .activeworks-list:hover .sp3 {
  display: none;
}
.active_show_detail_pc_2 .activeworks-list:hover .sp4 {
  display: block;
}
.active_show_detail_pc_2 .activeworks-search {
  width: 100%;
  margin-top: 20px;
}
.active_show_detail_pc_2 .activeworks-search-ul {
  float: left;
}
.active_show_detail_pc_2 .activeworks-search-ul li {
  display: inline-block;
  margin: 0 10px;
}
.active_show_detail_pc_2 .activeworks-search-ul li a:hover {
  color: $--color-primary;
}
.active_show_detail_pc_2 .activeworks-search-ul li a:hover .iconfont {
  color: $--color-primary;
}
.active_show_detail_pc_2 .activeworks-search-ul .iconfont {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}
.active_show_detail_pc_2 .activeworks-search-ul .active .iconfont {
  color: $--color-primary;
}
.active_show_detail_pc_2 .activeworks-search .search-body {
  float: right;
  display: block;
  width: 280px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
}
.active_show_detail_pc_2 .activeworks-search .search-body .inp1 {
  width: 70%;
  float: left;
  height: 30px;
  line-height: 30px;
  border: none;
  outline: none;
  border-radius: 100px 0 0 100px;
  padding-left: 10px;
}
.active_show_detail_pc_2 .activeworks-search .search-body .btn1 {
  width: 30%;
  float: right;
  height: 30px;
  line-height: 30px;
  border: none;
  outline: none;
  background-color: $--color-primary;
  color: #fff;
  font-size: 14px;
  border-radius: 0 100px 100px 0;
}
.active_show_detail_pc_2 .activeworks-search .search-body .btn1:hover {
  background-color: #305692;
}
.active_show_detail_pc_2 .active-updata-pc {
  width: 100%;
  margin-top: 30px;
  /*中等PC屏幕下的专用样式*/
  /*PAD屏幕下的专用样式*/
  /*PHONE屏幕下的专用样式*/
}
.active_show_detail_pc_2 .active-updata-pc .active-uploading {
  width: 100%;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list {
  width: 100%;
  margin-top: 40px;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp1 {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  color: #4c4c4c;
  margin-right: 5px;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .input1 {
  width: 320px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  padding-left: 10px;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp2 {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #999999;
  margin-left: 5px;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp3 {
  display: inline-block;
  width: 160px;
  height: 120px;
  position: relative;
  vertical-align: middle;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp3 img {
  width: 100%;
  height: 100%;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp3 a {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 15px;
  background: url('#{$--url-path}/pic-updata-close.png') center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp3 a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp2 i {
  display: block;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp2 i a {
  font-size: 16px;
  color: #0000ff;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .sp2 i a:hover {
  text-decoration: underline;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .pic-uploading-btn {
  display: inline-block;
  width: 160px;
  height: 120px;
  background: url('#{$--url-path}/add-pic-icon.png') center no-repeat;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-list .pic-uploading-btn:hover {
  background-color: #ededed;
}
.active_show_detail_pc_2 .active-updata-pc .active-uploading-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-sub {
  display: inline-block;
  width: 140px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: $--color-primary;
  font-size: 16px;
  color: #fff;
}
.active_show_detail_pc_2 .active-updata-pc .active-form-sub:hover {
  background-color: #305692;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .active_show_detail_pc_2 .active-updata-pc .active-form-list .sp1 {
    margin-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .active_show_detail_pc_2 .active-updata-pc .active-form-list .sp1 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .active_show_detail_pc_2 .active-updata-pc .active-form-list .sp1 {
    margin-left: 0px;
  }
}
.active_show_detail_pc_2 .active-works-details-pc {
  width: 100%;
  margin-top: 30px;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail {
  width: 100%;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .sp0 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .sp1 {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .sp1 img {
  max-width: 100%;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .ul1 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .ul1 li {
  display: inline-block;
  margin: 0 30px;
  font-size: 18px;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .ul1 li span {
  font-size: 18px;
  font-weight: bold;
  color: $--color-primary;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .btn1 {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .btn1 a {
  display: inline-block;
  padding: 10px 30px;
  background-color: $--color-primary;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
}
.active_show_detail_pc_2 .active-works-details-pc .works-detail .btn1 a:hover {
  background-color: #305692;
}
.active_show_detail_pc_2 .common_popbg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
}
.active_show_detail_pc_2 .common_pop {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 50px 40px 50px;
  position: relative;
  top: 100px;
}
.active_show_detail_pc_2 .common_pop_close {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -19px;
  top: -19px;
  z-index: 99;
  background: url('#{$--url-path}/register-pop-close.png') center no-repeat;
  cursor: pointer;
}
.active_show_detail_pc_2 .register-pop-title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .active_show_detail_pc_2 .common_pop {
    width: 90%;
    padding: 15px;
  }
}
/*————————————————————活动详情展示组件2结束——————————————————————*/


