.menu-icons {
    padding: 0 0.24rem;
    border-radius: 99px;
    list-style-type: none;
    margin: 0;
    display: flex;
    width: 100%;
    background-image: url(https://escope.net.cn/scrm-wechat/images/bottom1.png);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
}
.menu-icons li {
    flex: 1;
    padding-top: 18.55%;
    position: relative;
}
.menu-icons li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-icons li a img {
    width: 100%;
    /* width: 28%; */
}

.menu-icons a {
    color: rgb(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.24rem;
}
.menu-icons li span{
    line-height: 0.4rem;
    margin-top: 2px;
}
.menu-icons li.active a {
    font-weight: 500;
    color: rgb(255, 255, 255, 1);
}
.menu-icons li.active span{
    /* margin-top: 4px; */
    font-family: OPPOSans !important;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); /* 发光效果 */
}
/* .menu-icons li.active img{
    width: 33%;
} */
footer{
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    z-index: 100;
    width: 92%;
    border-radius: 4%;
    margin-left: -46% !important;
    border-radius: 1rem;
    place-content: flex-start;
    place-items: flex-start;
    flex-shrink: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 99px;
    background: radial-gradient(29.6% 160.16% at 1.22% -25.78%, rgba(222, 108, 255, 0.56) 0%, rgba(222, 108, 255, 0) 100%), linear-gradient(90deg, rgba(78, 93, 255, 0.72) 4.74%, rgba(0, 22, 255, 0.72) 100%);
    /*backdrop-filter: blur(12px);*/
}
footer ul {
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 100%);*/
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 100%);*/
}
