*{
    margin: 0;
    padding:0;
}
.head{
    box-sizing: border-box;
    width: 100%;
    height: 82px;
    background: linear-gradient(to bottom, rgba(21, 76, 117, 0.9), rgba(55, 104, 140, 0.6), rgba(55, 104, 140, 0.1)),url("../assets/map.img/0.1.png");
    background-size: 1672px 82px;
    padding-left:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 2;
}
.time{
    width: 210px;
    height: 50px;
    line-height: 50px;
}
.time img{
    width: 210px;
    margin-left: 20px;
}
.title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
    z-index: 3;
}
.moveLift{
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: rgb(0,209,255);
    animation: left 1.5s infinite alternate;
}
@keyframes left{
    from{
        top:27px;
        left:495px;
    }
    to{
        top:27px;
        left:725px;
    }
}
.moveRight{
    position: absolute;
    width: 50px;
    height: 5px;
    top:27px;
    left:1125px;
    background-color: rgb(0,209,255);
    animation: right 1.5s infinite alternate;
}
@keyframes right {
    from{
        top:27px;
        left:1125px;
    }
    to{
        top:27px;
        left:895px;
    }
}
.moveBottom1 .shape:nth-child(1){
    position: absolute;
    top:61px;
    left:675px;
    height: 6px;
    width: 5px;
    background-color: rgb(73,177,255);
    animation: bottom 0.4s -0.5s infinite alternate;;
}
.moveBottom1 .shape:nth-child(2){
    position: absolute;
    top:61px;
    left:685px;
    height: 6px;
    width: 5px;
    background-color: rgb(113, 199, 251);
    animation: bottom 0.4s -0.25s infinite alternate;;
}
.moveBottom1 .shape:nth-child(3){
    position: absolute;
    top:61px;
    left:695px;
    height: 6px;
    width: 5px;
    background-color: rgb(174, 228, 251);
    animation: bottom 0.4s infinite alternate;;
}
.moveBottom2 .shape:nth-child(1){
    position: absolute;
    top:61px;
    right:675px;
    height: 6px;
    width: 5px;
    background-color: rgb(73,177,255);
    animation: bottom 0.4s -0.5s infinite alternate;;
}
.moveBottom2 .shape:nth-child(2){
    position: absolute;
    top:61px;
    right:685px;
    height: 6px;
    width: 5px;
    background-color: rgb(113, 199, 251);
    animation: bottom 0.4s -0.25s infinite alternate;;
}
.moveBottom2 .shape:nth-child(3){
    position: absolute;
    top:61px;
    right:695px;
    height: 6px;
    width: 5px;
    background-color: rgb(174, 228, 251);
    animation: bottom 0.4s infinite alternate;;
}
@keyframes bottom{
    0%{
        transform: scaleY(2);
    }
    90%{
        transform: scaleY(1);
    }
}
.moveLeft1{
    display: flex;
    position: absolute;
    top: 58px;
    left: 350px;
    width: 48px;
    height: 4px;
}
.moveLeft2{
    display: flex;
    position: absolute;
    top: 24px;
    left: 420px;
    width: 48px;
    height: 4px;
}
.moveLeft3{
    display: flex;
    position: absolute;
    top: 58px;
    right: 350px;
    width: 48px;
    height: 4px;
}
.moveLeft4{
    display: flex;
    position: absolute;
    top: 24px;
    right: 420px;
    width: 50px;
    height: 4px;
}
.moveLeft1 .shape,
.moveLeft2 .shape,
.moveLeft3 .shape,
.moveLeft4 .shape{
    margin-right: 6px;
    width: 7px;
    height: 4px;
}
.moveLeft1 .shape:nth-child(1),
.moveLeft2 .shape:nth-child(1),
.moveLeft3 .shape:nth-child(1),
.moveLeft4 .shape:nth-child(1){
    background-color: rgb(57, 169, 219);
    animation: Left 1s -0.32s infinite;
}
.moveLeft1 .shape:nth-child(2),
.moveLeft2 .shape:nth-child(2),
.moveLeft3 .shape:nth-child(2),
.moveLeft4 .shape:nth-child(2){
    background-color: rgb(130, 202, 235);
    animation: Left 1s -0.16s infinite;
}
.moveLeft1 .shape:nth-child(3),
.moveLeft2 .shape:nth-child(3),
.moveLeft3 .shape:nth-child(3),
.moveLeft4 .shape:nth-child(3){
    background-color: rgb(141, 172, 186);
    animation: Left 1s infinite;
}
.moveLeft1 .shape:nth-child(4),
.moveLeft2 .shape:nth-child(4),
.moveLeft3 .shape:nth-child(4),
.moveLeft4 .shape:nth-child(4){
    background-color: rgb(199, 224, 234);
    animation: Left 1s infinite;
}
@keyframes Left{
    0%,100%{
        opacity: .2;
    }
    50%{
        opacity: 1;
    }
}
.center{
    min-width: 605px;
    height: 65px;
    background-color: rgba(12, 51, 80,0.6);
    position: absolute;
    margin: 100px 0 0 540px;
    display: flex;
    justify-content: space-around;
    z-index: 1;
}
.detection {
    width: 151px;
    height: 80px;
    display: flex;
}
.waring{
    width: 151px;
    height: 80px;
    display: flex;
}
.invasion{
    width: 151px;
    height: 80px;
    display: flex;
}
.img{
    width: 80px;
    height: 65px;
}
.text{
    height: 65px;
    text-align: center;
    margin-top: 3px;
}
span{
    font-size: 17px;
    color: white;
}
.user{
    height: 50px;
    padding-right: 10px;
    margin-bottom: 6px;
    line-height: 50px;
    color: rgb(186,237,244)
}
i{
    font-size: 25px;
    cursor: pointer;
}
.users_right{
    cursor: pointer;
}
.span1{
    margin-left: 50px;
    font-size: 20px;
    color: rgb(241,251,255);
}
.left{
    width: 436px;
    height: 100%;
    padding-top: 101px;
    background: linear-gradient(to right, rgba(12, 51, 80, 0.9),rgb(12, 51, 80,0.6),rgb(12, 51, 80,0.3));
    position: fixed;
    left:0;
    z-index: 1;
}
.left1{
    height: 148px;
    background-image:url("../assets/map.img/0.2.png");
    background-repeat: no-repeat;
}
.slider-bar{
    height: 43px;
}
.select-topic{
    box-sizing: border-box;
    padding-left: 27px;
    height: 58px;
}

