.commonPc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
/* banner
 ***************************************************/
.banner {
  width: 100%;
  height: 26.0417vw;
  background: url(/img/newsBanner.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
 **************************************************/
.tabBox0list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 77.6042vw;
  height: auto;
  margin: 2.0833vw 0;
}

.tabBox0Item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 36.1979vw;
  height: auto;
  background: #fafcff;
  margin: 0 1.3021vw;
  padding: 1.5625vw;
  overflow: hidden;
  transition: 0.3s all;
  cursor: pointer;
  margin-bottom: 2.0833vw;
}

.tabBox0ItemTitle {
  width: 100%;
  font-size: 0.8333vw;
  font-weight: 500;
  color: #37393c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s all;
  margin-bottom: 1.0417vw;
}

.tabBox0ItemTime {
  font-size: 0.8333vw;
  font-weight: 300;
  color: #919499;
}

.tabBox0Line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 36.1979vw;
  height: 0.2083vw;
  background: linear-gradient(90deg, #0058c4, #54a0fe);
  transition: 0.3s all;
  opacity: 0;
}

.tabBox0Item:hover {
  background: #f5faff;
}

.tabBox0Item:hover .tabBox0ItemTitle {
  color: #0058c4;
}

.tabBox0Item:hover .tabBox0Line {
  opacity: 1;
}

.tabBox0Pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 4.1667vw;
}

.pave {
  width: 2.1vw;
  height: 2.1vw;
  background: url(/img/circle-left-arrow1.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.next {
  width: 2.1vw;
  height: 2.1vw;
  background: url(/img/circle-right-arrow.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.pavenone {
  background: url(/img/circle-left-arrow.png) no-repeat center center;
  background-size: contain;
}

.nextnone {
  background: url(/img/circle-right-arrow1.png) no-repeat center center;
  background-size: contain;
}

.pagerList {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #919499;
  margin: 0 1.6146vw;
}

.pagerList span {
  margin: 0 1.3021vw;
  cursor: pointer;
}

.pagerList .active {
  font-size: 1.25vw;
  font-weight: bold;
  color: #0058c4;
}

/* Mobile样式
 ************************************************************/
@media screen and (max-width: 769px) {
  .commonMobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .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: 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;
  }

  /* 最新扑鱼达人 tab 0
 **************************************************/
  .tabBox0list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 4.2667vw;
    margin: 0;
  }

  .tabBox0Item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    background: #f5faff;
    padding: 4vw;
    overflow: hidden;
    margin: 0;
    margin-bottom: 4vw;
  }

  .tabBox0ItemTitle {
    width: 100%;
    font-size: 3.7333vw;
    font-weight: 500;
    color: #37393c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2.6667vw;
  }

  .tabBox0ItemTime {
    font-size: 3.2vw;
    font-weight: 300;
    color: #919499;
  }

  .tabBox0Line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0.5333vw;
    background: linear-gradient(90deg, #0058c4, #54a0fe);
    opacity: 1;
  }

  .tabBox0Item:hover .tabBox0ItemTitle {
    color: #0058c4;
  }
}
