@charset "utf-8";
/*H5开发reset*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,figcaption,figure,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,button,input,select,textarea{font:10px/1 Lucida Grande,'Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif}
h1{font-size:18px;font-weight:normal}
h2{font-size:16px;font-weight:normal}
h3{font-size:14px;font-weight:normal}
h4,h5,h6{font-size:100%;font-weight:normal}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace}
small{font-size:12px}
ul,ol,li{list-style:none}
a{display:block;text-decoration:none}
abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}
q:before,q:after{content:''}
legend{color:#000}
fieldset,img{border:0}
table{border-collapse:collapse;border-spacing:0}
hr{border:0;height:1px}
html,body,.container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
button,input,optgroup,select,textarea {
    -webkit-appearance:none; /*去掉webkit默认的表单样式*/
}
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0); /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
body {
    -webkit-text-size-adjust: 100%!important; /*禁止IOS调整字体大小*/
}
img{
	width:100%;
	height:auto;
	display: block;
	-webkit-touch-callout:none;
	-webkit-user-select: none;
}
.container .show{
	display: block;
}
.container .hide{
	display: none;
}
.container .opaciyshow{
	opacity: 1;
}
.posa{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.x{
	position: absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
}
.y{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
}
.xy{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
}
.pop{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%; 
}
.pop{
	z-index: 50;
}
input,button,textarea{
	border:none;
	outline: none;
}