@font-face {
    font-family:"PangMenZhengDao";
    src: url("./庞门正道标题体.ttf") format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {
    width: 100vw;
    height: 100vh;
    background: url(../images/model.png) no-repeat center center/100% 100%;
    overflow: hidden;
    position: relative;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    background: url(../images/background.png) no-repeat center center/100% 100%;
    pointer-events: none;
    opacity: 0.8;
}

/* 导航栏 */
.navigation {
    height: 8%;
    width: 100%;
    background: url(../images/navigation.png) no-repeat center center/auto 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: absolute;
    top: 0;
    z-index: 1;
   
}

.navigation>div {
    height: 75%;
    display: flex;
    align-items: center;
}

.navigation img {
    display: block;
}

.navigation p {
    font-size: 1.7vw;
    margin-left: 5px;
    font-family: PangMenZhengDao;
    /* font-weight: bold; */
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

/* 菜单栏 */
.menu {
    width: 35.4%;
    height: 6.7%;
    position: fixed;
    bottom: 3.7%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/menubg.png) no-repeat center center/100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>div {
    width: 18.6%;
    height: 60%;
    background-image: url(../images/unchecked.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "PangMenZhengDao";
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.menu>div.mclecked {
    color: rgb(0, 255, 239);
    background-image: url(../images/checked.png)
}

/* 标题样式 */
.title {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: "PangMenZhengDao";
    color: rgb(255, 255, 255);
    overflow: hidden;

}

.title>span {
    white-space: nowrap;
    font-size: 0.9vw;
    margin-right: 5px;
}

.title>img {
    height: 80%;
}

/* 安防管理 */
.security {
    position: absolute;
    width: 19.1%;
    height: 78.3%;
    top: 10.8%;
    left: 13px;
    background-color: rgba(24, 31, 40, 0.671);
    border-radius: 5px;
    padding: 10px;
}

/* 安防管理——视屏监控 */
.surveillance {
    width: 100%;
    height: 45%;
}

.surveillance_content {
    width: 100%;
    height: calc(100% - 30px);
    padding: 10px 0 0 18px;
}

.surveillance_content>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.surveillance_content>ul>li {
    width: 48%;
    height: 48%;
    margin-right: 2%;
}

.surveillance_content li>p:nth-of-type(1) {
    font-size: 10px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
}

.surveillance_content li>div {
    margin-top: 5%;
    width: 80%;
    height: 70%;
    padding: 5px;
    background: url(../images/videober.png) no-repeat center center/100% 100%;
}

.surveillance_content li>div>video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.surveillance_content li>p:nth-of-type(2) {
    font-size: 10px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
}

.surveillance_content li>p:nth-of-type(2)>img {
    margin-right: 5px;
}

/* 安防管理——值班人员 */
.dutyRoom {
    margin-top: 10px;
    width: 100%;
    height: calc(55% - 10px);
}

.dutyRoom_content {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    height: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
}

.dutyRoom_content>div {
    width: 100%;
    height: 31%;
}

.dutyRoom_content>div>p {
    height: 25px;
    width: 100%;
    font-size: 15px;
    font-family: "SourceHanSansCN";
    display: flex;
    align-items: center;
}

.dutyRoom_content>div>p>span {
    width: 5px;
    height: 13px;
    display: block;
    margin-right: 10px;
}

.dutyRoom_content>div>ul {
    width: 100%;
    height: calc(100% - 25px);
    border-width: 1px;
    border-style: solid;
}

.dutyRoom_content>div>ul>li {
    width: 100%;
    height: 33.3%;
    display: flex;
}

.dutyRoom_content>div>ul>li>p {
    width: 50%;
    line-height: 25px;
    padding: 0 15px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.dutyRoom_content>div>ul>li>p:nth-of-type(1) {
    text-align: left;
}

.dutyRoom_content>div>ul>li>p:nth-of-type(2) {
    text-align: right;
}

/* 按钮 */
.buttons {
    height: 48%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5%;
}

.buttons>ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.buttons>ul>li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "SourceHanSansCN";
    color: rgb(253, 255, 255);
    cursor: pointer;
}

.buttons>ul>li.butcleck {
    color: rgb(135, 255, 248);
}

.buttons>ul>li>img {
    margin-right: 10px;
}

/* 客运详情 */
.passenger {
    position: absolute;
    width: 19.1%;
    height: 78.3%;
    top: 10.8%;
    left: 13px;
    background-color: rgba(24, 31, 40, 0.671);
    border-radius: 5px;
    padding: 10px;
}

/* 客运详情-客运指数 */
.passenger_transport {
    width: 100%;
    height: 17%;
}

.passenger_transport_content {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
    display: flex;
    padding-left: 10px;
    /* justify-content: space-around; */
}

.passenger_transport_content>div {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}

.passenger_transport_content>div>img {
    height: 60%;
    margin-right: 10px;
}

.passenger_transport_content>div>div>p:nth-of-type(1) {
    font-size: 18px;
    font-family: "PangMenZhengDao";
}

.passenger_transport_content>div>div>p:nth-of-type(2) {
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
}

/* 客运详情-流向分析 */
.flowgraph {
    width: 100%;
    height: 36%;
}

.flowgraph_content {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
    padding: 0 10px 10px;
}

.flowgraph_content>img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 客运详情-登车信息 */
.boarded {
    width: 100%;
    height: 47%;
}

.boarded_content {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
    padding: 0 5px;
}

.boarded_content>div:nth-of-type(1) {
    width: 100%;
    height: 30px;
}

.boarded_tbtitle {
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(192, 192, 192);
    width: 100%;
    height: 30px;
    display: flex;
    padding: 0 5px;
    border-bottom: 2px solid rgba(189, 255, 251, .2);
}

.boarded_tbtitle>li {
    line-height: 30px;
}

.boarded_content>div:nth-of-type(2) {
    width: 100%;
    height: calc(100% - 30px);
    overflow: auto;
}

.boarded_content>div:nth-of-type(2)::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: transparent;
}

.boarded_content>div:nth-of-type(2)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(189, 255, 251, .2);
}

.boarded_truth>li {
    padding: 0 5px;
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    display: flex;
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
}

.boarded_truth>li.qub {
    background: rgba(189, 255, 251, .2);
}

.boarded_truth>li>p:nth-of-type(1) {
    width: 19%;
}

.boarded_truth>li>p:nth-of-type(2) {
    width: 21%;
}

.boarded_truth>li>p:nth-of-type(3) {
    width: 30%;
    text-align: center;
}

.boarded_truth>li>p:nth-of-type(4) {
    width: 30%;
    text-align: center;
}

/* 车站总览 */
.station {
    position: absolute;
    width: 19.1%;
    height: 78.3%;
    top: 10.8%;
    left: 13px;
    background-color: rgba(24, 31, 40, 0.671);
    border-radius: 5px;
    padding: 10px;
}

/* 车站总览-占地面积 */
.floorspace {
    width: 100%;
    height: 27.5%;
}

.floorspace_content {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
}

.floorspace_content>div {
    height: 46%;
    width: 100%;
    display: flex;
    align-items: center;
}

.floorspace_content>div:nth-of-type(1) {
    width: 100%;
    justify-content: space-around;
}

.floorspace_content>div:nth-of-type(1)>div {
    width: 30%;
}

.floorspace_content>div:nth-of-type(2) {
    justify-content: center;
}

.floorspace_content>div:nth-of-type(2)>div {
    margin: 0 10px;
}

.floorspace_content>div>div {
    display: flex;
    align-items: center;
}

.floorspace_content>div>div>img {
    width: 50px;
    display: block;
    margin-right: 5px;
}

.floorspace_content>div>div p:nth-of-type(1) {
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(215, 215, 215);
    text-transform: uppercase;
}

.floorspace_content>div>div p:nth-of-type(2) {
    font-size: 13px;
    font-family: "SourceHanSansCN";
    color: rgb(0, 218, 205);
}

/* 车站总览-乘车实时信息 */
.realtime {
    width: 100%;
    height: 45%;
}

.realtime_content {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
}

.realtime_content>div:nth-of-type(1) {
    width: 100%;
    height: 30px;
}

.realtime_tbtitle {
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(192, 192, 192);
    width: 100%;
    height: 30px;
    display: flex;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 2px solid rgba(189, 255, 251, .2);
}

.realtime_content>div:nth-of-type(2) {
    width: 100%;
    height: calc(100% - 30px);
    overflow: auto;
}

.realtime_content>div:nth-of-type(2)::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: transparent;
}

.realtime_content>div:nth-of-type(2)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(189, 255, 251, .2);
}

