html,
body {
    height: 100%;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    font-family: "Noto Sans SC";
    -webkit-user-drag: none;
}

html,
body {
    height: 100%;
}

#banner_title {
    width: 100%;
    background: #302375;
    padding-top: 23px;
}

#banner_title_div {
    width: 1000px;
    height: 36px;
}

#banner_title_div>* {
    cursor: pointer;
}

#banner_title_div>img {
    float: left;
}

#banner_title_div>p {
    color: #ada8ca;
}

#banner_title_div>p:hover {
    color: #ccc8e2
}

#banner_title_div>p:active {
    color: #FFFFFF
}

#banner_title_bj {
    background: #FFFFFF;
    margin-top: 26px;
    width: 100%;
    height: 2px;
    opacity: 0.1;
}

#banner_title_text {
    font-family: ziticqnananti;
    color: #FFFFFF !important;
    margin-left: 8px;
    font-weight: 400;
    font-size: 20px;
    width: 120px;
    height: 26px;
    float: left;
    margin-top: -2px;
}

#banner_xz_text {
    width: 64px;
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    float: right;
    margin-top: 6px;
}

#banner_fk_text {
    width: 32px;
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    float: right;
    margin-left: 30px;
    margin-top: 6px;
}

#bottom_xxl {
    height: 34px;
    background: #F7F7F7;
    padding: 23px;
}

#bottom_xxl>div {
    width: 650px;
    height: 32px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

#bottom_xxl>div>* {
    float: left;
}

#bottom_xxl>div>p:nth-child(1),
#bottom_xxl>div>p:nth-child(3),
#bottom_xxl>div>p:nth-child(5) {
    cursor: pointer;
}