.solve-scheme .page {
  width: 100%;
  background-size: 100% 100%;
}
.solve-scheme .page-other {
  height: 799px;
  margin-top: 100px;
  padding-top: 315px;
  text-align: center;
  color: #fff;
}
.solve-scheme .page-other .tit {
  font-size: 40px;
  font-weight: bold;
}
.solve-scheme .page-other .btn-details {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #fff;
  margin-top: 45px;
  color: #fff;
  font-size: 22px;
}
.solve-scheme .page1 {
  height: 620px;
  background-image: url("../img/scheme/solve-scheme-page1.jpg");
  padding-top: 234px;
}
.solve-scheme .page2 {
  margin-top: 140px;
}
.solve-scheme .page2 .title {
  position: relative;
  text-transform: uppercase;
  font-size: 38px;
  text-align: center;
}
.solve-scheme .page2 .title::before {
  content: "";
  position: absolute;
  width: 570px;
  height: 0;
  border-top: 1px solid #0571dd;
  top: -45px;
  left: 50%;
  margin-left: -285px;
}
.solve-scheme .page2 .title::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 0;
  border-top: 9px solid #0571dd;
  top: -45px;
  left: 50%;
  margin-left: -155px;
}
.solve-scheme .page2 .title .bold {
  font-weight: bold;
}
.solve-scheme .page3 {
  background-image: url("../img/scheme/solve-scheme-page3.png");
}
.solve-scheme .page4 {
  background-image: url("../img/scheme/solve-scheme-page4.png");
}
.solve-scheme .page5 {
  background-image: url("../img/scheme/solve-scheme-page5.png");
}
.solve-scheme .page6 {
  background-image: url("../img/scheme/solve-scheme-page6.png");
}
.solve-scheme .page7 {
  background-image: url("../img/scheme/solve-scheme-page7.png");
}
.solve-scheme .page8 {
  background-image: url("../img/scheme/solve-scheme-page8.png");
  margin-bottom: 120px;
}
.success-case .w1200 {
  width: 1200px;
}
.success-case .page1 {
  height: 620px;
  background-image: url("../img/scheme/solve-scheme-page1.jpg");
  padding-top: 234px;
  background-size: 100% 100%;
}
.success-case .page2 {
  padding-bottom: 120px;
}
.success-case .page2 .title {
  position: relative;
  font-size: 38px;
  color: #333333;
  margin-top: 130px;
  text-transform: uppercase;
  font-weight: bold;
}
.success-case .page2 .title::before {
  content: "";
  position: absolute;
  width: 695px;
  height: 0;
  border-top: 1px solid #0571dd;
  left: 0;
  top: -45px;
}
.success-case .page2 .title::after {
  content: "";
  position: absolute;
  width: 188px;
  height: 0;
  border-top: 9px solid #0571dd;
  left: 0;
  top: -45px;
}
.success-case .page2 .list-box {
  display: flex;
  flex-wrap: wrap;
}
.success-case .page2 .list-box .item {
  width: 576px;
  height: 422px;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 50px;
  margin-left: 30px;
  transition: all 0.3s;
  position: relative;
}
.success-case .page2 .list-box .item:hover {
  transform: translateY(-10px);
}
.success-case .page2 .list-box .item:nth-child(2n-1) {
  margin-left: 0;
}
.success-case .page2 .list-box .item a {
  color: #333333;
}
.success-case .page2 .list-box .item .img-box {
  width: 100%;
  height: 100%;
}
.success-case .page2 .list-box .item .img-box .img {
  width: 100%;
  height: 100%;
}
.success-case .page2 .list-box .item .text-box {
  padding: 18px 25px;
  height: 165px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(25, 43, 74, 0.8);
  color: #fff;
}
.success-case .page2 .list-box .item .tit {
  font-size: 28px;
  font-weight: bold;
}
.success-case .page2 .list-box .item .text {
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
}
.success-case .page2 .list-box .item .time {
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 15px;
  text-align: right;
}
.solve-scheme-details .page1 {
  height: 294px;
  background-image: url("../img/scheme/solve-scheme-details-page1-bg.jpg");
  background-size: 100% 100%;
  padding-top: 150px;
  color: #fff;
}
.solve-scheme-details .page1 .title {
  font-size: 34px;
  font-weight: bold;
}
.solve-scheme-details .page1 .list-box {
  margin-top: 15px;
  display: flex;
}
.solve-scheme-details .page1 .list-box .item {
  font-size: 16px;
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
}
.solve-scheme-details .page1 .list-box .item:nth-last-child(1)::after {
  display: none;
}
.solve-scheme-details .page1 .list-box .item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: url("../img/icon-arr.png") no-repeat center / 100%;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.solve-scheme-details .page1 .list-box .item a {
  color: #fff;
  font-size: 16px;
}
.solve-scheme-details .page2 {
  padding-bottom: 120px;
}
.solve-scheme-details .page2 .tit {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-top: 100px;
}
.solve-scheme-details .page2 .tit::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 90%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #0571dd;
  border-radius: 8px;
}
.solve-scheme-details .page2 .text {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  line-height: 1.5;
}
.solve-scheme-details .page2 .img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
  margin: 30px 0;
}
.solve-scheme-details .page2 .video-box {
  width: 1300px;
  margin-top: 100px;
  position: relative;
}
.solve-scheme-details .page2 .video-box .video {
  width: 100%;
}
