header .nav-item .nav-link {
	margin-right: 50px;
	/*font-weight: bold;*/
	font-size: 16px;
	color: grey;
}

body:not(.top-nav) .sidebar ul.nav li.nav-item-child {
	left: 10%;
	width: 90%;
}

header.navbar .header-acount-li {
	max-width: 60px;
}

header.navbar a.navbar-brand {
	background-color: inherit;
	background-size: 230px 50px;
	border-bottom: 1px solid #B2874A;
}

@media (min-width: 991px) {
	header.navbar a.navbar-brand {
		width: 250px;
	}
}

@media (max-width: 1050px) {
	.navbar-nav {
		position: absolute;
		font-size: 16px;
		right: 0;
		top: 0;
	}
}

.red-color {
	color: red;
}

.align-center {
	text-align: center;
}

.panel-heading {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 17px;
	padding-bottom: 15px;
	/*  border-bottom: 2px solid #f5f5f5;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.mt20 {
	margin-top: 20px;
}

.margin0 {
	margin: 0;
}

.padding0 {
	padding: 0;
}

.panel-heading small {
	display: block;
	padding-top: 5px;
}

.panel-body {
	padding: 0;
	/* padding-top: 20px;*/
	color: #2c2e2f;
}

.dropzone {
	position: relative;
	border: 2px dashed #0087F7;
	border-radius: 5px;
	min-height: 140px;
	background: rgba(0, 0, 0, 0.03);
	padding: 23px;
	cursor: pointer;
}

.dropzone .dz-default.dz-message {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	position: absolute;
	width: 428px;
	height: 123px;
	margin-left: -214px;
	margin-top: -61.5px;
	top: 50%;
	left: 50%;
}

.dz-default.dz-message span {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #ccc;
	line-height: 123px;
	cursor: pointer;
}

.appcon {
	display: inline-block;
	width: 97%;
	height: 120px;
	margin-bottom: 20px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

.webapp {
	color: #9abc32;
	font-weight: bold;
	border-radius: 50%;
	border: none;
	background: none;
	display: inline-block;
	width: 92px;
	height: 110px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

.webapp:hover {
	color: #0C52A6;
	text-decoration: none;
}

.webapp i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	text-align: center;
}


/*图片预览*/

.upPic {
	position: relative;
	display: inline-block;
	width: 118px;
	height: 78px;
	line-height: 78px;
	overflow: hidden;
	margin: 20px 20px 0 0;
	background: #d8d8d8;
	border: 1px solid #979797;
	text-align: center;
	color: #999;
}

.upPic img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 !important;
}

.upPic input {
	position: absolute;
	left: 0;
	top: 0;
	width: 118px;
	height: 78px;
	z-index: 1;
	opacity: 0;
}

.previewd {
	width: 118px;
	height: 78px;
	background: #e8e8e8;
	background-size: 50px 50px;
}

#imghead {
	display: block;
	width: 100px;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
}


/*查看报表*/

.over {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 199;
	-webkit-transform: translateZ(199px);
}

.hide {
	display: none;
}

.dialogCon {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	min-width: 700px;
	max-height: 620px;
	min-height: 400px;
	margin-top: 2%;
	margin-left: 22%;
	background: #FFF;
	z-index: 1050;
	-webkit-transform: translateZ(1050px);
}

.dialog_title {
	height: 30px;
}

.page-wrap {
	width: 80%;
	margin: 0 auto;
}

.curPage {
	background: #e1e6ef !important;
}

.disabled {
	color: #b7b6b6 !important;
}

.form-control:disabled,
.daterangepicker .input-mini:disabled,
.input-group>.ui-select-bootstrap>input.ui-select-search.form-control:disabled {
	background-color: #FFFFFF;
	color: #9faecb;
}

.text-danger {
	color: #cc3f44;
}


/*.form-control{
    width: 80%;
    float: right;
    border-radius: 5px;
}*/

.col-form-label {
	text-align: right;
}

.sidebar .sidebar-nav .nav-link {
	font-size: 16px;
}

.w_280 {
	width: 100%;
}

#change_PWD {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
/* 	height: 330px; */
	height: 345px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-left: -300px;
	margin-top: -165px;
	z-index: 1032;
	display: none;
}

#change_PWD .close {
	position: absolute;
	right: 10px;
	top: 10px;
}

#change_PWD h4 {
	font-family: "微软雅黑";
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}

#usrinfo_PW_change {
	padding: 12px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff;
	background-color: #5e96fa;
	border-color: #4d90fe;
	width: 80%;
}

#change_cover {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1031;
	display: none;
}

.CPWD {
	cursor: pointer;
}

.PWD_box {
	position: relative;
}

.PWD_box img {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 25px;
	display: none;
}

@media(max-width:450px) {
	#change_PWD {
		top: 12%;
		left: 5%;
		width: 90%;
		margin-left: 0;
		border-radius: 12px;
	}
	#change_PWD h4 {
		margin-bottom: 0;
	}
	.PWD_label {
		display: none;
	}
	#change_PWD h4 {
		margin-bottom: 10px;
	}
	.PWD_box img {
		display: block;
	}
	.PWD_box input {
		padding-left: 32px;
	}
	.PWD_BTN {
		padding-left: 15px;
		padding-right: 15px;
	}
	#usrinfo_PW_change {
		width: 100%;
	}
}

@media(max-width:321px) {
	#change_PWD {
		top: 8%;
	}
}

header .nav-item .nav-link {
	margin-right: 20px;
}


/*弹框*/

.alert_cover {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 4000;
}

.alert_box {
	width: 600px;
	min-height: 170px;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	background: #fff;
	padding: 0px 0px 55px;
	border-radius: 5px;
	display: none;
	z-index: 4001;
	overflow: hidden;
	min-height: 260px;
}

.alert_close {
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.6rem;
	color: #d0a164;
}


/*._title {
	height: 40px;
	margin: 0;
	line-height: 40px;
	font-size: 1.5rem;
	border-bottom: 1px solid #cd954c;
	padding: 0 40px;
	color: #d0a164;
}*/

@media (max-width:450px) {
	.alert_box {
		width: 90%;
		margin-left: 0;
		left: 5%;
	}
}


/*525页尾修改*/

.footer_p.footer_p1,
.footer_p.footer_p2 {
	padding: 0;
	margin: 0;
}

footer.footer {
	line-height: 25px;
	padding: 10px 0 10px 20px;
	height: 70px;
}

footer.footer p {
	background: none;
}

footer.footer a {
	text-decoration: none;
	color: #000;
}
.safety_cert{
	margin:0 25px 0 30%;
	display: inline-block;
	width: 132px;
	height: 45px;
}
#agreeBox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 80vh;
	margin-left: -400px;
	margin-top: -40vh;
	background: #fff;
	overflow: scroll;
	padding: 20px;
}

#agreeBox h3 {
	font-size: 22px;
	margin-top: 10px;
}

#agreeBox .agreeBtns {
	margin-top: 30px;
	text-align: center;
}

#agreeBox .agreeBtns .true {
	border: 0;
	background: #20a8d8;
	color: #fff;
	padding: 6px;
	width: 100px;
	border-radius: 4px;
	outline: none;
}

#agreeBox .agreeBtns .false {
	background: #fff;
	color: #000;
	padding: 6px;
	border-radius: 4px;
	width: 100px;
	border: 1px solid #000;
	outline: none;
}