.footer {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 5rem;
    padding-top: 1rem;
}

.footer .main {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.footer_logo {
    width: 0.92rem;
    height: 1rem;
}

.toTop {
    position: fixed;
    z-index: 999;
    width: 0.46rem;
    height: 0.46rem;
    right: 0.6rem;
    bottom: 20%;
}

.footer_right {
    width: 8.44rem;
}

.footer_right_p1 {
    font-family: cr;
    font-size: 0.18rem;
    color: #FFFFFF;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid rgb(255, 255, 255, 0.15);
    margin-bottom: 0.15rem;
}

.footer_left_p {
    width: 4rem;
    font-family: cr;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    margin-top: 0.3rem;
}

.footer_right_content {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
}

.footer_right_box {
    display: flex;
    gap: 0.08rem;
    margin-bottom: 0.05rem;
}

.footer_right_box * {
    font-family: cr;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.footer_right_box>:first-child {
    white-space: nowrap;

}

.footer_right_box:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 2;
}

.footer_right_box:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 1;
}

.footer_bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    border-top: 0.01rem solid rgb(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom * {
    display: inline;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
    color: #FFFFFF;
    opacity: 0.6;
}

.footer_bottom a{
    opacity: 1;
}