@CHARSET "UTF-8";
HTML, BODY, DIV, UL, LI, SPAN, TABLE, TBODY, TR, TD, TH, ul, ol, li {
    padding: 0;
    margin: 0;
}

HTML, html {
    font-size: 20px;
    width: 100%;
    height: 100%;
}

BODY {
    font-family: "PingFang-SC-Bold", "Microsoft YaHei", "SimHei", "Helvetica Neue", Arial, "Droid Sans", Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    min-width: 1120px;
    min-height: 630px;
}

* {
    box-sizing: border-box;
}

A {
    cursor: pointer;
    transition: color 0.15s linear;
    color: inherit;
    text-decoration: none;
}

A[disabled] {
    cursor: default;
}

A[actived] {
    color: #398EFF;
}

A:hover {
    color: #398EFF;
}

ul, li, ol {
    list-style: none;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 8px;
}

@media (min-width: 1240px) {
    html {
        font-size: 24px;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 26px;
    }
}

@media (min-width: 1550px) {
    html {
        font-size: 30px;
    }
}

.e-logo-180 {
    background-size: 5.8rem auto;
    background-image: url("https://eclp-static.s3.cn-north-1.jdcloud-oss.com/eclp1/newportal/20190320/images/logo/logo_180_h.png");
}
