html,
body {
    height: 100%;
}

.wrap {
    height: 100%;
    background-color: #eef1f9;
}

.main {
    height: 100%;
    display: flex;
    background: url(../img/contact/contact.png) no-repeat;
    background-size: cover;
}

.main>div {
    width: 50%;
    height: 100%;
}

.left {
    position: relative;
    color: #fff;
}

.right {
    background-color: #fff;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
}

.left .content {
    width: 430px;
    position: absolute;
    bottom: 114px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.left .content h2 {
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

.left .content p {
    font-size: 16px;
    line-height: 32px;
}

.right .txt1 {
    margin-bottom: 8px;
    color: #262c33;
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
}

.right .txt2 {
    margin-bottom: 29px;
    color: #646b74;
    font-size: 14px;
    line-height: 23px;
}

.layui-input-block {
    margin: 0 !important;
}

.layui-form-item {
    margin-bottom: 36px;
}

.layui-input,
.layui-textarea {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
    height: auto;
}

form {
    flex: 1;
    height: 100%;
    position: relative;
}

.layui-form-item:last-child {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

.layui-btn {
    width: 100%;
    margin: 0;
    font-size: 14px !important;
    line-height: 54px !important;
    height: auto !important;
    border-radius: 0 !important;
}