@charset "utf-8";

/* login */

.index-login-box {
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.login-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 50%;
    display: table;
    width: 100%;
    text-align: center;
}



.login-panel {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.logo-title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.login-panel .loginList {
    width: 500px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 50px;
    background: #fff;
    padding: 30px 50px 20px 50px;
    box-shadow: 0px 0px 16px rgba(10, 49, 119, 0.1);
}

.login-panel .form-row {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.login-panel .form-row .login-portrait {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.login-panel .form-row .login-portrait img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 50%;
}

.row-icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}

.row-icon img {
    position: relative;
    top: -2px;
}

.row-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #dddddd;
}

.login-panel .form-block {
    width: 100%;
    padding: 0 0 0 65px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-size: 14px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid #dddddd;
    border-radius: 8px;
}


.login-panel .form-block:focus {
    border: 1px solid #536ac8;
}

.form-row .btn {
    background: #536ac8;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}

.form-row .btn:hover {
    background: #40529d;
}

.login-panel .form-block-yzm {
    width: 260px;
}

.code-img-box {
    width: 120px;
    height: 50px;
    border-radius: 8px;
}

.code-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.login-panel .form-row label {
    cursor: pointer;
    color: #666666;
    font-size: 14px;
}

.login-panel .form-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.form-row .register-btn {
    background: transparent;
    color: #536ac8
}

.form-row .register-btn:hover {
    background: transparent;
    opacity: 0.8;
}

.logo-copyRight {
    color: #999999;
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-panel .form-row-mb {
    margin-bottom: 0;
}

/* index */
.index-wrap {
    margin-left: -10px;
    margin-right: -30px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.index-sec {
    height: 450px;
    overflow: auto;
    float: left;
    width: 54%;
    padding: 0 10px 20px 10px;
}

.index-sec:nth-child(2) {
    width: 46%;
}

.index-sec:nth-child(4) {
    width: 46%;
}

.index-sec .in {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(139, 157, 175, 0.1);
    box-shadow: 0px 0px 16px 2px rgba(139, 157, 175, 0.1);
    height: 100%;
    padding: 0 30px;
    border-radius: 10px;
}


.sec-header {
    border-bottom: 1px solid #eeeeee;
    line-height: 50px;
    height: 50px;
}

.sec-header span {
    color: #444444;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.sec-header span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #536ac8;
}

.gg-index-list {
    padding-top: 10px;
    height: 370px;
    overflow: auto;
}


.gg-index-list li {
    height: 40px;
    line-height: 40px;
    color: #666666;
    position: relative;

}


.gg-index-list li a {
    color: #666666;
    display: block;
    padding: 0 0 0 24px;
    margin-right: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/list_bg.png) no-repeat 10px center;
}

.gg-index-list li a:hover {
    color: #536ac8;
}

.gg-index-list li .gg-time {
    position: absolute;
    right: 9px;
    top: 0;
}

.gg-index-list li:nth-child(2n) {
    background: #f5f5f5
}

.xqfc-list {
    padding-top: 6px;

}

.xqfc-list li {
    float: left;
    width: 50%;
}

.xqfc-list li a {
    margin: 7px;
    overflow: hidden;
    position: relative;
    display: block;

}

.xqfc-list li .xqfc-img {
    overflow: hidden;
    position: relative;
}

.xqfc-list li .xqfc-img::before {
    content: '';
    display: block;
    padding-top: 53.4%;
}

.xqfc-list li .xqfc-img img {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    -webkit-transition: 0.65s ease-out 0s;
    transition: 0.65s ease-out 0s;
}



.xqfc-list li .xqfc-img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.07, 1.07);
    transform: translate(-50%, -50%) scale(1.07, 1.07);
}

.xqjj-sec-con {
    padding-top: 30px;
}

.xq-map {
    width: 50%;
    height: 320px;
}

.xq-map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.xq-con {
    width: 50%;
    padding-left: 10px;
}

.xq-con article {
    display: block;
    height: 320px;
    line-height: 28px;
    color: #444444;
    overflow: auto;
}

#tjhz-echart {
    width: 100%;
    height: 370px;
}

.sec-con {
    position: relative;
}

.tjhz-num-title {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    text-align: center;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;


}

.tjhz-num-title>div {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;

}

.num-tip {
    padding: 8px 12px;
    border-radius: 4px;
    font-style: normal;
    font-size: 12px;
    line-height: normal;
    margin-right: 7px;
    display: block;
}

.xqrk-num .num-tip {
    background: #536ac8;
    color: #fff;

}

.clsj-num .num-tip {
    background: #ff4c79;
    color: #fff;
}

.tj-num {
    font-size: 36px;
    font-weight: bold;
    display: block;


}

.xqrk-num .tj-num {
    color: #536ac8
}

.clsj-num .tj-num {
    color: #ff4c79
}

/* 事件上报 */
.inner-wrap {
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 2px rgba(139, 157, 175, 0.1);
    box-shadow: 0px 0px 16px 2px rgba(139, 157, 175, 0.1);
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 100%;
    /* left: 20px; */
    padding: 0 30px;
}

