/* 富文本全局样式*/

html body .p-Color{
    color: #fff!important;
}
html body .div-PcLeft-MoCenter{
    text-align: left;
}

html body .fontSize12{
    font-size: 12px!important;
}
html body .fontSize14{
    font-size: 14px!important;
}
html body .fontSize16{
    font-size: 16px!important;
}
html body .fontSize18{
    font-size: 18px!important;
}
html body .fontSize20{
    font-size: 18px!important;
}
@media screen and (max-width: 768px) {
    html body .div-PcLeft-MoCenter {
        text-align: center;
        width: 100%;
    }
}


