.AH_new {
    width: 100%;
    margin: 0 auto;
    background: #0D1120;
    position: relative;
    z-index: 100;
}

.AF_new {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.AF_new a {
    text-decoration: none;
}

a:link, a:visited {
    color: #A8A8A8;
    text-decoration: none;
}

.AI_new {
    font-size: 0;
    color: #FFF;
}

.AI_new ul {
    float: right;
}

ol, ul {
    list-style: none;
}

.AI_new li {
    display: inline-block;
    line-height: 80px;
    font-size: 16px;
}

.on {
    background-color: rgba(251, 29, 113, 0.10);
    box-shadow: 0 1px #FB1D86, 0 2px #FB1D86, 0 3px #FB1D86;
}

.AJ_new {
    font-family: PingFangSC-Medium;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    letter-spacing: 0;
    transition: all .25s;
    margin-left: 1px;
}

.AJ_new:hover {
    box-shadow: 0 1px #FB1D86, 0 2px #FB1D86, 0 3px #FB1D86;
    /* box-shadow: 0 1px #fff, 0 2px #fff, 0 3px #fff; */
    background-color: rgba(251, 29, 113, 0.10);
    text-decoration: none;
    color: #FFF;
}

.AG_new {
    width: 40px;
    height: 40px;
    background: url(https://www.5aichang.cn/style/images/icon2x.png) no-repeat;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background-size: cover;
}

.acc_new {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 39px;
    width: 86px;
    margin-left: 54px;
}

div#footer {
    width: 100%;
    text-align: center;
    padding: 36px 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #CCCCCC;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    background: #0D1120;
    margin: 0 auto;
}

#footer a {
    color: #A8A8A8;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}