/* 基础样式 */
html {
  font-size: 20px;
}

body {
  text-align: center;
  color: #2a2a2a;
  font-size: 14px;
  background: #f5f5f5 no-repeat center bottom;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover {
  color: #2a2a2a;
  text-decoration: none;
}

img {
  vertical-align: top;
  border: none;
}

i {
  font-style: normal;
}

.footer-main {
  text-align: left;
}

.footer-main {
  margin-top: 0;
}

.main-container {
  background-color: #f1f6fd;
}

/* 顶部封面图 */
.banner-box {
  width: 100%;
  box-sizing: border-box;
}

.banner-box {
  background-color: rgb(230 242 255 / 40%);
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}

/* 主要内容容器 */
.column-box {
  width: 100%;
  box-sizing: border-box;
}

.column-box-1 {
  /* background: linear-gradient(0deg, #e6f2ff 0%, #e6f2ff66 100%); */
}

.column-box-2 .column-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.column-box-3 {
  /* background-color: #f1f6fd; */
}

.column-main {
  width: 1340px;
  margin: 0 auto;
}

/* 地图搜索区域 */
.map-box {
  width: 100%;
  height: 800px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: rgb(255, 255, 255);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.map-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.map-search-container {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 24px;
}

.map-search-box {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  box-sizing: border-box;
  gap: 10px;
  width: 400px;
}

.search-prefix-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.search-input {
  height: 22px;
  opacity: 1;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  border: none;
  flex: 1;
}

.input-close-icon {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-suffix-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.area-school-list {
  width: 400px;
  max-height: 700px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgb(247, 252, 255) 0%,
    rgb(247, 252, 255) 100%
  );
  backdrop-filter: blur(20px);
  box-shadow: 4px 8px 30px 0 rgba(0, 28, 64, 0.08);
  padding: 16px;
  margin-top: 4px;
}

.area-name {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  margin-bottom: 12px;
}

.school-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.school-list:last-child {
  margin-bottom: 0;
}

.school-item {
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  opacity: 1;
  background: rgb(255, 255, 255);
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.school-item-active {
  background-color: #cce2ff;
}

/* 学校天气信息 */
.school-weather-container {
  position: absolute;
  z-index: 9;
  top: 68px;
  left: 24px;
  width: 400px;
  border-radius: 8px;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 4px 8px 30px 0 rgba(0, 28, 64, 0.08);
  box-sizing: border-box;
  padding: 14px 14px 16px 14px;
  background-color: rgba(247, 252, 255, 0.7);
  backdrop-filter: blur(20px);
}

.school-name-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.school-name {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
}

.update-time {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 22px;
}

.school-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.location-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.location-text {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

/* 预警信息 */
.yujing-box {
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 14px 16px 16px 16px;
  box-sizing: border-box;
  margin-top: 16px;
}

.yujing-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}

.yujing-item-icon {
  display: block;
  width: auto;
  height: 42px;
}

.yujing-0 {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.box-title {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
}

.box-more {
  color: rgb(128, 128, 128);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 22px;
  cursor: pointer;
}

.box-more:hover {
  color: rgb(128, 128, 128);
}

.tianqitishi-0 {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.tianqitishi-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}

/* 逐时预报 */
.zhushiyubao {
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 14px 16px 16px 16px;
  box-sizing: border-box;
  margin-top: 16px;
}

.zhushiyubao-list {
  border-radius: 8px;
  background: rgb(242, 247, 255);
  display: flex;
  overflow: hidden;
}

.zhushiyubao-more {
  position: absolute;
  box-shadow: rgb(99 99 99 / 10%) 0px 2px 14px 0px;
}

.zhushiyubao-more-dom {
  display: none;
  margin-top: 16px;
  height: 216px;
}

.zhushiyubao-table-first {
  width: 92px;
  flex-shrink: 0;
  padding: 16px 6px;
  box-sizing: border-box;
  border-right: 1px solid rgb(228, 235, 245);
}

.zhushiyubao-thead {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  margin-bottom: 16px;
}

.zhushiyubao-thead-value {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhushiyubao-thead-unit {
  color: rgb(128, 128, 128);
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}

.zhushiyubao-table-list {
  display: flex;
  overflow: hidden;
}

.zhushiyubao-tbody {
  width: 49px;
  flex-shrink: 0;
  padding: 16px 6px;
  box-sizing: border-box;
  border-right: 1px solid rgb(228, 235, 245);
}

.zhushiyubao-tbody:last-child {
  border-right: none;
}

.zhushiyubao-thead-value:last-child {
  margin-bottom: 0;
}

.zhushiyubao-tbody.am {
  background-color: #d1e1ff;
}

.zhushiyubao-tbody.pm {
  background-color: #edd1ff;
}

.zhushiyubao-tbody-value {
  color: rgb(0, 49, 122);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  margin-bottom: 8px;
}

.zhushiyubao-tbody-value:last-child {
  margin-bottom: 0;
}

/* 降雨估测 */
.time-img-list-box {
  position: absolute;
  z-index: 10;
  right: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.time-img-list {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  box-sizing: border-box;
}

.jiangyuguce-play-btn-box {
  cursor: pointer;
  margin-right: 8px;
}

.jiangyuguce-play-btn,
.jiangyuguce-pause-btn {
  display: block;
  width: 24px;
  height: 24px;
}

.jiangyuguce-pause-btn {
  display: none;
}

.jiangyuguce-index-list {
  display: flex;
  align-items: center;
  gap: 2px;
}

.index-type-item {
  width: 8px;
  height: 20px;
  border-radius: 4px;
  background-color: #d6e3ff;
  cursor: pointer;
}

.index-type-2 {
  background-color: #e77abd;
}

.index-type-active {
  background-color: #006fff;
}

.index-line {
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  margin: 0 16px;
}

.index-time {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.jiangyuguce-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.jiangyuguce-state-img {
  display: block;
  width: 16px;
  height: 16px;
}

.jiangyuguce-state-false {
  display: none;
}

.jiangyuguce-btn-text {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.jiangyuguce-legend {
  width: auto;
  height: 46px;
  position: absolute;
  z-index: 10;
  right: 24px;
  bottom: 24px;
  display: block;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

/* 导航链接 */
.nva-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.nav-item {
  width: calc(100% / 3 - 8px * 2 / 3);
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  background: rgb(191, 216, 255);
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

/* 天气专报 */
.left-box,
.right-box {
  width: 100%;
  box-sizing: border-box;
}

.left-box {
  display: flex;
  flex-direction: column;
}

.title-img {
  display: block;
  width: auto;
  height: 52px;
  margin: 0 auto;
}

.zhuanbao-box {
  width: 100%;
  flex: 1;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  box-shadow: 4px 8px 30px 0 #001c4014;
  overflow: hidden;
  padding: 16px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.zhuanbao-overflow {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  /* height: 0; */
  flex: 1 1 auto;
  display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.zhuanbao-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/* 视频列表 */
.live-box {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 20px;
  box-shadow: 4px 8px 30px 0 rgba(0, 28, 64, 0.08);
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 32px;
  background: linear-gradient(
    90deg,
    rgb(65, 254, 200) 0%,
    rgb(160, 254, 101) 54%,
    rgb(232, 255, 29) 100%
  );
  padding: 6px;
  box-sizing: border-box;
}

.live-flag-box {
  border-radius: 20px 0 20px 0;
  background: linear-gradient(
    90deg,
    rgb(65, 254, 200) 0%,
    rgb(160, 254, 101) 54%,
    rgb(232, 255, 29) 100%
  );
  padding: 8px 16px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-flag-img {
  display: block;
  width: 64px;
  height: 24px;
}

.live-video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background-color: #000;
}

.live-video {
  display: block;
  width: 100%;
  height: 100%;
}

.title-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.title-label {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.indicator-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.indicator-item {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.indicator-item.active {
  background-color: #006fff;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.video-item {
  width: 100%;
}

.video-icon {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-cover-box {
  display: block;
  width: 100%;
  height: 256px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ffffff;
  position: relative;
  background-color: #000000;
}

.video-cover {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: top center;
}

.video-name {
  color: #383838;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-top: 8px;
}

/* 二维码区域 */
.cover-qrcode {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.fuwuzhinan-cover {
  display: block;
  width: 808px;
  height: auto;
  flex-shrink: 0;
}

.QR-code-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.QR-code-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 24px 16px 24px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  box-shadow: 4px 8px 30px 0 rgb(0 28 64 / 8%);
}

.QR-code-img {
  display: block;
  width: 100%;
  height: auto;
}

.QR-code-name {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

/* 渠道链接 */
.qudaolianjie-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.qudaolianjie-item {
  height: 64px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  box-shadow: 4px 8px 30px 0 rgba(0, 28, 64, 0.08);
  box-sizing: border-box;
}

.qudaolianjie-icon {
  display: block;
  width: 40px;
  height: auto;
}

.qudaolianjie-name {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
