 
@media screen and (max-width: 1024px) {  
    /* 移动端联系我们*/
    .bottom {
        display: inline-block;
        height: 1.1rem;
        width: 100%;
        /* display: table; */
        position: relative;
        text-align: center;
        background: url(/images/bottom-img-m.png) no-repeat center center;
        background-size: 100% 100%
    }
    .bottom .bottom-container {
        position: relative;
        top:50%;
        transform: translateY(-50%);
        width: 100%;
        margin: 0 auto;
    }
    .bottom .desc {
        font-size:.17rem;
        line-height: .3rem;
        /* color:rgba(51,51,51,1); */
        color: rgb(51, 51, 51);
        margin-bottom: 0;
        padding-top: 0;
    }

    .bottom .btn {
        /* display: inline-block; */
        display: block;
        margin: 0 auto;
        margin-top: .05rem;
        width:1.2rem;
        height:.27rem;
        line-height: .27rem;
        /* background:rgba(217,110,41,1); */
        background:rgb(217,110,41);
        /* box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.35); */
        box-shadow:0px 1px 3px 0px rgb(0, 0, 0);
        border-radius:.06rem;
        font-size:.15rem;
        /* color:rgba(255,255,255,1); */
        color: rgb(255, 255, 255);
        text-align: center
    }
    .bottom .btn:hover {
        position: relative;
        width:1.2rem;
        height:.27rem;
        line-height: .27rem;
        /* font-size: 23px; */
    }
    /* 移动端底部 */
    .footer {
        display: none;
    }

    .footer-m{
        position: relative;
        background: rgb(51, 51, 51);
        height:1.94rem;
        padding-left: .8rem;
    }
    .footer-m  ul{
        float: left;
        position: relative;
        margin-top: .42rem;
        margin-right: .55rem;
    
    }
    .footer-m  ul li {
    color: white;
    font-size: .16rem;
    margin-bottom: .28rem;
    }
    .footer-m  ul li a{
    color: white;
    font-size: .16rem;
    }
    .footer-m  .contact {
    /* margin-left: 80px;
    margin-top: 23px; */
    display: block;
    }
    .footer-m  .contact .contact-left {
        display: block;
        overflow: hidden;
        padding-top: .32rem;
    }
    .footer-m  .contact .contact-left p {
        color: white;
        font-size: .14rem;
        margin: 0;
        margin-bottom: .17rem;

    }
    .footer-m  .contact .contact-left p:before {
        display: inline-block;
        content: '';
        /* background: url(./images/wexin.png) no-repeat; */
        float: left;
        /* transform: translateY(-50%); */
        margin-right: .08rem;
        position: relative;

    }
    .footer-m  .contact-right {
        width: 1.06rem;
        height: 1.06rem;
        background: url(/images/qr_code.png) no-repeat;
        background-size:1.06rem 1.06rem;
        position: absolute;
        right: .56rem;
        top: .18rem;
        background-size: cover;
    }

    .footer-m .contact .contact-left .p-1:before {
        background: url(/images/wexin-m.png) no-repeat;
        width: .24rem ;
        height:  .2rem;
        background-size: .24rem  .2rem
    }
    .footer-m .contact .contact-left .p-2:before {
        background: url(/images/sina-m.png) no-repeat;
        width: .24rem ;
        height: .19rem;
        background-size: .24rem  .19rem
    }
    .footer-m .contact .contact-left .p-3:before {
        background: url(/images/tel-m.png) no-repeat center center;
        width:  .21rem ;
        height: .21rem;
        background-size: .21rem  .21rem
    }
}