@charset "utf-8";
@import url("comments/animation.css");

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, b, form, font, input, button, textarea, p, a, img, table, tr, td, th, i, strong{
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: "SimSun", "宋体", "Arial Narrow";
	box-sizing: border-box;
	overflow: hidden;
}

body *{
	box-sizing: border-box;
}

select, input, img, select, textarea, button {
	vertical-align: middle;
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	color: inherit;
}

img {
	border: 0 none;
}

textarea {
	resize: none
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

body {
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	height: 100%;
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, \5B8B\4F53;
	overflow: hidden;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

/* 滚动条样式    给予Chrome */
body::-webkit-scrollbar,
body ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Handle */
body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:rgba(145,192,239,0.7);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

}

body::-webkit-scrollbar-thumb:window-inactive,
body ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(145,192,239,0.3);

}


/* 左浮动 */
.pull-left{
	float:left;
	_display:inline;
}

/* 右浮动 */
.pull-right{
	float:right;
	_display:inline;
}

/* 限制宽度 */
.box{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.bg-f9 {
	background-color:#f9f9f9;
}

.bg-3f {
	background-color:#3f3f3f;
}

.fa, .fas, .far, .fal, .fab{
	line-height: inherit;
}

.fa-left{
	margin-left: .3em;
}

.fa-right{
	margin-right: .3em;
}

/* flex */
.flexRow{
	display:flex;
	flex-direction:row;
}

.flexCol{
	display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.flex_1{
	flex:1;
}

/* 文字居中 */
.alignC{
	text-align:center;
}

.alignL{
	text-align:left;
}

.alignR{
	text-align:right;
}

.wrapper{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

/* overflow */
.overflow{
	overflow: hidden;
}

/* hide */
.hide{
	display: none;
}

.el-table .fa-folder-open {
    color: #E6A23C;
}