* {
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Light, 微软雅黑;
}
body,
html {
  width: 100%;
  height: auto;
  color: #333;
  /* overflow: hidden;*/
  # background: url("../images/bg.jpg") no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg.jpg') no-repeat 0% 20%/ cover;
  background-size: 100% 100%;
  overflow-y: hidden;
}

/*header开始*/
.header {
  width: 100%;
  height: 3rem;
  padding: 0 20px;
  font-size: 5rem;
  color: #fff;
  text-align: center;
}
.time{
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
  margin-top: -2rem;
}
.bg_header {
  width: 100%;
  height: 75px;
  background: url(../images/title.png) no-repeat;
  background-size: 100% 100%;
}

.body_content {
  width: 98%;
  margin: 15px 15px 15px 15px;
  height: 97.5rem;
}

.main_content {
  height: 62rem;
  box-sizing: border-box;
  #border: 1px solid #2c58a6;
  #box-shadow: 0 0 10px #2c58a6;
  position: relative;
  margin-top: 2rem;
}

.buttom_content {
  height: 29.3rem;
  margin-top: 1.4rem;
  box-sizing: border-box;
  position: relative;
}
.buttom_content_2 {
  height: 44rem;
  margin-top: 1.4rem;
  box-sizing: border-box;
  position: relative;
}
.col_2_1 {
  height: 19.3rem;
  margin-top: 1.4rem;
  box-sizing: border-box;
  position: relative;
}
.col_2_2 {
  height: 39.3rem;
  margin-top: 1.4rem;
  box-sizing: border-box;
  position: relative;
}

.middle_content {
  height: 59.8rem;
  margin-top: 16.4rem;
  box-sizing: border-box;
  position: relative;
}
.data_chart {
  height: 22rem;
  margin-bottom: 2.2rem;
  position: relative;
}
.data_chart_2 {
  height: 33rem;
  margin-bottom: 2.2rem;
  position: relative;
}
.map {
  height: 60rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}

.data_left {
  height: 29rem;
  margin-bottom: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}

.data {
  height: 28rem;
  margin-bottom: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}
.data_2 {
  height: 59.4rem;
  margin-bottom: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}
.data_3 {
  height: 42rem;
  margin-bottom: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}
.data_2_1 {
  height: 18rem;
  margin-bottom: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}
.data_2_2 {
  height: 38rem;
  margin-bottom: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}

.data_right {
  height: 60rem;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #2c58a6;
  position: relative;
  box-shadow: 0 0 10px #2c58a6;
}

.main_title {
  width: 76%;
  height: 35px;
  line-height: 33px;
  background-color: #2c58a6;
  border-radius: 18px;
  position: absolute;
  top: -17px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  box-sizing: border-box;
  left: 12%;
  z-index: 1000;
  text-align: center;
}

.table_mine tbody tr:nth-child(even) td {
  /*background-color:#13222C;*/
  font-size: medium;
  line-height: 4rem;
  text-align: center;
}

.table_mine tbody tr:nth-child(odd) td {
  font-size: medium;
  line-height: 4rem;
  text-align: center;
}
.table_mine thead {
  color: white;
  font-size: large;
}
.table_mine thead tr th {
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
}

.table_mine_4 tbody tr:nth-child(even) td {
  /*background-color:#13222C;*/
  font-size: medium;
  line-height: 2.2rem;
  text-align: center;
}

.table_mine_4 tbody tr:nth-child(odd) td {
  font-size: medium;
  line-height: 2.2rem;
  text-align: center;
}

