@charset "UTF-8";
/*
* 清除浮动
* 调用方法：@extend %clearfix;
*/
/* 盒子模型 start */
/* 盒子模型 end */
/*
* 响应式宏
* 调用方法：@include respond-to(small) { ... }
*/
.mod-map .bd {
  overflow: hidden;
}
.mod-map .bd p {
  margin-bottom: 12px;
  line-height: 24px;
  text-indent: 2em;
  color: #666;
}
.mod-map .bd .map {
  max-width: 540px;
  padding: 10px 0;
  margin: 0 auto;
}
.mod-map .bd .list {
  overflow: hidden;
}
.mod-map .bd .list dl {
  position: relative;
  bottom: -1px;
  padding: 6px 0;
  border-bottom: 1px dotted #f0f0f0;
  line-height: 24px;
}
.mod-map .bd .list dl dt {
  display: inline-block;
  width: 80px;
  padding: 0 12px;
  background: #f5f8fa;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #546d7e;
}
.mod-map .bd .list dl dd {
  display: inline-block;
}
.mod-map .bd .list dl dd a {
  margin: 0 10px;
}
.mod-map .bd .list dl dd a:hover {
  text-decoration: underline;
  color: #3b99fc;
}
.mod-map .ft .box {
  margin-top: -10px;
  margin-bottom: 15px;
}
.mod-map .ft .box .c-hd {
  margin-bottom: 20px;
  border-bottom: 1px dotted #e8e8e8;
}
.mod-map .ft .box .c-hd .title {
  position: relative;
  bottom: -12px;
  padding-right: 20px;
  padding-left: 5px;
  display: inline-block;
  background: #fff;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
}
.mod-map .ft .box .c-bd ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.mod-map .ft .box .c-bd li a {
  display: block;
  height: 30px;
  background: #f8f8f8;
  line-height: 30px;
  text-align: center;
  color: #484848;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mod-map .ft .box .c-bd li a:hover {
  background: #e9f4ff;
}

