body {
	font-size:12px;
	font-family:"宋体","Microsoft Yahei",Arial,Helvetica,sans-serif;
	color:#4D4D4D;
	margin:0;
	padding:0;
}
a {
	color:#2440b3;
	text-decoration:none;
}
input,textarea,select,a:focus {
	outline:none;
}
body,div,ul,li,h1,h2,form,input{
	padding:0;margin:0;
}
.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
@media (min-width:768px) {
	.container {
	width:750px
}
}@media (min-width:992px) {
	.container {
	width:970px
}
}@media (min-width:1200px) {
	.container {
	width:1170px
}
}.header {
	display:flex;
	justify-content:flex-start;
	margin-top:10px;
}
.logo {
	margin-right:20px;
}
.logo img {
	height:60px;
}
.searchbox {
	height:48px;
	margin-top:5px;
}
.searchbox .q {
	height:50px;
	width:600px;
	padding:11px 7px;
	font:18px arial;
	border:1px solid #e0e0e0;
	border-radius:2px 0 0 2px;
	float:left;
	box-sizing:border-box;
}
.searchbox .btn {
	height:50px;
	width:100px;
	line-height:32px;
	border-radius:0 2px 2px 0;
	color:#fff;
	font-size:16px;
	border-left:1px solid #00a9f6;
	background-color:#00a9f6;
	border:1px solid transparent;
}
.searchbox .btn:hover {
	background-color:#008ac5;
}
.headerxs {
	width:100%;
	box-shadow:0 2px 4px 0 #e3e3e3;
	position:relative;
	text-align:center;
	background:#00a9f8;
	height:50px;
	display:none;
	line-height:50px;
	font-size:21px;
}
.headerxs span a {
	position:absolute;
	left:10px;
	color:#fff;
	font-weight:700
}
.headerxs a {
	color:#fff;
	line-height:43px;
}
.searchboxxs {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:10px;
	height:40px;
	display:none;
}
.searchboxxs form {
	height:42px
}
.searchboxxs .q2 {
	padding:9px 7px;
	padding:11px 7px 7px\9;
	width:91%;
	height:20px;
	outline:0;
	border:1px solid #e0e0e0;
	border-radius:2px 0 0 2px;
	vertical-align:top;
	font:18px arial
}
.searchboxxs .btn2 {
	position:absolute;
	top:0;
	right:0;
	height:40px;
	border:none;
	border-left:1px solid #00a9f6;
	border-radius:0 2px 2px 0;
	background-color:#00a9f8;
	color:#fff;
	font-size:16px;
	line-height:40px;
	width:80px
}
.listbox {
	margin:10px;
	padding:0;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.listleft {
	width: 930px;
	margin: 20px auto 30px auto;
	line-height: 160%;
	background-color: #FFF;
	border: 1px solid #dfe1e6;
}

.listleft h1 {
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	font: 20px Georgia,"Times New Roman",Times,serif;
	padding: 25px;
	margin: 0 0 30px 0;
	font-weight: bold;
	color: #777;
	line-height: 100%;
}
.listleft h2 {
	color: #777;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 0 12px 0
}
.login{
	margin: 20px auto;
	text-align: center;
	font-size:18px;
}
.usercenter{
	margin: 20px;
	font-size:18px;
	line-height:30px;
}

.uploadbox{
	margin: 20px;
	font-size:18px;
	line-height:30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
#progress{
	width:500px;
	height:20px;
	font-size: 12px;
	margin-bottom: 10px;
	display: flex;
}
#bar{
	width:0%;
	height:100%;
	background-color: blue;
	color: #fff;
	padding-left: 2px;
	line-height: 18px;
	text-align: right;
	padding-right: 10px;
}


.logininput {
	padding:9px 7px;
	width:200px;
	height:20px;
	outline:0;
	border:1px solid #e0e0e0;
	border-radius:2px 0 0 2px;
	vertical-align:top;
}
.loginbtn {
	border:1px solid #00a9f6;
	border-radius:0 2px 2px 0;
	background-color:#00a9f8;
	color:#fff;
	font-size:18px;
	line-height:40px;
	width:100px;
	padding: 0;
	margin: 0;
	
}
.regbtn {
	font-size:18px;
}
.regbtn a{
	color: #00a9f8;
}
.userupdate {
	font-size:18px;
}
.userupdate a{
	color: #ff0000;
	font-weight: bold;
}
.txtred{
	color: #ff0000;
}
.listright {
	width:200px;
	padding-left: 10px;
}
.listright img{
	width:180px;
	border-radius: 10px;
}
.footer {
	display:block;
	margin:20px auto;
	width:700px;
	text-align:center;
	color:#777;
}
.hidden{
	display:none
}
@media (max-width:1199px) {
	/* 中屏幕 */
	.searchbox .q {
		width:500px;
	}
	.listleft {
	width:930px;
}
}@media (max-width:991px) {
	/* 小屏幕 */
	.searchbox .q {
	width:400px;
}
.listleft {
	width:750px;
}
}@media (max-width:767px) {
	/* 超小屏幕 */
	.container {
	padding:0;
	margin:0;
}
.header {
	display:none;
}
.searchboxxs {
	display:block;
}
.headerxs {
	display:block;
}

.footer {
	width:95%;
}
.listleft {
	width:100%;
}
.listright {
	display:none;
}
}