.data_content {
    /*overflow-x: hidden;*/
    width: 100%;
    height: 90%;
}

.data_content .data_time {
    width: 340px;
    height: 35px;
    background-color: #2C58A6;
    line-height: 35px;
    color: #fff;
    font-size: 12.8px;
    position: relative;
    margin-bottom: 25px;
    margin-left: 20px;
    text-align: center;
}

.data_content .data_time img {
    position: absolute;
    top: 8px;
    left: 15px;
}

.data_content .data_info {
    width: calc(100% - 40px);
    margin-bottom: 40px;
    height: 110px;
    margin-left: 20px;
}

.data_content .data_info .info_1 {
    width: 40%;
    height: 110px;
}

.data_content .data_info .info_1 > .text_1 {
    width: calc(100% - 25px);
    background-color: #034c6a;
    height: 110px;
}

.data_content .data_info .info_2 {
    width: 31%;
    height: 110px;
}

.data_content .data_info .info_2 > .text_2 {
    width: calc(100% - 25px);
    background-color: #034c6a;
    height: 110px;
}

.data_content .data_info .info_3 {
    width: 29%;
    height: 110px;
}

.data_content .data_info .info_3 > .text_3 {
    width: 100%;
    background-color: #034c6a;
    height: 110px;

}

.data_content .data_info > div.info_1 > .text_1 > div {
    width: 33.333%;
    position: relative;
}

.data_content .data_info > div.info_2 > div > div,
.data_content .data_info > div.info_3 > div > div {
    width: 50%;
    position: relative;
}

.data_content .data_info img {
    position: absolute;
    top: 35px;
    left: 15px;
}

.data_content .data_info > div > div > div > div {
    margin-left: 65px;
    margin-top: 23px;
}

.data_content .data_info > div.info_2 > div > div > div {
    margin-left: 70px;
    margin-top: 23px;
}

.data_content .data_info p:nth-child(1) {
    color: #fff;
    font-size: 12.8px;
}

.data_content .data_info p:nth-child(2) {
    font-weight: 600;
    font-size: 28px;
    color: #ffff43;
}

.data_content .data_info > div.info_2 p:nth-child(2) {
    font-weight: 600;
    font-size: 28px;
    color: #25f3e6;
}

.data_content .data_info > div.info_3 p:nth-child(2) {
    font-weight: 600;
    font-size: 28px;
    color: #ff4e4e;
}

.data_content .data_main {
    width: calc(100% - 40px);
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.data_content .data_main .main_left {
    width: 24%;
    height: 100%;
}

.data_content .data_main .main_left > div {
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    position: relative;
    box-shadow: 0 0 10px #2C58A6;
}

.data_content .data_main .main_left div.left_1 {
    height: calc(25% - 25px);
}

.data_content .data_main .main_left div.left_2 {
    margin-top: 25px;
    height: calc(25% - 25px);
}

.data_content .data_main .main_left div.left_3 {
    margin-top: 25px;
    height: calc(25% - 25px);
}

.data_content .data_main .main_left div.left_4 {
    margin: 25px 0;
    height: calc(25% - 25px);
}

.data_content .data_main .main_center {
    width: 52%;
    height: 100%;
}

.data_content .data_main .main_center .center_1 {
    width: calc(100% - 50px);
    height: calc(55% - 25px);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    box-shadow: 0px 0px 6px #2C58A6;
    position: relative;
}

.center_1_content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.center_1_content_item {
    align-items: center;
    justify-content: center;
}

.center_1_content_item_1 {
    width: 100%;
    font-size: 20px;
    color: #904a0c;
    text-align: center;
}

.center_1_content_item_2 {
    width: 100%;
    font-size: 20px;
    color: #a4cdf1;
    text-align: center;
}

.data_content .data_main .main_center .center_2 {
    width: calc(100% - 50px);
    min-height: 80px;
    height: calc(15% - 25px);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    box-shadow: 0px 0px 6px #2C58A6;
    position: relative;
}

.center_2_content {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    padding: 25px 20px 10px 20px;
    display: flex;
    justify-content: space-around;
}

.center_2_title, .center_2_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center_2_title_item {
    font-size: 10px;
    color: #61d2f7;
}

.center_2_data_item {
    font-size: 10px;
    color: white;
}

#chart_1 {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
}

