body{
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.content-wrapper{
	padding-top: 50px;
}
.list-top{
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border-bottom: 1px solid #F8F8F8;
	z-index: 999;
}
.list-top a{
	width: 60px;
	height: 100%;
	line-height: 50px;
	float: left;
}
.list-top a.back{
	background: url(../images/back.png) center no-repeat;
}
.list-top a#size{
	background: url(../images/size.png) center no-repeat;
	float: right;
}
#choose_size{
	display: none;
	position: fixed;
	height: 100%;
	z-index: 9999;
	top: 50px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #333333;
	text-align: center;
}
#choose_size ul{
	padding: 0 10px;
	background: #FFFFFF;
}
#choose_size li{
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #F8F8F8;
}
.list-top{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 48px;
	background: #fff;
	border-top: 1px solid #F8F8F8;
	z-index: 999;
}
.list-top a{
	width: 40px;
	height: 100%;
	line-height: 48px;
	float: right;
}
.list-top a.b-menu{
	background: url(../images/menu.png) center no-repeat;
	background-size: 20px 14px;
	float: left;
}
.list-top a.b-max{
	background: url(../images/max.png) center no-repeat;
	background-size: 20px 20px;
	float: left;
}
.list-top a.b-min{
	background: url(../images/min.png) center no-repeat;
	background-size: 20px 20px;
	float: left;
}
.list-top a.turn-left{
	background: url(../images/turn-left.png) center no-repeat;
}
.list-top a.turn-right{
	background: url(../images/turn-right.png) center no-repeat;
}
.list-top .pagenum{
	width: auto;
	padding: 0 10px;
	text-align: center;
}
.list-top input{
	width: 30px;
	height: 30px;
	text-align: center;
}
.list-top span{
	padding-left: 8px;
}
.content-wrapper img.imglist {
    margin: 0 auto;
    background: 50% 0;
    width: 100%;
    
}
#catalog_l{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#catalog_l .c-title{
	position: fixed;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	width: 80%;
	padding: 0 16px;
	border-bottom: 1px solid #F8F8F8;
}
#catalog_l a.c-close{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/cross.png) right no-repeat;
	right: 0;
	float: right;
}
#catalog_l .catalog_m{
	width: 80%;
	height: 100%;
	padding: 0 16px;
	position: absolute;
	top: 51px;
	left: 0;
	background: #FFFFFF;
}
#catalog_l .catalog_m a{
	display: block;
	padding-left: 20px;
}
.catalog_m .item{
	width: 100%;
	line-height: 38px;
	background: #fff url(../images/xiala-before.png) left no-repeat;
	border-bottom: 1px solid #F8F8F8;
	display: inline-block;
}
.catalog_m .on{
	background: url(../images/mobile_xiala.png) left no-repeat;
}
.second-item .on,.third-item .on{
	background: #FFFFFF;
}
.catalog_m a.on{
	color: #0094E2;
}
.catalog_m .none{
	background: #FFFFFF;
}
.catalog_m .second-item,.catalog_m .third-item{
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	border-bottom: 1px solid #F8F8F8;
}
.catalog_m .third-item{
	padding-left: 20px;
}
