@charset "utf-8";
/* // // 播放按钮 */
video::-webkit-media-controls-play-button {
/* display: none !important; */
}
/* // 当前播放时间 */
video::-webkit-media-controls-current-time-display {
display: none !important;
}
/* // 剩余时间 */
video::-webkit-media-controls-time-remaining-display {
display: none !important;
}
/* // 音量按钮 */
video::-webkit-media-controls-volume-control-container {
/* display: none !important; */
}
/* // 全屏 */
video::-webkit-media-controls-fullscreen-button {
/* display: none !important; */
}
/* // 时间轴 */
video::-webkit-media-controls-timeline {
display: none !important;
}
/* // 更多选项 --然而并不生效 */
video::-internal-media-controls-overflow-button {
display: none !important;
}

/***** monitor ****/
.monitor {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: calc(100% - 4.6%);
	height: calc(100% - 13rem);
	margin: 0 2.3%;
	padding: 2rem 0 0;
	color: #FFFFFF;
}

.monitor-h {
	height: calc(100% - 4rem);
}

.monitor-he {
	height: calc(100% - 2rem);
}
.monitor-t {
	position: relative;
	width: calc(100% - 4.6%);
	height: 53%;
	margin: 0 auto;
}
.monitor-b {
	border: 0.1rem solid #42A7FF;
	box-shadow: 0 0 8px #042df1;
}
.monitor-b-t {
	position: absolute;
	top: -0.05rem;
	left: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-left: 0.1rem solid #03E9F7;
	border-top: 0.1rem solid #03E9F7;
}

.monitor-b-r {
	position: absolute;
	right: -0.05rem;
	top: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-right: 0.1rem solid #03E9F7;
	border-top: 0.1rem solid #03E9F7;
}
.monitor-b-b {
	position: absolute;
	right: -0.05rem;
	bottom: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-right: 0.1rem solid #03E9F7;
	border-bottom: 0.1rem solid #03E9F7;
}

.monitor-b-l {
	position: absolute;
	left: -0.05rem;
	bottom: -0.05rem;
	width: 1rem;
	height: 1rem;
	border-left: 0.1rem solid #03E9F7;
	border-bottom: 0.1rem solid #03E9F7;
}

.water-l {
	position: absolute;
	left: 2.3%;
	width: 56.5%;
	height: calc(100% - 2rem);
}

.water-r {
	position: absolute;
	right: 2.3%;
	width: 37%;
	height: calc(100% - 2rem);
}
.monitor-hide {
	overflow-y: auto;
}
.monitor-hide::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.4rem;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.monitor-hide::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0.4rem;
	box-shadow: inset 0 0 0.4rem #03E9F7;
	background: #03E9F7;
}

.monitor-hide::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/* box-shadow: inset 0 0 0.4rem #03E9F7; */
	border-radius: 0.4rem;
}

