/*  初始化 */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li ,dl, dt, dl {margin: 0; padding:0}
a {color: inherit; text-decoration:none;}
ul,ol {list-style: none;}
img {vertical-align:top; border: 0;}
em,i {font-style:normal;}
strong, b {font-weight: normal;}



.container {
  background: #f0f5ff;
  /* min-width: 1300px; */
}

nav {
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
  height: 50px;
  background: #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav .nav-left {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
  color: #353434;

}

.nav-left img {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  border-radius:6px ;
}

nav .nav-left span:last-child {
  margin-left: 45px;
}

.nav-right {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
  color: #353434;
}

.nav-right span:first-child {
  margin-right: 22px;
  cursor: pointer;
}

.nav-right span img {
  width: 30px;
  height: 30px;
}

.mypointer {
  cursor: pointer;
}

.content-top {
  margin: 0 auto;
  position: relative;
}

.banner0 {
  width: 100%;
}

.content-top .top_text_img {
  width: 417px;
  height: 607px;
  background: url('../img/top_img.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 200px;
  left: 420px;
}



.top_center .text {

  font-size: 36px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  margin-top: 70px;
}

.top_center {

  position: absolute;
  top: 100px;
  right: 260px;
  display: flex;
  width: 1300px;
  left: 50%;
  transform: translate(-45%);

}

.top_text-box {
  margin-left: 50px;
  margin-top: 8%;
}

.conetent {
  width: 100%;
  height: auto;
  background: #f0f5ff;
  text-align: center;
  position: relative;
}

.banner-box {
  width: 1400px;

  position: relative;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}



.banner-box .banner-icon {
  width: 100%;

}

.icon_logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 35.5px);
  left: calc(50% - 25px);
}


.img_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.code_box {
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.code_box .btn_box {
  margin-left: 70px;
}

.code_b {
  width: 208px;
  height: 240px;
  background: #ffffff;
  position: relative;

}


.code_b div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
  color: #000000;

}

.code_b div:last-child img {
  margin: 0 10px;
}

.btn_box div {
  width: 236px;
  height: 61px;
  background: #ffffff;
  border-radius: 16px;
  margin: 30px 0;



  font-size: 24px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  

}


.btn_box div .ios,.btn_box div .an{
  width: 160px;
}

.top_center .text1 {
  font-size: 80px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  font-weight: 700;
  color: #ffffff;
  line-height: 94px;
}




.img_text div:first-child{
  font-size: 80px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  font-weight: 700;
  color: #438afa;

  
  line-height: 94px;
}

.img_text div:nth-child(2){
  width: 241px;
  height: 85px;
  background: linear-gradient(93deg,#c355f5 0%, #4788ff 100%);
  border-radius: 16px;
  line-height: 85px;


  font-size: 48px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #ffffff;
  margin-left: 20px;
}

.img_text img {
  position: absolute;
  width: 144px;
  height: 152px;
  top: -100px;
  right:  calc(50% - 320px);
}

.discount_text {

  font-size: 48px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  text-align: center;
  color: #353434;
  line-height: 56px;
  margin-top: 50px;
}

.discount_text span {
  font-weight: 600;
  font-size: 80px;
  color: #448afa;
}


.img1 {
  width: 1341px;
  height: 839px;
  background: url('../img/img1.png') no-repeat;
  background-size: 100% 100%;
  margin: 70px auto 0 auto;
  position: relative;
  z-index: 2;
}

.img2_text{
  /* margin-top: 500px; */
  margin-top: 180px;
}

.img2_text img {
  right:  calc(50% - 300px);
  top: -120px;
}

.font_text {

  font-size: 48px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
  text-align: CENTER;
  color: #5a5858;
  line-height: 56px;
  margin-top: 40px;
}

.img2 {
  width: 1517px;
  height: 816px;
  background: url('../img/img2.png') no-repeat;
  background-size: 100% 100%;
  margin: 70px auto 0 auto;
}

.footer_code {
  width: 100%;
  height: auto;
  background: #393939;
  padding: 50px 0 30px 0;

}

.point1_white {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}


.right_icon {
  width: 300px;
  height: 701px;
  background: url('../img/right.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 180px;
  right: 0;
  z-index: 1;
}

.left_icon {
  width: 240px;
  height: 592px;
  background: url('../img/left.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1000px;
}


#code2 {
  width: 207px;
  height: 207px;
  background: #fff;
  margin: 30px  auto 0 auto;
}

.btn_box2 {
  width: 500px;
  margin:  50px  auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.btn_box2 .btn2 {
  width: 235px;
  height: 69px;
  border-radius: 44px;

  font-size: 24px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.btn_box2 .btn2_ios {
  background: #4bc1fe;
}

.btn_box2 .btn2_an {
  background: #70c24c;
}

  
.btn_box2 .btn2 img {
  margin-right: 10px;
}



.footer_info {
  width: 100%;
  height: auto;
  padding: 50px 0 100px 0;
  background: #444444;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.info_one {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* margin-left: 70px; */
}

.info_one a {
  font-size: 14px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  color: #ffffff;
  line-height: 23px;


}

.info_one a img {
  width: 140px;
}

.info_one a:nth-child(n + 2) {
  margin-left: 30px;
}

.info_two {
  display: flex;

  align-items: center;

  font-size: 14px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  color: #ffffff;
  line-height: 23px;
  margin-top: 30px;
  /* margin-left: 70px; */
}

.info_two  div:last-child {
  margin-left: 35px;
}


.bk_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(2,2,2,.8);
  position: fixed;
  top: 0;  
  /* left: calc(50% - 375px); */
  z-index: 2000;
  display: flex;
  justify-content: center;
}

.bk_bg>.load_box {
  width: 500px;
  height: 80px;
  margin-top: 15%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 25px;
}