*{
	margin: 0;
	padding: 0;
}
html,
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
img{
	display: block;
	width: 100%;
}
li{
	list-style: none;
}
input{
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.24rem;
}
input::-webkit-search-cancel-button {
	display: none;
}
input::-webkit-input-placeholder {
	color: rgba(153, 153, 153, 1);
}
input::-moz-placeholder {
	color: rgba(153, 153, 153, 1);
}
input:-moz-placeholder {
	color: rgba(153, 153, 153, 1);
}
textarea{
	width: 100%;
	height: 100%;
	resize: none;
	display: block;
	border: none;
}
.report{
	padding: 0 0.3rem 1rem;
}
.report_div{
	display: flex;
	align-items: center;
	font-size: 0.3rem;
	color: #333333;
	/* padding: 0.2rem 0.3rem; */
	margin-top: 0.3rem;
	border-radius: 0.1rem;
}
.required{
	color: #ff0018;
}
.report_le{
	width: 2.4rem;
	text-align: right;
}
.jb_cen{
	flex: 1;
	
}
.jb_ul li{
	display: flex;
	align-items: center;
	margin-top: 0.16rem;
}
.jb_ul li:first-child{
	margin-top: 0;
}
.add_href{
	width: 0.4rem;
	margin-left: 0.1rem;
}
.report_input{
	flex: 1;
	border: 1px solid #bfd3ff;
}
.report_input input,.report_input textarea{
	padding: 0.1rem 0.2rem;
	box-sizing: border-box;
	outline: none;
	font-size: 0.3rem;
}
.report_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.report_list li{
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.14rem;
	border:1px solid #bfbfbf;
	padding: 0.06rem;
	position: relative;
}
.report_list img.down{
	width: 0.42rem;
	height: auto;
	position: absolute;
	top: -0.18rem;
	right: -0.14rem;
	background-color: #ffffff;
	z-index: 99;
}
.report_list input{
	display: none;
}
.report_list img{
	height: 0.3rem;
	width: auto;
}
.report_list label{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.file{
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
/* .file_img{
	height: 0.3rem;
}
.file_img img{
	height: 100%;
} */
.file_name{
	font-size: 0.1rem;
	margin-top: 0.04rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.note{
	font-size: 0.14rem;
	color: #949494;
}

.submlit{
	font-size: 0.4rem;
	width: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0c60ab;
	color: #ffffff;
	border-radius: 2rem;
	margin: 0.4rem auto;
	padding: 0.1rem 0;
}

.ts{
	width: 78%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.ts_cen{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ts_text{
	font-size: 0.3rem;
	padding: 0.1rem 0.3rem;
	background-color: rgba(0, 0, 0, 0.8);
	color:#ffffff;
}
.log_on {
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.log_cen {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
}

.log_text {
	background-color: #ffffff;
	padding: 0.3rem 0.2rem;
	border-radius: 0.08rem;
	border: 1px solid #d3d3d3;
	width: 50%;
	font-size: 0.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
}

a.log_btn {
	text-decoration: none;
	padding: 0.06rem 0.16rem;
	background-color: #0c60ab;
	color: #ffffff;
	font-size: 0.3rem;
	border-radius: 0.1rem;
	margin-top: 0.2rem;
}