@charset 'UTF-8';

/**!
 * 领导信箱
 * author: gl;
 * date:2025-08-28
 */
.ewb-form {
    padding-top: 27px;
    padding-right: 160px;
}
/* icheck */
.ewb-form-items > li {
    margin-top: 20px;
}

.ewb-form-tt {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 200px;
    padding-right: 5px;
    line-height: 36px;
    font-size: 16px;
    text-align: right;
}
.ewb-form-tt.require:after {
    position: absolute;
    content: '*';
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff0000;
}

.ewb-form-tt > span {
    color: #ff0000;
    padding-right: 5px;
}

.ewb-form-r {
    position: relative;
    margin-left: 200px;
}

.ewb-icheck > li {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 16px;
}

.ewb-icheck > li > label {
    cursor: pointer;
}

.ewb-icheck span {
    color: #5c5c5c;
    margin-left: 2px;
}

.ewb-data-txt {
    width: 100%;
    height: 36px;
    border-radius: 5px;
}

.ewb-data-txt {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 8px;
    height: 36px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.ewb-form-r textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 174px;
    padding: 8px 10px;
    resize: none;
}

.ewb-txt1 {
    width: 214px;
}

.ewb-form-btn {
    float: left;
    width: 88px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #2f96f6;
    cursor: pointer;
}

.ewb-data-img {
    display: inline-block;
    width: 56px;
    height: 36px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 4px;
}

.ewb-form-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 55px;
}

.ewb-form-link > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 16px;
    width: 280px;
    height: 32px;
    color: #5c5c5c;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    cursor: pointer;
}

.ewb-form-link > a:nth-child(2) {
    color: #fff;
    margin-left: 16px;
    border-color: #1d77f1;
    background-color: #1d77f1;
}

/* 所有输入框 */
input::placeholder,
textarea::placeholder {
    color: #ccc;
}
