html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;
height: 100%;
}
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input{-webkit-appearance:none; resize: none;}
    img {max-width: 100%;height: auto;width:auto\9; /* ie8 */border: none;}
    /* 初始化开始*/
    *{margin:0; padding:0; border:none;box-sizing:border-box;
	    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;}
    body{color:#595959;margin:0 auto;font-size: 13px;

    
    }
  
    a{text-decoration:none; color:#969696;}
    a:hover{ text-decoration:none;}
    li{list-style:none;}
    h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;margin:0;}
    .clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
    .clearfix{zoom:1;}
    .fl{float:left;}
    .fr{float:right;}
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
    input:-moz-placeholder, textarea:-moz-placeholder {color: #999;}
    input::-moz-placeholder, textarea::-moz-placeholder {color: #999;}
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}
    /* 初始化结束 */
   .container{width: 1025px;margin:0 auto;}
   button,input{outline: none;border:none;}
   
