.summerCourse {
  background-color: #fffb8d;
}
.summerCourse a {
  display: block;
}
.summerCourse .banner {
  width: 100%;
  height: 619px;
  background: url(../imgs/banner.png) top center no-repeat;

}
.summerCourse .banner .time-line-box {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 619px;
}
.summerCourse .banner .time-line-box .time-line {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.summerCourse .banner .time-line-box .time-line .t-item {
  width: 280px;
  float: left;
  text-align: center;
  color: #fff;
}
.summerCourse .banner .time-line-box .time-line .t-item .coupon {
  font-size: 26px;
  line-height: 36px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.summerCourse .banner .time-line-box .time-line .t-item .coupon .dot-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.summerCourse .banner .time-line-box .time-line .t-item .coupon:before {
  content: '未开始';
  position: absolute;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: #037a5f;
  background: #5fd2c5;
  padding: 0 10px;
  border-radius: 50px;
  top: 0;
  right: 10px;
}
.summerCourse .banner .time-line-box .time-line .t-item .time-slot {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
}
.summerCourse .banner .time-line-box .time-line .t-item.active .coupon {
  color: #fff70f;
}
.summerCourse .banner .time-line-box .time-line .t-item.active .coupon .dot-icon {
  background-color: #fff70f;
}
.summerCourse .banner .time-line-box .time-line .t-item.active .coupon:before {
  content: '已开始';
  color: #fff;
  background-color: #29e0d2;
}
.summerCourse .banner .time-line-box .time-line .t-item.over .coupon:before {
  content: '已结束';
}
.summerCourse .box1 {
  border: 6px solid #fee769;
  padding: 80px 45px 45px;
  margin-top: 65px;
}
.summerCourse .box1 .submit-btn {
  width: 348px;
  height: 60px;
  background: url(../imgs/btn.png) top left no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.summerCourse .box1 .time-con {
  height: 75px;
  line-height: 63px;
  border: 6px solid #ffa92e;
  background-color: #ffd662;
  font-size: 16px;
  color: #854a00;
  text-align: center;
  padding: 0 45px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.summerCourse .box1 .time-con span {
  float: left;
}
.summerCourse .box1 .time-con .time-bg {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 12px 5px 0;
  padding: 0px 5px;
  border-radius: 4px;
  background-color: #fe7f00;
}
.summerCourse .box2 {
  padding-top: 30px;
}
.summerCourse .box2 .link-box {
  display: block;
  width: 1134px;
  height: 185px;
  background: url(../imgs/detail.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}
.summerCourse .box2 .link-box .link {
  position: absolute;
  right: 80px;
  top: 35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  cursor: pointer;
}
.summerCourse .box3 .tit {
  width: 950px;
  height: 131px;
  background: url(../imgs/gread10.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.summerCourse .box3 .tab-list {
  display: table;
  width: 100%;
}
.summerCourse .box3 .tab-list .tab-item {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  height: 100px;
  border: 1px solid #b6b253;
  text-align: center;
  cursor: pointer;
}
.summerCourse .box3 .tab-list .tab-item img {
  width: auto;
}
.summerCourse .box3 .tab-list .tab-item img.tab-img-active {
  display: none;
  visibility: hidden;
}
.summerCourse .box3 .tab-list .tab-item.active {
  border: 1px solid #24ba60;
}
.summerCourse .box3 .tab-list .tab-item.active img.tab-img {
  display: none;
  visibility: hidden;
}
.summerCourse .box3 .tab-list .tab-item.active img.tab-img-active {
  display: block!important;
  margin: 0 auto;
  visibility: visible!important;
}
.summerCourse .box3 .tab-list .tab-item.active .tip {
  color: #24ba60;
}
.summerCourse .box3 .tab-list .tab-item .tip {
  color: #85822d;
  padding-top: 5px;
  font-size: 16px;
  line-height: 26px;
}
.summerCourse .box3 .tab-show {
  margin-top: 30px;
  padding: 40px 10px 20px 30px;
  background-color: #79e4c8;
  display: none;
  visibility: hidden;
}
.summerCourse .box3 .tab-show .s-tit {
  width: 792px;
  height: 74px;
  background: url(../imgs/bar.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 74px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.summerCourse .box3 .tab-show .tab-list .item {
  background-color: #fff;
  padding: 20px;
  margin: 0 20px 20px 0;
  width: 365px;
  float: left;
}
.summerCourse .box3 .tab-show .tab-list .item img {
  width: 100%;
  height: 216px;
  background-color: #fff001;
}
.summerCourse .box3 .tab-show .tab-list .item .course-tit {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding: 20px 0 10px;
}
.summerCourse .box3 .tab-show .tab-list .item .course {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.summerCourse .box3 .tab-show .tab-list .item .course .txt-orange {
  color: #fe4e00;
}
.summerCourse .box3 .tab-show .tab-list .item .btn-link {
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ff6008;
  width: 50%;
  color: #fff;
  margin-top: 20px;
}
.summerCourse .box3 .tab-show .tab-list .item .btn-link.txt-orange {
  color: #ff6008;
}
.summerCourse .box3 .tab-show .tab-list .item .btn-link.bg-orange {
  background-color: #ff6008;
}
.summerCourse .box4 .content {
  padding: 50px 40px 50px 80px;
  background-color: #fee769;
}
.summerCourse .box4 .content .item {
  width: 500px;
  height: 230px;
  float: left;
  position: relative;
  margin: 0 40px 40px 0;
}
.summerCourse .box4 .content .item .link {
  font-size: 16px;
  line-height: 40px;
  width: 140px;
  border: 1px solid #fe4e00;
  color: #fe4e00;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  left: 70px;
  bottom: 40px;
}
.summerCourse .box4 .content .item img {
  width: 100%;
  height: 100%;
}
.summerCourse .box4 .tit {
  width: 904px;
  height: 131px;
  background: url(../imgs/00.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.summerCourse .box4 .note {
  width: 1040px;
  height: 218px;
  background: url(../imgs/note.png) top center no-repeat;
  background-size: 100% 100%;
  margin-right: 40px;
}
.summerCourse .box4 .note .tip {
  font-size: 36px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  padding: 40px 0 20px;
}
.summerCourse .box4 .note .phone {
  width: 580px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f313;
  font-size: 26px;
  color: #fe4bae;
  border-radius: 6px;
}
.summerCourse .box5 .tit {
  width: 813px;
  height: 131px;
  background: url(../imgs/01.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.summerCourse .box5 .content {
  width: 100%;
  height: 256px;
  background: url(../imgs/box5-con.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.summerCourse .box6 .tit {
  width: 899px;
  height: 131px;
  background: url(../imgs/02.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.summerCourse .box6 .content {
  padding: 50px 80px;
  background-color: #79e4c8;
  position: relative;
  display: none;
  visibility: hidden;
}
.summerCourse .box6 .content .con {
  padding: 40px 30px 40px 40px;
  background-color: #d7f7ef;
}
.summerCourse .box6 .content .con img {
  width: 300px;
  height: 380px;
}
.summerCourse .box6 .content .con .peo-detail {
  padding: 30px 60px 0;
  width: 670px;
  color: #35c275;
  text-align: center;
}
.summerCourse .box6 .content .con .peo-detail .p-name {
  font-size: 36px;
  line-height: 36px;
  border-bottom: 1px solid #35c275;
  padding-bottom: 10px;
}
.summerCourse .box6 .content .con .peo-detail .p-name .p-tip {
  font-size: 18px;
  padding-left: 10px;
}
.summerCourse .box6 .content .con .peo-detail .p-age {
  padding: 10px 0 15px;
  font-size: 24px;
  line-height: 34px;
}
.summerCourse .box6 .content .con .peo-detail .para {
  font-size: 18px;
  line-height: 36px;
}
.summerCourse .box6 .content .con .peo-detail .p-btn {
  color: #fff;
  font-size: 24px;
  line-height: 54px;
  width: 285px;
  border-radius: 6px;
  background-color: #35c275;
  margin: 30px auto 0;
}
.summerCourse .box6 .content .tab-show-con {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -150px;
  left: 0;
  background-color: #35c275;
  color: #fff;
  z-index: 100;
  text-align: center;
  font-size: 18px;
  display: table;
}
.summerCourse .box6 .content .tab-show-con .txt-box {
  display: table-cell;
  vertical-align: middle;
}
.summerCourse .box6 .swiper-box {
  margin-top: 30px;
  position: relative;
}
.summerCourse .box6 .swiper-box img {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.summerCourse .box6 .swiper-box .s-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #35c275;
  color: #fff;
}
.summerCourse .box6 .swiper-box .swiper-slide:hover + .s-mask {
  display: block;
}
.summerCourse .box7 {
  width: 100%;
  height: 358px;
  background: url(../imgs/bottom.png) top center no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 100px;
  position: relative;
}
.summerCourse .box7 .link-phone {
  position: absolute;
  bottom: 57px;
  left: 50%;
  margin-left: -238px;
  width: 475px;
  height: 56px;
  line-height: 56px;
  background-color: #f8f313;
  font-size: 26px;
  color: #fe5001;
  border-radius: 6px;
  text-align: center;
}