.inner-wrap .in-header {
    font-size: 0;
    padding: 20px 0;
}

.inner-wrap .in-header a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 30px;
    min-width: 120px;
    padding: 0 10px;
    background: #5969a2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-right: 30px;
}

.in-icon {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 21px;
    height: 17px;
    margin-right: 4px;
}

.icon_sjsb {
    background: url(../images/icon_sjsb.png) no-repeat center;
}

.inner-wrap .in-header a:hover {
    background: #536ac8
}

.inner-wrap .in-header a.active {
    background: #536ac8
}

.card-table thead {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dddddd;
    background: #eeeeee
}

.card-table thead td {
    padding: 10px;
}

.card-table tbody td {
    padding: 10px;
    text-align: center;
    color: #666666;
}

.card-table tbody tr {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.card-table tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.card-table tbody tr:hover {
    background: #fef2f2
}

.card-table tbody tr:nth-child(2n):hover {
    background: #eae9e9
}


.card-table tbody td a {
    color: #666666;
}

.card-table tbody td .card-state .casd-state-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.card-table tbody td .card-state .casd-state-list li {
    padding: 0 18px;
    position: relative;
}

.card-table tbody td .card-state .casd-state-list li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background: #989898;
    margin-top: -7px;
}

.card-table tbody td .card-state .casd-state-list li:last-child::before {
    display: none;
}

.card-table tbody td .h-state {
    color: #536ac8
}

.del-btn {
    color: #ff4c79
}

.table-page {
    text-align: right;
    margin-top: 120px;
}


.table-page ul li {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;


    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;

}

.table-page ul li a {

    color: #666666;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;


}



.table-page ul li:hover a {
    color: #fff;
    border: 1px solid #536ac8;
    background: #536ac8;
}

.table-page ul .noborder {
    border: none;
}

.table-page ul .noborder:hover {
    border: none;

}

.page-select {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #666666;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 12px;

}

.page-input {
    height: 28px;
    line-height: 28px;
    width: 48px;
    text-align: center;
    padding: 0 10px;
    color: #666666;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 12px;
}

.table-page ul .tz-li {
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}

.tz-btn {
    width: 40px;
    color: #fff;
    background: #536ac8;
    height: 28px;
    border-radius: 0 4px 4px 0;
    margin-left: -4px;
    font-size: 12px;
}

.tz-btn:hover {
    background: #4358ab;
}

/* 人口 */
.popu-select-wrap {
    padding: 15px 0;
}

.popu-select-wrap .popu-item {

    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.select-list {
    margin-right: 40px;
    color: #444444;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 5px 0;
}

.select-list .form-block {
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    width: 160px;
    margin-left: 10px;
    color: #999999;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;

}

.select-list .form-block:focus {
    border: 1px solid #536ac8
}

.select-btns {
    display: inline-block;
    margin-left: 20px;
}

.select-btns button {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background-color: #536ac8;
    background-position: center;
    background-repeat: no-repeat;
}

.select-btns button:hover {
    background-color: #475aa9;
}

.select-btns .sousuo-btn {
    background-image: url(../images/icon_sousuo.png)
}

.select-btns .daoru-btn {
    background-image: url(../images/icon_export.png)
}

.select-btns .daochu-btn {
    background-image: url(../images/icon_daochu.png)
}

.selectOne {
    width: 16px;
    height: 16px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-right: 10px;
}

.popu-table-box {
    width: 1540px;
    overflow: auto;
}

.popu-table {
    width: 1840px;

}

.popu-table thead {
    text-align: left;
}

.popu-table tbody td {
    text-align: left;
}

.mt-10 {
    margin-top: 10px;
}

.center {
    text-align: center;
}

.popu-table-btns {
    color: #666666;
    text-align: center;
}

.popu-table-btns button {
    margin: 0 10px;
}

.popu-table-btns .edit-btn {
    color: #536ac8;
}

.table-page .fl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
}

.page-btns {
    margin-left: 10px;
}

.page-btns button {
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 6px 17px;

    margin-left: 10px;
}

.xz-btn {
    background: #536ac8
}

.xz-btn:hover {
    background: #3f52a2
}

.page-btns .del-btn {
    background: #ff4c79;
}

.page-btns .del-btn:hover {
    background: #e44970
}

