
.eva-1 {
  padding-top: 1.55rem;
  overflow: hidden;
}
.eva-1 .swiper {
  margin-top: 0.52rem;
  position: relative;
  padding: 0 0.4rem;
}
.eva-1 .swiper-container {
  padding-bottom: 1.8rem;
}
.eva-1 .sw {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem;
  transition: background-color 0.3s;
}
.eva-1 .sw::before {
  content: "";
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid #fff;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
  transition: background-color 0.3s;
}
@media (min-width: 901px) {
  .eva-1 .sw:hover {
    background-color: #007bff;
  }
  .eva-1 .sw:hover::before {
    content: "";
    border-top: 0.2rem solid #007bff;
  }
  .eva-1 .sw:hover .si {
    filter: brightness(0) invert(1);
  }
  .eva-1 .sw:hover .txt {
    color: #fff;
  }
  .eva-1 .sw:hover .bots {
    color: #fff;
  }
}
.eva-1 .score {
  display: flex;
}
.eva-1 .si {
  width: 0.23rem;
  height: 0.23rem;
  background-image: url(/static/home/images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.eva-1 .txt {
  line-height: 1.4444444444;
  margin-top: 0.16rem;
}
.eva-1 .bots {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}
.eva-1 .bots .ic {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.eva-1 .sbtn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 1.38rem;
  background-repeat: no-repeat;
  background-size: 26.6666666667% auto;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 30;
  box-shadow: 0 0 0 1px #007bff inset;
}
.eva-1 .sbtn:hover {
  background-color: #007bff;
}
.eva-1 .prev {
  right: 100%;
  background-image: url(/static/home/images/icon-p13.png);
}
.eva-1 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.eva-1 .next {
  left: 100%;
  background-image: url(/static/home/images/icon-p23.png);
}
.eva-1 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
@media (max-width: 900px) {
  .eva-1 .prev {
    left: 0;
  }
  .eva-1 .next {
    right: 0;
    left: auto;
  }
}
