.consensus-wrap {
  position: relative;
  height: 63.14rem;
  overflow: hidden;
}

.consensus-wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consensus-wrap .bg img {
  width: 100%;
  height: 100%;
}

.consensus-wrap .bg .mark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1a1a1a;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.consensus-wrap .box {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consensus-wrap .box .main-title {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 3.96rem;
  font-size: 3.57rem;
  line-height: 3.57rem;
  font-weight: bold;
  color: #ffffff;
}

.consensus-wrap .box .consensus-tab {
  padding: 0 4rem;
  width: 85.96rem;
  display: flex;
}

.consensus-wrap .box .consensus-tab span {
  margin-right: 4rem;
  font-size: 1.43rem;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.consensus-wrap .box .consensus-tab .activeTab {
  color: #2a94d8;
  border-bottom: 1px solid #2a94d8;
}

.consensus-wrap .box .consensus-tab_line {
  margin-top: -2px;
  width: 85.96rem;
  height: 1px;
  background: rgba(188, 188, 203, 0.2);
}

.consensus-wrap .box .consensus-content {
  width: 85.69rem;
  padding: 4.36rem 0 3.89rem 0;
  overflow: hidden;
}

.consensus-wrap .box .consensus-content .swiper-wrap {
  display: flex;
  align-items: center;
}

.consensus-wrap .box .consensus-content .swiper-wrap .content-info h3 {
  font-size: 2.36rem;
  font-weight: bold;
  color: #ffffff;
}

.consensus-wrap .box .consensus-content .swiper-wrap .content-info p {
  padding-top: 1rem;
  font-size: 1.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.13rem;
}

.consensus-wrap .box .consensus-content .swiper-wrap .content-info span {
  padding-left: 2rem;
  padding-right: 1.39rem;
  display: flex;
  justify-content: space-between;
  width: 11.04rem;
  height: 3.07rem;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  font-size: 1.43rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.07rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.consensus-wrap .box .consensus-content .swiper-wrap .content-info span i {
  font-size: 0.71rem;
}

.consensus-wrap .box .consensus-content .swiper-wrap .content-video {
  margin-left: 5.68rem;
  width: 38.39rem;
  height: 21.57rem;
}

.consensus-wrap .box .consensus-content .swiper-wrap .content-video video {
  width: 38.39rem;
  height: 21.57rem;
  object-fit: cover;
}

.consensus-wrap .box .consensus-img {
  margin-top: 3.59rem;
  width: 86.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.consensus-wrap .box .consensus-img .img-item {
  margin: 0.52rem 0.48rem;
  width: 13.49rem;
  height: 6.05rem;
  background: white;
  border: 0px solid #95a0bd;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.77;
}

.consensus-wrap .box .consensus-img .img-item img {
  height: 3.54rem;
}

.consensus-wrap .el-carousel {
  width: 100%;
}

.consensus-wrap .el-carousel__indicators {
  display: none;
}
