* {
    font-family: 思源黑体;
}

.content_subject_container {
    width: 800px;
    margin: 30px auto 200px;
}

.container_title {
    color: rgb(201, 149, 45);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.container_subtitle {
    color: rgb(153, 153, 153);
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    cursor: pointer;
}

.operate_button_box {
    display: flex;
    justify-content: center;
}

.operate_button {
    margin: 0 10px;
    background: #fff;
    color: rgb(51, 51, 51);
    height: 60px;
    width: 160px;
    border-radius: 30px;
    font-size: 18px;
    transition: all .4s;

}

.operate_button:hover {
    background: rgb(201, 149, 45);
    color: #fff;
}

/* 注意事项弹窗 */
.precautions_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
}



.precautions_container {
    position: relative;
    width: 640px;
    height: 370px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, .2);
    margin: 15% auto;
    padding: 30px 20px 20px 30px;
}



.precautions_close {
    position: absolute;
    right: 25px;
    top: 20px;
}



.precautions_close img {
    width: 14px;
    cursor: pointer;
}




.precautions_title {
    font-size: 18px;
    letter-spacing: 2px;
    color: rgb(55, 55, 55);
    margin-bottom: 20px;
}

.precautions_list {
    font-size: 14px;
    color: rgb(136, 136, 136);
    margin: 5px 0;
}

#precautions_btn {
    width: 150px;
    height: 50px;
    background: rgb(201, 149, 45);
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

/* 投诉登记表 */
.complaint_registration_form {
    display: none;
}

.complaint_top {
    height: 178px;
    background: #fff;

}

.complaint_top .auto {
    height: 100%;
    padding-top: 80px;
    position: relative;
}

.return_btn {
    height: 60px;
    width: 120px;
    border-radius: 30px;
    border: 1px solid rgb(201, 149, 45);
    color: rgb(201, 149, 45);
    font-size: 16px;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration_btn {
    position: absolute;
    left: 0;
}


.return_btn:hover {
    background: rgb(193, 151, 66);
    color: #fff;
}

.icon_return {
    color: #C9952D;
    transition: inherit;
    margin-right: 18px;
}

.return_btn:hover .icon_return {
    color: white;
}

button:active {
    transform: translateY(1px);
}

.return_btn i img {
    width: 16px;
    height: 12px;
    margin-right: 20px;
}

.complaint_top .auto h5 {
    line-height: 58px;
    height: 65px;
    text-align: center;
    color: rgb(201, 149, 45);
    font-weight: 700;
    font-size: 40px;
}

.complaint_content {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: rgb(252, 253, 255);
}

.complaint_content .auto {
    display: flex;
}

.work_regulations {
    width: 325px;
    padding-top: 40px;

}

.work_regulations .tlxq {
    height: 825px;
    overflow-y: scroll;
    padding-right: 20px;
}

.work_regulations .tlxq p {
    margin-bottom: 10px !important;
}

.work_regulations .zj_h5 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
}

.work_regulations .zj_p,
.work_regulations .text_p {
    text-indent: 2em;
}

.work_regulations .xj_span {
    display: block;
    text-indent: 2em;
}

.regulations_title {
    font-size: 20px;
    color: rgb(51, 51, 51);
    margin-bottom: 40px;
    text-align: center;
}

.reg_list {
    font-size: 16px;
    color: rgb(153, 153, 153);
    margin-bottom: 30px;
}

.regulations_form {
    padding-top: 40px;
    padding-left: 80px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-right: 10px;
}

.form_item {
    display: flex;
    margin-bottom: 30px;
}

.form_item .form_l {
    margin-right: 40px;
}

.form_item .form_l p,
.form_item .form_r p {
    display: block;
    margin-bottom: 8px !important;
}

.form_item .form_l p i,
.form_item .form_r p i {
    color: rgb(197, 0, 0);
    margin-left: 8px;
}

.petition_content p i {
    color: rgb(197, 0, 0);
    margin-left: 8px;
}

.petition_content p {
    margin-bottom: 20px !important;
}

.form_item input {
    width: 380px;
    height: 50px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    outline: none;
    padding-left: 20px;
    color: rgb(153, 153, 153);
}

.complaint_submit {
    height: 180px;
}

.petition_submission {
    height: 60px;
    width: 120px;
    background: rgb(201, 149, 45);
    color: #fff;
    border-radius: 30px;
    float: right;
    margin-top: 60px;
    font-size: 16px;
}

#verification_code {
    width: 240px;
}

#form_content {
    width: 800px;
    height: 200px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 12px;
    padding: 20px;
}

.form_yzm {
    position: relative;
    padding-left: 140px;
    height: 83px;

}

