﻿/**!
 * 主任信箱
 * author: zsy;
 * date: 2020-07-15
 */

.pan-tt {
    background: url("../images/subpage/letter_title.png") no-repeat 15px bottom;
}

.complaint-call {
    margin-top: 20px;
    text-align: center;
    padding-left: 70px;
    background: url("../images/subpage/call_icon.png") no-repeat left center;
}

.complaint-call p {
    line-height: 30px;
    font-size: 20px;
    color: #2c7edc;
}

.list-box {
    padding: 30px 0;
    border: 1px solid #e5e5e5;
}

.reg-node {
    position: relative;
    padding-right: 135px;
    font-size: 16px;
}

.reg-node+.reg-node {
    margin-top: 24px;
}

.reg-node .headline {
    width: 146px;
    text-align: right;
    line-height: 36px;
}

.reg-node .must {
    display: inline-block;
    margin: 0 5px;
    color: #ff0000;
    vertical-align: middle;
}

.reg-txt,
.reg-node .textarea {
    width: calc(100% - 146px);
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.reg-txt {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
}

.reg-node .textarea {
    height: 156px;
    padding: 10px 16px;
    line-height: 20px;
    resize: none;
}

.reg-node .gender {
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
}

.reg-txt.short {
    width: 200px;
}

.icheckbox,
.iradio {
    width: 20px;
    height: 20px;
    margin: 8px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.icheckbox,
.iradio {
    background-image: url("../images/subpage/circle.png");
}

.icheckbox,
.iradio:hover {
    background-position: center;
}

.icheckbox,
.iradio.checked {
    background: url("../images/subpage/circle_h.png") no-repeat center;
}

.check-img {
    height: 36px;
    margin-left: 16px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.check-img img {
    width: 100%;
    height: 100%;
}

.button-box {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.button-box .btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin: 0 20px;
    padding: 0 54px;
    border: 1px solid #2c7edc;
    box-sizing: border-box;
    border-radius: 30px;
    color: #2c7edc;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
}

.button-box .btn:hover {
    color: #fff;
    background-color: #2c7edc;
}


label.error {
    position: absolute;
    top: 0;
    left: 88%;
    min-width: 16px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #ff0000;
}

.reg-txt.error,
.reg-node .textarea.error {
    color: #ff0000;
    border-color: #ff0000;
}

label.valid {
    background: url("../images/subpage/valid.png") left center no-repeat;
}

label#agree-error {
    top: -5px;
    left: 100px;
    width: 120px;
}

label#pwd-error {
    top: 70px;
}