@font-face {
    font-family: xt;
    src: url(/images/字体/YouSheBiaoTiHei-2.ttf);
}

@font-face {
    font-family: zt;
    src: url(/images/字体/DINPro-CondBold.otf);
}

body {
    margin: 0;
}

.container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

.game {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(/images/bg.jpg);
    background-size: cover;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 79px;
    background-image: url(/images/框架/蒙版/上.png);
    z-index: 999;
}

.left {
    position: fixed;
    top: 0px;
    left: 0;
    width: 398px;
    height: 100vh;
    background-image: url(/images/框架/蒙版/左.png);
    z-index: 998;
}

.right {
    position: fixed;
    top: 0;
    right: -3px;
    width: 48px;
    height: 100vh;
    background-image: url(/images/框架/蒙版/右.png);
    z-index: 998;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 79px;
    background-image: url(/images/框架/蒙版/下.png);
    z-index: 999;
}

.headerLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 76px;
    background-image: url(/images/框架/框架上/左上.png);
}

.headerCenter {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -879px;
    width: 1758px;
    height: 102px;
    background-image: url(/images/框架/框架上/上.png);
    z-index: 10;
}

.headerCenterAnimate {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -879px;
    width: 1758px;
    height: 102px;
    background-image: url(/images/框架/动效/头部动画_1.png);
    background-size: contain;
    z-index: 2;
    background-repeat: no-repeat;
    background-clip: border-box;
}

.headerCenterAnimate2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 102px;
    background-image: url(/images/框架/动效/头部动画_2.png);
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
}

.headerRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 76px;
    background-image: url(/images/框架/框架上/右上.png);
}

.leftBorder {
    position: absolute;
    top: 76px;
    left: 0;
    width: 51px;
    height: 685px;
    background-image: url(/images/框架/框架上/左下.png);
}

.rightBorder {
    position: absolute;
    top: 76px;
    right: 0;
    width: 54px;
    height: 685px;
    background-image: url(/images/框架/框架上/右下.png);
}

.leftBorderDown {
    position: absolute;
    bottom: 83px;
    left: 0;
    width: 35px;
    height: 353px;
    background-image: url(/images/框架/框架底部/左上.png);
}

.rightBorderDown {
    position: absolute;
    bottom: 83px;
    right: 0;
    width: 38px;
    height: 353px;
    background-image: url(/images/框架/框架底部/右上.png);
}


.footerLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91px;
    height: 83px;
    background-image: url(/images/框架/框架底部/底-左下.png);
}

.footerCenter {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -867px;
    width: 1734px;
    height: 57px;
    background-image: url(/images/框架/框架底部/底.png);
    z-index: 1;
}

.footerCenterAnimate {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -800px;
    width: 1600px;
    height: 57px;
    background-image: url(/images/框架/动效/底部动画_1.png);
    background-size: contain;
    z-index: 2;
}

.footerRight {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 83px;
    background-image: url(/images/框架/框架底部/底-右下.png);
}

.btnleft {
    position: absolute;
    top: 20px;
    width: 120px;
    height: 38px;
    line-height: 30px;
    background-image: url(/images/框架/top按钮-未选中.png);
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btnleft:hover {
    background-image: url(/images/框架/top按钮-选中.png);
    color: #00ffff;
    font-weight: bold;
}

.btnLeftActive {
    background-image: url(/images/框架/top按钮-选中.png);
    color: #00ffff;
    font-weight: bold;
}

.btnright {
    position: absolute;
    top: 20px;
    width: 120px;
    height: 38px;
    line-height: 30px;
    background-image: url(/images/框架/top按钮-未选中y.png);
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btnright:hover {
    background-image: url(/images/框架/top按钮-选中y.png);
    color: #00ffff;
    font-weight: bold;
}
.btnRightActive {
    background-image: url(/images/框架/top按钮-选中y.png);
    color: #00ffff;
    font-weight: bold;
}


.dotleft {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -350px;
    width: 70px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/框架/动效/头部动画_闪动点.png);
}

.dotright {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 280px;
    width: 70px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/框架/动效/头部动画_闪动点右.png);
}