.form_yzm button {
    position: absolute;
    left: 0;
    bottom: 0;
}

.vCode {
    width: 120px;
    height: 50px;
    background: rgb(201, 149, 45);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
}

.form_tip {
    margin-top: 30px;
    margin-bottom: 40px;
}

.upload_attachments {
    height: 40px;
    width: 120px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 20px;
    color: rgb(51, 51, 51);
}

.form_describe {
    color: rgb(153, 153, 153);
}


/* 下拉框容器 */
.unit_select_wrapper {
    position: relative;
    width: 100%;
}

/* 下拉框基本样式 */
#unit {
    appearance: none;
    cursor: pointer;
    width: 380px;
    height: 50px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    padding-left: 20px;
}

option {
    padding-left: 12px;
}

/* 自定义下拉箭头 */
.select_arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}

/* 下拉框hover效果 */
#unit:hover {
    border-color: #999;
}

/* 下拉框focus效果 */
#unit:focus {
    outline: none;
    border-color: #C9952D;
    box-shadow: 0 0 0 2px rgba(201, 149, 45, 0.2);
}

/* 自定义下拉框样式 */
.custom-select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url("data:image/svg+xml,%3Csvg...") no-repeat right 10px center;
    /* 自定义箭头 */
    appearance: none;
}

/* 下拉面板样式（Chrome/Firefox） */
.custom-select option {
    padding: 10px 15px;
    transition: all 0.2s;
}

/* hover状态（部分浏览器支持） */
.custom-select option:hover {
    background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
}

/* 选中状态 */
.custom-select option:checked {
    background: #C9952D;
    color: white;
}

.form-textarea:required:invalid {
    border-left: 1px solid #ff6b6b;
}


/* 信访查询 */
.progress_query {
    display: none;
    background: url(/poly/lib/images/about/query_btn.png);
    padding-top: 80px;
}



.progress_title {
    margin-top: 60px;
    color: rgb(201, 149, 45);
    font-size: 40px;
    text-align: center;
}

.query_inp {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 20px;
    height: 90px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid transparent;
}

.query_inp input {
    width: 80%;
    height: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: rgb(153, 153, 153);
    outline: none;
}

#petition_inquiry {
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, rgb(239, 226, 211), rgb(233, 215, 195));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

.progress_tip {
    color: rgb(153, 153, 153);
    font-size: 16px;
    margin-bottom: 10px !important;
}

.progress_query .auto {
    padding-bottom: 40px;
}

.progress_prompt {
    opacity: 0;
    font-size: 20px;
    color: rgb(201, 149, 45);
    margin-top: 90px;
}

.progress_table .auto {
    padding-top: 20px;
}



/* 主容器 */
.progress_table {
    width: 100%;
    margin: 20px 0;
    display: none;
}

/* 表格容器 */
.info_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 10px;
    /* 四角圆角 */
    /* 确保子元素也遵循圆角 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* 可选阴影效果 */
    max-width: 1200px;
    margin: 0 auto;
}

