html,
body {
    /*position: relative;*/
    /*height: 100vh;*/
}
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
.swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide > .img{
    width: 36%;
    object-fit: cover;
}
.swiper-slide .module-des{
    display: flex;
    align-items: center;
}
.swiper-slide .module-des1{
    display:block;
}
.swiper-slide .module-des .logo{
    width: 132px;
    height: 132px;
    margin-right: 32px;
}
.swiper-slide .icon{
    width: 110px;
}
.des .title{
    font-family: 'My';
    font-size: 46px;
}
.des .sub-des{
    font-size: 32px;
    margin-top: 24px;
    color: #999999;
}
.btn-box{
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}
.btn-box .btn{
    width: 150px;
    height: 46px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    border: 1px solid #FF7A00;
    display: flex;
    border-radius: 23px;
}
.btn-box .btn > img{
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: block;
}
.footer{
    background: #FFF2F2;
    font-size: 24px;
    line-height: 40px;
    color: #999999;
    padding: 80px 0px 10px;
}
.footer-content{
    width: 68%;
    margin: 0 auto;
    position: relative;
}
.footer .title{
    color: #000;
    font-family: 'My';
    font-size: 46px;
}
.footer .slogen{
    font-size: 32px;
    margin: 12px 0px 46px;
    color: #FF7A00;
}
.footer-content img{
    width: 164px;
    height: 164px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.footer p{
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}
/*背景颜色*/
.swiper-slide1{
    background: linear-gradient(180deg, #FDDFFF 0%, #FFFFFF 50%);
}
.swiper-slide2{
    background: linear-gradient(135deg, #FFEBF5 0%, #FFFAF2 100%);
}
.swiper-slide3{
    background: #fff;
}
.swiper-slide4{
    background: linear-gradient(135deg, #FFEBF5 0%, #FFF7FB 100%);
}
@font-face {
    font-family: 'My';
    src: url('./font/HELLOFONT-WENYIHEI-33993924.TTF'); /* IE9 Compat Modes */
}
@media screen and (max-width: 700px){
    .swiper-slide{
        height: 200px;
        padding: 10px;
    }
    .swiper-slide .module-des{
        display: block;
    }
    .swiper-slide > .img{
        display: none;
    }
    .swiper-slide .module-des .logo{
        display: block;
        width: 48px;
        height: 48px;
        margin:0 auto;
    }
    .swiper-slide .icon{
        display: block;
        width: 40px;
        margin:0 auto;
    }
    .des{
        text-align: center;
    }
    .des .title{
        font-family: 'My';
        font-size: 24px;
        margin-top: 8px;
    }
    .des .sub-des{
        font-size: 16px;
        margin-top: 12px;
        color: #999999;
    }
    .footer{
        background: #fcf0fc;
        font-size: 12px;
        line-height: 20px;
        color: #999999;
        padding: 20px 0px 10px;
    }
    .footer-content{
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px;
        margin: 0 auto;
        position: relative;
    }
    .footer .title{
        color: #000;
        font-family: 'My';
        font-size: 24px;
    }
    .footer .slogen{
        font-size: 16px;
        margin: 12px 0px 10px;
        color: #FF7A00;
    }
    .footer-content img{
       display: none;
    }
    .footer p{
        font-size: 12px;
        margin-top: 20px;
        text-align: center;
    }
}
