.campusLife .div_tit h2::after {
  background: #81b934;
}
.campusLife .dlImgSlide dd a {
  color: #81b934;
}
.campusLife .second_nav ul li {
  width: 50%;
}
.campusLife .second_nav ul li.on {
  border-bottom: 2px solid #81b934;
}
.campusLife .second_nav ul li.on::after {
  border-top: 6px solid #81b934;
}
.campusLife .second_nav ul li.on span {
  color: #81b934;
}
.campusLife .second_nav ul li.on span::after {
  content: "";
  display: block;
  border: solid #81b934;
  border-width: 0 0.02rem 0.02rem 0;
}
.campusLife .direction span i {
  border: solid #81b934;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
  padding: 0.08rem;
}
.campusLife .direction span.s_prev {
  left: -2px;
}
.campusLife .direction span.s_prev i {
  border: solid #81b934;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
  margin-left: 0.04rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.campusLife .direction span.s_next {
  right: -2px;
}
.campusLife .direction span.s_next i {
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.campusLife .direction span:hover {
  background: #81b934;
}
.campusLife .direction span:hover i {
  border: solid #fff;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
}
.campusLife .dlImgSlide dt .arrow span i {
  border: solid #81b934;
  border-width: 0 0.04rem 0.04rem 0;
}
.campusLife .dlImgSlide dt .arrow span.s_prev {
  background: #fff;
}
.campusLife .dlImgSlide dt .arrow span.s_prev i {
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
}
.campusLife .dlImgSlide dt .arrow span.s_next i {
  margin-right: 0.04rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.campusLife .dlImgSlide dt .arrow span:hover {
  background: #81b934;
}
.campusLife .dlImgSlide dt .arrow span:hover i {
  border: solid #fff;
  border-width: 0 0.04rem 0.04rem 0;
  display: inline-block;
}
.specialEvents .lunbo_SE .div_swiper_icons {
  padding: 0.2rem 1rem;
  position: relative;
}
.specialEvents .lunbo_SE .swiper-container {
  padding: 0.2rem 0;
}
.specialEvents .lunbo_SE .swiper_dls {
  padding: 0;
}
.specialEvents .lunbo_SE .dlImgSlide {
  margin-top: 0;
}
.specialEvents .lunbo_SE .swiper_icons .swiper-slide {
  text-align: center;
  border: 1px solid #81b934;
  padding: 0.18rem 0;
  cursor: pointer;
}
.specialEvents .lunbo_SE .swiper_icons .swiper-slide span {
  font-size: 0.3rem;
  color: #333;
}
.specialEvents .lunbo_SE .swiper_icons .swiper-slide p {
  font-size: 0.22rem;
  color: #666;
}
.specialEvents .lunbo_SE .swiper_icons .swiper-slide-thumb-active {
  background: #81b934;
}
.specialEvents .lunbo_SE .swiper_icons .swiper-slide-thumb-active span,
.specialEvents .lunbo_SE .swiper_icons .swiper-slide-thumb-active p {
  color: #fff;
}
.clubTour .ul_ct {
  display: flex;
  flex-wrap: wrap;
}
.clubTour .ul_ct li {
  width: 24%;
  position: relative;
  margin-bottom: 0.25rem;
  cursor: pointer;
  overflow: hidden;
}
.clubTour .ul_ct li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.clubTour .ul_ct li .divbox {
    opacity: 0;
    width: 110%;
    height: 100%;
    background: rgba(129, 185, 52, 0.9);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-left:-20px;
}
.clubTour .ul_ct li .divbox .s1 {
  display: block;
  font-size: 0.34rem;
  color: #fff;
  margin-bottom: 0.4rem;
}
.clubTour .ul_ct li .divbox .s2 {
  display: block;
  width: 60%;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  margin: 0 auto;
}
.clubTour .swiper-slide {
  cursor: pointer;
  overflow: hidden;
}

.clubTour .swiper-slide img {
    transform: scale(1);
   transition: transform 0.3s linear;
}
.clubTour .swiper-slide:hover img {
    transform: scale(1.1);
}
.clubTour .popupWin .div_imgs .div_l .swiper-slide img {
  height: 7rem;
}
.clubTour .popupWinRw .div_icons .swiper-slide img {
  height: 1rem;
}
.clubTour .ul_ct li:hover .divbox {
  opacity: 1;
}
@media screen and (max-width: 1460px) {
  .clubTour .ul_ct li .divbox {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .clubTour .popupWin .div_imgs .div_l .swiper-slide img {
    height: 3rem;
  }
  .clubTour .ul_ct li {
    width: 49%;
    margin-right: 0!important;
  }
  .clubTour .ul_ct li:not(:nth-child(2n)) {
    margin-right: calc(2% / 1) !important;
  }
  .clubTour .ul_ct li .divbox {
    padding: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .clubTour .popupWin {
    width: 90%;
    transform: scale(1);
    left: 10%;
    height: 90%;
    top: 30%!important;
    margin-left: -5%;
  }
  .clubTour .popupWin .div_imgs .div_r {
    width: 100%;
    padding: 0;
  }
  .clubTour .popupWin .div_imgs .div_l {
    width: 100%;
    padding-top: 0.2rem;
  }
  .clubTour .popupWin .div_icons {
    position: absolute;
    bottom: 3rem;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .clubTour .popupWin .div_icons .swiper-container {
    display: none;
  }
  .clubTour .popupWin .div_icons {
    bottom: unset;
    top: 0;
  }
  .direction span {
    top: 0.5rem;
  }
  .clubTour .popupWin .div_icons {
    display: none;
  }
  .clubTour .ul_ct li .divbox {
    opacity: 1;
    background: rgba(129, 185, 52, 0.9);
  }
  .clubTour .ul_ct li .divbox {
    height: 0.8rem;
    top: unset;
    bottom: 0;
    position: absolute;
    left:0;
  }
  .clubTour .ul_ct li .divbox .s1 {
    margin: 0;
    font-size: 0.24rem;
  }
  .clubTour .ul_ct li .divbox .s2 {
    display: none;
  }
  .campusLife .div_mod7 .direction span {
    top: 50%;
  }
  .clubTour .ul_ct li {
    height: 2.5rem;
    position: relative;
  }
  .specialEvents .lunbo_SE .swiper-container {
    margin-right: -0.1rem;
  }
  .specialEvents .div_mod7 .dlImgSlide dt .arrow {
    display: flex;
  }
  #popImg .div_imgs {
    padding: 0.1rem;
  }
  #popImg .div_imgs .div_l .swiper-slide img {
    height: 100%;
  }
}
