.main_con {
  position: absolute;
  width: 97%;
  height: 95%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* background: white; */
}
.main_top {
  width: 100%;
  height: 27%;
}
.main_top_left {
  float: left;
  width: 17.3%;
  height: 100%;
  /* background: gold; */
}
.main_top_left_top {
  position: relative;
  width: 100%;
  height: 90%;
  /* background: green; */
  border: 8px solid;
  border-image: url(../images/main_top_left.png) 36 round;
}
.main_top_left_bottom {
  margin-top: 4%;
}
.main_top_left_bottom_num {
  width: 100%;
}
.main_top_left_bottom_num span {
  float: left;
  display: block;
  font-size: 0.65vw;
  /* -webkit-transform-origin-x: 0;
                        transform: scale(0.9);
                        -webkit-transform: scale(0.9); */
}
.main_top_left_bottom_num_list {
  float: left;
  width: 8%;
  height: 1.4vw;
  line-height: 1.4vw;
  margin-left: 0.2vw;
  text-indent: 0.4vw;
  font-size: 0.8vw;
  color: white;
  margin-top: 0.2vw;
  background: #37d2d4;
}
.main_top_left_bottom_bar {
  float: left;
  width: 100%;
  height: 0.6vw;
  line-height: 0;
  margin-top: 0.6vw;
}
.main_top_left_bottom_bar span {
  position: relative;
  float: left;
  display: block;
  font-size: 0.65vw;
  top: -0.15vw;
  -webkit-transform-origin-x: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
.main_top_left_bottom_bar .bar_num {
  color: #0efcff;
  margin-left: 3%;
  -webkit-transform-origin-x: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
.bar_father {
  float: left;
  position: relative;
  width: 75%;
  background: rgba(31, 103, 163, 0.2);
  height: 100%;
  margin-left: 3%;
  border-radius: 90px;
}
.bar_child {
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 90px;
  transition: all 2s;
  background-image: linear-gradient(
    90deg,
    #3e94cd 0%,
    #56d4f1 49%,
    #38e1e1 99%
  );
}
.main_top_left_top img {
  /* position: absolute;
  width: 100%;
  height: 100%; */
}
.main_top_left_top_title {
  text-align: center;
  color: #0efcff;
  font-size: 0.75vw;
  padding-top: 0.2vw;
}
.main_top_left_top_con {
  width: 92%;
  height: 87%;
  margin: auto;
  margin-top: 3%;
  color: white;
  /* margin-left: 4%; */
  /* text-indent: .5vw; */
  font-size: 0.7vw;
  /* letter-spacing: .15vw; */
}
.main_top_left_top_con span {
  display: inline-block;
  /* margin-top: 0.4vw; */
  text-indent: 0vw;
  font-size: 15px;
}
.main_top_left_top_con p {
  font-size: 12px;
}
.main_top_left_top_con_left {
  text-align: center;
  margin-top: 1.5%;
}
.main_top_left_t_c_l_left,
.main_top_left_t_c_l_right,
.main_top_left_t_c_r_right,
.main_top_left_t_c_r_left {
  float: left;
  width: 48%;
  height: 100%;
  text-align: center;
  background: #fd9133;
  font-size: 0.7vw;
}
.main_top_left_t_c_l_right,
.main_top_left_t_c_r_right {
  background: #f6d10e;
  margin-left: 4%;
}
.main_top_left_t_c_r_right {
  background: #f6580e;
}
.main_top_left_t_c_r_left {
  background: #2e8cff;
}
.main_top_left_top_con_left .main_top_left_c_l_n {
  /* -webkit-transform-origin-x: 0; */
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.main_top_left_top_con_left p {
  /* -webkit-transform-origin-x: 0; */
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_top_left_top_con_right {
  text-align: center;
  margin-top: 1.5%;
}
.main_top_left_top_con_right .main_top_left_c_l_n {
  /* -webkit-transform-origin-x: 0; */
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_top_left_top_con_right p {
  /* -webkit-transform-origin-x: 0; */
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_top_left_top_con_right2 p {
  margin-top: -7%;
}
.main_top_left_top_con_list {
  float: left;
  height: 48%;
  width: 32%;
  text-align: center;
  margin-left: 2%;
}
.main_top_left_top_con_list .main_top_left_c_l_n {
  /* -webkit-transform-origin-x: 0; */
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.main_top_left_top_con_list p {
  /* -webkit-transform-origin-x: 0; */
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.main_top_left_top_con_list:nth-child(1) {
  background: #37d2d4;
  margin-left: 0;
}
.main_top_left_top_con_list:nth-child(2) {
  background: #19ca88;
}
.main_top_left_top_con_list:nth-child(3) {
  background: #858ff8;
}
.main_top_middle {
  float: left;
  width: 61.3%;
  height: 100%;
  margin-left: 1.7%;
}
.main_top_middle_top_title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.3vw;
  font-weight: bold;
  color: #0efcff;
  height: 14%;
  position: relative;
  z-index: 1;
}
.main_top_middle_top_title .title_bg {
  position: absolute;
  left: 7%;
  top: -20%;
  width: 86%;
  height: 140%;
}

.main_top_middle_top_title .title_area {
  /* z-index: 2; */
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_top_middle_top_title .title_area img {
  height: 1.9vw;
  width: auto;
  margin-right: 5px;
}

.title_web {
  position: absolute;
  right: -0.8%;
  top: 0;
  padding: 0.5% 2%;
  font-size: 0.7vw;
  color: #0efcff;
  border: 1px solid #0efcff;
  -webkit-transform-origin-x: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  appearance: none;
  background-color: transparent;
}
.title_admin {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5% 2%;
  font-size: 0.7vw;
  color: #0efcff;
  border: 1px solid #0efcff;
  -webkit-transform-origin-x: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.main_top_middle_num_title {
  float: left;
  color: #0efcff;
  font-size: 1.5vw;
  margin-left: 13%;
  line-height: 4.5vw;
  width: 18%;
  margin-top: 0.5vw;
}
.main_top_middle_num {
  float: left;
  width: 55%;
  height: 23%;
  margin: 0.7% auto;
  margin-top: 1.5%;
}
.main_top_middle_num_list {
  position: relative;
  float: left;
  height: 100%;
  width: 12%;
  margin-left: 2.6%;
  font-size: 2vw;
  font-weight: bold;
  color: #0efcff;
  line-height: 240%;
}
.main_top_middle_num_list p {
  text-align: center;
}
.main_top_middle_num_list:nth-child(1) {
  margin-left: 0;
}
.main_top_middle_num_list img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_top_middle_bottom {
  float: left;
  width: 100%;
  height: 80.8%;
  margin-top: 0.5%;
}
.main_top_middle_bottom_echarts {
  position: relative;
  float: left;
  width: 49%;
  height: 100%;
}
.main_top_middle_bottom_echarts_right {
  float: right;
}
.main_top_middle_bottom_echarts img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_top_echarts_con {
  width: 92%;
  height: 82%;
  margin: 2% auto;
  position: relative;
  z-index: 1;
  /* background: white; */
}
.main_top_echarts_con_title {
  font-size: 0.8vw;
  color: #0efcff;
}
.main_top_echarts_pie {
  width: 100%;
  height: 100%;
}
.main_top_right {
  float: right;
  margin-right: 1.7%;
}
.main_top_right .main_top_left_top_con_left {
  float: left;
  height: 48%;
  width: 49%;
  background: #37d2d4;
}
.main_top_right .main_top_left_top_con_right {
  float: right;
  height: 48%;
  width: 49%;
  background: #19ca88;
}
.main_top_right .main_top_left_top_con_list {
  float: left;
  height: 48%;
  width: 23%;
  margin-left: 2%;
  margin-top: 1.5%;
}
.main_top_right .main_top_left_top_con_list:nth-child(3) {
  background: #858ff8;
  margin-left: 0;
}
.main_top_right .main_top_left_top_con_list:nth-child(4) {
  background: #2e8cff;
}
.main_top_right .main_top_left_top_con_list:nth-child(5) {
  background: #fd9133;
}
.main_top_right .main_top_left_top_con_list:nth-child(6) {
  background: #f6d10e;
}
.main_middle {
  height: 7.1%;
  margin-bottom: 20px;
}
.main_middle_list {
  position: relative;
  height: 100%;
  background: rgba(11, 76, 151, 0.1);
  box-shadow: 1px 2px 10px 1px rgba(14, 252, 255, 0.53),
    inset 5px 4px 100px 1px rgba(14, 252, 255, 0.34);
  background: url('../images/main_middle.png');
  background-size: 100% 100%;
  margin: 0 10px;
}

.main_middle_list:nth-child(1) {
  margin-left: 0;
}
.main_middle_list:last-child {
  margin-right: 0;
}
.main_list_title {
  font-size: 0.75vw;
  color: #0efcff;
  text-indent: 0.8vw;
  padding-top: 0.5vw;
}
.main_middle_list > span {
  display: inline-block;
  width: 100%;
  font-size: 1.4vw;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: 0.2vw;
  margin-top: -0.5vw;
}
.main_bottom {
  height: 55.9%;
  width: 100%;
}
.main_bottom_top {
  float: left;
  width: 100%;
  height: 36.5%;
  margin-top: 1.5%;
}
.main_bottom_top_list {
  position: relative;
  float: left;
  width: 32%;
  height: 100%;
  margin-left: 2%;
}
.main_bottom_top_list:nth-child(1) {
  margin-left: 0;
}
.main_bottom_top_list img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_bottom_t_l_title {
  z-index: 80;
  position: relative;
  width: 100%;
  padding-top: 1.6vw;
  font-size: 0.8vw;
  color: white;
  text-indent: 3.2vw;
}
.main_bottom_t_l_chart {
  z-index: 77;
  position: relative;
  width: 90%;
  height: 84%;
  margin: auto;
  margin-top: -5%;
}
.main_bottom_t_l_con {
  z-index: 77;
  position: relative;
  width: 92%;
  height: 60%;
  margin: auto;
  margin-top: 3%;
  /* overflow: hidden; */
}
.main_bottom_t_l_main,
.main_bottom_t_l_main2 {
  width: 100%;
  /* height: 100%; */
}
.main_bottom_t_l_main_list {
  font-size: 0.7vw;
  line-height: 1.6vw;
  height: 1.6vw;
  color: white;
}
.main_bottom_t_l_main2 .main_bottom_t_l_main_list {
  font-size: 0.7vw;
  line-height: 1.6vw;
  height: 1.6vw;
  color: white;
}
.main_bottom_t_list_title {
  float: left;
  width: 70%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_bottom_t_list_time {
  float: left;
  width: 30%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.main_bottom_bottom {
  width: 100%;
  height: 64%;
  /* margin-top: 1%; */
}
.main_bottom_bottom > div {
  /* width: 23.65%; */
}
.main_bottom_b_left,
.main_bottom_b_right {
  position: relative;
  float: left;
  /* width: 25%; */
  height: 100%;
}
.main_bottom_b_left img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_bottom_b_middle1,
.main_bottom_b_middle2 {
  /* position: relative; */
  /* float: left; */
  /* width: 23%; */
  /* height: 100%; */
  /* margin-left: 1.8%; */
}
.main_bottom_b_right {
  margin-left: 1.8%;
}
.main_bottom_b_right img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_bottom_b_middle1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_bottom_b_middle2 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main_bottom_b_title {
  font-size: 0.8vw;
  text-align: center;
  color: #0efcff;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
}
.main_bottom_b_con {
  /* width: 100%;
  height: 100%; */
  /* height: 82%; */
  /* margin: auto;
  margin-top: 3%; */
  padding: 1% 3% 1% 2%;
}
.main_bottom_b_con2 {
  /* height: 70%; */
}
.border-1 {
  /* border: 8px solid; */
  /* border-image: url(../images/main_bootm_middle.png) 36 round; */
  background: url(../images/main_bootm_middle.png);
  background-size: 100% 100%;
}
