*{
    margin:0; 
    padding:0; 
    font-size:12px;
		box-sizing: border-box;
}
html,body {
	height: 100%;
}
body {
    margin:0;
    padding:0;
		background-color: #F5F5F5;
}
img {
    vertical-align:middle;
}
select,input {
	vertical-align:middle;
	padding: 0 10px;
	height: 30px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	color: #606266;
	border-color: #dcdfe6;
	outline: none;
	box-sizing: border-box;
	margin: 2px 0;
}
select:focus,input:focus {
	outline: none;
	border-color: #409eff;
}
input[type="file"] {
	height: 24px;
	padding: 0;
}
input[type="checkbox"] {
	display: inline-block;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-color: #fff;
	z-index: 1;
	transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
textarea {
	position: relative;
	vertical-align: bottom;
	font-size: 14px;
	resize: vertical;
	padding: 2px 10px;
	line-height: 1.3;
	box-sizing: border-box;
	font-size: inherit;
	color: #606266;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	outline: none;
}
ul,li {
    margin:0;
    padding:0;
    list-style:none;
}
a {
    color:#3278BB;
    text-decoration:none;
		cursor:pointer
}
a:hover {
	color: #66b1ff;
  text-decoration:none;
}
.alt {
    width:940px;
    margin:0 auto;
}
i { font-style:normal;}
button {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	margin: 2px 0;
	width: 80px;
}
button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #fff;
}
button:focus {outline:none;} /*for IE*/
button::-moz-focus-inner {border-color: transparent;} /*for mozilla*/
button a {color: #000}

/**=====================**/
.headbg { background:url(../images/bgx.gif) left 0 repeat-x; height:75px;}
.head_logo { background:url(../images/logo.png) no-repeat right bottom; float:left; width:150px; height:53px; margin:6px 0 0 5px;}
.user { float:left; margin:10px 0 0 18px; line-height:20px; font-family:Verdana, Geneva, sans-serif;}
.user i { color:rgba(255,255,255,0.7);}
.show_area {float:left;margin:30px 0 0 50px;line-height:20px;color:#2A7AA3;}
.show_area span {font-size:18px;color:#009688;}
.head_link { float:right; margin:12px 8px 0 0; font-family:Verdana, Geneva, sans-serif;}
.head_link a { color:rgba(255,255,255,0.7);}
body{ min-width:800px;}
.w_top{ background:url(../images/w_top_bg.gif) repeat-x; height:72px; } 
.topbg{width:100%;height:66px;}
.top_right{ margin:0;text-align:right;font-size: 14px;}
.top_right a {
	height: 66px;
	line-height:66px;
	padding:0 20px;
}
.top_right:hover a{color: #fff;}
.clear {width:0;height:0;clear:both;}

#top {
	background-color: #23262E;
	width: 100%;
	color: rgba(255,255,255,0.7);
}
#content, #footer {
    width:100%;
}
#content {
    height:calc(100% - 67px);
		height: -moz-calc(100% - 67px);
		height: -webkit-calc(100% - 67px);
		display: flex;
}
#left {
    width:160px;
    overflow:hidden;
    height: 100%;
		background-color: #393D49;
}
#right {
    flex: 1;
    overflow:auto;
		padding: 10px 10px 30px;
}
.dialog {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
	position: fixed;
	pointer-events: auto;
	width: max-content;
	min-width: 300px;
	z-index: 999;
}
.dialog .dialog-header {
	background: #F8F8F8;
	color: #333;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	border: none;
}
.dialog .dialog-body {
	padding: 20px;
}
/*==========footer========*/
#footer {clear:both;border:1px blue solid; margin-top:25px; border-top:#EBEBEB solid 1px; text-align:center; line-height:30px; color:#999}