/**!
 * 征集意见及采纳情况-公众意见采纳情况反馈
 * author: trh;
 * date:2020-9-22
 */
.ewb-white {
    padding-bottom: 49px;
}

/* 表单 */
.ewb-form {
    margin-top: 26px;
    padding-top: 19px;
    border-top: 1px solid #eee;
}

.ewb-form-tt {
    width: 24.5%;
    height: 868px;
    background-color: #f6f6f6;
}

.ewb-form-p {
    width: 100%;
    position: relative;
    height: 72px;
    line-height: 72px;
    color: #666;
    font-size: 22px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-form-p span {
    position: absolute;
    left: -10px;
    top: -2px;
    color: #ef4837;
}

.input-box {
    width: 75.5%;
}

.ewb-form-input {
    padding-left: 20px;
}

.form-input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    margin: 17px 0 17px 0;
    font-size: 21px;
    padding: 0 20px;
    color: #666;
}

/* 证件类型单选 */
.radio-wrap {
    height: 51px;
    line-height: 45px;
    margin: 34px 0 17px 0;
}

.radio-label {
    display: inline-block;
    margin-right: 37px;
    font-size: 22px;
    color: rgb(102, 102, 102);
    cursor: pointer;
}

.radio-label input {
    width: 12px;
    height: 12px;
    margin: 5px 5px 0 0;
    border: 1px solid #b6b6b6;
    background-color: #dedede;
}

/* 咨询部门、街道下拉框 */
.sel {
    line-height: 38px;
    margin: 17px 0;
}

.sel-wrap {
    width: 47.5%;
}

.sel .sel-wrap:first-child {
    margin-right: 40px;
}

/* 下拉选择 */
.sel .chosen-container-single .chosen-single {
    padding: 0 0 0 15px;
    height: 36px;
    border-color: #ccc;
}

.sel .chosen-container-single .chosen-single div {
    width: 46px;
}

.sel .chosen-container-single .chosen-single div b {
    width: 31px;
    height: 18px;
    margin: 11px 15px 0 0;
    background: url("../images/chosen-arrow.png")no-repeat center center;
}

.sel .chosen-container-single .chosen-single span {
    height: 36px;
    line-height: 36px;
    margin-right: 46px;
    font-size: 21px;
    color: rgb(102, 102, 102);
}


.proposal {
    width: 100%;
    height: 215px;
    margin-top: 17px;
    border: 1px solid #ccc;
    resize: none;
    text-indent: 17px;
    padding: 0 3px;
    color: #666;
    font-size: 21px;
}

/* 验证码 */
.ewb-verification {
    text-align: center;
    margin-top: 36px;
    height: 40px;
    line-height: 40px;
}

.verification-code {
    width: 15%;
    height: 38px;
    border: 1px solid #ccc;
    margin: 0 10px;
    padding: 0 8px;
}

.verification-text {
    font-size: 22px;
    color: #666;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.changeimg {
    font-size: 22px;
    color: #666;
    height: 41px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    padding-left: 30px;
}

/* 按钮 */
.ewb-btn {
    text-align: center;
    margin-top: 5px;
}

