* {
    padding: 0;
    margin: 0
}

.dz_banner {
    width: 100%;
}

.dz_banner img {
    width: 100%;
    margin-bottom: 100px;
}

.dz_center {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dz_left {
    width: 30%;
    text-align: center
}

.dz_topWord {
    background-color: #1A5DA8;
    color: white;
    font-size: 30px;
    font-weight: bold;
    height: 95px;
    line-height: 95px;
}

.dz_bottomWord {
    height: 295px;
    background-color: #DFF2FC;
    overflow: hidden;
}

.dz_baogao {
    font-size: 20px;
    font-weight: bold;
    color: #004B9F;
    margin-top: 34px;
}

.dz_hr {
    border: 1px solid #D4E2E9;
    margin: 10px 0px;
}

.dz_ziliao {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.dz_right {
    width: 65%;
}

.dz_rightWord {
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #1A5DA8;
    margin-bottom: 7px;
    margin-right: 20px;
}

.dz_xiazai {
    display: none;
    color: #666666;
    font-weight: bold;
}

.dz_hrOne {
    height: 0px;
    border: 1px solid #E9E9E9;
    background-color: #E9E9E9;
}

.dz_hrTwo {
    width: 120px;
    height: 0px;
    border: 1px solid #1A5DA8;
    background-color: #1A5DA8;
    margin-top: -18px;
}

.dz_form {
    margin-top: 37px;
}

.dz_inputBox {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.dz_ziduan {
    font-weight: bold;
    color: #333333;
    width: 90px;
}

.dz_input {
    width: 247px;
    height: 37px;
    border: 1px solid #EEEEEE;
    padding-left: 10px;
}

#dz_discode {
    border: 1px solid black;
    margin-left: 10px;
}

.dz_huanyizhang {
    height: 20px;
    border: none;
    background-color: white;
    /* margin: 15px 0 0 5px; */
}

.dz_button {
    width: 350px;
    height: 40px;
    background: #1A5DA8;
    color: white;
    border: none;
    margin-top: 35px;
    font-weight: 400;
}

.dz_tishi {
    margin-top: 70px;
    margin-bottom: 90px;
}

.dz_tishi div {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.dz_tishi p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 5px 0;
}