* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "microsoft yahei";
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

a {
	color: inherit;
	text-decoration: none;
}


.price .category {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	
	
}
.price.tabTitle .category{
	height: 90px;
}
.price .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.price .category ul li {
	display: table-cell;
	white-space: nowrap;
	
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 31px 25px;
	width: 252px;
	font-family: "microsoft YaHeiUI";
	
}
.price.tabTitle .category ul li{
	padding: 31px 25px 14px 25px;
}
.price.tabTitle .category ul li a{
	font-size: 24px;
}
.price .category ul li.active {
	border-bottom: 6px solid #0083ff;
	color: #0083ff;
	font-weight: bold;
}

.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}

.price .cont ul li {
	margin: 0 10px;
	box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
	margin-right: 0px!important;
}

.price .cont ul li {
	border-bottom: 1px solid #E5E5E5;
	background-color: #fff;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.price .cont ul li  .cont_main {
	vertical-align: top;
	text-align: left;
	margin-top: 28px;
	flex: 1;

}
.price .cont ul li  .cont_main div a{
	display: flex;
	flex-wrap:wrap;
    display: -webkit-flex;
    justify-content: space-between;
}



.price .cont ul li .cont_main div span{
	display: inline;
	padding-top: 8px;
	font-size: 16px;
	color: #666666;
	
}
.price .cont ul li .cont_main a:hover  h3.title {
	color: #0083ff;
}


.price .cont ul li  .img-item {
	height: 108px;
	width: 163px;
	margin: 14px 27px 15px 0px;
}

.price .cont ul li .cont_main a h3.title {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.price .cont ul li .cont_main p.desc {
	font-size: 16px;
	line-height: 42px;
	color: #666666;
	height: 42px;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	text-align: justify;
	overflow: hidden;
}
.price .more-context{
	margin-top: 19px;
	margin-left: 10px;
	color: #0083ff;
	font-size: 16px;
	text-align: left;

}