.com-footer-index{
    width: 100%;
    padding: 1rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.com-footer-index .box{
    width: 100%;
}

.com-footer-index .box .left{
    display: flex;
    flex-direction: column;
}

.com-footer-index .box .left .ul-box{
    font-size: 0.2rem;
    font-weight: 700;
}

.com-footer-index .box .left .ul-box .line{
    width: 0.01rem;
    height: 0.24rem;
    background: #898989;
    margin: 0 0.4rem;
}

.com-footer-index .box .left .ul-box li a.action,
.com-footer-index .box .left .ul-box li a:hover{
    color: var(--blue-color);
}

.com-footer-index .box .left .feedback-box{
    margin-top: 0.3rem;
    font-size: 0.18rem;
}

.com-footer-index .box .left .feedback{
    font-weight: 500;
    color: var(--local-color);
}

.com-footer-index .box .left .email{
    margin-left: 0.4rem;
    display: flex;
    color: var(--blue-color);
}

.com-footer-index .box .left .contact{
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: var(--local-color);
}


.com-footer-index .box .right img.logo{
    width: 2.25rem;
    height: 0.38rem;
}

@media screen and (max-width: 768px){
    .com-footer-index{
        padding: 40px 0;
    }

    .com-footer-index .box{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .com-footer-index .box .left{
        width: 100%;
    }

    .com-footer-index .box .left .ul-box{
        font-size: 14px;
    }

    .com-footer-index .box .left .ul-box .line{
        width: 1px;
        height: 14px;
        margin: 0 20px;
    }

    .com-footer-index .box .left .feedback-box{
        margin-top: 14px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .com-footer-index .box .left .feedback-box .email{
        margin-left: 0;
        margin-top: 6px;
    }

    .com-footer-index .box .left .contact{
        justify-content: space-between;
        margin-top: 14px;
        font-size: 12px;
    }

    .com-footer-index .box .left .email img{
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .com-footer-index .box .right img.logo{
        margin-top: 14px;
        width: 9.41rem;
        height: auto;
    }
}