.banner img {
  width: 15rem;
  height: 12.4rem;
}
.section {
  padding: 0 0.68rem;
}
.section .cont .big_title {
  padding: 1.64rem 0 .5rem;
}
.section .cont .big_title .w_title {
  text-align: center;
}
.section .cont .big_title .w_title h3 {
  font-size: 0.82rem;
  color: #3B0CF1;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0;
}
.section .cont .big_title .w_title h3::after {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 10.3rem;
  height: 3px;
  display: inline-block;
  background: url(../img/aboutImg/line.png);
  background-size: 10.3rem 3px;
}
.section .cont .big_title h5 {
  font-size: 0.36rem;
  color: #3B0CF1;
  padding-top: 0.6rem;
  text-align: center;
}
.section .cont .oversea_intro p {
  font-size: 0.48rem;
  color: #4F4F4F;
  line-height: 1.6;
  margin-bottom: .5rem;
}
.section .cont .oversea_bg img {
  width: 13.6rem;
  height: 9rem;
}
.section .cont .oversea_intro .procedure {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.section .cont .oversea_intro .procedure li {
  position: relative;
  flex: 50%;
  display: flex;
  background: #3b0cf1;
  border-radius: 50px;
  height: 1.7rem;
  margin: 10px  0;
}
.section .cont .oversea_intro .procedure li .procedure_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 .cont .oversea_intro .procedure li .procedure_icon img {
  width: 0.84rem;
  height: 0.84rem;
}
.section .cont .oversea_intro .procedure li p {
  color: #fff;
  line-height: 1.68rem;
  font-size: 0.48rem;
  font-weight: bold;
  margin-left: 0.5rem;
}
.section .cont .oversea_intro .procedure li span {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
}
.section .cont .oversea_distribute img {
  width: 13.6rem;
  height: 10rem;
}
.section .cont .oversea_detail {
  width: 13.6rem;
  background-size: cover;
  margin: 0.2rem 0;
  padding: .4rem .32rem;
  display: flex;
  flex-direction: column;
}
.section .cont .oversea_detail .detail-title {
  display: flex;
  align-items: center;
}
.section .cont .oversea_detail .detail-title h1 {
  font-size: 0.72rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.section .cont .oversea_detail .detail-title img {
  margin-left: 0.28rem;
  width: 0.98rem;
  height: 0.66rem;
}
.section .cont .oversea_detail .detail_cont {
  display: flex;
}
.section .cont .oversea_detail .detail_cont .detail_conts {
  padding: 0;
}
.section .cont .oversea_detail .detail_cont .detail_conts h3 {
  font-size: 0.4rem;
  color: #D1C5FF;
  margin: 0.48rem 0 0.32rem 0;
}
.section .cont .oversea_detail .detail_cont .detail_conts li {
  font-size: 0.4rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 100;
}
.section .cont .oversea_detail .detail_cont .detail_conts:nth-of-type(2) {
  margin-left: 2.04rem;
}
.section .cont .oversea_warehouse > div:nth-of-type(1) {
  background: url(../img/overseaImg/detail_bg1.png) no-repeat;
}
.section .cont .oversea_warehouse > div:nth-of-type(2) {
  background: url(../img/overseaImg/detail_bg2.png) no-repeat;
}
.section .cont .oversea_warehouse > div:nth-of-type(3) {
  background: url(../img/overseaImg/detail_bg3.png) no-repeat;
}
.section .cont .oversea_warehouse > div:nth-of-type(4) {
  background: url(../img/overseaImg/detail_bg4.png) no-repeat;
}
.section .cont .oversea_warehouse > div:nth-of-type(5) {
  background: url(../img/overseaImg/detail_bg5.png) no-repeat;
}
.section .cont .oversea_warehouse > div:nth-of-type(6) {
  background: url(../img/overseaImg/detail_bg6.png) no-repeat;
}
.section .cont .oversea_warehouse > div:nth-of-type(even) {
  align-items: flex-end;
}
.section .cont .oversea_warehouse > div:nth-of-type(even) .detail-title {
  flex-direction: row-reverse;
}
.section .cont .oversea_warehouse > div:nth-of-type(even) .detail-title img {
  margin-right: 0.28rem;
}
.section .cont .oversea_warehouse > div:nth-of-type(even) .detail_cont {
  flex-direction: row-reverse;
}
.section .cont .oversea_warehouse > div:nth-of-type(even) .detail_cont .detail_conts:nth-of-type(2) {
  margin-left: 0;
  margin-right: 40px;
}
.footer {
  margin-top: 1.32rem;
}
