.category-list{
	background: #fff;
}
.category-body {
	width: 100%;
	height: 100%;
	transform: translate3d(0px, 0, 0px) translateZ(0px);
	transition-duration: 0ms;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #fff;
	margin: 6px 10px 0;
	
}
.category-body .category-type{
	padding: 40px 0;
}
.category-c{
	padding-bottom: 40px;
	margin-top: 68px;
}
.category-part .article a{
	display: inline-block;
	height: 120px;
    padding-left: 90px;
    line-height: 122px;
	font-size: 30px;
	color: #333;
	margin-bottom: 5px;
}
.category-part .article a:active{
	color: #EA2979;
}

.category-body .category-part:nth-of-type(1) .article {
	background: url(../images/xs.png) left center no-repeat;
	background-size: 70px;
}
.category-body .category-part:nth-of-type(2) .article {
	background: url(../images/xp.png) left center no-repeat;
	background-size: 70px;
}
.category-body .category-part:nth-of-type(3) .article {
	background: url(../images/z2.png) left center no-repeat;
	background-size: 70px;
}

.category-part ul {
	text-align: center;
}

.category-part-r {
	float: left;
	list-style-type: none;
	width: 32%;
	margin: 0 0 20px 1%;
}

.category-part-r .category-part-p {
	display: block;
	text-decoration: none;
	border: 1px solid #c9caca;
	height: 80px;
	line-height: 80px;
	width: 95%;
	font-size: 22px;
	color: #9b9b99;
	border-radius: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.category-part-r .category-part-p:hover,.category-part-r .category-part-p:active {
	background: #DEDEDE;
	color: #000;
	border: 1px solid #DEDEDE;
}
/*头部*/

.category-top .title {
	text-align: center;
	height: 48px;
	font: 20px/48px "微软雅黑";
	color: #fff;
	background: #20ac46;
}

.category-top li {
	width: 33.33%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	height: 182px;
}

.category-top li a {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 126px;
	color: #666;
	font: 22px/24px "微软雅黑";
}
.category-top li a:hover{
	color: #000;
}


.category-top-a li {
	border: 1px solid #c9caca;
}
.category-top-a li:nth-of-type(1){
	border: none;
	border-bottom: 1px solid #c9caca;
}

.category-top-a li:nth-of-type(2) {
	border: 1px solid #c9caca;
	border-top: 0;
}
.category-top-a li:nth-of-type(3) {
	border: 1px solid #c9caca;
	border-top: 0;
	border-left: 0;
}

.category-top-b li:nth-of-type(2) {
	border: 1px solid #c9caca;
	border-top: 0;
	border-bottom: 0;
}
.category-top-b li:nth-of-type(3) {
	border: 1px solid #c9caca;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
}
/*新增brand品牌页面*/
.category-list .search1{width: 650px;top: 50px;}
.category-list .search1 input{width: 574px;}
.brand-top{
	margin-top: 80px;
}
.category-top-brand li {
	border: 1px solid #c9caca;
	height: 233px;
}
.category-top-brand li a{
	background: none !important;
	padding: 10px 0;
}
.category-top-brand li a img{
	background: none !important;
	height: 106px;
	margin-top: 26px;
} 
.category-top-brand li a p{
	margin-top: 10px;
}
.category-list h1{text-align: center;height: 100px;line-height: 100px;background: url(../images/pp.png) 35% center no-repeat;background-size: 80px;font-size: 36px;}
.category-list h2{text-align: center;height: 100px;line-height: 100px;font-size: 36px;color: #7ca4c4;font-weight: normal; padding: 24px 0;margin-top: 5px;}
.category-list .iphone-type{
	background: url(../images/i-iphone.png) 34% center no-repeat;background-size: 80px;
}
.category-list .galaxy-type{
	background: url(../images/i-galaxy.png) 34% center no-repeat;background-size: 80px;
	color: #fa6d8b;
}
.category-type li .category-part-p{
	box-sizing: border-box;
	height: 322px;
	padding: 20px 10px 10px;
}
.category-type li .category-part-p img{
	width: 100%;
}
.category-type li .category-part-p p{
line-height: 28px;
white-space: normal;
margin: 0 -10px;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
text-overflow:ellipsis;
}
