@font-face {
  font-family: "Adobe Heiti Std";
  src: url("./font/Adobe\ Heiti\ Std\ R.otf");
}

* {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
} /*滚动条的滑轨背景颜色*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
} /*滑块颜色*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
} /* 滑块整体设置*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.flex-x {
  display: flex;
  align-items: center;
}
.sp-app {
  width: 100%;
  height: 100vh;
  background: url("../image/bg.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  color: #ffffff;
  font-family: "Adobe Heiti Std";
  line-height: 1.2;
  font-size: 1.8rem;
}
.top-bg {
  width: 100%;
  height: 8.4vh;

  background: url("../image/top-bg.png") no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: relative;
}
.top-bg .title {
  font-size: 4rem;
  line-height: 8.4vh;
  letter-spacing: 4px;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to bottom,
    #fff 30%,
    rgba(51, 220, 252, 1) 100%
  );
}
.date-area {
  position: absolute;
  top: 4.5vh;
  left: 3.6rem;
  color: #2aa7d3;
}
.top-info {
  position: absolute;
  top: 3.8vh;
  right: 3.6rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-info .row {
  gap: 1rem;
}
.bottom-part {
  height: 30vh;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  text-align: center;
}
.bottom-part > div {
  width: 100%;
}
.bottom-part-wrap {
}
.bottom-part-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.bottom-part .title {
  margin-bottom: 10px;
}
.bottom-part .img-wrap {
  position: relative;
  background: url("../image/img-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh 0.8rem;
  overflow: hidden;
  height: 21vh;
}
.bottom-part .img-wrap img {
  /* width: 15.8rem;*/
  height: 20.7vh;
  max-width: 100%;
  max-height: 100%;
}
.bottom-part .text {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 2vh;
  width: 8.7rem;
  height: 1.7vh;
  line-height: 1.7vh;
  border-radius: 0.8rem;
  background-color: rgba(8, 9, 126, 0.5);
  border: 1px solid #103286;
  font-size: 1.2rem;
}
.main-part {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  margin-bottom: 1.4vh;
  margin-top: 2.2vh;
}
.center-part {
  width: 81rem;
}
.left-part,
.right-part {
  width: 49rem;
}
.part2,
.part4 {
  height: 28vh;
  background: url("../image/part2-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.part1,
.part3 {
  height: 28vh;
  background: url("../image/part1-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.6vh;
  position: relative;
}
.center-part {
  background: url("../image/map-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.part-title {
  color: #34dcfc;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30%);
  line-height: 1;
}

.part-content {
  width: 100%;
  height: 26vh;
  padding: 4.5vh 2.2rem 0vh;
  overflow: hidden;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.part3 .part-content,
.part4 .part-content {
  padding: 4vh 1rem 0vh;
}
/* 左侧表格 */

.message_scroll_box-wrap {
  overflow: hidden;
  height: 20vh;
}

.table-row {
  width: 100%;
  display: flex;
  height: 3vh;
  line-height: 3vh;
  text-align: center;
}
.table-row:nth-child(2n) {
  background-color: rgba(241, 241, 241, 0.06);
}
.table-header {
  color: #06b2f1;
}
.table-row .col1 {
  width: 10%;
}
.table-row .col2 {
  width: 45%;
}
.table-row .col3 {
  width: 25%;
}
.table-row .col4 {
  width: 20%;
}
.map-part .tab {
  width: 10rem;
  height: 2.5vh;
  background: url("../image/tab-bg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 1.4rem;
}
.map-part .tab.active {
  background-image: url("../image/tab-bg-active.png");
}

/* 右侧表格 */
.tab-group {
  display: flex;
  gap: 1rem;
  margin-left: 2rem;
}
.tab-group .tab {
  width: 10rem;
  height: 2.4vh;
  line-height: 2.4vh;
  background: url("../image/unselect-bg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
}
.tab-group .tab.active {
  background-image: url("../image/select-bg.png");
}
.table-box {
  margin-top: 2vh;
}
.table-box .box-title {
  color: #06b2f1;
  text-align: center;
  background-color: rgba(241, 241, 241, 0.06);
  height: 3.4vh;
}
.table-box .box-row {
  width: 100%;
  display: flex;
  height: 2.9vh;
  line-height: 2.9vh;
  font-size: 1.4rem;
}
.table-box .box-row .col1 {
  width: 40%;
}
.part3 .content-group {
  display: none;
}
.part3 .content-group.active {
  display: block;
}
.part3 .table-box .box-row .col1 {
  padding-left: 1.5rem;
  box-sizing: border-box;
}
.part4 .table-box .box-row .col1 {
  text-align: center;
}
.part4 .table-box .box-row > div {
  flex: 1;
}
.part3 .table-box .box-row .col2 {
  width: 60%;
}
.table-box .box-row .col2 {
  text-align: center;
  overflow: hidden;
}
.table-box .box-row:nth-child(2n) {
  background-color: rgba(241, 241, 241, 0.06);
}
.part4 .content-group {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}
.part4 .table-box {
  width: 100%;
}
.part4 .chart {
  width: 25rem;
  height: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.part4 .table-box .box-row {
  height: 2.5vh;
  line-height: 2.5vh;
  font-size: 1.3rem;
}
.part4 .table-box .box-title {
  height: 2.9vh;
  line-height: 2.9vh;
}
/* 中间 */
.center-part .part-content {
  padding: 2.4rem 2.4rem 0rem;
  box-sizing: border-box;
  height: 100%;
}

.center-part .info-part {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 1.6vh;
}
.center-part .info-part .card {
  width: 20rem;
  height: 5.9vh;
  background-color: rgba(10, 32, 67, 0.2);
  border: 2px solid rgba(36, 81, 192, 0.3);
  display: flex;
  align-items: center;
}
.center-part .info-part .icon-wrap {
  width: 8.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-part .info-part .text {
  width: 53rem;
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #d4eaf6;
}
.center-part .info-part .num {
  font-size: 2.8rem;
  color: #f8b62d;
  line-height: 1;
}
.center-part .info-part .name {
  font-size: 1.4rem;
  color: #fff;
}

/* 中心部分 */
.center-part .show-part {
  width: 100%;
  height: 39.8vh;
  overflow: hidden;
}

.show-tabs {
  position: absolute;
  bottom: 0.4rem;
  right: 0.3rem;
  display: flex;
  gap: 0.5rem;
}
.sp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-tabs .tab {
  background: url("../image/tab-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 5.8rem;
  height: 2.4vh;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4vh;
  cursor: pointer;
}
.show-tabs .tab.active {
  background-image: url("../image/tab-bg-active.png");
}
.show-part .show-box {
  width: 100%;
  height: 100%;
  display: none;
}
.show-part .show-box.active {
  display: block;
}
/* 地图组件 */

.map {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: -300px;
  background-position-y: -200px;
  border-radius: 0px 0px 8px 8px;
  position: relative;
  overflow: hidden;
  cursor: move;
}
