@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-size:0%; font-weight:normal;line-height:0%}
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;/*去掉苹果默认样式*/
}
select{
    -webkit-appearance: none;/*兼容苹果手机*/
    border:none;
    background-color: transparent;
    color: #666666;
}
input::-webkit-input-placeholder{
     color: #999999;
}
body{background: #f9fafc;}
.clearfix{*zoom:1}
.clearfix:after{visibility:hidden;clear:both;display:block;content:".";height:0;}
.zg_wrapper{max-width:750px;min-width:320px;margin:0 auto;overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;padding-bottom: 0.3rem;background:#fe7931 url(./../images/body_bk.jpg) no-repeat center top;background-size:7.5rem 5.4rem;}

.fl{float:left;}
.fr{float:right;}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
:-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}