.wrap {
  min-width: 1200px;
}

/* css 样式初始化 */
html, body, div, span, object, iframe,h1, h2, 
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, 
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, 
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, 
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption, 
figure, footer, header, hgroup, menu, nav, section, summary,time, mark, 
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline-style: none;
  /*FF*/
}

body {
  line-height: 1;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;

}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

/* header - css */
.header-container {
  width: 100%;
  height: 850px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.header-backgroundImg {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.header_bgmc{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: #0A0B3A;
  opacity: 0.7625;
}

.header_sanjiao{
  width: 100%;
  height: 30px;
  width: 0px;
  height: 0px;
  border-color: #FFFFFF transparent;
  border-width: 0px 1200px 150px 0px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #FFFFFF; */
  z-index: 10;
}

.header-backgroundColor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* background: rgba(0, 0, 0, 0.45); */
  z-index: 15;
}

.header-dislogo, .header-introduce{
  margin: 30px auto;
  max-width: 1200px;
  margin-top: 110px
}

.header_left{
  width: 575px;
  float: left;
}

.header_title{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

.header_subtitle{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 20px;
  line-height: 38px;
}

.header_su1btitle{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

.header_btnimg{
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.header_btn1{
  width: 200px;
  height: 60px;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  margin-top: 100px;
  text-align: center;
  line-height: 59px;
}

.header_btn2{
  background: #FF4A63;
  border: 1px solid #FF4A63;
  margin-right: 28px;
}

.header_right{
  float: right;
}

.header_phone{
  width: 333px;
  height: 666px;
  float: left;
  margin-right: 95px;
}

.header_img_bg{
  padding: 50px;
  border-radius: 16px;
  /* background: rgba(10,11,58, 0.2) */
  background: rgba(0,0,0, 0.2);
  margin-right: 20px;
}

.header_Image{
  width: 270px;
  height: 270px;
  border-radius: 14px;
}

.header_tips{
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

.header_swiper{
  float: right;
  width: 5px;
  margin-top: 50%;
  transform: translateY(-50%);
}

.header_swiperItem{
  width: 5px;
  height: 5px;
  background: #ffffff;
  margin-bottom: 10px;
}

.header_swiperItem1{
  height: 60px;
  background: #FF4A63;
}


@media screen and (max-width:1500px){
  .header-container {
    height: 850px;
  }
  .header-dislogo, .header-introduce{
    margin-top: 110px
  }
}
  
.header-logo{
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0px;
  overflow: hidden;
}

.header-divlogo{
  width: 1200px;
  height: 80px;
  padding: 15px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}

.xiangdian{
  cursor: pointer;
}

.header-logo img{
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.header-logo span{
  font-size: 20px;
  margin-left: 10px;
  font-family: "FZNew BaoSong-Z12S", serif;
  font-weight: bolder;
  position: relative;
  color: rgb(255, 255, 255);
  top: -18px;
}

.header-logo .header-ul{
  display: inline-block;
  margin-left: 42px;
}

.header-logo .header-ul li{
  width: auto;
  margin-left: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  list-style: none;
  font-size: 16px;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
  /* font-weight: bolder; */
  cursor: pointer;
}

.header-ul li a:hover{
  color: #FF4A63
}

.header-riUl {
  float: right;
  margin-top: 25px;
  transform: translateY(-50%);
}

.header-riUl li.liOne{
  width: 90px;
  height: 30px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 29px;
  border-radius: 21px;
}

.header-riUl li.liOne:first-child{
  background: #FF4A63;
  border: 1px solid #FF4A63;
  color: #FF4A63;
  margin-right: 28px;
}

.header-riUl li.liOne a {
  width: 100%;
  height: 100%;
  display: block;
}

.liTwo{
  display: none;
}

.businessInfoWrpa{
  display: flex;
  align-items: center;
  justify-content: center;
}

.merchantProfilePicture{
  margin-right: 20px;
}

.header-logo ul li a{
  color: #ffffff;
}


.header-fixlogo {
  position: fixed !important;
  /* background: #ffffff; */
  background: rgba(10,11,58,0.76);
  z-index: 10;
  box-shadow: 0px 4px 25px 0px rgba(220,223,233,0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.header-fixlogo ul li a {
  /* color: #000000; */
  font-size: 16px
}
.header-fixlogo .header-riUl.liOne li a {
  color: #ffffff;
}
.header-fixlogo .header-riUl li:last-child{
  /* border: 1px solid #000000;
  color: #000000; */
}
.header-fixlogo .header-riUl li:last-child a{
  /* color: #000000; */
}
.header-introduce h2{
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  font-size: 32px;
  line-height: 70px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 10px;
}

.header-introduce p{
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  margin-top: 8px;
  margin-bottom: 48px;
  max-width: 768px;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

/* Footer */
.scenario-footer{
  background-color: rgb(35, 41, 64);
  -webkit-font-smoothing: antialiased;
  font-family: Tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei";
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1280px;
  margin-top: 85px;
}

.footer-wrap{
  width: 1240px;
  height: 220px;
  margin: 0px auto;
  padding: 50px 0px 100px;
}

.footer_contactUs{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

.footer_centerArea{
  /* overflow: hidden; */
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255,255,255, 0.23)
}

.footer_first{
  float: left;
  width: 50%;
  overflow: hidden;
}

.footer_one{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 30px;
}

.footer_one:nth-child(2){
  margin-right: 100px
}

.footer_icon{
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.footer_two{
  display: inline-block;
  opacity: 0.38;
}

.footer-left{
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 100px;
}
.footer-left:first-child{
  margin-left: 0;
}

.footer_second{
  float: right;
  /* overflow: hidden; */
}

.footer_dl{
  width: 72px;
  float: right;
  display: inline-block;
  margin-right: 38px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
}

.footer_dl:first-child{
  margin-right: 0px;
}

.footer_showdl{
  width: 136px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 6px;
  position: absolute;
  top: -148px;
  left: -32px;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.footer_showdt{
  width: 113px;
  height: 113px;
  margin: auto;
  display: block;
  margin-top: 12px;
}

.bottomTriangle{
  position: absolute;
  left: 64px;
  bottom: -4px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-radius: 8px 0 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.footer_dt, .footer_hoverdt{
  width: 46px;
  height: 46px;
  margin: 0 auto;
  display: block;
}

.footer_hoverdt{
 display: none;
}

.footer_dl:hover .footer_showdl, .footer_dl:hover .footer_dd{
  display: block;
  opacity: 1;
}

.footer_dl:hover .footer_hoverdt{
  display: block;
}

.footer_dl:hover .footer_dt{
  display: none;
}

.footer_dd{
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.38;
  text-align: center;
}

.thePenultimate{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.38;
  margin-top: 30px
}

.thePenultimate a{
  color: #ffffff;
}

.theWorst{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.38;
  margin-top: 15px;
  margin-bottom: 53px;
}

.footer-title{
  font-size: 18px;
  color: rgb(255, 255, 255);
  /* padding-bottom: 20px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}

.footer-left ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-left ul li{
  padding-top: 6px;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.footer-left ul li:first-child{
  padding-top: 14px;
}

.footer-left ul li a{
  font-size: 14px;
  color: rgb(255, 255, 255);
  opacity: 0.6;
  text-decoration: none;
}

.footer-left ul li img{
  display: inline-block;
  width: 24px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}

.footer-left ul li.ejectLi{
  overflow: initial;
}

.ejectWrap{
  position: relative;
}

.ejectImg{
  opacity: 0;
}

.footer-left ul li .ejectWrap:hover{
  opacity: 1;
}

.ejectWrap:hover .ejectImg{
  position: absolute;
  top: 0;
  left: 60px;
  width: 100px;
  height: 100px;
  opacity: 1;
  z-index: 2;
}

.footer-left:nth-child(2) .ejectWrap:hover .ejectImg{
  left: 50px;
}

.sinaMicroBlog{
  font-size: 16px;
  color: rgb(255, 255, 255);
  opacity: 0.6;
  text-decoration: none;
}

.footer-right{
  float: right;
  width: 220px;
  padding-left: 80px;
  border-left: 1px solid rgba(151, 151, 151, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.footer-right-dt{
  /* padding-bottom: 16px; */
  font-size: 18px;
  color: rgb(255, 255, 255);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}

.footer-right-dd{
  padding-top: 12px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-right-dd img{
  width: 97px;
  height: 97px;
  border: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-towFooter{
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12px
}

.footer-towFooter a{
  color: rgb(255, 255, 255);
  list-style: none;
  text-decoration: none;
}

.footer-lastFooter{
  color: rgb(255, 255, 255);
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  padding-bottom: 20px;
}

.beianIcon{
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.dependableWeb{
  display: inline-block;
  overflow: hidden;
  width: 53px;
  height: 17px;
  background-image: url(../image/footer.png);
  background-repeat: no-repeat;
  margin-right: 2px;
  background-position: 0px -54px;
  background-size: 100%;
  vertical-align: text-top;
}

.middleAreaPackage{
  width: 1200px;
  margin: 0 auto;
}

.second_wrap{
  margin-top: 50px;
}

.areatitle{
  text-align: center;
}

.areatext{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}

.areasubtitle{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  position: relative;
  margin-top: 5px;
}

.areasubline{
  position: absolute;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FF5B7E 53%, rgba(255, 255, 255, 0) 100%);
  top: 50%;
  margin-top: -4px;
  opacity: 0.8;
}

.areasubtext{
  position: relative;
  z-index: 1;
}

/* ************第二部分************************************** */

.second_second{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 33px;
  text-align: center;
  margin-top: 30px;
}

.second_third{
  margin-top: 75px;
}

.second_dl{
  width: 32.5%;
  height: 150px;
  display: inline-block;
  position: relative;
}

.second_dl:nth-child(2){
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

.second_dt{
  text-align: center;
  font-size: 40px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #FF4A63;
}

.second_dd{
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* ************第三部分************************************** */
.third_wrap{
  margin-top: 100px;
}

.third_first{
  margin-top: 20px;
}

.third_dl{
  display: inline-block;
  width: 32%;
  margin: 0;
  padding: 0;
  background: #F7FAFE;
  float: left;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition:transform 0.3s linear;
  -moz-transition:transform 0.3s linear; /* Firefox 4 */
  -webkit-transition:transform 0.3s linear; /* Safari and Chrome */
  -o-transition:transform 0.3s linear; /* Opera */
}

.third_dl:nth-child(2){
  margin-left: 2%;
  margin-right: 2%;
}

.third_dl:hover{
  background: #FFFFFF;
  box-shadow: 0px 16px 50px 0px rgba(0, 0, 0, 0.06);
  transform: scale(1.05, 1.05)
}

.third_dt{
  width: 100%;
  height: 270px;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: #cecece;
}

.third_dd{
  height: 210px;
  box-sizing: border-box;
  margin: 27px 45px 30px 30px;
  position: relative;
}

.third_second{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
}

.third_three{
  height: 150px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  position: absolute;
  bottom: 0;
}

/* ************第四部分************************************** */
.four_wrap, .four_first{
  margin-top: 110px;
}

.four_left{
  float: left;
}

.four_right{
  float: right;
}

.four_big{
  width: 600px
}

.four_samll{
  width: 500px
}

.foru_title{
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
  margin-top: 15px;
  position: relative;
}

.four_img{
  width: 80px;
  height: 80px;
}

.four_subtitle{
  position: absolute;
  bottom: 8px;
  left: 5px;
}

.four_content{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  margin-top: 30px;
}

.four_second, .four_third{
  margin-top: 30px;
}

/* ************第五部分************************************** */
.fifth_wrap{
  margin-top: 160px;
  position: relative;
}

.fifth_bgarea{
  width: 100%;
  /* height: 310px; */
  position: relative;
}

.fifth_bgImage{
  background: #cecece;
  width: 100%;
  /* height: 100%; */
}

.fifth_layer{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(15,15,51, 0.3456);
}

.fifth_title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fifth_bgTop{
  width: 80%;
  position: absolute;
  min-height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.07);
  padding: 32px 48px 32px 48px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -60px;
}

.fifth_bgtitle{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF5B7E;
}

.fifth_bgsubtitle{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 33px;
}

/* ************第六部分************************************** */
.sixarea{
  margin-top: 70px;
}

.six_dl{
  display: inline-block;
  width: 140px;
  background: #ffffff;
  margin-right: 210px;
  float: left;
  cursor: pointer;
}

.six_dt{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #F7FAFE;
  overflow: hidden;
}

.six_image{
  width: 70px;
  height: 70px;
  margin: auto;
  display: block;
  margin-top: 50%;
  transform: translateY(-50%)
}

.six_dl:last-child{
  margin: 0;
}

.six_showdt{
  width: 140px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-top: -140px;
  position: relative;
  z-index: 9;
  transform: rotateY(90deg);
  transition:all 0.3s linear;
  -moz-transition:all 0.3s linear; /* Firefox 4 */
  -webkit-transition:all 0.3s linear; /* Safari and Chrome */
  -o-transition:all 0.3s linear; /* Opera */
}

.six_dl:hover .six_showdt{
  transform: rotateY(0deg);
}

.six_showimage{
  width: 102px;
  height: 102px;
  margin: auto;
  display: block;
  margin-top: 21px;
}

.six_dd{
  margin-top: 50px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
  text-align: center;
}

.sixWrap{
  margin-top: 260px;
}

.header_btn1:hover .downLoadPictureAddressWrap{
  display: block;
}


.header_btn1{
  position: relative;
}

.downLoadPictureAddressWrap{
  width: 136px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 6px;
  position: absolute;
  top: -148px;
  left: 32px;
  display: none;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
}

.downLoadPictureAddress{
  width: 113px;
  height: 113px;
  margin: auto;
  display: block;
  margin-top: 12px;
}

.downLoadPictureAddressBottom{
  position: absolute;
  left: 64px;
  bottom: -4px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-radius: 8px 0 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  z-index: 0;
}


