nav {
  position: absolute;
}

/* banner */
.banner {
  position: relative;
  z-index: 9;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 670px;
  background-size:cover;
}

.banner-introduce {
  margin-top: 208px;
}

.banner-title img {
  width: 465px;
  margin-left: -10px;
}

.banner-desc {
  width: 456px;
  margin-top: 12px;
  color: #5f5f5f;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 40px;
  text-align: justify;
}

/* menu */
.section-menu {
  width: 100%;
  height: 60px;
  background: #ffffff9e;
  box-shadow: 0 10px 20px 0 #0000000a;
  line-height: 60px;
}

.section-menu-fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.section-menu .section-menu-ul {
  position: relative;
  display: flex;
  width: 1160px;
  margin: 0 auto;
}

.section-menu .section-menu-ul .section-menu-li {
  position: relative;
  z-index: 10;
  width: 290px;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.section-menu .section-menu-ul .section-menu-li-active {
  color: #fff;
}

.section-menu .section-menu-ul .menu-li-mask {
  position: absolute;
  z-index: 9;
  left: 308;
  width: 290px;
  height: 60px;
  background: linear-gradient(175deg, #9cd7ff 10%, #7ecbff00 100%), linear-gradient(214deg, #afe7ff 0%, #7ab1fd 38%, #3fa0fa 81%);
}



.main-fixed {
  margin-top: 60px;
}

* {
  box-sizing: border-box;
}

.main-section-box {
  width: 1160px;
  margin: 0 auto;
}

.main-section-box .section-guide-head {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 36px;
  font-weight: 600;
}

.main-section-box .section-guide-desc {
  margin-top: 8px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 30px;
}

.main-section-1 {
  padding-top: 120px;
}

.main-section-1 .section-guide-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 144px;
}

.main-section-1 .section-guide-ul li {
  display: flex;
  width: 564px;
  height: 250px;
  align-items: center;
  padding: 53px 60px 53px 46px;
  background-image: linear-gradient(0deg, #f3fbfe 0%, #fff 100%);
  border-radius: 8px;
}

.main-section-1 .section-guide-ul li .section-li-icon {
  width: 145px;
  height: 145px;
  margin-right: 42px;
}

.main-section-1 .section-guide-ul li .section-li-title {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
}

.main-section-1 .section-guide-ul li .section-li-des {
  width: 270px;
  margin-top: 12px;
  color: #5f5f5f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.main-section-2 {
  width: 100%;
  height: 870px;
  padding-top: 140px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/section2-bg.png) no-repeat;
  background-size: cover;
}

.main-section-2 .main-section-box {
  position: relative;
}

.main-section-2 .section-guide2-desc {
  margin-top: 8px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.main-section-2 .section2-img {
  position: absolute;
  left: 50%;
  width: 652px;
  height: 432px;
  margin-top: 62px;
  transform: translateX(-50%);
}

.main-section-2 li {
  position: relative;
  display: flex;
  width: 110px;
  height: 125px;
  flex-direction: column;
  align-items: center;
  padding: 15px 8px;
  border: 1px solid #ddedff;
  background: #fff;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.main-section-2 li .section-li-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.main-section-2 li .section-li-num {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 37px;
  height: 20px;
}

.main-section-2 .section-guide2-li1 {
  position: absolute;
  top: 130px;
  left: 60px;
}

.main-section-2 .section-guide2-li2 {
  position: absolute;
  top: 270px;
  left: 0;
}

.main-section-2 .section-guide2-li3 {
  position: absolute;
  top: 430px;
  left: 78px;
}

.main-section-2 .section-guide2-li4 {
  position: absolute;
  top: 200px;
  right: 0;
}

.main-section-2 .section-guide2-line {
  display: flex;
  align-items: center;
}

.main-section-2 .section-guide2-line .dot {
  width: 10px;
  height: 10px;
  background: #0276ff;
  border-radius: 50%;
}

.main-section-2 .section-guide2-line1 {
  position: absolute;
  top: 200px;
  left: 170px;
}

.main-section-2 .section-guide2-line1 .line {
  width: 80px;
  height: 2px;
  background-image: linear-gradient(270deg, #0276ff 0%, #0276ff00 100%);
}

.main-section-2 .section-guide2-line2 {
  position: absolute;
  top: 350px;
  left: 102px;
}

.main-section-2 .section-guide2-line2 .line {
  width: 150px;
  height: 2px;
  background-image: linear-gradient(270deg, #0276ff 0%, #0276ff00 100%);
}

.main-section-2 .section-guide2-line3 {
  position: absolute;
  top: 445px;
  left: 180px;
}

.main-section-2 .section-guide2-line3 .line {
  width: 75px;
  height: 2px;
  background-image: linear-gradient(270deg, #0276ff 0%, #0276ff00 100%);
}

.main-section-2 .section-guide2-line4 {
  position: absolute;
  top: 260px;
  right: 116px;
}

.main-section-2 .section-guide2-line4 .line {
  width: 200px;
  height: 2px;
  background-image: linear-gradient(270deg, #0276ff00 0%, #0276ff 100%);
}

.main-section-3 {
  padding-top: 144px;
  padding-bottom: 260px;
}

.main-section-3 .section-guide-img>img {
  display: block;
  width: 1088px;
  height: 420px;
  margin: 64px auto 0;
}

.main-section-4 {
  width: 100%;
  height: 956px;
  padding-top: 144px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/section4-bg.png) no-repeat;
  background-position: bottom;
  background-size: contain;
}

.main-section-4 .guide-logo {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}

.main-section-4 .section-guide .section-guide-img {
  width: 1160px;
  height: 458px;
  margin-top: 54px;
  margin-bottom: 310px;
}

.free-service {
  margin-top: -62px;
}

/* banner 新版本迭代样式 */

.base-payfac-banner .banner-section{
  display: flex;
  margin-top: 125px;
  justify-content: space-between;
}

.base-payfac-banner .banner-introduce{
  margin-top: 67px;
  width: 456px;
}

.base-payfac-banner .banner-title img{
  width: 366px;
  height: 70px;
  margin-left: 0;
}

.base-payfac-banner .banner-desc{
  margin-top: 15px;
  font-size: 19px;
  color: #5F5F5F;
  font-weight:300;
  letter-spacing: 0.95px;
  line-height: 32.3px;
}

.base-payfac-banner .right-content{
  position: relative;
  flex: 1;
  right: 90px;
}

.base-payfac-banner .right-content .checkout-mobile-icon{
  top: -25px;
  position: absolute;
  width: 38px;
  height: 38px;
  right: 290px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/checkout-mobile.svg) 0 0 / cover;
  z-index: 1;
  opacity: 0;
}

.base-payfac-banner .right-content .checkout-mobile-icon .svg-circle{
  position: absolute;
  top: -21px;
  left: -21px;
  width: 100px;
  height: 100px;
}

.base-payfac-banner .right-content .checkout-page{
  position: absolute;
  width: 183px;
  height: 380px;
  right: 129px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/checkout-bg.png) 0 0 / cover;
  opacity: 0;
  box-shadow: 0 2px 12px 0 rgba(0, 24, 74, 0.13);
  border-radius: 26px;
  overflow: hidden;
}

.base-payfac-banner .right-content .checkout-page .pay-btn{
  position: absolute;
  width: 110%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
  background:#0276FF;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  padding: 6px 0;
  text-align: center;
  animation:shadowAnimation 2s 1s linear ;
}

@keyframes shadowAnimation {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.base-payfac-banner .right-content .checkout-password{
  position: absolute;
  width: 148px;
  height: 127px;
  right: 295px;
  top: 224px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/checkout-password.png) 0 0 / cover;
  opacity: 0;

}

.base-payfac-banner .right-content .checkout-password .password-wrap{
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}
.base-payfac-banner .right-content .checkout-password .password-wrap .password{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  box-shadow: 0 12px 25px 0 #0b112614;

}

.base-payfac-banner .right-content .checkout-success{
  position: absolute;
  width: 148px;
  height: 155px;
  right: 0;
  top: 55px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/checkout-pay-success.png) 0 0 / cover;
  opacity: 0;

}

/* hlm style */

.base-payfac-banner .right-content .hlm-pos-icon{
  position: absolute;
  width: 38px;
  height: 38px;
  top: -18px;
  right: 290px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-pos.svg) 0 0 / cover;
  z-index: 1;
  opacity: 0;
}

.base-payfac-banner .right-content .hlm-pos-icon .svg-circle{
  position: absolute;
  top: -21px;
  left: -21px;
  width: 80px;
  height: 80px;
}

.base-payfac-banner .right-content .hlm-page{
  position: absolute;
  width: 233px;
  height: 420px;
  right: 112px;
  top: -13px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-page.png) no-repeat center center / contain;
  opacity: 0;
  overflow: hidden;
}

