@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

header .menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1011;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  font-size: 12px;
  background: #f7f7f7; }
  header .menu-wrap a {
    padding: 0 10px; }

header .logo-wrap {
  padding-top: 30px;
  background: #fff; }
  header .logo-wrap .wrap {
    height: 114px; }
  header .logo-wrap .logo {
    width: 190px; }
  header .logo-wrap .search {
    position: relative;
    width: 460px;
    margin: 0 0 0 150px;
    padding: 8px 0;
    border: 1px solid #ddd; }
    header .logo-wrap .search input {
      width: 100%;
      height: 20px;
      padding: 0 10px;
      font-size: 12px;
      line-height: 20px; }
    header .logo-wrap .search > span, header .logo-wrap .search-btn {
      height: 20px;
      font-size: 20px;
      line-height: 20px; }
    header .logo-wrap .search-btn {
      width: 40px;
      padding: 0 10px;
      color: #999;
      text-align: right; }
    header .logo-wrap .search > span {
      display: none; }
      header .logo-wrap .search > span.clear {
        display: block; }
  header .logo-wrap .search-city {
    display: none;
    position: absolute;
    left: -1px;
    top: 36px;
    z-index: 1020;
    width: 460px;
    border: 1px solid #ddd;
    background: #fff; }
    header .logo-wrap .search-city.scroll {
      max-height: 300px;
      overflow-y: scroll; }
    header .logo-wrap .search-city.show {
      display: block; }
    header .logo-wrap .search-city li {
      padding: 6px 0;
      margin: 0 10px;
      border-bottom: 1px dotted #ddd; }
      header .logo-wrap .search-city li:last-child {
        border-bottom: none; }
      header .logo-wrap .search-city li:hover {
        background: #f9f9f9; }
    header .logo-wrap .search-city span {
      display: block;
      width: 18px;
      padding: 0 3px;
      border-radius: 2px;
      margin-right: 15px;
      color: #fff;
      text-align: center;
      background: #3893ea; }
    header .logo-wrap .search-city a {
      margin-right: 15px; }
  header .logo-wrap .position {
    line-height: 30px; }
    header .logo-wrap .position .icon {
      margin-right: 10px; }

header .nav-wrap {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: #3893ea; }
  header .nav-wrap a {
    padding: 0 30px;
    color: #fff; }
  header .nav-wrap li {
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background: #3893ea; }
  header .nav-wrap li:hover, header .nav-wrap li.cur {
    background: rgba(255, 255, 255, 0.14); }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

footer {
  padding: 60px 0;
  background: #eee; }
  footer .fdlink {
    width: 800px;
    margin: 0 auto;
    color: #3893ea; }
    footer .fdlink a {
      display: inline-block;
      padding: 0 10px;
      color: #3893ea; }
  footer .footer {
    padding: 10px 0;
    color: #666; }
    footer .footer a {
      display: inline-block;
      color: #666; }
      footer .footer a:hover {
        color: #3893ea; }
    footer .footer p {
      margin-top: 10px; }
    footer .footer h5 {
      margin: 10px;
      color: #FF4D24; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

/** 基础样式 **/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  user-select: none;
  font-family: "Microsoft YaHei", "tahoma", "arial", "sans-serif" "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background: #f5f5f5; }

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, h1, h2, h3, h4, h5, h6, hr, p, a, span, i, b, section, article, sub, sup, strong
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, select, textarea, label,
th, td, img, div, header, footer, nav,
address, cite, dfn, var, em {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }
  body::before, body::after, h1::before, h1::after, h2::before, h2::after, h3::before, h3::after, h4::before, h4::after, h5::before, h5::after, h6::before, h6::after, hr::before, hr::after, p::before, p::after, a::before, a::after, span::before, span::after, i::before, i::after, b::before, b::after, section::before, section::after, article::before, article::after, sub::before, sub::after, sup::before, sup::after, strong
blockquote::before, strong
blockquote::after, dl::before, dl::after, dt::before, dt::after, dd::before, dd::after, ul::before, ul::after, ol::before, ol::after, li::before, li::after, pre::before, pre::after,
  form::before,
  form::after, fieldset::before, fieldset::after, legend::before, legend::after, button::before, button::after, input::before, input::after, select::before, select::after, textarea::before, textarea::after, label::before, label::after,
  th::before,
  th::after, td::before, td::after, img::before, img::after, div::before, div::after, header::before, header::after, footer::before, footer::after, nav::before, nav::after,
  address::before,
  address::after, cite::before, cite::after, dfn::before, dfn::after, var::before, var::after, em::before, em::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

button, input[type=text], select, textarea {
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
  font-size: 12px;
  line-height: 20px; }

button {
  cursor: pointer; }

::-webkit-input-placeholder {
  font-size: 12px;
  color: #666; }

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }

a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  a:hover {
    color: #3893ea; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

fieldset,
img {
  border: 0; }

img {
  display: block;
  max-width: 100%; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px; }

::-webkit-scrollbar-thumb:vertical {
  height: 6px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px; }

::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px; }

/*** 天气icon ***/
i[class*="weather-icon-"] {
  width: 48px;
  height: 48px;
  color: transparent !important;
  background-image: url("/static/weather-icon.png");
  background-size: 240px;
  background-repeat: no-repeat; }

.weather-icon-baoxue {
  background-position: 0 0; }

.weather-icon-baoyu {
  background-position: 25% 0; }

.weather-icon-daxue {
  background-position: 50% 0; }

.weather-icon-dayu {
  background-position: 75% 0; }

.weather-icon-duoyun {
  background-position: 100% 0; }

.weather-icon-leidian {
  background-position: 0 25%; }

.weather-icon-leiyu {
  background-position: 25% 25%; }

.weather-icon-leizhenyu {
  background-position: 50% 25%; }

.weather-icon-mai {
  background-position: 75% 25%; }

.weather-icon-feng {
  background-position: 100% 25%; }

.weather-icon-qing {
  background-position: 0 50%; }

.weather-icon-qingzhuanxue {
  background-position: 25% 50%; }

.weather-icon-qingzhuanyu {
  background-position: 50% 50%; }

.weather-icon-xiaoxue {
  background-position: 75% 50%; }

.weather-icon-xiaoyu {
  background-position: 100% 50%; }

.weather-icon-yejian {
  background-position: 0 75%; }

.weather-icon-yejianduoyun {
  background-position: 25% 75%; }

.weather-icon-yejianleiyu {
  background-position: 50% 75%; }

.weather-icon-yejianyouxue {
  background-position: 75% 75%; }

.weather-icon-yejianyouyu {
  background-position: 100% 75%; }

.weather-icon-yejianyujiaxue {
  background-position: 0 100%; }

.weather-icon-ying {
  background-position: 25% 100%; }

.weather-icon-yujiaxue {
  background-position: 50% 100%; }

.weather-icon-zhongxue {
  background-position: 75% 100%; }

.weather-icon-zhongyu {
  background-position: 100% 100%; }

@font-face {
  font-family: 'iconfont';
  /* project id 1455757 */
  src: url("//at.alicdn.com/t/font_1455757_319pwirk8xq.eot");
  src: url("//at.alicdn.com/t/font_1455757_319pwirk8xq.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1455757_319pwirk8xq.woff2") format("woff2"), url("//at.alicdn.com/t/font_1455757_319pwirk8xq.woff") format("woff"), url("//at.alicdn.com/t/font_1455757_319pwirk8xq.ttf") format("truetype"), url("//at.alicdn.com/t/font_1455757_319pwirk8xq.svg#iconfont") format("svg"); }

.icon {
  font-family: 'iconfont'; }

.wrap {
  width: 1100px;
  margin: 0 auto; }

/*** 弹性盒子模型样式 ***/
.we-row {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; }
  .we-row.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .we-row.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .we-row.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .we-row.align-middle {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .we-row.align-bottom {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

.row-4 {
  margin: 5px 0 0 -22px; }
  .row-4 .col-4 {
    width: 248px;
    margin-left: 22px; }

.row-5 {
  margin: 5px 0 0 -22px; }
  .row-5 .col-5 {
    width: 194px;
    margin-left: 22px; }

.we-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0%; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

h1, .font-30 {
  font-size: 30px; }

h2, .font-26 {
  font-size: 26px; }

h3, .font-18 {
  font-size: 18px; }

h4, .font-16 {
  font-size: 16px; }

h5, .font-14 {
  font-size: 14px; }

h6, .font-12 {
  font-size: 12px; }

.col-3 {
  color: #333; }

.col-9 {
  color: #999; }

.col-f {
  color: #fff; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.right-cont {
  width: 280px;
  margin-left: 20px; }

.figure {
  padding: 10px 0; }
  .figure section {
    margin-top: 10px;
    line-height: 26px; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.none {
  display: none; }

.bg-fff {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04); }

.title {
  padding: 10px 20px; }
  .title h3 {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    line-height: 30px;
    color: #50b3ff; }
    .title h3::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: #50b3ff; }

.firend-link a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #666; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.plate {
  padding: 10px 20px;
  border: 1px solid #eee; }
  .plate h1,
  .plate h3,
  .plate a.font-18 {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    line-height: 30px;
    color: #3893ea; }
    .plate h1::before,
    .plate h3::before,
    .plate a.font-18::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: #3893ea; }
  .plate div.we-row > span,
  .plate h3 > span {
    margin-left: 10px;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
    font-size: 12px; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.macro-weather {
  margin: 10px 0 0 -22px; }
  .macro-weather li {
    position: relative;
    width: 248px;
    margin-left: 22px;
    line-height: 30px; }
  .macro-weather .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    padding-left: 18px;
    border-radius: 30px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .macro-weather a:hover .icon {
    opacity: 1; }
  .macro-weather img {
    width: 248px; }
  .macro-weather p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7); }

#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #50b3ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 5px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.backstage {
  width: 80%;
  margin: 0 auto; }
  .backstage h2 {
    padding: 30px; }
  .backstage input {
    display: block;
    width: 100%;
    border: 1px solid #ddd !important;
    padding: 10px;
    background: #fff !important; }
  .backstage .btn {
    width: 100px;
    height: 30px;
    margin: 0 20px;
    border-radius: 5px;
    cursor: pointer; }
    .backstage .btn:hover {
      color: #fff;
      background: #88c5ff; }
  .backstage .add, .backstage .confirm {
    line-height: 30px;
    border: 1px solid #88c5ff; }
  .backstage .filter {
    margin: 0 0 20px; }
    .backstage .filter .select {
      position: relative;
      width: 300px; }
      .backstage .filter .select::before {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        right: 38px;
        z-index: 10;
        width: 0;
        height: 0;
        border-top: 6px solid #333;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; }
    .backstage .filter label {
      width: 120px; }
    .backstage .filter select {
      width: 200px;
      margin-left: 10px;
      border: 1px solid #ccc;
      padding: 5px 10px;
      background: #fff; }
  .backstage .table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .backstage .table .we-row:nth-child(2n + 1) {
    background: #f8f8f8; }
  .backstage .table .we-row div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 16.6666668%;
    line-height: 30px; }
  .backstage .table .we-row .edit {
    border: 1px solid #88c5ff; }
  .backstage .table .we-row .del {
    border: 1px solid #ccc; }
  .backstage .opt-box {
    display: block;
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    padding: 60px 20px 20px;
    border: 1px solid #ddd;
    background: #fff; }
    .backstage .opt-box input {
      margin-bottom: 20px; }
    .backstage .opt-box.hide {
      display: none; }
    .backstage .opt-box .close {
      position: absolute;
      top: 5px;
      right: 20px;
      font-size: 40px;
      line-height: 40px;
      cursor: pointer; }
  .backstage .prompt {
    position: fixed;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5); }
    .backstage .prompt.hide {
      display: none; }
  .backstage .login-box {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    width: 500px;
    padding: 30px;
    background: #88c5ff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    color: #fff; }
    .backstage .login-box input {
      margin-bottom: 20px; }
    .backstage .login-box h3 {
      margin-bottom: 30px; }
    .backstage .login-box .btn {
      height: 40px;
      line-height: 40px;
      background: #fff; }
      .backstage .login-box .btn:hover {
        color: #333;
        background: #fff; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.side-warning ul {
  padding-top: 10px; }

.side-warning li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
  line-height: 30px; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.region-weather {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .region-weather li {
    padding: 0 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    height: 54px;
    font-size: 14px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease; }
    .region-weather li a {
      padding: 0 5px;
      line-height: 52px; }
      .region-weather li a:first-child {
        width: 98px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
    .region-weather li i {
      width: 30px;
      height: 30px;
      margin-right: 8px;
      background-size: 150px; }
    .region-weather li:hover {
      background: #f2f9ff; }
      .region-weather li:hover a {
        color: #3893ea; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.day-weather {
  margin: 10px 0;
  color: #333; }
  .day-weather li {
    padding: 10px 0;
    border-right: 1px dashed #ddd;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .day-weather li:last-child {
      border-right: none; }
    .day-weather li:hover {
      background: #f2f9ff; }
  .day-weather span, .day-weather i {
    display: block; }
  .day-weather i {
    margin: 10px auto; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.crumbs {
  padding: 15px 0;
  line-height: 20px; }
  .crumbs span {
    font-size: 18px;
    margin: 0 5px; }
  .crumbs a:last-child {
    opacity: .9;
    color: #3893ea; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.city-info {
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(90deg, #41aaf6, #2c82ec);
  background: -o-linear-gradient(90deg, #41aaf6, #2c82ec);
  background: -moz-linear-gradient(90deg, #41aaf6, #2c82ec);
  background: linear-gradient(90deg, #41aaf6, #2c82ec); }
  .city-info .crumbs {
    margin-top: -20px; }
    .city-info .crumbs a {
      color: #fff !important; }
  .city-info .address .icon {
    font-size: 30px;
    color: #d4eeff;
    line-height: 36px; }
  .city-info .address h1 {
    margin: 0 20px 0 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px; }
  .city-info .address a {
    margin: 5px 0 0;
    height: 26px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    font-size: 14px;
    line-height: 24px;
    color: #fff; }
    .city-info .address a:hover {
      background: rgba(255, 255, 255, 0.2); }
    .city-info .address a.warning-btn {
      border: none; }
    .city-info .address a.warning-blue:hover {
      background-color: #3366ff; }
    .city-info .address a.warning-orange:hover {
      background-color: #fe9900; }
    .city-info .address a.warning-red:hover {
      background-color: #cd3333; }
    .city-info .address a.warning-yellow:hover {
      background-color: #ffb828; }
  .city-info .weather span {
    font-size: 90px;
    line-height: 90px;
    vertical-align: top;
    font-family: "tahoma"; }
  .city-info .weather sup {
    margin-left: 5px;
    font-size: 36px;
    vertical-align: top; }
  .city-info .weather i {
    margin: 40px 0 0 10px;
    vertical-align: bottom;
    font-size: 36px; }
  .city-info .day,
  .city-info .night {
    width: 200px;
    height: 208px;
    border-radius: 10px;
    margin-left: 20px;
    background: rgba(147, 186, 236, 0.2); }
    .city-info .day span, .city-info .day i,
    .city-info .night span,
    .city-info .night i {
      display: block;
      margin-top: 20px; }
    .city-info .day b,
    .city-info .night b {
      display: block;
      margin: 10px 0;
      font-size: 16px;
      font-weight: bold; }
    .city-info .day i,
    .city-info .night i {
      width: 48px;
      height: 48px;
      margin: 20px auto 0; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.home .national {
  padding: 10px 0; }
  .home .national .china-map {
    width: 730px;
    margin-right: 40px;
    background: #4783ee; }
  .home .national .china-city {
    width: 290px; }
    .home .national .china-city li {
      margin-bottom: 5px;
      line-height: 30px; }
      .home .national .china-city li .we-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
    .home .national .china-city strong {
      display: block;
      width: 12px;
      margin-right: 20px;
      font-weight: bold;
      color: #333; }
    .home .national .china-city a {
      padding: 0 10px;
      color: #3673df; }
      .home .national .china-city a:hover {
        color: #f87016; }

.home .warning li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.error {
  position: relative;
  height: 100vh; }
  .error > .we-row {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%; }
    .error > .we-row .main {
      padding: 60px 40px;
      border-radius: 10px;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
      background: rgba(255, 255, 255, 0.15);
      opacity: 0;
      -webkit-transform: scale(0.5, 0.5);
      -moz-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .error > .we-row .main.show {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
    .error > .we-row .content {
      border-top: 1px solid #3673df;
      border-bottom: 1px solid #3673df;
      padding-bottom: 30px; }
    .error > .we-row h1 {
      font-size: 100px;
      color: #3673df; }
    .error > .we-row .logo img {
      width: 80px;
      height: 80px;
      margin: 0 auto;
      border-radius: 5px;
      margin-bottom: 20px; }
    .error > .we-row .nav {
      margin-top: 40px; }
      .error > .we-row .nav a {
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #3673df; }
  .error .bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/static/bg.jpg") center center no-repeat; }
    .error .bg .footer {
      position: absolute;
      bottom: 40px;
      width: 100%; }
    .error .bg a {
      display: inline-block; }

.change-city {
  padding: 20px 0; }
  .change-city ul {
    background: #fff; }
  .change-city li {
    padding: 10px 20px;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .change-city li:last-child {
      border-bottom: none; }
    .change-city li:hover {
      background: #dcf0ff; }
      .change-city li:hover span {
        color: #fff;
        background: #50b3ff; }
    .change-city li span, .change-city li a {
      display: inline-block; }
    .change-city li span {
      width: 36px;
      height: 36px;
      margin-right: 40px;
      border: 1px solid #eeeeee;
      font-size: 16px;
      text-align: center;
      background: #f9f9f9; }
    .change-city li a {
      margin: 0 10px;
      font-size: 14px; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.side-right {
  width: 280px; }
  .side-right ul {
    padding-top: 10px; }
  .side-right li {
    position: relative;
    width: 238px;
    margin-bottom: 20px;
    line-height: 30px; }
    .side-right li:last-child {
      margin-bottom: 10px; }
  .side-right .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    padding-left: 18px;
    border-radius: 30px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .side-right a:hover .icon {
    opacity: 1; }
  .side-right img {
    width: 248px; }
  .side-right p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7); }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.pagination li {
  border: 1px solid #3893ea;
  border-right: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .pagination li:last-child {
    border-right: 1px solid #3893ea; }
  .pagination li:hover a, .pagination li.cur a {
    color: #fff;
    background: #3893ea; }

.pagination .btn {
  padding: 5px 10px;
  cursor: pointer; }
  .pagination .btn:hover {
    color: #fff;
    background: #3893ea; }

.pagination .omit {
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: not-allowed; }

.pagination a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center; }
  .pagination a:hover {
    color: #fff; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.warning .tip-list {
  padding: 10px 0; }
  .warning .tip-list li {
    padding: 0 10px;
    line-height: 40px; }
    .warning .tip-list li:nth-child(2n) {
      background: #f0f8ff; }
  .warning .tip-list a {
    cursor: pointer; }

.warning-detail h1 {
  font-weight: 500; }

.warning-detail .left-cont {
  padding: 30px 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff; }

.warning-detail .figure {
  padding: 0 0 20px; }
  .warning-detail .figure section {
    font-size: 14px; }

.warning-detail .date {
  font-size: 16px;
  color: #999; }

.warning-detail .warning-content {
  padding: 0 50px;
  font-size: 14px; }
  .warning-detail .warning-content span {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #fff; }
  .warning-detail .warning-content p {
    font-size: 16px;
    font-weight: 500; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.city-weather {
  height: 480px;
  padding: 10px;
  margin-bottom: 100px;
  background: #50b3ff;
  color: #ffffff; }
  .city-weather span, .city-weather a {
    color: #fff !important; }
  .city-weather .today img {
    width: 120px;
    border-radius: 8px;
    border: 2px solid #fff; }
  .city-weather .info .city, .city-weather .info sup, .city-weather .info p {
    font-weight: 500; }
  .city-weather .info .city {
    font-size: 30px;
    line-height: 48px; }
  .city-weather .info .degree {
    font-size: 80px;
    line-height: 100px; }
  .city-weather .info a {
    line-height: 30px; }
  .city-weather .info sup {
    margin-left: 10px;
    font-size: 24px;
    line-height: 80px; }
  .city-weather .info i, .city-weather .info h2 {
    margin-right: 15px; }
  .city-weather .info h3 {
    font-size: 30px; }
  .city-weather .info p {
    font-size: 14px; }
  .city-weather .info i[class*="weather-icon-"] {
    width: 100px;
    height: 100px;
    background-image: url("/static/wapweather/weather-icon.png");
    background-size: 500px; }
  .city-weather .other {
    margin-bottom: 30px; }
    .city-weather .other span {
      margin-right: 20px;
      font-size: 14px; }
  .city-weather .btns {
    margin-bottom: 40px; }
    .city-weather .btns .btn {
      height: 30px;
      margin-right: 20px;
      padding: 0 15px;
      font-size: 16px;
      line-height: 30px;
      color: #fff;
      border-radius: 5px; }
    .city-weather .btns .aqi-btn {
      position: relative; }
      .city-weather .btns .aqi-btn:hover .aqi-list {
        z-index: 1;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .city-weather .btns .aqi-list {
      position: absolute;
      left: 0;
      top: 45px;
      z-index: -1;
      opacity: 0;
      width: 510px;
      padding: 15px;
      color: #666;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translate(0, 40px);
      -moz-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
      transform: translate(0, 40px); }
      .city-weather .btns .aqi-list::before {
        content: "";
        position: absolute;
        left: 55px;
        top: -8px;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      .city-weather .btns .aqi-list p {
        width: 160px;
        padding: 5px 0; }
      .city-weather .btns .aqi-list b {
        color: #50b3ff; }
  .city-weather .week {
    position: relative;
    width: 600px;
    padding-top: 15px; }
    .city-weather .week:hover .arrow-left,
    .city-weather .week:hover .arrow-right {
      opacity: 1; }
    .city-weather .week h1 {
      margin-bottom: 15px;
      font-weight: 500; }
    .city-weather .week .main {
      height: 310px;
      padding: 0 20px;
      border-radius: 10px;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.15); }
    .city-weather .week .scroll {
      position: relative;
      height: 330px;
      padding: 10px 0;
      overflow-x: scroll; }
    .city-weather .week .arrow-left,
    .city-weather .week .arrow-right {
      position: absolute;
      top: 195px;
      display: block;
      width: 40px;
      height: 60px;
      font-size: 24px;
      line-height: 60px;
      text-align: center;
      background: rgba(0, 0, 0, 0.55);
      cursor: pointer;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .city-weather .week .arrow-left {
      left: -20px; }
    .city-weather .week .arrow-right {
      right: -20px; }
    .city-weather .week ul {
      position: relative;
      z-index: 9;
      width: 1280px;
      height: 290px; }
      .city-weather .week ul h5, .city-weather .week ul h4 {
        margin-bottom: 6px; }
      .city-weather .week ul .weather {
        margin-bottom: 115px; }
      .city-weather .week ul li {
        position: relative;
        width: 80px; }
        .city-weather .week ul li:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: -10px;
          right: 0;
          bottom: -10px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .city-weather .week ul li:hover:after {
          background: rgba(255, 255, 255, 0.2); }
      .city-weather .week ul i[class*="weather-icon-"] {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto 6px;
        background-image: url("/static/wapweather/weather-icon.png");
        background-size: 250px; }
    .city-weather .week .canvas {
      position: absolute;
      top: 150px;
      left: 0;
      width: 1280px;
      height: 115px; }
  .city-weather .ad {
    width: 100%;
    height: 150px;
    padding: 25px 40px; }

.city-weather-list {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee; }
  .city-weather-list li {
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -webkit-box-flex: 0;
    max-width: 33.333%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 0 10px;
    height: 54px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    cursor: pointer; }
    .city-weather-list li a {
      padding: 0 5px;
      line-height: 52px; }
      .city-weather-list li a:first-child {
        width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
    .city-weather-list li i {
      width: 30px;
      height: 30px;
      background-size: 150px; }
    .city-weather-list li:hover {
      background: #f2f9ff; }
      .city-weather-list li:hover a {
        color: #3893ea; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.aqi-detail .integrated .title,
.city .integrated .title {
  padding: 10px 20px 0;
  border-bottom: 1px solid #eeeeee; }

.complex-tab {
  margin-left: 20px; }
  .complex-tab span {
    width: 120px;
    height: 40px;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    line-height: 40px;
    text-align: center;
    color: #50b3ff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .complex-tab span.active, .complex-tab span:hover {
      background: #50b3ff;
      color: #fff; }

.complex-content .current {
  display: block; }

.complex-content ul {
  padding: 0 20px 10px;
  margin-left: -14px; }

.complex-content li {
  width: 120px;
  margin: 10px 0 0 14px;
  line-height: 24px; }

.complex-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.aqi h1,
.aqi h5 {
  color: #3893ea; }

.aqi .city-filter p {
  width: 80px;
  line-height: 26px;
  color: #000; }

.aqi .city-filter > div {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.aqi .city-filter a {
  line-height: 26px;
  padding: 0 10px;
  margin-right: 10px;
  cursor: pointer; }
  .aqi .city-filter a:hover {
    color: #f87016; }
  .aqi .city-filter a.active {
    border-radius: 5px;
    color: #fff;
    background: #3893ea; }

.aqi .aqi-con {
  padding: 10px 0;
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em; }

.aqi-table {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff; }
  .aqi-table p {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .aqi-table .table-th {
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    background: #3893ea; }
  .aqi-table .table-td {
    color: #333;
    line-height: 30px; }
    .aqi-table .table-td p {
      background: none; }
  .aqi-table p:first-child,
  .aqi-table p:nth-child(3) {
    width: 50px; }
  .aqi-table p:nth-child(7),
  .aqi-table p:nth-child(8),
  .aqi-table p:nth-child(9) {
    width: 100px; }
  .aqi-table p:nth-child(2),
  .aqi-table p:nth-child(4),
  .aqi-table p:nth-child(5),
  .aqi-table p:last-child {
    width: 130px; }

.surrounding li {
  height: 54px;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 54px;
  border: 1px solid #eee;
  font-size: 14px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  .surrounding li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .surrounding li:hover {
    background: #f2f9ff; }

.aqi-c-1 {
  color: #90d142; }

.aqi-c-2 {
  color: #f5d051; }

.aqi-c-3 {
  color: #f29f46; }

.aqi-c-4 {
  color: #db642e; }

.aqi-c-5 {
  color: #8a1e53; }

.aqi-c-6 {
  color: #5a0d1f; }

.aqi-detail .info {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #41aaf6, #2c82ec);
  background: -o-linear-gradient(90deg, #41aaf6, #2c82ec);
  background: -moz-linear-gradient(90deg, #41aaf6, #2c82ec);
  background: linear-gradient(90deg, #41aaf6, #2c82ec); }
  .aqi-detail .info .content {
    padding-bottom: 50px; }
  .aqi-detail .info .aqi-legend {
    width: 116px;
    height: 136px;
    margin: 20px 0;
    background-image: url("/static/aqi.png");
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    line-height: 136px;
    font-size: 36px; }
  .aqi-detail .info .legend-1 {
    color: #90d142;
    background-position: left top; }
  .aqi-detail .info .legend-2 {
    color: #f5d051;
    background-position: center top; }
  .aqi-detail .info .legend-3 {
    color: #f29f46;
    background-position: right top; }
  .aqi-detail .info .legend-4 {
    color: #db642e;
    background-position: left bottom; }
  .aqi-detail .info .legend-5 {
    color: #8a1e53;
    background-position: center bottom; }
  .aqi-detail .info .legend-6 {
    color: #5a0d1f;
    background-position: right bottom; }
  .aqi-detail .info section {
    width: 400px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(100, 164, 248, 0.35); }
    .aqi-detail .info section p {
      font-size: 14px;
      margin-top: 20px; }
      .aqi-detail .info section p:last-child {
        padding-top: 20px;
        border-top: 1px solid #fff; }
  .aqi-detail .info a {
    color: #fff !important; }

.aqi-detail .qulity-index .chart {
  height: 400px; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.city .m-left {
  width: 720px;
  margin-right: 20px; }

.city .m-right {
  width: 360px; }

.life-index {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee; }
  .life-index li {
    width: 50%;
    padding: 10px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; }
  .life-index i {
    display: block;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px; }
    .life-index i::before {
      font-family: "iconfont";
      font-size: 30px;
      line-height: 40px;
      color: #50b3ff; }
  .life-index .icon-coldRisk::before {
    content: "\E6F2"; }
  .life-index .icon-carWashing::before {
    content: "\E634"; }
  .life-index .icon-comfort::before {
    content: "\E62E"; }
  .life-index .icon-ultraviolet::before {
    content: "\E608"; }
  .life-index h4 {
    margin-bottom: 5px;
    color: #999; }
  .life-index p {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

.interest {
  border-top: 1px solid #eeeeee;
  padding: 20px 30px; }

.news {
  border-top: 1px solid #eeeeee;
  padding: 0 20px 10px; }
  .news li {
    padding: 10px 0;
    border-bottom: 1px dashed #eeeeee; }
    .news li a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }

.hours-item {
  overflow-x: scroll; }
  .hours-item::-webkit-scrollbar {
    -webkit-appearance: none; }
  .hours-item::-webkit-scrollbar:vertical {
    width: 4px; }
  .hours-item::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 8px;
    border: 0px solid #000;
    background: -webkit-gradient(linear, left top, right top, from(#63bbfa), to(#657ef5));
    background: -webkit-linear-gradient(left, #63bbfa, #657ef5);
    background: linear-gradient(to right, #63bbfa, #657ef5); }
  .hours-item ul {
    width: 2544px;
    padding: 20px 0;
    border-top: 1px solid #eeeeee; }
    .hours-item ul li {
      width: 106px; }
    .hours-item ul i {
      display: block;
      width: 50px;
      height: 50px;
      margin: 15px auto;
      background-size: 250px; }
    .hours-item ul .font-18 {
      color: #333;
      font-weight: bold; }

/** 天气预报概况 **/

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.attractions a {
  color: #3673df; }
  .attractions a.active, .attractions a:hover {
    color: #f87016;
    opacity: .7; }

.attractions .city {
  padding: 10px 0 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .attractions .city a {
    margin: 0 10px 10px;
    cursor: pointer; }

.attractions .scenic {
  display: none; }
  .attractions .scenic.show {
    display: block; }
  .attractions .scenic h2 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    background: #88c5ff; }
  .attractions .scenic > .we-row {
    padding: 20px 0 10px;
    border-bottom: 1px dashed #a2b9d0; }
    .attractions .scenic > .we-row:last-child {
      border-bottom: none; }
    .attractions .scenic > .we-row strong {
      width: 100px;
      color: #3673df; }
    .attractions .scenic > .we-row ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
    .attractions .scenic > .we-row li {
      margin: 0 30px 10px 0; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.province .content {
  border: 1px solid #eee;
  background: #fff; }
  .province .content .plate {
    border: none; }
  .province .content .map {
    margin-top: 10px;
    height: 800px;
    background: #4783ee; }

.province .district-list {
  padding: 10px 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .province .district-list li {
    margin-right: 20px;
    line-height: 26px; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-typhoone {
  width: 100%;
  height: 100vh; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap .menu .btn,
.wap .menu a {
  height: 10.66667vw;
  font-size: 2.66667vw;
  background: #50b3ff; }

.wap .menu .btn {
  position: relative;
  z-index: 10;
  width: 9.33333vw;
  padding-right: 1.33333vw;
  border-radius: 0 5.33333vw 5.33333vw 0;
  box-shadow: 0 0.66667vw 1.33333vw rgba(0, 0, 0, 0.3); }
  .wap .menu .btn::before {
    content: '\E729';
    display: block;
    width: 5.33333vw;
    height: 5.33333vw;
    margin: 0.66667vw auto 0;
    font-size: 4vw;
    font-family: "wap-iconfont";
    color: #fff;
    line-height: 5.33333vw; }

.wap .menu a {
  position: absolute;
  left: -1.33333vw;
  width: 10.66667vw;
  border-radius: 5.33333vw;
  padding: 1.33333vw 0.4vw 1.06667vw 1.73333vw;
  font-size: 2.66667vw;
  line-height: 4vw;
  letter-spacing: 1.33333vw;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .wap .menu a:hover {
    color: #fff; }
  .wap .menu a.home {
    padding: 0;
    text-align: center;
    letter-spacing: inherit; }
    .wap .menu a.home::before {
      content: "\E653";
      display: block;
      width: 5.33333vw;
      height: 5.33333vw;
      margin: 0.66667vw auto 0;
      font-size: 4vw;
      font-family: "wap-iconfont";
      color: #fff;
      line-height: 5.33333vw; }

.wap .nav {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 90.66667vw;
  z-index: 99;
  padding: 2.66667vw 0;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .wap .nav .we-row {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex; }
  .wap .nav.show {
    right: 0;
    background: rgba(255, 255, 255, 0.7); }
    .wap .nav.show a {
      box-shadow: 0 0.66667vw 1.33333vw rgba(0, 0, 0, 0.15); }
      .wap .nav.show a:nth-child(2) {
        z-index: 6;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        left: 12vw; }
      .wap .nav.show a:nth-child(3) {
        z-index: 5;
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
        -ms-transform: rotate(720deg);
        transform: rotate(720deg);
        left: 25.33333vw; }
      .wap .nav.show a:nth-child(4) {
        z-index: 4;
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        transform: rotate(1080deg);
        left: 38.66667vw; }
      .wap .nav.show a:nth-child(5) {
        z-index: 3;
        -webkit-transform: rotate(1440deg);
        -moz-transform: rotate(1440deg);
        -ms-transform: rotate(1440deg);
        transform: rotate(1440deg);
        left: 52vw; }
      .wap .nav.show a:nth-child(6) {
        z-index: 2;
        -webkit-transform: rotate(1800deg);
        -moz-transform: rotate(1800deg);
        -ms-transform: rotate(1800deg);
        transform: rotate(1800deg);
        left: 65.33333vw; }
      .wap .nav.show a:nth-child(7) {
        z-index: 1;
        -webkit-transform: rotate(2160deg);
        -moz-transform: rotate(2160deg);
        -ms-transform: rotate(2160deg);
        transform: rotate(2160deg);
        left: 78.66667vw; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

/** 基础样式 **/
/** 基础样式 **/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  user-select: none;
  font-family: "Microsoft YaHei", "tahoma", "arial", "sans-serif" "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background: #f5f5f5; }

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, h1, h2, h3, h4, h5, h6, hr, p, a, span, i, b, section, article, sub, sup, strong
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, select, textarea, label,
th, td, img, div, header, footer, nav,
address, cite, dfn, var, em {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }
  body::before, body::after, h1::before, h1::after, h2::before, h2::after, h3::before, h3::after, h4::before, h4::after, h5::before, h5::after, h6::before, h6::after, hr::before, hr::after, p::before, p::after, a::before, a::after, span::before, span::after, i::before, i::after, b::before, b::after, section::before, section::after, article::before, article::after, sub::before, sub::after, sup::before, sup::after, strong
blockquote::before, strong
blockquote::after, dl::before, dl::after, dt::before, dt::after, dd::before, dd::after, ul::before, ul::after, ol::before, ol::after, li::before, li::after, pre::before, pre::after,
  form::before,
  form::after, fieldset::before, fieldset::after, legend::before, legend::after, button::before, button::after, input::before, input::after, select::before, select::after, textarea::before, textarea::after, label::before, label::after,
  th::before,
  th::after, td::before, td::after, img::before, img::after, div::before, div::after, header::before, header::after, footer::before, footer::after, nav::before, nav::after,
  address::before,
  address::after, cite::before, cite::after, dfn::before, dfn::after, var::before, var::after, em::before, em::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

button, input[type=text], select, textarea {
  -webkit-appearance: none;
  outline: none;
  background: none;
  border: none;
  font-size: 12px;
  line-height: 20px; }

button {
  cursor: pointer; }

::-webkit-input-placeholder {
  font-size: 12px;
  color: #666; }

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }

a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  a:hover {
    color: #3893ea; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

fieldset,
img {
  border: 0; }

img {
  display: block;
  max-width: 100%; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px; }

::-webkit-scrollbar-thumb:vertical {
  height: 6px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px; }

::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px; }

.wap * {
  -webkit-tap-highlight-color: transparent; }

.wap button, .wap input, .wap select, .wap textarea {
  font-size: 3.2vw;
  line-height: 5.33333vw; }

.wap ::-webkit-input-placeholder {
  font-size: 3.2vw; }

.wap a {
  color: #333; }
  .wap a:hover {
    color: #333; }

.wap ::-webkit-scrollbar {
  width: 1.6vw;
  height: 1.6vw; }

.wap ::-webkit-scrollbar-track-piece {
  border-radius: 1.6vw; }

.wap ::-webkit-scrollbar-thumb:vertical {
  height: 1.6vw;
  border-radius: 1.6vw; }

.wap ::-webkit-scrollbar-thumb:horizontal {
  width: 1.6vw;
  border-radius: 1.6vw; }

/*** 天气icon ***/
.wap i[class*="weather-icon-"] {
  color: transparent !important;
  background-image: url("/static/wapweather/weather-icon.png");
  background-repeat: no-repeat; }

.wap .weather-icon-baoxue {
  background-position: 0 0; }

.wap .weather-icon-baoyu {
  background-position: 25% 0; }

.wap .weather-icon-daxue {
  background-position: 50% 0; }

.wap .weather-icon-dayu {
  background-position: 75% 0; }

.wap .weather-icon-duoyun {
  background-position: 100% 0; }

.wap .weather-icon-feng {
  background-position: 0 25%; }

.wap .weather-icon-leidian {
  background-position: 25% 25%; }

.wap .weather-icon-leiyu {
  background-position: 50% 25%; }

.wap .weather-icon-leizhenyu {
  background-position: 75% 25%; }

.wap .weather-icon-mai {
  background-position: 100% 25%; }

.wap .weather-icon-qing {
  background-position: 0 50%; }

.wap .weather-icon-qingzhuanxue {
  background-position: 25% 50%; }

.wap .weather-icon-qingzhuanyu {
  background-position: 50% 50%; }

.wap .weather-icon-xiaoxue {
  background-position: 75% 50%; }

.wap .weather-icon-xiaoyu {
  background-position: 100% 50%; }

.wap .weather-icon-yejian {
  background-position: 0 75%; }

.wap .weather-icon-yejianduoyun {
  background-position: 25% 75%; }

.wap .weather-icon-yejianleiyu {
  background-position: 50% 75%; }

.wap .weather-icon-yejianyouxue {
  background-position: 75% 75%; }

.wap .weather-icon-yejianyouyu {
  background-position: 100% 75%; }

.wap .weather-icon-yejianyujiaxue {
  background-position: 0 100%; }

.wap .weather-icon-ying {
  background-position: 25% 100%; }

.wap .weather-icon-yujiaxue {
  background-position: 50% 100%; }

.wap .weather-icon-zhongxue {
  background-position: 75% 100%; }

.wap .weather-icon-zhongyu {
  background-position: 100% 100%; }

@font-face {
  font-family: 'wap-iconfont';
  /* project id 1428611 */
  src: url("//at.alicdn.com/t/font_1428611_fwejeo9czpt.eot");
  src: url("//at.alicdn.com/t/font_1428611_fwejeo9czpt.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1428611_fwejeo9czpt.woff2") format("woff2"), url("//at.alicdn.com/t/font_1428611_fwejeo9czpt.woff") format("woff"), url("//at.alicdn.com/t/font_1428611_fwejeo9czpt.ttf") format("truetype"), url("//at.alicdn.com/t/font_1428611_fwejeo9czpt.svg#iconfont") format("svg"); }

.wap-icon {
  font-family: 'wap-iconfont';
  line-height: 1; }

/*** 弹性盒子模型样式 ***/
.we-row {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; }
  .we-row.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .we-row.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .we-row.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .we-row.align-middle {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .we-row.align-bottom {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

.we-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0%; }

.we-col-2 {
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  -webkit-box-flex: 0;
  max-width: 33.333%; }

.we-col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-flex: 0;
  max-width: 25%;
  padding: 0 1.33333vw; }

.wap {
  /* 标题字体大小 */
  /*** 卫星云图、天气视频 ***/ }
  .wap .bg-fff {
    background: #fff; }
  .wap .center {
    text-align: center; }
  .wap .right {
    text-align: right; }
  .wap .mb-10 {
    margin-bottom: 1.33333vw; }
  .wap .mb-20 {
    margin-bottom: 2.66667vw; }
  .wap .mb-40 {
    margin-bottom: 5.33333vw; }
  .wap .mr-20 {
    margin-right: 2.66667vw; }
  .wap h1, .wap .font-48 {
    font-size: 6.4vw;
    line-height: 8vw;
    font-weight: 500; }
  .wap h2, .wap .font-36 {
    font-size: 4.8vw;
    line-height: 6.66667vw; }
  .wap h3, .wap .font-32 {
    font-size: 4.26667vw;
    line-height: 6.4vw; }
  .wap h4, .wap .font-28 {
    font-size: 3.73333vw;
    line-height: 5.6vw; }
  .wap h5, .wap .font-24 {
    font-size: 3.2vw;
    line-height: 4.8vw; }
  .wap h6, .wap .font-20 {
    font-size: 2.66667vw;
    line-height: 4vw; }
  .wap .col-f {
    color: #fff; }
  .wap .col-3 {
    color: #333; }
  .wap .col-6 {
    color: #666; }
  .wap article p {
    margin-bottom: 2.66667vw;
    text-indent: 2em;
    line-height: 5.33333vw;
    color: #666; }
  .wap .wap-hour h2,
  .wap .wap-title {
    padding: 2.66667vw;
    color: #333;
    border-bottom: 1px solid #eeeeee; }
  .wap .wap-wxyt,
  .wap .wap-smong,
  .wap .wap-radar,
  .wap .wap-video,
  .wap .wap-alarm-detail,
  .wap .attractions-list {
    padding: 4vw 2.66667vw 2.66667vw;
    font-size: 3.2vw; }
    .wap .wap-wxyt h5,
    .wap .wap-smong h5,
    .wap .wap-radar h5,
    .wap .wap-video h5,
    .wap .wap-alarm-detail h5,
    .wap .attractions-list h5 {
      color: #999999; }
    .wap .wap-wxyt h3,
    .wap .wap-smong h3,
    .wap .wap-radar h3,
    .wap .wap-video h3,
    .wap .wap-alarm-detail h3,
    .wap .attractions-list h3 {
      position: relative;
      padding-left: 2.66667vw;
      color: #436aca; }
      .wap .wap-wxyt h3::before,
      .wap .wap-smong h3::before,
      .wap .wap-radar h3::before,
      .wap .wap-video h3::before,
      .wap .wap-alarm-detail h3::before,
      .wap .attractions-list h3::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 2.4vw;
        width: 1.33333vw;
        height: 1.33333vw;
        border-radius: 0.66667vw;
        background: #a1ace1; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-header {
  height: 10.66667vw; }
  .wap-header a {
    margin-right: 1.33333vw;
    color: #fff; }
    .wap-header a:hover {
      color: #fff; }
  .wap-header header {
    height: 10.66667vw;
    padding: 0 2.66667vw;
    background: rgba(5, 0, 25, 0.75); }
    .wap-header header .right {
      height: 10.66667vw; }
    .wap-header header .right i {
      font-size: 4.26667vw;
      line-height: 10.66667vw;
      cursor: pointer; }
  .wap-header .logo {
    width: 32vw;
    height: 6.66667vw; }
  .wap-header .drawer {
    display: none;
    position: fixed;
    left: 0;
    top: 10.66667vw;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .wap-header .drawer.show {
      display: block; }
    .wap-header .drawer.slide {
      opacity: 1; }
      .wap-header .drawer.slide .nav {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .wap-header .drawer .nav {
      position: relative;
      top: 0;
      width: 40vw;
      height: 100vh;
      padding: 8vw 0 0 2.66667vw;
      box-shadow: 0 5px 15px rgba(255, 255, 255, 0.15);
      background-color: rgba(5, 0, 25, 0.75);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translate(-100%, 0);
      -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
      .wap-header .drawer .nav a {
        padding: 2vw 0 2vw 2.66667vw;
        border-bottom: 0.26667vw solid rgba(255, 255, 255, 0.2);
        text-align: left;
        color: #fff; }
        .wap-header .drawer .nav a .wap-icon {
          font-size: 4vw;
          margin-right: 2.66667vw; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-pagination li {
  border: 1px solid #3893ea;
  border-right: none;
  margin-bottom: 2.66667vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .wap-pagination li:last-child {
    border-right: 1px solid #3893ea; }
  .wap-pagination li.cur a {
    color: #fff;
    background: #3893ea; }

.wap-pagination .btn {
  padding: 5px 10px;
  cursor: pointer; }

.wap-pagination .omit {
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: not-allowed; }

.wap-pagination a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-alarm,
.wap-alarm-detail {
  padding-top: 1.33333vw; }

.wap-alarm {
  background: #fff; }
  .wap-alarm ul.tip-list {
    margin-bottom: 5.33333vw; }
    .wap-alarm ul.tip-list li {
      padding: 2vw 2.66667vw; }
      .wap-alarm ul.tip-list li:last-child {
        border-bottom: none; }
      .wap-alarm ul.tip-list li:nth-child(2n) {
        background: #f7f7f7; }
      .wap-alarm ul.tip-list li a {
        margin-right: 2.66667vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }

/** 预警详情 ***/
.wap-warning .we-row {
  height: 38.66667vw;
  padding: 8vw 4vw; }

.wap-warning-orange {
  background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/warning/warning-bg-orange.jpg") 0 0/cover no-repeat; }

.wap-warning-red {
  background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/warning/warning-bg-red.jpg") 0 0/cover no-repeat; }

.wap-warning-blue {
  background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/warning/warning-bg-blue.jpg") 0 0/cover no-repeat; }

.wap-warning-yellow {
  background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/warning/warning-bg-yellow.jpg") 0 0/cover no-repeat; }

.wap-warning h1 {
  font-weight: normal; }

.wap-warning p {
  font-size: 3.46667vw; }

.wap-warning-icon {
  width: 26.66667vw;
  padding: 1.06667vw;
  margin-right: 5.33333vw;
  background: #fff;
  border-radius: 1.33333vw; }
  .wap-warning-icon img {
    display: block;
    width: 24.53333vw; }

.wap-warning .content {
  padding: 4vw;
  line-height: 7.2vw; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

/*** 天气icon ***/
.wap i[class*="weather-icon-"] {
  color: transparent !important;
  background-image: url("/static/wapweather/weather-icon.png");
  background-repeat: no-repeat; }

.wap .weather-icon-baoxue {
  background-position: 0 0; }

.wap .weather-icon-baoyu {
  background-position: 25% 0; }

.wap .weather-icon-daxue {
  background-position: 50% 0; }

.wap .weather-icon-dayu {
  background-position: 75% 0; }

.wap .weather-icon-duoyun {
  background-position: 100% 0; }

.wap .weather-icon-feng {
  background-position: 0 25%; }

.wap .weather-icon-leidian {
  background-position: 25% 25%; }

.wap .weather-icon-leiyu {
  background-position: 50% 25%; }

.wap .weather-icon-leizhenyu {
  background-position: 75% 25%; }

.wap .weather-icon-mai {
  background-position: 100% 25%; }

.wap .weather-icon-qing {
  background-position: 0 50%; }

.wap .weather-icon-qingzhuanxue {
  background-position: 25% 50%; }

.wap .weather-icon-qingzhuanyu {
  background-position: 50% 50%; }

.wap .weather-icon-xiaoxue {
  background-position: 75% 50%; }

.wap .weather-icon-xiaoyu {
  background-position: 100% 50%; }

.wap .weather-icon-yejian {
  background-position: 0 75%; }

.wap .weather-icon-yejianduoyun {
  background-position: 25% 75%; }

.wap .weather-icon-yejianleiyu {
  background-position: 50% 75%; }

.wap .weather-icon-yejianyouxue {
  background-position: 75% 75%; }

.wap .weather-icon-yejianyouyu {
  background-position: 100% 75%; }

.wap .weather-icon-yejianyujiaxue {
  background-position: 0 100%; }

.wap .weather-icon-ying {
  background-position: 25% 100%; }

.wap .weather-icon-yujiaxue {
  background-position: 50% 100%; }

.wap .weather-icon-zhongxue {
  background-position: 75% 100%; }

.wap .weather-icon-zhongyu {
  background-position: 100% 100%; }

.wap-today {
  position: relative;
  height: 144vw;
  color: #ffffff; }
  .wap-today.bg-qing {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/qing.jpg") 0 0/cover no-repeat; }
  .wap-today.bg-duoyun {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/duoyun.jpg") 0 0/cover no-repeat; }
  .wap-today.bg-ying {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/ying.jpg") 0 0/cover no-repeat; }
  .wap-today.bg-yu {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/yu.jpg") 0 0/cover no-repeat; }
  .wap-today.bg-feng {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/feng.jpg") 0 0/cover no-repeat; }
  .wap-today.bg-mai {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/mai.jpg") 0 0/cover no-repeat; }
  .wap-today.bg-xue {
    background: url("https://jsu173.oss-cn-shanghai.aliyuncs.com/weather/xue.jpg") 0 0/cover no-repeat; }
  .wap-today .main-top {
    padding: 5.33333vw 2.66667vw;
    margin-bottom: 8.66667vw; }
  .wap-today .main .location {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #ffffff; }
    .wap-today .main .location::before {
      content: "\E655";
      margin-right: 1.33333vw;
      font-family: "wap-iconfont"; }
    .wap-today .main .location::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 1.33333vw;
      border-top: 1.86667vw solid #fff;
      border-left: 1.33333vw solid transparent;
      border-right: 1.33333vw solid transparent;
      vertical-align: middle; }
  .wap-today .main .update {
    padding-left: 5.6vw; }
  .wap-today .main .date {
    line-height: 6.4vw; }
  .wap-today .main-cont {
    padding: 0 0 0 2.66667vw; }
  .wap-today .main-bottom {
    padding: 0 2.66667vw; }
    .wap-today .main-bottom span {
      margin-right: 5.33333vw; }
    .wap-today .main-bottom a {
      padding: 0 2.66667vw;
      border-radius: 1.33333vw;
      line-height: 6.4vw; }
  .wap-today .main .degree {
    position: relative;
    margin-right: 5.33333vw;
    font-size: 32vw;
    line-height: 37.86667vw;
    font-weight: 100; }
    .wap-today .main .degree::after {
      content: "\B0";
      position: absolute;
      top: 4vw;
      right: -px2vw(60px);
      font-size: 12vw;
      line-height: 16vw; }
  .wap-today .main .font-48 {
    margin-bottom: 6.66667vw; }
  .wap-today .main .tab a {
    margin-bottom: 2.66667vw;
    padding: 0 2.66667vw 0 1.33333vw;
    line-height: 6.4vw;
    color: #ffffff;
    border-radius: 3.2vw 0 0 3.2vw; }
    .wap-today .main .tab a:hover {
      color: #ffffff; }
    .wap-today .main .tab a:not(.right) {
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-size: 2.66667vw;
      background: rgba(255, 255, 255, 0.3); }
    .wap-today .main .tab a .typhoon {
      font-size: 4.8vw; }
    .wap-today .main .tab a .poster {
      margin: 0 0.8vw;
      font-size: 3.2vw; }
  .wap-today .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2.66667vw 0;
    background: rgba(255, 255, 255, 0.3); }
    .wap-today .bottom > .we-col {
      padding: 0 2.66667vw; }
    .wap-today .bottom .font-20 {
      padding: 0 2vw;
      margin-left: 2vw;
      border-radius: 0.66667vw;
      background: #f1bf42; }
    .wap-today .bottom .right {
      padding-right: 2vw; }
    .wap-today .bottom .wap-icon {
      width: 12vw;
      height: 12vw;
      background-size: 60vw; }
    .wap-today .bottom .line {
      width: 0.26667vw;
      background: -webkit-linear-gradient(0, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
      background: -o-linear-gradient(0, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
      background: -moz-linear-gradient(0, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
      background: linear-gradient(0, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
      opacity: .8; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

/*** 天气icon ***/
.wap i[class*="weather-icon-"] {
  color: transparent !important;
  background-image: url("/static/wapweather/weather-icon.png");
  background-repeat: no-repeat; }

.wap .weather-icon-baoxue {
  background-position: 0 0; }

.wap .weather-icon-baoyu {
  background-position: 25% 0; }

.wap .weather-icon-daxue {
  background-position: 50% 0; }

.wap .weather-icon-dayu {
  background-position: 75% 0; }

.wap .weather-icon-duoyun {
  background-position: 100% 0; }

.wap .weather-icon-feng {
  background-position: 0 25%; }

.wap .weather-icon-leidian {
  background-position: 25% 25%; }

.wap .weather-icon-leiyu {
  background-position: 50% 25%; }

.wap .weather-icon-leizhenyu {
  background-position: 75% 25%; }

.wap .weather-icon-mai {
  background-position: 100% 25%; }

.wap .weather-icon-qing {
  background-position: 0 50%; }

.wap .weather-icon-qingzhuanxue {
  background-position: 25% 50%; }

.wap .weather-icon-qingzhuanyu {
  background-position: 50% 50%; }

.wap .weather-icon-xiaoxue {
  background-position: 75% 50%; }

.wap .weather-icon-xiaoyu {
  background-position: 100% 50%; }

.wap .weather-icon-yejian {
  background-position: 0 75%; }

.wap .weather-icon-yejianduoyun {
  background-position: 25% 75%; }

.wap .weather-icon-yejianleiyu {
  background-position: 50% 75%; }

.wap .weather-icon-yejianyouxue {
  background-position: 75% 75%; }

.wap .weather-icon-yejianyouyu {
  background-position: 100% 75%; }

.wap .weather-icon-yejianyujiaxue {
  background-position: 0 100%; }

.wap .weather-icon-ying {
  background-position: 25% 100%; }

.wap .weather-icon-yujiaxue {
  background-position: 50% 100%; }

.wap .weather-icon-zhongxue {
  background-position: 75% 100%; }

.wap .weather-icon-zhongyu {
  background-position: 100% 100%; }

.aqi-hour,
.weahter-hour {
  width: 100vw; }
  .aqi-hour .scroll,
  .weahter-hour .scroll {
    overflow-x: scroll; }
  .aqi-hour .content,
  .weahter-hour .content {
    position: relative; }
  .aqi-hour .item-val,
  .weahter-hour .item-val {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25; }
    .aqi-hour .item-val .item,
    .weahter-hour .item-val .item {
      position: relative; }
      .aqi-hour .item-val .item .val,
      .weahter-hour .item-val .item .val {
        display: none;
        position: absolute;
        padding: 0.66667vw 3.33333vw 1.06667vw;
        color: #fff;
        border-top-left-radius: 4vw;
        border-top-right-radius: 4vw;
        border-bottom-right-radius: 4vw;
        white-space: nowrap; }
      .aqi-hour .item-val .item.show .val,
      .weahter-hour .item-val .item.show .val {
        display: block; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.aqi-hour {
  height: 33.33333vw;
  overflow: hidden; }
  .aqi-hour .item-val {
    width: 192vw;
    height: 33.33333vw; }
  .aqi-hour .scroll {
    position: relative;
    height: 36vw; }
  .aqi-hour .item-val {
    position: absolute;
    top: 0;
    left: 0; }
    .aqi-hour .item-val .item {
      width: 8vw; }
      .aqi-hour .item-val .item .val {
        left: 4vw; }
      .aqi-hour .item-val .item:nth-child(23) .val, .aqi-hour .item-val .item:nth-child(22) .val, .aqi-hour .item-val .item:nth-child(21) .val, .aqi-hour .item-val .item:last-child .val {
        left: auto;
        right: 4vw;
        border-bottom-left-radius: 4vw;
        border-bottom-right-radius: 0px; }
      .aqi-hour .item-val .item-1 {
        background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
        background: -o-linear-gradient(-45deg, #90d142, #aee868);
        background: -moz-linear-gradient(-45deg, #90d142, #aee868);
        background: linear-gradient(-45deg, #90d142, #aee868); }
      .aqi-hour .item-val .item-2 {
        background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
        background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
        background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
        background: linear-gradient(-45deg, #f5d051, #f9df88); }
      .aqi-hour .item-val .item-3 {
        background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
        background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
        background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
        background: linear-gradient(-45deg, #f29f46, #fbc080); }
      .aqi-hour .item-val .item-4 {
        background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
        background: -o-linear-gradient(-45deg, #db642e, #f9976a);
        background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
        background: linear-gradient(-45deg, #db642e, #f9976a); }
      .aqi-hour .item-val .item-5 {
        background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
        background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
        background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
        background: linear-gradient(-45deg, #8a1e53, #9d406e); }
      .aqi-hour .item-val .item-6 {
        background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
        background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
        background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
        background: linear-gradient(-45deg, #5a0d1f, #742638); }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-aqi-detail {
  min-height: 100vh; }
  .wap-aqi-detail .quality {
    position: relative;
    padding: 8vw 2.66667vw 5.33333vw;
    color: #fff;
    overflow: hidden; }
    .wap-aqi-detail .quality-1 {
      background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
      background: -o-linear-gradient(-45deg, #90d142, #aee868);
      background: -moz-linear-gradient(-45deg, #90d142, #aee868);
      background: linear-gradient(-45deg, #90d142, #aee868); }
    .wap-aqi-detail .quality-2 {
      background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
      background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
      background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
      background: linear-gradient(-45deg, #f5d051, #f9df88); }
    .wap-aqi-detail .quality-3 {
      background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
      background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
      background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
      background: linear-gradient(-45deg, #f29f46, #fbc080); }
    .wap-aqi-detail .quality-4 {
      background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
      background: -o-linear-gradient(-45deg, #db642e, #f9976a);
      background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
      background: linear-gradient(-45deg, #db642e, #f9976a); }
    .wap-aqi-detail .quality-5 {
      background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
      background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
      background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
      background: linear-gradient(-45deg, #8a1e53, #9d406e); }
    .wap-aqi-detail .quality-6 {
      background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
      background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
      background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
      background: linear-gradient(-45deg, #5a0d1f, #742638); }
    .wap-aqi-detail .quality .average {
      position: absolute;
      top: 1.33333vw;
      right: 2.66667vw;
      padding: 0.66667vw 1.33333vw;
      border-radius: 1.33333vw;
      background: rgba(255, 255, 255, 0.2); }
    .wap-aqi-detail .quality > .we-row h4 {
      margin-bottom: 2.66667vw;
      font-weight: bold; }
    .wap-aqi-detail .quality .value {
      font-size: 24vw;
      line-height: 1;
      font-weight: lighter; }
    .wap-aqi-detail .quality .wap-icon {
      position: absolute;
      left: -10.66667vw;
      top: 0vw;
      opacity: 0.2;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      font-size: 53.33333vw; }
  .wap-aqi-detail > h2 {
    padding: 2.66667vw; }
  .wap-aqi-detail .contaminant,
  .wap-aqi-detail .forecast {
    padding: 1.33333vw 0;
    background: #fff; }
    .wap-aqi-detail .contaminant .wap-icon,
    .wap-aqi-detail .forecast .wap-icon {
      display: block;
      width: 2.66667vw;
      font-size: 4.8vw;
      font-weight: bold;
      color: #666;
      text-indent: -1.06667vw; }
    .wap-aqi-detail .contaminant .good .wap-icon,
    .wap-aqi-detail .forecast .good .wap-icon {
      color: #00fa37; }
    .wap-aqi-detail .contaminant .docile .wap-icon,
    .wap-aqi-detail .forecast .docile .wap-icon {
      color: #03b52a; }
    .wap-aqi-detail .contaminant .bad .wap-icon,
    .wap-aqi-detail .forecast .bad .wap-icon {
      color: #046b1a; }
  .wap-aqi-detail .contaminant {
    margin-bottom: 4vw; }
    .wap-aqi-detail .contaminant .we-row:first-child {
      line-height: 5.33333vw; }
    .wap-aqi-detail .contaminant .we-row:last-child {
      color: #999; }
    .wap-aqi-detail .contaminant li {
      width: 33.33333vw;
      padding: 1.33333vw 0; }
    .wap-aqi-detail .contaminant .wap-icon {
      width: 3.2vw; }
    .wap-aqi-detail .contaminant sub {
      font-size: 2.13333vw; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.weahter-hour {
  height: 41.33333vw;
  background: #fff;
  overflow: hidden; }
  .weahter-hour .content {
    width: 392vw;
    height: 40vw; }
  .weahter-hour .scroll {
    position: relative;
    height: 42.66667vw; }
  .weahter-hour .item-val {
    height: 20vw;
    padding-left: 8vw; }
    .weahter-hour .item-val .item {
      width: 16vw; }
      .weahter-hour .item-val .item .val {
        left: 8vw;
        right: auto;
        background: -webkit-linear-gradient(-45deg, #5793f7, #5daaf0);
        background: -o-linear-gradient(-45deg, #5793f7, #5daaf0);
        background: -moz-linear-gradient(-45deg, #5793f7, #5daaf0);
        background: linear-gradient(-45deg, #5793f7, #5daaf0); }
      .weahter-hour .item-val .item:nth-child(23) .val, .weahter-hour .item-val .item:nth-child(22) .val, .weahter-hour .item-val .item:nth-child(21) .val, .weahter-hour .item-val .item:last-child .val {
        left: auto;
        right: 8vw;
        border-bottom-left-radius: 4vw;
        border-bottom-right-radius: 0px; }
  .weahter-hour .wind,
  .weahter-hour .icons {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 8vw; }
  .weahter-hour .icons {
    top: 20vw;
    height: 7.73333vw; }
    .weahter-hour .icons .icon {
      display: block;
      width: 6.66667vw;
      height: 6.66667vw;
      margin: 0.53333vw auto;
      background-size: 33.33333vw; }
  .weahter-hour .wind {
    top: 30vw;
    text-align: center;
    color: #999; }
    .weahter-hour .wind .font-20 {
      margin-right: 0.26667vw;
      line-height: 4vw;
      background: #eee;
      border-radius: 0.66667vw 0.66667vw 0 0; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

/*** 天气icon ***/
.wap i[class*="weather-icon-"] {
  color: transparent !important;
  background-image: url("/static/wapweather/weather-icon.png");
  background-repeat: no-repeat; }

.wap .weather-icon-baoxue {
  background-position: 0 0; }

.wap .weather-icon-baoyu {
  background-position: 25% 0; }

.wap .weather-icon-daxue {
  background-position: 50% 0; }

.wap .weather-icon-dayu {
  background-position: 75% 0; }

.wap .weather-icon-duoyun {
  background-position: 100% 0; }

.wap .weather-icon-feng {
  background-position: 0 25%; }

.wap .weather-icon-leidian {
  background-position: 25% 25%; }

.wap .weather-icon-leiyu {
  background-position: 50% 25%; }

.wap .weather-icon-leizhenyu {
  background-position: 75% 25%; }

.wap .weather-icon-mai {
  background-position: 100% 25%; }

.wap .weather-icon-qing {
  background-position: 0 50%; }

.wap .weather-icon-qingzhuanxue {
  background-position: 25% 50%; }

.wap .weather-icon-qingzhuanyu {
  background-position: 50% 50%; }

.wap .weather-icon-xiaoxue {
  background-position: 75% 50%; }

.wap .weather-icon-xiaoyu {
  background-position: 100% 50%; }

.wap .weather-icon-yejian {
  background-position: 0 75%; }

.wap .weather-icon-yejianduoyun {
  background-position: 25% 75%; }

.wap .weather-icon-yejianleiyu {
  background-position: 50% 75%; }

.wap .weather-icon-yejianyouxue {
  background-position: 75% 75%; }

.wap .weather-icon-yejianyouyu {
  background-position: 100% 75%; }

.wap .weather-icon-yejianyujiaxue {
  background-position: 0 100%; }

.wap .weather-icon-ying {
  background-position: 25% 100%; }

.wap .weather-icon-yujiaxue {
  background-position: 50% 100%; }

.wap .weather-icon-zhongxue {
  background-position: 75% 100%; }

.wap .weather-icon-zhongyu {
  background-position: 100% 100%; }

/*** 15天天气预报 ***/
.fifteen {
  position: relative;
  overflow: hidden;
  height: 129.33333vw; }
  .fifteen .scroll {
    position: relative;
    height: 129.33333vw;
    overflow-x: scroll; }
  .fifteen .we-row {
    width: 320vw; }
    .fifteen .we-row .we-col {
      padding-top: 5.33333vw; }
      .fifteen .we-row .we-col:first-child {
        opacity: 0.7; }
      .fifteen .we-row .we-col:nth-child(2) {
        background: #f4fbff; }
        .fifteen .we-row .we-col:nth-child(2) h4, .fifteen .we-row .we-col:nth-child(2) .h5 {
          color: #333; }
    .fifteen .we-row .today {
      display: block;
      width: 6.66667vw;
      height: 6.66667vw;
      margin: 0 auto;
      color: #fff;
      border-radius: 3.33333vw;
      background: #50b3ff; }
    .fifteen .we-row h4,
    .fifteen .we-row .h5,
    .fifteen .we-row h2,
    .fifteen .we-row .weather,
    .fifteen .we-row .icon:nth-child(5) {
      margin-bottom: 4vw; }
    .fifteen .we-row h4,
    .fifteen .we-row .h5 {
      color: #999; }
    .fifteen .we-row .weather {
      display: block;
      font-size: 4vw; }
    .fifteen .we-row .icon {
      display: block;
      width: 8vw;
      height: 8vw;
      margin: 0 auto;
      background-size: 40vw; }
      .fifteen .we-row .icon:nth-child(4) {
        margin-bottom: 34.66667vw; }
  .fifteen .canvas {
    position: absolute;
    left: 0;
    top: 42.4vw;
    width: 320vw;
    height: 34.66667vw; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.life > .we-row {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden; }
  .life > .we-row .we-col {
    border-right: 1px solid #eeeeee; }
    .life > .we-row .we-col:last-child {
      border-right: none; }
  .life > .we-row section {
    padding: 4vw 0; }
    .life > .we-row section i {
      display: block;
      margin-bottom: 1.6vw; }
      .life > .we-row section i::before {
        font-family: "wap-iconfont";
        font-size: 5.33333vw;
        color: #50b3ff; }
    .life > .we-row section .icon-coldRisk::before {
      content: "\E6F2"; }
    .life > .we-row section .icon-carWashing::before {
      content: "\E632"; }
    .life > .we-row section .icon-comfort::before {
      content: "\E62E"; }
    .life > .we-row section .icon-ultraviolet::before {
      content: "\E608"; }
    .life > .we-row section span {
      color: #999999; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

/*** 天气icon ***/
.wap i[class*="weather-icon-"] {
  color: transparent !important;
  background-image: url("/static/wapweather/weather-icon.png");
  background-repeat: no-repeat; }

.wap .weather-icon-baoxue {
  background-position: 0 0; }

.wap .weather-icon-baoyu {
  background-position: 25% 0; }

.wap .weather-icon-daxue {
  background-position: 50% 0; }

.wap .weather-icon-dayu {
  background-position: 75% 0; }

.wap .weather-icon-duoyun {
  background-position: 100% 0; }

.wap .weather-icon-feng {
  background-position: 0 25%; }

.wap .weather-icon-leidian {
  background-position: 25% 25%; }

.wap .weather-icon-leiyu {
  background-position: 50% 25%; }

.wap .weather-icon-leizhenyu {
  background-position: 75% 25%; }

.wap .weather-icon-mai {
  background-position: 100% 25%; }

.wap .weather-icon-qing {
  background-position: 0 50%; }

.wap .weather-icon-qingzhuanxue {
  background-position: 25% 50%; }

.wap .weather-icon-qingzhuanyu {
  background-position: 50% 50%; }

.wap .weather-icon-xiaoxue {
  background-position: 75% 50%; }

.wap .weather-icon-xiaoyu {
  background-position: 100% 50%; }

.wap .weather-icon-yejian {
  background-position: 0 75%; }

.wap .weather-icon-yejianduoyun {
  background-position: 25% 75%; }

.wap .weather-icon-yejianleiyu {
  background-position: 50% 75%; }

.wap .weather-icon-yejianyouxue {
  background-position: 75% 75%; }

.wap .weather-icon-yejianyouyu {
  background-position: 100% 75%; }

.wap .weather-icon-yejianyujiaxue {
  background-position: 0 100%; }

.wap .weather-icon-ying {
  background-position: 25% 100%; }

.wap .weather-icon-yujiaxue {
  background-position: 50% 100%; }

.wap .weather-icon-zhongxue {
  background-position: 75% 100%; }

.wap .weather-icon-zhongyu {
  background-position: 100% 100%; }

.city-list .hide {
  display: none; }

.city-list .we-col-2 {
  padding: 2.66667vw 0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  .city-list .we-col-2:nth-child(3n) {
    border-right: none; }

.city-list .unfold,
.city-list .put-away {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #50b3ff; }
  .city-list .unfold::after,
  .city-list .put-away::after {
    content: "\E658";
    display: block;
    margin-left: 1.33333vw;
    font-family: "wap-iconfont"; }

.city-list .put-away::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-city .ad {
  padding: 2.66667vw;
  background: #fff; }

.wap-city .overview .we-row {
  padding: 2.66667vw; }
  .wap-city .overview .we-row img {
    display: block;
    width: 47.33333vw;
    margin-right: 2.66667vw; }
  .wap-city .overview .we-row p {
    line-height: 6.13333vw; }

.wap-city > .bottom {
  padding: 50px 0;
  background: #f5f5f5; }
  .wap-city > .bottom h5 {
    color: #FF4D24; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.load {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  width: 100%;
  height: 100%;
  background: white; }
  .load .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27.2vw;
    height: 27.2vw; }
  .load .loader {
    font-size: 90px;
    text-indent: -9999px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 33% auto;
    position: relative;
    -webkit-animation: load 1.7s infinite ease;
    animation: load 1.7s infinite ease; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -11px -83px 0 -40px #5793f7, -11px -83px 0  -42px #5793f7, -11px -83px 0 -44px #5793f7, -11px -83px 0  -46px #5793f7, -11px -83px 0 -47.7px #5793f7; }
  5%,
  95% {
    box-shadow: -11px -83px 0 -40px #5793f7, -11px -83px 0  -42px #5793f7, -11px -83px 0 -44px #5793f7, -11px -83px 0  -46px #5793f7, -11px -83px 0 -47.7px #5793f7; }
  30% {
    box-shadow: -11px -83px 0 -40px #5793f7, -51px -66px 0  -42px #5793f7, -75px -36px 0 -44px #5793f7, -83px -3px 0  -46px #5793f7, -81px 21px 0 -47.7px #5793f7; }
  55% {
    box-shadow: -11px -83px 0 -40px #5793f7, -29px -78px 0  -42px #5793f7, -43px -72px 0 -44px #5793f7, -52px -65px 0  -46px #5793f7, -57px -61px 0 -47.7px #5793f7; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -11px -83px 0 -40px #5793f7, -11px -83px 0  -42px #5793f7, -11px -83px 0 -44px #5793f7, -11px -83px 0  -46px #5793f7, -11px -83px 0 -47.7px #5793f7; } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -11px -83px 0 -40px #5793f7, -11px -83px 0  -42px #5793f7, -11px -83px 0 -44px #5793f7, -11px -83px 0  -46px #5793f7, -11px -83px 0 -47.7px #5793f7; }
  5%,
  95% {
    box-shadow: -11px -83px 0 -40px #5793f7, -11px -83px 0  -42px #5793f7, -11px -83px 0 -44px #5793f7, -11px -83px 0  -46px #5793f7, -11px -83px 0 -47.7px #5793f7; }
  30% {
    box-shadow: -11px -83px 0 -40px #5793f7, -51px -66px 0  -42px #5793f7, -75px -36px 0 -44px #5793f7, -83px -3px 0  -46px #5793f7, -81px 21px 0 -47.7px #5793f7; }
  55% {
    box-shadow: -11px -83px 0 -40px #5793f7, -29px -78px 0  -42px #5793f7, -43px -72px 0 -44px #5793f7, -52px -65px 0  -46px #5793f7, -57px -61px 0 -47.7px #5793f7; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -11px -83px 0 -40px #5793f7, -11px -83px 0  -42px #5793f7, -11px -83px 0 -44px #5793f7, -11px -83px 0  -46px #5793f7, -11px -83px 0 -47.7px #5793f7; } }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-home {
  padding: 0 0 2.66667vw;
  font-size: 3.2vw;
  flex-direction: column; }
  .wap-home .see-detail {
    height: 6.4vw;
    margin-left: 5.33333vw;
    border: 1px solid #fff; }
    .wap-home .see-detail:hover {
      color: #fff; }
  .wap-home .alarm .wap-title a::after {
    content: "\E659";
    font-family: "wap-iconfont"; }
  .wap-home .alarm ul {
    padding: 0 2.66667vw; }
  .wap-home .alarm li {
    padding: 2.66667vw 0;
    border-bottom: 1px dotted #eee; }
    .wap-home .alarm li a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.search-city-list {
  background: #fff; }
  .search-city-list .history {
    height: 20.26667vw; }
  .search-city-list .flex-wrap {
    padding: 0 2.66667vw; }
  .search-city-list .we-col-2 {
    padding: 0 1.33333vw;
    margin: 0 0 2.66667vw; }
  .search-city-list a {
    padding: 1.06667vw 0;
    border-radius: 1.06667vw;
    background: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-province,
.wap-town {
  padding: 1.33333vw 0 2.66667vw;
  background: #fff; }
  .wap-province li,
  .wap-town li {
    margin: 0 2.66667vw;
    border-bottom: 1px solid #ddd; }
    .wap-province li:last-child,
    .wap-town li:last-child {
      border-bottom: none; }
    .wap-province li a.we-col,
    .wap-town li a.we-col {
      padding: 2.66667vw 0; }
  .wap-province .city a:first-child,
  .wap-town .city a:first-child {
    font-size: 3.46667vw; }
  .wap-province .city a.right::after,
  .wap-town .city a.right::after {
    display: inline-block;
    content: "\E658";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 1.33333vw;
    font-family: "wap-iconfont"; }
  .wap-province .city a.show::after,
  .wap-town .city a.show::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .wap-province .district, .wap-province .town,
  .wap-town .district,
  .wap-town .town {
    background: #eaf4ff; }
    .wap-province .district a, .wap-province .town a,
    .wap-town .district a,
    .wap-town .town a {
      padding: 0 1.33333vw;
      margin: 2.66667vw 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .wap-province .district a.more, .wap-province .town a.more,
      .wap-town .district a.more,
      .wap-town .town a.more {
        color: #5793f7; }
  .wap-province .district a,
  .wap-town .district a {
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    max-width: 16.666667%; }

.wap-province-list .wap-title,
.attractions .wap-title {
  padding-right: 6.66667vw; }

.wap-province-list .toggle,
.attractions .toggle {
  display: block;
  position: relative;
  width: 9.33333vw;
  height: 5.33333vw;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 4.66667vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .wap-province-list .toggle:before,
  .attractions .toggle:before {
    content: "";
    display: block;
    width: 5.06667vw;
    height: 5.06667vw;
    border: 1px solid #ddd;
    border-radius: 2.66667vw;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff; }
  .wap-province-list .toggle.active,
  .attractions .toggle.active {
    border: 1px solid #50b3ff;
    background: #50b3ff; }
    .wap-province-list .toggle.active:before,
    .attractions .toggle.active:before {
      border: 1px solid #50b3ff;
      -webkit-transform: translate(4vw, 0);
      -moz-transform: translate(4vw, 0);
      -ms-transform: translate(4vw, 0);
      transform: translate(4vw, 0); }
  .wap-province-list .toggle input,
  .attractions .toggle input {
    display: none; }

.wap-province-list .province dt,
.attractions .province dt {
  padding: 2.66667vw;
  font-size: 3.73333vw;
  color: #333;
  font-weight: bold;
  background: #f5f5f5; }

.wap-province-list .province dd,
.attractions .province dd {
  padding: 0 2.66667vw;
  font-size: 4vw;
  background: #fff; }
  .wap-province-list .province dd:last-child a,
  .attractions .province dd:last-child a {
    border-bottom: none; }

.wap-province-list .province a,
.attractions .province a {
  border-bottom: 1px solid #ddd;
  padding: 2.66667vw 0; }

.wap-province-list .letter,
.attractions .letter {
  position: fixed;
  right: 0;
  top: 50%;
  color: #333;
  -webkit-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%); }
  .wap-province-list .letter li,
  .attractions .letter li {
    padding: 0.66667vw 0;
    font-size: 2.66667vw;
    font-size: 3.46667vw;
    font-weight: bold; }

.wap-province-list .search,
.attractions .search {
  padding: 1.5vh; }
  .wap-province-list .search.fixed,
  .attractions .search.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(5, 0, 25, 0.75); }
  .wap-province-list .search > .we-row,
  .attractions .search > .we-row {
    height: 4.5vh;
    padding: 0 1.33333vw;
    border-radius: 0.66667vw;
    overflow: hidden;
    background: #fff; }
  .wap-province-list .search .we-col,
  .attractions .search .we-col {
    margin-right: 2.66667vw;
    padding: 0 2.66667vw;
    border-radius: 0.66667vw;
    background: #f5f5f5; }
  .wap-province-list .search input,
  .attractions .search input {
    width: 100%;
    height: 4.5vh;
    padding: 1.33333vw 2.66667vw;
    line-height: 4.5vh;
    font-size: 3.2vw; }
  .wap-province-list .search span.wap-icon,
  .attractions .search span.wap-icon {
    width: 4.5vh;
    height: 4.5vh;
    text-align: center;
    font-size: 4vw;
    color: #666;
    line-height: 4.5vh; }
  .wap-province-list .search span.wap-icon,
  .attractions .search span.wap-icon {
    display: none; }
    .wap-province-list .search span.wap-icon.clear,
    .attractions .search span.wap-icon.clear {
      display: block; }

.wap-province-list .search-city,
.attractions .search-city {
  display: none;
  position: fixed;
  left: 0;
  top: 6vh;
  right: 0;
  z-index: 99;
  height: 94vh;
  padding: 2.66667vw;
  overflow-y: scroll;
  background: #fff; }
  .wap-province-list .search-city li,
  .attractions .search-city li {
    padding: 2.66667vw 0;
    font-size: 3.2vw;
    border-bottom: 1px solid #eee; }
  .wap-province-list .search-city.show,
  .attractions .search-city.show {
    display: block; }
  .wap-province-list .search-city .city,
  .attractions .search-city .city {
    padding: 2.66667vw 1.33333vw;
    border-bottom: 0.13333vw solid #eee; }
  .wap-province-list .search-city .no-data,
  .attractions .search-city .no-data {
    padding: 4vw; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.attractions {
  background: #f5f5f5; }
  .attractions .hot-attr {
    padding: 2vw 2vw 0; }
    .attractions .hot-attr .we-col {
      padding: 0 0.66667vw;
      margin: 0 0 2.66667vw; }
      .attractions .hot-attr .we-col a {
        border-radius: 6.66667vw;
        border: 1px solid #a6ccf7;
        padding: 2vw 0;
        font-size: 3.2vw;
        color: #436aca;
        background: #c8e2ff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }

.attractions-list .we-row {
  border-bottom: 1px dashed #5daaf0; }
  .attractions-list .we-row:last-child {
    border-bottom: none; }

.attractions-list .we-col {
  padding: 0 0.66667vw;
  margin: 0 0 2.66667vw; }
  .attractions-list .we-col a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

@charset "UTF-8";
/*** 预警 ***/
.warning-blue {
  background-color: #3366ff; }
  .warning-blue:hover {
    background-color: #3366ff; }

.warning-orange {
  background-color: #fe9900; }
  .warning-orange:hover {
    background-color: #fe9900; }

.warning-red {
  background-color: #cd3333; }
  .warning-red:hover {
    background-color: #cd3333; }

.warning-yellow {
  background-color: #ffb828; }
  .warning-yellow:hover {
    background-color: #ffb828; }

/* 计算单位：vw */
/* 动画 */
/* 旋转 */
/* 缩放 */
/* 位移 */
/* 渐变色 */
/* 文本溢出省略号 */
/* 弹性盒子模型 */
/* 添加width: 0%; 这样felx就会按照对应的比例分配 */
/* 动画 */
/* keyframes */
/*** 空气质量背景色 ***/
.aqi-1 {
  background: -webkit-linear-gradient(-45deg, #90d142, #aee868);
  background: -o-linear-gradient(-45deg, #90d142, #aee868);
  background: -moz-linear-gradient(-45deg, #90d142, #aee868);
  background: linear-gradient(-45deg, #90d142, #aee868); }

.aqi-2 {
  background: -webkit-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -o-linear-gradient(-45deg, #f5d051, #f9df88);
  background: -moz-linear-gradient(-45deg, #f5d051, #f9df88);
  background: linear-gradient(-45deg, #f5d051, #f9df88); }

.aqi-3 {
  background: -webkit-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -o-linear-gradient(-45deg, #f29f46, #fbc080);
  background: -moz-linear-gradient(-45deg, #f29f46, #fbc080);
  background: linear-gradient(-45deg, #f29f46, #fbc080); }

.aqi-4 {
  background: -webkit-linear-gradient(-45deg, #db642e, #f9976a);
  background: -o-linear-gradient(-45deg, #db642e, #f9976a);
  background: -moz-linear-gradient(-45deg, #db642e, #f9976a);
  background: linear-gradient(-45deg, #db642e, #f9976a); }

.aqi-5 {
  background: -webkit-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -o-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: -moz-linear-gradient(-45deg, #8a1e53, #9d406e);
  background: linear-gradient(-45deg, #8a1e53, #9d406e); }

.aqi-6 {
  background: -webkit-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -o-linear-gradient(-45deg, #5a0d1f, #742638);
  background: -moz-linear-gradient(-45deg, #5a0d1f, #742638);
  background: linear-gradient(-45deg, #5a0d1f, #742638); }

.wap-typhoone {
  width: 100%;
  height: 100vh; }

