﻿.visitor_login {
            width: 24.5em;
            height: 25.65em;
            background: white;
            position: fixed;
            z-index: 500;
            top: 50%;
            left: 50%;
            display: none;
            margin-left: -12.25em;
            margin-top: -12.825em;
        }
        
        * {
            margin: 0;
            padding: 0;
            border: 0;
        }
        
        a {
            text-decoration: none;
        }
        
        ul {
            list-style: none;
        }
        
        .fl {
            float: left;
        }
        
        .fr {
            float: right;
        }
        
        button {
            font-size: 1em;
        }
        
        body {
            font-family: "Microsoft Yahei";
    color: #999;
}

.login_top {
    width: 51.2em;
    min-width: 1024px;
    margin: 0 auto;
    overflow: auto;
}

.login_top .logo img {
    width: 17em;
}

.logo {
    float: left;
}

.tip {
    color: #999;
    float: right;
    margin-top: 3.5em;
    line-height: 1.25em;
}

.tip span {
    color: #414141;
}

.tip img {
    vertical-align: middle;
    margin-left: 12px;
}

.tip a {
    color: #414141;
    margin-left: 5px;
}

.tip a.exit {
    color: #ff3300;
    margin-left: 10px;
}

.login_main {
    clear: both;
    width: 100%;
    height: 39.4em;
    overflow: hidden;
    position: relative;
}

.login_bg {
    position: absolute;
    top: 0;
    width: 96em;
    left: 50%;
    margin-left: -48em;
}

.login_inner {
    position: absolute;
    width: 25.7em;
    height: 26.85em;
    left: 50%;
    top: 6.5em;
}

.inner_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 25.7em;
}

.login_info {
    width: 24.5em;
    position: relative;
    height: 25.65em;
    padding-top: 0.6em;
    margin: 0 auto;
}

.login_info .title {
    text-align: center;
    width: 100%;
    padding-top: 0.75em;
    height: 3.5em;
    border-bottom: 1px solid #f4f4f4;
    line-height: 3.5em;
    margin-bottom: 2em;
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
}

.login_info .info {
    width: 21.35em;
    border: 1px solid #d5d5d5;
    margin: 0 auto 1.35em;
    height: 2.75em;
}

.login_info .info img {
    vertical-align: top;
    width: 2.75em;
    float: left;
}

.login_info .info input {
    border: 0;
    float: left;
    border-left: 1px solid #d5d5d5;
    width: 18.5em;
    height: 2.75em;
    color: #bbbbbb;
    line-height: 2.75em;
    font-size: 1em;
    text-indent: 1em;
}

.btn_login {
    width: 21.45em;
    margin: 1.25em auto;
    background-color: #d82225;
    letter-spacing: 1em;
    font-family: "Microsoft Yahei";
    color: #fffefe;
    height: 2.75em;
}

.login_info .rem {
    clear: both;
    width: 21.45em;
    margin: 0 auto;
}

.login_info .reg {
    width: 100%;
    height: 2.9em;
    background-color: #fcfcfc;
    border-top: 1px solid #d5d5d5;
    position: absolute;
    bottom: 0;
    line-height: 2.9em;
}

.login_info .reg a {
    color: #414141;
}

.login_info .reg a.reg_a {
    color: #0072c9;
}

.login_info .reg a.reg_a img {
    vertical-align: middle;
    margin-right: 3px;
}

#i_footer {
    width: 100%;
    height: 9em;
}

.footer-div {
    width: 51.2em;
    margin: 0 auto;
    position: relative;
    height: 9em;
    min-width: 1024px;
}

#i_footer .img {
    width: 4em;
    height: 4em;
    margin-top: 2.5em;
    margin-left: 0.75em;
}

#i_footer .img img {
    width: 4em;
}

.i_bottom_info {
    width: 100%;
    height: 1.5em;
    background: #f8f8f8;
    border-top: 2px solid #c11710;
    border-bottom: 1px solid #ececec;
    line-height: 1.5em;
    text-align: center;
    color: #c11710;
}

.i_bottom_info a {
    color: #c11710;
    padding: 0 0.4em;
}

#i_footer p {
    color: #000;
    font-weight: normal;
    line-height: 1.25em;
    padding-top: 2.5em;
    margin-left: 0.5em;
}

#i_footer p span {
    font-size: 0.6em;
}

.wyjc a {
    color: #000000;
    font-size: 0.7em;
}

.wyjc {
    float: left;
    text-align: center;
    width: 70%;
}

#error_collection {
    background-color: #fff;
    border: 1px solid #e54137;
    border-radius: 3px;
    margin-top: 2.8em;
    margin-left: 1.5em;
}

#error_collection img {
    width: 5.5em
}

.bot {
    position: absolute;
    right: 50px;
    top: 40px;
}

.dark {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
}

.reg_div {
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -13.25em;
    margin-top: -18.35em;
    z-index: 1000;
    width: 26.5em;
    height: 36.7em;
    background-color: #fff;
    position: fixed;
}

.reg_div .title {
    text-align: center;
    width: 100%;
    height: 2.5em;
    border-bottom: 1px solid #f4f4f4;
    line-height: 2.5em;
    font-size: 1.2em;
    color: #333333;
    position: relative;
}