/* 表头样式 */
.table_herder {
    display: flex;
    background: rgb(242, 238, 228);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* 表头单元格 */
.table_th {
    padding: 16px;
    font-weight: 600;
    color: rgb(159, 148, 121);
    text-align: center;
    border-bottom: 2px solid #fff;
    background: rgb(242, 238, 228);
    height: 60px;
}

/* 表格行 */
.table_tr {
    display: flex;
    border-bottom: 2px solid #fff;
}

/* 表格单元格 */
.table_td {
    padding: 12px 16px;
    text-align: center;
    color: #666;
    background: rgb(247, 247, 247);
}

/* 表尾样式 */
.table_footer {
    display: flex;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* 圆角细节处理 */
.table_herder .table_th:first-child {
    border-top-left-radius: 10px;
    width: 400px;
}

.table_herder .table_th:last-child {
    border-top-right-radius: 10px;
    width: 540px;
}

.table_footer .table_td:first-child {
    border-bottom-left-radius: 10px;

}

.table_herder .table_th:nth-child(2) {
    width: 260px;
}

.table_footer .table_td:last-child {
    border-bottom-right-radius: 10px;
}

.table_herder .table_th:nth-child(2),
.table_footer .table_td:nth-child(2),
.table_tr .table_td:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.table_td:first-child {
    width: 400px;
}

.table_td:nth-child(2) {
    width: 260px;
}

.table_td:last-child {
    width: 540px;
    display: flex;
}

.table_state_acceptance {
    width: 46px;
    margin: 0 10px;
    text-align: center;
    color: rgb(219, 151, 0);
    font-weight: 500;
}

.table_state_processed {
    width: 46px;
    margin: 0 10px;
    text-align: center;
    color: rgb(5, 166, 49);
    font-weight: 500;
}

.table_state_reject {
    width: 46px;
    margin: 0 10px;
    text-align: center;
    color: rgb(178, 0, 0);
    font-weight: 500;
}

.table_state_processing {
    width: 46px;
    margin: 0 10px;
    text-align: center;
    color: rgb(0, 97, 187);
    font-weight: 500;
}

.table_state_completed {
    width: 46px;
    margin: 0 10px;
    text-align: center;
    color: rgb(0, 197, 177);
    font-weight: 500;
}

.table_processing_time {
    color: rgb(153, 153, 153);
    font-size: 14px;
    width: 186px;
}

.handling_feedback {
    margin-left: 40px;
    display: flex;
}

.handling_feedback .span1 {
    font-size: 14px;
    color: rgb(153, 153, 153);

}

.handling_feedback .span2 {
    font-size: 14px;
    color: rgb(102, 102, 102);
    width: 150px;
    overflow: hidden;
}

/* 悬停效果 */
.table_tr:hover {
    background: #f5f5f5;

}


.message_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
}


.message_box {
    position: relative;
    width: 800px;
    height: 460px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, .2);
    margin: 10.5% auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

.message_p1 {
    font-size: 20px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.message_p2 {
    color: rgb(153, 153, 153);
    text-align: center;
}

.message_p3 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-align: center;

}

.message_p3 span {
    color: rgb(255, 88, 0);
}

.message_p4 {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.message_btn {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    background: rgb(201, 149, 45);
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.message_close {
    position: absolute;
    right: 25px;
    top: 20px;
}

.message_close img {
    width: 14px;
    cursor: pointer;
}

.sms_code {
    margin-bottom: 20px;
    text-align: center;
}

.sms_code input {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    padding-left: 18.5px;
    font-size: 20px;
    font-weight: 600;
}

.sms_code:last-child input {
    margin-right: 0;
}

.petition_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
}

.petition_box {
    position: relative;
    width: 800px;
    height: 500px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, .2);
    margin: 10.5% auto;
    padding-top: 40px;
    padding-left: 30px;
}

.petition_lose {
    position: absolute;
    right: 25px;
    top: 20px;
}

.petition_lose img {
    width: 14px;
    cursor: pointer;
}

.petition_box h5 {
    font-weight: 500;
    font-size: 20px;
    color: rgb(51, 51, 51);
    margin-bottom: 18px;
}

.petition_box .item {
    color: rgb(102, 102, 102);
    font-size: 16px;
    display: flex;
    margin-bottom: 18px;
}

.petition_box .item p {
    width: 68px;
    text-align: right;
    margin-right: 16px;
    margin-bottom: 0 !important;
}

.petition_box .item span {
    max-width: 630px;
}


.file-input {
    display: none;
}

.file-list {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.file-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 4px;
}

.file-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.file-name {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-size {
    color: #999;
    margin: 0 15px;
}

.file-delete {
    color: #ff4d4f;
    cursor: pointer;
}

.file-preview {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
}

.file-status {
    margin-right: 10px;
}

.table_theme {
    cursor: pointer;
    font-size: 16px;
    color: rgb(201, 149, 45);
}

.table_time {
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.instructions {
    overflow-y: scroll;
    height: 204px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.instructions p {
    margin-bottom: 10px !important;
    text-indent: 25px;
}

/* 隐藏数字输入框的增减按钮 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

.progress_val::placeholder {
    font-size: 16px;
    color: #ccc;
}

.p_attachment {
    padding: 0 10px;
    height: 100px;
    overflow-y: scroll;
    width: 97%;
}

.p_attachment .list_item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.p_attachment .list_item .name {
    color: rgb(102, 102, 102);
}

.p_rq .p_n {
    width: 68px;
    text-align: right;
    margin-right: 16px;
    margin-bottom: 0 !important;
}

/* 原有样式保留 */
.handling_feedback .span2 {
    font-size: 14px;
    color: rgb(102, 102, 102);
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

/* 新增提示框样式 */
.tooltip-box {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-width: 800px;
    word-break: break-word;
    white-space: normal;
    font-size: 14px;
    color: #333;
    width: 450px;
    height: 260px;
    overflow-y: scroll;
    transform: translateX(-50%);
}

.handling_feedback {
    position: relative;
}

.handling_feedback .span2:hover+.tooltip-box,
.tooltip-box:hover {
    display: block;
}
.upload_mail {
    display: inline-block;
    width: 140px;
    background: rgb(201, 149, 45);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
}
.zy_list {
display:block;
    text-indent: 2em;
}