html {
    font-size: 20rem;
}

* {
    margin: 0rem;
    padding: 0rem;
    border: 0rem;
    font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Roboto, Arial, sans-serif, SimSun;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-decoration: none;
}

body {
    overflow-x: auto; /*根据内容，自动显示滚动条*/
    background-color: #FFFFFF;
}

dl, li, menu, ol, ul {
    list-style: none
}

.animation {
    visibility: visible !important;
    -webkit-animation: slideUpIn100 .6s linear;
    animation: slideUpIn100 .6s linear
}

img {
    width: 100%;
}

.min-width {
    /*min-width: 1650rem !important;*/
}