*{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

body{
	background: #fff;
	font-family: "思源黑体 CN","Noto Sans SC",arial;
}
.con{
	margin: 0 15px;
}
img{
	display: block;
	max-width: 100%;
}

.badreation{
	width: 940px;
}
.badreation_title{
	padding-bottom: 30px;
}
.badreation .layui-form-label{
	padding: 0;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}
.badreation h2{
	font-size: 14px;
	color: #999;
}
.badreation h2 a{
	color: #e30000;
	display: block;
	padding-top: 10px;
}
.badreation .layui-input, .layui-textarea{
	background: #f6f6f6;
	border: none;
}
.badreation .layui-form-item .layui-input-inline{
	width: 80%;
}
.badreation .layui-form-item .layui-input-inline select{
	display: block;
	width: 100%;
	height: 45px;
	border: none;
	background: #F6F6F6;
}
.badreation .layui-btn:first-child{
	background: #0168CD;
}
.layui-form-item{
	margin-top: 20px;
}
.badreation .layui-form-item.layui-form-text .layui-input-inline{
	width: 88%;
}
.badreation .layui-inline{
	width: 48%;
}
.badreation .layui-input, .layui-select, .layui-textarea{
	height: 45px;
}
.badreation .layui-form-label b{
	color: #e20000;
}
.badreation_title h3{
	font-weight: bold;
	color: #0168CD;
	font-size: 24px;
}
.badreation_title b{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	padding: 5px 0 15px;
}
.badreation_title p{
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}
.Privacy_Policy{
	display: none;
}
.Privacy_Policyshadow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
}
.Privacy_Policy{
	position: fixed;
	top: 0;
	left: 0;
}
.Privacy_Policycon{
	padding: 50px 30px;
	background: #fff;
	width: 70%;
	height: 70%;
	left: 15%;
	top: 15%;
	position: fixed;
	overflow: hidden;
	overflow-y: scroll;
}
.Privacy_Policycon h2{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-bottom: 40px;
}
.Privacy_Policycon  p{
	line-height: 24px;
	font-size: 14px;
}
.Privacy_Policy_p{
	line-height: 24px;
	font-size: 14px;
}
.Privacy_Policycon  h3{
	font-weight: bold;
	padding-top: 15px;
	font-size: 15px;
}
.Privacy_Policycon .layui-form-item .layui-input-inline{
	text-align: center;
	float: none;
	width: auto;
	display: block;
	text-align: center;
}
#uploadForm input#uploadBtn{
	background: #0168CD;
	width: 60px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	border: none;
}