.realtime_truth>li {
    padding: 0 5px;
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    display: flex;
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
}

.realtime_truth>li.qub {
    background: rgba(189, 255, 251, .2);
}

.realtime_truth>li>p:nth-of-type(1) {
    width: 19%;
}

.realtime_truth>li>p:nth-of-type(2) {
    width: 19%;
}

.realtime_truth>li>p:nth-of-type(3) {
    width: 22%;
    text-align: center;
}

.realtime_truth>li>p:nth-of-type(4) {
    width: 22%;
    text-align: center;
}

.realtime_truth>li>p:nth-of-type(5) {
    width: 18%;
    text-align: center;
    color: #1ec05f;
}

.realtime_truth>li>p.stopjp {
    color: #b25055;
}

.realtime_truth>li>p.readyjp {
    color: #08c9bc;
}

/*车站总览-每日疫情消毒情况*/
.epidemic {
    width: 100%;
    height: 27.5%;
}

.epidemic_content {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
    padding-left: 5px;
}

.epidemic_content>li {
    width: 100%;
    height: 25%;
    display: flex;
    direction: row;
    align-items: center;
}

.epidemic_content>li p {
    font-size: 12px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    margin-right: 10px;
}

.epidemic_content>li>main {
    flex-grow: 1;
    height: 1px;
    border-bottom: 1px dashed rgba(19, 111, 104, 1);
}

.epidemic_content>li>div {
    font-size: 10px;
    margin-right: 5px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    line-height: 22px;
    text-align: center;
    width: 63px;
    height: 22px;
    background: url(../images/xiaodu1.png) no-repeat center center / 100% 100%;
}

.epidemic_content>li>img {
    height: 80%;
    margin-right: 10px;
}

.tag {
    width: 11vw;
    height: 10vh;
    position: absolute;
    /* top: 50%;
    left: 30%; */
    z-index: 1;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    background-image: url("../images/tag.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}

.close {
    width: 5%;
    flex: 0.14;
    align-self: end;
    margin-right: 3%;
    cursor: pointer;
    /* position: absolute;
    top: 1%;
    right: 0%; */
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content {
    flex: 0.7;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 2%;
}

.tag-title {
    color: #87fff8;
}

.tag-jk {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 20%;
    background: url("../images/videober.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.jk-main {
    width: 100%;
    height: 100%;
    padding: 4%;
}

.close1 {
    width: 4%;
    height: 6%;
    position: absolute;
    top: 1%;
    right: 1.5%;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}