* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ========== 边框流光动画 ========== */
@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
/* 面板通用边框流光 */
.main_left_bot,
.basic_count,
.analysis,
.hots_news,
.interaction,
.latest,
.hots_words,
.rank,
.region_panel {
  position: relative;
}
.main_left_bot::before,
.basic_count::before,
.analysis::before,
.hots_news::before,
.interaction::before,
.latest::before,
.hots_words::before,
.rank::before,
.region_panel::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(1, 169, 255, 0.6) 20%, #00e2ff 50%, rgba(1, 169, 255, 0.6) 80%, transparent 100%);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderFlow 4s linear infinite;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.container {
  width: 100%;
  background: url(../images/bigdata_bg_body.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.906vw;
  background: url(../images/bigdata_bg_header.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.521vw;
  position: relative;
}
.header .header_date {
  position: absolute;
  left: 2vw;
  font-size: 0.938vw;
  color: #00e2ff;
  letter-spacing: 1px;
}
.header .header_picker {
  position: absolute;
  right: 2vw;
  display: flex;
  align-items: center;
}
.header .header_picker .layui-input {
  width: 7.813vw;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 40, 80, 0.6);
  border: 1px solid rgba(1, 169, 255, 0.4);
  border-radius: 4px;
  color: #00e2ff;
  font-size: 13px;
  padding: 0 30px 0 10px;
  text-align: center;
}
.header .header_picker .picker_sep {
  color: rgba(0, 226, 255, 0.6);
  margin: 0 8px;
  font-size: 14px;
}
.header h1 img {
  width: 51.198vw;
  height: 2.188vw;
}
.layout {
  margin-top: 1.146vw;
  padding: 0 1.927vw;
}
.layout .district_catergory {
  display: flex;
  justify-content: center;
}
.layout .district_catergory .categories {
  display: flex;
  gap: 1.042vw;
  padding: 0.26vw 5.677vw;
  border: 1px solid #01a9ff;
  border-radius: 2.604vw;
}
.layout .district_catergory .categories li {
  padding: 0.26vw 1.042vw;
  font-size: 0.938vw;
  color: #fff;
  border-radius: 2.604vw;
  cursor: pointer;
}
.layout .district_catergory .categories li.active {
  background-color: #037bda;
}
.layout .layout_main {
  display: flex;
  margin-top: 1.146vw;
}
.layout .layout_main .main_left {
  flex: 1;
}
.layout .layout_main .main_left .main_left_top {
  display: flex;
  margin-bottom: 1.146vw;
}
.layout .layout_main .main_left .main_left_top .left_top_side {
  width: 28.125vw;
  margin-right: 1.146vw;
}
.layout .layout_main .main_left .main_left_top .left_top_map {
  flex: 1;
}
.layout .layout_main .main_left .main_left_bot {
  width: 100%;
  height: 15.156vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
}
.layout .layout_main .main_right {
  width: 28.125vw;
  margin-left: 1.146vw;
}
.pub_title {
  display: flex;
  align-items: center;
  height: 2.188vw;
  background-color: #fff;
  background: url(../images/bigdata_bg_pub_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.042vw;
  color: #037bda;
  font-weight: 700;
  padding-left: 1.406vw;
}
.basic_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.802vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
  margin-bottom: 1.25vw;
  padding: 0 1.042vw;
}
.basic_count .basic_count_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.938vw;
}
.basic_count .basic_count_item img {
  width: 5.365vw;
  height: 3.333vw;
}
.basic_count .basic_count_item .num {
  font-size: 1.354vw;
  color: #3ecd98;
}
.basic_count .basic_count_item:nth-child(2) .num {
  color: #4078b9;
}
.basic_count .basic_count_item:nth-child(3) .num {
  color: #e11a1a;
}
.basic_count .basic_count_item:nth-child(4) .num {
  color: #dd922f;
}
.hots_news {
  width: 100%;
  height: 8.802vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
  margin-bottom: 1.25vw;
}
.hots_news .hots_news_list {
  padding: 0 20px;
  margin-top: 5px;
}
.hots_news .hots_news_list li {
  position: relative;
  padding-left: 17px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.6);
}
.hots_news .hots_news_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #e79f38;
  border-radius: 50%;
}
.hots_news .hots_news_list li a {
  color: rgba(255, 255, 255, 0.6);
}
.hots_news .hots_news_list li a:hover {
  color: #e79f38;
}
.interaction {
  width: 100%;
  height: 12.188vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
}
.interaction .interaction_chart {
  width: 100%;
  height: calc(100% - 2.188vw);
}
.analysis .analysis_title {
  display: flex;
  height: 3.23vw;
  background-color: #fff;
  background: url(../images/bigdata_bg_pub_title_2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.042vw;
  color: #037bda;
  font-weight: 700;
  padding-left: 1.406vw;
  padding-top: 0.208vw;
}
.analysis .analysis_chart {
  width: 100%;
  height: calc(100% - 3.229vw);
}
.map {
  position: relative;
}
.map .map_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .map_title .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.167vw;
  height: 3.438vw;
  background: url(../images/bigdata_bg_map_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.042vw;
}
.map .map_title .text .num {
  color: #d52222;
  font-weight: 700;
  margin-left: 1.042vw;
}
.map .map_other {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.042vw;
  margin-top: 1.25vw;
}
.map .map_other li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.729vw;
  height: 2.552vw;
  background: url(../images/bigdata_bg_count.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.938vw;
}
.map .map_other li .num {
  margin-left: 0.521vw;
  font-size: 1.458vw;
  color: #00e2ff;
  font-weight: 700;
}
.map .map_other li:nth-child(2) .num {
  color: #efa043;
}
.map .map_other li:nth-child(3) .num {
  color: #3ecd98;
}
.map .map_chart {
  margin-top: 1.042vw;
  height: 23.958vw;
}
.map .region_panel {
  position: absolute;
  left: 0.521vw;
  bottom: 0.521vw;
  background: rgba(0, 20, 50, 0.85);
  border: 1px solid rgba(1, 169, 255, 0.3);
  border-radius: 4px;
  padding: 0.625vw 0.833vw;
  min-width: 10.417vw;
}
.map .region_panel .region_panel_title {
  font-size: 14px;
  color: #01a9ff;
  font-weight: bold;
  margin-bottom: 0.521vw;
  padding-bottom: 0.313vw;
  border-bottom: 1px solid rgba(1, 169, 255, 0.2);
}
.map .region_panel .region_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map .region_panel .region_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  font-size: 12px;
}
.map .region_panel .region_list li .region_name {
  color: #fff;
}
.map .region_panel .region_list li .region_name::before {
  content: "▸";
  color: #01a9ff;
  margin-right: 6px;
  font-size: 11px;
}
.map .region_panel .region_list li .region_value {
  color: #01a9ff;
  font-family: DIN, sans-serif;
  font-weight: bold;
}
.latest {
  width: 100%;
  height: 8.802vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
  margin-bottom: 1.25vw;
}
.latest .latest_list {
  padding: 0 1.042vw;
  margin-top: 0.26vw;
}
.latest .latest_list li {
  position: relative;
  padding-left: 0.885vw;
  line-height: 1.875vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.6);
}
.latest .latest_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.365vw;
  height: 0.365vw;
  background-color: #e79f38;
  border-radius: 50%;
}
.latest .latest_list li a {
  color: rgba(255, 255, 255, 0.6);
}
.latest .latest_list li a:hover {
  color: #e79f38;
}
.hots_words {
  width: 100%;
  height: 8.802vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
  margin-bottom: 1.25vw;
}
.hots_words .hots_words_chart {
  width: 100%;
  height: calc(100% - 2.188vw);
}
.rank {
  width: 100%;
  height: 28.49vw;
  border: 1px solid rgba(1, 169, 255, 0.3);
}
.rank .rank_chart {
  width: 100%;
  height: calc(100% - 2.188vw);
  padding: 0.521vw;
}
.rank_list {
  list-style: none;
  margin: 0;
  padding: 0.5vw 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.rank_list .rank_item {
  display: flex;
  align-items: center;
  padding: 0.156vw 0;
}
.rank_list .rank_item .rank_num {
  font-size: 0.625vw;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  width: 2.917vw;
  flex-shrink: 0;
  text-align: left;
}
.rank_list .rank_item .rank_num--top1 {
  color: #e11a1a;
}
.rank_list .rank_item .rank_num--top3 {
  color: #00d4c8;
}
.rank_list .rank_item .rank_name {
  font-size: 0.677vw;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 7.813vw;
  flex-shrink: 0;
}
.rank_list .rank_item .rank_bar_wrap {
  flex: 1;
  height: 0.521vw;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0 0.26vw 0.26vw 0;
  margin: 0 0.521vw;
  overflow: hidden;
}
.rank_list .rank_item .rank_bar_wrap .rank_bar {
  height: 100%;
  background: linear-gradient(to right, #00d4c8, #037bda);
  border-radius: 0 0.26vw 0.26vw 0;
  transition: width 1s ease-out;
}
.rank_list .rank_item .rank_value {
  font-size: 0.677vw;
  color: #fff;
  font-family: DIN, sans-serif;
  min-width: 1.875vw;
  text-align: right;
  flex-shrink: 0;
}
.footer {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 6.25vw;
  padding: 0 1.927vw;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer_imgs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer_item li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer_item li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer_item li a:hover {
  color: #fff;
}
