﻿.be_module_header {
    width:100%;
    text-align:center;
    height:50px;
    line-height:30px;
    color:#0abdf7;
    font-weight:bold;
    font-size:28px;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor:default;
}

.be_module_title {
    height: 40px;
    position: relative;
    float: left;
    width: 100%;
    color: rgba(255,255,255,0.9);
    text-align: left;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

.be_module_title_icon {
    float: left;
    width: 40px;
    height: 40px;
    text-align:center;
    line-height:40px;
    color:#0abdf7;
    font-size:24px;
}

.be_module_body {
    position: relative;
    float: left;
    width: 100%;
    overflow: visible;
}

.be_module_cornor_01,
.be_module_cornor_02 {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #10b2b1;
}

.be_module_cornor_01 {
    border-right: 3px solid #10b2b1;
    border-bottom: 3px solid #10b2b1;
    right: 0;
    margin: -18px -2px -2px -18px;
}

.be_module_cornor_02 {
    border-left: 3px solid #10b2b1;
    left: 0;
    margin: -18px -18px -2px -2px;
}

.be_module_top {
    width: 922px;
    height: 120px;
    position: absolute;
    z-index: 50;
    left: 500px;
    top: 100px;
}

.be_object {
    position:absolute;
    z-index:5;
    width:922px;
    height:530px;
    border:1px solid rgba(255,255,255,0.25);
    background-color:#000;
    top:220px;
    left:500px;
}


/*项目概况图表*/
.be_module_chart_pan {
    width: 200px;
    height: 200px;
    overflow: visible;
    margin: 0 auto;
    position: relative;
}

.be_module_chart_pan_01,
.be_module_chart_pan_02,
.be_module_chart_pan_03,
.be_module_chart_pan_04 {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
}

.be_module_chart_pan_01 {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: -100px;
    background-color: rgba(9, 45, 65, 0.5);
    z-index: 50;
}

    .be_module_chart_pan_01 .be_module_chart_pan_part {
        float: right;
        width: 50%;
        height: 200px;
        background-color: rgba(89, 125, 145, 0.5);
    }

.be_module_chart_pan_02 {
    width: 188px;
    height: 188px;
    border-radius: 94px;
    margin: -94px;
    background-color: rgba(46, 125, 140, 0.75);
    z-index: 55;
}

.be_module_chart_pan_03 {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    margin: -80px;
    background-color: rgba(67, 165, 171, 0.75);
    z-index: 60;
}

.be_module_chart_pan_04 {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    margin: -64px;
    background-color: #51c1c0;
    z-index: 65;
}

.be_module_chart_pan_icon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    margin: 20px 0 0 0;
}

.be_module_chart_pan_prompt {
    width: 60px;
    height: 40px;
    word-break: break-all;
    margin: 0 auto;
    line-height: 20px;
    font-size: 12px;
}

.be_module_chart_pan_word {
    position: absolute;
    z-index: 70;
}

    .be_module_chart_pan_word b,
    .be_module_chart_pan_word span {
        float: left;
        word-break: break-all;
        white-space: nowrap;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        text-shadow: 0 0 2px #666;
        display: inline-block;
        width: 100%;
        color:rgba(255,255,255,0.75);
    }

    .be_module_chart_pan_word b {
        font-weight:bold;
        color:#0abdf7;
    }

    .be_module_chart_pan_word span {
        color: rgba(255,255,255,0.75);
    }

    .be_module_chart_pan_word::after {
        content: "";
        display: inline-block;
        width: 80px;
        height: 0;
        border-top: 1px dashed rgba(255,255,255,0.5);
        float: left;
        margin-top: 5px;
    }

.be_module_chart_pan_word_01 {
    left: -120px;
    top: 0;
}

    .be_module_chart_pan_word_01:after {
        margin-left: 90px;
    }

.be_module_chart_pan_word_02 {
    left: -120px;
    top: 70px;
}

    .be_module_chart_pan_word_02:after {
        margin-left: 60px;
    }

.be_module_chart_pan_word_03 {
    left: -120px;
    top: 140px;
}

    .be_module_chart_pan_word_03:after {
        margin-left: 90px;
    }

.be_module_chart_pan_word_04 {
    left: 165px;
    top: 0;
}

    .be_module_chart_pan_word_04:after {
        margin-left: -30px;
    }

.be_module_chart_pan_word_05 {
    left: 165px;
    top: 70px;
}

    .be_module_chart_pan_word_05:after {
        margin-left: 0px;
    }

.be_module_chart_pan_word_06 {
    left: 165px;
    top: 140px;
}

    .be_module_chart_pan_word_06:after {
        margin-left: -30px;
    }

