body,
html {
    background-color: rgba(7, 16, 42, 1);
    background-size: cover;
    /* overflow: hidden; */
    scrollbar-width: none;
    /*    width: 1920px;
    height: 1080px;*/
}


#indexPage {
    width: 1920px;
    height: 1080px;
    /* width: 100%;
    height: 100%; */
    overflow: hidden;
    transform: translateZ(0);
    /* overflow: hidden; */
    /* scrollbar-width: none; */
}

.indexPage {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}


.mCSB_outside+.mCSB_scrollTools {
    right: -4px !important;
}

/* .navHeader {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/navHeaderBg.png) no-repeat, url(../img/navDt.png) no-repeat;
    z-index: 9990;
    transform-origin: left top 0;
    transition: all .5s ease 0s;
    background-size: 100% 100%;
    background-position: bottom;
} */
.navHeader {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/navHeaderBg.png) no-repeat, url(../img/navDt.png) no-repeat;
    z-index: 9990;
    transform-origin: left top 0;
    transition: all .5s ease 0s;
    background-size: 100% 100%;
    background-position: bottom;
}

.navHeader .navCont {
    width: 100%;
    height: 100%;
    position: relative;
}

/* .navHeader .navCont .navTitleBox{
    width: 685px;
    height: 87px;
    z-index: 9990;
    position: relative;
    margin: 0 auto;
    overflow: hidden; 
    background:url(../img/LogoTitle.png) no-repeat center center / 685px 87px;
} */
    .navHeader .navCont .navTitleBox {
        width: 100%;
        height: 87px;
        z-index: 9990;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        /*background: url(../img/kaihonglogo.png) no-repeat center center;*/
        /*background: url(../img/NormalLogoTitle1.png) no-repeat center center;*/
    }

        .navHeader .navCont .navTitleBox .kaihonglogo {
            width: 240px;
            height: 50px;
            position: absolute;
            margin: 23px 0px 20px 655px;
        }

        .navHeader .navCont .navTitleBox .nonghong {
            margin: 0px 0px 32px 875px;
        }

        .navHeader .navCont .navTitleBox p {
            text-shadow: 3px 3px 5px #2196f3;
            height: 63px;
            font-size: 50px;
            font-family: "HarmonyOS";
            font-weight: 400;
            color: #ffffff;
            line-height: 79px;
            /*text-align: center;*/
            margin-left:782px;
        }

    .navHeader .navCont .dateBox {
        position: absolute;
        width: 210px;
        height: 65px;
        top: 10px;
        left: 50px;
        background: url(../img/hw_logo.png) no-repeat center center;
    }

.navCont .dateBox p {
    color: #fff;
    height: 32px;
    width: 100%;
    text-align: center;
    font-family: DS-DIGIB;
}

.navCont .dateBox .date {
    line-height: 55px;
    font-size: 18px;
}

.navCont .dateBox .time {
    line-height: 50px;
    font-size: 24px;
}

.navHeader .navCont .rightBox {
    position: absolute;
    width: auto;
    height: 90px;
    top: 0;
    right: 0;
    /* background-color: antiquewhite; */
}

.navCont .rightBox .exitBtnBox {
    width: 160px;
    height: 100%;
    float: right;
    position: relative;
}

.navCont .rightBox .exitBtnBox p {
    width: 80px;
    height: 40px;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -42%);
    position: absolute;
    border-radius: 10px;
    color: #fff;
    /* border: 1px solid #00D2FF; */
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 12px #357be7 inset;
    background-color: #1B2857;
    border: 1px solid #357BE7;
}

.navCont .rightBox .exitBtnBox p:hover {
    background-color: rgba(0, 170, 255, 1);
}

.navCont .rightBox .userBox {
    width: 60px;
    height: 90px;
    /* background-color: antiquewhite; */
    float: right;
    position: relative;
}

.navCont .rightBox .userBox .userItem {
    width: 100%;
    height: 56px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -42%);
}

.navCont .rightBox .userBox .userItem i {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: url(../img/userIcon.png) no-repeat center center / 100% 100%;
    margin: 0 auto;
}

.navCont .rightBox .userBox .userItem {
    text-align: center;
    color: #fff;
    font-size: 18px;
}


.dataCentRouteBox {
    margin-top: 90px;
    margin-left: 20px;
    width: 200px;
    height: 970px;
    float: left;
    border-radius: 6px;
}

.dataCentRouteBox h3 {
    font-size: 24px !important;
    padding-left: 40px !important;
}

.dataCentRouteBox .dataRouteUl {
    width: 100%;
    height: auto;
    padding: 4px 0;
}

.dataCentRouteBox .dataRouteUl li {
    width: 180px;
    height: 40px;
    margin: 10px auto;
    border-radius: 6px;
    border: 2px dashed rgb(14 252 255 / 77%);
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.dataCentRouteBox .dataRouteUl li:hover {
    box-shadow: 0px 0px 20px 0px rgb(14 252 255 / 77%) inset;
    border: 2px solid rgb(14 252 255 / 77%);

}

.dataCentRouteBox .dataRouteUl .selAc {
    box-shadow: 0px 0px 20px 0px rgb(14 252 255 / 77%) inset;
    border: 2px solid rgb(14 252 255 / 77%);
}

.rightTop {
    transform-origin: right top;
}

.leftTop {
    transform-origin: left top;
}


/* ::-webkit-scrollbar{
    width: 0;
} */
/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 0px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}