.time_now_box {
    width: 161px;
    height: 30px;
    background-image: url('/platform/image/nbc-datebg.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    top: 40px;
}

.company-select {
    position: absolute;
    right: 40px;
    top: 40px;
}
.company-select :hover {
    opacity: 0.8;
}
.company-select .mini-icon {
    display: none;
}
.company-select .mini-buttonedit-trigger {
    display: none;
}
.mini-buttonedit {
    width: 200px;
}
.mini-listbox-view {
    background: #0f295b;
}
.mini-listbox-item-selected td {
    background: #3b73dd;
    border-color: #3b73dd;
}
.mini-listbox .mini-listbox-item-hover {
    background: #5779b7;
}
.mini-listbox-item {
    color: #fff;
}
.mini-buttonedit-border {
    background: none;
    border: 1px solid #3b73dd;
}
.mini-buttonedit-border input {
    color: #fff;
}

/* #region ******************************* 左边 ******************************** */
.main-left1 {
    width: 490px;
    height: 960px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    left: 40px;
    top: 80px;
    /* background: pink; */
}
.left1-top {
    width: 100%;
    height: 520px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
}

.select-date-type {
    display: flex;
    gap: 12px;
    height: 40px;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}
.select-date-item {
    width: 51px;
    height: 16px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9daec2;
    font-style: italic;
    padding-right: 4px;
    box-sizing: border-box;
}
.select-date-item-active {
    width: 51px;
    height: 16px;
    background-image: url('/platform/image/selectBg.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-style: italic;
    padding-right: 4px;
    box-sizing: border-box;
}
.select-date-item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.help-number {
    display: flex;
    justify-content: center;
}
.help-number-inner {
    width: 420px;
    height: 90px;
    background-image: url('/platform/image/numberhelp.png');
    background-size: 100% 100%;
    position: relative;
}

#statistics_ym1 {
    display: none;
}

#statistics_ym2 {
    display: none;
}

#number_1 {
    width: 35px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 212px;
}
#number_2 {
    width: 35px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 174px;
}
#number_3 {
    width: 35px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 138px;
}
#number_4 {
    width: 35px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 102px;
}
#number_5 {
    width: 35px;
    height: 32px;
    position: absolute;
    top: 30px;
    right: 65px;
}

.number-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}
.number-one1 {
    width: 244px;
    height: 120px;
    background-image: url('/platform/image/numberBg1.png');
    background-size: 100% 100%;
    position: relative;
}
.number-one2 {
    width: 244px;
    height: 120px;
    background-image: url('/platform/image/numberBg2.png');
    background-size: 100% 100%;
    position: relative;
}
.number-one3 {
    width: 244px;
    height: 120px;
    background-image: url('/platform/image/numberBg3.png');
    background-size: 100% 100%;
    position: relative;
}
.number-one4 {
    width: 244px;
    height: 120px;
    background-image: url('/platform/image/numberBg4.png');
    background-size: 100% 100%;
    position: relative;
}
.number-one5 {
    width: 244px;
    height: 120px;
    background-image: url('/platform/image/numberBg5.png');
    background-size: 100% 100%;
    position: relative;
}
.number-content {
    position: absolute;
    top: 30px;
    left: 100px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}
.number-value-font {
    color: #fff;
    font-size: 22px;
}
.number-unit-font {
    color: #9dafc2;
    font-size: 12px;
    line-height: 24px;
}
.number-title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    left: 100px;
}

