html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: black;
  color: #fff;
}

canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: fantasy;
  line-height: 1.8;
}
::-webkit-scrollbar {
  display: none;
}

footer {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  padding: 10px 10px;
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  display: inline-block;
  margin-left: 2px;
  padding: 2px 4px;
  color: #fff;
  text-decoration: none;
  background-color: #fcd000;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.chart{
  height: 100%;
  width: 100%;
}
a:hover {
  opacity: 0.6;
}
.wrap{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.con{
  height: calc(100% - 50px);
  padding: 10px;
  padding-top: 0;
}

header{
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 30px !important;
  text-align: center;
  text-shadow: 0 0 30px #76eae0;
}
.conBox{
  height: calc(100% - 80px);
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
}
.conBox section{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.conBox .box{
  flex: 1;
  box-shadow: 0 0 10px 1px #03b3e4 inset;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #0071e42b;
}
.leftCon{
  width: 450px;
}
.middleCon{
  /* flex: 1; */
  width: calc(100% - 900px);
  margin: 0 10px;
}
.middleCon .chartCon{
  height: 100%;
}
.rightCon{
  width: 450px;
}
.tit{
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  /* display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}
.swiper-slide > img{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 69%;
}
.swiper-pagination-bullet {
  background: #ef0000 ;
  opacity: .2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.prjectInfoBox{
  position: absolute;
  width: 26%;
  left: calc(69% + 25px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  height: 100%;
  overflow-y: auto;
}
.prjectInfoBox p span{
  display: inline-block;
  width: 80px;
  text-align: right;
  color: #00c9f7;
}
/* 规划 */
.planBox{
  display: flex;
}
.planBox > div{
  position: relative;
  width: 50%;
}
.planBox .left::after{
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom,rgba(0,0,0,.1),rgb(2 93 119),rgba(0,0,0,.1));
}
.planBox ul{
  padding-left: 10px;
  margin: 0;
  height: calc(100% - 30px);
  overflow-y: auto;
  padding-right: 10px;
  text-indent: 2em;
}
.planBox ul li{
  list-style: none;
  cursor: default;
  transition: all .1.5s;
  margin-bottom: 10px;
}
.planBox ul li:hover{
  color: #00c9f7;
  transform: scale(1.1);
}
.planBox .tit{
  height: 30px;
  line-height: 30px;
}
.planBox ul li i{
	color: yellow;
	font-size: 14px;
	margin-right: 5px;
}
.xcxbox{
	display: flex;
}
.xcxbox img{
	width: 23%;
	height: 100%;
}
.xcxbox2 img{
	width: 35%;
}
.xcxbox2 img:last-child{
	margin-top: 6%;
}
.iconxinxitianchong{
	font-size: 20px !important;
}
.swiper-button-prev, .swiper-button-next{
	background-size: 15px 44px;
	transition: all .3s;
}
.hide{
	opacity: 0 !important;
}
.tit:hover{
	transition: all .3s;
	color: #00ffe1;
}