.headerCenter .title {
    position: absolute;
    top: 18px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    color: #eee;
    /* font-family: xt; */
    font-style: italic;
    font-size: 34px;
    font-weight: bold;
}

.leftTitle {
    position: absolute;
    width: 260px;
    height: 35px;
    font-family: xt;
    background-image: url(/images/框架/左侧/01.png), url(/images/框架/左侧/标题1_静态背景.png);
    background-repeat: no-repeat;
    background-position: 10px 10px, left bottom;
    background-size: contain;
    color: #fff;
    font-size: 25px;
    padding-left: 55px;
}

.monitor {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 130px;
}

.monitor .item {
    width: 100px;
    height: 120px;
    background-image: url(/images/实况模式/底座4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 -18px;
    text-align: center;
}
.monitor .item img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
/*.monitor .active img {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    margin-bottom: 0px;*/
/*}*/
.monitor .active .type {
   font-weight: bold;
}
.monitor .active .value {
   color:yellow !important;
}
.monitor .active .unit {
   color:yellow !important;
}

.monitor .item .value {
    text-align: center;
    font-family: xt;
    color: #00ffff;
    /* font-size: 20px; */
}

.monitor .item .unit {
    text-align: center;
    color: #00ffff;
    font-size: 12px;
}

.monitor .item .type {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: zt;
}

.intro {
    position: absolute;
    top: 420px;
    width: 272px;
    color: #eee;
    padding-left: 20px;
    text-indent: 28px;
    line-height: 1.5rem;
    font-size: 14px;
    word-break: break-all;
}

.video {
    position: absolute;
    top: 690px;
    width: 272px;
    height: 160px;
    border: 1px solid #00ffff;
    box-shadow: 0 0 3px #00ffff;
    border-radius: 5px;
    margin-left: 20px;
    background-color: #0003;
}
.video video{
    width:100%; height:100%; object-fit: fill
}
.main {
    position: fixed;
    top: 102px;
    left: 50%;
    margin-left: -216px;
    width: 432px;
    height: 83px;
    z-index: 1000;
    background-image: url(/images/top-日期框.png);
    text-align: center;
    line-height: 78px;
    color: #eee;
    font-size: 18px;
}

.right .map {
    position: absolute;
    top: 79px;
    right: 15px;
    width: 261px;
    height: 175px;
    background-image: url(/images/视角.png);
}

.right .btns {
    position: absolute;
    top: 350px;
    right: 15px;
    width: 213px;
    height: 400px;
}

.right .btns .item {
    position: relative;
    width: 213px;
    height: 74px;
    margin-bottom: 30px;
    background-image: url(/images/右侧按钮-未选中.png);
    color: #eee;
    font-family: xt;
    font-size: 20px;
}

.right .btns .item img {
    position: absolute;
    top: 22px;
    left: 30px;
}

.right .btns .item span {
    position: absolute;
    top: 30px;
    left: 90px;
}

.right .btns .item:hover {
    background-image: url(/images/右侧按钮-选中.png);
}
.viewActive{
    background-image: url(/images/右侧按钮-选中.png) !important;
}

.amap {
    margin: 22px 0 0 10px;
    width: 239px;
    height: 145px;
}

.timeAxis {
    position: absolute;
    width: 1000px;
    height: 40px;
    border: 1px solid #6899e3;
    background-color: #093987;
    bottom: 45px;
    left: 50%;
    margin-left: -500px;
    border-radius: 5px;
    box-shadow: 0 0 2px #6899e3;

}

.timeAxis .date {
    position: absolute;
    width: 160px;
    height: 28px;
    border: 1px solid #219aea;
    background-color: #0b2d69;
    border-radius: 5px;
    box-shadow: 0 0 2px #6899e3;
    top: 5px;
    left: 5px;
    /* background-image: url(/images/播放器/日期.png); */
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00ffff;
    text-align: center;
    line-height: 28px;
}

.timeAxis .date .seltm {
    background-color: transparent;
    color: #00ffff;
    display: inline;
    width: 150px;
    border: 0px;

}

.timeAxis .date .seltm::-webkit-calendar-picker-indicator {
    background-image: url(/images/播放器/日期.png);
}

.timeAxis .playBtn {
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(/images/播放器/按钮背景.png);
    top: 5px;
    left: 180px;
    text-align: center;
}

.timeAxis .playBtn img {
    margin-top: 4px;
}
.timeAxis .axis{
    position: absolute;
    width: 880px;
    height: 28px;
    top: 5px;
    left: 210px;
    cursor: pointer;
}
.timeAxis .axis .shell{
    width: 730px;
    overflow: hidden;
    display: inline-block;
    line-height: 28px;
}
.timeAxis .axis .control{
    width:1968px;
    background-image: url(/images/播放器/kd.png);
    background-repeat: repeat-x;
    background-position: 0 -3px;
    height: 28px;
    text-align: left;
    margin-left: -100px;
    position: relative;
}
.timeAxis .axis .control img{
    margin-top: 3px;
    margin-left: 300px;
}
.timeAxis .axis .control .hour{
    margin-top: -23px;
    margin-left: -41px;
}
.timeAxis .axis .control span{
    display: inline-block;
    width: 82px;
    color: #eee;
    font-size: 12px;
    text-align: center;

}
.timeAxis .axis .control .mask{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
}
.amap-logo {
    display: none;
    opacity: 0 !important;
}

.amap-copyright {
    opacity: 0;
}

.chart{
   position: absolute;
   height: 300px;
   width: 300px;
   top: 330px;

}

.caseDetail{
    position: absolute;
    width: 290px;
    top: 130px;
    padding-left: 20px;
}
.caseDetail .title{
    background-image: url(/images/复盘模式/二级小标题.png);
    background-repeat: no-repeat;
    color: #00ffff;
    padding-left: 25px;
    line-height: 25px;
    background-position: 0 6px;
}
.caseDetail .content{
    color:#ccc;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
    line-height: 25px;
}
.warn{
    position: absolute;
    bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.warn .item{
    width: 90px;
    text-align: center;
}
.warn .item .count{
    color: #00ffff;
    font-weight: bold;
}
.warn .item .title{
    color: #eee;
    font-size: 14px;
    margin-top: 5px;
}
.warn .item .icon{
    width: 90px;
    background-image: url(/images/复盘模式/底座4.png);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center;
}
.warn .item .icon img{
    width: 40px;
}

.adjuct{
    position: absolute;
    width: 290px;
    top: 130px;
    padding-left: 20px;
}
.adjuct select{
    width: 200px;
    background: transparent;
    height: 30px;
    color: #eee;
    border: 1px solid #00ffff;
    padding-left: 5px;
}
.adjuct select option{
    background: #0008;
}
.adjuct span{
    color: #00ffff;
    margin-right: 15px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}
.adjuct .title{
    margin-top: 20px;
    color: #eee;
}
.adjuct  .form-control{
    width: 85%;
    height: 25px;
    background-color: #00ffff;
}
.pre .item{
    cursor: pointer;
}
.sourceBtn{
    width: 300px;
    height: 200px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-150px,-100px);
    text-align: center;
}
.sourceBtn button{
    margin: 5px 10px;
    padding: 5px 10px;
    background-color: #0b2d69;
    border-radius: 5px;
    box-shadow: 0 0 2px #6899e3;
    border: 1px solid #6899e3;
    color: #eee;
}

.timeAxis2 {
    position: absolute;
    width: 500px;
    height: 30px;
    border: 1px solid #6899e3;
    background-color: #093987;
    bottom: 90px;
    left: 50%;
    margin-left: -250px;
    border-radius: 5px;
    box-shadow: 0 0 2px #6899e3;
    padding: 5px;

}
.timeAxis2 .date select{
    height: 28px;
    border: 1px solid #219aea;
    background-color: #0b2d69;
    border-radius: 5px;
    box-shadow: 0 0 2px #6899e3;
    margin-right: 5px;
    /* background-image: url(/images/播放器/日期.png); */
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00ffff;
    text-align: center;
    line-height: 28px;
}

.closebtn{
    position: absolute;
    right:15px ;
    top:15px;
    z-index: 99999;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff8;
    color: #eee;
    cursor: pointer;
}