@charset "UTF-8";
*, html, body { padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; }

html, body { width: 100%; height: 100%; }

.fr { float: right; }

.fl { float: left; }

.clearfix::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

p { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-weight: 400; color: rebeccapurple; }

a { text-decoration: none; color: #2D3138; }

/*正常的未被访问过的链接*/
a:link { text-decoration: none; }

/*已经访问过的链接*/
a:visited { text-decoration: none; cursor: pointer; }

/*鼠标划过(停留)的链接*/
a:hover { text-decoration: none; cursor: pointer; }

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active { text-decoration: none; cursor: pointer; }

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus { text-decoration: none; }

ul, li { padding: 0; margin: 0; list-style: none; }

input, textarea { outline: none; border: none; }

textarea { resize: none; }

#Page { width: 100%; height: 34px; position: relative; }

#Page ul { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; max-width: 1200px; width: auto; }

#Page ul a { font-size: 14px; font-family: MicrosoftYaHei; color: #767D8A; text-align: center; padding: 7px 12px; border: 1px rgba(144, 148, 155, 0.5) solid; -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(248, 248, 248, 0.5); border-radius: 2px; height: 34px; min-width: 34px; display: block; }

#Page ul a span { float: left; }

#Page ul a span.icon { width: 11px; height: 20px; margin-right: 5px; background: url(/images/home/page_lf.png) no-repeat; background-size: contain; display: inline-block; }

#Page ul li.rg a { color: #333; }

#Page ul li.rg a span.icon { background-image: url(/images/home/page_rg.png); margin: 0 0 0 5px; }

#Page ul li.active a { background-color: #477BE4; border-color: #477BE4; color: #fff; }

#Page ul li { float: left; list-style: none; margin-right: 10px; height: 34px; min-width: 34px; }

#Page ul li:last-child { margin-right: 0; }

/*# sourceMappingURL=common.css.map */
