p,ul,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
li{list-style: none;}
* {
    margin:0;padding:0;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.5;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    margin: 0;
}

body {background-color: #fff;overflow: auto;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    SimSun, sans-serif;}

li,ul {list-style: none;}
input {outline: none;border:none;}
a {text-decoration:none}
::-moz-placeholder {
    font-size: 13px;
    color: #8DA2B5;
    letter-spacing: 0.73px;
}
::-webkit-input-placeholder {
    font-size: 13px;
    color: #8DA2B5;
    letter-spacing: 0.73px;
}
:-ms-input-placeholder {
    font-size: 13px;
    color: #8DA2B5;
    letter-spacing: 0.73px;
}

::selection {
	background:#FC4B4B!important;
}
::-moz-selection {
	background:#FC4B4B!important;
}
::-webkit-selection {
	background:#FC4B4B!important;
}
