/**
 * Created by zxq on 2018/6/3.
 */
/***************初始化 reset css**************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {font-family: Arial, Helvetica, sans-serif;font-size: 12px;margin: 0;padding: 0;font-family:"微软雅黑";}
table {border-collapse: collapse;border-spacing: 0}
img {border: 0;}
ol, ul {list-style: none}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal}
a {text-decoration: none}
.clearfix:before, .clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
.clr {clear: both}
/*html{ min-width:850px;}*/
/*以上为防止兼容性问题及其他全体声明*/
*,
*::before,
*::after{
    margin:0;
    padding:0;
   
    /*点击高亮效果清除，也可换成其他颜色*/
     tap-hithligth-color:transparent;
     -webkit-bap-hithligth-color:transparent;
}
img{vertical-align:top; display:block}
body{
    font-size:14px;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
}

ul, ol{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
input,textarea{
    border:none;
    outline: none;

    /*不允许改变尺寸*/
    resize:none;

    /*元素的外观 none内有任何外观*/
    -webkit-appearance:none;
}

/*公用样式 commen css*/
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.f_both{
    float: both;
}
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
    clear: both;
}
/*容器*/

.kong_20{ width:100%; height:20px;}
.kong_80{ width:100%; height:80px;}
.kong_10{ width:100%; height:10px;}
html{min-width:1200px;}