.reg_div .title a {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2.2em;
    margin-top: 1em;
    line-height: 0;
}

.reg_div .title span {
    padding-right: 40px;
}

.reg_div .title img {
    width: 0.8em;
}

.reg_div .info {
    width: 20em;
    padding-left: 1.5em;
    border: 1px solid #d5d5d5;
    margin-top: 0.75em;
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #666666;
    font-family: "Microsoft Yahei";
    height: 2.5em;
    line-height: 2.5em;
}

.reg_main {
    clear: both;
    width: 70%;
    padding-left: 3.5em;
    padding-top: 0.2em;
}

.reg_main span {
    font-size: 0.6em;
    line-height: 20px;
    color: #9c9999;
}

.reg_main span label {
    color: #ff3300;
}

.reg_main .btn {
    width: 18em;
    position: absolute;
    bottom: 1em;
    left: 4.5em;
    margin-top: 0.95em;
}

.reg_main .btn button {
    width: 8em;
    height: 1.75em;
    border: 0;
    color: #fff;
    font-family: "Microsoft Yahei";
}

.back_div {
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -12.25em;
    margin-top: -14.375em;
    z-index: 1000;
    width: 26.5em;
    height: 28.75em;
    background-color: #fff;
    position: fixed;
}

.back_div .title {
    text-align: center;
    width: 100%;
    height: 2.5em;
    border-bottom: 1px solid #f4f4f4;
    line-height: 2.5em;
    font-size: 1.2em;
    color: #333333;
    position: relative;
}

.back_div .title span {
    padding-right: 40px;
}

.back_div .title a {
    position: absolute;
    right: 0;
    top: 0;
    clear: both;
    margin-right: 1.2em;
    margin-top: 1em;
    line-height: 0;
}

.back_div .info {
    width: 20em;
    padding-left: 1.5em;
    border: 1px solid #d5d5d5;
    margin-top: 0.75em;
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #666666;
    font-family: "Microsoft Yahei";
    height: 2.5em;
    line-height: 2.5em;
}

.index_banner {
    width: 100%;
    height: 260px;
    background: url("../images/index_banner.png") no-repeat top center;
}
/* .table th{
    height: 36px;
    border-bottom: 1px solid #c9ced1;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.table td{
    height: 36px;
    border-bottom: 1px solid #fff;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #000000;
    text-align: center;
} */

.infor-left {
    width: 802px;
}

.infor-right {
    width: 382px;
}

.mail-table {
    margin: 10px 0 0;
    min-height: 300px;
}

.mail-table table {
    width: 100%;
    border-collapse: collapse;
}

.mail-table table thead {
    background: #f2f2f2;
}

.mail-table table thead tr td {
    height: 38px;
    text-align: center;
    color: #333;
    font-weight: 600;
}

.mail-table table tbody tr td {
    height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mail-table table tbody tr td .td-type {
    border: 1px solid #4d87be;
    padding: 1px 10px;
    border-radius: 3px;
    color: #4d87be;
}

.mail-table table tbody tr td .td-type.complaints {
    border: 1px solid #c82a3f;
    color: #c82a3f;
}

.mail-table table tbody tr td .td-type.consulting {
    border: 1px solid #2fb8a0;
    color: #2fb8a0;
}

.mail-table table tbody tr td .td-type.report {
    border: 1px solid #e2a229;
    color: #e2a229;
}

.mail-table table tbody tr td.td-title {
    text-align: left;
}

.mail-table table tbody tr td.state {
    color: #4d87be;
}

.mail-table table tbody tr td.to-reply {
    color: #d05764;
}

.question-box {
    padding: 10px 0 0;
}

.mayor-box {
    padding: 10px 0 5px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.people-list {
    overflow: hidden;
    width: 700px;
}

.people-list li {
    float: left;
    border: 1px dashed #d3d3d3;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.people-list li:hover {
    background: #4d87be;
    color: #fff;
    border: 1px solid #4d87be;
}

.mayor-name {
    font-size: 18px;
    color: #4175af;
}

.mayor-box-2 {
    border-bottom: 0;
    padding-top: 15px;
}

.mail-btn {
    width: 350px;
    height: 70px;
    background: url("../images/mail-btn-ground_1.png") no-repeat;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}

.mail-btn a {
    display: block;
}

.mail-btn span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}

.btn-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

.forget {
    float: right;
    color: #808080;
    font-size: 14px;
}

.info .input1 {
    margin-left: 0;
    width: 350px;
}

.info .input2 {
    width: 277px;
    margin-left: 0;
}

.yzm-img {
    vertical-align: middle;
    margin-left: 10px;
}

.bobao-list li {
    background: url(images/list_ico.png) no-repeat left center;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
}

.bobao-list li a {
    color: #414141;
}

.bobao-list li a:hover {
    color: #1a6cb7;
}

.mail-table .tr2:hover {
    background-color: #dee0e2;
}

h2 {
    clear: none;
    padding-top: 0px;
}

.show-total{
	height: 435px;
}
