<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0px;
	padding: 0px;
}
body,h1,h2,h3,h4,h5,h6,span,ul,li,a,b,p,img,div{
	margin: 0;
	padding: 0;
}                  
img{
	border: 0;
}
a{
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
a:hover{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
body{
	font-size: 12px;
	color: #333;
	font-family: 'microsoft yahei';
}
.flo-lf{
	float: left;
}
.flo-rg{
	float: right;
}
.max-width{
	width: 1200px;
	margin: 0px auto;
}
.clearfix:before, .clearfix:after
{
    display: table;

    content: ' ';
}
.clearfix:after
{
    clear: both;
}
.div-h40{
	width: 100%;
	height: 40px;
}
.div-h30{
	width: 100%;
	height: 30px;
}
.div-h20{
	width: 100%;
	height: 20px;
}
.div-h10{
	width: 100%;
	height: 10px;
}
.div-h5{
	width: 100%;
	height: 5px;
}
.login{
				width: 100%;
				height: 100%;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 1000;
				display: none;
			}
			.login-bg{
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,.5);
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 10;
			}
			.login-form{
				width: 320px;
				height: 350px;
				background: #fff;
				border-radius: 5px;
				padding: 30px;
				position: relative;
				z-index: 12;
				top: 50%;
				margin-top: -205px;
				left: 50%;
				margin-left: -190px;
			}
			.login-form{
				
			}
			.login-form h3{
				text-align: center;
				font-size: 24px;
				font-weight: 400;
				color: #333;
				
			}
			.login-form ul{
				margin-top: 10px;
			}
			.login-form ul li{
				display: flex;
				border-bottom: 1px solid #ddd;
				padding: 15px 0;
			}
			.login-form ul li input{
				flex: 1;
				width: 100%;
				height: 50px;
				line-height: 50px;
			}
			.login-form ul li button{
				width: 150px;
				border: 0;
				height: 50px;
				background: red;
				color: #fff;
				font-size: 16px;
				border-radius: 50px;
			}
			.btn-login{
				display: block;
				border: 0;
				background: red;
				width: 200px;
				height: 50px;
				line-height: 50px;
				border-radius: 50px;
				font-size: 18px;
				color: #fff;
				text-align: center;
				margin: 50px auto 0px auto;
			}
			.nums{
				display: none;
			}
			.prc_add{
				width: 100%;
				height: 100%;
				position: fixed;
				top: 0;
				left: 0;
				z-index: 3000;
				display: none;
			}
			.add_bg{
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,.5);
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.add_content{
				position: relative;
				width: 260px;
				height: auto;
				margin: 0px auto;
				z-index: 2;
				padding: 20px;
				border-radius: 10px;
				background: #fff;
				top: 50%;
				margin-top:-200px;
				text-align: center;
			}
			.add_content img{
				width: 100%;
			}
			.add_content p{
				font-size: 16px;
			}
			.pages{
				text-align: center;
				margin-top: 20px;
				margin-bottom: 30px;
			}
			.pages a{
				border: 1px solid #f1f1f1;
				font-size: 14px;
				padding: 8px 16px;
				margin-right: 10px;
				background: #fff;
				border-radius: 2px;
			}
			.pages a.active{
				background: #007AFF;
				color: #fff;
				border: 1px solid #007AFF;
			}
			#pageBar {
			    text-align: right;
			    padding: 0 20px 20px 0;
			}
			.pageBtn a {
			    display: inline-block;
			    border: 1px solid #aaa;
			    padding: 2px 5px;
			    margin : 0 3px;
			    font-size: 13px;
			    background: #ECECEC;
			    color: black;
			    text-decoration: none;
			    -moz-border-radius: 2px;
			    -webkit-border-radius: 3px;
			}
			.pageBtn-selected a {
			    display: inline-block;
			    border: 1px solid #aaa;
			    padding: 2px 5px;
			    margin : 0 3px;
			    font-size: 13px;
			    background: #187BBD;
			    color: white;
			    text-decoration: none;
			    -moz-border-radius: 2px;
			    -webkit-border-radius: 3px;
			}
			.pageBtn a:hover {
			    background: #187BBD;
			    color: white;
			}</pre></body></html>