// iPhoneX适配
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .platform-ios{
    .pro-wrapper{
      top:245px !important;
    }
    .has-footer {
      .vue-better-scroll__wrapper {
        padding-bottom: 2.2rem;
      }
    }
  }

}