@charset "utf-8";
/* CSS Document */
ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, input, textarea, select{margin:0;padding:0}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
img{border:0;vertical-align:middle}
em{font-style:normal}
li{list-style:none}
em,i{font-style:normal}
textarea,input{background: none; border:none;}
a{color:#666;text-decoration:none;}
*{padding:0;margin:0;list-style: none;text-decoration: none;font-weight:normal;color:#333; }
html{width:100%;height:100%;font:16px/16px 'Microsoft Yahei';}
body{font:16px/16px 'Microsoft Yahei';/*position:relative;*/}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/border:0}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
    -webkit-appearance: none;/*去掉苹果默认样式*/
}
.zg_wrapper{max-width:750px;min-width:320px;margin:0 auto;overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;}