/* IOS禁止微信调整字体大小 */
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

html,
body,
p {
    margin: 0;
    padding: 0;
}

/* 禁止所有选择 */
body {
    /* -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;     
    user-select: none;          */
}

/* @font-face {
    font-family: 'shscr';
    src: url('../font/SourceHanSansCN-Regular.otf');
}
 */

/* @font-face { */
/* font-family: 'myh'; */
/* src: url('../font/Microsoft-YaHei2.ttf'); */
/* } */

/* body { */
/* font-family: 'shscr'; */
/*思源*/
/* font-family: 'myh'; */
/*微软雅黑*/
/* } */

body {
    font-family: 'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'PingFang TC', 'Noto Sans CJK', sans-serif;
}