@charset "utf-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
body {
	background: #eff3f6 !important;
	font-family: "Work Sans",sans-serif,"微软雅黑";
	font-size: 14px;
	height: 100%;
}
* {
	outline: none!important;
}
.topbar {
	width: 100%;
	min-width:1360px;
	height: 35px;
	line-height: 35px;
}
td, div, p, span, th, label {
	word-break: break-all;
}
.w_page {
	/*width: 1360px;*/
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.dataHpc {
	color: #999999!important;
	margin-left: 10px;
}

.usercenter {
	width: 100%;
	min-width:1360px;
	height: 70px;
	background: #327549;
}
.usercenter .logoSide {
	font-size: 24px;
	padding-left: 15px;
	border-left: 3px solid #fff;
	color: #fff;
	margin-left: 15px;
	margin-top:22px;
	height:30px;
	line-height: 30px;
}

.wraper {flex: 1;display: flex;
	padding: 10px 0 20px;
	width: 100%;
	min-width: 1360px;
	min-height: calc(100vh - 155px);
}
.wrap, .wrap-h {
	width: 100%;
	min-width: 1360px;
	margin: 0 auto;
}

.member {flex: 1;display: flex;
	height: 100%;
	min-height: 100%;
}
.member .m-left {
	width: 240px;
	float: left;
	height: 100%;
	min-height: 100%;
	padding: 5px 0 20px 0;
	box-shadow: 0 2px 10px -7px rgba(0,0,0,.3);
	/*border-radius: 3px;*/
	background-color: #fff;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.member .m-right {
	margin-left: 20px;
	float: left;
	box-sizing: border-box;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	height: auto;
	/*width: 1170px;*/
	width: calc(100% - 260px);
	min-height: 100%;
	padding: 5px 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px -7px rgba(0,0,0,.3);
	/*border-radius: 3px;*/
	background-color: #fff;
	overflow: hidden;
}
.member .content-box{
	margin: 0px auto;
	box-sizing: border-box;
	border-radius: 6px;
	width: 70%;
	min-height: 100%;
	padding: 5px 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px -7px rgba(0,0,0,.3);
	background-color: #fff;
}
.usercenter a.home {
	color: #fff;
	font-size: 16px;
	margin: 0 0 0 30px;
	line-height: 80px;
}
.top-tools{
	margin:0 15px;
	border-bottom: 1px solid #eee;
	line-height: 60px;
}
.sub-title>div{
	color: #262626;
	line-height: 22px;
	display: inline-block;
	font-size: 16px;
	margin-right: 36px;
	font-weight: bold;
	padding-left: 12px;
	border-left: 4px solid #327549;
}
.tab-box{
	width: 100%;
	margin: 15px 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}




.fixed-table-container {
	border: 1px solid #e7e7e7;
}
.table>tbody>tr>td{
	border:0px;
	color: #666;
	border-color: #e7e7e7;
}
.table>thead>tr{
	background: #f5f5f5;

	/*background: #F9F5F0;
	color: #764C31;*/
}
.table>thead>tr>th{
	border-color: #e7e7e7;
}


.fa.arrow:before {
	content: "\f105";
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.m-left dl,.m-left d {
	padding: 0;
	margin: 0;
}
.m-left dt.left-menu {
	line-height: 45px;
	display: block;
}
.m-left dt.active .fa.arrow:before {
	content: '\f107';
}

.member .m-left dl dt span {
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding-left: 46px;
	cursor:pointer;
	position: relative;
}
.member .m-left dl dt span:before {
	position: absolute;
	left: 20px;
	top: 14px;
	display: inline-block;
	width: 18px;
	height: 18px;
	content: '';
	background: url(../images/menu.png) no-repeat;
}
dd {
	display: block;
	margin-inline-start: 0px;
}
dd:hover {

}
dd.sub-active{
	color: #1d450a;
	background: #e1f5d7;
}
.member .m-left dl dd.sub-active a{
	color: rgba(40,94,13,0.8) !important;
}
.member .m-left dl dd:hover a:hover {
	color: #1d450a;
}
.member .m-left dl {
	margin-top: 6px;
}
.member .m-left dl dd a:link {
	color: #1d450a;
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 44px;
	text-decoration: none;
}
.member .m-left dl dd a:visited {
	color: #1d450a;
}
.member .m-left dl dd a:hover {
	color: rgba(40,94,13,0.8) !important;
	text-decoration: none;
}
.member .m-left dl dd a:active {
	color: #1d450a;
	text-decoration: none;
}


.foot{
	min-width:1360px;
	clear: both;
	padding: 1px 0;
	text-align: center;
	color: #a8aaba;
	background: #ffffff;
	line-height: 20px;
}
.foot-info{
	margin-bottom:10px;
}
.copy-right{
	padding: 6px;
}


.searItem {
	margin: 5px 0px;
	width: 340px;
	display: flex;
	justify-content: space-between;
}



.tab_ {
	cursor: pointer;
	text-align: center;
	/*line-height: 30px !important;*/
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	border-bottom: 2px solid #ccc;
}

.tab_.active {
	color: #5cad34;
	border-bottom: 2px solid #5cad34;
}

