
.twopage{
	height: 24vh;
	width: 100%;
	position: fixed;
	padding: 0 3px 2px 3px;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: space-between;
	background: url(../img/twopage/boxbg.png) no-repeat center center/100% 100%;
	background-clip: content-box;
}
.twopage *{
  box-sizing: border-box;
}
.facilitypop *{
  box-sizing: border-box;
}
.twopage>div{
	padding: 4px;
	background-color: rgba(40, 39, 42, 0.839);
	height: 100%;
}

.twopage div.title{
	display: flex;
	width: 100%;
	height: 9.5%;
	padding-left: 3%;
	color: rgb(255, 255, 255);
	font-size: 1rem;
	font-family: pmzd;
	align-items: center;
	background: url(../img/twopage/titlebg.png) no-repeat  center left /auto 100%;
}
.twopage div.cont{
	width: 100%;
	height: 90.5%;
}
/* 设备概况 */
.twopage .sbgk{
	width: 33.6%;
}
.twopage .sbgk .cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.twopage .sbgk .cont>div{
	height: 90%;
	overflow: hidden;
}
.twopage .sbgk .cont>div:nth-of-type(1){
	width: 30%;
	display: flex;
	align-items: center;
}
.twopage .sbgk .cont>div:nth-of-type(2){
	width: 62.7%;
	background:url(../img/twopage/onebg.png) no-repeat center center/100% 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 1%;
}
.twopage .sbgk .cont>div:nth-of-type(2)>div{
	width: 27%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.twopage .sbgk .cont>div:nth-of-type(2) img{
	width: 100%;
}
.twopage .sbgk .cont>img{
	height: 90%;
}
.twopage .sbgk .cont>div img{
	width: 100%;
}

/* 塔吊使用情况 */
.twopage .dtsyqk{
	width: 33%;
}
.twopage .dtsyqk .cont{
	padding: 2%;
	display: flex;
	align-content:space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.twopage .dtsyqk .cont>div{
	width: 32%;
	height: 30%;
	background: url(../img/twopage/dtsyqkbg.png) no-repeat center center /100% 100%;
}
.twopage .dtsyqk .cont>div>div{
	width: 100%;
	height: 100%;
	padding-left: 28.3%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.twopage .dtsyqk .cont>div p{
	color: rgb(255, 255, 255);
	font-size: 1rem;
}
.twopage .dtsyqk .cont>div>div>img{
	height: 70%;
}
.twopage .dtsyqk .cont .status{
	color: #00ff9c;
	display: flex;
	align-items: center;
}
.twopage .dtsyqk .cont .status>i{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #00FF9C;
	box-shadow: 0px 0px 5px #00FF9C;
}
.twopage .dtsyqk .cont .status>span{
	padding-left: 10px;
}
.twopage .dtsyqk .cont .wx{
	color: #ff7200;
}
.twopage .dtsyqk .cont .wx>i{
	background-color:#ff7200;
	box-shadow: 0px 0px 5px #ff7200;
}
.twopage .dtsyqk .cont .kx{
	color: #ffffff;
}
.twopage .dtsyqk .cont .kx>i{
	background-color:#ffffff;
	box-shadow: 0px 0px 5px #ffffff;
}

/* 行车使用情况 */
.twopage .xcsyqk{
	width: 33%;
}
.twopage .xcsyqk .cont{
	display: flex;
	padding: 2%;
	justify-content: space-between;
}
.twopage .xcsyqk .cont>div{
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.twopage .xcsyqk .cont>div>div{
	width: 100%;
	height: 15%;
	padding-left: 15px;
	background: url(../img/twopage/xcsyqkbg.png) no-repeat center left /auto 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.twopage .xcsyqk .cont>div>div p{
	color: rgb(255, 255, 255);
	font-size: 1rem;
}
.twopage .xcsyqk .cont>div>div span{
	font-size: 14px;
	color: #00FF9C;
}
.twopage .xcsyqk .cont>div>div span.kx{
	color: #ffffff;
}
.twopage .xcsyqk .cont>div>div span.wx{
	color: #f66911;
}
/* 设备弹框 */
.facilitypop{
	position: fixed;
	left: 40%;
	width: 272px;
	height: 193px;
	z-index: 9;
	background: url(../img/twopage/facilitypop.png) no-repeat center center/100% 100%;
	padding: 19px 9px 48px 20px;
  box-sizing: border-box;
  display: none;
}
.facilitypop .title{
	height: 18px;
	font-size: 14px;
	text-indent: 15px;
	line-height: 18px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background: url(../img/twopage/faciltitilebg.png) no-repeat center left/auto 100%;
}
.facilitypop>ul{
	width: 100%;
	height: calc(100% - 18px);
	padding: 3%;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.facilitypop>ul>li{
	font-size: 14px;
	color: rgb(255, 255, 255);
	padding-left: 15px;
	position: relative;
}
.facilitypop>ul>li::before{
	content:'';
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-top:5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.facilitypop>img{
	position: absolute;
	top: 20px;
	right: 11px;
	cursor: pointer;
}
.facilitypop .yx{
	color: #30e497;
}
.facilitypop .kx{
	color: #FFFFFF;
}
.facilitypop .wx{
	color: #ff7200;
}