html {
  font-size: 5.20833333vw;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #fff;
}
.banner {
  width: 100%;
  background: #E4E3E2;
  padding: 0.8rem 2.4rem;
  box-sizing: border-box;
  background: url('../img/pc/box1/banner_bg_icon.png') no-repeat top left / 100% 100%;
}
.banner-text {
  font-size: 0.32rem;
  max-width: 6.79rem;
  margin-top: 0.5rem;
}
.download {
  font-weight: bold;
  font-size: 0.28rem;
  background: #7766C6;
  border-radius: 0.08rem;
  height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-text {
  font-weight: bold;
  max-width: 6.97rem;
  font-size: 0.54rem;
}
nav {
  cursor: pointer;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
nav > img {
  height: 90px;
}
nav > ul {
  display: flex;
  justify-content: center;
  justify-content: space-around;
  flex: 1;
  margin-left: 1.5rem;
}
nav > ul > li {
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #232543;
  margin-right: 0.5rem;
}
nav > ul > li.nav4 {
  margin-right: 0;
}
nav > ul > li a {
  display: inline-block;
  padding: 7px 0;
  border-bottom: 3px solid transparent;
}
.section1 {
  width: 100%;
  height: 8rem;
  position: relative;
}
.section1 .title {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #232543;
  line-height: 1.13rem;
  width: 7rem;
}
.section1 .logo_name {
  font-size: 0.7rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #F9B0C3;
  line-height: 1.13rem;
}
.section1 .advantage_item {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #000000;
  line-height: 0.47rem;
}
.section1 .advantage_item .item {
  margin-bottom: 0.05rem;
}
.section1 .download {
  width: 3.36rem;
  height: 0.8rem;
  color: #fff;
  margin-top: 0.3rem;
}
.main {
  width: 100%;
  box-sizing: border-box;
}
.main .section2 {
  text-align: center;
  margin-bottom: 1.47rem;
  padding-top: 1.2rem;
}
.main .section2 .content {
  background: url('../img/pc/box2/bg.png') no-repeat top left / 100% 100%;
  margin-right: 2.4rem;
  height: 7rem;
}
.main .section2 .content .title {
  padding-top: 0.8rem;
  box-sizing: border-box;
  margin-left: 2rem;
  display: flex;
  justify-content: center;
}
.main .section2 .content .title img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
}
.main .section2 .content .title .text {
  font-size: 0.64rem;
  font-family: Montserrat-Medium, Montserrat;
  font-weight: 500;
  color: #7766C6;
  line-height: 0.75rem;
}
.main .section2 .content > ul {
  margin-left: 3.45rem;
  display: flex;
  margin-top: 0.8rem;
}
.main .section2 .content > ul > li {
  text-align: left;
  width: 3.8rem;
  height: 3.2rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  margin-right: 0.35rem;
  text-align: center;
}
.main .section2 .content > ul > li .s_title {
  margin-top: 1.25rem;
  font-size: 0.32rem;
  font-family: Montserrat-SemiBold, Montserrat;
  font-weight: 600;
  color: #7766C6;
  line-height: 0.38rem;
}
.main .section2 .content > ul > li .s_text {
  margin-top: 0.24rem;
  font-size: 0.2rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #000000;
  line-height: 0.28rem;
}
.main .section2 .content > ul > li:nth-of-type(1) {
  background: url('../img/pc/box2/step1.png') no-repeat top left / 100% 100%;
}
.main .section2 .content > ul > li:nth-of-type(2) {
  background: url('../img/pc/box2/step2.png') no-repeat top left / 100% 100%;
}
.main .section2 .content > ul > li:nth-of-type(3) {
  background: url('../img/pc/box2/step3.png') no-repeat top left / 100% 100%;
}
.main .section3 {
  text-align: center;
}
.main .section3 .title {
  display: flex;
  justify-content: center;
}
.main .section3 .title img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
}
.main .section3 .title .text {
  font-size: 0.64rem;
  font-family: Montserrat-Medium, Montserrat;
  font-weight: 500;
  color: #7766C6;
  line-height: 0.75rem;
}
.main .section3 .note {
  margin-top: 0.35rem;
  font-size: 0.25rem;
  font-family: Montserrat-Light, Montserrat;
  font-weight: 300;
  color: #000000;
  line-height: 0.47rem;
}
.main .section3 .content {
  display: flex;
}
.main .section3 .content .plogo {
  margin-left: 2.3rem;
  width: 5.5rem;
  height: 7.8rem;
}
.main .section3 .content .mes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.86rem;
  flex: 1;
  height: 7.3rem;
  background: url('../img/pc/box3/step_bg.png') no-repeat top left / 100% 100%;
}
.main .section3 .content .mes .p_content {
  text-align: left;
  width: 2.85rem;
  height: 2.85rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0rem 0.1rem 0 0.2rem;
  box-sizing: border-box;
  background: url('../img/pc/box3/step_text.png') no-repeat top left / 100% 100%;
}
.main .section3 .content .mes .p_content .logo_p {
  width: 0.7rem;
  height: 0.7rem;
}
.main .section3 .content .mes .p_content .text {
  font-size: 0.32rem;
  font-family: Montserrat-Regular, Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-bottom: 0.1rem;
}
.main .section3 .content .mes .p_content .p_data {
  font-size: 0.2rem;
  word-wrap: break-word;
}
.main .section4 {
  padding: 1rem 2.31rem;
  box-sizing: border-box;
  background-color: #ECF4FF;
}
.main .section4 .bg {
  width: 14.4rem;
  height: 5.89rem;
  background: url('../img/pc/box4/bg.png') no-repeat top left / 100% 100%;
  color: #fff;
  padding-top: 2.74rem;
  padding-left: 0.42rem;
  box-sizing: border-box;
}
.main .section4 .bg .title {
  font-size: 0.64rem;
  font-family: DIN-BlackItalic-Regular, DIN-BlackItalic;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.44rem;
}
.main .section4 .bg .tips {
  width: 7.75rem;
  font-size: 0.28rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.44rem;
}
.footer {
  width: 100%;
  height: 1.9rem;
  background: #F9F1FD;
  padding: 0.25rem 2.4rem;
  box-sizing: border-box;
}
.footer > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer > ul > li {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #353539;
  line-height: 0.22rem;
}
.footer > ul > li .frist {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #353539;
  line-height: 0.28rem;
  margin-bottom: 0.18rem;
  text-align: right;
}
.footer > ul > li .frist > img {
  margin-left: 0.1rem;
  width: 0.48rem;
  vertical-align: middle;
}
.footer > ul > li:nth-of-type(1) > img {
  width: 3rem;
  margin-top: 0.24rem;
}
.footer > ul > li:nth-of-type(1) > div {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #353539;
  line-height: 0.22rem;
}
.footer > ul > li:nth-of-type(2) {
  margin-right: 2rem;
}
.footer > ul > li:nth-of-type(2) > div {
  margin-bottom: 0.12rem;
}
.footer > ul > li:nth-of-type(3) > ul {
  display: flex;
  justify-content: center;
}
.footer > ul > li:nth-of-type(3) > ul > li > img {
  width: 0.38rem;
  margin-right: 0.24rem;
}
