/* 整体网页 */
.box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
}

/* 内容部分 */
.contain {
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 8px;
    margin-top: 23px;
}

    /* 内容版心 */
    .contain .ctcenter {
        width: 1103px;
        margin: 0px auto;
    }

/* 头部导航 */
.hd {
    height: 45px;
    font-size: 16px;
}

    .hd h2 {
        float: left;
        font-size: 16px;
        color: #777;
    }

    .hd span {
        float: left;
        margin-top: -2px;
    }

        /* 文本书写 */
        .hd span a {
            color: #777;
        }

/* 左边导航覆盖引入css */
.maxbd .reuseMail {
    float: left;
    width: 281px;
    height: 1150px;
    border: 1px solid #dcdcdd;
    padding: 12px 10px 12px 12px;
    margin-top: 0px;
}

/* 右边内容区域 */
.right {
    position: relative;
}

/* 右边内容区域第一部分 */
.bdFirst {
    border-top: 9px solid #e7e7e7;
    padding-top: 10px;
}

    /* 部长信箱 */
    .bdFirst .title {
		margin-bottom: 19px;
        width: 150px;
        font-size: 18px;
        font-weight: bold;
        background: #fff;
        color: #cc1c25;
    }

    .bdFirst .textContainer p {
        width: 760px;
        font-size: 15px;
        margin-bottom: 15px;
    }

.checkRead {
    position: relative;
    padding-left: 18px;
}

    .checkRead span {
        font-size: 15px;
    }

    /* 点勾才能下一步 */
    .checkRead .btnMust {
        position: absolute;
        left: 0px;
        bottom: 2px;
    }

    /* 放大确认点击方块 */
    .checkRead .yetRead {
        color: #cc1c25;
        font-weight: bold;
    }

/* 邮箱第二部分填写 */
.bdSecond {
    width: 100%;
    height: auto;
    border-top: 1px dashed #a1a1a1;
    box-sizing: border-box;
    position: relative;
    padding: 28px 85px 0px 85px;
}

    .bdSecond .body {
        width: 100%;
        height: 300px;
    }

/* 来信须知 */
.mustKonw {
    margin-bottom: 30px;
}

    .mustKonw i {
        color: #cc1c25;
    }

    .mustKonw p {
        font-size: 15px;
        margin-bottom: 10PX;
    }

.first {
    color: #cc1c25;
    font-weight: bold;
}

/* 部长信息表单 */
.formBzxx {
    width: 100%;
    height: 200px;
}

.am-form-group {
    width: 456px;
}

    .am-form-group label,
    .am-form-group div {
        float: left;
    }

    .am-form-group label {
        margin-right: 19px;
    }

    .am-form-group i {
        color: #cc1c25;
    }

    .am-form-group .am-form-label {
        padding: 0px;
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        font-weight: 500;
    }

.f_msg {
    margin-top: 2px;
    font-size: 12px;
}

.formBzxx .am-form-group input {
    width: 357px;
    height: 34px;
    padding: 0px;
    padding-left: 8px;
    padding-bottom: 3px;
}

/* 兼容不同浏览器下placeholder字体大小不同 */
.am-form-group input::-webkit-input-placeholder {
    font-size: 13px;
}

.am-form-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 13px;
}

.am-form-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 13px;
}

.am-form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
}

.am-form-group textarea {
    width: 357px;
}

/* 表单按钮容器  */
.am-form-group .btn_a {
    margin: 0 auto;
}

.am-form-group .am-btn {
    width: 117px;
    height: 42px;
    background: #c12025;
    margin-right: 11px;
    border-radius: 6px;
    color: #fff;
    /* outline:none; */
}

    .am-form-group .am-btn:focus {
        outline: 0;
    }

.btn_a {
    box-sizing: border-box;
    padding-left: 57px;
    margin-top: 27px;
}

/* 回复登录 */
.replyLogin {
    position: absolute;
    right: 81px;
    top: 141px;
    width: 93px;
    height: 93px;
    background: #ff8002;
    border-radius: 7px;
}

    .replyLogin:hover {
        background: #c12025;
    }

    /* 文本 */
    .replyLogin a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 18px;
    }

        .replyLogin a p {
            width: 100%;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }


/* 模态样式修改 */
#doc-modal-1 {
    float: left;
}

#doc-modal-2 {
    float: right;
}


/* 此为模态框样式 */
.pop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 3, 3, 0.5);
}

    .pop .close {
        position: absolute;
        right: 13px;
        top: 1px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }


.pop_head a.close {
    width: 47px;
    height: 46px;
    background: url(../images/close.png);
    position: absolute;
    right: -23px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    top: -23px;
}

/* 提交成功 */
.pop_body {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translateX(-50%);
    width: 394px;
    height: 216px;
    overflow: hidden;
    padding: 0px 26px 26px 26px;
    border-radius: 5px;
}

.correct {
    height: 76px;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 20px;
}

    .correct img {
        position: absolute;
        left: 136px;
        top: 16px;
        width: 41px;
        height: 41px;
    }

    .correct p {
        position: absolute;
        left: 188px;
        top: 26px;
        font-size: 18px;
    }

/* 留言编号 */
.serial p {
    font: -14px;
    margin-bottom: 15px;
    font-size: 14px;
}

.serialbd {
    height: 70px;
    padding-left: 105px;
    padding: 10px 76px 0px 105px;
    background: #f0f0f0;
}

    .serialbd span {
        float: left;
        font-size: 14px;
    }


