
@media screen and (min-width: 1024px) {
    .com-footer-index{
        width: 100%;
        padding: 7.14rem 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: 1.42rem;
        font-weight: 700;
    }

    .com-footer-index .box .left .ul-box .line{
        width: 1px;
        height: 1.72rem;
        background: #898989;
        margin: 0 2.86rem;
    }

    .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: 2.14rem;
        font-size: 1.28rem;
    }

    .com-footer-index .box .left .feedback{
        font-weight: 500;
        color: var(--local-color);
    }

    .com-footer-index .box .left .email{
        margin-left: 2.86rem;
        display: flex;
        color: var(--blue-color);
    }

    .com-footer-index .box .left .contact{
        margin-top: .72rem;
        font-size: 1.28rem;
        color: var(--local-color);
    }


    .com-footer-index .box .right img.logo{
        width: 16.08rem;
        height: auto;
    }
}

@media screen and (min-width: 350px) and (max-width: 999px){
    .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;
        font-weight: 700;
    }

    .com-footer-index .box .left .ul-box .line{
        width: 1px;
        height: 14px;
        margin: 0 20px;
        background: #898989;
    }

    .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;
        color: #6785FD;
    }

    .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;
    }
}