﻿body {
    font-family: 'Open Sans', 'microsoft yahei', Arial, sans-serif;
}

/*body::-webkit-scrollbar{*/
/*!*display: block;*!*/

/*}*/

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ng-hide {
    display: none;
}

.font-bright {
    color: #ffffff;
}

/*loading*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}

#loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*系统错误提示*/

.util_pop_info {
    position: fixed;
    top: 45%;
    z-index: 100001;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    padding: 5px 8px;
    color: white;
    padding: 20px;
    font-size: 20px;
}

.util_pop_info:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: right center no-repeat;
    float: left;
    margin-right: 10px;
    background-image: url(../images/baocuo.png);
}

.util_pop_info.success:before {
    background-image: url(../images/chenggong.png);
}

.my_namelist {
    display: inline-block;
}

.my_namelist>li {
    float: left;
    margin: 10px 20px;
}


/*样式修正*/

.img-thumbnail {
    border-radius: 0;
    width: 80px;
}

.btn {
    border-radius: 0 !important;
}

.breadcrumb {
    border-radius: 0;
    /*margin-top: 15px;*/
}

.dropdown-menu {
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.nav>li>a {
    border-radius: 0;
}

input,
select,
textarea {
    border-radius: 0 !important;
}

textarea {
    resize: none;
}

#main_body {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.searchform>.form-group {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.myform>.form-group>* {
    padding-left: 5px;
    padding-right: 5px;
}

.myform>.form-group {
    margin-bottom: 0;
}


/*面板*/

.panel {
    /* border: 1px solid #e8e8e8; */
    background-color: #fff;
    border-radius: 0;
}

.panel_header {
    background-color: #f7f7f7;
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
}


/*页面样式*/

.main_block {
    float: left;
    width: 49%;
}

.bs_right .main_block {
    width: 100%;
    margin-left: 0 !important;
}

/*右边主体*/
.main_left {
    width: 100%;
    overflow: auto;
}

.main_left.space {
    top: 90px;
}

/*左边主体*/
/*.main_right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 100%;
    overflow: auto;
    border: 1px solid #ddd;
}*/

.main_right.space {
    top: 90px;
}


/*大屏监控*/

#weather-view-he {
    margin-top: 15px;
}

.count-box {
    width: 100%;
}

.count-box-item {
    padding: 6px 0;
}

