.contactWrap {
    background: url("../img/contactUs.png") no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 1px 0 100px;
}

.titleWrap {
    text-align: center;
    margin-top: 150px;
    color: #fff;
}

.titleWrap .en {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.titleWrap .ch {
    font-size: 24px;
}

.contactWrap .conWrap{
    background-color: rgba(255, 255, 255, .3);
    margin-top: 50px;
    padding: 20px;
}
.contactWrap .conWrap .item{
    text-align: center;
    color: #fff;
}
.contactWrap .conWrap .item .iconfont{
    font-size: 32px;
}
.contactWrap .infoWrap{
    margin-top: 30px;
}
.form-control{
    background-color: rgba(255, 255, 255, .4);
    border-radius: 0;
    border: none;
}
.form-control:focus{
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0.2rem rgba(159, 115, 69, 0.5);

}
.contactWrap .btn{
    background-color: #9f7345;
    border-radius: 0;
    color: #fff;
    width: 100px;
}

.error {
    color: #dc3545;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.form-control.error {
    border-color: #dc3545;
    box-shadow: 0 0 5px #dc3545;
}

@media screen and (max-width: 768px) {
    .titleWrap{
        margin-top: 50px;
    }
    #map{
        height: 200px !important;
    }
    .formBox{
        margin-top: 20px;
    }
}