* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    position: relative;
    width:100%;
    /* height: 100%; */
    /*overflow: hidden;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 28px;
}
html{
    font-size: 50px;
}
body {
    background: #fff;
    font-family:'微软雅黑', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    margin:0 auto;

}


/* General Links */

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #333;
}

/*表单 init*/

input,
select {
    border: 0;
    outline: 0;
    background: transparent none;
    -webkit-appearance: none;
    /*-webkit-border-radius: inherit;*/
}
