.top-seach {
	height: 44px;
	background: #76B0E0;
	width: 100%;
}
.top_seach_div{
    display: flex;
}
.top_seach_div input {
    flex: 1;
	margin-top: 5px;
	width: 100%;
	height: 33px;
	border: none;
	border-radius: 5px;
	padding-left: 8px;
	font-size: 14px;
}

.ALLProducts-nav {
	overflow: hidden;
	width: 100%;
	/*margin-left:2.5%;*/
	/*margin-right:2.5%;*/
	/*width: 95%;*/
	/*padding: 0px 2.5%;*/
	padding: 0px 8px;
	margin-top: 43px;
	border-bottom: 1px solid #ccc;
	background: #FAFAFA;
	white-space: nowrap;
}

.ALLProducts-nav::-webkit-scrollbar,
.wrap_content::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

.ALLProducts-nav a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #999;
}

.ALLProducts-nav-active a {
	color: #76B0E0;
}

.ALLProducts-nav li {
	display: inline-block;
	margin-right: 30px;
	text-align: center;
	font-size: 16px;
}

.wrap_content {
	position: relative;
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}

.wrap_content aside {
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	border-right: 1px solid #ccc;
}

.sider_content li {
	height: 50px;
	border-bottom: 1px solid #E3E3E3;
}

.sider_content li h3 {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
}

.content_ul {
	width: 75%;
	left: 0%;
	/*position: absolute;*/
	top: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

.mui-scroll-wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 25%;
	overflow: hidden;
	width: 100%;
}

.content_ul li {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 10px;
}

.goods_img {
	margin-top: 20px;
}

.unitE {
	color: #666;
	margin-top: 4px;
	font-size: 13px;
	/*margin-right: 15px;*/
}

.goods_img img {
	width: 60px;
	height: 55px;
	margin-left: 10px;
}

.goods_title {
	margin-top: 10px;
	width: 66%;
	margin-left: 10px;
}

.title_div {
	width: 100%;
}

.title_div h4 {
	display: inline-block;
	font-weight: normal;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	flex-direction: column;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 28px;
	line-height: 14px;
}

.title_div span {
	float: right;
	margin-right: 4px;
	display: inline-block;
	font-size: 18px;
	color: #999;
}

.title_div span.collotColor {
	color: rgb(255, 113, 27);
}

.describe {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	margin-top: 5px;
	min-height: 12px;
}

.price_div {
	display: inline-block;
	font-size: 15px;
	color: #f00;
}

.price {
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
}

.mui-numbox {
	height: 30px;
	padding: 0 30px;
	width: 100px;
}

.mui-numbox [class*=btn-numbox],
.mui-numbox [class*=numbox-btn] {
	width: 30px;
}

.ALLProducts-content-active {
	background-color: #76B0E0;
	color: #FFFFFF;
}

.sider_content li h3 {
	font-weight: normal;
}

.mui-pull {
	font-weight: 700;
	position: absolute;
	right: 25%;
	bottom: 10px;
	left: 0;
	text-align: center;
	color: #777;
}

.shopcart_addNO {
	color: #666;
	float: right;
	/*border: 1px solid #E3E3E3;*/
	height: 24px;
	width: 64px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	/*background: #fafafa;*/
	color: #999;
}
.indexF {
    display: inline-block;
    margin: 10px 0;
    float: right;
    color: #FFFFFF;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.indexF i {
    font-size: 22px;
}
.shopcart {
    display: inline-block;
    margin: 10px 0;
    float: right;
    color: #FFFFFF;
    position: relative;
}

.shopcart i {
    font-size: 22px;
}