.consultation-top-background {
    width: 100%;
    /*height: 360px;*/
    text-align: center;
    margin-top:70px;
}

.consultation-top-background img {
    width: 100%;
    /*height: 100%;*/
    /*min-width: 1920px;*/
}

.workshop {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.7;
}

.table-container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 20px 0;
}

.input-container {
    width: calc(50% - 50px);
    float: left;
    margin-bottom: 20px;
}

.input-container:nth-child(2n) {
    margin-left: 100px;
}

.inputxt {
    height: 80px;
    width: 500px;
}

.input-content {
    width: 100%;
    height: 50px;
}

.input-content span:nth-of-type(1),
.textarea-content span:nth-of-type(1) {
    display: none;
}

.input-content>input,
.input-content>select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(231, 232, 237, 1);
    padding: 10px;
    border: 0;
    font-size: 18px;
}

.input-title,
.textarea-title {
    line-height: 36px;
}

.warning {
    color: red;
}

.submit_button_six {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    background: #3695FF;
    color: white;
    font-size: 18px;
    float: right;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: background 0.2s ease-in-out;
    /* Safari 和 Chrome */
    -o-transition: background 0.2s ease-in-out;
    /* Opera */
}

.submit_button_six:hover {
    background: #226bbc;
}

.textarea-container {
    width: 100%;
    height: 100%;
    float: left;
    margin-bottom: 20px;
}

.textarea-content textarea {
    width: 100% !important;
    height: 185px !important;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
    resize: none;
}

.ok_bottom {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}