/* 移动端复刻 —— phasedservice(源 m.hstypay.com）。默认隐藏,≤767px 显示并隐藏桌面 DOM。 */
.m-page{display:none}
@media screen and (max-width:767px){
  #swift_content > div:not(.m-page){display:none!important}
  .m-page{display:block;width:100%;overflow-x:hidden}
  .m-page .flex-row{display:flex;flex-direction:row}
  .m-page .flex-col{display:flex;flex-direction:column}
  .m-page .flex-center{display:flex;align-items:center;justify-content:center}
  .m-page img{max-width:100%}
.m-page{width:100vw;background-color:#fff}
.m-page .header{width:100vw;height:93.33333vw;background:url(../images/f175e88514ea5ebe84b78f81027084c5.png) no-repeat;background-size:cover}
.m-page .section1{background:#fafbfc;padding-bottom:5.33333vw}
.m-page .section1 img{width:64vw}
.m-page .section2{background:#fff;padding-bottom:5.33333vw}
.m-page .section2 .information ul{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;margin:6.8vw auto 0;width:88.53333vw}
.m-page .section2 .information ul li{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:8.4vw}
.m-page .section2 .information ul li img{display:block;margin-bottom:3.86667vw;width:13.33333vw}
.m-page .section2 .information ul li div{font-size:3.2vw;font-weight:400;color:#333;line-height:4vw}
.m-page .section3{background:#fafbfc;padding-bottom:13.33333vw}
.m-page .section3 .scroll-view{overflow-x:auto;overflow-y:hidden;display:-ms-flexbox;display:flex;padding-right:4vw;box-sizing:border-box}
.m-page .section3 .scroll-view img{width:41.33333vw;height:28.66667vw;margin-left:4vw}
.m-page .section3 .scroll-view::-webkit-scrollbar{display:none}
.m-page .section4{background:#fff}
.m-page .section4 .title2:after{margin-bottom:0}
.m-page .section4 img{display:block;padding-bottom:13.2vw;width:100vw}
}
