/* banner
 ***************************************************/
.banner {
  width: 100%;
  height: 26.0417vw;
  background: url(../img/pcSurveyBanner.png) no-repeat center top;
  background-size: 100vw 26.0417vw;
  padding-top: 12.3438vw;
}

.bannerTitle {
  font-size: 1.875vw;
  font-weight: 300;
  color: #ffffff;
  margin-left: 12.5521vw;
}

.bannerText {
  font-size: 1.25vw;
  font-weight: 300;
  color: #ffffff;
  margin-top: 0.2vw;
  margin-left: 12.5479vw;
}

.bannerList {
  display: flex;
  flex-direction: row;
  margin-top: 5.7708vw;
  margin-left: 12.5vw;
}

.bannerList .tab {
  position: relative;
  font-size: 0.9375vw;
  font-weight: 400;
  color: #dee4f0;
  margin-right: 4.8958vw;
  cursor: pointer;
}

.bannerList .active {
  color: #ffffff;
  font-weight: 600;
}

.bannerList .active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.0521vw;
  right: -1.5625vw;
  margin: auto;
  width: 1.0417vw;
  height: 0.4688vw;
  background: url(../img/rightArrowWhite.png) no-repeat center center;
  background-size: contain;
}

/* 通用tab
 *******************************************/
.tabBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.125vw;
  width: 100%;
  height: auto;
}

.tabBoxTitle .tabBoxText {
  font-size: 1.25vw;
  font-weight: bold;
  color: #0058c4;
  /* background: linear-gradient(0deg, #0058c4 0%, #54a0fe 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  text-align: center;
}

.tabBoxTitleIcon {
  width: 2.0833vw;
  height: 0.2083vw;
  margin: 0 auto;
  margin-top: 0.9896vw;
  background: linear-gradient(90deg, #0058c4, #54a0fe);
}

/* 学校概况 tab 0
 *******************************************/
.tabBoxBanner {
  display: flex;
  flex-direction: row;
  width: 75vw;
  height: 25.3125vw;
  margin-top: 2.0833vw;
  background: url(../img/surveyImg.png) no-repeat center center;
  background-size: contain;
}

.tabBoxLogo {
  width: 17.0833vw;
  height: 3.6458vw;
  margin-top: 6.3542vw;
  margin-left: 7.8125vw;
}

.tabBoxBannerText {
  font-size: 1.25vw;
  font-weight: 300;
  color: #0058c4;
  line-height: 1.875vw;
  margin-top: 5.7292vw;
  margin-left: 17.9688vw;
}

.tabBoxContent {
  position: relative;
  top: -8.0833vw;
  width: 66.6667vw;
  height: auto;
  padding: 0 3.6458vw;
  padding-top: 5.8333vw;
  font-size: 0.8333vw;
  font-weight: 400;
  background-color: #ffffff;
  color: #919499;
  line-height: 1.562vw;
}

.tabBox1 .tabBoxContent,
.tabBox3 .tabBoxContent,
.tabBox4 .tabBoxContent {
  top: 2vw;
  margin-bottom: 9vw;
}

.tabBoxContentBox {
  width: 100%;
  height: auto;
}

.tabBoxContentIcon {
  position: absolute;
  left: 3.6458vw;
  top: -1.1458vw;
  width: 2.8646vw;
  height: 2.8646vw;
}

.tabBoxContentImg {
  width: 100%;
  height: auto;
  margin: 2.6042vw 0;
}

.tabBoxContentImg img {
  width: 100%;
  height: auto;
}

.tabBoxBottom {
  width: 100%;
  height: auto;
}

.tabBoxBottomBox {
  width: 100%;
  height: auto;
  margin-bottom: 2.7604vw;
}

.tabBoxBottomBoxTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9375vw;
  font-weight: 400;
  color: #37393c;
  line-height: 1.5625vw;
  margin-bottom: 1.1021vw;
}

.tabBoxBottomBoxTopIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4063vw;
  height: 1.4063vw;
  margin-right: 0.8854vw;
}

.tabBoxBottomBoxBottom {
  font-size: 0.8333vw;
  font-weight: 400;
  color: #919499;
  line-height: 1.5625vw;
  margin-left: 2.3438vw;
}

/* 校园环境 tab 2
 **************************************************/
 .tabBox2list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 77.6042vw;
  height: auto;
  margin-top: 2.0833vw;
  margin-bottom: 1.5625vw;
}

 .tabBox2Item {
  width: 23.2292vw;
  height: auto;
  margin: 0 1.3021vw;
  overflow: hidden;
  cursor: pointer;
}

 .tabBox2itemImg {
  width: 23.2292vw;
  height: 14.4792vw;
  margin-bottom: 1.4063vw;
  overflow: hidden;
}

 .tabBox2itemImg img {
  transition: 0.3s all;
}

 .tabBox2itemImg:hover img {
  transform: scale(1.2);
}

 .tabBox2Text {
  font-size: 0.8333vw;
  font-weight: 500;
  color: #37393c;
  margin-bottom: 2.6042vw;
}

.tabBox2 .tabBox2Pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 5.2083vw;
}

