/*form {
	max-width: 600px;
}*/
.form-box>h3{
    font-family: 'Noto Serif TC';
    color: #000;
}
.form-col {
    font-family: 'Noto Serif TC';
    line-height: 35px;
    font-size: 14px;
    /* padding-bottom: 22px; */
    /* display: flex; */
}

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

.form-col label {

    flex: 1;
    box-sizing: unset!important;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    font-family: 'Noto Serif TC';
}

.form-col>input,
.form-col>textarea {
    background-color: #f9fbfc;
    color: #666;
    font-size: 15px;
    border: 1px solid #d9e1e3;
    border-radius: 6px;
    padding: 5px 10px;
    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;
}

/* header
<link href="https://fonts.googlefonts.cn/css?family=Architects+Daughter" rel="stylesheet">
*/
.code {
    font-family: 'Architects Daughter', cursive;
    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: 100%;
    display: block;
    border: none;
    padding: 12px 15px;
    border-radius: 6px;
    transition: 0.3s all;
    cursor: pointer;
    background: rgb(35 31 32);
    color: #fff;
    font-family: 'Noto Serif TC';
}

.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;
}
 
@media screen and (max-width:760px) {
    .form-box h3{
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .form-col>input, .form-col>textarea {
        width: 100%;
    }
    .group-col-2 {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .form-box h3{
        font-size: 20px;
    }
}