.footer-wrap {
    width: 100%;
    background: #244B00;
}


.footer-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 0.62rem;
    padding: 0.1rem;
    margin-left: 1.55rem;
    border-radius: 0rem 0rem 0rem 0rem;
    /* line-height: 0.51em; */
    opacity: 0.58;
    margin-bottom: 0.46rem;
}

.footer-logo img {
    margin-right: .16rem;
    width: auto;
    height: 0.6rem;
    object-fit: cover;
}

.footer-logo img:last-child {
    margin-right: 0;
}

.footer-box {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
    display: flex;
    margin: 0 auto;
}

.footer-left {
    display: flex;
}

.footer-menu-box {
    display: flex;
}

.footer-right {
    margin-left: 1.71rem;
}

.footer-menu {
    text-align: left;
    margin-left: 1.06rem;
    position: relative;
}

.footer-menuu {
    text-align: left;
    padding: 0 0.7rem;
    position: relative;
}

.footer-menu-title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.23rem;
}

.footer-menu-a {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.19rem;
    padding-bottom: 0.2rem;
}

.footer-menu-a:last-child {
    padding-bottom: 0;
}

.footer-menu-a:hover {
    text-decoration: underline;
}

.footer-menu-tcon {
    margin-top: 0.16rem;
}

.footer-link-box {
    width: 1.54rem;
    height: 0.38rem;
    border: 1px solid #FFFFFF;
    border-radius: 0.19rem;
    padding: 0 0.15rem;
    margin-bottom: 0.29rem;
}

.footer-link-select {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-link-select option {
    color: #333;
    cursor: pointer;
}

.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-code img {
    width: 1.5rem;
    height: 1.5rem;
}

.footer-code p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.25rem;
    text-align: center;
}

.footer-about-box {}

.footer-about {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.footer-about img {
    width: 0.2rem;
    height: 0.2rem;
    flex-shrink: 0;
    margin-right: 0.08rem;
}

.footer-about p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}

.footer-bottom {
    padding: 0.3rem 0;
    background: #091200;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;
}

.footer-contact-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0.15rem;
}

.footer-beian {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-beian p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}

.footer-beian a {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.19rem;
    margin-right: 0.2rem;
}

.footer-beian a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .footer-logo {
        padding: 0 0.25rem;
    }

    .footer-menu-box {
        display: none;
    }

    .footer-link-box {
        margin: 0 auto;
    }

    .footer-beian a {
        line-height: 0.34rem;
        font-size: 0.24rem;
    }

    .footer-contact-p {
        line-height: 0.5rem;
    }

    .footer-code p {
        line-height: 0.4rem;
    }

    .footer-contact {
        display: block;
    }

    .footer-box {
        display: block;
        padding: 0.3rem 0;
    }

    .footer-link-box {
        margin-bottom: 0.2rem !important;
    }

    .footer-logo {
        padding-top: 0.38rem;
        padding-left: 0.15rem;
    }

    .footer-link-box {
        width: 1.74rem;
    }

    .footer-code p {
        font-size: 0.24rem;
    }
}