.element-to-show {
    width: 1rem;
    height: 1rem;
    position: fixed;
    right: .44rem;
    bottom: .23rem;
    display: none;
}

.header-tab-box {
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 3.25rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
}

.header-tab-box img {
    width: 2.15rem;
    height: .63rem;
    margin-right: 1.63rem;
}

.header-tab-box ul {
    display: flex;
    align-items: center;
}

.header-tab-box ul>li {
    line-height: .63rem;
}

.header-tab-box ul>li>a {
    margin-right: .78rem;
    padding: .1rem 0;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .23rem;
    color: #161B31;
}

.active {
    color: #F40000 !important;
    position: relative;

}

.active::after {
    content: '';
    display: block;
    width: .25rem;
    height: .04rem;
    background: #F40000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-tab-box ul>li:last-child {
    margin-right: 0;
}

.footer-box {
    width: 100%;
    background: #0E0E2A;
    height: 4.58rem;
    display: flex;
    flex-direction: column;
    padding: .78rem 0 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.footer-box-top {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 3.25rem;
}


.footer-box-top-top {
    font-family: PingFangSC, PingFang SC;
    margin-bottom: .3rem;
    font-weight: 600;
    font-size: .25rem;
    color: #FFFFFF;
}

.footer-box-top-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-box-top-bottom a :hover {
    font-weight: 600;
}

.footer-box-top-bottom>a>span,
.footer-box-top-bottom>span {
    display: flex;
    align-items: center;
}

.footer-box-top-bottom>a>span>img,
.footer-box-top-bottom>span>img {
    width: .25rem;
    height: .25rem;
    margin-right: .2rem;
}

.footer-box-top-bottom>a>span>text,
.footer-box-top-bottom>span>text {
    width: 3.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .2rem;
    color: #FFFFFF;
}

.footer-box-bottom {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: .75rem;
    box-sizing: border-box;
}

.footer-box-bottom::before {
    content: '';
    width: 100%;
    height: .01rem;
    position: absolute;
    top: 0;
    display: block;
    background: #FFFFFF;
    opacity: 0.4;
}

.footer-box-bottom>a{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .17rem;
    color: #FFFFFF;
    opacity: 0.5;
}


.footer-box-bottom>span {
    width: .01rem;
    height: .38rem;
    background: #D8D8D8;
    opacity: 0.4;
    margin: 0 .6rem;
}