@charset "utf-8";

/*
 * Copyright 2008-2018 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - ProductCategory
 * Version: 6.1
 */

.m-img-wrap {
	height: 0;
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.m-img-wrap .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.category-container {
	overflow: hidden;
}
.category-container.is-fixed {
	position: fixed;
	top:0;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px #d0d0d0;
}

@media (min-width: 1200px)  {
	.category-container.is-fixed {
		width: 1105px;
	}
}
@media (min-width: 992px) and (max-width: 1199px)  {
	.category-container.is-fixed {
		width: 778px;
	}
}

.category-container .item {
	float: left;
	display: inline-block;
	padding: 6px 10px;
	margin: 8px;
	background: #f3f3f3;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none;
}

.category-container .item.selected {
	background: #ff6600;
	color: #fff;
}

.category-main {
	overflow: hidden;
	margin-top: 30px;
}

.category-main .col {
	width: 48%;
}
.category-main .col:nth-child(odd) {
	float: left;
}
.category-main .col:nth-child(even) {
	float: right;
}

.category-main .category-item {
	overflow: hidden;
	padding-bottom: 30px;
}

.category-main .category-item .title {
	position: relative;
	height: 21px;
	line-height: 21px;
}

.category-main .category-item .title b {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 1px;
	background: #c9c9c9;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.category-main .category-item .title i {
	position: absolute;
	left: 15px;
	top: 6px;
	display: inline-block;
	background: url(../images/classify_icon.png) no-repeat;
	background-position: -25px -90px;
	width: 16px;
	height: 9px;
	z-index: 1;
}

.category-main .category-item .title span {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-left: 9px;
	padding: 0 6px 0 30px;
	background: #fff;
}

.category-main .category-item .hot {
	overflow: hidden;
}

.category-main .category-item .hot .m-img-wrap {
	width: 33.3%;
	padding-bottom: 33.3%;
	float: left;
}

.category-main .category-item .hot .m-img-wrap .img {
	max-width: 90%;
	max-height: 90%;
}

.category-main .category-item .info {
	margin: 1px 0 2px;
	background: #f2f2f2;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #333;
}

.category-main .category-item .items {
	padding: 22px 24px 1px;
	background: #fbfbfb;
	line-height: 20px;
}

.category-main .category-item .items dl {
	margin-bottom: 20px;
}

.category-main .category-item .items dt {
	position: relative;
	float: left;
	width: 70px;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	margin-right: 8px;
}

.category-main .category-item .items dt a {
	color: #000;
}


.category-main .category-item .items dd {
	overflow:hidden;
	font-size: 12px;
	color: #333;
	margin-right: -3px;
}

.category-main .category-item .items dd a {
	color: #333;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}
.category-main .category-item .items dd a:hover {
	color:#ff6600
}


.hot-items .item-bar {
	position: relative;
	background: #f2f2f2;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.hot-items .item-bar i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	background: url(../images/classify_icon.png) no-repeat;
	width: 120px;
	height: 38px;
	background-position: 0 0;
}
.hot-items .item-bar span {
	position: relative;
	padding-left: 16px;
}
.hot-items .hot-item {
	margin-top: 10px;
	margin-bottom: 6px;
}
.hot-items .hot-item .p-img {
	border: 1px solid #b5b5b5;
	padding: 6px;
}
.hot-items .hot-item .p-info {
	margin-top: 6px;
}
.hot-items .hot-item .p-title {
	display: block;
	width: 100%;
	max-height: 36px;
	_height: 36px;
	overflow: hidden;
	font-size: 14px;
}
.hot-items .hot-item .p-price {
	display: block;
	font-size: 18px;
	color: #ff6600;
	margin-top: 6px;
	padding-bottom: 6px;
}
.hot-items .hot-item em {
	font-style: normal;
}
