/* 移动端一些统一样式 */
@media(max-width:768px){
    /* 24px字体 */
    .typeface24,
    .typeface24 p,
    .typeface24 span,
    .typeface24 a,
    .typeface24 h1{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    /* 20px字体 */
    .typeface20,
    .typeface20 p,
    .typeface20 span,
    .typeface20 a{
        font-size: 20px !important;
        line-height: 28px !important;
    }
    /* 19px字体 */
    .typeface19,
    .typeface19 p,
    .typeface19 span,
    .typeface19 a{
        font-size: 19px !important;
        line-height: 27px !important;
    }
    /* 18px字体 */
    .typeface18,
    .typeface18 p,
    .typeface18 span,
    .typeface18 a{
        font-size: 18px !important;
        line-height: 26px !important;
    }
    /* 17px字体 */
    .typeface17,
    .typeface17 p,
    .typeface17 span,
    .typeface17 a{
        font-size: 17px !important;
        line-height: 25px !important;
    }
    /* 16px字体 */
    .typeface16,
    .typeface16 p,
    .typeface16 span,
    .typeface16 a{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    /* 14px字体 */
    .typeface14,
    .typeface14 p,
    .typeface14 span,
    .typeface14 a,
    .typeface14 h5,
    .typeface14 ul li{
        font-size: 14px !important;
        line-height: 22px !important;
    }
    /* 100%的宽度 */
    .width-setting100{
        width: 100% !important;
    }
    /* row宽度比例50% */
    .width-setting50{
        width: 50% !important;
    } 
    /*  移动端隐藏  */
    .hidden-on-mobile{
        display: none !important;
    }
    /*    */
}