html {width: 100%;-webkit-text-size-adjust:none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);height: 100%;}
body {width: 100%;height: 100%;font-size: 16px; line-height: 24px;min-height: 100%;font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;}
* {border: 0;margin: 0;padding: 0;}
ul,ul li,ol,li {list-style: none outside none;}
img {vertical-align: middle;border: none;}
i {font: inherit;}
input,select,option {vertical-align: middle;-moz-appearance:none;appearance:none;outline: none;}
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"] {appearance: none;outline: none;}
input[type="button"],input[type="checkbox"]{cursor: pointer;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
h1,h2,h3,h4,h5,h6,i,strong {font-weight: normal;}
select::-ms-expand { display: none; }
a {text-decoration: none;}
a:hover {text-decoration: none;outline: none;cursor: pointer;}
.clear {clear: both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {zoom: 1;display: block;_height: 1px;clear: both;}
/*自适应*/
html{
    font-size:16.20px;  /*默认以设计稿为基准*/
}

@media only screen and (max-width: 1366px) {
    html{
        font-size:11.66px;
    }
}