.monitor-l {
	width: 18%;
	height: 100%;
}
.monitor-l ul {
	height: calc(100% - 0.8rem);
	padding: 0.5rem 0.3rem;
	background: rgba(22,208,255,0.3);
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px rgba(22,208,255,0.5) inset;
	overflow-y: auto;
}
.monitor-l li {
	width: 100%;
}
.monitor-l li a {
	position: relative;
	display: inline-block;
	width: calc(100% - 3.2rem);
	height: 2rem;
	line-height: 2rem;
	padding: 0 2rem 0 1.2rem;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	color: #03c3f9;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.monitor-l li a .i-li-ar {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	display: block;
	border-left: 0.12rem solid #03e9f7;
	border-bottom: 0.12rem solid #03e9f7;
	height: 0.35rem;
	width: 0.35rem;
	transform: translate(0.12rem, -0.12rem) rotate(-135deg);
	border-right: 0.12rem solid transparent;
	border-top: 0.12rem solid transparent;
	transition: all .2s;
}
.monitor-l ul li.act a,.monitor-l ul li a:hover {
	/* background: linear-gradient(-90deg, rgba(0, 19, 120, 0) 0%, rgba(0, 19, 120, 1) 100%); */
    color: #FFFF00;
    text-shadow: 0 0 0.1rem #042df1, 0 0 0.5rem #042df1, 0 0 1.2rem #042df1;
}
.monitor-l ul li.act a .i-li-al,.monitor-l ul li a:hover .i-li-al {
    position: absolute;
    top: 0.5rem;
	left: 0.5rem;
    display: block;
    width: 0.2rem;
    height: 1rem;
    background: #FFFF00;
    border-radius: 0.1rem;
    box-shadow: 0 0 1rem #042df1;
} 
.monitor-l ul li.act a .i-li-ar,.monitor-l ul li a:hover .i-li-ar {
    border-left: 0.12rem solid #FFFF00;
    border-bottom: 0.12rem solid #FFFF00;
} 
.monitor-l ul li.act a .i-li-ar {
    transform: translate(0.12rem, -0.12rem) rotate(-40deg);
	transition: all .2s;
} 
.monitor-l dl {
	display: none;
	padding: 0 0 0.5rem 0;
}
.monitor-l ul li.act dl {
	display: block;
}
.monitor-l dl dd {
	height: 1.6rem;
	line-height: 1.6rem;
	padding: 0.2rem 0.7rem;
}
.monitor-l ul li.act dl dd a {
	color: #03c3f9;
}
.monitor-l ul li dl dd a {
	width: calc(100% - 0.9rem);
	height: 1.6rem;
	line-height: 1.6rem;
	padding: 0 0 0 0.9rem;
	font-size: 0.8rem;
	color: #03c3f9;
}
.monitor-l dl dd.act a,.monitor-l dl dd a:hover {
	background: linear-gradient(-90deg, rgba(0, 19, 120, 0) 0%, rgba(0, 19, 120, 1) 100%);
    color: #FFFF00;
    text-shadow: 0 0 0.1rem #042df1, 0 0 0.5rem #042df1, 0 0 1.2rem #042df1;
}
.monitor-l ul li.act dl dd.act a,.monitor-l ul li.act dl dd a:hover {
	background: linear-gradient(-90deg, rgba(0, 19, 120, 0) 0%, rgba(0, 19, 120, 1) 100%);
    color: #FFFF00;
    text-shadow: 0 0 0.1rem #042df1, 0 0 0.5rem #042df1, 0 0 1.2rem #042df1;
}
.monitor-l dl dd.act a .i-dd-al,.monitor-l dl dd a:hover .i-dd-al {
	position: absolute;
	top: 0.7rem;
	left: 0.3rem;
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: #FFFF00;
	border-radius: 0.1rem;
	box-shadow: 0 0 1rem #042df1;
}
.monitor-r {
	width: 80%;
	height: 100%;
	position: relative;
}
.monitor-rc {
	height: calc(100% - 4rem);
	padding: 1rem;
}
.monitor-rc ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	height: 100%;
}
.monitor-rc ul li {
	position: relative;
}
.monitor-rc ul li div {
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: calc(100% - 1.4rem);
	height: 1.4rem;
	line-height: 1.4rem;
	padding: 0 0.5rem;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* .monitor-rc ul li:nth-last-child(1) {flex: 1; } */
.monitor-rc ul.ul9 li {
	display: block;
	width: calc(32.5% - 0rem);
	height: calc(32.5% - 0.5rem);
	padding: 0.2rem;
}
.monitor-rc ul.ul6 li {
	display: block;
	width: calc(32.5% - 0rem);
	height: calc(50% - 0.8rem);
	padding: 0.2rem;
}
.monitor-rc ul.ul4 li {
	display: block;
	width: calc(50% - 0.5rem);
	height: calc(50% - 0.5rem);
	padding: 0.2rem 0.2rem 0.4rem;
}
@media screen and (max-width: 1300px) { 
	.monitor-rc ul.ul9 li {
		width: calc(32.5% - 0.3rem);
	}
	.monitor-rc ul.ul6 li {
		display: block;
		width: calc(32.5% - 0.3rem);
	}
} 
.monitor-rc video {
	width: 100%;
	height: 100%;
	object-fit:fill;
}
.monitor-rb {
	display: flex;
    justify-content: space-between;
	position: absolute;
	bottom: -0.1rem;
	left: -0.1rem;
	width: calc(100% + 0.2rem);
	height: 2.4rem;
	line-height: 2.4rem;
	background: rgba(22,208,255,0.3);
	box-shadow: 0px 0px 10px rgb(22 208 255 / 50%) inset;
}
.monitor-page {
	padding: 0 1rem;
	font-size: 0.7rem;
	color: #03e9f7;
}
/* .monitor-page span {
	font-size: 0.7rem;
	color: #03e9f7;
}
.monitor-page a {
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 0.4rem;
	border-radius: 0.3rem;
	background: #03e9f7;
	font-weight: bold;
	font-size: 0.7rem;
	color: #001378;
}
.monitor-page a.act {
	background: #001378;
	color: #ffff00;
	cursor: default;
}
.monitor-page a.act-no {
	opacity: 0.7;
	cursor: default;
}
.monitor-page input {
	width: 1.8rem;
	height: 1.2rem;
	line-height: 1.2rem;
	margin: 0 0.2rem;
	padding: 0 0.2rem;
	background: #03e9f7;
	border: none;
	border-radius: 0.3rem;
	outline:none;
	font-weight: bold;
	text-align: center;
	font-size: 0.7rem;
	color: #001378;
}
.monitor-page button {
	height: 1.2rem;
	line-height: 1.2rem;
	margin: 0 0.2rem;
	padding: 0 0.2rem;
	background: #03e9f7;
	border: none;
	border-radius: 0.3rem;
	outline:none;
	font-size: 0.7rem;
	color: #001378;
} */
.monitor-screen {
	
}
.monitor-screen ul {
	display: flex;
	padding: 0 1rem 0 0;
}
.monitor-screen ul li a {
	display: block;
	width: 2.35rem;
	height: 2.35rem;
	line-height: 2.35rem;
}
.monitor-screen ul li.act a,.monitor-screen ul li a:hover {
	background: #001378;
}
.monitor-screen ul li.act a {
	cursor: default;
}
/***** monitor end ****/
