body{background: #fff;height: 100%;overflow: hidden;}
.search-input-form{
	/*padding: 0px 10px;*/
	position: relative;
	z-index: 9;
}
.gray{
	background: #E5E5E5;
}
.category-tab{
	background: #fff;
}

/*.category-tab ul{
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	min-height: 100%;
}*/
.category-tab ul li{
	height: 54px;
	line-height: 54px ;
	text-align: center;
	background: #f4f4f4;
	position: relative;
	font-size: 14px;
	color:#333333 ;
}

/*.baffle-plate{
	width: 10px;
	height: 100%;
	background: #f00;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
}*/
.category-content{
	overflow-x: auto;
}
.category-content-box{
	/*position:fixed;
	left: 82px;
	top: 42px;
	overflow-y: auto;*/
	padding-left: 92px;
	overflow-x: auto;
	top: 42px;
}

.mui-scroll-wrapper .mui-scroll,.category-content-box .mui-scroll-wrapper{
	width: inherit;
}
.category-content-box .mui-scroll-wrapper{
	position: inherit;
}
.category-content-wrapper{
	padding: 0px 0px 0px 10px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.append-product-box{
	position: relative;
	padding-bottom: 15px;
}
.category-tab ul li.tab-actime{background: #fff;color: #ffb504;}

.category-tab ul li.tab-actime:before{
	content: " ";
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
	left: -2px;
	top: 0px;
	background: #ffb504;
}

.category-tab ul li.init{background: #f4f4f4;color: #333333;}

.category-content-wrapper .title-column{height:33px;line-height:33px;font-weight: inherit;font-size: 14px;color: #333333;padding-right: 15px;}

.category-content-wrapper .title-column a{color: #959595;float: right;}

.category-product-item{position: relative;padding-bottom: 12px;}

.category-product-item .images,.category-product-item .images img{width: 80px;height: 80px;position: relative;}

.category-product-item .product-info{color: #333;font-size: 16px;padding: 0px 15px 0px 0px ;position: relative;margin-left: 15px;}

.category-product-item .product-info h5{margin: 0px;font-weight: inherit;}
.category-product-item .product-info .title{
	/*word-break: break-all;
	text-overflow: ellipsis;*/
	overflow: hidden;
	line-height: 20px;
	height: 40px;
	color: #333;
}
.category-product-item .product-info .Supply-to{
	font-size: 12px;
	color: #bababb;
	/*padding-bottom: 0px;*/
}
.category-product-item .product-info .ptice-time{font-size: 12px;line-height: 22px;word-break: break-all;text-overflow: ellipsis;}

.category-product-item .product-info .ptice-time .ptice{color:#f21717;padding-right: 10px;font-size: 14px;overflow: hidden;font-weight: 700;}

.category-product-item .product-info .ptice-time .time{color:#bababb;padding-right: 15px;}

.category-product-item .product-info .inventory{color:#999;font-size: 12px;}

.bot-padding{padding-bottom:15px ;}

.top-padding {padding-top:15px ;}

.brand-category-style{overflow: hidden;}

.brand-category-style li{
	width: 33.333333%;
	/*height: 90px;*/
	float: left;
	/*margin-right: 6px;*/
	text-align: center;
/*	margin-bottom: 10px;*/
}
.brand-category-style li .brand-logo{display: block;padding-right: 10px;}

.brand-category-style li .brand-logo .img-box{
	/*width:82.66px;
	height:82.66px;*/
	margin: 0 auto;
	position: relative;
}

.brand-category-style li .brand-logo p{text-align: center;color: #333;font-size: 12px;padding: 5px 0px 9px;}

/*.category-index{display: none;}*/
.category-index.Show{display: block;}
/**
 * 搜索
 */
.search form .mui-icon{
	color: #a9a9a9;
	top: 7px;
}
.search-box{
	z-index: 999;
}
/**/

/* 设置滚动条的样式 */
/* 左侧*/
.noProduct{
	text-align: center;
	line-height: 380px;
	color: #999;
}
#wrapper-left {
	position: absolute;
	z-index: 1;
	top: 46px;
	bottom: 55px;
	left: 0;
	width: 25%;
	background: #F4F4F4;
	overflow: hidden;
}

#scroller-left  {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
/* 右侧*/
#wrapper-right {
	position: absolute;
	z-index: 1;
	top: 46px;
	bottom: 55px;
	right: 0;
	width: 75%;
	background: #fff;
	overflow: hidden;
}

#scroller-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}
/*.search-box .mui-search input[type=search]{
	border-radius: 5px;
}*/
.mui-search.border-cell:after{
	border-radius: 10px;
	border: 1px solid #e5e5e5;
}
.banner{
	height: 46px;
	margin-right: 10px;
	margin-top: 5px;
}
