﻿@import url('../scripts/BE2/Widgets/widgets.css');
@import url('../scripts/BE2/Widgets/lighter.css');

* {
    padding: 0;
    margin: 0;
    border: 0;
    color: #333;
    font: normal 16px Microsoft Yahei, SimHei, Arial, sans-serif;
    text-decoration: none;
    list-style: none;
    outline: none;
    cursor: inherit;
    box-sizing: border-box;
    scrollbar-track-color: rgb(75, 80, 90) !important;
    scrollbar-arrow-color: rgb(110, 115, 125) !important;
    scrollbar-face-color: rgb(50, 55, 55) !important;
    scrollbar-3dlight-color: transparent !important;
    scrollbar-shadow-color: transparent !important;
    scrollbar-darkshadow-color: transparent !important;
    scrollbar-highlight-color: transparent !important;
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(0, 186, 255);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(0, 186, 255);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 186, 255);
    border-radius: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

input::-ms-clear {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

/*框架*/
.be_header {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    /* background-image: linear-gradient(to top, rgba(0 0 0/0.6), rgb(0 0 0 / 40%));
    border-bottom: 2px solid #1b416e;*/
}

.be_space {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
    background-color: #000;
}

.stars {
    color: rgb(226, 152, 75);
    width: 20px;
    position: absolute;
    right: -25px;
    top: 0;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
}

.be_earth {
    position: relative;
    width: 100%;
    height: 100%;
}

.be_mode_area {
    position: absolute;
    z-index: 6;
    top: 80px;
    left: 390px;
}

.be_mode_area .be_mode_content {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75) inset;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.be_mode_area .be_mode_content:hover {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(11, 166, 247, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.be_mode_area .be_mode_content.be_selected {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(11, 166, 247, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.be_toolbar_area {
    position: absolute;
    z-index: 6;
    bottom: 0;
    width: 1000px;
    left: 50%;
    margin-left: -450px;
    background: url(/images/tool_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.be_toolbar {
    float: left;
    margin: 0 5px;
    border-radius: 5px;
    overflow: visible;
    width: 100%;
    padding: 0 25px;
}

.be_toolbar:first-child {
    margin-left: 0;
}

.be_toolbar:last-child {
    margin-right: 0;
}

.be_tool {
    float: left;
    width: 11.11111%;
    height: 70px;
    position: relative;
}

.be_tool.be_selected .be_tool_icon {
    background-color: #074973 !important;
    color: rgba(255, 255, 255, 0.75)
}

.be_tool.be_selected .be_tool_option {
    display: block;
}

.be_tool_arrow:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid rgba(255, 255, 255, 0.5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26px;
    left: 11px;
}

.be_tool_icon {
    position: absolute;
    width: 50%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    top: 0;
    left: 25%;
    cursor: pointer;
    text-shadow: 5px 3px 2px rgba(0, 0, 0, 0.3);
    /*color: rgb(0,58,56)*/
}

.be_tool:hover .be_tool_icon {
    background-color: rgba(255, 255, 255, 0.1);
}

/*.be_tool:active .be_tool_icon {
    background-color: #024744;
}*/

.be_tool_option {
    position: absolute;
    top: 36px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    min-width: 30px;
    max-width: 150px;
    margin: 0 !important;
    padding: 5px 0;
    display: none;
}

.be_tool_option li {
    white-space: nowrap;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    width: 100%;
    float: left;
}

/*.be_tool_option li:hover {
            background-color: rgba(255,255,255,0.1);
        }*/

.be_space_right {
    z-index: 950;
    width: calc((100% - 120px) * 0.5 - 20px);
    left: auto;
    right: 20px;
    top: 120px;
    height: calc(100% - 185px);
}

.be_sys_name {
    float: left;
    height: 60px;
    padding: 0 30px;
    cursor: default;
}

.be_sys_name h3 {
    float: left;
    color: rgba(0, 0, 0, 0.85);
}

.be_sys_name img {
    height: 60px;
    margin-left: 20px;
    cursor: inherit;
    float: left;
}

.be_sys_name span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    cursor: inherit;
    float: left;
}

.be_nav_area {
    float: left;
    height: 60px;
    margin-left: 30px
        /* margin: 10px 0 0 0; */
}

.be_nav {
    float: left;
    height: 60px;
    overflow: visible;
    position: relative;
    margin-right: 10px;
}

.be_nav:hover .be_nav_name {
    background-image: url(/images/nav.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.be_nav:hover .be_nav_option {
    display: block;
}

.be_nav.be_selected .be_nav_name {
    /*background-image: url(/images/nav.png);*/
    background-repeat: repeat-x;
    background-position: 50% 100%;
    color: rgb(42, 142, 245);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

.be_nav_name {
    padding: 0 20px;
    cursor: pointer;
    float: left;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px 0 12px 0;
    font-weight: bold
}

.be_nav_name p {
    border-top: 6px solid rgba(255, 255, 255, 0.25);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    float: right;
    margin: 17px -2px 0 5px;
}

.be_nav_option {
    position: absolute;
    min-width: 100%;
    top: 60px;
    left: 0;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 10px 10px;
    cursor: inherit;
    margin: 0;
    padding: 5px;
    box-shadow: 0px 0 2px #000;
    overflow: hidden;
    display: none;
}

.be_nav_option li {
    width: 100%;
    line-height: 36px;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.be_nav_option li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.be_nav_option li:last-child {
    border-bottom: 0;
}

.be_sys_user {
    float: right;
    height: 60px;
    line-height: 60px;
    position: relative;
    /*background-color: rgba(0,0,0,0.25);*/
}

.be_sys_user:hover .be_sys_user_option {
    display: block;
}

.be_sys_user_name {
    position: relative;
    height: 70px;
    line-height: 70px;
    float: left;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.75);
}

.be_sys_user_name .glyphicon {
    width: 24px;
    height: inherit;
    line-height: inherit;
    text-align: left;
    color: inherit;
}

.be_sys_user_name p {
    border-top: 5px solid rgba(255, 255, 255, 0.25);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    float: right;
    margin: 35px -5px 0 5px;
}

.be_sys_user_option {
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 10px;
    cursor: inherit;
    margin: 0;
    width: 100px;
    padding: 5px;
    box-shadow: 0px 0 2px #000;
    overflow: hidden;
    display: none;
}

.be_sys_user_option li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    text-align: center;
}

.be_sys_user_option li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.be_view {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    /*background-image: linear-gradient(to bottom, rgba(0, 53, 84, 0.95), rgba(0, 29, 45, 0.95));*/
    overflow: hidden;
    background: #f3f3f3;
}

.be_view_40 {
    width: 40%;
}

.be_view_sidebar,
.be_view_content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.be_view_sidebar {
    width: 200px;
    z-index: 55;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.be_view_content {
    width: 100%;
    z-index: 50;
    padding-left: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.be_view_sidebar_title {
    width: 100%;
    line-height: 30px;
    padding: 20px 15px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #0779a4;
    cursor: default;
    float: left;
}

.be_window,
.be_window2,
.be_window3,
.be_windowTitle {
    position: absolute;
    z-index: 50;
    top: 120px;
    left: 20px;
    width: 400px;
    background-color: rgba(40, 40, 40, 0.9);
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
}

.be_window4 {
    position: absolute;
    width: 400px;
    z-index: 500;
    top: 50%;
    left: 50%;
    margin: -150px -200px;
    background-color: rgba(30, 30, 30, 0.95);
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
    display: none;
    pointer-events: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.be_windowTitle {
    width: 760px;
    padding: 10px 10px 2px 10px !important;
}

.be_window2 {
    width: 760px;
    top: 132px;
    display: none;
    color: #EBEBEA;
}

.be_window3 {
    width: 760px;
    color: #EBEBEA;
}

.be_block {
    display: block;
    background-image: url(/images/nav.png);
    background-position: 50% 100%;
}

.be_show {
    background-color: red;
}

.be_window_area {
    float: left;
    position: relative;
    width: 100%;
    max-height: 80vh;
}

.be_window_header {
    width: 100%;
    height: 40px;
    float: left;
    cursor: move;
    border-bottom: 3px double rgba(255, 255, 255, 0.1);
    padding: 0 10px;
}

.be_window_title {
    height: 40px;
    line-height: 30px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    cursor: default;
    color: #25bcff;
}


.be_window_close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 55;
    font-size: 24px;
}

.be_window_close:hover {
    color: rgba(255, 255, 255, 0.75);
}

.be_window_close:before {
    content: "×";
}

.be_window_body {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
}

.be_scroll {
    overflow: hidden;
}

.be_frame_window {
    position: absolute;
    z-index: 50;
    background-color: rgba(40, 40, 40, 0.9);
    border-radius: 8px;
    box-shadow: 0 0 2px #000;
    display: none;
}

#info_window {
    width: 450px;
    left: 370px;
}

#info_window1 {
    width: 900px;
    left: 750px;
}

.be_info_header {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(25, 25, 25, .7);
    cursor: move;
}

.be_info_close {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: -40px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.25);
}

.be_info_close:hover {
    color: rgba(255, 255, 255, 0.5);
}

.be_info_close:active {
    color: rgba(255, 255, 255, 0.25);
}

.be_info_body {
    width: 100%;
    float: left;
    overflow: hidden;
}

.be_info_tab {
    float: left;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
}

.be_info_tab:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.be_info_tab.be_selected {
    border-bottom: 3px solid #40c5f7;
    color: #40c5f7;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.05);
}

.be_info_link {
    float: right;
    text-align: inherit;
    line-height: 20px;
    color: #0cb5eb;
    cursor: pointer;
}

.be_info_link .glyphicon {
    color: inherit !important;
    width: 20px;
    height: 20px;
    display: inline;
}

.be_info_link:hover {
    color: #fc8328;
}

.be_view_nav {
    float: left;
    width: 100%;
    padding: 7px 0 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.be_view_nav .icomoon {
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    cursor: inherit;
}

.be_view_nav span {
    width: 100%;
    float: left;
    text-align: center;
    white-space: nowrap;
    color: inherit;
}

.be_view_nav:hover {
    background-color: #1a92bf;
    color: rgba(255, 255, 255, 0.9);
}

.be_view_nav:hover .icomoon {
    color: rgba(255, 255, 255, 0.75);
}

.be_view_nav.be_selected {
    color: rgba(255, 255, 255, 1.0);
    background-color: #0779a4;
    cursor: default;
}

.be_view_nav.be_selected .icomoon {
    color: rgba(255, 255, 255, 0.9);
}

/*.be_view_nav.be_selected:before {
            content: "";
            float: right;
            width: 0;
            height: 0;
            border-right: 8px solid #fafafa;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            margin: 15px 0 -15px -8px;
            display: inline-block;
            overflow: hidden;
        }*/

.be_loc_area {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .4);
    margin: 0;
    /*position:relative;*/
}

.be_loc {
    width: 100%;
}

.be_loc,
.be_loc2 {
    float: left;
    line-height: 20px;
    padding: 10px 0 10px 20px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-size: 16px;
    color: #EBEBEA;
}

.be_loc2 {
    padding: 10px 6px 10px 6px;
}

.be_loc .glyphicon,
.be_loc .icomoon {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #EBEBEA;
    cursor: inherit;
    margin: 0 -20px;
}


.be_loc:hover,
.be_loc2:hover {
    background-color: rgba(255, 255, 255, .2);
}

.be_loc:active,
.be_loc2:active {
    background-color: #9cc8d9;
}

.be_map_area {
    vertical-align: top;
    width: 50%;
    padding-left: 20px;
}

.be_map {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.be_modal_title {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #0779a4;
    font-weight: bold;
    margin-bottom: 10px;
}

.be_modal_prompt {
    float: left;
    line-height: 20px;
    text-align: left;
    word-break: break-all;
    width: 100%;
    margin-bottom: 10px;
}

.be_title_normal {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
}

.be_title {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.be_title_normal .glyphicon,
.be_title .glyphicon {
    width: 24px;
    height: 24px;
    float: left;
    line-height: 24px;
    font-size: 18px;
    text-align: inherit;
    color: #3c99cf;
}

.be_chart_area {
    float: left;
    width: 100%;
    text-align: center;
}

.be_chart_info {
    width: 100%;
    float: left;
}

.be_chart_info span {
    width: 100%;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}

.be_chart_info p {
    width: 100%;
    float: left;
    text-align: center;
    height: 15px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.be_role_area {
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.02);
    float: left;
    border: 1px solid #666;
    border-left: 0;
}

/*登录页*/
.be_login_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0px;
    left: 0px;
}

.be_login_window {
    position: absolute;
    width: 500px;
    height: 460px;
    z-index: 10;
    right: 260px;
    top: 50%;
    margin: -220px -50px;
}

.be_register_window {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -200px -50px;
}

.be_register_window_bg .be_login_input {
    margin-top: 10px
}

.be_register_btn {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    background-color: #d05318;
    background-image: linear-gradient(to bottom, #f98e1f, #d67f13);
    /* border: 1px solid #37a2d9; */
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.be_register_window_bg {
    position: relative;
    z-index: 15;
    float: right;
    width: 500px;
    margin-right: 200px;
    margin-top: 200px;
    border-radius: 10px;
    background-color: rgba(100, 100, 100, 0.8);
    /*background-image: -webkit-linear-gradient(to bottom,#57c1f7,#2c68a1);
    background-image: -moz-linear-gradient(to bottom,#57c1f7,#2c68a1);
    background-image: -o-linear-gradient(to bottom,#57c1f7,#2c68a1);
    background-image: linear-gradient(to bottom,#57c1f7,#2c68a1);*/
    /*opacity: 0.75;*/
    filter: alpha(opacity=75, finishOpacity=0, style=0);
    /*border: 1px solid rgba(0,0,0,0.1);*/
    background-color: rgba(15, 70, 140, 0.5);
}

.login_logo {
    position: fixed;
    left: 20px;
    top: 20px;
}

.be_login_window_bg {
    position: relative;
    z-index: 15;
    float: left;
    width: 100%;
    height: 460px;
    border-radius: 10px;
    background-color: rgba(15, 70, 140, 0.5);
    /*background-image: -webkit-linear-gradient(to bottom,#57c1f7,#2c68a1);
    background-image: -moz-linear-gradient(to bottom,#57c1f7,#2c68a1);
    background-image: -o-linear-gradient(to bottom,#57c1f7,#2c68a1);
    background-image: linear-gradient(to bottom,#57c1f7,#2c68a1);*/
    /* opacity: 0.75; */
    filter: alpha(opacity=75, finishOpacity=0, style=0);
    /*border: 1px solid rgba(0,0,0,0.1);*/
}

.be_login_form {
    position: relative;
    z-index: 20;
    float: left;
    width: 100%;
    height: 460px;
    margin-top: -460px;
    padding: 30px 60px;
}

.be_register_form {
    position: relative;
    z-index: 20;
    float: left;
    margin-top: -460px;
    padding: 30px;
}

.be_login_title {
    width: 100%;
    text-align: center;
    float: left;
}

.be_login_title p1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    float: left;
    font-weight: bold;
    color: #fff;
    /* text-shadow: 0 0 2px #999; */
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.be_login_title p2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    float: left;
    color: #fff;
    text-shadow: 0 0 2px #999;
    letter-spacing: 1px;
}

.be_login_border {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    float: left;
    height: 2px;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.login_mid_name {
    font-size: 36px;
    color: white;
    position: absolute;
    right: -30px;
    left: -30px;
    top: -100px;
    font-weight: bold;
    letter-spacing: 3px;
}

.be_login_input {
    width: 100% !important;
    padding: 9px 9px 9px 39px !important;
    height: 50px !important;
    border-radius: 5px !important;
    float: left;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.be_login_input_icon {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: -60px;
    cursor: text;
    font-size: 16px;
}

.be_login_btn {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #37a2d9;
    background-image: linear-gradient(to bottom, #008ad0, #00599c);
    border: 1px solid #37a2d9;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    float: right;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.be_login_btn:hover {
    background-color: #50b8ed;
    background-image: linear-gradient(to bottom, #008ad0, #006ab9);
}

.be_login_btn:active {
    background-color: #288fc3;
    background-image: linear-gradient(to bottom, #187bad, #288fc3);
    color: #eee;
}

.be_login_form .be_checkbox {
    color: #fff;
}

.be_home {
    color: #ebebea;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    /*border-bottom:1px solid rgba(255,255,255,.5);*/
}

.be_home_tree_list {
    float: left;
    width: 100%;
    overflow: auto;
}

.be_home_alert {
    width: 350px;
    height: auto;
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 50;
    border: 5px solid rgba(241, 32, 32, 0.75);
    border-radius: 5px;
    background-color: #421b1b;
    padding: 10px;
    display: none;
}

.be_home_alert_title {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: rgba(241, 32, 32, 1.0);
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.be_home_alert_body {
    float: left;
    width: 100%;
    word-break: break-all;
    line-height: 20px;
    padding: 10px 0;
}

.be_data_word {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    text-align: center;
}

.be_data_word span {
    font-size: 26px;
}



.be_filter_name {
    padding: 10px;
    text-align: left;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
    height: 20px;
    cursor: default;
}

.be_filter_area {
    vertical-align: middle;
    padding: 0 10px;
    height: 30px;
}

.be_filter {
    width: 100%;
    overflow: visible;
    height: 2px;
    display: inline-block;
    float: left;
    margin: 14px 0;
}

.be_filter_line {
    position: relative;
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    z-index: 5;
}

.be_filter_progress {
    float: left;
    height: 2px;
    background-color: #1bacff;
}

.be_filter_block {
    position: relative;
    z-index: 10;
    width: 10px;
    height: 30px;
    margin: -14px 0;
    background-color: #1bacff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: e-resize;
}

.be_filter_block:active {
    background-color: #0d8fd9;
}

.be_filter_value {
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
    cursor: default;
    height: 30px;
}



.be_module_area {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 40;
    left: 0;
    top: 0;
    pointer-events: none;
}

.be_module_area * {
    pointer-events: all;
}

.be_module_left,
.be_module_right,
.be_module_bottom {
    position: absolute;
    z-index: 45;
    pointer-events: none;
    bottom: 0;
    background-color: rgba(10, 10, 10, 0);
    opacity: 1;
    -webkit-transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
    -moz-transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
    -o-transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
    transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
}

.be_module_left {
    left: 0;
    top: 0;
    width: 500px;
    padding: 140px 50px 0 30px;
    background-image: -webkit-linear-gradient(to right, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: -moz-linear-gradient(to right, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: -o-linear-gradient(to right, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: linear-gradient(to right, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
}

.be_module_right {
    right: 0;
    top: 0;
    width: 500px;
    padding: 100px 30px 0 50px;
    background-image: -webkit-linear-gradient(to left, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: -moz-linear-gradient(to left, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: -o-linear-gradient(to left, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: linear-gradient(to left, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
}

.be_module_bottom {
    left: 0;
    right: 0;
    height: 200px;
    z-index: 44;
    padding: 20px 480px 0 480px;
    background-image: -webkit-linear-gradient(to top, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: -moz-linear-gradient(to top, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: -o-linear-gradient(to top, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
    background-image: linear-gradient(to top, rgba(10, 10, 10, 0.5) 75%, rgba(10, 10, 10, 0) 100%);
}

.be_module_area.be_hide .be_module_left {
    left: -200px;
}

.be_module_area.be_hide .be_module_right {
    right: -200px;
}

.be_module_area.be_hide .be_module_bottom {
    bottom: -200px;
}

.be_module_area.be_hide .be_module_left,
.be_module_area.be_hide .be_module_right,
.be_module_area.be_hide .be_module_bottom {
    opacity: 0;
    -webkit-transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
    -moz-transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
    -o-transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
    transition: left 0.2s linear, right 0.2s linear, bottom 0.2s linear, opacity 0.2s linear;
}

.be_module_right:hover {
    pointer-events: auto;
}

.be_module_right_close {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100px;
    left: -30px;
    margin: -50px 0;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.be_module_right_close:hover {
    color: #00d8ff;
}

.be_module_right_close span {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 36px;
    cursor: inherit;
    font-weight: bold;
    color: inherit;
}

.be_module_right:hover .be_module_right_close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.be_panel {
    position: absolute;
    width: auto;
    height: 500px;
    z-index: 200;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    -moz-transition: opacity 0.2s linear, -moz-transform 0.2s linear;
    -o-transition: opacity 0.2s linear, -o-transform 0.2s linear;
    transition: opacity 0.2s linear, transform 0.2s linear;
    pointer-events: auto;
}

.be_panel_fullscreen {
    width: auto;
    left: 30px;
    top: 140px;
    bottom: 30px;
    height: auto;
}

.be_panel_fullscreen .be_panel_block {
    background-color: rgba(15, 18, 21, 0.9);
}

.be_panel.be_hide {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
    -moz-transition: opacity 0.2s linear, -moz-transform 0.2s linear;
    -o-transition: opacity 0.2s linear, -o-transform 0.2s linear;
    transition: opacity 0.2s linear, transform 0.2s linear;
}

.be_panel_border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.be_panel_border_left,
.be_panel_border_right {
    width: 1px;
    top: 10px;
    bottom: 10px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: visible;
}

.be_panel_border_left {
    left: 1px;
}

.be_panel_border_right {
    right: 1px;
}

.be_panel_border_left:before,
.be_panel_border_left:after,
.be_panel_border_right:before,
.be_panel_border_right:after {
    content: "";
    width: 8px;
    height: 8px;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    position: absolute;
    display: inline-block;
}

.be_panel_border_left:before {
    border-width: 2px 0 0 2px;
    top: -10px;
    left: -1px;
}

.be_panel_border_left:after {
    border-width: 0 0 2px 2px;
    bottom: -10px;
    left: -1px;
}

.be_panel_border_right:before {
    border-width: 2px 2px 0 0;
    top: -10px;
    right: -1px;
}

.be_panel_border_right:after {
    border-width: 0 2px 2px 0;
    bottom: -10px;
    right: -1px;
}

.be_panel_block {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: rgba(15, 18, 21, 0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    pointer-events: auto;
}

.be_panel_bubble {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
    -moz-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
    -o-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
    transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
}

.be_panel_bubble_left {
    left: 80%;
}

.be_panel_bubble_right {
    right: 80%;
}

.be_panel_border:hover .be_panel_bubble {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
    -moz-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
    -o-transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
    transition: opacity 0.2s linear, left 0.2s linear, right 0.2s linear;
}

.be_panel_border:hover .be_panel_bubble_left {
    left: 100%;
}

.be_panel_border:hover .be_panel_bubble_right {
    right: 100%;
}

.be_panel_btn {
    width: 36px !important;
    height: 36px !important;
    line-height: 34px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right !important;
    border: 1px solid rgba(255, 255, 255, .25);
    text-align: center !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, .75) !important;
}

.be_panel_btn:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .25) !important;
    background: rgba(255, 255, 255, .1);
}

.be_border {
    height: 1px;
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 12px 0;
}

.be_title {
    width: 100%;
    float: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear, opacity 0.3s linear;
    -o-transition: -o-transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
    cursor: default;
}

.be_hide .be_title {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.3s linear;
    -moz-transition: -moz-transform 0.3s linear, opacity 0.3s linear;
    -o-transition: -o-transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.be_num {
    float: left;
    height: 40px;
    line-height: 40px;
    font-family: "DS-DIGI";
    font-size: 40px;
    color: #0092ff;
    margin-right: 10px;
}

.be_num_unit {
    float: left;
    height: 40px;
    line-height: 30px;
    padding-top: 10px;
    font-size: 18px;
    color: #0092ff;
    margin-left: -5px;
    margin-right: 10px;
}

.be_num_name {
    float: left;
    height: 40px;
    cursor: inherit;
}

.be_num_name b {
    width: 100%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin-top: 8px;
    display: inline-block;
    float: left;
    font-weight: normal;
    cursor: inherit;
}

.be_num_name p {
    width: 100%;
    text-align: left;
    height: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "FZCQJT";
    display: inline-block;
    float: left;
    margin: 0;
    white-space: nowrap;
    cursor: inherit;
}

.be_title_pointer {
    cursor: pointer;
}

.be_title_pointer:hover b {
    color: #fff;
}

.be_title_pointer:hover p {
    color: rgba(255, 255, 255, 0.6);
}

.radio-legend {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 3px;
}



.be_list_square {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    line-height: 0;
    padding: 15px 0;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.be_list_square:nth-child(3n) {
    border-right: 0;
}

.be_list_square:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.be_list_square img {
    width: 80px;
    height: 90px;
    margin: 0 auto;
    display: inline-block;
    cursor: inherit;
}

.be_list_square span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    cursor: inherit;
    display: inline-block;
    color: #00a9ff;
}

.be_list_square p {
    width: 100%;
    height: 18px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.be_list_square_prompt {
    width: 100%;
    position: absolute;
    bottom: -20px;
    height: 35px;
    background-color: rgba(10, 10, 10, 0.75);
    text-align: center;
    line-height: 0;
    padding: 5px 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: bottom 0.2s linear, opacity 0.2s linear;
    -moz-transition: bottom 0.2s linear, opacity 0.2s linear;
    -o-transition: bottom 0.2s linear, opacity 0.2s linear;
    transition: bottom 0.2s linear, opacity 0.2s linear;
}

.be_list_square:hover .be_list_square_prompt {
    bottom: 0;
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: bottom 0.2s linear, opacity 0.2s linear;
    -moz-transition: bottom 0.2s linear, opacity 0.2s linear;
    -o-transition: bottom 0.2s linear, opacity 0.2s linear;
    transition: bottom 0.2s linear, opacity 0.2s linear;
}

/*.be_list_square_prompt .be_table_icon {
    margin: 0 3px;
}*/

.be_equip {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 0;
    margin-bottom: 10px;
}

.be_equip_img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    line-height: 0;
    margin: 0 auto;
}

.be_equip_img img {
    width: 54px;
    height: 54px;
    margin: 10px;
}

.be_equip span {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.be_alert_info {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 10px 5px 25px;
    line-height: 0;
    max-width: 120px;
    margin: 0 auto;
    border-radius: 10px 0 10px 0;
}

.be_alert_ball {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    float: left;
    margin: 3px 0 3px -20px;
}

.be_alert_info span {
    line-height: 20px;
    font-size: 14px;
    word-break: keep-all;
}

.be_alert_green {
    border-color: rgba(11, 165, 14, 0.5);
    background-color: rgba(11, 165, 14, 0.1);
}

.be_alert_green .be_alert_ball {
    background-color: #0ddc11;
}

.be_alert_green span {
    color: #10dd13;
}

.be_alert_red {
    border-color: transparent;
    background-color: #ef1d1d;
    -webkit-animation: alert-animate 1s ease-in-out 1s infinite;
    -moz-animation: alert-animate 1s ease-in-out 1s infinite;
    -ms-animation: alert-animate 1s ease-in-out 1s infinite;
    -o-animation: alert-animate 1s ease-in-out 1s infinite;
    animation: alert-animate 1s ease-in-out 1s infinite;
}

.be_alert_red .be_alert_ball {
    background-color: #ff6500;
}

.be_alert_red span {
    color: #fff;
}

/*警告闪烁*/
@-webkit-keyframes alert-animate {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@-ms-keyframes alert-animate {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@-o-keyframes alert-animate {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@-moz-keyframes alert-animate {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes alert-animate {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.pie-chart {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    background-image: url(/images/form/pie-1.png);
}

.empty {
    width: 100%;
    float: left;
    line-height: 20px;
    padding: 10px;
    color: #999;
    border: 1px dotted rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
    margin: 10px 0;
}

.be_circle_status {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.15);
    overflow: visible;
}

.be_circle_round {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.be_circle_round p {
    width: 100%;
    color: inherit;
    text-align: center;
    margin: 0;
}

.be_circle_round p span,
.be_circle_round p b {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    opacity: 0.5;
}

.be_circle_round p span {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    opacity: 1;
    color: inherit;
    font-weight: bold;
}

.be_circle_status.be_ok .be_circle_round {
    border-color: rgba(17, 105, 10, 0.75);
    color: #25be13;
}

.be_circle_status.be_error .be_circle_round {
    border-color: rgba(156, 13, 13, 0.75);
    color: #ea2d2d;
}

.be-status td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.be-status th {
    white-space: nowrap;
}

.be_choose_title {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    float: left;
    padding: 0 30px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}

.be_open .be_choose_arrow {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.be_close .be_choose_arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.be_choose_icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    text-align: left;
    margin: 5px -20px;
}

.be_choose_arrow {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.25);
    float: right;
    margin: 0 -30px;
}

.be_lwsm_img {
    width: 70px;
    height: 85px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2px;
    float: left;
}

.be_lwsm_img img {
    width: 100%;
    height: 100%;
    float: left;
}

.be_lwsm_name {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.be_lwsm_info {
    float: left;
    width: 100%;
}

.be_lwsm_info span {
    float: left;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin-right: 10px;
    white-space: nowrap;
}

.qr-code {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
}

.be_float {
    position: absolute;
    z-index: 60;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 20, 20, 1);
    pointer-events: auto;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
}

.be_float.be_fadeout {
    pointer-events: none;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear, opacity 0.2s linear;
    -o-transition: -o-transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
}


.news_detail {
    position: absolute;
    z-index: 8000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.news_detail.news_fadeout {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.news_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 95;
}

.news_close:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.news_content {
    width: 1200px;
    height: 100%;
    top: 0;
    left: 50%;
    margin: 0 -600px;
    background-color: #333;
    position: absolute;
    z-index: 90;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear, opacity 0.2s linear;
    -o-transition: -o-transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
}

.news_detail.news_fadeout .news_content {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: -webkit-transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear, opacity 0.2s linear;
    -o-transition: -o-transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
}

.news_title {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    float: left;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.news_info {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 20px;
}

.news_info span {
    padding: 0 5px;
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.news_body {
    float: left;
    width: 100%;
}

.news_body p {
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 16px;
    text-indent: 32px;
    padding: 5px 0;
}


.be-lon-lat {
    position: absolute;
    right: 550px;
    bottom: 0;
    height: 30px;
    width: 800px;
    background-color: rgba(0, 0, 0, 0);
    /*background-image: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            background-image: -o-linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
            background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));*/
    z-index: 10;
    padding: 0 10px;
}

.be-select-status {
    position: absolute;
    right: 550px;
    bottom: 0;
    height: 30px;
    width: 800px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    padding: 0 10px;
}

.hidden {
    display: none;
}

#notice {
    width: 800px;
    height: 600px;
    left: 50%;
    top: 15%;
    margin: 0 -400px;
}

.be_attr_window {
    position: absolute;
    z-index: 105;
    width: 300px;
    height: 400px;
    right: auto;
    background-color: rgba(48, 51, 54, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    opacity: 1;
    pointer-events: all;
    -webkit-transition: right 0.2s linear, opacity 0.2s linear;
    -moz-transition: right 0.2s linear, opacity 0.2s linear;
    -o-transition: right 0.2s linear, opacity 0.2s linear;
    transition: right 0.2s linear, opacity 0.2s linear;
}

.be_attr_title {
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 110;
}

.be_attr_body {
    width: 100%;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    z-index: 115;
    overflow-x: hidden;
    overflow-y: scroll;
}

.be_attr {
    float: left;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
}

.be_attr th {
    color: rgba(255, 255, 255, 0.75);
}

.be_attr th,
.be_attr td {
    line-height: 20px;
    padding: 5px 8px;
    text-align: left;
    word-break: break-all;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
}

.be_attr_close {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 115;
}

.be_video_area {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #000;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.be_video {
    width: 100%;
    height: 300px;
    float: left;
}

.data-bd {
    float: left;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.data-bd-name {
    float: left;
    width: 50%;
    border-right: 2px solid rgba(255, 255, 255, 0.25);
}

.data-bd-name:last-child {
    border-right: 0;
}

.data-bd-name p {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 38px;
    float: left;
    width: 100%;
    color: #fff;
}

.data-bd-name span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    float: left;
    width: 100%;
    opacity: 0.75;
}

.ico-bd {
    width: 100%;
    float: left;
}

.data-fg {
    width: 100%;
    float: left;
    height: 120px;
    padding: 20px 20px 20px 140px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.data-fg-icon {
    width: 120px;
    height: 120px;
    float: left;
    margin: -20px -140px;
}

.data-fg-word {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: left;
    width: 100%;
    float: left;
}

.data-fg-word span {
    height: inherit;
    line-height: inherit;
    font-size: 32px;
    font-family: "digi";
    display: inline-block;
    margin: 0 5px;
}

.ico-icon {
    width: 100%;
    height: 50px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 0;
    margin: 10px 0;
}

.ico-icon span,
.ico-icon p {
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    font-size: 48px;
    color: #e62222;
    display: inline-block;
}

.ico-word {
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
}

.chart-empty {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 36px;
}

.list-block {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 50px;
    float: left;
}

.list-lvl {
    width: 40px;
    height: 20px;
    line-height: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin: 0 -50px;
    text-align: center;
}

.lvl-blue {
    border: 1px solid rgba(0, 146, 255, 0.5);
    color: #0092ff;
}

.list-name {
    height: 25px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    float: left;
    width: 100%;
}

.list-word {
    width: 100%;
    float: left;
}

.list-word-info {
    float: left;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    margin-right: 20px;
}

.list-word-info span {
    height: inherit;
    line-height: inherit;
    padding-right: 5px;
    float: left;
    display: inline-block;
}

.list-prompt {
    height: 20px;
    line-height: 20px;
    float: right;
    margin: 0 -50px;
}

.be_choose_btn,
.be_choose_btn_add {
    float: left;
    width: 95px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px 5px 0;
    padding: 0 5px;
}

.be_choose_btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.be_choose_btn.be_selected {
    background-color: #0a83f7;
    color: #fff;
}

.be_choose_btn_add {
    background-color: transparent;
    line-height: 28px;
    border: 1px dotted rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.5);
}

.be_choose_btn_add:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.75);
}

.header_name {
    width: 500px;
    float: left;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    line-height: 60px;
    background: url(/images/header_bg.png) center no-repeat;
    background-size: 100% 50px;
    color: #99deff;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    top: 5px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.be_tool_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

@font-face {
    font-family: 'digi';
    src: url(/fonts/Digi.woff);
}

.date-content .status-date {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'digi';
}

.date-content .status-time {
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'digi';
}

.date-content {
    float: left;
    padding: 10px 20px;
}

.modal-footer {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    text-align: right;
    /*background-color: rgba(0,64,60,0.6);*/
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    zoom: 1;
}

.modal-content {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(210, 210, 210, 0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0);
}

.modal-header {
    height: 40px;
    /*background-color: rgba(0,64,60,0.6);*/
    cursor: default;
    float: left;
    width: 100%;
    overflow: visible;
    box-shadow: none;
}

.nav_content .nav {
    height: 38px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    /* padding: 0 15px; */
    background-image: linear-gradient(to bottom, rgba(29, 104, 156, 0.8), rgba(0, 50, 84, 0.75));
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.nav_content .nav.be_selected {
    color: #03aeff;
    background-image: linear-gradient(to bottom, rgba(0, 51, 86, 0.8), rgba(0, 51, 86, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav_content.nav_l {
    right: 50%;
    margin-top: 20px;
    margin-left: 20px;
}

.nav_content.nav_r {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: 260px;
}

.sub_nav_content {
    width: 100px;
    margin-top: 5px;
    background: rgba(0, 36, 62, 0.65);
    box-shadow: 0 0 black;
    display: none
}

.sub_nav_content .sub_nav {
    line-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.be_home_left .nav-tabs {
    float: left;
    width: 25%;
    border-bottom: 0
}

.be_home_left .nav-tabs li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.be_home_left .tab-content {
    float: left;
    width: 75%;
    padding-left: 10px;
    height: calc(100% - 40px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.be_home_left .nav-tabs>li>a {
    border-radius: 0;
    text-align: center;
    border: 0;
    color: rgba(255, 255, 255, 0.85)
}

.be_home_left .nav-tabs>.active>a,
.be_home_left .nav-tabs>.active>a:hover {
    color: #21dff2;
    background-color: unset;
    border: 0;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a:hover {
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.add_btn {
    position: absolute;
    bottom: 0;
    left: 120px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

#ancuo_mask {
    height: 330px;
    display: none
}

.mask.in_library {
    opacity: 1;
    right: 60px;
}

.mask_library,
.mask_weather {
    right: 20px;
    top: 200px;
    transition: opacity .3s linear, right .3s ease-out;
    background: rgba(0, 58, 97, 0.8);
    display: block;
    border: 1px solid rgba(48, 202, 224, 0.2);
    /* border-right: 0; */
    border-radius: 5px;
    padding: 10px;
    /* background-image: linear-gradient(to right, rgba(2,67,99,0.98), rgba(2,67,99,0.7)); */
    position: absolute;
    width: 500px;
    opacity: 1;
    z-index: 9999;
}

.library_list {
    height: calc(100% - 50px) !important;
}

.library_list .list {
    width: 19%;
    margin: 0 .5% 8px;
    height: 115px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer
}

.library_list .list .img_box {
    height: 80px;
    overflow: hidden;
}

.library_list .img_box img {
    display: block;
    margin: auto;
    height: 100%;
}

.library_list .list .text_box {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    overflow: hidden
}

.library_list .select {
    background: rgba(48, 202, 224, 0.2);
    border: 1px solid #30cae0;
}

.btn_content {
    text-align: center
}

.be_home_left table td {
    line-height: 22px;
}

.be_home_left table td img {
    height: 22px;
    margin-right: 2px;
}

.status {
    float: right;
    padding: 15px;
}

.status #time {
    font-family: 'digi';
    font-size: 24px;
    margin-bottom: 5px;
}

.status #date {}

.datetimepicker-dropdown-bottom-left {
    width: auto !important;
    height: auto;
    overflow: hidden;
}

.tr_tab {
    padding: 0 40px;
    margin-top: 5px;
}



&::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    background: transparent !important;
}

&::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 4px !important;
}

&:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4) !important;
}

&:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1) !important;
}

#ptqrcode img {
    width: 100%;
}

.modal.full_screen {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0;
    margin: 0;
}

.modal.full_screen .modal-dialog,
.modal.full_screen .modal-dialog .modal-content {
    height: 100%;
}

.modal.full_screen .modal-dialog .modal-content {
    display: flex;
    flex-direction: column;
}

.modal.full_screen .modal-dialog .modal-content .modal-body {
    flex: 1 !important;
    overflow: hidden !important;
    height: unset !important;
    max-height: unset !important;
}

.modal.full_screen .tree_box {
    display: flex;
    flex-direction: column
}

.modal.full_screen .tree_box .ztree {
    flex: 1;
}

.be_font_rank {
    font-weight: bold !important;
    color: black !important;
}

.modal select option {
    background-color: rgba(255, 255, 255, 0.75);
}

option:hover {
    color: #555 !important;
    background-color: #3e99ff;
}

.ue-container .row {
    margin: 0;
}

.modal .bootstrap-duallistbox-container .btn-box {
    margin-top: 20px;
    padding: 0;
    float: left;
}

.box1,
.box2 {
    padding-left: 0 !important
}

.box2 {
    padding-left: 10px !important
}

.db-btn:focus,
.db-btn:hover {
    background-image: none !important;
}

.btn-box .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ht_100 {
    height: 100%
}

.flex-1 {
    flex: 1
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-row>.flex-1 {
    width: 0%;
    height: 100%
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.flex-col>.flex-1 {
    height: 0%;
}

select option {
    background-color: #fff
}

.flex-title {
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.flex-title i {
    line-height: 20px;
    margin-right: 5px;
    height: 20px;
    float: left;
}

.flex-title span {
    line-height: 20px;
    margin-right: 5px;
    height: 20px;
    float: left;
    font-weight: bold;
}

.chart_content {
    height: 100%
}

.meeting_content {
    height: 100%;
    background: url(../bigscreen/images/bg.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 50px 10px;
    position: relative;
}

.meeting_left {
    flex: 1;
}

.meeting_content {
    height: 100%;
    background: url(../bigscreen/images/bg.png) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 50px 10px;
    position: relative;
}

.meeting_left {
    flex: 1;
}

.meeting_box {
    flex: 1;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 20px;
}

.meeting_box .meeting_banner {
    flex: 4;
    width: 0%
}

.meeting_box .meeting_list {
    flex: 4;
    width: 0%;
    height: 100%;
    padding: 0 10px;
    position: relative
}

.meeting_box .meeting_column {
    margin: 5px;
    float: left;
    position: relative
}

.meeting_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.meeting_content .meeting_column {
    width: 100%;
    height: calc(25% - 10px);
    display: flex;
}

.meeting_content .meeting_right .meeting_column {
    width: 50%;
    height: 50%;

}

.meeting_content .meeting_page {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
}

.meeting_content .meeting_page>a {
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer
}

.meeting_content .meeting_page>a:hover {
    color: rgba(255, 255, 255, 1);
}

.meeting_page .prev_page {
    float: left;
}

.meeting_page .next_page {
    float: right;
}

.meeting_content .meeting_img {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1);
}

.meeting_column .meeting_img>img {
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
    max-width: unset;
}

.meeting_column .meeting_info {
    background-image: linear-gradient(to right, rgba(4, 24, 45, 0.5), rgba(38, 106, 177, 0.3));
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1);
}

.meeting_column .meeting_time {
    color: rgba(255, 255, 255, 0.65);
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    /* color: rgb(15, 163, 236); */
    padding: 0 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.meeting_column .meeting_address {
    color: rgba(255, 255, 255, 0.75);
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: rgb(0, 161, 255);
    padding: 0 25px;
}

.meeting_column .meeting_info>span b {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
    color: rgb(15, 163, 236);
    font-weight: bold;
}

.meeting_column .meeting_info>span i {
    color: rgba(255, 255, 255, 0.75);
    margin-right: 10px;
    width: 14px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}

#b03 li {
    float: left;
    background: #e6e6e6;
}

#b03 li>img {
    display: block;
    margin: auto
}

#b03 {
    width: 400px;
    position: relative
}

#b03 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#b03 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b03 .dots li.active {
    background: #fff;
    opacity: 1;
}

#b04 li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, rgba(4, 24, 45, 0.5), rgba(38, 106, 177, 0.3));
    backdrop-filter: blur(5px);
}

#b04 li>img {
    display: block;
    margin: auto
}

#b04 {
    width: 100%;
    position: relative
}

#b04 .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#b04 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b04 .dots li.active {
    background: #fff;
    opacity: 1;
}

.meeting_info_top {
    display: flex;
    padding-bottom: 10px;
}

.meeting_info_top .banner {}

.meeting_info_top .meeting_info_line {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.meeting_info_top .meeting_info_line>.line {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.meeting_info_top .meeting_info_line>.line i {
    width: 15px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px
}

.banner ul {
    margin: 0
}

.meeting_column .meeting_name {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 5px;
    border: 0;
    text-align: left;
    color: rgb(15, 163, 236);
    overflow: hidden;
    width: 100%;
}

.meeting_banner .meeting_column {
    height: calc(100% - 10px);
    display: flex;
    flex-direction: column;
}

.meeting_banner .meeting_info {
    padding: 15px 0;
    flex: unset;
}

.meeting_banner .meeting_img {
    flex: 1;
    width: 100%
}

.meeting_img #b04,
.meeting_img #b04 ul,
.meeting_img #b04 ul li {
    height: 100%
}

.meeting_column .meeting_state {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.meeting_state.state_1 {
    /*即将举行*/
    background-image: linear-gradient(to bottom, rgba(255, 189, 1, 0.5), rgba(255, 60, 1, 0.7));
}

.meeting_state.state_2 {
    /*正在举行*/
    background-image: linear-gradient(to bottom, rgba(1, 255, 21, 0.4), rgba(1, 255, 114, 0.6));
}

.meeting_state.state_3 {
    /*已经举行*/
    background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.65), rgba(117, 117, 117, 0.6));
}