.formWrap{
    width: 976px;
    overflow: hidden;
    font-size: 0;
    margin: 10px auto
}
.formWrapLeft,.formWrapRight{
    width: 50%;
    display:inline-block;
    box-sizing: border-box;
    font-size: 14px;
}
.formWrapLeft{
    padding-right: 20px;
    margin-bottom: 30px;
}
.formWrapRight{
    padding-left: 20px;
}
.form_flag{
    color: red;
}
.formWrap input,.formWrap textarea{
    margin-top: 10px;
    border:1px solid #c9c9c9;
}
.form_structure{
    margin-bottom: 20px;
}
.form_left,.form_right{
    width: 50%;
    display:inline-block;
    float: left;
    box-sizing: border-box;
}
.form_left{
    padding-right: 10px;
}
.form_right{
    padding-left: 10px;
}
#district{
    width: 100%;
    height: 34px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color:#c6c6c6;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border-radius: 5px;
    border:1px solid #c9c9c9;
    margin-top: 10px;
}
#district option{
    color: #333;
}
.errormessage{
    color:red;
    display: none;
}
#formSubmit,#formSubmiting{
    color: white;
    background: linear-gradient(#464444, #262525);
    width: 100px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    line-height: 45px;
}
#formSubmiting{
    display: none;
}

#returnmes {
    text-align: center;
    margin: 50px auto;
}
.formsuccess {
    margin: 0 auto;
    position: relative;
    width: 27px;
    height: 27px;
    background-color: #0a5dbb;
    z-index: 5;
    border-radius: 50%;
}
.successmessage {
    margin-top: 20px;
}
.reqtext {
    margin-top: 30px;
}
.formsuccess:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 12px;
    color: #fff;
    border-bottom: 2px solid;
    border-right: 2px solid;
    left: 50%;
    top: 35%;
    transform-origin: center;
    transform: translate(-50%, -30%) rotate(45deg);
    -webkit-transform: translate(-50%, -30%) rotate(45deg);
    -moz-transform: translate(-50%, -30%) rotate(45deg);
    -ms-transform: translate(-50%, -30%) rotate(45deg);
    -o-transform: translate(-50%, -30%) rotate(45deg);
}
@media (max-width: 641px){
.formWrap{
    width: 100%;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto
}
.formWrapLeft,.formWrapRight{
    width: 100%;
    display:inline-block;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px;
}

}