*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent
}
*{
    padding:0;
    margin:0;
}
html {
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}
html,body{
    width:100%;
    overflow-x: hidden;
    font-size: 16px;
    color:#000;
    -webkit-overflow-scrolling:touch;
    /*height: 100%;*/
    position: relative;
}
body{
    margin:0 auto;
}
body,button,dd,dl,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

a {
    outline: 0;
    color: inherit;
    text-decoration: none
}

a,img {
    -webkit-touch-callout: none
}

button,input,select,textarea {
    outline: 0;
    border: none;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    font-weight: 400;
    padding:0;
}
textarea {
    resize: none
}
img{
    max-width: 100%;
}