@media screen and (max-width: 1200px) {
    .pc{
        display: none !important;
    }
    .m-foot{
        height: auto;
        background: #fff;
        padding: 0.3rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.3rem;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
    }
    
    .m-zk-hz{
        margin-top: 0.3rem;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        background: #2e83e3;
        font-size: 0.42rem;
        
        border-radius: 3px !important;
        width: 100%;
    }
    .m-zk-hz a{
        text-decoration: none;
        color: #fff;
    }
    .m-foot-zk{
        
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0.3rem;
        width: 100%;
    }
    .m-foot-zk div{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m-foot-zk a{
        padding:0.15rem 0;
        box-sizing: border-box;
        margin: 0.2rem 0;
        float: left;
        font-size: 0.42rem !important;
        width: 90%;
        background: #f5f5f5;
        color: #555;
        text-align: center;
        text-decoration: none;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 1200px) {
    .mobile{
        display: none !important;
    }
    .pc-foot{
        display: flex;
        flex-direction: column;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        box-sizing: border-box;
    }
    .pc-foot-zk{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 5px 0;
        
        
    }
    .pc-foot-zk a{
        font-size: 16px;
        width: 10%;
        background: #f2f4f5;
        color: gray;
        text-align: center;
        padding: 5px 10px;
        box-sizing: border-box;
        justify-content: space-between;
        text-decoration: none;
        cursor: pointer;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pc-foot-zk a:hover{
        background: #2e83e3;
        color: #fff !important;
        transform: scale(1.1);
    }
    .pc-zk-hz{
        width: 10% !important;
        background: #2e83e3 !important;
        color: #fff !important;
        border-radius: 3px !important;
    }
}