.jpress-label-left {
    color: #fff;
}

textarea {
    width: 100%;
}

.jpress-form-item {
    margin-bottom: 25px;
    clear: both;
    *zoom: 1;
}

.jpress-label-left {
    position: relative;
    float: left;
    display: block;
    padding: 9px 10px;
    width: 90px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    text-align: right;
}

.jpress-input-block {
    margin-left: 110px;
    min-height: 36px;
}

.jpress-form-control {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 1.3;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.jpress-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.jpress-form-check {
    position: relative;
    display: block;
    padding-left: 12px;
    margin-bottom: 12px;
}

/*textarea框*/
textarea.jpress-form-control {
    height: auto;
}

.xz-contact .wp-block-columns > div:last-child {
    flex: none;
    width: 100%;
    padding: 20px;
}

.wp-container-3 {
    background: #fff;
}