.banner img {
  width: 15rem;
  height: 12.4rem;
}
.section {
  padding: 0 0.68rem;
}
.section .big_title {
  padding: 1.64rem 0 0.68rem;
}
.section .big_title .w_title {
  text-align: center;
}
.section .big_title .w_title h3 {
  font-size: 0.66rem;
  color: #3B0CF1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
}
.section .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 .big_title h5 {
  font-size: 0.5rem;
  color: #3B0CF1;
  padding-top: 0.5rem;
  text-align: center;
}
.section .instro p {
  font-size: 0.48rem;
  line-height: 0.72rem;
  margin-bottom: .5rem;
}
.section .local_bg img {
  width: 13.6rem;
  height: 9rem;
}
.section .probles .stores {
  padding: 0;
}
.section .probles .stores li {
  color: #fff;
  margin: 9px 0;
  padding: .4rem;
}
.section .probles .stores li .stores_l {
  width: 5rem;
  height: 1.08rem;
  background: #3b0cf1;
  text-align: center;
  line-height: 1.08rem;
}
.section .probles .stores li .stores_l p {
  font-size: 0.52rem;
  font-weight: bold;
}
.section .probles .stores li .stores_r p {
  margin-top: 8px;
  font-size: 0.48rem;
  line-height: 1.4;
  font-weight: 100;
}
.section .probles .stores li:nth-of-type(1) {
  background: url(../img/localImg/qestion_01.png) no-repeat;
}
.section .probles .stores li:nth-of-type(2) {
  background: url(../img/localImg/qestion_02.png) no-repeat;
}
.section .probles .stores li:nth-of-type(3) {
  background: url(../img/localImg/qestion_03.png) no-repeat;
}
.section .probles .stores li:nth-of-type(4) {
  background: url(../img/localImg/qestion_04.png) no-repeat;
}
.section .probles .stores li:nth-of-type(5) {
  background: url(../img/localImg/qestion_05.png) no-repeat;
}
.section .probles .stores li{
  background-size: cover;
}
.section .advantage .advantage_cont {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.section .advantage .advantage_cont li {
  width: 6.8rem;
  height: 5rem;
}
.section .advantage .advantage_cont li img {
  width: 100%;
}
.section .advantage .advantage_cont li .advantage-title {
  padding: 0.3rem 0;
  display: flex;
  flex-direction: row;
}
.section .advantage .advantage_cont li .advantage-title img {
  width: 0.82rem;
  height: 0.56rem;
  padding-right: 4px;
}
.section .advantage .advantage_cont li .advantage-title h1 {
  font-size: 0.56rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.section .advantage .advantage_cont li .advantage_cont {
  color: #fff;
}
.section .advantage .advantage_cont li .advantage_cont p {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 100;
}
.section .advantage .advantage_cont li .advantage_cont p span {
  font-weight: bold;
}
.section .advantage .advantage_cont .advantage_bg {
  background: #3b0cf1;
  padding: 0 0.16rem;
  overflow-y: auto;
}
.section .plan {
  padding-bottom: 1.6rem;
}
.section .plan .plan-cont {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.section .plan .plan-cont li {
  position: relative;
  flex: 50%;
  display: flex;
  background: #3b0cf1;
  border-radius: 50px;
  height: 1.7rem;
  margin: 10px  0;
}
.section .plan .plan-cont li .plan_icon {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 1.28rem;
  margin-left: 0.2rem;
  margin-top: 0.16rem;
}
.section .plan .plan-cont li .plan_icon img {
  width: 0.84rem;
  height: 0.84rem;
}
.section .plan .plan-cont li p {
  color: #fff;
  line-height: 1.68rem;
  font-size: 0.48rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
.section .plan .plan-cont li span {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
}
