/* 默认部分 */
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearfix::after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mt-1 {
	margin-top: 1.4rem;
}

/* 布局部分 */
body {
	background-color: rgb(6, 27, 38);
}

#app {
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	margin: auto;
	cursor: default;
	user-select:none;
}

/* 头部 */
.header {
	margin: 2.4rem 0 1.4rem 0;
	padding: 1.4rem 0;
}

.header .title-en {
	line-height: 2rem;
	font-size: 0.8rem;

}

/* 字体颜色 */
.color-white {
	color: rgb(255, 255, 255);
}

.color-bule {
	color: rgb(0, 192, 255);
}
.color-bule-1{
	color: rgb(91, 230, 235);
}
.color-grey-1 {
	color: rgb(206, 206, 206);
}

.color-grey-2 {
	color: rgb(155, 170, 177);
}

.color-grey-3 {
	color: rgb(151, 160, 165);
}

.color-grey-4 {
	color: rgb(113, 135, 144);
}

.color-success {
	color: #67C23A;
}

.color-warning {
	color: #E6A23C;
}
.color-info {
	color: #909399;
}
.color-error {
	color: #F56C6C;
}
/* 背景颜色 */
.background-color-black {
	background-color: rgb(6, 27, 38);
}

.background-color-bule-3 {
	background-color: rgb(4, 42, 59);
}

.background-color-bule-2 {
	background-color: rgb(4, 47, 67);
}

.background-color-bule-1 {
	background-color: rgb(6, 72, 100);
}

/* 组件 */
/* 滚动数字 */
.big-number .title {
	font-size: 1.5rem;
}

.big-number .value .number {
	font-size: 3.2rem;
	font-weight: 600;
}

.big-number .value .last-text {
	font-size: 1.2rem;
	font-weight: 600;
}

/* 图表板块 1号 */
.chart-box-1 {
	margin-top: 1rem;
}

.chart-box-1 .chart {
	/* background-color: rgb(12, 182, 255); */
	width: 100%;
	height: 14.9rem;
}

/* 图表板块 2号 */
.chart-box-2 {
	padding: 0.4rem;
	margin: 0.2rem;
}

.chart-box-2 .title {
	font-size: 1.3rem;
}

.chart-box-2 .en-title {
	font-size: 0.6rem;
}

.chart-box-2 .name {
	font-size: 0.9rem;
}

.chart-box-2 .value {
	font-size: 1.6rem;
	font-family: Arial, sans-serif;
}

.chart-box-2 .last-text {
	font-size: 0.6rem;
}

.chart-box-2 .chart {
	/* background-color: rgb(12, 182, 255); */
	width: 100%;
	height: 5rem;
}

/* 地图 */
.my-bmap {
	/* background-color: rgb(12, 152, 245); */
	width: 100%;
	height: 42.3rem;
}

/* 列表板块 */
.list-plate {
	padding: 1rem 0.6rem;
	height: 40.3rem;
}

.list-plate .item {
	margin-bottom: 1rem;
}

.list-plate .item:last-child {
	margin-bottom: 0;
}

.list-plate .item .title {
	font-size: 0.6rem;
	text-align: center;
	padding: 0.2rem;
}

.list-plate .item .name {
	font-size: 0.6rem;
	padding: 0.2rem;
}

.list-plate .item .value {
	font-size: 1.1rem;
	text-align: center;
	padding: 0.2rem;
}

/* 滚动列表 */
.scroll-list {
	padding: 0.4rem;
	margin: 0.2rem;
	overflow: hidden;
	height: 10.7rem;
}

.scroll-list .title {
	font-size: 1.3rem;
	text-align: center;
	padding: 0.6rem 0;
}

.scroll-list .context {
	width: 100%;
}

.scroll-list .context .tr {
	display: block;
	transition: 1s;
	overflow: hidden;
	padding: 0.4rem 0;
	height: 2rem;
}

.scroll-list .context .td {
	font-size: 0.6rem;

}

/* 滚动条 */
.scrollbar-1 {
	overflow: scroll;
}

.scrollbar-1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0.2rem;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 0;
}

.scrollbar-1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background-color: rgb(0, 165, 255);
}

.scrollbar-1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background-color: rgb(50, 80, 150);
}

/* 横幅动画 */
.puddle-jumper {
	position: relative;
	left: 0;
	animation:puddle-jumper 10s;
	-webkit-animation:puddle-jumper 10s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}

@keyframes puddle-jumper {
	from {
		left: 100%;
	}

	to {
		left: -100%;
	}
}

@-webkit-keyframes puddle-jumper {
	from {
		left: 100%;
	}

	to {
		left: -100%;
	}
}

/* 标题样式 */
.main-title {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	text-align: center;
	text-shadow: 2px 2px 2px #00baff;
}

.title-1 {
	font-size: 1.6rem;
	text-align: center;
	width: 80%;
	margin: auto;
	overflow: hidden;
}

/* 开发 */
/*  .el-row {
    margin-bottom: 1rem;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .el-col {
    border-radius: 4px;
  }
  .bg-purple-dark {
    background: #99a9bf;
  }
  .bg-purple {
    background: #d3dce6;
  }
  .bg-purple-light {
    background: #e5e9f2;
  }
  .grid-content {
    border-radius: 4px;
    min-height: 36px;
  }
  .row-bg {
    padding: 10px 0;
    background-color: #f9fafc;
  } */
