
/* 规则 */
.RTF *{
    box-sizing:border-box;
}
/* 基础样式 */
.RTF p,
.RTF strong {
    font-size: 16px;
    font-family:Arial Unicode MS;
}
/* 字体类型 */
.RTF .MT {
    font-family: Arial Rounded MT !important;
}
.RTF .MS {
    font-family: Arial Unicode MS !important;
}
.RTF .Cal{
    font-family: Calibri !important;
}
/* 字体大小 */
.RTF .p12px{
    font-size:12px;
}
.RTF .p13px{
    font-size:13px;
}
.RTF .p14px{
    font-size:14px;
}
.RTF .p16px{
    font-size:16px;
}
.RTF .p18px{
    font-size:18px;
}
.RTF .p36px{
    font-size:36px;
}
/* 其他 */
/* 下划线 */
.RTF .underling{
    text-decoration: underline;
}
/* 无下划线 */
.RTF .no-underling{
    text-decoration: none;
}
/* nowrap */
.RTF .nowrap{
    white-space: nowrap;
}
/* 手指 */
.RTF .pointer{
    cursor: pointer;
}
@media screen and (max-width:992px) {
    section.RTF {
        width:96%;
        padding:0 2%;
    }
}