.count-item {
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.count-item>span {
    min-width: 84px;
    text-align: left;
}

.count-box>span {
    width: 70px;
    text-align: left;
}

.monitor_list {
    /*display: inline-block;*/
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    /*padding: 20px 30px;*/
}

.monitor_list>li {
    padding: 8px 10px;
    margin-right: 15px;
    margin-top: 15px;
    box-shadow: #ccc 0 0 10px;
    position: relative;
    animation: worker_animate 1000ms 1;
    -webkit-animation: worker_animate 1000ms 1;
    -moz-animation: worker_animate 1000ms 1;
    -o-animation: worker_animate 1000ms 1;
}

@media screen and (min-width: 960px) {
    .monitor_list>li {
        width: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .monitor_list>li {
        width: 220px;
    }
}

@media screen and (min-width: 1440px) {
    .monitor_list>li {
        width: 200px;
    }
}

.monitor_new_item span {
    display: inline-block;
    height: 26px;
    width: 100%;
}

.monitor_list_new {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.monitor_list_new>li {
    padding: 8px 10px;
    margin-right: 15px;
    margin-top: 15px;
    box-shadow: #ccc 0 0 10px;
    position: relative;
    animation: worker_animate 1000ms 1;
    -webkit-animation: worker_animate 1000ms 1;
    -moz-animation: worker_animate 1000ms 1;
    -o-animation: worker_animate 1000ms 1;
}

@media screen and (min-width: 960px) {
    .monitor_list_new>li {
        width: 245px;
    }
}

@media screen and (min-width: 1280px) {
    .monitor_list_new>li {
        width: 245px;
    }
}

@media screen and (min-width: 1440px) {
    .monitor_list_new>li {
        width: 245px;
    }
}

@-webkit-keyframes worker_animate {
    0% {
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

.monitor_userinfo {

    /*padding-top: 10px;*/
}

.monitor_userinfo_item {
    height: 30px;
    line-height: 34px;
}

.monitor_userinfo_item span {
    display: inline-block;
    height: 26px;
    /*line-height: 26px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.monitor_userinfo_span_md {
    width: 46px;
}

.monitor_userinfo_span_lg {
    width: 100px;
    width: 100px;
}

.monitor_face {
    width: 100%;
    /*height: 220px;*/
    /*overflow: hidden;*/
}

.monitor_face img {
    width: 100%;
    height: 250px;
}

.monitor_site {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.fixed_full .panel_header.monitor {
    text-align: center;
    font-size: 70px;
    /*border-top: 1px solid #5895d5;
    border-bottom: 1px solid #3b92e9;
    background: #000000;
	color:red;*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    font-family: 'Microsoft YaHei UI';
    z-index: 999;
    /*width:100%;
	height:100px;
	background-image:url(../images/head_background.jpg);
	background-size:100% 100%;*/
}

.fixed_full .panel_body.monitor {
    margin-top: 160px;
    margin-bottom: 2px;
}

.fixed_full .bs_right.monitor {
    top: 30px;
}

.fixed_full .bs_left.monitor {
    top: 30px;
}

.fixed_full .monitor iframe {
    position: absolute;
    top: 5px;
    left: 10px;
}

.worker_table {
    width: 100%;
}

.worker_table tr td {
    line-height: 30px;
}

.ul_list {
    width: 100%;
    /* padding: 0 20px; */
}

.ul_list li {
    line-height: 30px;
    padding-bottom: 10px;
}

.ul_list.underline li {
    border-bottom: 1px solid #ddd;
}

.min_height_400 {
    min-height: 400px;
}

.quit_worker {
    font-size: 20px;
    color: red;
    border: 1px solid #ddd;
    width: 180px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

.check_in {
    color: white;
    background-color: #66CD00;
    margin: 2px 2px;
    padding: 2px 5px;
    line-height: 25px;
}

.check_out {
    color: white;
    background-color: #EEC900;
    margin: 2px 2px;
    padding: 2px 5px;
    line-height: 25px;
}

.check_confirm {
    color: white;
    background-color: #1E90FF;
    margin: 2px 2px;
    padding: 2px 5px;
    line-height: 25px;
}

.max_height_300 {
    max-height: 300px;
    overflow: auto;
}


/*大屏全屏*/

.fixed_full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.fixed_full_new {
    position: initial !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.fit_icon {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 25px;
    background-image: url(../images/fit.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.unfit_icon {
    background-image: url(../images/unfit.png);
}

tr>td:last-child a:not(:first-child) {
    padding-left: 5px;
    border-left: 1px solid;
}

.high_light {
    color: #F17706;
    font-size: 20px;
    font-weight: bold;
}

.bs_left {
    /*position: absolute;*/
    /*left: 260px;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 250px;*/
    /*margin-left: 15px;*/
    /*overflow: auto;*/
    /*margin-top: 60px;*/
}

.bs_left .fixed_full {
    position: initial !important;
}

.bs_left .fixed_full .panel_body.monitor {
    margin-top: initial;
}

.bs_right {
    /*position: absolute;*/
    /*left: 250px;*/
    /*top: 0;*/
    /*width: 550px;*/
    /*bottom: 0;*/
    /*overflow: auto;*/
    /*margin-top: 90px;*/
}

.bs_left.show_right {
    right: 550px;
}

.bs_right .main_head {
    display: none;
}

@media screen and (max-width: 960px) {
    .fixed_full .panel_header.monitor {
        font-size: 50px;
    }

    .fixed_full .bs_right.monitor {
        top: initial;
    }

    .fixed_full .bs_left.monitor {
        top: initial;
    }
}

@media screen and (max-width: 1024px) {
    .bs_right {
        width: 450px;
    }

    .bs_left.show_right {
        right: 450px;
    }

    .fixed_full .panel_header.monitor {
        font-size: 60px;
    }

    .fixed_full .bs_left.show_right .monitor_list>li {
        width: calc(100%/3 - 15px);
    }

    .bs_left.show_right .monitor_face {
        height: initial;
    }

    .bs_left.show_right .monitor_list>li {
        width: calc(100%/3 - 15px);
    }

    .fixed_full .bs_right.monitor {
        top: initial;
    }

    .fixed_full .bs_left.monitor {
        top: initial;
    }
}

@media screen and (max-width: 1280px) {
    .bs_right {
        width: 500px;
    }

    .bs_left.show_right {
        right: 500px;
    }

    .fixed_full .panel_header.monitor {
        font-size: 60px;
    }

    .fixed_full .bs_left.show_right .monitor_list>li {
        width: calc(100%/3 - 15px);
    }

    .bs_left.show_right .monitor_face {
        height: initial;
    }

    .bs_left.show_right .monitor_list>li {
        width: calc(100%/3 - 15px);
        height: initial;
    }

    .fixed_full .bs_right.monitor {
        top: 20px;
    }

    .fixed_full .bs_left.monitor {
        top: 20px;
    }
}

.panel_body.monitor {
    padding: 0 15px;
}

.big_screen {
    margin: 0 auto;
}

.big_screen .pager {
    display: none;
}

.panel_body.big_screen {
    padding: 0;
}

.big_screen .panel {
    margin-bottom: 0;
}

a {
    cursor: pointer !important;
}

.fix_height {
    height: 100px;
}

.copyright {
    position: fixed;
    bottom: 5px;
    left: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #eee;
}

.copyright:hover {
    color: #ffffff;
}

.big_screen .main_block .panel_body {
    padding: 0 5px;
}

.online {
    color: #32CD32;
}

.offline {
    color: #EE3B3B;
}

span.red {
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #EE3B3B;
}

.my-red {
    background-image: url(../images/0f.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
}

.my-green {
    background-image: url(../images/100f.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
}

span.green {
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #32CD32;
}

span.text_red {
    color: #EE3B3B;
}

span.text_green {
    color: #32CD32;
}

td.w {
    text-align: left;
}

td.w>div {
    height: 100%;
    float: left;
    margin-right: 5px;
}

td.w>div>p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

.green {
    color: #00ff40;
}

.yellow {
    color: #ffd400;
}

.red {
    /* color: #ff0000; */
}

.input-group-sm {
    width: 100px !important;
}

.my-gdgl-kqj {
    display: flex;
    flex-direction: row;
}

.my-gdgl-kqj-code {
    display: flex;
    flex-direction: row;
}

.my-bigScreen-header {
    background-color: #3880F0;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.my-bigScreen-header>div {
    color: white;
    font-size: 1.3em;
    line-height: 50px;
    text-align: center;
}

.my-bigScreen-header-new1 {
    height: 50px;
    background-color: #3880F0;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.my-bigScreen-header-new {
    background-color: #3880F0;
    width: 100%;
    height: 100px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.my-bigScreen-header-new>div {
    color: white;
    font-size: 1.3em;
    line-height: 50px;
    text-align: center;
}

.my-bigScreen-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    margin: 0 auto;
}

.my-bigScreen-body>div:nth-child(1) {
    width: 250px;
}

.my-bigScreen-body>div:nth-child(1)>div {
    background-color: #3880F0;
    margin-top: 14px;
    border-radius: 5px;
}

.my-bigScreen-body>div:nth-child(2) {
    width: auto;
}

.my-system-right-li {
    color: #3493F5;
}

.my-system-right-li:hover {
    cursor: pointer;
    color: #EEAD0E;
}

.my-system-header {
    border: 1px solid #ddd !important;
    margin-bottom: 10px !important;
    height: 50px !important;
    line-height: 30px !important;
}

.my-modal-footer-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.my-panel-detail {
    width: 1200px;
    margin: 0 auto;
}

.pay-table>tbody>tr td {
    border: none !important;
}

.form-group label span {
    color: red;
    position: relative;
    top: 2px;
}

.firstA {
    padding-left: 5px;
    border-left: 1px solid #fff;
}

.text-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: space-around;
    margin-bottom: 8px;
}

.sort-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: space-around;
    z-index: 1;
}

.sort-box img {
    z-index: 2;
    width: 24px;
    height: 24px;
}

.footer-box {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    height: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-content: center;
}

.line-box {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    border: solid 0.5px #ccc;
    z-index: 0;
}

.table-com {
    border: 1px solid #ebebeb;
}

.table-com>thead>tr>th {
    border: 1px solid #ebebeb;
}

.table-com>tbody>tr>td {
    border: 1px solid #ebebeb;
}

.table-com td:nth-child(odd) {
    font-weight: bold;
}

.table-last {
    color: #3493F5;
}

.train-tr :first-child {
    width: 110px;
}

.layui-nav-tree .layui-nav-item {
    background-color: #4B86E8 !important;
}

.layui-nav-child dd {
    top: 0;
}

.form-control-m {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    text-align: right;
    background-color: #fff;
    background-image: none;
    border: none;
}

.form-control-m::placeholder {
    text-align: right;
}

.next-nav {
    position: absolute;
    top: 10px;
    right: 15%;
    color: #fff;
}

.group-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.btn-right {
    float: right;
}

.layui-col-my {
    width: 1200px;
    margin: 0 auto;
}

.from-date {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.from-date div {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.Site-mar>.form-group {
    margin-left: 70px;
}

.first-title {
    text-decoration: none;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .4) !important;
    border: none !important;
}

select::-webkit-scrollbar {
    display: none;
}

.table-box {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.r-table {
    width: 100%;
    display: flex;
    margin: 5px;
}

.r-table>div:nth-child(odd) {
    width: 150px;
    line-height: 34px;
}

.r-table>div:nth-child(even) {
    width: 400px;
}

.r-table>div:nth-child(3) {
    margin-left: 60px;
}

/* .layui-tab-title li{
    font-size: 8px;
} */
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #2c6ed5;
    font-size: 14px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #2c6ed5;
}

div.r-table div span {
    color: red;
}

.numStyle {
    /* padding-top: 8px; */
    width: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    z-index: 999999;
}

.numStyle img {
    margin: 10px auto;
    width: 32px;
    z-index: 9999999;
}

.numStyle span {
    text-align: center;
}

.numStyle a {
    text-align: center;
}

.modal-footer {
    border-top: 0;
}

/*工地管理/工人信息/工人列表 - 工人考勤弹窗*/
.calendarBox {
    min-width: 565px;
    padding: 10px;
    border: 1px solid #9fbcd5;
}

.calendarHead {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6e0ea;
}

.calendarHead select {
    margin-right: 8px;
    width: 120px;
}

.calendarBody ul {
    border-bottom: 1px solid #f0eef0;
}

.calendarBody ul li {
    width: 64px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #404850;
    margin: 5px;
    font-size: 14px;
}

.calendarBodyNew ul li {
    width: 18px;
    height: 40px;
    /* text-align: center; */
    display: inline-block;
    line-height: 20px;
    color: #404850;
    margin: 5px;
    font-size: 14px;
}

[id^="calendarContent"] {
    margin-left: 3px;
}

[id^="calendarContent"] span {
    width: 20px;
    height: 10px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    color: #404850;
    margin: 5px;
    font-size: 16px;
}


[id^="calendarContent"] span.active {
    color: black;
    font-weight: bold;
}

[id^="calendarContent"] span.active::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #61abf9;
    margin-left: -1px;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: -3px;
    opacity: 0.7;
}

[id^="calendarContent"] span:after {
    content: '';
    display: block;
    border-radius: 50%;
    /* background-color: red; */
    margin-left: 6px;
    /* margin-top: -7px; */
    width: 9px;
    height: 9px;
}

#calendarContent span {
    width: 67px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #404850;
    margin: 5px;
    font-size: 16px;
}

#calendarContent span.active {
    color: black;
    font-weight: bold;
}

#calendarContent span.active::before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #61abf9;
    margin-left: 22px;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: 8px;
    opacity: 0.7;
}

#calendarContent span:after {
    content: '';
    display: block;
    border-radius: 50%;
    /* background-color: red; */
    margin-left: 29px;
    margin-top: -7px;
    width: 9px;
    height: 9px;
}

.spanGreenfter:after {
    background-color: limegreen !important;
}

.spanRedAfter:after {
    background-color: #f83247 !important;
}

.spanBlueAfter:after {
    background-color: #3594f2 !important;
}

.spanNoneAfter:after {
    opacity: 0 !important;
}

.calendarFoot {
    display: flex;
    justify-content: flex-end;
}

.calendarFoot span {
    display: block;
    padding: 10px 15px;
}

.calendarFoot span:nth-child(2):before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #3594f2;
    top: 15px;
    margin-top: -10px;
    width: 9px;
    height: 9px;
    position: relative;
    left: -15px;
}

.calendarFoot span:nth-child(3):before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #f83247;
    top: 15px;
    margin-top: -10px;
    width: 9px;
    height: 9px;
    position: relative;
    left: -15px;
}

/* end*/

.register-footer {
    display: flex;
    bottom: 30px;
    justify-content: space-between;
    background: #2c6ed5;
    color: white;
}

.register-footer span {
    padding: 10px;
}

.flex {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.highlight {
    /* outline: 2px solid red; */
    transition: all .2s ease-in-out;
}



.highlight1 {
    outline: 2px solid red;
    transition: all .2s ease-in-out;
}

.highlight1 td:last-child {
    position: relative;
}

.highlight1 td:last-child:after {
    position: absolute;
    width: 285px;
    height: 43px;
    background-color: red;
    right: 0px;
    bottom: -1px;
    content: attr(data-text);
    color: white;
    text-align: center;
    line-height: 43px;
    transition: all .2s ease-in-out;
}

.layui-nav {
    background: initial;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background: initial;
}

.layui-nav-child {
    background: #2c6ed5;
    /* background: gray; */
    margin-top: -6px;
    border: 0;
    z-index: 999999;
}

.layui-nav .layui-nav-child dd a:hover {
    background-color: #4E5465;
    color: #fff;
}


.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
    background-color: #4E5465 !important;
}

.prLeft {
    position: relative;
    left: -4%;
}

.sanjiao {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    bottom: -6px;
}

.totalProjectInfo {
    position: absolute;
    border-style: solid;
    white-space: nowrap;
    z-index: 9999999;
    transition: left 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    background-color: rgba(50, 50, 50, 0.7);
    border-width: 0px;
    border-color: rgb(51, 51, 51);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font: 14px / 21px "Microsoft YaHei";
    padding: 5px;
    pointer-events: none;
}

.totalProjectInfo1 {
    position: absolute;
    border-style: solid;
    white-space: nowrap;
    z-index: 9999999;
    transition: left 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-color: rgb(51, 51, 51);
    border-radius: 4px;
    color: rgb(51, 51, 51);
    font: 14px / 21px "Microsoft YaHei";
    padding: 5px;
    pointer-events: none;
}

.wrapper {
    /* width: 700px; */
    /* width: 1085px; */
    width: 100%;
    height: 260px;
    position: relative;
    margin: 40px auto 0;
    /* background: #CCC; */
    overflow: hidden;
}

.boxes {
    position: relative;
    left: -155px;
}

.box {
    width: 155px;
    height: 260px;
    position: absolute;
    /* background: red; */
    font-size: 25px;
    /* line-height: 180px; */
    text-align: center;
    padding: 8px 10px;


}

.box:nth-child(even) {
    /* background: #eee; */
}

/* ===================langzhong use=========================== */
.c-banner {
    position: relative;
    top: -96px;
    margin: 0 -15px;
    height: 640px;
    background: url(../images/banner-bg1.jpg) no-repeat;
    min-width: 1200px;
    margin-top: 60px;

}

.form-box {
    position: relative;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
}

form.form-login {
    padding: 75px 25px 35px 35px;
}

.d-form .ctrl {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 40px;
}

.d-form .btn-sub {
    display: block;
    width: 100%;
    height: 41px;
    color: #fff;
    margin-top: 25px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    line-height: 41px;
    text-align: center;
}

.d-form .login-btn1 {
    background: url(../images/login-subimt-bg.png) no-repeat;
    opacity: 0.9;
}

.dl-username {
    background: url(../images/login-input1.png) no-repeat;
}

.dl-password {
    background: url(../images/login-input2.png) no-repeat;
}

.same-form {
    position: relative;
    top: 80px;
    width: 418px;
    height: 358px;
    background: url(../images/login-bg.png) no-repeat;
    border-radius: 4px;
}

.footer1 {
    position: fixed;
    bottom: 0;
    margin: 0 -15px;
    width: 100%;
    height: 130px;
    background-color: #2C6ED5;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 140px;
    text-align: center;
}

input.inp {
    outline: none;
    height: 40px;
    background: none;
    margin-left: 50px !important;
    text-indent: 15px;
    min-width: 295px;
    border: 0;
    font-size: 14px;
}

/* ================map=================== */
.mapTitle {
    position: relative;
    top: -60px;
    letter-spacing: 6px;
    font-weight: bold;
    text-align: center;
    background-color: #3493f5;
    margin: 0 -15px;
    height: 80px;
    color: white;
    line-height: 80px;
}

.map-container {
    display: grid;
    grid-template-columns: 300px auto 300px;
    height: 620px;
}

.map-container .layui-card {
    border: 1px solid #eaeaea;
}

.map-workerAge {
    position: relative;
    height: 27px;
}

.map-workerAge-count {
    position: absolute;
    top: 0px;
    left: -10px;
}

.map-workerAge-bar {
    position: absolute;
    width: 67%;
    top: 10px;
    left: 55px;
}

.map-workerAge-label {
    position: absolute;
    top: 0px;
    right: -12px;
}

.map-workerGender {
    position: relative;
    height: 26px;
}

.map-workerGender-label {
    position: absolute;
    top: 0px;
}

.map-workerGender-bar {
    position: absolute;
    width: 75%;
    top: 10px;
    left: 25px;
}

.map-workerGender-count {
    position: absolute;
    top: 0px;
    right: -12px;
}

.map-workerAddress {
    position: relative;
    height: 25px;
}

.map-workerAddress-label {
    position: absolute;
    top: 0px;
}

.map-workerAddress-bar {
    position: absolute;
    width: 67%;
    top: 10px;
    left: 55px;
}

.map-workerAddress-count {
    position: absolute;
    top: 0px;
    right: -12px;
}

.sense-block1 {
    width: 11vw;
    height: 120px;
    border-radius: 10px;
    /* margin: 0 auto; */
}

.address-count {
    overflow-y: scroll;
    height: 545px;
}

.address-count span:nth-child(odd) {
    z-index: 1;
}

.address-count::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.address-count::-webkit-scrollbar-button,
.address-count::-webkit-scrollbar-button:vertical {
    display: none;
}

.address-count::-webkit-scrollbar-track,
.address-count::-webkit-scrollbar-track:vertical {
    background-color: black;
}

.address-count::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

.address-count::-webkit-scrollbar-thumb,
.address-count::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #a6a6a6;
}

.address-count::-webkit-scrollbar-thumb:hover,
.address-count::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #aaa;
}

.address-count::-webkit-scrollbar-corner,
.address-count::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

.address-count::-webkit-scrollbar-resizer,
.address-count::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00;
}

@media screen and (max-width: 1399px) {
    .block-title {
        font-size: 16px !important;
    }

    .block-num {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 1720px) {
    .block-num {
        font-size: 32px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1720px) {
    .block-num {
        font-size: 26px !important;
    }
}

.amap-icon img,
.amap-marker-content img {
    width: 23px;
    height: 30px;
}

#view {
    margin: 0px -15px;
    height: 100vh;
    position: relative;
    top: -36px;
}

@keyframes move {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.bankWrap {
    width: 100%;
    display: flex;
    animation: move 25s linear infinite;
    animation-play-state: running;
}

.bankWrap li {
    margin: 0 8px;
}

.bankWrap li p {
    white-space: nowrap;
}

.bankWrap li:nth-of-type(even) {
    position: relative;
    top: -15px;
}

.bankInfoZG {
    color: white;
    background: red;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoZG {
    padding: 0 10px;
    background: red;
    opacity: .5;
    color: white;
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoNY {
    color: white;
    background: green;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoNY {
    padding: 0 10px;
    background: #00a500;
    /* opacity: .5; */
    color: white;
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoJS {
    color: white;
    background: dodgerblue;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoJS {
    padding: 0 10px;
    background: #14b7f9;
    color: white;
    border-radius: 0 .7rem .7rem 0;
}

.workInfoUnkown {
    padding: 0 10px;
    background: #a5a4a2;
    color: white;
    /* opacity: .7; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoUnkown {
    color: white;
    background: #72716d;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.bankInfoTF {
    color: white;
    background: #ffbc00;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoTF {
    padding: 0 10px;
    background: gold;
    color: white;
    /* opacity: .7; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoXY {
    color: white;
    background: #0b0471;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoXY {
    padding: 0 10px;
    background: #170d68;
    color: white;
    opacity: .6;
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoCD {
    color: white;
    background: #ea891b;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoCD {
    padding: 0 10px;
    background: #ea891b;
    color: white;
    opacity: .6;
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoJT {
    color: white;
    background: #00377a;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoJT {
    padding: 0 10px;
    background: #00377a;
    color: white;
    opacity: .6;
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoNX {
    color: white;
    background: #00ab0d;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoNX {
    padding: 0 10px;
    background: #00bb0e;
    color: white;
    opacity: .6;
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoGS {
    color: white;
    background: #bb0a13;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoGS {
    padding: 0 10px;
    background: #e4333c;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoYZ {
    color: white;
    background: #008253;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoYZ {
    padding: 0 10px;
    background: #008253;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoLS {
    color: white;
    background: #ef3034;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoLS {
    padding: 0 10px;
    background: #ef3034;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoZJMT {
    color: white;
    background: #a30001;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoZJMT {
    padding: 0 10px;
    background: #a30001;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoLZRX {
    color: white;
    background: #fd632e;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoLZRX {
    padding: 0 10px;
    background: #fd632e;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoGD {
    color: white;
    background: #6d2c87;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoGD {
    padding: 0 10px;
    background: #6d2c87;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoHX {
    color: white;
    background: #d80b18;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoHX {
    padding: 0 10px;
    background: #d80b18;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoZS {
    color: white;
    background: #a5002f;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoZS {
    padding: 0 10px;
    background: #a5002f;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoHF {
    color: white;
    background: #10335b;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoHF {
    padding: 0 10px;
    background: #10335b;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoZX {
    color: white;
    background: #d70010;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoZX {
    padding: 0 10px;
    background: #d70010;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoPF {
    color: white;
    background: #000073;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoPF {
    padding: 0 10px;
    background: #000073;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoDZ {
    color: white;
    background: #735228;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoDZ {
    padding: 0 10px;
    background: #735228;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.bankInfoSC {
    color: white;
    background: #00b2ef;
    border-radius: .7rem 0 0 .7rem;
    padding: 0 5px 0 8px;
}

.workerInfoSC {
    padding: 0 10px;
    background: #00b2ef;
    color: white;
    /* opacity: .6; */
    border-radius: 0 .7rem .7rem 0;
}

.lv1 {
    color: #009c5e
        /* #2de89d */
}

.lv2 {
    color: #f5e33a
}

.lv3 {
    color: #f5af3a
}

.lv4 {
    color: #f53f3a
}

.lv5 {
    color: #a20d09
}

.lv6 {
    color: #8b087f
}

.checkinYes {
    color: green
}

.checkinNo {
    color: red
}

.workerStatus:hover::before {
    content: attr(data);
    position: absolute;
    background: beige;
    cursor: pointer;
}

.workerImg:hover::before {
    content: attr(data);
    position: absolute;
    background: beige;
    cursor: pointer;
    color: red;
    font-weight: bold;
}

td:hover::before {
    content: attr(data);
    position: absolute;
    background: beige;
    cursor: pointer;
    color: black;
    font-weight: bold;
}

.dayCheckInLv5 {
    background-color: #40c057;
}

.dayCheckInLv4 {
    background-color: #82c91e;
}

.dayCheckInLv3 {
    background-color: #F76707;
}

.dayCheckInLv2 {
    background-color: #e03131;
}

.dayCheckInLv1 {
    background-color: #841c3c;
}

.dayCheckInLv0 {
    background-color: #540822;
}

.mangerCheckInYes {
    color: #40c057;
}

.mangerCheckInNo {
    color: #F76707;
}

.mangerNoReport {
    color: #e03131;
}

.ad_box {
    max-width: 1200px;
    margin: 0 auto;
}

#myAdCarousel {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    height: 110px;
    margin-top: -20px;
}

#myAdCarousel .item img {
    height: 110px;
}

tr.isLi td {
    color: #ccc !important;
}

.pay_table_input {
    border: none;
    outline: 1px solid #ccc;
    text-indent: 4px;
    padding: 2px 0;
    width: 100%;
}

input.pay_table_input:disabled {
    border: none;
    outline: none;
    font-weight: bold;
    background: none;
}

#payTable>thead>tr,
#payTable>tbody>tr,
#payTable tfoot tr {
    box-sizing: border-box;
    table-layout: fixed;
    display: table;
    width: 100%;
}

#payTable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

#payTable>thead {
    display: block;
    /* width: calc(100% - 9px); */
    color: #555555;
    background-color: #f5f5f5;
}

#payTable>tbody {
    display: block;
    /*width: calc(100% + 8px); 这里的8px是滚动条的宽度*/
    height: 57vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1800px) {

    #payTable>thead>tr>th:nth-child(4),
    #payTable>thead>tr>th:nth-child(10),
    #payTable>thead>tr>th:nth-child(11) {
        width: 95px;
    }

    #payTable>tbody>tr>td:nth-child(4),
    #payTable>tbody>tr>td:nth-child(10),
    #payTable>tbody>tr>td:nth-child(11) {
        width: 95px;
    }

    #payTable>thead>tr>th:nth-child(3),
    #payTable>thead>tr>th:nth-child(12) {
        width: 156px;
    }

    #payTable>tbody>tr>td:nth-child(3),
    #payTable>tbody>tr>td:nth-child(12) {
        width: 156px;
    }

}

