.contact{
    height: 530px;
    display: flex;
}
.contact_img{
    width: 940px;
    height: 100%;
    overflow: hidden;
}
.signup_content{
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: hidden;
    width: 330px;
    height: 538px;
}
.contact_form{
    flex: 1;
    background-color: #e0e0e0;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    width: 100%;
}
.contact_form .el_container{
    flex-direction: column;
}
.contact_form .el_container>div{
    margin-bottom: 8px;
}
.contact_form .commit_btn{
    width: 100%;
    height: 32px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
}
.contact_form .commit_btn:hover{
    background-color: var(--primary-color-hover);
}
.contact_form .commit_btn:active{
    background-color: var(--primary-color-active);
}
.contact_form_title{
    height: 45px;
}
.contact_form_title p{
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.contact_form .content_zone{
    position: relative;
}
.contact_form .content_zone textarea{
    width: 100%;
    height: 227px;
}
.contact_ctet .le_list{
    margin-top: 30px;
}