.table_mine_4 thead {
  color: white;
  font-size: large;
}
.table_mine_4 thead tr th {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

/* 下面是画每一个小窗口的四个角 */
.t_line_box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.t_line_box i {
  background-color: #4788fb;
  box-shadow: 0px 0px 10px #4788fb;
  position: absolute;
}

.l_t_line {
  width: 5px;
  height: 24px;
  left: -3px;
  top: -3px;
}
.t_l_line {
  height: 5px;
  width: 26px;
  left: -3px;
  top: -3px;
}
.t_r_line {
  height: 5px;
  width: 26px;
  right: -3px;
  top: -3px;
}
.r_t_line {
  width: 5px;
  height: 24px;
  right: -3px;
  top: -3px;
}
.l_b_line {
  width: 5px;
  height: 24px;
  left: -3px;
  bottom: -3px;
}
.b_l_line {
  height: 5px;
  width: 26px;
  left: -3px;
  bottom: -3px;
}
.r_b_line {
  width: 5px;
  height: 24px;
  right: -3px;
  bottom: -3px;
}
.b_r_line {
  height: 5px;
  width: 26px;
  right: -3px;
  bottom: -3px;
}
/* 上面是画每一个小窗口的四个角 */

.main_table {
  width: 100%;
  height: 100%;
  color: #eeeeee;
  font-size: 1.2rem;
}
.main_table_background {
	opacity: 0.9;
	background-color: #19395a96;
}
.circle_red {
  display: inline-block;
  width: 3rem; /* 圆圈的宽度 */
  height: 3rem; /* 圆圈的高度 */
  border-radius: 50%; /* 圆形的关键：border-radius为50% */
  background-color: red; /* 圆圈的颜色 */
  padding: 0.5rem;
}
.circle_green {
  display: inline-block;
  width: 3rem; /* 圆圈的宽度 */
  height: 3rem; /* 圆圈的高度 */
  border-radius: 50%; /* 圆形的关键：border-radius为50% */
  background-color: green; /* 圆圈的颜色 */
  padding: 0.5rem;
}
.circle_yellow {
  display: inline-block;
  width: 3rem; /* 圆圈的宽度 */
  height: 3rem; /* 圆圈的高度 */
  border-radius: 50%; /* 圆形的关键：border-radius为50% */
  background-color: yellow; /* 圆圈的颜色 */
  padding: 0.5rem;
}

.round_rect_yellow {
  width: 15px;
  height: 72px;
  border-radius: 10px 0px 0px 10px;
  background: rgb(255, 255, 0);
  opacity: 1;
}
.round_rect_yellow_3 {
  width: 15px;
  height: 50px;
  border-radius: 10px 0px 0px 10px;
  background: rgb(255, 255, 0);
  opacity: 1;
}
.round_rect_green {
  width: 15px;
  height: 72px;
  border-radius: 10px 0px 0px 10px;
  background: rgb(0, 255, 0);
  opacity: 1;
}
.round_rect_green_3 {
  width: 15px;
  height: 50px;
  border-radius: 10px 0px 0px 10px;
  background: rgb(0, 255, 0);
  opacity: 1;
}
.round_rect_red {
  width: 15px;
  height: 72px;
  border-radius: 10px 0px 0px 10px;
  background: rgb(255, 0, 0);
  opacity: 1;
}
.round_rect_red_3 {
  width: 15px;
  height: 50px;
  border-radius: 10px 0px 0px 10px;
  background: rgb(255, 0, 0);
  opacity: 1;
}


.text_content {
  padding-top: 1rem;
  padding-left: 0rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.9rem;
  height: 72px;
}
.text_content_2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.9rem;
}
.text_content_3 {
  padding-top: 1rem;
  padding-left: 0rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.9rem;
  height: 50px;
}
.text_content_left {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.9rem;
  height: 72px;
}
.no_margin {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.no_margin_left_main {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2.2rem;
  padding-bottom:0.5rem;
}
.no_margin_left {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3.0rem;
  padding-bottom:0.0rem;
}
.no_margin_left_one {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5.2rem;
  padding-bottom:0.5rem;
}
.text_backcolor{
	background-color: #146a9c;
}
.text_backcolor_block{
	background-color: lightgray;
}

.font_red{
	color: red;
}
.font_green{
	color: green;
}
.font_yellow{
	color: yellow;
}


.icon-block{
	width: 100%;
}
.image-block{
	width: 90%;
}

.process-bar{
	appearance:none;
}