/*form {
	max-width: 600px;
}*/

.form-col {
    line-height: 35px;
    font-size: 14px;
    /* padding-bottom: 22px; */
    /* display: flex; */
}

#check-code {
    line-height: 35px;
    font-size: 15px;
}

.form-col label {
    flex: 1;
    min-width: 100px;
    box-sizing: unset!important;
    font-size: 15px;
    line-height: 45px;
    height：45px;
}

.form-col>input,
.form-col>textarea {
    background-color: #f9fbfc;
    color: #666;
    font-size: 15px;
    border: 1px solid #d9e1e3;
    border-radius: 6px;
    padding: 12px 15px;
    resize: vertical;
    /* width: calc(100% - 120px); */
}

#check-code>input {
    background-color: #f9fbfc;
    color: #666;
    font-size: 15px;
    border: 1px solid #d9e1e3;
    border-radius: 6px;
    padding: 12px 15px;
    resize: vertical;
    width: 60%;
    float: left;
}

#check-code>label {
    display: block;
}

.form-col>textarea {
    min-height: 200px;
}

.code {
    color: #666;
    font-size: 16px;
    border-radius: 6px;
    resize: vertical;
    padding: 0 10px;
    font-size: 30px;
    font-style: italic;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    width: 40%;
    cursor: pointer;
    float: left;
}

.submit input {
    width: 150px;
    display: block;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    transition: 0.3s all;
    cursor: pointer;
    background: #9B0810;
    color: #fff;
    font-size: 16px;
}

.inputfocus {
    border: 1px solid green;
}

.submit input:hover {
    background: #000;
}

.contact-box>div:nth-child(1) {
    float: left;
    width: 50%;
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
}

.contact-box>div.info-box {
    float: left;
    width: 50%;
    padding: 20px;
    font-size: 16px;
    line-height: 28px;
}

.contact-box .fa {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    color: #5eb52a;
}

.submit {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.form-title {
    margin-bottom: 20px;
}

.form-title>p {
    font-size: 28px;
    font-weight: 600;
}

.form-title>p.sub-title {
    font-size: 16px;
    font-weight: 400;
}

html:lang(en) .form-title>p.sub-title {
    font-size: 20px;
    font-weight: 400;
}