.ewb-btn button {
    width: 10.9%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.ewb-btn button:first-child {
    background-color: #ef4837;
    margin-right: 20px;
}

.ewb-btn button:last-child {
    background-color: #ff9999;
}

/* media媒体查询 */
@media (max-width:1302px) {
    .sel-wrap {
        width: 47%;
    }

    .sel-box {
        width: 100%;
        height: 38px;
        line-height: 38px;
        border: 1px solid #ccc;
    }

    .ewb-form-tt {
        width: 31%;
    }

    .input-box {
        width: 69%;
    }

    .sel .sel-wrap:first-child {
        margin-right: 30px;
    }
}

@media (max-width:979px) {
    .ewb-form-tt {
        height: 915px;
    }

    .ewb-white {
        padding-right: 35px;
    }

    .sel-wrap {
        width: 100%;
        margin-bottom: 5px;
    }

    .ewb-form-tt .ewb-form-p:nth-child(6) {
        height: 119px;
    }

    .ewb-form-p {
        font-size: 18px;
    }

    .form-input {
        font-size: 18px;
    }

    .radio-label {
        font-size: 18px;
    }

    .content-wrap {
        margin-left: 23px;
    }

    .proposal {
        font-size: 18px;
    }

    .sel .chosen-container-single .chosen-single span {
        font-size: 18px;
    }

    .ewb-verification {
        margin-top: 24px;
    }

    .verification-text {
        font-size: 19px;
    }

    .verification-code {
        height: 32px;
    }

    .changeimg {
        font-size: 18px;
        padding-left: 48px;

    }

    .ewb-btn button {
        height: 30px;
        line-height: 30px;
    }
}


@media (max-width:729px) {
    .radio-label {
        font-size: 15px;
        margin-right: 23px;
    }

    .ewb-btn button {
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }

    .ewb-btn button:first-child {
        margin-right: 12px;
    }

    .ewb-form-p,
    .form-input,
    .proposal {
        font-size: 15px;
    }
}

@media (max-width:635px) {
    .radio-label {
        margin-right: 6px;
    }

    .ewb-white {
        padding-right: 15px;
        padding-left: 5px;
    }

    .ewb-form-tt {
        width: 35%;
    }

    .input-box {
        width: 65%;
    }

    .content-wrap {
        margin-left: 12px;
    }

    .ewb-form-input {
        padding-left: 12px;
    }
}

@media (max-width:535px) {
    .radio-label {
        width: 45%;
        font-size: 14px;
    }

    .ewb-form-tt .ewb-form-p:nth-child(7) {
        height: 96px;
    }

    .form-input {
        margin: 9px 0;
        font-size: 14px;
    }

    .proposal {
        margin-top: 9px;
    }

    .radio-wrap {
        height: 80px;
        line-height: 34px;
        margin: 25px 0 11px 0;
    }

    .ewb-form-tt {
        width: 40%;
        height: 733px;
    }

    .input-box {
        width: 60%;
    }

    .imgverify {
        width: 60px;
        height: 20px;
    }

    .verification-text {
        font-size: 16px;
    }

    .changeimg {
        font-size: 16px;
    }

    .ewb-btn button {
        font-size: 15px;
    }

    .ewb-btn button:first-child {
        margin-right: 6px;
    }

    .ewb-white {
        padding: 15px 17px 30px 18px;
    }

    .content-wrap {
        margin-left: 0;
    }

    .ewb-form-p {
        text-indent: 12px;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
    }

    .ewb-form-tt .ewb-form-p:nth-child(6) {
        height: 96px;
    }

    .ewb-form-tt .ewb-form-p:nth-child(7) {
        height: 74px;
    }

    .form-input {
        height: 30px;
        line-height: 30px;
    }

    .sel {
        margin: 9px 0;
    }

    .sel-box {
        height: 30px;
        line-height: 30px;
    }

    .radio-wrap {
        height: 60px;
        line-height: 30px;
        margin: 14px 0 4px 0;
    }

    .verification-code {
        width: 25%;
    }

    .ewb-verification {
        margin-top: 10px;
    }
}

@media (max-width:464px) {
    .radio-label {
        margin-right: 5px;
    }

    .ewb-btn button {
        width: 18%;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

    .ewb-white {
        padding-bottom: 20px;
    }
}

@media (max-width:355px) {

    .ewb-form-p,
    .form-input,
    .proposal,
    .verification-text {
        font-size: 12px;
    }

    .ewb-form-tt {
        width: 49%;
    }

    .input-box {
        width: 51%;
    }

    .radio-label {
        width: 48%;
        font-size: 12px;
        margin-right: 0;
    }

    .verification-code {
        height: 26px;
    }

    .changeimg {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding-left: 37px;
    }

    .imgverify {
        width: 50px;
        height: 15px;
    }
}