body{
	font-size: 0.6rem;
}
.header {
	border-bottom: 0.05rem solid #DFDFDF;
	position: fixed;
	width: 100%;
	z-index: 2;
	left: 0;
}

.h_title {
	width: 85%;
}

.input-search {
	width: 12.5rem;
	height: 1.5rem;
	background-color: white;
	float: left;
	margin-top: 0.35rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.input-search i {
	display: block;
	float: left;
	margin-left: 0.2rem;
	width: 1rem;
	height: 1rem;
	margin-top: 0.25rem;
	margin-left: 0.25rem;
}

.input-search i img {
	width: 100%;
	height: 100%;
	float: left;
}

.input-search input {
	height: 100%;
	width: 10rem;
	float: left;
	margin-left: 0.25rem;
}

.main {
	background-color: #FFFFFF;
}

.category_list {
	width: 4.5rem;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: white;
	overflow-y: scroll;
}

.category_list:before {
	content: "";
	display: block;
	height: 2.2rem;
}

.category_list::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.category_list ul li {
	height: 2rem;
	line-height: 2rem;
	width: 4.45rem;
	text-align: center;
	font-size: 0.6rem;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	position: relative;
}

.select_item {
	background-color: #F2F2F2;
	border-right: 1px solid #F2F2F2 !important;
}

.select_item:before {
	content: "";
	position: absolute;
	left: 0;
	border-left: 0.15rem solid #C91623;
	height: 100%;
	width: 0.15rem;
}

.category_item {
	width: 10.9rem;
	height: 100%;
	right: 0;
	padding: 0 0.3rem;
	position: absolute;
	overflow-y: scroll;
}

.category_item::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.category_item:before {
	content: "";
	display: block;
	height: 2.2rem;
}

.c_item {
	margin-top: 0.5rem;
	overflow: hidden;
}

.c_item:last-child {
	margin-bottom: 0.5rem;
}

.c_title {
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.6rem;
	position: relative;
	padding-left: 0.5rem;
}

.c_title:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0.2rem;
	height: 100%;
	border-left: 0.2rem solid #000000;
}

.c_list {
	width: 10.8rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.c_list ul li {
	width: 3.5rem;
	height: 4.3rem;
	background-color: white;
	float: left;
	margin: 0 0 0.05rem 0.05rem;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1rem;
}

.c_list ul li img {
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.c_list ul li p {
	padding: 0 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.c_item a{
	text-decoration: none;
	color: black;
}
