.main_content{
	margin-top: 5px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
}
.main_content .cate{
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
	margin-right: 15px;
}
.cate .pinyin{
	color: #999999;
	font-size: 8px;
	padding-top: 13px;
	text-align: center;
}
.cate .cate_title{
	padding-top: 3px;
	width:100%;
	justify-content: center;
}
.cate .cate_title .title{
	color: #333333;
	font-size: 24px;
	padding: 0 6px;
	font-family: 'Source Han Sans CN-Regular';
}

.cate .btm_line{
	border-bottom: 1px dashed #D4D4D4;
	width: 80%;
	margin: 0 auto;
	margin-top: 13px;
}
.cate ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cate .catbox ul li{
	list-style-type: none;
}
.cate .catbox ul li a{
	text-decoration: none;
}
.cate .catbox ul li a{
	color: #333333;
	font-size: 12px;
}
.cate .ptitle{
    width: 130px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
}
.cate .ptitle img{
	width: 14px;
	height: 14px;
}
.cate .child_title{
    width: 130px;
	margin-left: 40px;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
} 

.cate .child_title img{
	width: 10px;
	height: 10px;
	margin-right: 3px;
}
.main_content .goodslist{
	padding-left: 0;
	padding-right: 0;
	height: 900px;
}
.goodslist .topsort{	
	background-color: #ededed;
	padding: 0 7px;
	justify-content: space-between;
}
.goodslist .gooditem{
	margin-top: 25px;
	background-color: #FFFFFF;
	
}
.goodslist .sortleft{
	border: 1px solid #999999;
	margin-top: 6px;
	margin-bottom: 6px;
}
.goodslist .sortleft .sortbox{
	color: #333333;
	font-size: 9px;
	font-family: 'Source Han Sans CN-Regular';
	background-color: #ffffff;
	padding: 4px 5px;
	cursor: pointer;
}
.goodslist .sortleft .sortbox:nth-child(2){
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.goodslist .sortleft .active{
	background-color: #F30213;
	color: #ffffff;
}
.goodslist .numright{
	color: #999999;
}
.goodslist .numright .morenum{
	color: #333333;
}
.goodslist .numright .pages{
	margin-left: 5px;
}
.goodslist .numright .selpage{
	color: #F30213;
}
.goodslist .updownpage{
	border: 1px solid #999999;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.goodslist .updownpage .per{	
	width: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 29px;	
}
.goodslist .updownpage .per:first-child{
	border-right: 1px solid #999999;
}
.gooditem{
	flex-wrap: wrap;
}
.gooditem .gitem{
	width: 25%;
	padding: 10px;
}
.gooditem .gitem a{
	text-decoration: none;
}
.gooditem .gitem .gimgbox{
	width: 226px;
	height: 226px;
}
.gooditem .gitem .gimgbox img{
	width: 100%;
}
.gooditem .gitem .price{
	color: #E1251B;
	font-size: 9px;
	padding-top: 13px;
}
.gooditem .gitem .price span{
	font-size: 16px;
	font-family: 'Source Han Sans CN-Regular';
	font-weight: bold;
}
.gooditem .gitem .title{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 40px;
	font-size: 10px;
	color: #666666;
	padding-top: 6px;
}
.gooditem .gitem .comment{
	padding-top: 8px;
	color: #999999;
	font-size: 9px;
}
.gooditem .gitem .comment span{
	color: #646FB0;
	
}
.gooditem .gitem .btn_box{
	margin-top: 8px;
	border: 1px solid #D4D4D4;
}
.gooditem .gitem .btn_box{
	font-size: 9px;
	color: #999999;
}
.gooditem .gitem .btn_box .bl{
	border-right: 1px solid #999999;
	padding-right: 20px;
	height: 22px;
	cursor: pointer;
}
.gooditem .gitem .btn_box .br{
	cursor: pointer;
}
.gooditem .gitem .btn_box .bl img{
	margin: 5px 10px;
}
.gooditem .gitem .btn_box .br img{
	margin: 5px 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
	text-align: center;
    border-radius: 4px;
	float: right;
}
.pagination .current.prev, .pagination .current.next {
    color: #999;
    border-color: #999;
    background-color: rgba(0,0,0,0);
}
.pagination .current, .pagination a:hover {
   color: #E1251B;
   border-radius: 2px;
}
.pagination a, .pagination span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 8px;
    line-height: 1.05;
}
.pagination a {
    text-decoration: none;
    border: 1px solid #d9d9d9;
    color: #666666;
    background: #dcdcdc;
    border-radius: 2px;
}