.house-header {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-nb {
    margin-bottom: 0;
}

.icon_tjjg {
    background: url(../images/icon_tianjia.png) no-repeat center/contain;
    top: 4px;
}

.icon_tjry {
    background: url(../images/icon_tianjia2.png) no-repeat center/contain;
    top: 4px;
}

.orga-wrap {
    position: relative;
}

.orga-wrap::before {
    content: '';
    position: absolute;
    top: 41px;
    left: 21px;
    width: 1px;
    bottom: 0;
    background: #dddddd
}

.orga-title {
    padding: 10px 30px 10px 10px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

.orga-title .fr button {
    margin-left: 30px;
    font-weight: bold;
    font-size: 14px;
}

.orga-title .fr .cz-btn {
    color: #444444;
}

.orga-title .fr .o-sure-btn {
    color: #536ac8;
}

.orga-item {
    padding: 30px 0;
}

.orga-item .o-list {
    margin-left: 66px;
    position: relative;
}

.orga-item .o-list::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -55px;
    width: 20px;
    height: 20px;
    background: url(../images/circle.png) no-repeat center;
}

.orga-item .o-list li {
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.orga-item .o-list li .o-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
}

.orga-item .o-list li .o-img img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.orga-item .o-list li .o-name {
    text-align: center;
    font-weight: bold;
    color: #444444;
    display: block;
    padding: 8px 0;
}

.orga-item .o-list li .choice {
    width: 19px;
    display: inline-block;
    height: 19px;
    background: url(../images/gou.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.orga-item .o-list li.active .choice {
    background: url(../images/duigou.png) no-repeat center;
}

.popu-popup {
    width: 1200px;
    height: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -320px;
    background: #fff;
    border-radius: 10px;
    padding: 0 30px;
    z-index: 1000;
    display: none;
}

.edit-table {
    margin-top: 25px;
}

.edit-table .select-list {
    margin-right: 0;
}

.edit-table .select-list .form-block {
    width: 240px;
    display: inline-block;
    margin-left: 0;
}

.edit-table .select-list label {
    width: 72px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.edit-table .select-list .l-label {
    width: 158px;
}

.edit-textarea {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #dddddd;
    resize: none;
    width: 1056px;
    height: 90px;
    padding: 10px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;

}

.edit-textarea:focus {
    border: 1px solid #536ac8
}

.top-label {
    position: relative;
    top: -24px
}

.activity-pic .ac-tip {
    font-size: 12px;
    color: #999999;
}

.acpic-list {
    margin: 10px 0;
}

.acpic-list li {
    float: left;
    position: relative;
    width: 160px;
    height: 108px;
    overflow: hidden;
    margin-right: 10px;
    background: url(../images/pic_bg.png) no-repeat center;
}

.acpic-list li img {
    width: 100%;
    height: 100%;
}

.acpic-list li .del-pic-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
}

.acpic-list li .del-pic-btn:hover {
    background: rgba(0, 0, 0, 1);
}

.file-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.top-label2 {
    position: relative;
    top: -60px;
}

.bj-btns {
    text-align: center;
    padding-top: 35px;
}

.bj-btns button {
    margin: 0 10px;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
}

.sure-btn {
    background: #536ac8;
    color: #fff;
    border: 1px solid #536ac8;
}



.sure-btn:hover {
    background: #3f52a2;
}

.cencel-btn {
    background: #fff;
    color: #666666;
    border: 1px solid #dddddd;
}

.cencel-btn:hover {
    background: #f0e8e8;
}

.icon_rkxx {
    background: url(../images/icon_rkxx.png) no-repeat center/contain;

}

.icon_fwxx {
    background: url(../images/icon_fwxx.png) no-repeat center/contain;
}

.popu-d-wrap {
    position: relative;
}

.popu-info {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
}

.popu-info .info-img {
    margin-bottom: 10px;
    height: 160px;
    overflow: hidden;
}

.popu-info .info-img img {
    width: 100%;
}

.popu-info button {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
}

.table-fr {
    padding-left: 170px;
}

.popu-d-table {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}

.popu-d-table tr {
    border-bottom: 1px solid #dddddd
}

.popu-d-table td {
    padding: 16px 20px;
    color: #666666
}

.popu-d-table .gray-td {
    background: #f5f5f5;
    color: #444444;
    text-align: right;
    width: 9%;
}

.popu-d-table tr td:nth-child(2n) {
    width: 23%;
}

.popu-d-table tr .long-td {
    width: 100% !important;
}

.tx-textarea {
    border: none;
    resize: none;
    height: 16px;
    max-height: 16px;
    overflow: hidden;
    width: 100%;
}

.popu-edit-wrap .popu-info {
    position: relative;
}

.popu-edit-wrap .table-fr {
    padding-left: 0;
    margin-top: 20px;
}

.edit-input {
    position: relative;
    top: -2px;
    width: 100%;
    color: #666666
}

.edit-select {
    width: 100%;
    border: none;
    color: #666666
}

.edit-select option {
    line-height: 50px;
}

.edit-bj-btns {
    padding: 0 0 30px 0
}

.upload-card li {
    margin-left: 100px;
    float: left;
    width: 280px;
    height: 162px;
    position: relative;
}

.upload-card li img {
    width: 100%;
    height: 100%;
}

.upload-card li:first-child {
    background: url(../images/card_bg.png) no-repeat center/contain;
}

.upload-card li:nth-child(2) {
    background: url(../images/card_bg2.png) no-repeat center/contain;
}

.upload-card li .up-tip {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666666
}

.upload-file {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

#layui-laydate1 .layui-this {
    background-color: #536ac8 !important
}


@media screen and (max-width:1500px) {
    .tjhz-num-title>div {
        padding: 0 6px;
    }

    .tj-num {
        font-size: 24px;
    }

    .tjhz-num-title {
        top: 13px;
    }


}