.bg_main {
    height: 104.5%;
}

.zh_ma {
    background: url(../images3/zh1_bg.png) no-repeat;
    width: 1108px;
    height: 930px;
    padding: 39px 20px 20px;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.zh1 {
    display: flex;
    justify-content: space-between;
}

.zh1 h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 9px;
    margin-bottom: 19px;
}

.zh1_1 h2 {
    color: #fff;
}

.zh1_1 textarea {
    color: #df0000;
    font-size: 20px;
    resize: none;
    border: solid 2px rgba(187, 245, 249, .6);
    padding: 8px;
    width: 251px;
    box-sizing: border-box;
    height: 658px;
    background-color: rgba(255, 255, 255, .25);
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 28px;
}

.zh1_1 .btn_box {
    justify-content: center;
}

.zh1_1 .btn_box a {
    min-width: 100px;
    margin: 0 10px;
    padding: 0;
    border-radius: 10px;
}

.zh1_1:last-child textarea {
    margin-bottom: 22px;
}

.zh1_2 {
    box-sizing: border-box;
    padding-right: 16px;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.zh1_2 a {
    border-radius: 10px;
}

.zh1_2 h1 {
    font-family: 宋体;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 17px;
}