@charset "UTF-8";
.top-title {
    width: 1100px;
    height: 28px;
    line-height: 28px;
    margin: 20px auto 10px;
    color: #dfdfdf
}

.main {
    /*margin-top: 0*/
}

/*右侧主页*/
.main-r {
    width: 850px;
    background: #FFFFFF;
}

/*--翻页--*/
.main-r .page {
    background: #dfdfdf;
    text-align: center;
    margin: 10px 0 20px
}

.main-r .page .page-left, .main-r .page .page-right-list {
    height: 28px;
    line-height: 28px;
}

.main-r .main-r-top > a {
    height: 62px;
    line-height: 62px
}

/*商品栏*/
.pic-all .pic-box {
	width: 100%;
	overflow: hidden;
}

.pic-all .pic-box .pic-big {
    height: 280px;
    width: 206px;
    float: left;
	margin-right: 8px;
    position: relative;
}
.pic-all .pic-box .pic-big:nth-child(4n){
	margin-right: 0;
}

.pic-big-list img{
	left:0 !important;
}

.pic-all .pic-box .pic-big .pic-big-list:hover {
    background: #dfdfdf;;
    opacity: 0.7
}

.pic-all .pic-box .pic-big > span {
    position: absolute;
    left: 5px;
    top: 7px;
}

.pic-all .pic-box .pic-big a > img {
    width: 206px;
    height: 206px;
}

/*价格文字*/
.pic-all .pic-box .pic-big .item {
    position: absolute;
    top: 225px;
    left: 6px;
    width: 200px;
    height: 50px;
}

.pic-all .pic-box .pic-big .item .item-name {
    margin: 10px 0
}

.pic-all .pic-box .pic-big .item .item-price {
    font-weight: bold;
    margin: 10px 0
}

/*鼠标滑过显示的盒子*/
.pic-all .pic-box .pic-type {
    display: none;
    width: -o-max-content !important;
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
    max-width: 172px !important;
    height: auto;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 120px;
    padding: 0;
    z-index: 25000;

}

/*第5个商品隐藏的盒子*/
.pic-all .big-five .pic-type {
    left: -50px;
}

.pic-all .pic-box .pic-type .pic-list {
    display: inline-table;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
    background: none;
    margin: 0;
    padding: 1px;
}

.pic-all .pic-box .pic-type .pic-list .pic-small {
    display: inline-block;
    float: none;
    width: 54px;
    letter-spacing: normal;
    background: none;
    border: none;
    position: relative;
    margin: 0;
    padding: 1px;
}

.pic-all .pic-box .pic-type .pic-list .pic-small a {
    display: block;
    width: 54px;
    background: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.pic-all .pic-box .pic-type .pic-list .pic-small a img {
    width: 52px;
    height: 68px;
}

.pic-all .pic-box .pic-type .pic-list .pic-small a img:hover {
    opacity: 0.6
}

/* 面包屑 */
.top-section{
	margin-bottom: 10px;
}

.listNav{
    width: 100%;
    height: 42px;
	background: #F5F5F5;
}
.list-ul{
	float: left;
    width: 80%;
    text-align: center;
}
.list-ul li{
    width: 16%;
    height: 42px;
    float: left;
	position: relative;
}
.list-ul li:after{
	position: absolute;
	top:15px;
	right:-2px;
	width: 1px;
	content: '';
	display: inline-block;
	height: 16px;
	background: #ddd;
}
.list-ul li:last-child:after{
	background: none;
}
.list-ul li a{
	color: #333;
	display: inline-block;
	margin-top: 15px;
}
.list-ul li:last-child a{
	border-right: 0;
}
.page-list{
    width: 60%;
    float: right;
}
.page-num{
    float: left;
    padding: 11px;
}
.list-ul li.select_category{
    font-weight: bold;
    background: #333;
}
.list-ul li.select_category a{
	color: #FFFFFF;
}
/* 分页 */
.list-right{
	float: right;
	width: 16%;
	height: 42px;
}
#paginate {
	text-align: right;
	display: flex;
	margin-top: 4px;
}

#paginate ul li {
	width: auto;
	margin: 0;
	padding: 0;
}

#paginate ul li.active span {
	background: #333;
	border-color: #333;
}

#paginate {
	text-align: center;
}

.opaginate .pagination {
	display: none;
}

#paginate .prevsurl,
#pageinate .fenyeword,
#paginate .mextsurl {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#paginate .prevsurl,
#paginate .mextsurl {
	width: 30px;
	height: 30px;
	border:1px solid #ddd;
	background: #fff;
}

#paginate .fenyeword {
	width: 32px;
    height: 32px;
    line-height: 32px;
    color: #999;
    font-size: 16px;
    margin-right: 16px;
}

#paginate .prevsurl,
#paginate .mextsurl {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #fff;
}

#paginate .prevsurl a,
#paginate .mextsurl a {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
}


