*{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
html{
	width: 100%;
	height: 100%;
	font-size: 36px;
	background: #F0F2F5;
}
body{
	height: 100%;
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
}
a{
	color: #666;
	text-decoration: none;
}
a img{
	border: none;
}
i,em{
	font-style: normal;
}
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	*+display:inline-block;
}
.d-clearfix{
	clear: both;
}
.font-ico{
	font-family: "zly";
	font-style: normal;
	font-size: 14px;
}
.move-200{
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}
.move-400{
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}
.move-800{
	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
}
.main-contanier{
	position: relative;
	width: 10rem;
	overflow-x: hidden;
	margin: 0px auto;
}
.m-backTop{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: solid 1px #DDD;
	background: #FFF;
	text-align: center;
	position: fixed;
	bottom: 56px;
	right: 8px;
	display: none;
}
.m-backTop span{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}

/*顶部搜索*/
.search-tab{
	width: 10rem;
	height: 40px;
	line-height: 40px;
	position: fixed;
	background: #f60;
	top: 0px;
	z-index: 9;
}
.m-logo,.m-search-form,.m-user,.m-view{
	float: left;
}
.m-logo{
	width: 2.4rem;
	overflow: hidden;
}
.m-logo img{
	width: 76px;
	height: 23px;
	display: block;
	margin: 8px auto;
}
.m-search-form{
	width: 6.3rem;
	margin-left: 0.1rem;
}
.m-search-form .m-search{
	width: 6.2rem;
	height: 30px;
	margin: 5px auto;
	display: block;
	background: #fff;
	border-radius: 2px;
}
.m-search-form .m-search .search-ico{
	display: block;
	width: 0.9rem;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
}
.common-search-bar{
	background: #F1F1F1;
	border-bottom: solid 1px #DDD;
}
.common-search-bar .m-search {
	width: 7.6rem;
	/*border: solid 1px #DDD;*/
	box-sizing:border-box;
}
.common-search-bar .m-search-form{
	width: 7.6rem;
}
.common-search-bar .m-user a{
	color: #666;
}
.common-search-bar .m-user:active{
	background: #DDD;
}
.common-search-bar .m-back{
	width: 1rem;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
}
.dummy-input{
	width: 5.1rem;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-top: 3px;
	border: none;
	outline: none;
}
.common-search-bar .dummy-input{
	width: 6.5rem;
}
.m-user,.m-view{
	width: 1.2rem;
	text-align: center;
}
.m-user:active,.m-view:active{
	background: #C95200;
}
.m-user a,.m-view a{
	color: #FFF;
}
.search-window{
	position: fixed;
	width: 10rem;
	height: 100%;
	background: #FFF;
	z-index: 9;
	display: none;
}
.s-bar{
	height: 40px;
	border-bottom: solid 1px #DDD;
	line-height: 40px;
}
.s-bar .close-bar{
	float: left;
	width: 1rem;
	text-align: center;
	font-family: "宋体";
	font-size: 20px;
}
.s-bar .rel-search{
	width: 8.5rem;
	float: left;
	height: 28px;
	/*border: solid 1px #DDD;*/
	border-radius: 2px;
	margin: 5px 0px;
}
.rel-input{
	width: 7.5rem;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 2px 0px;
	margin-left: 0.1rem;
	border: none;
	outline: none;
}
.search-submit{
	width: 0.9rem;
	text-align: center;
	display: block;
	height: 28px;
	line-height: 28px;
	border: none;
	/*border-left: solid 1px #DDD;*/
	background: none;
	outline: none;
}
.search-submit:active{
	background: #EAEAEA;
}
.h-s-label{
	width: 1rem;
	height: 26px;
	line-height: 26px;
	text-align: center;
	float: left;
}
.hot-search{
	margin-top: 16px;
}
.h-s-item{
	width: 9rem;
	float: left;
}
.h-s-item li{
	float: left;
	/*border: solid 1px #DDD;*/
	padding: 0px 10px;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	margin: 0px 6px;
	margin-bottom: 8px;
}
.h-s-item li:active{
	background: #EAEAEA;
}
.history-search{
	margin-top: 16px;
	padding-top: 8px;
	padding-bottom: 12px;
	border-bottom: solid 1px #DDD;
}
.clear-history{
	width: 7.5rem;
	height: 40px;
	line-height: 40px;
	margin: 16px auto;
	border: solid 1px #DDD;
	border-radius: 2px;
	text-align: center;
}
.clear-history:active{
	background: #EAEAEA;
}

/*常规顶部bar*/
.common-topbar{
	width: 10rem;
	height: 40px;
	border-bottom: solid 1px #DDD;
	background: #FFF;
	line-height: 40px;
	text-align: center;
}
.common-topbar div{
	float: left;
}
.common-topbar .c-t-back{
	width: 1.2rem;
	font-size: 22px;
	cursor: pointer;
}
.common-topbar .c-t-title{
	width: 7.6rem;
}
.common-topbar .c-t-act{
	width: 1.2rem;
}
.tip{
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.7);
	color: #FFF;
	border-radius: 2px;
	text-align: center;
	margin-top: -20px;
}

