
.main{
	margin-top: 20px;
	padding: 0 18px;
}
.main>div{
	width: 33%;
	color: #fff;
}
.box{
	position: relative;
	width: 100%;
	height: 95%;
	/* min-height: 850px; */
	box-shadow:0 0 10px 4px #02246c inset;
}
.box .title{
	position: absolute;
	left: 50%;
	top: -0.27rem;
	transform: translateX(-50%);
	width: 2.45rem;
	height: 0.54rem;
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.54rem;
	background: url(../images/title_bg.png);
	background-size: 100% 100%;
	color: #39D6FE;
}
.box .jiao{
	position: absolute;
	width: 50px;
	
}
.box .lt{
	transform: rotate(-90deg);
	top: 0;
	left: 0;
}
.box .rt{
	right: 0;
	top: 0;
}
.box .lb{
	transform: rotate(180deg);
	left: 0;
	bottom: 0;
}
.box .rb{
	transform: rotate(90deg);
	right: 0;
	bottom: 0;
}

.left .number{
	padding: 60px 0 0;
	height: 315px;
	box-sizing: border-box;
}
.left .number .count .item{
	padding: 10px 20px;
}
.left .number .count .item .name{
	font-size: 0.16rem;
	white-space: nowrap;
	/* color: #bd00fe; */
}
.left .number .count .item:nth-child(1) .name{
	color: #bd00fe;
}
.left .number .count .item:nth-child(2) .name{
	color: #00ccff;
}
.left .number .count .item:nth-child(3) .name{
	color: #00f8e5;
}
.left .number .count .item .num>div{
	width: 0.25rem;
	height: 0.40rem;
	text-align: center;
	line-height: 0.4rem;
	margin-left: 5px;
	font-size: 0.23rem;
	font-weight: bold;
	background: url(../images/num_bg.png);
}
.left .number .count .item .num{
	font-size: 0.23rem;
	color: #f6ff00;
}
.left .number .count .item .unit{
	font-size: 0.18rem;
	color: #00b7e9;
	margin-left: 5px;
}
.right .chart{
	padding: 30px 20px;
	height: 315px;
	box-sizing: border-box;
}
.right .chart img{
	width: 4rem;
}
.right .chart .num{
	font-size: 0.18rem;
	color: #fff;
	line-height: 80px;
	position: relative;
	top: -10px;
} 
.right .chart .num .col{
	font-size: 23px;
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.right .chart .num .flex-wrap:nth-child(1) .col{
	background-image: -webkit-linear-gradient(bottom, rgb(18, 34, 185), rgb(186, 192, 255));
}
.right .chart .num .flex-wrap:nth-child(2) .col{
	background-image: -webkit-linear-gradient(bottom, rgb(255,93,21), rgb(255,193,63));
}
.right .chart .num .flex-wrap:nth-child(3) .col{
	background-image: -webkit-linear-gradient(bottom, rgb(255,27,27), rgb(255,137,137));
}
.middle {
}
.middle img{
	width: 6.3rem;
}
.middle .legend{
	position: absolute;
	left: 50%;
	top: 80%;
	color: #fff;
	font-size: 0.19rem;
}
.middle .block{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.middle .block1{
	background-color: #f18f03;
}
.middle .block2{
	background-color: #ff3636;
}
.middle .item{
	margin-bottom: 30px;
}
.middle .item .num{
	color: #40e6ff;
}
.list{
	color: #fff;
	margin: 0 auto;
	width: 90%;
	height: 100%;
	height: calc(100% - 310px);
}
.right .list .con{
	/* height: 86% */
}
.list .head{
	font-size: 16px;
	padding: 0 50px;
	margin-bottom: 7px;
}
.list .head .tit{
	width: 1.26rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.15rem;
	background: url(../images/title_bg1.png);
	background-size: 100% 100%;
}
.list .con{
	border-radius: 15px;
	overflow: hidden;
	height: 88%;
	/* overflow-y: auto; */
}
.list .con::-webkit-scrollbar {
	width: 0 !important 
}
.list .con .item{
	height: 27px;
	font-size: 0.14rem;
	padding: 0 0.5rem;
	border-bottom: 1px solid #1646A4;
	background-color: rgba(36,115,223,.2);
}
.list .fir{
	width: 60%;
}
.list .sec{
	width: 40%;
}

