
    .dibu {
        width: 100%;
        /*height: 3.9rem;*/
        background: #808080;
        padding: 0.64rem 0 1.2rem 0;
        position: relative;
        color: #FFFFFF;
        
    }
.foot_logo{
    width: 3rem;
    margin: 0 auto;
}
    .wenzi {
        display: flex;
        font-size: 0.18rem;
    }

    .wz_item {
        width: 2rem;
    }
    .wz_item a {
        color: #FFFFFF;
    }
    .wz_item_t {
        font-weight: bold;
        font-size: 0.2rem;
    }

    .wz_item_i {
        font-size: 0.16rem;
        margin-top: 0.29rem;
        cursor: pointer;
    }

    .zuidibu {
        width: 100%;
        height: 0.7rem;
        background: #545454;
        line-height: 0.7rem;
        text-align: center;
        color: #FFFFFF;
    }

    .hddb_btn {
        width: 0.56rem;
        height: 0.56rem;
        background: #FFFFFF;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0.4rem;
        right: 0.7rem;
    }

    .hddb_btn img {
        width: 0.26rem;
        height: 0.16rem;

    }

    .hddb_btn:hover {
        cursor: pointer;
    }

    .flex1 {
        display: flex;
    }
