body {
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(120.78deg, rgba(78, 66, 194, 0.1) 8.66%, rgba(255, 255, 255, 0) 43.84%);
}

.embellish-one {
  position: absolute;
  width: 70%;
  top: -12%;
  right: -19%;
}
.embellish-two {
  position: absolute;
  width: 28%;
  top: 32%;
  left: -17%;
}
.embellish-three {
  position: absolute;
  width: 26%;
  top: 68%;
  right: -13%;
}
.color-purple {
  color: #4E42C2!important;
}

.section-one-content {
  padding-top: 80px;
  display: flex;
}
.section-one-left {
  margin: 70px 70px 0 0;
}
.section-one-content h2 {
  font-size: 48px!important;
  font-weight: 700;
  line-height: 71px;
  margin-bottom: 42px;
  color: #000;
}
.section-one-content .section-en-title {
  font-size: 38px!important;
}
.intro-info-item {
  margin-bottom: 16px;
}
.intro-info-item .intro-item-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #000;
}
.intro-info-item .intro-item-title img {
  width: 16px;
  margin-right: 10px;
}
.intro-info-item .intro-item-tips {
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 26px;
}
.section-one-right img {
  width: 721px;
}
.section-en-right img {
  width: 690px;
  margin-top: 50px;
}

.section-margin {
  margin-bottom: 120px;
}
.public-account-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.public-account-way {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
.public-account-way .way-item {
  width: 50%;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 30px 50px 20px;
  z-index: 2;
}
.way-item-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.way-item-title img {
  width: 72px;
  margin-right: 20px;
}
.way-item-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 52px;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.way-item-line img {
  width: 24px;
  height: 24px;
}
.way-item-line .close-img {
  width: 18px;
  height: 18px;
  margin: 0 3px;
}

.public-account-request {
  border-radius: 30px;
  padding: 60px 100px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.request-item-margin {
  margin-bottom: 40px;
}
.request-item-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.request-item-title img {
  width: 72px;
  margin-right: 20px;
}
.request-item-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 92px;
}
.request-item-content .request-item-line {
  width: 50%;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}
.request-item-content .request-item-line .point {
  margin-right: 10px;
  font-size: 28px;
}
.request-item-content .line-display {
  width: 100%;
}
.line-tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  margin-left: 92px;
}

.open-public-account .swiper-content {
  border-radius: 30px;
}
.open-public-account .title-basic {
  font-size: 36px;
  line-height: 53px;
  font-weight: 700;
  color: #000;
}
.open-account-flow {
  margin-bottom: 30px;
}
.swiper-moblie {
  display: none;
}
.swiper-title-basic {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  margin-bottom: 15px;
}
.swiper-item-line {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: left;
  display: flex;
}
.swiper-item-line .point {
  margin-right: 10px;
  font-size: 28px;
}
.swiper-slide img {
  margin-right: 100px;
  width: 300px;
}

.remark-line {
  padding-top: 20px;
  margin-top: 140px;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.40);
}
.section-remark ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 1200px) {

}

@media (max-width: 767.98px) {
  .embellish-one {
    position: absolute;
    width: 70%;
    top: 100px;
    right: -34%;
    z-index: -1;
  }
  .embellish-two {
    position: absolute;
    width: 40%;
    top: 500px;
    left: -21%;
    z-index: -1;
  }
  .embellish-three {
    position: absolute;
    width: 45%;
    right: -20%;
    bottom: 200px;
    z-index: -1;
  }

  .section-one-content {
    padding-top: 40px;
    display: block;
  }
  .section-one-left {
    margin: 0 auto;
  }
  .section-one-content h2 {
    font-size: 32px!important;
    line-height: 47px;
    margin-bottom: 20px;
    text-align: center;
  }
  .section-one-content .section-en-title {
    font-size: 24px!important;
  }
  .intro-info-item .intro-item-title {
    font-size: 18px;
    line-height: 25px;
  }
  .intro-info-item .intro-item-tips {
    font-size: 12px;
    line-height: 18px;
  }
  .section-one-right img {
    width: 100%;
    margin-top: 0;
  }

  .section-margin {
    margin-bottom: 40px;
  }
  .public-account-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .public-account-way {
    display: block;
  }
  .public-account-way .way-item {
    width: 100%;
    border-radius: 12px;
    padding: 24px 16px 18px;
    margin-bottom: 20px;
  }
  .way-item-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .way-item-title img {
    width: 42px;
    margin-right: 10px;
  }
  .way-item-line {
    line-height: 36px;
    font-size: 14px;
  }
  .way-item-line img {
    width: 16px;
    height: 16px;
  }
  .way-item-line .close-img {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .public-account-request {
    border-radius: 12px;
    padding: 24px 16px 18px;
  }
  .request-item-margin {
    margin-bottom: 24px;
  }
  .request-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .request-item-title img {
    width: 42px;
    margin-right: 10px;
  }
  .request-item-content {
    display: block;
    padding-left: 0px;
  }
  .request-item-content .request-item-line {
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 28px;
    align-items: baseline;
  }
  .line-tips {
    font-size: 12px;
    line-height: 28px;
    margin-left: 0px;
  }

  .open-public-account .swiper-content {
    border-radius: 12px;
  }
  .open-public-account .title-basic {
    font-size: 18px;
    line-height: 32px;
  }
  .open-account-flow {
    margin-bottom: 10px;
  }
  .swiper {
    height: 340px;
    border-radius: 0;
  }
  .swiper-en {
    height: 420px;
  }
  .swiper-slide-item {
    display: block;
  }
  .swiper-moblie {
    display: block;
  }
  .swiper-pc {
    display: none;
  }
  .open-public-account .swiper-slide-item-title {
    display: block;
    left: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .swiper-title-basic {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .swiper-slide img {
    margin: 20px auto;
    width: 100%;
  }
  .swiper-item-line {
    font-size: 14px;
    line-height: 20px;
  }
  .request-item-content .request-item-line .point {
    font-size: 20px;
  }
  .swiper-item-line .point {
    margin-right: 8px;
    font-size: 20px;
  }
  .remark-line {
    margin-top: 70px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 575.98px) {
  
}