/*美化checkbox*/
.ico-checkbox{
	position: relative;
	visibility: hidden;
}
.ico-checkbox:before{
	content: "\e836";
	display: block;
	position: absolute;
	color: #C9C9C9;
	font-size: 18px;
	left: 0px;
	top: 0px;
	font-family: "zly";
	visibility: visible;
}
.ico-checkedbox:before{
	content: "\e86c";
	display: block;
	position: absolute;
	color: #f60;
	font-size: 18px;
	left: 0px;
	top: 0px;
	font-family: "zly";
	visibility: visible;
}
/*美化radio*/
.ico-radio{
	position: relative;
	visibility: hidden;
}
.ico-radio:before{
	content: "\e836";
	display: block;
	position: absolute;
	color: #C9C9C9;
	font-size: 18px;
	left: 0px;
	top: 0px;
	font-family: "zly";
	visibility: visible;
}
.ico-radiochecked:before{
	content: "\e86c";
	display: block;
	position: absolute;
	color: #f60;
	font-size: 18px;
	left: 0px;
	top: 0px;
	font-family: "zly";
	visibility: visible;
}

/*购物车计数器*/
.counter{
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: solid 1px #DDD;
	border-radius: 2px;
}
.counter .plus{
	width: 32px;
	float: left;
	border-left: solid 1px #DDD;
}
.counter .counter-area{
	width: 34px;
	float: left;
}
.counter .counter-area input{
	display: block;
	width: 34px;
	height: 24px;
	border: none;
	text-align: center;
	outline: none;
}
.counter .cut{
	width: 32px;
	float: left;
	border-right: solid 1px #DDD;
}
.counter .disabled{
	background: #DDD;
}

/*首页风格产品列表*/
.block-title{
	width: 10rem;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border-bottom: solid 1px #DDD;
	font-size: 14px;
	font-weight: normal;
}
.m-block{
	margin-top: 0.3rem;
	padding-bottom: 6px;
	background: #FFF;
}
.block-title span{
	display: block;
	border-left: solid 3px #f60;
	padding: 0px 0px 0px 12px;
	float: left;
	margin-left: 12px;
	height: 18px;
	line-height: 18px;
	margin-top: 11px;
}
.goods-items{
	width: 10rem;
	margin: 0px auto;
	margin-top: 0px;
	overflow: hidden;
}
.goods-item{
	width: 5rem;
	float: left;
	background: #FFF;
	border-top: solid 2px #DDD;
	margin-top: -2px;
	border-left: solid 1px #DDD;
	margin-left: -1px; 
}
.goods-item img{
	width: 5rem;
	height: 5rem;
}
.goods-item .g-i-name{
	display: block;
	width: 4.8rem;
	margin: 4px auto 0px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.goods-item .g-i-bottom{
	width: 4.8rem;
	margin: 6px auto 4px;
	height: 32px;
	line-height: 32px;
}
.goods-item .g-i-bottom .price{
	color: #f15353;
	float: left;
	margin-right: 12px;
}
.goods-item .g-i-bottom .bao-ico{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #f60;
	color: #FFF;
	border-radius: 2px;
	font-size: 12px;
	margin-top: 8px;
}

.b-l{
	border-image: url("../images/b-l.png") 0 2 stretch;
	border-width: 0px 0px 0px 1px;
}
.b-r{
	border-image: url("../images/b-l.png") 0 2 stretch;
	border-width: 0px 1px 0px 0px;
} 
.b-t{
	border-image: url("../images/b-b.png") 2 0 stretch;
	border-width: 1px 0px 0px 0px;
}
.b-b{
	border-image: url("../images/b-b.png") 2 0 stretch;
	border-width: 0px 0px 1px 0px;
}
.b-l-r{
	border-image: url("../images/b-l.png") 0 2 stretch;
	border-width: 0px 1px 0px 1px;
}
.b-t-b{
	border-image: url("../images/b-b.png") 2 0 stretch;
	border-width: 1px 0px 1px 0px;
}
.b-w{
	border-image:url("../images/b-w.png") 4 4 stretch; 
	border-width:1px;
}
.b-w-o{
	border-image:url("../images/b-w-o.png") 2 2 stretch; 
	border-width:1px;
}
.b-l-t{
	border-image:url("../images/b-wp.png") 2 2 stretch; 
	border-width: 1px 0px 0px 1px;
}
.b-l-b{
	border-image:url("../images/b-wp.png") 2 2 stretch; 
	border-width: 0px 0px 1px 1px;
}
.b-r-t{
	border-image:url("../images/b-wp.png") 2 2 stretch; 
	border-width:1px 1px 0px 0px;
}
.b-r-b{
	border-image:url("../images/b-wp.png") 2 2 stretch; 
	border-width: 0px 1px 1px 0px;
}