﻿@charset "utf-8";
/* =================================================================== 
@set browser style:清除浏览器默认样式
 ================================= */
html,body,h1,h2,h3,h4,h5,h6,hr,div,p,dl,dt,dd,ul,ol,li,form,fieldset,legend,button,input,textdevision,select,table,tr,th,td,pre,sup,address,cite,dfn,em,var,blockquote
	{
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	border: none;
	height: 100%;
}

address,cite,dfn,em,var {
	font-style: normal;
}

img {
	border: none;
}

ul,ol,li {
	list-style-type: none;
}

button,input,select,textdevision {
	font: 12px/1.5em tohoma, arial, simsun, sans-serif;
	outline: none;
}

button,input,select {
	vertical-align: middle;
}

button,submit {
	cursor: pointer;
}

textdevision {
	resize: none;
}

table {
	border-collapse: separate;
	table-layout: fixed;
	word-wrap: break-word;
}

div {
	word-wrap: break-word;
}

a:link,a:visited {
	text-decoration: none;
	outline: none;
}

a:hover,a:active {
	text-decoration: underline;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

/* 设置滚动条的样式 */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* 上下按钮 */
*::-webkit-scrollbar-button {
    display: none;
}
/* 外层轨道 */
*::-webkit-scrollbar-track {
    border: 1px solid #fff;
}
/*内层滚动槽*/
*::-webkit-scrollbar-track-piece{
    background: none;
}
/* 滚动条滑块 */
*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e1e1e1;
    border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e1e1;
    border: 1px solid #fff;
}
*::-webkit-scrollbar-thumb:hover {
    background: #e1e1e1;
    border: 1px solid #fff;
}

/* ========================================================================
@ 设置全站样式
* ============================  */
body {
	color: #666666;
	background-color: #f7f7f7;
    font-size: 14px;
    font-family: "Microsoft YaHei","Myriad Set Pro","HanHei SC","PingFang SC",STHeitiSC-Light,"Helvetica Neue",Helvetica,"WenQuanYi Micro Hei",Arial,sans-serif!important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga','kern';
	margin: 0;
	word-wrap: break-word;
	height: 100%;
}

a:link,a:visited,a:hover,a:active {
	color: #666666;
	text-decoration: none;
}