/* 产品页面 */
@media screen and (min-width: 751px){
	.product-page{
		background: #f1f1f1;
	}
	.product-category-short{
		width: 1200px;
		margin:auto;
		background: #fff;
		padding: 45px 0 40px;
		margin-bottom: 10px;
	}
	.product-category:last-child{
		margin-top: 10px;
	}
	.category-list{
		position: relative;
		width: 1200px;
		margin: auto;
	}
	.product-category .category-item{
		width: 20%;
		display: inline-block;
		margin-left: -6px;
		padding-bottom: 25px;
		/*border-left: 1px solid #e9e9e9;*/
	}
	.product-category .category-item:before{
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		border-left: 1px solid #e9e9e9;
		/*margin-left: -40px;*/
	}
	/*.product-category .category-item:first-child{
		border-left: 0;
	}*/
	.product-category .category-item:first-child:before{
		border-left: 0;
	}
	.product-category .category-item:nth-child(6n):before{
		border-left: 0;
	}
	.product-category .category-item .icon-text{
		position: relative;
		padding-bottom: 30px;
		font-size: 18px;
		font-weight: bold;
		padding: 0 20px 30px 40px;
	}
	.product-category .category-item .icon-text img{
		width: 36px;
		margin-right: 10px;
	}
	.product-category .category-item .icon-text:after {
	    content: '';
	    position: absolute;
	    bottom: 15px;
	    left: 40px;
	    width: 29px;
	    height: 4px;
	    background: #eaeaea;
	    border-radius: 2px;
	}
	.product-category .category-item .classify-wrap{
		float: left;
		position: relative;
		width: 100%;
	}
	.product-category .category-item .classify{
		line-height: 32px;
		font-size: 14px;
	}
	.product-category .category-item .classify .classify-info{
		position: relative;
	    overflow: inherit;
	    padding: 0 20px 25px 40px;
	    box-sizing: content-box;
	}
	.product-category .category-item .classify a{
		display: block;
		height: 32px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.product-category .category-item .classify a:hover{
        color: #d71a1b;
        text-decoration: underline;
    }
	.product-category .category-item .classify:first-child{
		margin-bottom: 25px;
		z-index: 9;
	}
	.product-category .category-item .classify .tips-title{
		color: #999999;
	}
	.classify-info .down-data{
	    position: absolute;
	    left: 6px;
	    width: 97%;
	    padding: 0 20px 15px 40px;
	    background: #fff;
	    z-index: 8;
	}
	.classify-info .down-data>div{
		height: 0;
		overflow: hidden;
		margin-left: -6px;
	}
	.product-category .category-item .is-arrow{
		display: block;
		color: #cc9999;
		cursor: pointer;
    	margin-left: -6px;
	}
	.product-category .category-item .is-arrow .circle{
		position: relative;
		display: inline-block;
	    width: 16px;
	    height: 16px;
	    line-height: 16px;
	    border: 1px solid #cc9999;
	    border-radius: 50%;
	    text-align: center;
	    vertical-align: middle;
	    margin-left: 5px;
	}
	.product-category .category-item .is-arrow .circle:after{
		content: '';
	    position: absolute;
	    display: inline-block;
	    width: 5px;
	    height: 5px;
	    border-left: 1px solid #cc9999;
	    border-top: 1px solid #cc9999;
	    vertical-align: middle;
	    transform: rotate(225deg);
	    top: 3px;
	    left: 4px;
	}
	.product-category .category-item .put-up{
		display: none;
	}
	.product-category .category-item .put-up .circle:after{
	    transform: rotate(45deg);
	    top: 5px;
	}
	.product-category .category-item .is-arrow:hover{
		color: #d71a1b;
	}
	.product-category .category-item .is-arrow:hover .circle{
	    border: 1px solid #d71a1b;
	}
	.product-category .category-item .is-arrow:hover .circle:after{
	    border-left: 1px solid #d71a1b;
	    border-top: 1px solid #d71a1b;
	}
	.isShow{
		/*position: absolute;*/
	    z-index: 9;
	    width: 100%;
	    background: #fff;
	    margin: 0!important;
	    box-sizing: content-box;
	    padding: 0 20px 10px 40px;
	    left: -40px;
	}
	.isShow .put-down{
		display: none!important;
	}
	.isShow .put-up{
		display: block!important;
	}
}
@media screen and (max-width: 750px){
	.product-category{
		/*position: relative;
    	z-index: -1;*/
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari 和 Chrome */
		column-count: 2;
		-moz-column-gap: 0.1rem;
		-webkit-column-gap: 0.1rem;
		column-gap: 0.1rem;
		overflow: auto;
		padding: 0.15rem 0.1rem;
		background: #f1f1f1;
	}
	.category-item{ 
		width: 1.72rem;
	    margin: 0 0rem 0.1rem 0;
	    padding: 0.17rem 0.22rem;
	    background: #fff;
		-moz-page-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	}
	.classify{
		font-size: 0.13rem;
	}
	.classify .classify-info{
		height: auto!important;
	}
	.classify:last-child{
		margin-top: 0.35rem;
	}
	.classify .onself{
		display: block;
	    line-height: 0.18rem;
	    margin: 0.15rem 0 0;
	}
	.icon-text{
		position: relative;
		line-height: 0.26rem;
		padding-bottom: 0.15rem;
		font-size: 0.16rem;
		font-weight: bold;
	}
	.icon-text:after{
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 0.26rem;
	    height: 0.02rem;
	    background: #eaeaea;
	    border-radius: 0.1rem;
	}
	.icon-text img{
    	width: auto;
	    height: 0.26rem;
	    margin-right: 0.1rem;
	}
	.tips-title{
		margin-top: 0.15rem;
	    color: #999999;
	}
	.is-arrow{
		display: none;
	}
}