#payTable>tbody>tr:hover {
    background-color: #c2d9fd !important;
}

#payTable>tbody::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

#payTable>tbody::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

#payTable>tbody::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.aButton {
    border: none;
    background: none;
    color: #337ab7;

}

.aButton:disabled {
    border: none;
    background: none;
    color: #777;
}

button.aButton:not(:last-child) {
    border-right: 1px solid;
    padding-right: 5px;

}

.data-box-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ronghe:hover::before {
    content: attr(data);
    position: absolute;
    background: #e1dddd;
    cursor: pointer;
    left: 250px;
    color: red;
}

#content td.mangerCheckInYes>span:first-child::after {
    content: " |";
    position: relative;

}

#content td.mangerCheckInNo>span:first-child::after {
    content: " |";
    position: relative;

}

.layui-card-body div img {
    width: 100%;
}

/* Leaflet地图弹窗样式优化 */
.leaflet-popup-content {
    margin: 8px 12px;
    line-height: 1.4;
    font-size: 13px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.leaflet-popup-content-wrapper {
    background: #fff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.15);
}

/* 项目信息弹窗样式 */
.project-popup {
    min-width: 200px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.project-popup .popup-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 10px 12px;
    margin: -8px -12px 8px -12px;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.project-popup .popup-content {
    padding: 0;
}

.project-popup .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.project-popup .info-item:last-child {
    border-bottom: none;
}

.project-popup .info-label {
    color: #666;
    font-size: 12px;
    min-width: 70px;
}

.project-popup .info-value {
    color: #333;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    background: transparent !important;
    background-color: transparent !important;
}

.project-popup .info-value.highlight {
    color: #e74c3c;
    font-weight: bold;
}

/* 环境监测弹窗样式 */
.environment-popup {
    min-width: 220px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.environment-popup .popup-header {
    background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
    color: white;
    padding: 10px 12px;
    margin: -8px -12px 8px -12px;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.environment-popup .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.environment-popup .info-item:last-child {
    border-bottom: none;
}

.environment-popup .info-label {
    color: #666;
    font-size: 12px;
    min-width: 80px;
}

.environment-popup .info-value {
    color: #333;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
}

.environment-popup .info-value.pm25 {
    color: #e67e22;
}

.environment-popup .info-value.pm10 {
    color: #9b59b6;
}

.environment-popup .info-value.noise {
    color: #3498db;
}

/* 强制去除弹窗中任何红色背景 */
.leaflet-popup-content .info-value,
.project-popup .info-value,
.environment-popup .info-value {
    background: transparent !important;
    background-color: transparent !important;
}

/* 特别针对在职人数移除红色背景 */
.project-popup .info-item:nth-child(2) .info-value {
    background: transparent !important;
    background-color: transparent !important;
}

/* 专门针对在职人数的样式 */
.info-value.worker-count {
    background: transparent !important;
    background-color: transparent !important;
    color: #333 !important;
}

.leaflet-popup-content{
    margin:0;
}