/* 查看留言 */
.pop_body2 {
    position: absolute;
    left: 50%;
    top: 69%;
    background: #fff;
    transform: translateX(-50%);
    width: 394px;
    height: 260px;
    overflow: hidden;
    border-radius: 5px;
    padding: 22px 0px 22px 22px;
}

    /* 查看留言标题 */
    .pop_body2 h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 41px;
    }

    .pop_body2 .am-form-label {
        float: left;
        margin-right: 10px;
    }

    .pop_body2 .am-u-sm-10 {
        float: left;
        width: 257px;
        height: 33px;
        padding: 0px;
    }

    /* 按钮样式 */

    .pop_body2 .btn {
        padding-left: 54px;
    }

    .pop_body2 .am-btn {
        width: 113px;
        height: 35px;
        margin-right: 9px;
    }

        .pop_body2 .am-btn:hover {
            color: #fff;
            background: #c12025;
        }
.Validform_wrong{
    color:red;
}
#Validform_msg{
    display:none;
}

.box2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: none;
    z-index: 5;
    position: fixed;
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0% 0%;
    opacity: 1;
}

.login5 {
    width: 608px;
    height: 250px;
    border: 1px solid #f4cf95;
    background: url(../images/cly.png) center 30px no-repeat #fff6e2;
    text-align: center;
    position: relative;
}

    .login5 .close {
        background: url(../images/login_reg.png) 0px 0px no-repeat;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 20px;
        top: 20px;
    }

.mesBg {
    width: 412px;
    height: 128px;
    margin: 0 auto;
    padding-top: 95px;
}

    .mesBg p {
        width: 412px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e2dedf;
        background: #ffffff;
    }

        .mesBg p span {
            height: 40px;
        }

        .mesBg p a img {
            margin-top: 20px;
            margin-left: 20px;
        }

.mesSuc {
    background: url(../images/sus.png) center 30px no-repeat #fff6e2;
}

.box3 {
    display: none
}

.codetxt {
    width: 160px;
    margin-top: 10px;
}

.login5 .searchbtn {
    margin-top: 15px;
    font-size: 15px;
    width: 80px;
}














/* 网页内容区域 */
.contain {
    margin-bottom: 8px;
    margin-top: 23px;
}

/* 版心 */
.ctcenter {
    width: 1103px;
    margin: 0px auto;
}

/* 头部导航 */
.hd {
    height: 45px;
}

    .hd h2 {
        float: left;
        color: #777;
    }

    /* 头部导航文本 */
    .hd span {
        float: left;
        margin-top: -2px;
    }

        .hd span a {
            color: #777;
        }

/* 外部引入邮箱导航样式 */
.reuseMail {
    float: left;
    width: 281px;
    height: 1110px;
    border: 1px solid #dcdcdd;
    box-sizing: border-box;
    padding: 12px 10px 12px 12px;
    margin-top: 0px;
}


/* 右内容第一部分 */
.bdsearchPanel {
    height: 63px;
    background: #f3f3f3;
    padding: 17px 80px 0px 80px;
    margin-bottom: 22px;
}

.MsgNum, .searchNum {
    float: left;
    width: 104px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #cecece;
    line-height: 28px;
    text-align: center;
    user-select: none;
}

    .MsgNum:hover, .searchNum:hover {
        background: #c12025;
        color: #fff;
        border: 1px solid #c12025
    }

/* 留言编号 */
.MsgNum {
    margin-right: 9px;
}

/* 查询编号 */
.searchNum {
    margin-right: 16px;
}

/* 点击之后的状态 */
.active {
    border: 1px solid #c12025;
    background: #c12025;
    color: #fff;
}

.bdsearchPanel input {
    float: left;
    width: 252px;
    height: 32px;
    border: 1px solid #cecece;
    margin-right: 3px;
}

/* 搜索图片 */
.search1 {
    float: left;
    width: 32px;
    height: 30px;
    background: #c12025 url(../images/fangdajing1.png) no-repeat center;
    border-radius: 5px;
    margin-right: 8px;
}

/* 返回 */
.back {
    float: left;
    width: 75px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #cecece;
    user-select: none;
}

    .back:hover {
        color: #fff;
        background: #c12025;
        border: 1px solid #c12025;
    }

/* 内容第二部分 */
.bdSecond {
    position: relative;
}

/* 提问 */
.problem_u {
    margin-bottom: 16px;
    line-height: 28px;
    color: #c12025;
    padding-left: 33px;
}

    /* 提问伪类图片 */
    .problem_u:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        display: block;
        width: 21px;
        height: 18px;
        background: url(../images/mail_1.png) no-repeat;
    }

/* 提交者 */
.submit_u {
    margin-bottom: 16px;
}

/* 上传 */
.upUser {
    margin-bottom: 15px;
    color: #0054ab;
    line-height: 20px;
    font-weight: bold;
}

.upUser_u {
    color: black;
}

.upContainer {
    font-size: 15px;
    line-height: 26px;
}
.bdBzxxView {
    position: relative;
}

/* 回复 */
.replay {
    height: 217px;
    background: url(../images/replay_bg.png) no-repeat;
    padding: 35px 17px 0px 26px;
}

.replay_b {
    color: #0054ab;
    font-weight: bold;
    padding-bottom: 10px;
}

.replay_t {
    color: black;
}

.replay_c {
    font-size: 15px;
    line-height: 27px;
}

.maxbd:after {
    content: "";
    display: table;
    clear: both;
}
textarea{
    resize: none;
}
