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;
    position: relative;
}
.swiper-slide > .img{
    width: 36%;
    object-fit: cover;
}
.swiper-slide .module-des{
    /* display: flex; */
    align-items: center;
    z-index: 100;
       position: absolute;
        left: 25%;
}
.swiper-slide .module-des1{
    display:block;
}
.swiper-slide .module-des .logo{
    width: 70px;
    height: 70px;
    margin-right: 32px;
    border-radius: 16px;
}
.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: 210px;
    height: 46px;
    font-size: 16px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
    /* border: 1px solid #FF7A00; */
    background-color: #fff;
    display: flex;
    border-radius: 23px;
}
.btn-box .btn > img{
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: block;
}
.footer{
    /* font-size: 24px;
    line-height: 40px;
    color: #999999;
    padding: 80px 0px 10px; */
    position: relative;
    h1{
        font-family: 'My';
        font-size: 36px;
        margin-bottom: 12px;
        letter-spacing: 5px;
    }
    h3{
font-family: 'My';
        /* font-size: 25px; */
        margin-bottom: 24px;
        letter-spacing: 3px;
        color: #EB7EFD;
    }
    .cent{
        position: absolute;
        left: 12%;
        top: 50%;
        transform: translateY(-50%);
    }
}
.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: 14px;
    /* margin-top: 50px; */
    color: #333333;
    line-height: 40px;
    text-align: left;
    /* text-align: center; */
}
/*背景颜色*/
.swiper-slide1{

}
.swiper-slide2{
}
.swiper-slide3{
}
.swiper-slide4{
}
.phone{
    width: 100%;
    height: 100%;
    min-height: 200px;
}
@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;
        transform: scale(0.6);
        left: 0%;
    }
    .swiper-slide > .img{
        display: none;
    }
    .swiper-slide .module-des .logo{
        display: block;
        width: 48px;
        height: 48px;
        margin:0 auto;
         border-radius: 16px;
    }
    .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;
        position: relative;
        .cent{
            width: 100vw;
            left: -10%;
            top: -20%;
            transform: scale(0.6);
           
            p{
                font-size: 12px;
                line-height: 20px;
                word-break: normal;
                text-align: left;
                /* white-space: normal; */
            }
        }
        /* 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;
    }
}
