@charset "utf-8";
/* CSS Document */
.form_item{
    background: #ecf0f7;
    border-radius: 8px;
    padding: 15px;
}
.form_container{
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}
.contact_p{
    font-family: 'Inter Medium';
}
.contact_p2{
    margin-bottom: 15px;
}
.email{
}
.email a{
    color: #0955a4;
    font-family: 'Inter Bold';
}
.email_p{

    margin-bottom: 12px;
}
.contact_left{}
.contact_right{}
.contact_col2 {
    width: 440px;
    margin-right: 25px;
}
.form_title {
    margin-bottom: 10px;
}
.fm_text_contact {
    font-size: 12px;
    color: #333;
    border: 1px solid #595959;
    outline: none;
    width: 100%;
    height: 40px;
    text-indent: 10px;
}
.error {
    color: red;
    font-size: 15px;
    margin-top: 15px;
    display: none;
}
.error i {
    margin-right: 10px;
}
.fm-select_contact {
    padding: 0px 9px;
    border: 1px solid #595959;
    outline: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    width: 100%;
}
.row_form {
    margin-bottom: 30px;
}
.row_form2 {
    margin-bottom: 10px;
}
.contact_col1{
    width: 905px;
}
.fm-textarea_contact {
    font-size: 12px;
    color: #333;
    border: 1px solid #595959;
    outline: none;
    padding-top: 6px;
    width: 100%;
    text-indent: 10px;
}
.code {
    width: 210px;
    vertical-align: middle;
}
.renew {
    color: #006db4;
    font-family: 'Inter Medium';
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
.vercode {
    height: 42px;
    width: 140px;
    vertical-align: middle;
    margin-left: 6px;
}
.fm_button {
    background-color: #007eb4;
    border-radius: 4px;
    font-size: 20px;
    -webkit-box-shadow: 0 1px 1px #ebe7e6;
    zoom: 100%;
    height: 46px;
    line-height: 46px;
    outline: none;
    color: #fff;
    width: 120px;
    cursor: pointer;
    border: none;
    transition: all 0.3s linear;
}
.contact_info ul{}
.contact_info ul li{
    float: left;
    width: 396px;
    padding: 12px;
    background: #d9edf7;
    margin-right: 20px;
    margin-bottom: 20px;
}
.type{
    padding-bottom: 6px;
}
/*normal_table*/
.normal_table tr td:first-child {
    padding-right: 10px;
}
.dot{
    background: #111b51;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 10px;
    position: relative;
}
.normal_table tr td {
    padding-bottom: 10px;
    vertical-align: top;
}
.wechat_img{}
.wechat_info{
    margin-left: 24px;
    margin-top: 16px;
}
.wechat_p{
    line-height: 36px;
}
.cn_wechat{font-weight: bold;font-family: "Microsoft YaHei";}
