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