.banner-container {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
}

.video-arrow-down {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 40px;
  z-index: 2;
}



.item-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-bg {
  position: absolute;
  top: 235px;
  left: 0;
  width: 678px;
  z-index: -1;
}

.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 460px;
}

.item-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
}

.item-desc {
  font-size: 16px;
  color: #475266;
}

.index-item1 {
  width: 600px;
  height: 300px;
  margin-left: 20px
}

.index-item2 {
  width: 400px;
  height: 300px;
  margin-right: 146px
}

.index-item3 {
  width: 460px;
  height: 300px;
  margin-left: 116px
}

.index-item4 {
  width: 460px;
  height: 300px;
  margin-right: 116px
}


.public-praise {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.public-praise-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1408px;
  height: 727px;
  z-index: -1;
}

.public-praise-header {
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
}

.public-praise-subheader {
  margin: 20px 0 40px 0;
  font-size: 16px;
  font-weight: 400;
  color: #2C2F37;
}

.swiper {
  width: 930px;
  height: 390px;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  left: -20px;

}

.swiper-button-next {
  right: -20px;
}

.swiper-button-next:after {
  display: none;
}

.swiper-pagination-bullet-active {
  background-color: #00c4b3
}

.swiper-arrow {
  width: 65px;
  height: 65px;
}

.evaluation {
  display: flex;
  padding: 10px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 52 54px 0px rgba(65, 62, 101, 0.1);
  border-radius: 16px;
  border: 1px solid #E3E5E6;
}

.swiper-slide img {
  width: 315px;
  height: 370px;
  border-radius: 16px;
}

.evaluation-desc {
  font-size: 16px;
  color: #475266;
  font-weight: 400;
}

.evaluation-content {
  padding: 20px 40px;
}

.evaluation-content .img-quote {
  margin-bottom: 24px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 20px;
  border-radius: 0;
}

.evaluation-user {
  margin-top: 10px;
  text-align: right;
  font-size: 21px;
  font-weight: bold;
}
