@charset "utf-8";
/* CSS Document */

.banner{
	position: relative;
	height: 200px;
	background: url(../images/banner1.jpg) no-repeat 0 50%; background-size: 100% auto;
}
.banner>.search{
	position: absolute; left: 50%; top: 50%; display: flex; box-sizing: border-box;
	width: 50%; height: 60px; margin-left: -25%; margin-top: -30px; border: rgba(0,0,0,0.5) 5px solid; border-radius: 10px;
}
.banner>.search>input{
	box-sizing: border-box;
	width: calc(100% - 100px); height: 100%; padding: 0 20px; border-radius: 10px 0 0 10px;
	font-size: 16px;
	background-color: #fff;
}
.banner>.search>.search-btn{
	display: flex; justify-content: center; align-items: center;
	width: 100px; height: 100%; border-radius: 0 10px 10px 0;
	color: #fff; font-size: 16px;
	background-color: #d71618;
	cursor: pointer;
}

.wp-cate-pro>.main{
	display: flex;
	width: 1200px; margin: 0 auto 20px; border-radius: 20px;
	background-color: #fff;
}
.wp-cate-pro>.main>.left{
	box-sizing: border-box;
	width: 80%; padding: 20px;
}
.cate-pro>.title{
	line-height: 24px;
	color: #d71618; font-size: 24px; font-weight: bold;
}
.cate-pro>.search-condition{
	margin-top: 20px; padding: 20px; border: #eee 1px solid;
}
.cate-pro>.search-condition>.item{
	display: flex;
	margin-bottom: 15px;
}
.cate-pro>.search-condition>.item:last-child{
	margin-bottom: 0;
}
.cate-pro>.search-condition>.item>.title{
	flex-shrink: 0;
	width: 60px; line-height: 14px;
	font-size: 14px;
}
.cate-pro>.search-condition>.item>.content{
	display: flex; flex-wrap: wrap; align-items: center;
	line-height: 14px;
	font-size: 14px;
}
.cate-pro>.search-condition>.item>.content>.text{
	width: 100px; margin-bottom: 10px;
}
.cate-pro>.search-condition>.item>.content>.text>a{
	color: #333;
}
.cate-pro>.search-condition>.item>.content>.text>a:hover{
	color: #d71618; text-decoration: underline;
}
.cate-pro>.search-condition>.item>.content>.text.selected>a{
	color: #d71618; font-weight: bold;
}
.cate-pro>.pro-list{
	display: flex; flex-wrap: wrap;
	margin-top: 20px;
}
.cate-pro>.pro-list>.item{
	width: 49%; margin-bottom: 2%;
}
.cate-pro>.pro-list>.item:nth-child(2n){
	margin-left: 2%;
}
.cate-pro>.pro-list>.item>.pic{
	position: relative;
	background-color: #f7f7f7;
}
.cate-pro>.pro-list>.item>.pic:hover{
	opacity: 0.8;
}
.cate-pro>.pro-list>.item>.pic::after{
	content: ""; display: block;
	padding-top: 62.5%;
}
.cate-pro>.pro-list>.item>.pic>a{
	position: absolute; display: flex; justify-content: center; align-items: center;
	width: 100%; height: 100%;
}
.cate-pro>.pro-list>.item>.pic>a>img{
	max-width: 100%; max-height: 100%;
}
.cate-pro>.pro-list>.item>.title{
	overflow: hidden; display: -webkit-box; box-sizing: border-box;
	line-height: 20px; margin-top: 10px;
	font-size: 16px; text-overflow: ellipsis;
	-webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.cate-pro>.pro-list>.item>.title>a{
	color: #333;
}
.cate-pro>.pro-list>.item>.title>a:hover{
	color: #d71618; text-decoration: underline;
}
.cate-pro>.pro-list>.item>.store{
	line-height: 12px; margin-top: 10px;
	font-size: 12px;
}
.cate-pro>.pro-list>.item>.price{
	line-height: 24px; margin-top: 10px;
	color: #d71618; font-size: 24px;
}
.wp-cate-pro>.main>.right{
	box-sizing: border-box;
	width: 20%; padding: 20px; border-left: #eee 1px solid;
}
.guess-like-pro>.title{
	line-height: 18px;
	font-size: 18px; font-weight: bold;
}
.guess-like-pro>.pro-list{
	margin-top: 20px;
}
.guess-like-pro>.pro-list>.item{
	margin-bottom: 20px;
}
.guess-like-pro>.pro-list>.item:last-child{
	margin-bottom: 0;
}
.guess-like-pro>.pro-list>.item>.pic{
	position: relative;
	background-color: #f7f7f7;
}
.guess-like-pro>.pro-list>.item>.pic:hover{
	opacity: 0.8;
}
.guess-like-pro>.pro-list>.item>.pic::after{
	content: ""; display: block;
	padding-top: 62.5%;
}
.guess-like-pro>.pro-list>.item>.pic>a{
	position: absolute; display: flex; justify-content: center; align-items: center;
	width: 100%; height: 100%;
}
.guess-like-pro>.pro-list>.item>.pic>a>img{
	max-width: 100%; max-height: 100%;
}
.guess-like-pro>.pro-list>.item>.title{
	overflow: hidden; display: -webkit-box; box-sizing: border-box;
	line-height: 20px; margin-top: 10px;
	font-size: 16px; text-overflow: ellipsis;
	-webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.guess-like-pro>.pro-list>.item>.title>a{
	color: #333;
}
.guess-like-pro>.pro-list>.item>.title>a:hover{
	color: #d71618; text-decoration: underline;
}
.guess-like-pro>.pro-list>.item>.store{
	line-height: 12px; margin-top: 10px;
	font-size: 12px;
}
.guess-like-pro>.pro-list>.item>.price{
	line-height: 24px; margin-top: 10px;
	color: #d71618; font-size: 24px;
}

.page>.main{
	display: flex; justify-content: center; align-items: center;
	padding: 50px 0 30px;
}
.page>.main>.page-num{
	display: flex;
}
.page>.main a{
	display: flex; justify-content: center; align-items: center; box-sizing: border-box;
	height: 40px; padding: 0 15px; border: #d9d9d9 1px solid; border-right: none;
	color: #333; font-size: 14px;
}
.page>.main a:last-child{
	border-right: #d9d9d9 1px solid;
}
.page>.main a:hover{
	border-color: #d71618;
	color: #fff;
	background-color: #d71618;
}
.page>.main a.gray{
	color: #999;
	background-color: #f7f7f7;
	cursor: not-allowed;
}
.page>.main a.gray:hover{
	border-color: #d9d9d9;
}
.page>.main a.curr{
	border-color: #d71618;
	color: #fff;
	background-color: #d71618;
}