.banner>img {
  width: 15rem;
  height: 12.4rem;
}
.section .cont .big_title {
  padding: 1.64rem 0 0.34rem;
}
.section .cont .big_title .w_title {
  text-align: center;
}
.section .cont .big_title .w_title h3 {
  font-size: 0.66rem;
  color: #3B0CF1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
}
.section .cont .big_title .w_title h3::after {
  position: absolute;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10.3rem;
  height: 3px;
  display: inline-block;
  background: url(../img/overseaImg/line.png);
  background-size: 10.3rem 3px;
}
.section .cont .big_title h5 {
  font-size: 0.36rem;
  color: #3B0CF1;
  padding-top: 0.5rem;
  text-align: center;
}
.section .case .case_title {
  background: #0331fd;
  text-align: center;
}
.section .case .case_title h2 {
  font-size: 0.76rem;
  font-weight: bold;
  color: #fff;
  padding: 6px 0;
}
.section .case .case_title .millon {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
.section .case .case_title img:nth-of-type(1) {
  width: 13.88rem;
  height: 7.52rem;
  padding-top: 0.54rem;
}
.section .case .case_title img:nth-of-type(2) {
  width: 13.42rem;
  height: 1.2rem;
  padding-top: 0.54rem;
  transform: scaleY(0.5);
  padding: 0;
}
.section .case .case_cont {
  padding: 0.72rem 0.48rem;
}
.section .case .case_cont p {
  font-size: 0.48rem;
  line-height: 1.6;
}
.bottom {
  padding-bottom: 1.6rem;
}
