/*  初始化 */
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 {
  height: auto;
  background: #fff8f4;
  position: relative;
}


.nav {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15%;
  height: 50px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_left img {
  width: 35px;
  height: 35px;
  margin-right: 6px;
  border-radius:6px;
}

.nav_left {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
  color: #353434;

}


.nav_left span:last-child {
  margin-left: 25px;
  cursor: pointer;
}

.nav_right {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
}

.nav_right div:first-child {
  margin-right: 30px;
  cursor: pointer;

}

.mypointer {
  cursor: pointer;
}


.top_box {
  position: relative;
}
.top_img {
  width: 100%;
}

.kefu img{
  width: 25px;
  height: 25px;
}

.top_content {
  display: flex;
  position: absolute;
  top: 8%;
  width: 1300px;
  left: 50%;
  transform: translate(-50%);
}

.top_content .img1 {
  /* margin-top: 6%;
  bottom: 110px; */
  /* margin-left: 343px; */



}

.top_content .top_content_right {
  margin-top: 8%;
  margin-left: 100px;
}

.font_dec {

  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
}

.font_dec span:last-child {
  margin-left: 30px;
}

.font80 {

  font-size: 65px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  line-height: 94px;
  letter-spacing: 5px;
}

.font36 {

  font-size: 28px;
  font-weight: 500;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  margin-top: 30px;

}

.down_code {
  margin-top: 50px;
  display: flex;
}



.code_box {
  width: 270px;
  height: 310px;
  background: #fff;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}

.xx-img {
  width: 100%;
  margin-top: 47px;
}

.btn-ios {
  margin-top: 35px;
}

.code_logo {
  width: 61px;
  height: 61px;
  border-radius: 8px;
  position: absolute;
  left: calc(50% - 30.5px);
  top: calc(50% - 45.5px);
}

.mypointer span {
  width: 180px;
  text-align: center;
}

.down_btn {
  margin-top: 30px;
  margin-left: 69px;
}

.btn {
  width: 279px;
  height: 73px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-evenly; */

  font-size: 28px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
}

.down_btn .btn:last-child {
  margin-top: 43px;
}

.down_btn .btn img {
  margin-right: 10px;
}

.code_text {

  font-size: 20px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-400;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: 5px;
}


.weal_box {
  width: 1400px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.weal_box .weal {
  margin-top: 150px;
}


.weal_text1 {
  display: flex;
  align-items: center;

}

.weal_text1 span{

  font-size: 80px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  font-weight: 700;
  text-align: LEFT;
  color: #fa8c0b;
  line-height: 94px;
  white-space: nowrap;
}

.weal_text1 div {
  width: 241px;
  height: 85px;
  background: linear-gradient(93deg,#fd6b6b 0%, #fa8111 100%);
  border-radius: 16px;

  font-size: 48px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #ffffff;
  line-height: 85px;
  text-align: center;
  margin-left: 45px;
  position: relative;

}


.weal_text2 {
  font-size: 48px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #353434;
  line-height: 56px;
  letter-spacing: 4px;
  margin-top: 40px;
}

.weal_text2 span{
  color: #FA8C0B;
  font-weight: 600;
  font-size: 60px;
}

.icon_x {
  width: 104px;
  height: 104px;
  position: absolute;
  right:-70px;
  top: -65px;
}

.img2 {
  width: 100%;
  margin-top: 80px;
  position: relative;
  z-index: 9;
}






.vip_box {
  margin-top: 200px;
  width: 1400px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}






.title_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_box span {

  font-size: 80px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-700;
  font-weight: 700;
  text-align: LEFT;
  color: #fa8c0b;
  line-height: 94px;
}

.title_box div {
  width: 241px;
  height: 85px;
  background: linear-gradient(93deg,#fd6b6b 0%, #fa8111 100%);
  border-radius: 16px;


  font-size: 48px;
  font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 3.0-500;
  font-weight: 500;
  color: #ffffff;
  line-height: 85px;
  text-align: center;
  margin-left: 48px;
  position: relative;
}

.title_box div img {
  width: 119px;
  height: 82px;
  position: absolute;
  right:-70px;
  top: -65px;
}

.title_text {
  display: flex;
  justify-content: center;
  align-items: center;
  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: 30px;
}


.point {
  width: 13px;
  height: 13px;
  background: #5a5858;
  border-radius: 50%;
  margin: 0 15px;
}

.vip_box .img3 {
  width: 100%;

  margin:  0 auto;
  position: relative;
  z-index: 2;
}


.bk_img1 {
  width: 744px;
  height: 1362px;
  background: url('../img/bk_icon_right.png') no-repeat;
  position: absolute;
  top: 1000px;
  right: 0;
  z-index: 1;
}

.bk_img2 {
  width: 393px;
  height: 780px;
  background: url('../img/bk_icon_left.png') no-repeat;
  position: absolute;
  top: 1900px;
  left: 0;
  z-index: 1;

}

.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;
}

#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;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.info_one {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* width: 900px; */
}

.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;
  /* height: 63px; */
}

.info_one a:nth-child(n + 2) {
  margin-left: 30px;
}

.info_two {
  display: flex;
  /* justify-content: center; */
  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;
}

.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;
}