.more-pro {
  padding: 2.5rem 0;
}
.more-pro .case-change {
  margin-top: 3.75rem;
}
.more-pro .item {
  margin-bottom: 3.125rem;
}
.more-pro .item:hover .box img {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
}
.more-pro .item:hover .box .circle .ctop {
  width: 100%;
}
.more-pro .item:hover .box .circle .cright {
  height: 100%;
}
.more-pro .item:hover .box .circle .cbottom {
  width: 100%;
}
.more-pro .item:hover .box .circle .cleft {
  height: 100%;
}
.more-pro .item:hover .more {
  color: #1963ce;
}
.more-pro .item .box {
  border: 2px transparent solid;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}
.more-pro .item .box img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.more-pro .item .box img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.more-pro .item .box .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.more-pro .item .box .circle .ctop {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.more-pro .item .box .circle .cright {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.more-pro .item .box .circle .cbottom {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
}
.more-pro .item .box .circle .cleft {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
}
.more-pro .case-scroll {
  background-color: #aaaaaa;
  width: 100%;
  bottom: 60px;
  left: 0;
}
.more-pro .case-scroll .swiper-scrollbar-drag {
  background-color: #1963ce;
}
.more-pro .page .prev,
.more-pro .page .next {
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.more-pro .page .prev:hover,
.more-pro .page .next:hover {
  background-color: #1963ce;
  color: #fff;
}
.more-pro .page .next:after,
.more-pro .page .prev:after {
  font-size: 2.5rem;
}
@media (max-width: 760px) {
  .more-pro .case-change {
    margin-top: 1.25rem;
  }
  .more-pro {
    padding: 1.25rem 0;
  }
  .more-pro .page .prev,
  .more-pro .page .next {
    width: 1.875rem;
    height: 1.875rem;
  }
  .more-pro .page .prev::after,
  .more-pro .page .next::after {
    font-size: 1.25rem;
  }
  .more-pro .page .next {
    right: 0;
  }
  .more-pro .page .prev {
    left: 0;
  }
}
