*{margin: 0;padding: 0;text-decoration: none;}
.header{
	width: 100%;
	height: 50px;
	background: #FFE300;
}
.logo{
	width: 200px;
	height: 40px;
	margin-left: 50px;
	font-size: 20px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.nav{
	width: 670px;
	height: 50px;
	margin-left: 200px;
}
.nav ul li{
	width:70px;
	height: 26px;
	text-align: center;
	padding:12px  0px ;
	margin-left: 15px;
	list-style:none;
	float: left;
}
.nav ul li:hover a{
	color: gold;
	background: black;
}
.nav a{
	width:80px;
	height: 26px;
	text-align: center;
	padding:17px  18px ;
	color: black;
	text-decoration: none;
}
.login{
	width: 250px;
	height: 50px;
	margin-left:110px;
	font-size: 13px;
	
}
.login .search{
	width:80px;
	height: 50px;
	float: left;
}
.login .logreg{
	width:120px;
	height:38px;
	text-align: center;
	padding-top: 12px;
	color: black;
	float: left;
}
.logreg a{
	color: black;
}
.left{
	float: left;
}
/* 内容区域 */
.container{
	width:1080px;
	margin: 0 auto;
	/* border: 1px solid #ccc; */
}
.shoose{
	width:100%;
	height:60px;
	margin-top: 20px;
	padding-top: 20px;
	 
}
.shoose ul li{
	width:60px;
	height:30px;
	padding-top: 5px;
	text-align: center;
	list-style: none;
	margin-left: 15px;
	float: left;
	box-shadow: 0 0 2px #ccc;
}
.sort{
	height:40px;
	text-align: center;
	padding-top:20px;
}
.content{
	height:900px;
}
.content .card{
	width:200px;
	height:270px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	box-shadow: 0 0 5px #ccc;
    /* border: 1px solid red; */
}
.card img{
	width:200px;
	height:190px;
	background: #ccc;
}
.card p{
	font-size: 12px;
	margin-bottom: 5px;
}
.card .second{
	font-size: 8px;
	color:  #ccc;
}
.card hr{background#ccc;opacity:0.5;}
.card .auth img{
	width:30px;
	height:30px;
	margin-left: 8px;
	float: left;
}
.card .auth p{
	height:27px;
	padding-top: 7px;
}
.card .auth .right{
	float: right;
	margin-right: 5px;
	color:  #ccc;
}
.pag{
	width:100%;
	height:50px;
}
.active{
	background: #FFD700;
}
.pag ul{	
	width:500px;
	height:40px;
	margin: auto;
}
.pag ul li{
	width:40px;
	height:30px;
	padding-top: 5px;
	text-align: center;
	list-style: none;
	margin-left: 8px;
	float: left;
	box-shadow: 0 0 5px #ccc;
}
/* 尾部 */
.footer{
	width: 100%;
	height:50px;
	background: #4B4B4B;
}
.copyr{
	width:1000px;
	height:40px;
	color: white;
	text-align: center;
	padding-top: 10px;
	margin:10px auto;
}
