html,body,div,a,p,h1,h2,h3,h4,h5,h6,span,form,textarea,input,ul,li,ol,dt,dd,i,s,b,u,img,header,nav,section,main{
	margin: 0;
	padding: 0;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,body{
	min-width: 320px;
	max-width: 640px;
	height: 100%;
	font-size:12px;
	font-family: "微软雅黑";
	background-color: #fff;
}
i,s,b,u{
	text-decoration: none;
	list-style: none;
	font-weight: normal;
}
input,textarea,button{
	border: none;
	outline: none;
	outline-style: none;
	resize: none;
	-webkit-appearance: none;
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
ul,li{
	list-style: none;
}
img{
	display: block;
}
a{
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.clearfix::before,.clearfix::after{
	content:"";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
}
.l{
	float: left;
}
.r{
	float: right;
}


.qsz_category {
	/*padding-top: 45px;*/
	padding-bottom: 50px;
	width: 100%;
}



#page2{
	position: fixed;
	top:0;
	width: 100%;
	height: auto;
}
#page1{
	position: fixed;
	bottom:0;
	width: 100%;
	height: auto;
}

.conent{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 55px;
}

.goods_title{
	z-index: 10001;
	position: fixed;
	top:0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background:rgba(246,139,11,.8);
}
.and{
	background-color: #ff8813;
}
.goods_title p{
	width: 100%;
	/*padding-left: 40px;*/
	height: 44px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.goods_title a.icon_back{
	position: absolute;
	top:0;
	left:0;
	width: 40px;
	height: 44px;
	padding: 12px 10px;
	background: url("/Public/Mobile/images/goods/return.png") no-repeat center;
	background-size: 100%;
	background-origin:content-box;
	background-clip:content-box;
}
.ripple {  
    width: 0;  
    height: 0;  
    border-radius: 50%;  
    background: rgba(255, 255, 255, 0.4);  
    transform: scale(0);  
    position: absolute;  
    opacity: 1;  
}  
.rippleEffect {  
    animation: rippleDrop .5s linear;  
}  
@keyframes rippleDrop {  
    100% {  
        transform: scale(3);  
        opacity: 0;  
    }  
}