.be_module_table {
    float: left;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

    .be_module_table tbody tr:nth-child(2n+1) {
        background-color: rgba(255,255,255,0.05);
    }

    .be_module_table td,
    .be_module_table th {
        padding: 5px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color:rgba(255,255,255,0.75);
    }

    .be_module_table th {
        color: #fff;
        border-bottom: 3px double rgba(255,255,255,0.25);
    }

    .be_module_table .be_module_icon {
        width: 20px;
        height: 20px;
        text-align:center;
        line-height:20px;
        float: left;
        cursor:inherit;
        color:rgba(255,255,255,0.5);
    }

        .be_module_table img.be_module_table_img_big {
            width: 55px;
            height: 40px;
            background-color: #eee;
            float: left;
        }

.be_worpnormal {
    white-space: normal !important;
}

.be_module_wcl {
    float: left;
    width: 100%;
    height: 16px;
    margin: 7px 0;
    overflow: visible;
    background-color: rgba(30, 195, 43, 0.25);
    background-image: -webkit-linear-gradient(to right,rgba(30, 195, 43, 0.25),#1ec32b);
    background-image: -moz-linear-gradient(to right,rgba(30, 195, 43, 0.25),#1ec32b);
    background-image: -o-linear-gradient(to right,rgba(30, 195, 43, 0.25),#1ec32b);
    background-image: linear-gradient(to right,rgba(30, 195, 43, 0.25),#1ec32b);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.be_module_wcl_bar {
    position: relative;
    height: 30px;
    width: 2px;
    margin: -7px -1px;
    background-color: #fff;
    overflow: visible;
    float: left;
}

    .be_module_wcl_bar span {
        display: inline-block;
        white-space: nowrap;
        height: 20px;
        line-height: 20px;
        float: left;
        margin: -12px 4px;
        color: #01fffd;
    }

/*物料跟踪*/
.be_module_wl {
    width: 270px;
    height: 2px;
    background-color: #86a0ae;
    overflow: visible;
    margin: 0px auto 0 auto;
}

.be_module_wl_step {
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
    overflow: visible;
    margin: -7px -8px;
}

.be_module_wl_point {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #86a0ae;
    margin-bottom: 5px;
}

.be_module_wl_step span {
    color: #86a0ae;
    width: 100px;
    margin: 0 -42px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
}

.be_module_wl_step.be_selected .be_module_wl_point {
    background-color: #0abdf7;
}

.be_module_wl_step.be_selected span {
    color: #0abdf7;
}

/*安全情况*/
.be_module_aq_block {
    width: 120px;
    height: 55px;
    border: 1px solid #87a1af;
    border-radius: 4px;
    margin: 0 3px;
    overflow: visible;
    display: inline-block;
}

    .be_module_aq_block p {
        float: left;
        width: 100%;
        position: relative;
        height: 25px;
        line-height: 25px;
        text-align: center;
        z-index: 50;
        display: inline-block;
        margin: 0;
        background-color: #0461a6;
        border-radius: 4px 4px 0 0;
    }

    .be_module_aq_block span {
        float: left;
        width: 100%;
        position: relative;
        height: 28px;
        line-height: 26px;
        font-size: 18px;
        z-index: 50;
        display: inline-block;
        margin: 0;
    }

.be_module_aq_block_cornor {
    float: right;
    width: 16px;
    height: 16px;
    border-right: 16px solid #87a1af;
    border-top: 16px solid transparent;
    margin: -15px -1px;
    overflow: visible;
}

    .be_module_aq_block_cornor:before {
        content: "";
        width: 0;
        height: 0;
        border-right: 16px solid #0e425f;
        border-top: 16px solid transparent;
        margin: 1px;
    }

/*视频监控*/
.be_module_sp_tab {
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

    .be_module_sp_tab:hover {
        color: rgba(255,255,255,0.9);
    }

    .be_module_sp_tab.be_selected {
        color: #0af7ef;
    }

.be_module_sp_hide {
    width:100%;
    height:150px;
    float:left;
    padding:0 30px;
    overflow:hidden;
}

.be_module_sp_arrow {
    width:30px;
    height:130px;
    margin:10px -30px;
    text-align:center;
    line-height:110px;
    color:rgba(255,255,255,0.25);
    cursor:pointer;
    font-size:28px;
}

    .be_module_sp_arrow:hover {
        color:#0abdf7;
    }

.be_module_sp_slider {
    width:100%;
    height:170px;
    overflow-y:hidden;
    overflow-x:scroll;
    float:left;
}

.be_module_sp_view {
    table-layout:inherit;
    width:auto;
    border-collapse:separate;
    border-spacing:10px;
}

.be_module_sp_block {
    width:150px;
    height:110px;
    background-color:#000;
    cursor:pointer;
}

    .be_module_sp_block:hover,
    .be_module_sp_block.be_selected {
        box-shadow:0 0 5px #1080b2;
    }

.be_module_sp_block *{
    width:100%;
    height:100%;
    position:relative;
    float:left;
}

.be_module_sp_name {
    width:150px;
    float:left;
    height:20px;
    line-height:14px;
    padding-top:5px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor:pointer;
}

/*设备管理*/
.be_module_sb_pan {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 45px;
    border: 1px solid #87a1af;
    overflow: hidden;
    margin-left: 10px;
    background-image: url(/images/icons/wave_01.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    -webkit-animation: chart_animate 2s infinite linear;
    -moz-animation: chart_animate 2s infinite linear;
    -o-animation: chart_animate 2s infinite linear;
    animation: chart_animate 2s infinite linear;
}

@-webkit-keyframes chart_animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -180px;
    }
}

@-moz-keyframes chart_animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -180px;
    }
}

@-webkit-keyframes chart_animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -180px;
    }
}

@keyframes chart_animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -180px;
    }
}

