// iPhoneX适配
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .platform-ios{
    .pro-wrapper{
      top:245px !important;
    }
  }
}