:root {
    --activeTitleColor: #3848a0;
    --fontFamilyStyle: "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", "Segoe UI", Tahoma, "宋体b8b\4f53", SimSun,
        sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    /* color: #111111; */
}

.content {
    padding: 32px 0;
    background: #EAECEF;
}

.content p {
    margin-bottom: 8px;
    text-align: center;
}

.content p span {
    display: block;
    margin-right: 0;
}

.w {
    width: 1280px;
    /* 版面居中 */
    margin: 0 auto;
}

a {
    background-color: transparent;
    text-decoration: none;
}

@media screen and (min-width: 1280px) {

    #root-h5,
    .mob-top.domMob.domMobile {
        display: none !important;
    }



    body {
        text-align: center;
        color: #000000;

        /* background: #f0f5fe !important; */

    }

    .content p span {
        display: inline;
        margin-right: 1em;
    }
}

@media screen and (max-width: 1279px) {

    #root {
        display: none !important;

    }

    html {
        font-size: 37.5px;
        /* background-color: #f0f5fe !important; */

    }


}