.index-container .footer-wrap {
    height: .84rem;
    line-height: .84rem;
    font-size: .24rem;
    color: #CFCFCF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    height:1.08rem;
    background:rgba(255,255,255,1);
    box-shadow:0px -.07rem .29rem 0px rgba(208,208,208,0.5);
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 0 .31rem;
    box-sizing: border-box;
}
.footer-menu nav {
    width: 100%;
    height: 100%;
}
.footer-menu li {
    width: 25%;
    text-align: center;
    float: left;
    color: #A8A8A8;
    line-height: 1rem;
    position: relative;
    height: 100%;
}

.footer-menu li a {
    font-size: .32rem;
    font-weight: bold;
    color: #999999;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1rem;
    font-size:.26rem;
    font-family:MicrosoftYaHeiUI;
    color:rgba(153,153,153,1);
    line-height:1;
}
.footer-menu li img {
    width: .40rem;
    height: .40rem;
    display: none;
    margin: 0.13rem 0;
}
.footer-menu li img.pary {
    display: inline-block;
}
.footer-menu li.curr img.pary {
    display: none;
}
.footer-menu li.curr img.light {
    display: inline-block;
}
.footer-menu li.curr a {
    color: #06c1ae;
}
.footer-menu li .new {
    position: absolute;
    width: 0.38rem;
    height: 0.28rem;
    top: .2rem;
    right: -0.47rem;
}
.footer-menu li.curr a::after{
    background: none;
}