.banner-home img{
    width: 100%;
    padding: 0px;
    height: 100%;
    object-fit: cover;
}
@font-face {
    font-family: '452';
    src: url('../../font-awesome/fonts/452-cai978.ttf') format('woff'),
    url('../../font-awesome/fonts/452-cai978.ttf') format('woff2');
}
/* 定义动画 */
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*.banner-home .main-title{*/
/*    position: absolute;*/
/*    left: 8.8rem;*/
/*    font-family: '452';*/
/*    top: 22.5rem;*/
/*    !*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*!*/
/*    font-weight: normal;*/
/*    font-size: 11.43rem;*/
/*    color: #FFFFFF;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    z-index:3;*/

/*}*/





@media only screen and (max-width: 767px) {
    .banner-home{
        aspect-ratio: 9 / 16;
    }
    /*.banner-home .main-title{*/
    /*    width: 100vw;*/
    /*    font-size: 19rem;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    text-align: center;*/

    /*}*/





}