.base-payfac-banner .right-content .hlm-keyboard{
  position: absolute;
  width: 148px;
  height: 162px;
  top: 182px;
  right: 309px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-keyboard.png) center / contain;
  opacity: 0;
}

.base-payfac-banner .right-content .hlm-pay-info{
  position: absolute;
  width: 175px;
  height: 34px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
}

.base-payfac-banner .right-content .hlm-pay1-info{
  top: 48px;
  right: 9px;
  background-image: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-pay-info-icon1.png);
}

.base-payfac-banner .right-content .hlm-pay2-info{
  top: 86px;
  right: 9px;
  background-image: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-pay-info-icon2.png);
}

.base-payfac-banner .right-content .hlm-pay3-info{
  top: 124px;
  right: 9px;
  background-image: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-pay-info-icon3.png);
}

.base-payfac-banner .right-content .hlm-pay-info1{
  position: absolute;
  width: 144px;
  height: 28px;
  top: 162px;
  right: 41px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-pay-info-empty1.svg) center / contain;
  opacity: 0;
}

.base-payfac-banner .right-content .hlm-pay-info2{
  position: absolute;
  width: 106px;
  height: 20px;
  top: 195px;
  right: 78px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-pay-info-empty1.svg) center / contain;
  opacity: 0;
}

.base-payfac-banner .right-content .hlm-qrcode{
  position: absolute;
  width: 114px;
  height: 114px;
  top: 257px;
  right: 46px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/payfac/hlm-qrcode.png) center / contain;
  opacity: 0;
}
