
body{
	font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}
.g-row{
	width: 1100px;
	height:100%;
	margin:0 auto;
}


.link{
	display: inline-block;
	vertical-align: middle;
}
.link-default{
	color:#7e7c7c;
	text-decoration:none;
}
.link-default:hover{
	text-decoration: underline;
}

.link-white{
	color: #fff;
}

.link-primary2{
	color: #4a90e2;
	text-decoration: underline;
}



.icon{
	display: inline-block;
	vertical-align: middle;
}
.icon-right{
	width: 9px;
	height: 16px;
	background: url(../images/icon-right.png) no-repeat 0 0;
}
.icon-right-2{
	width: 6px;
	height: 11px;
	background: url(../images/icon-right-2.jpg) no-repeat 0 0;
}
.icon-down{
	width: 12px;
	height: 7px;
	background: url(../images/icon-down.png) no-repeat 0 0;
}
.icon-more{
	width: 15px;
	height: 15px;
	background: url(../images/icon-more.png) no-repeat 0 0;
}
.icon-dot{
	width: 4px;
	height: 4px;
	background: url(../images/icon-dot.png) no-repeat 0 0;
}
.icon-download{
	width: 24px;
	height: 24px;
	background: url(../images/icon-download.png) no-repeat 0 0;
}
.icon-view{
	width: 20px;
	height: 20px;
	background: url(../images/icon-view.png) no-repeat 0 0;
}
.icon-email{
	width: 60px;
	height: 60px;
	background: url(../images/icon-email.png) no-repeat 0 0;
}
.icon-search{
	width: 18px;
	height: 18px;
	background: url(../images/icon-search.png) no-repeat 0 0;
}

.btn{
	display: inline-block;
	line-height: 1;
}
.btn-primary{
	background-color: rgb(26,143,226);
	color:white;
	padding:7px 17px;
}
.btn-primary:hover{
	background-color: rgba(26,143,226,.8);
}
.btn-big{
	padding:12px 30px;
}
.btn-full{
	width: 100%;
	padding-left:0px;
	padding-right: 0px;
	text-align: center;
}

.form{

}
.form label{
	display: inline-block;
	margin-right: 10px;

}
.form .form-item{
	clear:both;
	margin-top: 10px;
}
.form .form-item em{
	font-style: normal;
	color:red;
	margin-right:15px;
}
.form select{
	padding:0px;
	margin:0px;
	width: 180px;
	height: 26px;
	border:1px solid #d8d8d8 !important;
	color:#5e5e5e;
	border-radius: 0px;
}
.form input{
	width: 108px;
	height: 26px;
	border:1px solid #d8d8d8;
	color:#5e5e5e;
	border-radius: 0px;
	padding:0 5px;
	margin:0px;

}


.unit{
	display: inline-block;
	width: 50px;
	margin-left: 5px;
	text-align: left;
}


.mt-10{
	margin-top: 10px !important;
}
.mt-40{
	margin-top: 40px !important;
}

.border-top-1{
	border-top: 1px solid #f8f8f8;
}

.left{
	float: left;
}
.right{
	float: right;
}


.color-585858{
	color:#585858;
}


.pop-wrap{
	display: none;
	width: 820px;
	height: auto;
	background-color: white;

}
.pop-wrap.pop-min{
	width: 600px;
}
.pop-wrap .pop-header{
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #066eb7;
	color:white;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
.pop-wrap.box-reset-password{
	display:block;
	margin:0 auto;
}
.pop-wrap.box-reset-password .pop-header{
	
	background-color: white;
	color:#066eb7;
	text-align: left;
}


.pop-wrap .action{
	position: absolute;
	top:0px;
	right:15px;
	height: 50px;
	color:white;
	font-size: 16px;
}
.pop-wrap .pop-con{
	width: 800px;
	padding:20px 10px;
}
.pop-wrap.pop-min .pop-con{
	width: 580px;
	padding:20px 10px;
}

.form-default{

}
.form-default .form-item{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.form-default .form-item label{

	width: 135px;
	font-size: 16px;
	color:#4e4e4e;
	display: flex;
    flex-direction: column;
    line-height: 1;
}
.form-default .form-item label > span{
	font-size: 10px;
}

.form-default .form-item .item-input{
	flex: 1;
	display: flex;
	align-items: center;
}
.form-default .form-item .item-input .int-1{
	flex: 1;
	width: 270px;
	height: 30px;
	padding:5px;
	font-size: 14px;
	border:1px solid #dedede;
	background-color: #f7f7f7;
}
.form-default .form-item .item-input .int-2{
	width: 160px;
	height: 30px;
	padding:5px;
	font-size: 14px;
	border:1px solid #dedede;
	background-color: #f7f7f7;
}
.form-default .form-item .item-input .tip{
	width:10px;
	color:red;
	font-size: 14px;
	margin-left: 5px;
}


.flex-just-s-b{
	justify-content: space-between;
}

.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}