article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html {
    font-family: "Helvetica Neue",Helvetica, sans-serif;
    /*谷歌浏览器字体最小字体12px*/
    -webkit-text-size-adjust: 100%;/*100%/none 关闭字体大小自动调整功能*/
    /*a标签及拥有 :active伪类的元素有默认的高亮框*/
    -webkit-tap-hightlight-color: transparent;
    /*禁止文本被选中*/
    -webkit-user-select: none;
}
body{
    width: 100%;
    overflow-x:hidden;
    /*开启moblie网页快速滚动和回弹的效果*/
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    /*display:block;*/
    /*width:100%;*/
    color: #333;
    text-decoration: none;
}
img{
    border: 0;
    display: block;
    width:100%;
    vertical-align: middle;
}

input{
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clearfix:after{
    content:"";
    display:block;
    width:100%;
    height:0;
    clear:both;
}
li,ol{
    list-style:none;
}
.m_95{
    width: 95%;
    margin:0 auto;
}
table{
    border-collapse: collapse;
}
.doyoo_f_original{overflow:auto !important;}
.doyoo_f_frame{display: none !important;}
#doyoo_f_close,#doyoo_f_min{display: none !important;}