* {
    padding: 0;
    margin: 0;
}

.dz_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /*width: 100vw;*/
    background: #ffffff;
}

.dz_content {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    width: 75%;
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px #F7F4F5;
    /*height: 300px;*/
}

.dz_bigBoxOne {
    width: calc(50% - 80px);
    padding: 40px;
}

.dz_logo {
    width: 200px;
    border-bottom-right-radius: 30px;
    background: #682A3D;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.dz_logo img{
    width: 140px;
}

.dz_big {
    font-size: 18px;
}

.dz_little {
    font-size: 13px;
}

.dz_wxBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    font-weight: bold;
    margin: 20px 0;
    border: 1px solid #682A3D;
    border-radius: 8px;
    cursor: pointer;
}

.dz_wxBox img {
    width: 40px;
    margin-right: 10px;
}

.dz_fjx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ccc;
    margin-bottom: 20px;

}

.dz_xian {
    border-top: 1px solid #ddd;
    width: 43%;
}

.dz_zcBox {
    border-bottom: 1px solid #ddd;
    margin-top: 50px;
}

.dz_zc {
    padding: 10px 0;
    color: #682A3D;
    font-weight: bold;
    border-bottom: 3px solid #682A3D;
    width: 60px;
    text-align: center;
}

.dz_inputBox {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
}

.dz_inputBox img {
    width: 20px;
    margin-right: 20px;
}

.dz_input {
    width: calc(100% - 40px);
    height: 25px;
    border: none;
    outline: none;
}

.dz_input2 {
    width: calc(100% - 140px);
    height: 25px;
    border: none;
    outline: none;
}

.dz_yzmWord {
    width: 100px;
    color: #682A3D;
    text-align: right;
    cursor: pointer;
}

.dz_qu {
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
}

.dz_tz {
    color: #682A3D;
    cursor: pointer;
}

.dz_anNiu {
    background: #682A3D;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin: 30px 30px 0;
}

.dz_bigBox {
    width: 50%;
}

.dz_bigBox img {
    width: 100%;
    height: 100%;
}


/*手机端*/
@media screen and (max-width: 770px) {
    /* 小于等于770px宽度的设备 */
    /*.dz_box {*/
    /*    display: block;*/
    /*}*/
    .dz_content {
        width: 94%;
    }

    .dz_bigBoxOne {
        width: 100%;
        padding: 20px;
    }

    .dz_bigBox {
        display: none;
    }

    .dz_nameBox {
        font-size: 32px;
    }

}