body{
	min-width: 1190px;
}
.container{
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.layout-inner,
.top-group{
	width: 1100px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.main{
	background: url(/mh_cai/act/201812/images/app-bg1.jpg) repeat-y;
	overflow: hidden;
}
/*---------------------------------------------------*/
.hd-banner-wrapper{
	position: relative;
	height: 1132px;
}
.hd-banner-wrapper .banner-box{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 120;
}
.hd-banner-wrapper .banner-box img{
	display: block;
	width: 1920px;
	height: 283px;
}
.floor-tit{
	padding: 20px 0;
}
.floor-tit img{
	display: block;
	height: 185px;
	width: 1100px;
	margin: 0 auto;
}
.floor-wrap{
	margin-bottom: 15px;
}
/*-----------------------*/
.pro-list{
	overflow: hidden;
	margin-left: -12px;
}
.pro-item{
	float: left;
	width: 266px;
	margin-left: 12px;
	background-color: #fff;
	margin-bottom: 14px;
}
.pro-item a{
	display: block;
}
.pro-item .info{
	padding: 8px;
	position: relative;
}
.pro-item .img-box img{
	display: block;
	width: 266px;
	height: 266px;
}
.pro-item .info del{
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.pro-item .info .name{
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.pro-item .info .name a{
	color: #333;
	font-size: 14px;
}
.pro-item .info .price{
	margin-top: 15px;
	color: #f00;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}
.pro-item .info .price .txt{
	font-size: 14px;
}
.pro-item .info .btn{
	position: absolute;
	right: 8px;
	bottom: 14px;
	width: 117px;
	height: 32px;
	background: url(/mh_cai/act/201812/images/clothes-btn.png) no-repeat;
}
.pro-item:hover .img-box img{
	opacity: .85;
	filter: alpha(opacity = 85);
}
.pro-item .info .name a:hover{
	color: #f00;
}
/*-------------------------*/
.tabs{
	font-size: 0;
	background-color: #be00f5;
	padding-bottom: 5px;
}
.tabs .tab-item{
	display: inline-block;
	font-size: 24px;
	*zoom: 1;
	*display: inline;
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;
	margin-right: 15px;
}
.tabs .tab-item.cur{
	color: #5501b0;
	background-color: #fcc935;
}
/*---------------*/
.brand .brand-list{
	overflow: hidden;
	margin-left: -12px;
}
.brand .brand-item{
	float: left;
	width: 266px;
	margin-left: 12px;
	background-color: #fff;
	margin-bottom: 14px;
}
.brand .brand-item .img-box img{
	display: block;
	width: 266px;
	height: 266px;
}
.brand .brand-item .info{
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.brand .brand-item a{
	display: block;
	color: #333;
}
.brand .brand-item .logo{
	width: 100px;
	height: 46px;
}
.brand .brand-item .txt{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}
.brand .brand-item a:hover img{
	opacity: .85;
	filter: alpha(opacity = 85);
}
/*------------------------------------------------*/
.aside-nav{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: 560px;
	top: 679px;
	width: 100px;
	background-color: #ff8286;
	z-index: 1000;
}
.aside-nav.fixed{
	position: fixed;
	top: 67px;
}
.aside-nav .tit-logo{
	padding: 8px 0;
	position: relative;
}
.aside-nav .tit-logo img{
	display: block;
	width: 90px;
	margin: 0 auto;
}
.aside-nav .pic-box{
	padding-top: 8px;
	margin-bottom: 10px;
}
.aside-nav .pic-box img{
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
}
.aside-nav .nav-list li a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.aside-nav .nav-list li:hover{
	background-color: #ffc104;
	border-bottom-color: #55b610;
	transition: all .3s;
	-moz-transition: all .3s;	 /*Firefox 4 */
	-webkit-transition: all .3s;	 /*Safari 和 Chrome */
	-o-transition: all .3s;	 /*Opera*/ 
}
.aside-nav .title{
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 20px 0;
	font-weight: normal;
}
.aside-nav .nav-list li.active{
	border-color: #51ac0f;
	background-color: #ffc104;
}
.aside-nav .nav-list li.active a,
.aside-nav .nav-list li:hover a{
	color: #fff;
}
.aside-nav .go-top{
	text-align: center;
	color: #f1a622;
}
.aside-nav .go-top a{
	display: block;
	padding: 6px 0 12px;
	color: #fff;
	line-height: normal
}
.aside-nav .go-top i{
	display: block;
	font-size: 16px;
}
.cate-nav{
	top: 1355px;
}