/* contact */
.contact_top h5{
    font-size: 42px;
    font-weight: bold;
    color: #252525;
    line-height: 70px;
}
.contact_top h4{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
}
.contact_top{
    text-align: center;
}
.contact{
    padding: 80px 0 120px;
}
.contact_box_all{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.contact_box_all > .row > div:nth-child(1){
    display: flex;
    justify-content: center;
}
.contact_top{
    font-size: 28px;
    font-weight: 600;
    color: #252525;
    line-height: 40px;
    margin: 20px 0;
}
.contact_title{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
}
/* leabe */
.leave{
    padding-bottom: 150px;
}
.leave_top{
    font-size: 42px;
    font-weight: bold;
    color: #252525;
    line-height: 70px;
    text-align: center;
    margin-bottom: 60px;
}
.form-2{
    height: 208px;
    background: #F6F6F6;
    border-radius: 1px;
    margin-bottom: 15px;
}
.form-3{
    height: 78px;
    background: #F6F6F6;
    border-radius: 1px;
    margin-bottom: 15px;
}
.leave_btn{
    margin-top: 60px;
}
.lv-btn{
    width: 289px;
    height: 60px;
    border-radius: 2px;
}
/*验证码*/

.upload-awrp {
    overflow: hidden;
    margin: 120px 0;
   }
   .code_w{
    height: 78px;
   }

   .code {
    font-family: Arial;
    font-style: italic;
    font-size: 30px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    float: left;
    cursor: pointer;
    width: 100%;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    background: #C1C8E8;
    border: 1px solid ;
    user-select: none;
   }

@media (max-width:992px) {
    .contact{
        padding: 20px 0 70px;
    }
    .contact_box_all{
        display: block;
        margin-top: 50px;
    }
    .contact_top{
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        color: #252525;
        line-height: 22px;
        margin: 0;
    }
    .contact_title{
        text-align: left;
        margin-top: 8px;
        font-size: 13px;
        font-weight: 400;
        color: #888888;
        line-height: 18px;
    }
    .contact_box_all > .row > div:nth-child(1){
        padding-right: 0;
    }
    .contact_top h5{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #252525;
        line-height: 24px;
    }
    .contact_top h4{
        text-align: center;
        font-size: 11px;
        font-weight: normal;
        color: #333333;
        line-height: 20px;
    }
    .contact_box_all > .row > div:nth-child(1){
        display: block;
    }
    /* leave */
    .leave{
        padding-bottom: 60px;
    }
    .leave_top{
        font-size: 24px;
        font-weight: bold;
        color: #252525;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .form-2{
        height: 127px;
    }
    .form-3{
        height: 40px;
    }
    /*验证码*/
    .code{
        font-size: 20px;
        line-height: 39px;
    }
    .code_w{
        height: 40px;
    }
   .yzm{
       padding-left: 0;
   }
   .leave_btn{
       margin-top: 25px;
   }
   .lv-btn{
       width: 100%;
        height: 48px;
   }

}
