@charset "utf-8";
.footer{
    background: #31a7f1;
    padding: 8rem 0 0;
    border-top: 1px solid #eeeeee;
}
.footer-list{
    display: flex;
    justify-content: space-between;
}
.footer-list .dtit{
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
.footer-list .dlogo .tp img{
    height: 5rem;
}
.footer-list .dlogo .by{
    font-size: 2.2rem;
    color: #fff;
    margin-top: 4rem;
}
.footer-list .dnav{
    width: 200px;
}
.footer-list .dnav .caidan a{
    width: 50%;
    color: #fff;
    float: left;
    line-height: 3.5rem;
}
.footer-list .dtel .lxfs p{
    color: #fff;
    line-height: 3.5rem;
}
.footer-list .dtel .lxfs p i{
    margin-right:5px;
}
.footer-icp{
    color: #c4e8ff;
    text-align: center;
    border-top: 1px solid #caebff;
    line-height: 5rem;
    margin-top: 5rem;
    font-size: 1.4rem;
}
.footer-icp a{
    color: #c4e8ff;
}


@media (max-width:1024px){
    .footer{
        padding: 5rem 0 0;
    }
    .footer-list{
        display: block;
    }
    .footer-list .dtel{
    margin-top: 2rem;
}
    .footer-list .dtit{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .footer-list .dlogo .tp img{
        height: 5rem;
    }
    .footer-list .dlogo .by{
        font-size: 1.8rem;
        margin-top: 2rem;
    }
    .footer-list .dnav{
        width: 100%;
        display: table;
        margin-top: 2rem;
    }
    .footer-list .dnav .caidan a{
        width: 50%;
        color: #fff;
        float: left;
        line-height: 3.5rem;
    }
    .footer-list .dtel .lxfs p{
        color: #fff;
        line-height: 3.5rem;
    }
    .footer-list .dtel .lxfs p i{
        margin-right:5px;
    }
    .footer-icp{
        line-height: 2rem;
        margin-top: 3rem;
        padding: 1rem 0;
    }
    .footer-icp a{
        color: #c4e8ff;
    }
}