.left1-bottom {
    width: 100%;
    height: 420px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.left-bottom-body {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.left-bottom-body-inner {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 12px 12px 0;
    box-sizing: border-box;
}
.bottom-one-box {
    width: 100%;
    height: 80px;
    background-image: url('/platform/image/bottomOneBg.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.bottom-one-box:hover {
    cursor: pointer;
    opacity: 0.8;
}
.one-title-box {
    height: 80px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.one-code {
    width: 60px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #26eef5;
    overflow: hidden;
}
.one-title {
    width: 100%;
    height: 30px;
    background-image: url('/platform/image/bottomOneTitle.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2ba4dd;
    font-size: 16px;
}
.one-content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
}
.one-place {
    /* 2行3个点 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数：2行 */
    overflow: hidden;
}
.one-status-box {
    color: red;
    font-size: 18px;
}
.one-time-box {
    width: 91px;
    height: 27px;
    background-image: url('/platform/image/bottomOneTimeBg.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    color: #26eef5;
    font-size: 18px;
}
/* #endregion */

/* #region ******************************* 左边2 ******************************** */
.main-left2 {
    width: 490px;
    height: 960px;
    display: none;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    left: 40px;
    top: 80px;
    /* background: pink; */
}

#rightButton3 {
    display: none;
}

.left2-top {
    width: 100%;
    height: 380px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.left2-bottom {
    width: 100%;
    height: 560px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.left2-top-body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.left2-top-row {
    width: 100%;
    display: flex;
    gap: 24px;
}
.left2-top-row-title {
    width: 80px;
    font-size: 16px;
    color: #fff;
}
.left2-top-row-value {
    font-size: 16px;
    color: #20d7e0;
}

.left2-bottom-body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    box-sizing: border-box;
    align-items: center;
}

#haveFloorID {
    display: none;
}
#screen_inner_2 {
    display: none;
}

.left2-bottom-floor-bg {
    width: 395px;
    height: 102px;
    background-image: url('/platform/image/floorBg.png');
    background-size: 100% 100%;
    position: relative;
}

.floor-name {
    font-size: 24px;
    color: #20d7e0;
    position: absolute;
    top: 20px;
    left: 180px;
    width: 180px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.left2-bottom-floor-body {
    width: 100%;
    flex: 1;
    position: relative;
}
.floor-show-one {
    width: 362px;
    height: 168px;
    position: absolute;
}
.floor-show-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.floor-show-floor-bg {
    width: 254px;
    height: 95px;
    background-image: url('/platform/image/floor.png');
    background-size: 100% 100%;
}
.floor-show-line {
    width: 122px;
    height: 32px;
    background-image: url('/platform/image/floorLine.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 60px;
    left: 20px;
}
.floor-show-num {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 30px;
}
.floovr-show-warning {
    width: 20px;
    height: 20px;
    background-image: url('/platform/image/warning.png');
    background-size: 100% 100%;
    position: absolute;
    top: 48px;
    left: 76px;
    display: none;
}
.floovr-show-warning:hover {
    cursor: pointer;
    opacity: 0.8;
}
#floor_4 {
    bottom: 270px;
    left: 0;
}
#floor_3 {
    bottom: 180px;
    left: 0;
}
#floor_2 {
    bottom: 90px;
    left: 0;
}
#floor_1 {
    bottom: 0;
    left: 0;
}

/* #endregion */

/* #region ******************************* 右边1 ******************************** */
.main-right1 {
    width: 490px;
    height: 960px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 40px;
    top: 80px;
    gap: 6px;
    /* background: pink; */
}

.change-box {
    width: 100%;
    height: 50px;
    display: flex;
}
.change-item1 {
    padding: 0 24px;
    box-sizing: border-box;
    height: 50px;
    background-image: url('/platform/image/rightChange1.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #faea1f;
    font-size: 18px;
}
.change-item1:hover {
    cursor: pointer;
    opacity: 0.8;
}

.change-item2 {
    padding: 0 24px;
    box-sizing: border-box;
    height: 50px;
    background-image: url('/platform/image/rightChange2.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #26eef5;
    font-size: 18px;
}
.change-item2:hover {
    cursor: pointer;
    opacity: 0.8;
}

.right1-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.right1-top {
    width: 100%;
    height: 300px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.edit-box {
    width: 71px;
    height: 29px;
    background-image: url('/platform/image/editButton.png');
    background-size: 100% 100%;
    position: absolute;
    right: 12px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a7acbc;
    z-index: 100;
}
.edit-box:hover {
    cursor: pointer;
    opacity: 0.8;
}

.right1-center {
    width: 100%;
    height: 266px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.right1-bottom {
    width: 100%;
    height: 300px;
    background-image: url('/platform/image/boxBg.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.change-dutyTime-box {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 12px 24px;
    box-sizing: border-box;
    gap: 24px;
}

#dutyTimeShowID {
    height: 26.25px;
}

#dutyTimeInputID {
    display: none;
}

.dutyTime-input .mini-buttonedit-border {
    border: 0;
    background: none;
    padding: 3px 6px;
    box-sizing: border-box;
    border: 1px solid #0285e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
}
.mini-buttonedit-button {
    background: none;
    border: none;
    margin-top: 3px;
}
.mini-buttonedit-input {
    background: none;
}
.dutyTime-input input[type='text'] {
    /* font-size: 9px !important; */
    color: #fff; /* 浅灰色 */
}

.duty-person-total-box {
    width: 100%;
    display: flex;
    gap: 24px;
    padding: 0px 18px;
    box-sizing: border-box;
}

.duty-person-one {
    width: 200px;
}

.duty-person-total-item {
    width: 136px;
    height: 55px;
    background-image: url('/platform/image/personTotalBg.png');
    background-size: 100% 100%;
    position: relative;
}
.duty-person-total-item2 {
    width: 136px;
    height: 55px;
    background-image: url('/platform/image/personTotalBg2.png');
    background-size: 100% 100%;
    position: relative;
}

.duty-person-total-title {
    position: absolute;
    top: 14px;
    left: 64px;
    font-size: 14px;
    color: #f1f0ea;
    font-style: italic;
    display: flex;
    gap: 12px;
}

.duty-person-total-content {
    position: absolute;
    top: 32px;
    left: 64px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 18px;
}
.duty-person-total-value-font {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.duty-person-total-unit-font {
    color: #9dafc2;
    font-size: 12px;
    line-height: 12px;
}

.duty-person-body-box {
    width: 100%;
    flex: 1;
    display: flex;
    padding: 0px 28px;
    box-sizing: border-box;
    gap: 24px;
    margin-top: 12px;
}

.duty-person-body-one {
    width: 200px;
    height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
}
.duty-person-body-one-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.person-one {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.person-img-box {
    width: 51px;
    height: 53px;
    background-image: url('/platform/image/person1.png');
    background-size: 100% 100%;
}
.person-img-box1 {
    width: 51px;
    height: 53px;
    background-image: url('/platform/image/person2.png');
    background-size: 100% 100%;
}

.person-content-box {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.person-name-font {
    font-size: 16px;
    color: #2fd9fa;
}
.person-phone-font {
    font-size: 16px;
    color: #9dafc2;
}

.person-add {
    width: 24px;
    height: 24px;
    background-image: url('/platform/image/addIcon.png');
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    top: 12px;
}

.person-add:hover {
    cursor: pointer;
    opacity: 0.8;
}

.person-delete {
    width: 16px;
    height: 16px;
    background-image: url('/platform/image/deleteIcon.png');
    background-size: 100% 100%;
}

.person-delete:hover {
    cursor: pointer;
    opacity: 0.8;
}

.duty-person-body-one input[type='text'] {
    /* height: 16px;
    width: 74px !important; */
    color: #333; /* 浅灰色 */
    /* position: static; */
    /* font-size: 12px !important; */
    /* margin-left: 20px; */
    /* margin-top: 4px; */
}

#personEdit {
    display: none;
}

#personEdit1 {
    display: none;
}

#addButton {
    display: none;
}

#addButton1 {
    display: none;
}

/* #endregion */

/* #region ******************************* 右边2 ******************************** */
.right1-center-date {
    width: 100%;
    padding: 6px 18px;
    box-sizing: border-box;
    display: flex;
}
.center-date-l {
    padding: 3px 12px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    border: 1px solid #1990fe;
    color: #9dafc2;
    font-size: 16px;
}
.center-date-r {
    padding: 3px 12px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    border: 1px solid #1990fe;
    color: #9dafc2;
    font-size: 16px;
}

.right1-center-date-content {
    width: 100%;
    flex: 1;
    padding: 12px 18px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
.right1-center-date-content-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.right1-center-date-content-item {
    width: 100%;
    height: 76px;
    display: flex;
    gap: 12px;
    overflow: hidden;
}

.right1-center-img {
    width: 105px;
    height: 76px;
    background-image: url('/platform/image/rcenterIcon.png');
    /* background-size: 100% 100%; */
    background-position: bottom;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.right1-center-content {
    flex: 1;
    height: 66px;
    display: flex;
    flex-direction: column;
}

.right1-center-content-title {
    width: 60%;
    height: 25px;
    background-image: url('/platform/image/rctitle.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    color: #a0c7e7;
    font-style: italic;
    font-size: 14px;
}
.right1-center-content-body {
    width: 100%;
    height: 25px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin-top: 4px;
    flex-wrap: wrap;
}
/* #endregion */

/* #region ******************************* 右边3 ******************************** */
.right1-bottom-body {
    width: 100%;
    flex: 1;
}
/* #endregion */

/* #region ******************************* 右边二 ******************************** */
.right2-body {
    width: 100%;
    height: 900px;
    background-image: url('/platform/image/nbc-leftbg-3.png');
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    display: none;
}

.right2-body-content {
    width: 100%;
    height: 839px;
    display: flex;
    flex-direction: column;
}

.right2-top-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
}

.right2-body-detail {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
.right2-body-detail-inner {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.right2-search-box {
    width: 100%;
}

.right2-search-result {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.right2-search-result-inner {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.right2-search-result-item {
    width: 100px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c5ea5;
    border-radius: 8px;
    color: #fff;
}
.right2-search-result-item:hover {
    cursor: pointer;
    opacity: 0.8;
}

.person-input .mini-textbox .mini-textbox-border {
    border: 0;
    background: none;
    padding: 3px 6px;
    box-sizing: border-box;
    border: 1px solid #0285e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    height: 32px;
}

.person-input input[type='text'] {
    /* font-size: 9px !important; */
    color: #fff; /* 浅灰色 */
}

.person-search {
    height: 32px;
    margin-top: 6px;
    width: 60px;
    background-image: url('/platform/image/searchBox.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.person-search:hover {
    cursor: pointer;
    opacity: 0.8;
}

.right2-title-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.right2-title {
    width: 100px;
    height: 30px;
    background-image: url('/platform/image/bottomOneTitle.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #00deff;
}

#personDetailID {
    display: none;
}
.right2-body-none {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #f8f8f8;
}

.right2-avatar-box {
    width: 80px;
    height: 80px;
    background: #248ff2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7492ab;
}

.right2-body-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.right2-body-row {
    width: 100%;
    display: flex;
    gap: 24px;
}
.right2-body-row-one {
    display: flex;
    gap: 6px;
    color: #fff;
    font-size: 14px;
}

.nbc-icon-4 {
    width: 27px;
    height: 25px;
    background-image: url('/platform/image/nbc-icon-4.png');
    background-size: 100% 100%;
}
.firstAidPrecautions-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
}
.right2-body-info {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 12px;
}
.info-one {
    padding: 6px;
    box-sizing: border-box;
    background: #143471;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.info-one-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #b8c2d3;
}
.info-one-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #8fdfff;
}
/* #endregion */

/* #region ******************************* 中间地图 ******************************** */
.main-center {
    width: 606px;
    height: 960px;
    position: absolute;
    left: 660px;
    top: 80px;
    /* background-image: url('/platform/image/nbc-c-map.png');
    background-size: 100% 100%; */
}

.main_inner_inner {
    width: 606px;
    height: 960px;
    position: relative;
    overflow: visible !important;
}

.mark-one-box {
    width: 248px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    z-index: 9999;
    /* left: 50px;
    top: 100px; */
}
.mark-one-info-box {
    width: 100%;
    height: 138px;
    /* background-image: url('/platform/image/markBg.png'); */
    /* background-size: 100% 100%; */
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    box-sizing: border-box;
    position: relative;
}

.mark-one-info-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mark-one-info-row {
    width: 100%;
    display: flex;
    align-items: center;
}
.mark-one-info-icon {
    width: 4px;
    height: 12px;
    background: #30ace2;
    margin-right: 12px;
}
.mark-one-info-content {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.mark-one-info-text {
    font-size: 16px;
    color: #30ace2;
    font-weight: 600;
}
.mark-one-tag-box {
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mark-one-tag {
    height: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    gap: 6px;
    font-size: 14px;
    border-radius: 4px;
}
.mark-one-tag-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a23a5b;
}
.mark-one-icon-box {
    height: 74px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mark-one-icon {
    width: 30px;
    height: 74px;
    background-image: url('/platform/image/markTag.png');
    background-size: 100% 100%;
    position: relative;
}
.mark-one-num {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
/* #endregion */

/* #region ******************************* 总览 ******************************** */
.main-statistics-all {
    width: 96%;
    height: 92%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
    gap: 24px;
}

.main-statistics-all-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.statistics-all-title-text {
    font-size: 24px;
    font-weight: 600;
    color: #30ace2;
    display: flex;
    gap: 24px;
    align-items: center;
}

.main-statistics-all-body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-content: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
}
.statistics-all-one-box {
    width: 577px;
    height: 118px;
    background-image: url('/platform/image/statisticsOne.png');
    background-size: 100% 100%;
    display: flex;
    gap: 24px;
    padding: 12px;
    box-sizing: border-box;
}
.statistics-all-one-box:hover {
    cursor: pointer;
    opacity: 0.8;
}

.statistics-all-one-unit {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #54a9e7;
    font-size: 20px;
}

.statistics-all-one-content {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.statistics-all-one-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.statistics-all-one-row2 {
    width: 100%;
    display: flex;
    gap: 24px;
}
.statistics-all-one-num {
    width: 120px;
    font-size: 14px;
    color: #a9d8ff;
}

.statistics-all-one-num2 {
    font-size: 14px;
    color: #a9d8ff;
}
.num-font {
    font-size: 20px;
    font-weight: 600;
    color: #00a7ff;
}
.num-font2 {
    font-size: 20px;
    font-weight: 600;
    color: #ff4735;
}
.num-font3 {
    font-size: 20px;
    font-weight: 600;
    color: #ecac43;
}
/* #endregion */

.box-title {
    width: 100%;
    height: 41px;
    background-image: url('/platform/image/boxTitle.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #30ace2;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.hover {
    cursor: pointer;
}
.hover:hover {
    opacity: 0.8;
}

.warning-dialog {
    width: 967px;
    height: 640px;
    background-image: url('/platform/image/warningBg.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    padding: 36px 48px;
    box-sizing: border-box;
    gap: 24px;
}
.warning-dialog-title {
    width: 100%;
    display: flex;
    color: #30ace2;
    font-size: 28px;
    font-weight: 600;
}
.warning-address {
    width: 100%;
    display: flex;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.warning-person {
    width: fit-content;
    display: flex;
    color: #30ace2;
    font-size: 24px;
    font-weight: 600;
    gap: 24px;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #30ace2;
}

.warning-content {
    width: 100%;
    padding: 12px 24px;
    box-sizing: border-box;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.warning-content-inner {
    width: 100%;
    font-size: 20px;
    color: #fff;
}

.warning-btn-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
