/* 字体 */

.f48 {
    font-size: .64rem;
}

.f40 {
    font-size: .5333rem;
}

.f36 {
    font-size: .48rem;
}

.f30 {
    font-size: .4rem;
}



.f24 {
    font-size: .32rem;
}

.f20 {
    font-size: .2667rem;
}


.f18 {
    font-size: .24rem;
}


.f16 {
    font-size: .2133rem;
}


/* 字体颜色 */
.cf {
    color: #fff;
}

.c_118AE1 {
    color: #118AE1;
}

.c_43A4E8 {
    color: #43A4E8;
}

.c_2 {
    color: #222;
}

/* 字体属性 */
.fw {
    font-weight: bold;
}

/* 行高 */

.li36 {
    line-height: .48rem;
}

.li30 {
    line-height: .4rem
}


.uppercase {
    text-transform: uppercase;
}

@media (max-width:1200px) {

    .f40,
    .f48 {
        font-size: 20px
    }

    .f36,
    .f30 {
        font-size: 18px
    }

    .f24 {
        font-size: 16px;
    }

    .f20,
    .f18,
    .f16 {
        font-size: 14px
    }
    .li30,
    .li36 {
        line-height: 28px;
    }



}