/* 意见建议* 
 * author:zhouzongyi
 * date:2021-11-09 */

*,
::after,
::before {
    box-sizing: border-box;
}

.module {
    margin-left: 325px;
    padding: 30px 35px 0 35px;
    font-size: 16px;
    text-align: center;
}

.module-bd {
    padding-bottom: 42px;
}

.alarm {
    margin-bottom: 34px;
}

.input-box {
    height: 50px;
    line-height: 50px;
    padding-right: 67px;
    margin-bottom: 23px;
}

.input-box p {
    margin-right: 17px;
    padding-left: 16px;
    background: url('../images/input-star.png') left 18px no-repeat;
    font-size: 18px;
    color: #a09f9f;
}

.input-box input {
    width: 69.44%;
    height: 50px;
    min-width: 559px;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0 21px;
}

/* 意见或建议 */
.suggset-input,
.suggset-input textarea {
    height: 186px;
}

.suggset-input textarea  {
    line-height: 50px;
    min-width: 559px;
    width: 69.44%;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0 21px;
    resize: none;
}

/* 验证码 */
.verify span {
    min-width: 142px;
    width: 17.6%;
    height: 50px;
    line-height: 50px;
    margin-left: 17px;
    border-radius: 4px;
    text-align: center;
    background-color: #b01127;
    color: #fff;
}

.verify input {
    min-width: 401px;
    width: 49.8%;
}

/* 提交重置 */
.submit {
    display: inline-block;
    margin-top: 76px;
    font-size: 0;
}

.submit button {
    display: inline-block;
    width: 142px;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b01127;
    border-radius: 5px;
    color: #b01127;
    cursor: pointer;
}

.submit button:nth-child(1) {
    margin-right: 34px;
    background-color: #b01127;
    color: #fff;
}
