@media screen and (max-width: 500px) {
    .box-m input{
        margin-bottom: 15px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #DCDBE0;
        height:40px;
        background:rgba(255,255,255,1);
        padding-left: 15px;
    }
    .box-m .title p:last-child{
        font-size:9px;
        color:rgba(146,145,150,1);
        text-align: center;
        margin-bottom: 15px;
    }
    .box-m .title p:first-child{
        font-size:15px;
        color:rgba(36,34,48,1);
        text-align: center;
    }
    .box-m button{
        width:100%;
        height:40px;
        background:rgba(249,128,45,1);
        border-radius:5px;
        color: #ffffff;
        font-size: 15px;
    }
    .box-m{
        width: 100% !important;
        height: 100% !important;
        padding: 12px;
        display: block;
        margin-top: 12px;
    }

    #bd{
        background-color: #FFFFFF !important;
    }
    .header{
        width: 100%;
    }
    h1 font{
        font-size: 16px !important;
    }
    h1 img{
        width: 60px;
        height: 10px;
    }
    .logo{
        margin-left: 10px!important;
    }
    .header .navbar{
        display: none;
        width: 130px;
        border: 1px solid #dadada;
        position: absolute;
        z-index: 999;
        background-color: #fff;
        right: 20px;
        margin: 0;
        top: 100px;
    }
    .index-tabs{
        height: 130px !important;
    }
    .index-tabs ul li{
        /*background-image:url('../images/mobile/logon-banner-mobile.png') !important;*/
        background-position: center center;
        background-size: cover;
        height:130px;
        width:100%;
    }
    .index-tabs li .bg{
        height: 100%;
    }
    .header .nav-img{
        display: block !important;
        float: right;
        margin-top: 13px;
        margin-right: 20px;
        padding: 2px;
        border: 1px solid #dadada;
        border-radius: 5px;
        z-index: 1000;
        position: relative;
        background-color: #fff;
    }
    .footer .w1150{
        display: none;
    }
    .p-t-60{
        padding-top:  30px !important;
    }
    .m-t-60{
        margin-top: 30px !important;
    }
    .content{
        width: 100% !important;
    }
}