﻿/*添加页面除文本框所有字体为不可选中：user-select: none;*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; user-select: none; }
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; }
html, body, fieldset, img, iframe, abbr { border: 0; }
i, cite, var, address, dfn { font-style: normal; }
[hidefocus], summary { outline: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6, small { font-size: 100%; }
sup, sub { font-size: 83%; }
pre, code, kbd, samp { font-family: inherit; }
q:before, q:after { content: none; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 14px/1.14 arial,\5b8b\4f53; color: #333; outline: 0; font-family: "微软雅黑"; }
iframe { background: #F7F8FC; }
textarea { overflow: auto; line-height: 1.5; }
a, a:hover { color: #333; }
html { overflow: auto; height: 100%; width: 100%; }
body { background-color: #F7F8FC; height: 100%; width: 100%; }
input, textarea { border: none; padding: 0 8px; }
    input::-ms-clear { display: none; }
.f-ib { display: inline-block; *display: inline; *zoom: 1; }
.f-dn { display: none; }
.f-fl { float: left; }
.f-fr { float: right; }
.f-ff0 { font-family: arial,\5b8b\4f53; }
.f-ff1 { font-family: "Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53; }
.f-toe { overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; }
.f-tal { text-indent: 3px; text-align: left; }
.f-tac { text-align: center; }
.f-tar { text-align: right; }
.clearboth { height: 1px; border: 0; clear: both; }
[v-cloak] { display: none; }
#MainDiv { width: 100%; height: 100%; overflow: auto; }
/*———————————————谷歌兼容 菜单栏滚动条 start——————————————— */
*::-webkit-scrollbar { width: 7px; height: 7px; background-color: #f5f2f2; border-radius: 10px; }
*::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); border-radius: 10px; }
*::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0, 0, 0, 0.15); -webkit-box-shadow: inset 0 0 6px #e5e0e0; }
    *::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.25); }
*::-webkit-scrollbar-corner { background-color: #f5f2f2; }
/*———————————————end———————————————————————————*/
