* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
}
.containera {
	height: auto;
	overflow: hidden;
}

.price {
	width:100%;
	margin: 0 auto;
}
.price .category ul{ width:100%; height:auto; overflow:auto;}
.price .category ul li{ width:33.3333%; float:left; color:#fff;}
.price .categorya ul{ width:100%; height:auto; overflow:auto;}
.price .categorya ul li{ width:33.3333%; float:left; color:#333;}
.price .categoryb ul{ width:100%; height:auto; overflow:auto; border-top:#e8e8e8 solid 1px;}
.price .categoryb ul li{ width:25%; float:left; color:#333;}
.price h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
}

.price .category {
	width:100%;
	overflow: hidden;
	position: relative;
}

.price .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.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 .prev {
	display: none;
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #c6c6c7;
	background: #fff;
	text-align: center;
	font-size: 0;
	left: 0;
	border-right: 1px solid #e1e3e6;
}

.price .category .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 96.77% 25%;
	background-size: initial;
}

.price .category .next span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 61.29% 25%;
	background-size: initial;
}

.price .category .next {
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #c6c6c7;
	background: #fff;
	text-align: center;
	font-size: 0;
	right: 0;
	border-left: 1px solid #e1e3e6;
}

.price .category ul li {
	display: table-cell; background:#30353c;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative; line-height:4rem;
}
.price .categorya ul li {
	display: table-cell; background:#fff;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative; line-height:4rem;
}

.price .categoryb ul li {
	display: table-cell; background:#fff;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative; line-height:4rem;
}

.price .category ul li.active { background:#fd5555;
	color: #fff;
}
.price .categorya ul li.activea {color: #25a8f5; border-bottom:#25a8f5 solid 2px; background:#fff;}
.price .categoryb ul li.activeb {color: #fd5555; border-bottom:#fd5555 solid 2px; background:#fff;}
.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}