.tabBox2 .pave {
  width: 2.1vw;
  height: 2.1vw;
  background: url(../img/circle-left-arrow1.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.tabBox2 .next {
  width: 2.1vw;
  height: 2.1vw;
  background: url(../img/circle-right-arrow.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.tabBox2 .pavenone {
  background: url(../img/circle-left-arrow.png) no-repeat center center;
  background-size: contain;
}

.tabBox2 .nextnone {
  background: url(../img/circle-right-arrow1.png) no-repeat center center;
  background-size: contain;
}

.tabBox2 .pagerList {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #919499;
  margin: 0 1.6146vw;
}

.tabBox2 .pagerList span {
  margin: 0 1.3021vw;
  cursor: pointer;
}

.tabBox2 .pagerList .active {
  font-size: 1.25vw;
  font-weight: bold;
  color: #0058c4;
}

/* Mobile样式
 ************************************************************/
@media screen and (max-width: 769px) {
  .banner {
    width: 100%;
    height: 40vw;
    background: url(../img/mobileSurveyBanner.png) no-repeat center top;
    background-size: 100vw 40vw;
    padding-top: 23.3333vw;
  }

  .bannerTitle {
    font-size: 4.8vw;
    font-weight: 300;
    color: #ffffff;
    margin-left: 4.5333vw;
  }

  .bannerText {
    font-size: 3.2vw;
    font-weight: 300;
    color: #ffffff;
    margin-top: 0.2667vw;
    margin-left: 4.2667vw;
  }

  .mobileTab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 10.6667vw;
    background: #ffffff;
    box-shadow: 4px 7px 40px 0px #e6ebf8;
    padding: 0 4.2667vw;
    margin-top: 0;
    margin-left: 0;
    overflow-x: auto;
  }

  .mobileTab .tabItem {
    font-size: 3.2vw;
    font-weight: 400;
    color: #37393c;
    /* margin-right: 0; */
    margin-right: 5.1vw;
    white-space: nowrap;
  }

  .mobileTab .tabItem:last-child {
    margin-right: 4.2667vw;
  }

  .mobileTab .active {
    font-weight: 500;
    color: #0058c4;
  }

  .tabBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.6667vw;
    width: 100%;
    height: auto;
  }

  .tabBoxBanner {
    display: flex;
    flex-direction: row;
    width: 91.4667vw;
    height: 30.8vw;
    background: url(../img/mobileSurveyImg.png) no-repeat center center;
    background-size: contain;
    margin-top: 0;
  }

  .tabBoxLogo {
    width: 31.3333vw;
    height: 6.8vw;
    margin-top: 8vw;
    margin-left: 5.4667vw;
  }

  .tabBoxBannerText {
    font-size: 2.9333vw;
    font-weight: 300;
    color: #0058c4;
    line-height: 4vw;
    margin-top: 6vw;
    margin-left: 3.8667vw;
  }

  .tabBoxContent {
    position: relative;
    top: -7.0833vw;
    width: 82.9333vw;
    height: auto;
    padding: 0 1.8667vw;
    padding-top: 9.7333vw;
    font-size: 3.4667vw;
    font-weight: 400;
    background-color: #ffffff;
    color: #919499;
    line-height: 5.3333vw;
  }

  .tabBox1 .tabBoxContent,
  .tabBox3 .tabBoxContent,
  .tabBox4 .tabBoxContent {
    top: 1vw;
  }

  .tabBoxContentIcon {
    position: absolute;
    left: 3.7333vw;
    top: -1.7333vw;
    width: 4.9333vw;
    height: 4.9333vw;
  }

  .tabBoxContentImg {
    width: 100%;
    height: auto;
    margin: 2.6042vw 0;
  }

  .tabBoxContentImg img {
    width: 100%;
    height: auto;
  }

  .tabBoxBottom {
    width: 106%;
    height: auto;
    margin-top: 4.6667vw;
    margin-left: -4.8vw;
  }

  .tabBoxBottomBox {
    width: 100%;
    height: auto;
    margin-bottom: 6.4vw;
  }

  .tabBoxBottomBoxTop {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 3.7333vw;
    font-weight: 400;
    color: #37393c;
    line-height: 4vw;
    margin-bottom: 3.0667vw;
  }

  .tabBoxBottomBoxTopIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6vw;
    height: 3.6vw;
    margin-right: 1.2vw;
  }

  .tabBoxBottomBoxTopIcon img {
    width: 100%;
  }

  .tabBoxBottomBoxBottom {
    font-size: 3.4667vw;
    font-weight: 400;
    color: #919499;
    line-height: 5.3333vw;
    margin-left: 4.8vw;
  }

  /* 校园环境 tab 2
   **************************************************/
  .tabBox2 {
    margin-top: 6.6667vw;
  }

   .tabBox2list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 4.0667vw;
  }

  .tabBox2Item {
    width: 43.0667vw;
    height: auto;
    overflow: hidden;
    margin: 0;
  }

  .tabBox2itemImg {
    width: 43.0667vw;
    height: 26.8vw;
    margin-bottom: 2.6667vw;
    overflow: hidden;
  }

  .tabBox2itemImg img {
    transition: 0.3s all;
  }

  .tabBox2itemImg:hover img {
    transform: scale(1.2);
  }

  .tabBox2Text {
    font-size: 3.2vw;
    font-weight: 400;
    color: #37393c;
    margin-bottom: 5.3333vw;
  }
}
