@media screen and (max-width: 750px){
    .ly_hengfu_app{display: block;position: relative;}
    .ly_hengfu_app .slide .img_app{width: 100%;}


    .ly_hengfu_app .message{position: absolute;top: 120px;bottom: 10px;left: 10px;right: 10px;}
    .ly_hengfu_app .message .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);color: var(--small_color);font-style: var(--small_style);}

    .ly_hengfu_app .mask{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;}

    .ly_hengfu_app .swiper-pagination-bullets{bottom: 40px;}
    .ly_hengfu_app .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
    .ly_hengfu_app .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
    .ly_hengfu_app .container .swiper-pagination-bullet-active{width: 60px;}
    .ly_hengfu_app .swiper-pagination-bullet-active::before{height: 2px;background: #cc0000;opacity: 1;}
}