@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    /*-webkit-appearance:none;*/
    box-sizing: border-box;
}
html, a, p, span, div, label, input, button, select, textarea, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "PingFangSC-Regular", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
p{
	margin-block-start: 0;
    margin-block-end: 0;
}
/*html{  font-size: 62.5%;!*【相当于在<html>中设置font-size为10px】*!}*/
html,body {
    overflow-x: hidden;
    width:100%;
    height: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
button {
    background-color: transparent;
    border: none;
    display: block;
}
button:hover {
    outline: none;
    -moz-outline: none;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}
em{font-style: normal;}
img{vertical-align: top;}