@media screen and (max-width: 799px) {
  .mod-map .bd .map {
    float: none;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  .mod-map .bd .list {
    margin-left: 0;
  }
  .mod-map .bd .list dl dt {
    display: block;
    width: auto;
    text-align: center;
  }
  .mod-map .ft .box .c-bd ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mod-weather {
  display: none;
  position: relative;
  z-index: 9;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
}
.mod-weather img, .mod-weather span {
  vertical-align: middle;
  filter: drop-shadow(0 1px 0px rgba(0, 0, 0, 0.45));
}
.mod-weather a {
  color: #fff;
  text-decoration: underline;
}
.mod-weather .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.mod-weather .bg video {
  width: 100%;
  height: auto;
  margin-top: -10%;
  margin-top: calc(100px - 50%);
}
.mod-weather video::-webkit-media-controls {
  display: none !important;
}
.mod-weather .hd {
  line-height: 30px;
}
.mod-weather .bd {
  position: relative;
  padding: 15px 0;
  line-height: 80px;
}
.mod-weather .bd span {
  margin-right: 20px;
  vertical-align: middle;
}
.mod-weather .bd .temperature {
  font-weight: bold;
  font-size: 40px;
}
.mod-weather .bd .name {
  font-size: 22px;
}
.mod-weather .bd .tag {
  display: inline-block;
  padding: 3px 10px 3px 3px;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.mod-weather .bd .air:before {
  content: "";
  float: left;
  width: 18px;
  height: 18px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin-right: 10px;
}
.mod-weather .bd .air-level1 {
  background-color: #a3d765;
}
.mod-weather .bd .air-level1:before {
  background-image: url("/static/www/image/weather/air-level1.png");
}
.mod-weather .bd .air-level2 {
  background-color: #f0cc35;
}
.mod-weather .bd .air-level2:before {
  background-image: url("/static/www/image/weather/air-level2.png");
}
.mod-weather .bd .air-level3 {
  background-color: #f1ab62;
}
.mod-weather .bd .air-level3:before {
  background-image: url("/static/www/image/weather/air-level3.png");
}
.mod-weather .bd .air-level4 {
  background-color: #ef7f77;
}
.mod-weather .bd .air-level4:before {
  background-image: url("/static/www/image/weather/air-level4.png");
}
.mod-weather .bd .air-level5 {
  background-color: #b28ccb;
}
.mod-weather .bd .air-level5:before {
  background-image: url("/static/www/image/weather/air-level5.png");
}
.mod-weather .bd .air-level6 {
  background-color: #ad788a;
}
.mod-weather .bd .air-level6:before {
  background-image: url("/static/www/image/weather/air-level6.png");
}
.mod-weather .bd .warning {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}
.mod-weather .bd .warning-level01 {
  background-color: #86c5f7;
}
.mod-weather .bd .warning-level02 {
  background-color: #f5d271;
}
.mod-weather .bd .warning-level03 {
  background-color: #ef8c6b;
}
.mod-weather .bd .warning-level04 {
  background-color: #ec807c;
}
.mod-weather .ft {
  line-height: 30px;
}
.mod-weather .ft span {
  margin-right: 20px;
}

.mod-city .bd .field-wrapper {
  padding: 3px 0;
  line-height: 32px;
  overflow: hidden;
}
.mod-city .bd .field-wrapper .field-title {
  float: left;
  width: 90px;
  height: 32px;
  background: #f8f8f8;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
.mod-city .bd .field-wrapper .field-content {
  margin-left: 100px;
}
.mod-city .bd .field-wrapper a {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.mod-city .ft {
  padding: 0;
  background: #f8f8f8;
  border-top: 1px solid #f0f0f0;
}
.mod-city .ft a {
  display: block;
  line-height: 40px;
  text-align: center;
}

.mod-world .bd .box {
  margin-bottom: 25px;
}
.mod-world .bd .title {
  padding: 10px 0;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
}
.mod-world .bd .title p.en {
  font-size: 28px;
  color: #e8e8e8;
}
.mod-world .bd .title p.name {
  margin-top: -10px;
  font-size: 20px;
}
.mod-world .bd .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  overflow: hidden;
}
.mod-world .bd .list li {
  min-width: 0;
  padding: 8px 10px;
  background: #fafafa;
  border-radius: 5px;
}
.mod-world .bd .list li:hover {
  background: #f8f8f8;
}
.mod-world .bd .list li p {
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mod-world .bd .list li p img {
  margin-bottom: 5px;
}
.mod-world .bd .list li p.en {
  color: #999;
}
.mod-world .bd .list li a {
  display: block;
  text-align: center;
  color: #484848;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mod-world .bd .list li a:hover {
  color: #2095f2;
}

.mod-link .bd {
  line-height: 24px;
}
.mod-link .bd a {
  white-space: nowrap;
  margin: 0 5px;
}

@media screen and (max-width: 799px) {
  .mod-weather {
    padding: 12px 15px;
  }
  .mod-weather .hd {
    line-height: 26px;
    font-size: 13px;
  }
  .mod-weather .bd span {
    margin-right: 10px;
  }
  .mod-weather .bd .temperature {
    line-height: 36px;
    font-size: 32px;
  }
  .mod-weather .bd .name {
    line-height: 36px;
    font-size: 16px;
  }
  .mod-weather .bd .tag {
    zoom: 0.75;
  }
  .mod-weather .bd .icon {
    position: absolute;
    right: -15px;
    top: -20px;
    float: none;
  }
  .mod-weather .bd .icon img {
    width: 40px;
    height: 40px;
  }
  .mod-weather .ft {
    line-height: 26px;
    white-space: nowrap;
    font-size: 13px;
  }
  .mod-weather .ft img {
    width: 16px;
    height: 16px;
  }
  .mod-weather .ft span {
    margin-right: 10px;
    white-space: nowrap;
  }
  .mod-city .hd {
    padding: 10px 15px;
  }
  .mod-city .bd .field-wrapper {
    line-height: 24px;
  }
  .mod-city .bd .field-wrapper .field-title {
    float: none;
    width: auto;
  }
  .mod-city .bd .field-wrapper .field-content {
    margin-left: 0;
    padding: 10px 0;
  }
  .mod-world .bd .list {
    grid-template-columns: repeat(3, 1fr);
  }
}