*{
	margin: 0;
	padding: 0;
}
html{
	min-width: 1200px;	
	height: 100%;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body{
	width: 1150px;
	height: 100%;
	margin: auto;
}

.head{
	padding: 10px 0;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}
.head h3{
	font-size: 24px;
	font-family: inherit;
	font-weight: 400;
	color: #333;
}
.head p{
	color: #666;
	margin: 10px 0;
}
.head .valbox{
	color: #666;
	line-height: 30px;
	margin-top: 15px;
}
.head .valbox input{
	margin-right: 10px;	
	height: 28px;
	width: 230px;
	padding: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ddd;
	outline: none;
}

.ipt{
	margin: 20px auto;
	padding: 20px 0;
	border-top: 1px solid #ddd;	
}
.ipt p{
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}
.ipt .clear{
	display: inline-block;
	background: #FFF;
	color: #888;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 12px;
	margin-left: 10px;
	position: relative;
	top: -10px;
	cursor: pointer;
}

.ipt .file {
	position: relative;
	display: inline-block;
	background: #D0EEFF;
	border: 1px solid #99D3F5;
	border-radius: 4px;
	padding: 6px 12px;
	overflow: hidden;
	color: #1E88C7;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
}
.ipt .file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}
.ipt .file:hover {
	background: #AADFFD;
	border-color: #78C3F3;
	color: #004974;
	text-decoration: none;
}

.rel{
	overflow: hidden;
	min-height: 350px;
}
.rel .imgboxs{
	width: 23%;
	margin: 1%;
	float: left;
}
.rel .imgboxs img{
	width: 100%;
	height: 200px;
	object-fit:cover;
	background: #f1f2f3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rel .imgboxs p{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.rel .imgboxs p .size{
	color: #F03C69;	
}
.rel .imgboxs p .newsize{
	color: #28b62c;	
}

.foot{
	color: #666;
	font-size: 13px;
	text-align: center;
	margin: 20px auto;
}