.be_module_sb_pan span {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

.be_module_sb_pan p {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: rgba(255,255,255,0.75);
}

.be_module_sb_line {
    float: left;
    width: 150px;
    height: 3px;
    overflow: visible;
    background-image: -webkit-linear-gradient(to right,#489dff,#01fffd);
    background-image: -moz-linear-gradient(to right,#489dff,#01fffd);
    background-image: -o-linear-gradient(to right,#489dff,#01fffd);
    background-image: linear-gradient(to right,#489dff,#01fffd);
    margin: 14px 0 0 0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

.be_module_sb_bar {
    position: relative;
    height: 14px;
    width: 14px;
    margin: -6px;
    background-color: #01fffd;
    border-radius: 10px;
    overflow: visible;
    float: left;
}

    .be_module_sb_bar span {
        display: inline-block;
        white-space: nowrap;
        height: 20px;
        line-height: 20px;
        float: left;
        margin: -15px 15px;
        color: #01fffd;
    }

/*环境监测*/
.be_module_hj_pan {
    width: 100%;
    overflow: visible;
    display: inline-block;
    text-align: center;
}

    .be_module_hj_pan p{
        width: 100%;
        float: left;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 18px;
    }

.be_module_hj_data {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 10px;
    white-space: nowrap;
}

    .be_module_hj_icon {
        float: left;
        width: 30px;
        height: 30px;
        text-align:center;
        line-height:30px;
        cursor:inherit;
        font-size:16px;
    }

/*中间区域*/
.be_module_top_title {
    float:left;
    width:100%;
    height:30px;
    line-height:30px;
    text-align:left;
    color:rgba(255,255,255,0.75);
}

.be_module_top_digital {
    width:50px;
    height:70px;
    float:left;
    margin:0 10px 0 0;
    background-color:#22648e;
    font-family:"DS-Digital","FZCQJT";
    font-size:70px;
    text-align:center;
    line-height:70px;
}

.be_module_top_unit {
    height:30px;
    line-height:30px;
    float:left;
    margin:40px 0 0 -5px;
    color:rgba(255,255,255,0.75);
}

.be_module_top_date {
    float:right;
    height:30px;
    line-height:30px;
    color:#04cfd5;
    font-size:18px;
    text-align:right;
    margin-top:30px;
}

.be_module_top_weather_area {
    float:right;
    width:100%;
    height:40px;
    line-height:40px;
    text-align:right;
}

    .be_module_top_weather_area span {
        float:right;
        height:40px;
        line-height:40px;
        text-align:right;
        color:#fff;
        font-size:24px;
        display:inline-block;
    }

.be_module_top_weather {
    width:40px;
    height:40px;
    background-size:400px;
    display:inline-block;
    margin:0 10px 0 0;
    float:right;
}

.be_module_top_name {
    height:120px;
    line-height:120px;
    width:100px;
    text-align:center;
    font-size:18px;
    color:#45A0E6;
    float:left;
}

.be_module_top_progress {
    background-image:url(/images/module/bar_01.png);
    width:310px;
    height:30px;
    float:left;
    margin:45px 0;
}

.be_module_top_progress_bar {
    position: relative;
    height: 50px;
    width: 2px;
    margin: -10px -1px;
    background-color: rgba(255,255,255,0.5);
    overflow: visible;
    float: left;
}

    .be_module_top_progress_bar span {
        display: inline-block;
        white-space: nowrap;
        float: left;
        width:102px;
        height:20px;
        line-height:20px;
        margin:50px -50px;
        text-align:center;
    }

.be_list_area {
    width:100%;
    float:left;
    overflow:hidden;
}

.be_list_scroll {
    float:left;
    width:200%;
    overflow-x:hidden;
    overflow-y:scroll;
}

.be_list_block {
    width:100%;
    float:left;
}