.center_3 {
    width: calc(100% - 50px);
    height: calc(30% - 25px);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    box-shadow: 0px 0px 6px #2C58A6;
    position: relative;
}

.center_3_content {
    margin: 0 10px;
    height: 100%;
}

.l_t_line {
    width: 5px;
    height: 24px;
    left: -3px;
    top: -3px;
}

.t_l_line {
    height: 5px;
    width: 26px;
    left: -3px;
    top: -3px;
}

.t_line_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.t_line_box i {
    background-color: #4788fb;
    box-shadow: 0px 0px 10px #4788fb;
    position: absolute;
}

.t_r_line {
    height: 5px;
    width: 26px;
    right: -3px;
    top: -3px;
}

.r_t_line {
    width: 5px;
    height: 24px;
    right: -3px;
    top: -3px;
}

.l_b_line {
    width: 5px;
    height: 24px;
    left: -3px;
    bottom: -3px;
}

.b_l_line {
    height: 5px;
    width: 26px;
    left: -3px;
    bottom: -3px;
}

.r_b_line {
    width: 5px;
    height: 24px;
    right: -3px;
    bottom: -3px;
}

.b_r_line {
    height: 5px;
    width: 26px;
    right: -3px;
    bottom: -3px;
}

.main_title {
    cursor: pointer;
    width: 200px;
    height: 35px;
    line-height: 33px;
    background-color: #2C58A6;
    border-radius: 18px;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -100px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.data_content .data_main .main_right {
    width: 24%;
    height: 100%;
}

.data_content .data_main .main_right > div {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #2C58A6;
    position: relative;
    box-shadow: 0 0 10px #2C58A6;
}

.data_content .data_main .main_right div.right_1 .choice {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1000;
}

.data_content .data_main .main_right div.right_1 .choice label {
    color: #fff;
}

.data_content .data_main .main_right div.right_2 {
    /*background: url("../img/chart_4.png") no-repeat center;*/
}

.data_content .data_main .main_right div.right_2 .chart_text {
    width: 18%;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.data_content .data_main .main_right div.right_2 .chart_text p {
    margin-top: 21px;
}

.data_content .data_main .main_right div.right_2 .chart_text p img {
    margin-right: 5px;
    margin-top: -4px;
}

.data_content .data_main .main_right div.right_2 .chart_text p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
}

.data_content .data_main .main_right div.right_2 .text_sum {
    text-align: center;
    color: #ffff43;
    font-weight: 600;
}

.data_content .data_main .main_right div.right_2 .text_sum div:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
}

.right_1, .right_2, .right_3 {
    height: calc(25% - 25px);
    margin-bottom: 25px;
    /*padding: 10px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_4 {
    height: calc(25% - 25px);
    /*padding: 10px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_table tr {
    height: 32px;
}

.main_table {
    width: 100%;
    margin-top: 25px;
}

.main_table table {
    width: 100%;
}

.main_table thead tr {
    height: 42px;
}

.main_table th {
    font-size: 12px;
    font-weight: 600;
    color: #61d2f7;
    text-align: center;
}

.main_table th:nth-child(1) {

}

.main_table th:nth-child(2) {

}

.main_table td {
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.main_table tbody tr:nth-child(odd) {
    background-color: #072951;
    box-shadow: -10px 0px 15px #2C58A6 inset, /*左边阴影*/ 10px 0px 15px #2C58A6 inset; /*右边阴影*/
}

.t_btn8, .t_btn2, .t_btn3 {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.device_binding {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.device_binding_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
}

.device_binding_info {
    width: 50%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.device_binding_title {
    width: 50%;
    color: #a4cdf1;
    text-align: right;
}

.device_binding_content {
    padding-left: 5px;
    width: 50%;
    color: #904a0c;
    font-size: 20px;
}

.right_1_content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
}

.right_2_content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
}

.right_3_content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding-top: 20px;
}

.right_4_content {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding-top: 20px;
}

.left_1_content, .left_2_content, .left_3_content, .left_4_content {
    width: 100%;
    /*min-height: 100px;*/
    height: calc(100% - 20px);
    padding-top: 20px;
}

#map-container {
    height: 450px;
}

.info {
    background: #363F49;
    color: #A0A7B4;
    padding: 10px;
    max-width: 300px;
    min-width: 200px;
    font-size: 12px;
}

.info tr .content {
    text-align: right;
    color: #D3D8E0;
    max-width: 200px;
}
