html,
body {
    width: 100%;
    /*height: 100%;*/
    /*font-size: 1px;*/
    /* overflow : hidden; */
}

body {
    /*background-color: #F6F6F6;*/
    overflow: auto;
    font-family:"[PingFangSC]", "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

body,
ul,
p,
table,
h1,
h2,
h3,
h4,
h5,
div,
span,
thead,
tbody,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/*img {*/
    /*vertical-align: middle;*/
/*}*/

body * {
    -webkit-text-size-adjust: none;
}
h3{
    font-size: 16px;
    font-weight: normal;
}
h6{
    font-size: 12px;
    font-weight: normal;
}
input{
    outline: none;
    list-style: none;
    border: none;
    background: transparent;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
