/* 将问卷页面所有段落字体设置为两端对齐 */
body {
    text-align: justify !important;
}