.select-topic select{
    font-size: 18px;
    color:white;
    width: 358px;
    height: 32px;
    margin: 12px 12px 0 12px;
    background-color: rgba(255,255,255,0.1);
    border-color: white;
}
.select-topic option{
    color:black;
    background-color: rgba(255,255,255,0.1);
}
.actions{
    line-height: 48px;
    display: flex;
    height: 48px;
    width: 358px;
    margin: 0 auto;
    background-color: rgba(44, 123, 133, 0.6);
}
.actions input{
    width: 28px;
    height: 28px;
    margin: 10px;
}

.actions span{
    color:rgb(102,198,230);
    margin-left: 20px;
}
.left2{
    height: 188px;
    background-image:url("../assets/map.img/0.2.png");
    background-repeat: no-repeat;
}
.left2 .header{
    display: flex;
    justify-content: space-between;
    line-height: 48px;
    height: 48px;
    width: 358px;
    margin: 15px auto;
    background-color: rgba(44, 123, 133, 0.6);
}
.total span{
    color:rgb(104, 201, 233);
    font-size: 17px;
    margin-left: 20px;
}
.header ul{
    color:white;
    font-size: 16px;
    display:flex;
    list-style: none;
    margin-right: 20px;
}
.header li{
    margin-left: 15px;
}
.body1,.body2{
    line-height: 33px;
    color: white;
    height: 33px;
    width: 358px;
    margin: 10px auto;
}
.body1 ul,.body2 ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-right: 10px;
}
.body1 ul li:first-child,.body2 ul li:first-child{
    margin-left: 20px;
}
.total .title, .body1 span, .body2 span{
    margin-left: 15px;
}
.left3{
    height: 80px;
    background-image:url("../assets/map.img/0.2.png");
    background-repeat: no-repeat;
}
.left3 input{
    width: 358px;
    height: 24px;
    margin: 20px 39px;
    background-color: rgba(255,255,255,0.1);
    border-color: white;
}
table{
    color: white;
    margin:15px auto;
    border-collapse: collapse;
}
td,th{
    width: 100px;
    height: 50px;
    border: 1px solid black;
}
thead{
    background-color: rgba(30,67,100,0.7);
}
tbody {
    background-color: rgba(64,90,111);
}
tbody div{
    margin: 0 auto;
    width: 70px;
    background-color: orange;
}
.right{
    width: 436px;
    height: 100%;
    padding-top: 101px;
    background: linear-gradient(to left,rgb(12, 51, 80,0.9),rgb(12, 51, 80,0.6),rgb(12, 51, 80,0.3));
    position: fixed;
    right: 0;
    z-index: 1;
}
.right1{
    width: 382px;
    height: 40px;
    padding-left: 10px;
    background-color: rgba(24,126,202,0.4);
    margin: 0 auto;
}
.right1 span{
    line-height: 40px;
    font-size: 18px;
    margin-left: 5px;
}
.right2{
    width: 372px;
    height: 18px;
    padding: 10px;
    margin: 0 auto 10px;
    background-color: rgba(33,53,70,0.8);
}
.right2 span{
    line-height: 18px;
    font-size: 18px;
    margin-left: 5px;
}
div[class^= "card"]{
    vertical-align: top;
    box-sizing: border-box;
    width: 392px;
    height: 122px;
    background-color:rgba(30,67,100,0.7);
    margin: 0 auto 8px;
    border: rgb(24,95,168) 3px solid;
    display: none;
}
.title1{
    margin-left: 20px;
    font-size: 18px;
    color: white;
}
.content{
    margin-left: 20px;
    display: flex;

}
.content-right{
    margin-left: 20px;
}
.imgCard1{
    height: 75px;
    border: rgb(254,55,162) 4px solid;
}
.imgCard2{
    height: 75px;
    border: rgb(248,231,28) 4px solid;
}
.imgCard3{
    height: 75px;
    border: rgb(237,117,27) 4px solid;
}
.imgCard4{
    height: 75px;
    border: rgb(237,117,247) 4px solid;
}
.imgCard5{
    height: 75px;
    border: rgb(63,240,255) 4px solid;
}

.bottom{
    width: 100%;
    height: 20px;
    background-color:rgba(30,67,100) ;
    bottom: 0;
    position: fixed;
    z-index: 1;
    line-height: 20px;
}
.bottom span{
    position: fixed;
    right:10px;
    color:white;
    font-size: 20px;
}