/* 留言 */
.online_message {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 15px;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, 1);
    box-sizing: border-box;
}

.online_message_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.online_message_con_title {
    padding: 50px 0;
    text-align: center;
}

.online_message_con_title h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 12px;
}

.online_message_con_title p {
    font-size: 14px;
    color: #888;
}

.online_item {
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.online_item p,
.online_item input,
.online_item_info {
    display: inline-block;
}

.online_item_info {
    text-align: right;
    flex: 1;
    padding-right: 15px;
}

.online_item span {
    font-size: 14px;
    color: red;
    flex: 0.03;
}

.online_item p {
    font-size: 14px;
    color: #555;

}

.online_item input {
    width: 78%;
    padding: 5px;
    border: 1px solid #ccc;
    height: 28px;
    margin-left: 15px;
    float: right;
}

.online_item_textarea textarea {
    height: 200px;
    resize: none;
    width: 89%;
    padding: 5px;
    border: 1px solid #ccc;
}

.online_item_textarea .online_item_info {
    padding-right: 30px;
}

.subre {
    text-align: center;
}

.subre a,
.subre input {
    display: inline-block;
    cursor: pointer;
}

.subre a {
    width: 200px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    background-color: #004ea2;
    color: #ffff;
    border-radius: 15px;
}

.subre input {
    width: 200px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    background-color: #838383;
    color: #ffff;
    border-radius: 15px;
    border: 0;
    margin-left: 15px;
}

@media screen and (max-width:1024px) {
    .online_item input {
        width: 74%;

    }

    .online_item_textarea textarea {

        width: 87%;

    }
}

@media screen and (max-width:768px) {
    .online_item input {
        width: 80%;

    }

    .online_item_textarea textarea {

        width: 80%;

    }
}

@media screen and (max-width:650px) {

    .online_message_con,
    .online_message_con form {
        padding: 0;
    }

    .online_message .z058dfcol-md6 {
        width: 50%;
        float: left;
        padding: 0;
    }

    .online_item {
        flex-direction: column;
        line-height: 200%;
    }

    .online_item input {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .online_item_textarea textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .subre a,
    .subre input {
        width: 140px;
    }


}