*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,html{
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;

    /* background: url('./assets/body_bg.png') ; */
}
.head{
    width: 100vw;
    height: 7.5vh;/*81px*/
    background: url("./assets/title_bg.png") no-repeat
    center center /100% 100%;
    position: absolute;
    top: 0;
}
.time{
    width: 240px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right:6%;
    bottom: 45%;
}
.left{
    width: 19vw;
    margin-left: 23px;
    position: absolute;
    top:10vh;
}
.right{
    width: 19vw;
    position: absolute;
    right: 1%;
    top:10vh;
}
.item1,.item2{
    width: 100%;
    /* height: 32px; */
    margin-bottom: 2vh;
}
.name_wrap{
    width: 100%;
    height: 32px;
    background: url('./assets/name_bg2.png') no-repeat left bottom;
}
.name{
    width: max-content;
    height: 100%;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    background: url('./assets/name_bg1.png') no-repeat left bottom /100%;
}
.name_icon{
    margin-left: 10px;
    width: 13px;
    height: 12px;
    background: url('./assets/name_icon.png') no-repeat center center /100%;
}
.people{
    display: flex;
    justify-content: space-around;
}
.peo_item{
    text-align: center;
    font-size: 20px;
    width: 108px;
    height: 47px;
    background: url('./assets/people_bg.png');
    margin-top: 30px;
}
.peo_title{
    font-size: 12px;
    color: #fff;
}
.num {
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 0px 10px #0096ff;
}
/********************摄像头部分***********************/
.sxt{
    display: flex;
    justify-content: space-around;
}
.sxt_name{
    height: 18px;
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.sxt_icon{
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background: url('./assets/sxt_icon.png') no-repeat center center;
}
.sxt_content{
    width: 155px;
    height: 11vh;
    padding: 5px;
    background: url('./assets/sxt_bg.png') no-repeat center center /100% 100%;
}
.sxt_content>video{
    object-fit:fill;
    width: 100%;
    height: 100%;
}
/***************************校园流动************/
.liudong{
    margin: 16px 26px;
    width: 305px;
    height: 21.5vh;
    background:url('./assets/liudong_bg.png') no-repeat center center /100% 100%;
}
/***************************设备检测************/
.chart{
    width: 258px;
    height: 130px;
    margin: 30px auto 0px auto;
    background: url('./assets/check_bg.png') no-repeat center center /100% 100%;
}
.check_table{
    width: 303px;
    height: 264px;
    margin: 2vh auto;
    background:url('./assets/check_table.png') no-repeat center center /100% auto;
}
.check_table{
    padding:5px 10px;
    display: flex;
    flex-direction: column;
}
.tab{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tab_item{
    width: 28%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}
.tab:first-child{
    margin-bottom: 10px;
}
.tab_item:nth-child(3){
    color:#068ae2;
}
.table_shadow{
    background: url('./assets/table_bg.png');
}
.shadow{
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background: url('./assets/shadow.png') no-repeat center center /100% 100%;
    pointer-events: none;
    opacity:0.7;
}
/**************************值班信息*****************/
.info{
    margin-top: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_table{
    margin-top: 3vh;
    padding: 0 5%;
}
.info_item{
    width:20%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.info_shadow{
    background: url('./assets/info_bg.png') no-repeat center center /100% 100%;
}

/******************************门禁*********************************/
.menjin{
    left: 30%;
    top: 27%;
    background: url('./assets/menjin.png');
}
.menjin_tc{
    width: 290px;
    height: 230px;
    /* left: 35%; */
    /* top: 18%; */
    background: url('./assets/menjin_bg.png') no-repeat center center ;
    display: none;
}
.menjin_detal{
    padding:  0 10%;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menjin_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color:#fff;
    font-size: 12px;
}
.menjin_item>div:nth-child(1){
    width: 25%;
}
.menjin_item>div:nth-child(2){
    width: 50%;
}
.menjin_item>div:nth-child(3){
    width: 25%;
}
/************************执勤*************/
.zhiqin{
    left: 25%;
    top: 51%;
    background: url('./assets/people.png');
}
.zhiqin_tc{
    width: 172px;
    height: 119px;
    /* left: 29%; */
    /* top: 48%; */
    background: url('./assets/people_info_bg.png') no-repeat center center ;
    display: none;
}
.zhiqin_detal{
    height: 81%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.touxiang{
    width: 42px;
    height: 51px;
    background:url('./assets/touxiang.png') no-repeat;
}
.zhiqin_info{
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
}
/********************教学楼********************/
.jiaoxue{
    left: 55%;
    top: 20%;
    background: url('./assets/school.png');
}
.jiaoxue_tc{
    width: 290px;
    height: 230px;
    /* left: 60%; */
    /* top: 11%; */
    background: url('./assets/menjin_bg.png') no-repeat center center ;
    display: none;
}

.jiaoxue_detal{
    height: 100px;
    padding: 0 6px;
    font-size: 12px;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jiaoxue_detal>div{
    display: flex;
    /* justify-content: space-between; */
}

/********************报警*********************/
.baojing{
    left: 46%;
    top: 54%;
    background: url('./assets/warn_bt.png');
}
.baojing_tc{
    width: 290px;
    height: 96px;
    /* left: 50%; */
    /* top: 52%; */
    background: url('./assets/warn_tc.png');
    display: none;
}

/*************************监控******************/
.jiankong{
    left: 50%;
    top: 72%;
    background: url('./assets/jiankong.png');
}
.jiankong_tc{
    width: 293px;
    height: 203px;
    /* left: 54%; */
    /* top: 65%; */
    background: url('./assets/video.png') no-repeat center center ;
    display: none;

}
.bt{
    width: 57px;
    height: 57px;
    position: fixed;
    cursor: pointer;
}
.tc{
    position: fixed;
}
.clear_bt{
    position: relative;
    width: 9px;
    height: 9px;
    background: url('./assets/X.png');
    cursor:pointer;
}
.bt_position0{
    top: 5%;
    left: 86%;
    z-index: 1;
}
.bt_position1{
    top:10%;
    left: 86%;
}
.bt_position2{
    top: 6%;
    left: 84%;
}
.bt_position3{
    top:10%;
    left: 86%;
}
.bt_position4{
    top:10%;
    left: 90%;
    background: url('./assets/X1.png') no-repeat center center /100% auto!important;
}
.tc_title{
    color: #fff;
    font-size: 14px;
    
    text-align: center;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 4%;
    width: 109px;
    height: 28px;
    background: url('./assets/tc_title_bg.png') no-repeat center bottom;
}
.head,.left,.right{
    z-index: 1;
}