.zy-container {
  border-radius: 16px;
  transition: .3s;
  text-align: center;
  background-color: var(--card-background-color);
  position: relative;
  padding: 0 20px; }
  .zy-container > ins {
    width: 100% !important;
    display: flex !important;
    display: -ms-flexbox !important;
    align-items: center !important;
    -ms-flex-align: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important;
    padding: 20px 0;
    box-sizing: content-box;
    overflow: hidden;
    margin-bottom: 20px; }
    .zy-container > ins.adsbygoogle[data-ad-status="unfilled"] {
      display: none !important; }
  .zy-container > div {
    padding: 20px 0;
    box-sizing: content-box;
    margin: 0 auto 20px; }
  .zy-container iframe {
    margin: 0 auto;
    max-width: 100%; }

@media (max-width: 739px) {
  .zy-container {
    padding: 0 16px; }
    .zy-container > ins {
      padding: 16px 0;
      margin-bottom: 12px; }
    .zy-container > div {
      padding: 16px 0;
      margin: 0 auto 12px; } }

a {
  text-decoration: none; }
  a:focus {
    outline: none;
    outline-offset: 0; }

a, br, div, footer, h1, h2, h3, h4, h5, h6, header, hr, li, ol, p, span, ul {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

li, ol, ul {
  list-style-type: none; }

input {
  outline: none; }

.container {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px; }

.table {
  margin: 20px 0 0; }
  .table > thead > tr th {
    border: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 300;
    text-align: center;
    padding: 0;
    height: 34px;
    vertical-align: middle; }
    .table > thead > tr th:first-child {
      padding-left: 5px; }
    .table > thead > tr th:last-child {
      padding-right: 5px; }
  .table > tbody > tr > td {
    border: none;
    color: black;
    font-weight: 400;
    padding: 0;
    height: 40px;
    vertical-align: middle; }
    .table > tbody > tr > td:first-child {
      padding-left: 5px;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px; }
    .table > tbody > tr > td:last-child {
      padding-right: 5px;
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; }
    .table > tbody > tr > td > a {
      color: inherit;
      display: block;
      margin: 0 auto;
      width: 99%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--table-row-background-color); }

@media (max-width: 739px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; } }

html, body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }
  html.no-scroll body, body.no-scroll body {
    overflow: hidden !important; }

body {
  background-color: var(--body--background-color); }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0; }

h2 {
  font-size: 18px;
  color: black; }

ul {
  list-style: none; }

*:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

.body-content {
  position: relative;
  min-height: 100%;
  padding-top: 94px;
  padding-bottom: 341px; }

.body-content--subpage {
  padding-top: 0; }

.qweather-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: var(--text-black-1);
  text-align: center; }

.air-tag {
  display: inline-block;
  width: 76px;
  padding: 4px 0;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  border-radius: 14px;
  color: white; }
  .air-tag:hover {
    color: white; }

.air-tag--1 {
  color: white;
  background-color: #95B359; }

.air-tag--2 {
  color: white;
  background-color: #A9A538; }

.air-tag--3 {
  color: white;
  background-color: #E0991D; }

.air-tag--4 {
  color: white;
  background-color: #D96161; }

.air-tag--5 {
  color: white;
  background-color: #A257D0; }

.air-tag--6 {
  color: white;
  background-color: #D94371; }

.primary-level--1 {
  opacity: 0;
  color: #95B359 !important; }

.primary-level--2 {
  color: #A9A538 !important; }

.primary-level--3 {
  color: #E0991D !important; }

.primary-level--4 {
  color: #D96161 !important; }

.primary-level--5 {
  color: #A257D0 !important; }

.primary-level--6 {
  color: #D94371 !important; }

.indices-sport-level--1 {
  background-color: #95B359; }

.indices-sport-level--2 {
  background-color: #A9A538; }

.indices-sport-level--3 {
  background-color: #EC5252; }

.indices-cw-level--1 {
  background-color: #95B359; }

.indices-cw-level--2 {
  background-color: #A9A538; }

.indices-cw-level--3 {
  background-color: #EC5252; }

.indices-cw-level--4 {
  background-color: #B145C6; }

.indices-drsg-level--1 {
  background-color: #7746D6; }

.indices-drsg-level--2 {
  background-color: #B145C6; }

.indices-drsg-level--3 {
  background-color: #EC5252; }

.indices-drsg-level--4 {
  background-color: #F18720; }

.indices-drsg-level--5 {
  background-color: #FFC805; }

.indices-drsg-level--6 {
  background-color: #A9A538; }

.indices-drsg-level--7 {
  background-color: #95B359; }

.indices-uv-level--1 {
  background-color: #95B359; }

.indices-uv-level--2 {
  background-color: #A9A538; }

.indices-uv-level--3 {
  background-color: #FFC805; }

.indices-uv-level--4 {
  background-color: #EC5252; }

.indices-uv-level--5 {
  background-color: #B145C6; }

.indices-trav-level--1 {
  background-color: #95B359; }

.indices-trav-level--2 {
  background-color: #A9A538; }

.indices-trav-level--3 {
  background-color: #FFC805; }

.indices-trav-level--4 {
  background-color: #EC5252; }

.indices-trav-level--5 {
  background-color: #B145C6; }

.indices-comf-level--1 {
  background-color: #95B359; }

.indices-comf-level--2 {
  background-color: #A9A538; }

.indices-comf-level--3 {
  background-color: #FFC805; }

.indices-comf-level--4 {
  background-color: #F18720; }

.indices-comf-level--5 {
  background-color: #EC5252; }

.indices-comf-level--6 {
  background-color: #B145C6; }

.indices-comf-level--7 {
  background-color: #7746D6; }

.indices-flu-level--1 {
  background-color: #95B359; }

.indices-flu-level--2 {
  background-color: #FFC805; }

.indices-flu-level--3 {
  background-color: #EC5252; }

.indices-flu-level--4 {
  background-color: #B145C6; }

.indices-air-level--1 {
  background-color: #95B359; }

.indices-air-level--2 {
  background-color: #A9A538; }

.indices-air-level--3 {
  background-color: #E0991D; }

.indices-air-level--4 {
  background-color: #D96161; }

.indices-air-level--5 {
  background-color: #A257D0; }

.warning-level {
  width: 65px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-black-1);
  border-radius: 14px; }

.warning-level--red {
  color: white !important;
  background-color: #f74e3b; }

.warning-level--orange {
  color: white !important;
  background-color: #f8a931; }

.warning-level--yellow {
  color: white !important;
  background-color: #b1ae48; }

.warning-level--blue {
  color: white !important;
  background-color: #41a0f8; }

.warning-level--white {
  color: black !important;
  border: 1px solid #DDDDE0;
  background-color: white; }

.qweather-arrow-right {
  width: 16px;
  height: 16px;
  background-image: url("../images/communal/icon-all.png");
  background-size: 290px;
  background-position: -42px top;
  background-repeat: no-repeat; }

.img-inline--light {
  display: none !important; }

.img-inline-block--light {
  display: none !important; }

.img-block--light {
  display: none !important; }

.img-inline--dark {
  display: inline !important; }

.img-inline-block--dark {
  display: inline-block !important; }

.img-block--dark {
  display: block !important; }

.theme--dark .qweather-arrow-right {
  background-position: -58px top; }

.theme--dark .img-inline--light {
  display: inline !important; }

.theme--dark .img-inline-block--light {
  display: inline-block !important; }

.theme--dark .img-block--light {
  display: block !important; }

.theme--dark .img-inline--dark {
  display: none !important; }

.theme--dark .img-inline-block--dark {
  display: none !important; }

.theme--dark .img-block--dark {
  display: none !important; }

@media (max-width: 879px) {
  .body-content {
    padding-bottom: 452.5px; } }

@media (max-width: 739px) {
  .body-content {
    padding-top: 104px;
    padding-bottom: 0; }
  .warning-level {
    width: 60px;
    font-size: 14px !important; } }

@media (max-width: 1039px) and (min-width: 740px) {
  .hidden-1040-740 {
    display: none !important; } }

@media (max-width: 999px) {
  .hidden-1000 {
    display: none !important; } }

@media (min-width: 880px) {
  .visible-880 {
    display: none !important; } }

@media (max-width: 879px) and (min-width: 740px) {
  .hidden-880-740 {
    display: none !important; } }

@media (max-width: 879px) {
  .hidden-880 {
    display: none !important; } }

@media (max-width: 767px) {
  body {
    min-width: 320px; } }

@media (min-width: 740px) {
  .container {
    width: 100%; }
  .visible-740 {
    display: none !important; } }

@media (max-width: 739px) {
  .container {
    max-width: 540px; }
  .hidden-740 {
    display: none !important; } }

@media (max-width: 739px) and (min-width: 512px) {
  .visible-740-512 {
    display: none; } }

@media (min-width: 540px) {
  .visible-540 {
    display: none; } }

@media (max-width: 539px) {
  .hidden-540 {
    display: none !important; } }

@media (max-width: 512px) {
  .hidden-512 {
    display: none !important; } }

@media (max-width: 374px) {
  .hidden-375 {
    display: none !important; } }

.qweather-layout .qweather-list {
  flex: 1 0 auto;
  width: 0; }
  .qweather-layout .qweather-list .qweather-list__row {
    margin: 0 0 20px; }
    .qweather-layout .qweather-list .qweather-list__row:nth-last-of-type(2) {
      margin: 0; }
    .qweather-layout .qweather-list .qweather-list__row + .zy-container:last-child:last-child > div {
      margin: 20px auto 0; }
    .qweather-layout .qweather-list .qweather-list__row + .zy-container:last-child:last-child > ins {
      margin: 20px auto 0; }

.qweather-layout .qweather-menu {
  flex: 0 0 340px;
  width: 0;
  max-width: 340px;
  margin-left: 20px; }
  .qweather-layout .qweather-menu .qweather-menu__row {
    margin: 0 0 20px; }
    .qweather-layout .qweather-menu .qweather-menu__row:nth-last-of-type(2) {
      margin: 0; }
    .qweather-layout .qweather-menu .qweather-menu__row + .zy-container:last-child > div {
      margin: 20px auto 0; }
    .qweather-layout .qweather-menu .qweather-menu__row + .zy-container:last-child > ins {
      margin: 20px auto 0; }

.qweather-layout + .zy-container > div {
  margin: 20px auto 0; }

.qweather-layout + .zy-container > ins {
  margin: 20px auto 0; }

.indicator {
  margin-top: 18px; }
  .indicator .indicator__item {
    margin-right: 25px;
    white-space: nowrap; }
    .indicator .indicator__item > span {
      display: inline-block;
      vertical-align: middle; }
    .indicator .indicator__item .circle {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 3px; }
    .indicator .indicator__item .txt {
      font-size: 12px;
      color: var(--indicator-txt-color); }
    .indicator .indicator__item:last-child {
      margin: 0; }
    .indicator .indicator__item.max .circle {
      background-color: #F18360; }
    .indicator .indicator__item.min .circle {
      background-color: #427BFF; }
    .indicator .indicator__item.avg .circle {
      background-color: #FCB25C; }
    .indicator .indicator__item.river .circle {
      background-color: #95B359; }
    .indicator .indicator__item.max-last .circle {
      border: 1px dashed #F18360; }
    .indicator .indicator__item.min-last .circle {
      border: 1px dashed #427BFF; }

.qweather-select > .nav {
  padding: 2px;
  border-radius: 9px;
  background-color: var(--tabs-row-background-color); }
  .qweather-select > .nav a {
    flex: 1 0;
    width: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    cursor: pointer;
    text-align: center;
    border: 0.5px solid transparent;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-black-2);
    border-radius: 9px;
    white-space: nowrap;
    position: relative; }
    .qweather-select > .nav a .line {
      position: absolute;
      left: 0;
      width: 1px;
      height: 16px;
      border-radius: 1px;
      background-color: #8E8E93;
      opacity: 0.3;
      top: 50%;
      transform: translate(0, -50%); }
    .qweather-select > .nav a.active {
      border-color: var(--tabs-active-border-color);
      background-color: var(--tabs-active-background-color);
      color: var(--text-black-1); }
      .qweather-select > .nav a.active .line {
        background-color: transparent; }
      .qweather-select > .nav a.active + a .line {
        background-color: transparent; }
    .qweather-select > .nav a:first-child .line {
      background-color: transparent; }

.qweather-select + .tab-content {
  margin-top: 20px; }

.qweather-tabs .tabs__row {
  border-radius: 11px;
  background-color: var(--tabs-row-background-color);
  padding: 0 16px;
  height: 40px;
  margin-bottom: 6px; }
  .qweather-tabs .tabs__row > i {
    display: block;
    flex: 0 0 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--tabs-row-num-background-color);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: white;
    text-align: center;
    margin-right: 12px; }
  .qweather-tabs .tabs__row > .city {
    flex: 1 0 auto;
    width: 0; }
    .qweather-tabs .tabs__row > .city > p {
      font-size: 16px;
      line-height: 1.5;
      color: var(--text-black-1);
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .qweather-tabs .tabs__row > img {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 12px; }
  .qweather-tabs .tabs__row > span {
    width: 0;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-black-1); }
    .qweather-tabs .tabs__row > span.temp {
      flex: 0 0 40px; }
    .qweather-tabs .tabs__row > span.air-tag {
      flex: 0 0 76px;
      width: 0;
      padding: 4px 0;
      font-size: 15px;
      font-weight: normal;
      line-height: 16px;
      text-align: center;
      white-space: nowrap;
      border-radius: 14px;
      color: white;
      margin-left: 10px; }
    .qweather-tabs .tabs__row > span.pcpn {
      flex: 0 0 80px; }
    .qweather-tabs .tabs__row > span.warning-level {
      flex: 0 0 65px;
      width: 0;
      margin: 0 8px;
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      text-align: center;
      color: var(--text-black-1); }
    .qweather-tabs .tabs__row > span.temp-interval {
      flex: 0 0 80px; }
    .qweather-tabs .tabs__row > span.primary-pollution {
      flex: 0 0 60px; }
  .qweather-tabs .tabs__row:nth-of-type(1) > i {
    background-color: #FE8058; }
  .qweather-tabs .tabs__row:nth-of-type(2) > i {
    background-color: #FCB25C; }
  .qweather-tabs .tabs__row:nth-of-type(3) > i {
    background-color: #427BFF; }
  .qweather-tabs .tabs__row:last-child {
    margin: 0; }

@media (max-width: 739px) {
  .qweather-layout {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    justify-content: center !important;
    -ms-flex-pack: center !important;
    align-items: stretch !important;
    -ms-flex-align: stretch !important; }
    .qweather-layout .qweather-list {
      flex: 1 0 100%;
      width: 100%;
      max-width: 100%; }
      .qweather-layout .qweather-list .qweather-list__row {
        margin: 0 0 12px; }
        .qweather-layout .qweather-list .qweather-list__row + .zy-container:last-child > div {
          margin: 12px auto 0; }
        .qweather-layout .qweather-list .qweather-list__row + .zy-container:last-child > ins {
          margin: 12px auto 0; }
    .qweather-layout .qweather-menu {
      flex: 1 0 100%;
      width: 100%;
      max-width: 100%;
      margin: 12px 0 0; }
      .qweather-layout .qweather-menu .qweather-menu__row {
        margin: 0 0 12px; }
        .qweather-layout .qweather-menu .qweather-menu__row + .zy-container:last-child > div {
          margin: 12px auto 0; }
        .qweather-layout .qweather-menu .qweather-menu__row + .zy-container:last-child > ins {
          margin: 12px auto 0; }
    .qweather-layout + .zy-container > div {
      margin: 12px auto 0; }
    .qweather-layout + .zy-container > ins {
      margin: 12px auto 0; }
  .qweather-tabs .tabs__row > i {
    font-size: 14px; }
  .qweather-tabs .tabs__row > span.warning-level {
    font-size: 14px; } }

.qweather-logo {
  background-image: url("../images/communal/icon-all.png");
  background-repeat: no-repeat; }
  .qweather-logo.logo-100 {
    width: 100px;
    height: 24px;
    background-size: 164px;
    background-position: left -200px; }
  .qweather-logo.en.logo-100 {
    background-position: left -150px; }
  .qweather-logo.logo-white.logo-100 {
    background-position: left -224px; }
  .qweather-logo.logo-white.en.logo-100 {
    background-position: left -174px; }

.c-download-app {
  line-height: 1; }
  .c-download-app .c-download-app__icon,
  .c-download-app .c-download-app__text,
  .c-download-app .c-download-app__circle {
    display: inline-block;
    vertical-align: middle; }
  .c-download-app .c-download-app__icon {
    width: 12px;
    position: relative;
    left: 2px; }
  .c-download-app .c-download-app__icon--dark g {
    fill: black; }
  .c-download-app .c-download-app__icon--light g {
    fill: white; }

.c-header-main {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .c-header-main .c-header-main__logo {
    display: block;
    height: 50px;
    margin-right: 20px; }
    .c-header-main .c-header-main__logo > img {
      width: 100px;
      height: auto; }
  .c-header-main .c-header-main__nav {
    flex: 1 0;
    max-width: 855px; }
    .c-header-main .c-header-main__nav > li.c-header-main-nav__item > a {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.65);
      font-weight: 300;
      box-shadow: none;
      opacity: 0.65;
      fill: black;
      height: 50px;
      white-space: nowrap; }
      .c-header-main .c-header-main__nav > li.c-header-main-nav__item > a:focus {
        background-color: transparent; }
    .c-header-main .c-header-main__nav > li.c-header-main-nav__item.active > a, .c-header-main .c-header-main__nav > li.c-header-main-nav__item:hover > a {
      color: white;
      opacity: 1; }
    .c-header-main .c-header-main__nav > li.c-header-main-nav__item:last-child > a {
      padding-right: 0; }

.o-search-list .o-search-list-item {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid var(--split-line-color); }
  .o-search-list .o-search-list-item > a {
    display: block;
    font-size: 14px;
    color: var(--text-black-1); }
  .o-search-list .o-search-list-item:last-child {
    border-color: transparent; }

.o-search-list.o-search-list--dark {
  margin-top: 20px;
  background-color: transparent; }
  .o-search-list.o-search-list--dark .o-search-list-item {
    background-color: transparent;
    border-color: white !important; }
    .o-search-list.o-search-list--dark .o-search-list-item > a {
      color: white; }

@media (max-width: 739px) {
  .o-search-list {
    margin-top: 20px;
    background-color: transparent; }
    .o-search-list .o-search-list-item {
      background-color: transparent;
      border-color: white; }
      .o-search-list .o-search-list-item > a {
        color: white; }
      .o-search-list .o-search-list-item:last-child {
        border-color: white; } }

.c-header-search-box {
  border-radius: 18px;
  background-color: var(--header-search-box-background-color);
  padding: 0 0 0 14px;
  position: relative; }
  .c-header-search-box .input-group {
    border: none;
    border-radius: 0;
    color: #FFFFFF; }
    .c-header-search-box .input-group .input-group-btn {
      padding: 0 14px 0 10px;
      border-left: 1px solid var(--header-search-box-input-btn-border-color);
      cursor: pointer; }
      .c-header-search-box .input-group .input-group-btn .input-group-locate {
        width: 18px;
        height: 18px;
        background-image: url("../images/communal/icon-all.png");
        background-size: 270px;
        background-repeat: no-repeat; }
        .c-header-search-box .input-group .input-group-btn .input-group-locate.img-block--dark {
          background-position: -153.5px top; }
        .c-header-search-box .input-group .input-group-btn .input-group-locate.img-block--light {
          background-position: -190px top; }
  .c-header-search-box .c-header-search-box__image {
    width: 20px;
    height: 20px; }
  .c-header-search-box .c-header-search-box__input {
    padding-left: 5px;
    border: none;
    background: transparent;
    box-shadow: none;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--text-black-2);
    font-size: 14px; }
    .c-header-search-box .c-header-search-box__input::-webkit-input-placeholder {
      color: var(--header-search-box-input-placehoder-color); }
    .c-header-search-box .c-header-search-box__input:-moz-placeholder {
      color: var(--header-search-box-input-placehoder-color); }
    .c-header-search-box .c-header-search-box__input::-moz-placeholder {
      color: var(--header-search-box-input-placehoder-color); }
    .c-header-search-box .c-header-search-box__input:-ms-input-placeholder {
      color: var(--header-search-box-input-placehoder-color); }
  .c-header-search-box .c-header-search-box__result {
    position: absolute;
    left: 15px;
    width: 240px;
    z-index: 1;
    background-color: var(--compontent-search-box-result-background-color);
    border-radius: 10px; }

.c-header-search-recent li {
  border-left: 1px solid var(--header-search-recent-border-color);
  padding: 0 5px 0 11.5px; }
  .c-header-search-recent li i {
    font-size: 14px;
    color: transparent;
    display: inline-block;
    vertical-align: middle; }
  .c-header-search-recent li .c-header-search-recent__item {
    display: inline-block;
    vertical-align: middle;
    color: var(--text-black-2); }
    .c-header-search-recent li .c-header-search-recent__item i {
      color: var(--text-black-2);
      margin-right: 7px; }
  .c-header-search-recent li .c-header-search-recent__text,
  .c-header-search-recent li .c-header-search-recent__icon {
    display: inline-block;
    vertical-align: middle; }
  .c-header-search-recent li .c-header-search-recent__text {
    font-size: 14px;
    width: 122px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .c-header-search-recent li .c-header-search-recent__icon {
    width: 24px;
    height: 24px; }
  .c-header-search-recent li:first-child {
    border: none;
    padding: 0; }
  .c-header-search-recent li:last-child {
    padding-right: 0; }
  .c-header-search-recent li:hover > i {
    cursor: pointer;
    color: #9da0a4; }

.c-header-search {
  height: 44px; }
  .c-header-search .c-header-search__search-box {
    width: 255px; }
  .c-header-search .c-header-search__recent-tip {
    padding: 0 18px;
    font-size: 14px;
    color: var(--text-black-2); }
  .c-header-search .c-header-search__lang .language-unit-select .btn-default {
    font-size: 12px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: var(--text-black-1);
    padding: 13px 0; }
    .c-header-search .c-header-search__lang .language-unit-select .btn-default .language-select__image {
      width: 14px;
      height: 14px;
      background-image: url("../images/communal/icon-all.png");
      background-size: 290px;
      background-repeat: no-repeat;
      vertical-align: middle; }
      .c-header-search .c-header-search__lang .language-unit-select .btn-default .language-select__image.img-inline-block--light {
        background-position: -28px top; }
      .c-header-search .c-header-search__lang .language-unit-select .btn-default .language-select__image.img-inline-block--dark {
        background-position: -16px top; }
    .c-header-search .c-header-search__lang .language-unit-select .btn-default i,
    .c-header-search .c-header-search__lang .language-unit-select .btn-default span {
      display: inline-block;
      vertical-align: middle; }
  .c-header-search .c-header-search__lang .language-unit-select .dropdown-toggle {
    box-shadow: none; }
    .c-header-search .c-header-search__lang .language-unit-select .dropdown-toggle:focus, .c-header-search .c-header-search__lang .language-unit-select .dropdown-toggle:hover {
      color: var(--text-black-1);
      background-color: transparent; }
    .c-header-search .c-header-search__lang .language-unit-select .dropdown-toggle::after {
      display: inline-block;
      vertical-align: middle; }
  .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu {
    margin-top: 7px;
    min-width: 160px;
    padding: 0 16px 6px;
    box-shadow: none;
    border-color: var(--header-search-dropdown-menu-border-color);
    background-color: var(--header-search-dropdown-menu-background-color); }
    .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li {
      padding: 5px 0;
      border-top: 1px solid var(--header-search-dropdown-menu-li-border-color); }
      .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li:first-child {
        padding: 10px 0;
        border-top: none; }
      .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li i {
        display: inline-block;
        width: 20px; }
      .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li a {
        padding: 0;
        color: var(--text-black-2);
        font-weight: 300; }
        .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li a.active {
          color: #427BFF; }
      .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li .unit, .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li span {
        text-align: center;
        display: inline-block;
        color: rgba(0, 0, 0, 0.55); }
      .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li span {
        font-weight: 200; }
      .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li .unit {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background-color: #FFFFFF; }
        .c-header-search .c-header-search__lang .language-unit-select .dropdown-menu > li .unit.active {
          background-color: #6686FD;
          color: #FFFFFF; }
  .c-header-search .c-header-search__lang .language-unit-select span {
    padding: 0 2px; }

.o-search-list .o-search-list-item {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid var(--split-line-color); }
  .o-search-list .o-search-list-item > a {
    display: block;
    font-size: 14px;
    color: var(--text-black-1); }
  .o-search-list .o-search-list-item:last-child {
    border-color: transparent; }

.o-search-list.o-search-list--dark {
  margin-top: 20px;
  background-color: transparent; }
  .o-search-list.o-search-list--dark .o-search-list-item {
    background-color: transparent;
    border-color: white !important; }
    .o-search-list.o-search-list--dark .o-search-list-item > a {
      color: white; }

@media (max-width: 739px) {
  .o-search-list {
    margin-top: 20px;
    background-color: transparent; }
    .o-search-list .o-search-list-item {
      background-color: transparent;
      border-color: white; }
      .o-search-list .o-search-list-item > a {
        color: white; }
      .o-search-list .o-search-list-item:last-child {
        border-color: white; } }

.c-search-box {
  border-radius: 18px;
  background-color: var(--compontent-search-box-background-color);
  padding: 0 11px;
  position: relative; }
  .c-search-box .input-group {
    border: none;
    border-radius: 0; }
  .c-search-box .c-search-box__image {
    width: 20px;
    height: 20px;
    background-image: url("../images/communal/icon-all.png");
    background-size: 290px;
    background-repeat: no-repeat; }
    .c-search-box .c-search-box__image.img-block--light {
      background-position: -107px top; }
    .c-search-box .c-search-box__image.img-block--dark {
      background-position: -88px top; }
  .c-search-box .c-search-box__input {
    border: none;
    background: transparent;
    box-shadow: none;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    color: var(--compontent-search-box-input-color); }
    .c-search-box .c-search-box__input::-webkit-input-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
    .c-search-box .c-search-box__input:-moz-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
    .c-search-box .c-search-box__input::-moz-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
    .c-search-box .c-search-box__input:-ms-input-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
  .c-search-box .c-search-box__result {
    position: absolute;
    background-color: var(--compontent-search-box-result-background-color);
    left: 40px;
    width: 230px;
    border-radius: 10px; }

.o-locate-button {
  outline: none; }
  .o-locate-button .o-locate-button__image {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-image: url("../images/communal/icon-all.png");
    background-size: 300px;
    background-repeat: no-repeat; }
    .o-locate-button .o-locate-button__image.o-locate-button__image--dark {
      background-position: -171px top; }
    .o-locate-button .o-locate-button__image.o-locate-button__image--light {
      background-position: -191px top; }

.o-locate-button--dark .o-locate-button__image--dark {
  display: none; }

.o-locate-button--light .o-locate-button__image--light {
  display: none; }

.theme--dark .o-locate-button.o-locate-button--light .o-locate-button__image--light {
  display: inline-block; }

.theme--dark .o-locate-button.o-locate-button--light .o-locate-button__image--dark {
  display: none; }

.o-search-button {
  padding: 0 !important;
  outline: none; }
  .o-search-button:focus {
    outline: 0;
    box-shadow: none !important; }
  .o-search-button .o-search-button__dark-image,
  .o-search-button .o-search-button__light-image {
    width: 20px;
    height: 20px;
    background-image: url("../images/communal/icon-all.png");
    background-size: 310px;
    background-repeat: no-repeat; }
    .o-search-button .o-search-button__dark-image.o-search-button__dark-image,
    .o-search-button .o-search-button__light-image.o-search-button__dark-image {
      background-position: -95px top; }
    .o-search-button .o-search-button__dark-image.o-search-button__light-image,
    .o-search-button .o-search-button__light-image.o-search-button__light-image {
      background-position: -115px top; }
  .o-search-button.o-search-button--light .o-search-button__light-image {
    display: none; }
  .o-search-button.o-search-button--dark .o-search-button__dark-image {
    display: none; }

.theme--dark .o-search-button.o-search-button--light .o-search-button__light-image {
  display: inline-block; }

.theme--dark .o-search-button.o-search-button--light .o-search-button__dark-image {
  display: none; }

.l-top {
  padding: 15px 20px; }
  .l-top .l-top__logo {
    position: relative; }
  .l-top .l-top__search-icon {
    width: 40px;
    text-align: center; }
  .l-top .l-top__locate-icon {
    text-align: center;
    width: 40px; }
  .l-top .l-top__menu-icon {
    width: 42px;
    height: 30px;
    padding: 5px 10px;
    margin-right: -10px;
    cursor: pointer; }
    .l-top .l-top__menu-icon .c-icon-menu {
      width: 100%;
      height: 100%;
      background-image: url("../images/communal/icon-all.png");
      background-size: 330px;
      background-repeat: no-repeat;
      background-position: -144px top; }

.c-top--light .img-block--light {
  display: none !important; }

.c-top--dark .img-block--dark {
  display: none !important; }

.c-top--dark .img-block--light {
  display: block !important; }

.c-top--dark .l-top__menu-icon .c-icon-menu {
  background-position: -166px top; }

.theme--dark .l-top .l-top__menu-icon .c-icon-menu {
  background-position: -166px top; }

.theme--dark .c-top--light {
  background-color: #36363C; }
  .theme--dark .c-top--light .img-block--light {
    display: block !important; }

.theme--dark .img-block--dark {
  display: none !important; }

.theme--dark .l-top__menu-icon .c-icon-menu {
  background-position: -166px top; }

@media (max-width: 459px) {
  .c-top--light {
    border-bottom: 1px solid var(--compontent-top-icon-menu-border-color); } }

@media (max-width: 400px) {
  .l-top .l-top__logo {
    width: auto; }
  .l-top .l-top__locate-icon {
    width: 30px; }
  .l-top .l-top__menu-icon {
    width: 40px; } }

.l-header {
  border: none;
  position: fixed;
  top: 0;
  z-index: 10000000; }
  .l-header .l-header__main {
    background-color: var(--header-main-background-color); }
  .l-header .l-header__search {
    background-color: var(--header-search-background-color); }
    .l-header .l-header__search .container {
      background-color: inherit; }
  .l-header .l-header__mini {
    background-color: #36363C; }
    .l-header .l-header__mini .c-top {
      margin: 0 auto;
      max-width: 540px; }

.l-header--subpage {
  position: static; }

.c-header-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000003; }

.c-header-mask--show {
  display: block; }

@media (max-width: 739px) {
  .l-header--subpage {
    position: fixed; } }

.c-footer-main {
  padding: 60px 0;
  border-bottom: 1px solid #323232; }
  .c-footer-main .c-footer-main-g-list .footer-g-list__item {
    margin-right: 10px; }
    .c-footer-main .c-footer-main-g-list .footer-g-list__item:last-child {
      margin: 0; }
  .c-footer-main .c-footer-main-g-list .footer-g-list__logo {
    display: block;
    max-width: 100px;
    margin-bottom: 11px; }
  .c-footer-main .c-footer-main-g-list .footer-g-list__explain {
    display: block; }
    .c-footer-main .c-footer-main-g-list .footer-g-list__explain > p {
      font-size: 14px;
      font-weight: 300;
      line-height: 16px;
      color: rgba(255, 255, 255, 0.65);
      border-bottom: 1px solid transparent; }
      .c-footer-main .c-footer-main-g-list .footer-g-list__explain > p:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8); }
  .c-footer-main .c-footer-main-g-list .footer-g-list__title {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: white;
    margin-bottom: 11px; }
  .c-footer-main .c-footer-main-g-list .footer-g-list__option {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    margin-bottom: 14px;
    border-bottom: 1px solid transparent; }
    .c-footer-main .c-footer-main-g-list .footer-g-list__option:last-child {
      margin: 0; }
    .c-footer-main .c-footer-main-g-list .footer-g-list__option:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      color: white; }
  .c-footer-main .c-footer-main-g-list .footer-g-list__img {
    width: 128px;
    height: 135px;
    background-image: url("../images/communal/icon-all.png");
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: left -124px; }

@media (max-width: 879px) {
  .c-footer-main .c-footer-main-g-list {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important; }
    .c-footer-main .c-footer-main-g-list .footer-g-list__item .footer-g-list__explain > p {
      display: inline-block; }
    .c-footer-main .c-footer-main-g-list .footer-g-list__item:first-child {
      width: 100% !important;
      margin: 0 0 45px; } }

@media (max-width: 739px) {
  .c-footer-main {
    padding: 20px 0 25px;
    border: none; }
    .c-footer-main .c-footer-main-s-list .footer-s-list__top {
      padding: 0 0 24px;
      border-bottom: 1px solid #3A3C41; }
      .c-footer-main .c-footer-main-s-list .footer-s-list__top .footer-s-list-top__logo {
        display: inline-block;
        width: 100%;
        max-width: 100px; }
        .c-footer-main .c-footer-main-s-list .footer-s-list__top .footer-s-list-top__logo > img {
          width: 100%;
          height: auto; }
    .c-footer-main .c-footer-main-s-list .footer-s-list__main {
      margin: 0; }
      .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel {
        margin: 0;
        border: none;
        background-color: transparent; }
        .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading {
          padding: 0;
          background-color: transparent; }
          .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title {
            padding: 13px 0 14px 0;
            border-bottom: 1px solid #3A3C41; }
            .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title a {
              display: block;
              font-size: 14px;
              font-weight: 300 !important;
              line-height: 16px;
              color: rgba(255, 255, 255, 0.85);
              text-decoration: none; }
              .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title a > span {
                float: right;
                margin: 0; }
              .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title a .c-go-up {
                display: block; }
              .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title a .c-go-down {
                display: none; }
            .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title .collapsed .c-go-up {
              display: none; }
            .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-heading .panel-title .collapsed .c-go-down {
              display: block; }
        .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-body {
          border: none;
          margin: 0;
          background-color: transparent;
          padding: 0; }
          .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-body .list-group {
            margin: 0; }
            .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-body .list-group .list-group-item {
              margin-bottom: 0;
              border-radius: 0;
              background-color: transparent;
              border: none;
              border-bottom: 1px solid #3A3C41; }
              .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-body .list-group .list-group-item:last-child {
                border-bottom: 1px solid transparent; }
              .c-footer-main .c-footer-main-s-list .footer-s-list__main > .panel .panel-body .list-group .list-group-item a {
                font-size: 14px;
                font-weight: 300;
                line-height: 16px;
                color: rgba(255, 255, 255, 0.75); }
    .c-footer-main .c-footer-main-s-list .footer-s-list__bottom {
      margin-top: 20px; }
      .c-footer-main .c-footer-main-s-list .footer-s-list__bottom .footer-s-list__qr {
        display: inline-block;
        width: 100%;
        max-width: 170px; }
        .c-footer-main .c-footer-main-s-list .footer-s-list__bottom .footer-s-list__qr .qr-code-bg {
          width: 170px;
          height: 62px;
          background-image: url("../images/communal/icon-all.png");
          background-size: 360px;
          background-repeat: no-repeat;
          background-position: -128px -125px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); } }

.c-footer-bottom {
  padding: 13px 0 20px; }
  .c-footer-bottom .c-footer-bottom__txt {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.65); }
  .c-footer-bottom .c-footer-bottom__main {
    display: none; }
    .c-footer-bottom .c-footer-bottom__main .c-footer-bottom__txt {
      margin-right: 30px;
      border-bottom: 1px solid transparent; }
      .c-footer-bottom .c-footer-bottom__main .c-footer-bottom__txt:last-child {
        margin: 0; }
      .c-footer-bottom .c-footer-bottom__main .c-footer-bottom__txt:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8); }
  .c-footer-bottom .c-footer-bottom__drop > button {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important; }
    .c-footer-bottom .c-footer-bottom__drop > button .lang-icon {
      width: 16px;
      height: 16px;
      background-image: url("../images/communal/icon-all.png");
      background-size: 360px;
      background-repeat: no-repeat;
      background-position: -36px top;
      margin-right: 5px; }
    .c-footer-bottom .c-footer-bottom__drop > button .c-footer-language {
      font-size: 12px;
      color: white;
      padding: 0 1px 0 3px; }
  .c-footer-bottom .c-footer-bottom__drop > .dropdown-menu {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent; }
    .c-footer-bottom .c-footer-bottom__drop > .dropdown-menu > a {
      color: rgba(255, 255, 255, 0.85);
      padding: 3px 20px;
      font-size: 14px; }
      .c-footer-bottom .c-footer-bottom__drop > .dropdown-menu > a i {
        margin-right: 5px; }
  .c-footer-bottom .c-footer-bottom__top .c-footer-bottom__main {
    display: block; }
  .c-footer-bottom .text-record {
    display: none; }

@media (max-width: 879px) {
  .c-footer-bottom .c-footer-bottom__main {
    display: block; }
  .c-footer-bottom .c-footer-bottom__top .c-footer-bottom__main {
    display: none; } }

@media (max-width: 739px) {
  .c-footer-bottom {
    padding: 0 0 23px; }
    .c-footer-bottom .c-footer-bottom__main {
      display: inline-block;
      vertical-align: middle; } }

@media (max-width: 540px) {
  .c-footer-bottom .c-footer-bottom__main .c-footer-bottom__txt:last-child {
    display: none; }
  .c-footer-bottom .text-record {
    display: inline-block; } }

.l-page-footer {
  position: absolute;
  bottom: 0;
  background-color: #2E2E32;
  width: 100%; }

@media (max-width: 739px) {
  .l-page-footer {
    position: inherit; } }

.c-search-panel {
  height: 100%;
  z-index: 10000003; }
  .c-search-panel .modal-dialog {
    height: 100%;
    margin: 0; }
    .c-search-panel .modal-dialog .modal-content {
      height: 100%;
      border-radius: 0;
      box-shadow: none;
      background-color: #36363C; }
      .c-search-panel .modal-dialog .modal-content .modal-header,
      .c-search-panel .modal-dialog .modal-content .modal-body {
        border: 0; }
      .c-search-panel .modal-dialog .modal-content .modal-header {
        padding-bottom: 0; }
      .c-search-panel .modal-dialog .modal-content .modal-body {
        padding-top: 0; }
  .c-search-panel .c-search-panel__search-box .input-group-addon {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #979797; }
  .c-search-panel .c-search-panel__search-box > .form-control {
    border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-color: #979797;
    background-color: transparent;
    color: #A8A9AA;
    font-size: 18px;
    border-width: 2px;
    padding: 6px 12px;
    height: 34px; }
    .c-search-panel .c-search-panel__search-box > .form-control:focus {
      border-color: #979797; }
  .c-search-panel .c-search-panel__btn {
    width: 20px;
    height: 34px; }
  .c-search-panel .c-search-panel__close {
    width: 30px;
    height: 34px;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    cursor: pointer; }

@media (min-width: 576px) {
  .c-search-panel .modal-dialog {
    max-width: 100%; } }

.c-m-submenu {
  width: 100%;
  min-width: 320px;
  padding: 9px 0;
  position: fixed;
  z-index: 10000000;
  top: 60px;
  background-color: var(--compontent-mobile-submenu-background-color); }
  .c-m-submenu .c-m-submenu-bg {
    padding: 0 9px;
    overflow: hidden; }
  .c-m-submenu .c-m-submenu__scroll {
    min-width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */ }
    .c-m-submenu .c-m-submenu__scroll::-webkit-scrollbar {
      display: none;
      /* Chrome Safari */ }
    .c-m-submenu .c-m-submenu__scroll .c-m-submenu__item {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 8px;
      font-size: 14px;
      line-height: 16px;
      border-radius: 15px;
      color: var(--text-black-1);
      font-weight: 300;
      box-shadow: none;
      margin-right: 20px; }
      .c-m-submenu .c-m-submenu__scroll .c-m-submenu__item:last-child {
        margin: 0; }
    .c-m-submenu .c-m-submenu__scroll .active {
      background-color: #427BFF;
      color: white; }

.c-submenu .c-submenu__bg {
  padding-top: 20px; }

.c-submenu > .container > div {
  padding-top: 20px; }

.c-submenu .c-submenu__location-adm {
  margin: 0 0 11px;
  font-size: 12px;
  color: var(--text-black-2); }

.c-submenu .c-submenu__scroll-container .c-submenu__location {
  font-size: 22px;
  font-weight: normal;
  color: var(--text-black-1);
  margin-right: 22px; }

.c-submenu .c-submenu__scroll-container .c-submenu__menus {
  background-color: var(--compontent-submenu-menus-background-color);
  border-radius: 22px; }
  .c-submenu .c-submenu__scroll-container .c-submenu__menus > li a {
    display: block;
    min-width: 70px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-black-1);
    border-radius: 16px;
    border: none;
    text-align: center;
    font-weight: 300; }
  .c-submenu .c-submenu__scroll-container .c-submenu__menus > li.active a {
    background-color: #427BFF;
    color: white; }

.c-submenu .c-submenu--fixed {
  width: 100%;
  position: fixed;
  z-index: 10000004;
  top: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--compontent-submenu-fixed-border-color);
  background-color: var(--compontent-submenu-fixed-background-color);
  animation: top-header 300ms both; }
  .c-submenu .c-submenu--fixed .c-submenu__location-adm {
    display: none; }
  .c-submenu .c-submenu--fixed .c-submenu__scroll-container .c-submenu__location {
    color: white; }
  .c-submenu .c-submenu--fixed .c-submenu__scroll-container .c-submenu__menus {
    background-color: rgba(209, 213, 225, 0.15); }
    .c-submenu .c-submenu--fixed .c-submenu__scroll-container .c-submenu__menus > li a {
      color: white; }
  .c-submenu .c-submenu--fixed .c-submenu__search-button {
    display: block; }

.c-submenu .c-submenu__search-button {
  padding: 5px;
  cursor: pointer;
  display: none; }
  .c-submenu .c-submenu__search-button .submenu-search-btn-bg {
    width: 22px;
    height: 22px;
    background-image: url("../images/communal/icon-all.png");
    background-size: 340px;
    background-repeat: no-repeat;
    background-position: -126px top; }

.c-submenu .c-submenu__search-show .c-submenu__scroll-container .c-submenu__location,
.c-submenu .c-submenu__search-show .c-submenu__scroll-container .c-submenu__search-button,
.c-submenu .c-submenu__search-show .c-submenu__scroll-container .c-submenu__menus {
  animation: hide-menus 500ms ease both; }

.c-submenu .c-submenu__search-show .c-submenu__search {
  animation: show-search 300ms ease both; }

.c-submenu .c-submenu__search-open .c-submenu__scroll-container {
  display: none; }

.c-submenu .c-submenu__search-open .c-submenu__search {
  display: block;
  top: 0; }

.c-submenu .c-submenu__search {
  margin: 0 auto;
  max-width: 700px;
  display: none;
  position: relative; }
  .c-submenu .c-submenu__search .c-submenu__search-image {
    width: 22px;
    height: 22px;
    border: none;
    background-color: transparent;
    background-image: url("../images/communal/icon-all.png");
    background-size: 340px;
    background-repeat: no-repeat;
    background-position: -126px top;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-right: 5px; }
  .c-submenu .c-submenu__search .c-submenu__search-close {
    border: none;
    height: 30px;
    width: 40px;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer; }
  .c-submenu .c-submenu__search .c-submenu__search-input {
    flex: 1 0;
    height: 30px;
    border: none;
    background: transparent;
    padding: 0;
    color: white;
    font-size: 14px; }
    .c-submenu .c-submenu__search .c-submenu__search-input::-webkit-input-placeholder {
      color: #7A7D81; }
    .c-submenu .c-submenu__search .c-submenu__search-input:-moz-placeholder {
      color: #7A7D81; }
    .c-submenu .c-submenu__search .c-submenu__search-input::-moz-placeholder {
      color: #7A7D81; }
    .c-submenu .c-submenu__search .c-submenu__search-input:-ms-input-placeholder {
      color: #7A7D81; }
  .c-submenu .c-submenu__search .c-submenu__search-result {
    position: absolute;
    top: 45px;
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 0; }
    .c-submenu .c-submenu__search .c-submenu__search-result .o-search-list-item {
      display: block;
      padding: 10px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
      .c-submenu .c-submenu__search .c-submenu__search-result .o-search-list-item > a {
        display: block;
        font-size: 14px;
        color: black; }
      .c-submenu .c-submenu__search .c-submenu__search-result .o-search-list-item:last-child {
        border-color: transparent; }

@keyframes show-search {
  from {
    top: -100px; }
  to {
    top: 0; } }

@keyframes hide-menus {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(0); } }

@-webkit-keyframes top-header {
  from {
    color: black;
    background-color: transparent; }
  to {
    color: black;
    background-color: #36363C; } }

@keyframes top-header {
  from {
    color: black;
    background-color: transparent; }
  to {
    color: white;
    background-color: var(--compontent-submenu-fixed-background-color); } }

@media (max-width: 739px) {
  .c-submenu .c-submenu__city .c-submenu__location,
  .c-submenu .c-submenu__city .c-submenu__location-adm {
    display: inline-block;
    vertical-align: middle; }
  .c-submenu .c-submenu__city .c-submenu__location {
    font-size: 18px;
    font-weight: normal;
    color: var(--text-black-1);
    margin: 0; }
  .c-submenu .c-submenu__city .c-submenu__location-adm {
    font-size: 12px;
    color: var(--text-black-2);
    margin: 0; }
  .c-submenu .c-submenu__date {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-black-2); } }

.c-data-source .data-source__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-black-1);
  border-bottom: 1px solid transparent;
  position: relative; }
  .c-data-source .data-source__txt:hover {
    border-bottom: 1px solid var(--compontent-data-source-hover-border-color); }

.c-data-source > p {
  margin-top: 10px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-black-1);
  position: relative; }
  .c-data-source > p > i {
    font-size: 32px;
    font-style: normal;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 85%;
    transform: translate(0, -50%); }

@media (max-width: 739px) {
  .c-data-source {
    text-align: center; }
    .c-data-source > a {
      width: 100%; }
    .c-data-source > p {
      display: inline-block; } }

.menu-panel {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: none;
  z-index: 10000002;
  overflow: hidden; }
  .menu-panel.open {
    width: 100%; }
    .menu-panel.open .mask {
      transition: .3s;
      opacity: 0.68; }
    .menu-panel.open .panels {
      transition: .3s;
      right: 0; }
  .menu-panel .mask {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0; }
  .menu-panel .panels {
    position: absolute;
    top: 0;
    right: -460px;
    height: 100%;
    width: 100%;
    max-width: 460px;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: var(--menu-panel-background-color);
    padding: 20px 22px 25px; }
    .menu-panel .panels .menu-panel__top > .dropdown-toggle {
      color: var(--text-black-1); }
      .menu-panel .panels .menu-panel__top > .dropdown-toggle .menu-lang {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-image: url("../images/communal/icon-all.png");
        background-size: 430px;
        background-repeat: no-repeat;
        vertical-align: middle; }
        .menu-panel .panels .menu-panel__top > .dropdown-toggle .menu-lang.img-inline-block--light {
          background-position: -42px top; }
        .menu-panel .panels .menu-panel__top > .dropdown-toggle .menu-lang.img-inline-block--dark {
          background-position: -23px top; }
      .menu-panel .panels .menu-panel__top > .dropdown-toggle > span {
        font-size: 14px;
        vertical-align: middle; }
    .menu-panel .panels .menu-panel__top > span {
      color: var(--menu-panel-top-cancel-color);
      font-size: 20px;
      line-height: 20px;
      cursor: pointer; }
    .menu-panel .panels .menu-panel__top > .dropdown-menu {
      width: 130px;
      padding: 0;
      background-color: var(--menu-panel-dropdown-menu-background-color); }
      .menu-panel .panels .menu-panel__top > .dropdown-menu > a {
        display: block;
        padding: 6px 15px;
        font-size: 14px;
        color: var(--text-black-1); }
        .menu-panel .panels .menu-panel__top > .dropdown-menu > a > i {
          margin: 0 5px;
          color: #427BFF;
          opacity: 0; }
        .menu-panel .panels .menu-panel__top > .dropdown-menu > a:hover {
          background-color: var(--menu-panel-dropdown-menu-hover-background-color); }
        .menu-panel .panels .menu-panel__top > .dropdown-menu > a.active > i {
          opacity: 1; }
    .menu-panel .panels .menu-panel__down {
      margin-top: 16px;
      border-radius: 12px;
      background-color: var(--menu-panel-down-background-color);
      padding: 11px 16px; }
      .menu-panel .panels .menu-panel__down .down-logo {
        flex: 0 0 49px;
        height: 47px;
        margin-right: 8px;
        background-image: url("../images/communal/icon-all.png");
        background-size: 340px;
        background-repeat: no-repeat;
        background-position: -188px -23px; }
      .menu-panel .panels .menu-panel__down .cont {
        flex: 1 0; }
        .menu-panel .panels .menu-panel__down .cont > p {
          font-size: 14px;
          font-weight: 500;
          line-height: 16px;
          color: var(--text-black-1); }
          .menu-panel .panels .menu-panel__down .cont > p:last-child {
            font-size: 12px;
            font-weight: normal;
            color: var(--text-black-2);
            margin-top: 2px; }
      .menu-panel .panels .menu-panel__down > a {
        flex: 0 0;
        display: inline-block;
        white-space: nowrap;
        padding: 4px 16px;
        border-radius: 10.5px;
        background-color: #427BFF;
        font-size: 14px;
        color: #FFFFFF; }
    .menu-panel .panels .menu-panel__list {
      margin-top: 7px; }
      .menu-panel .panels .menu-panel__list > a {
        display: block;
        padding: 16px 0;
        font-size: 16px;
        font-weight: 300;
        color: var(--text-black-1);
        border-bottom: 1px solid var(--menu-panel-list-border-color); }
        .menu-panel .panels .menu-panel__list > a:last-child {
          border-color: transparent; }
    .menu-panel .panels .menu-panel__row {
      padding-bottom: 14px;
      border-bottom: 1px solid var(--menu-panel-list-border-color); }
      .menu-panel .panels .menu-panel__row > a {
        font-size: 14px;
        font-weight: 300;
        color: var(--menu-panel-row-color); }
    .menu-panel .panels .menu-panel__bottom {
      margin-top: 18px; }
      .menu-panel .panels .menu-panel__bottom > a {
        display: block;
        margin: 0 auto;
        width: 100px; }
      .menu-panel .panels .menu-panel__bottom > p {
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        color: var(--menu-panel-bottom-color);
        margin-top: 5px; }

.c-img-map {
  border-radius: 16px;
  border: 1px solid var(--card-border-color);
  height: 300px;
  overflow: hidden;
  position: relative; }
  .c-img-map > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -10; }
  .c-img-map .img-map__title {
    padding: 7.5px 0;
    background-color: rgba(255, 255, 255, 0.5); }
    .c-img-map .img-map__title > .qweather-title {
      color: black; }
  .c-img-map .img-map__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 17px 7px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 10px;
    background-color: #333B46; }
    .c-img-map .img-map__btn > a {
      white-space: nowrap; }
      .c-img-map .img-map__btn > a .img, .c-img-map .img-map__btn > a span {
        display: inline-block;
        vertical-align: middle; }
      .c-img-map .img-map__btn > a .img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background-image: url("../images/communal/icon-all.png");
        background-size: 340px;
        background-repeat: no-repeat;
        background-position: -87px top; }
      .c-img-map .img-map__btn > a > span {
        font-size: 12px;
        line-height: 16px;
        color: white; }

.c-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative; }
  .c-map-iframe .map-title {
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: var(--compontent-map-title-background-color);
    padding: 7.5px 0; }
  .c-map-iframe > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9; }
  .c-map-iframe.map-card {
    border-radius: 16px;
    overflow: hidden; }
    .c-map-iframe.map-card .map-title {
      border-radius: 16px 16px 0 0; }
    .c-map-iframe.map-card > iframe {
      border-radius: 16px; }
  .c-map-iframe > .img-map__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 17px 7px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 10px;
    background-color: #333B46;
    z-index: 10; }
    .c-map-iframe > .img-map__btn > a {
      white-space: nowrap; }
      .c-map-iframe > .img-map__btn > a .img, .c-map-iframe > .img-map__btn > a span {
        display: inline-block;
        vertical-align: middle; }
      .c-map-iframe > .img-map__btn > a .img {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background-image: url("../images/communal/icon-all.png");
        background-size: 340px;
        background-repeat: no-repeat;
        background-position: -87px top; }
      .c-map-iframe > .img-map__btn > a > span {
        font-size: 12px;
        line-height: 16px;
        color: white; }

.o-search-list .o-search-list-item {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid var(--split-line-color); }
  .o-search-list .o-search-list-item > a {
    display: block;
    font-size: 14px;
    color: var(--text-black-1); }
  .o-search-list .o-search-list-item:last-child {
    border-color: transparent; }

.o-search-list.o-search-list--dark {
  margin-top: 20px;
  background-color: transparent; }
  .o-search-list.o-search-list--dark .o-search-list-item {
    background-color: transparent;
    border-color: white !important; }
    .o-search-list.o-search-list--dark .o-search-list-item > a {
      color: white; }

@media (max-width: 739px) {
  .o-search-list {
    margin-top: 20px;
    background-color: transparent; }
    .o-search-list .o-search-list-item {
      background-color: transparent;
      border-color: white; }
      .o-search-list .o-search-list-item > a {
        color: white; }
      .o-search-list .o-search-list-item:last-child {
        border-color: white; } }

.c-search-box {
  border-radius: 18px;
  background-color: var(--compontent-search-box-background-color);
  padding: 0 11px;
  position: relative; }
  .c-search-box .input-group {
    border: none;
    border-radius: 0; }
  .c-search-box .c-search-box__image {
    width: 20px;
    height: 20px;
    background-image: url("../images/communal/icon-all.png");
    background-size: 290px;
    background-repeat: no-repeat; }
    .c-search-box .c-search-box__image.img-block--light {
      background-position: -107px top; }
    .c-search-box .c-search-box__image.img-block--dark {
      background-position: -88px top; }
  .c-search-box .c-search-box__input {
    border: none;
    background: transparent;
    box-shadow: none;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    color: var(--compontent-search-box-input-color); }
    .c-search-box .c-search-box__input::-webkit-input-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
    .c-search-box .c-search-box__input:-moz-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
    .c-search-box .c-search-box__input::-moz-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
    .c-search-box .c-search-box__input:-ms-input-placeholder {
      color: var(--compontent-search-box-input-placeholder-color); }
  .c-search-box .c-search-box__result {
    position: absolute;
    background-color: var(--compontent-search-box-result-background-color);
    left: 40px;
    width: 230px;
    border-radius: 10px; }

.o-locate-button {
  outline: none; }
  .o-locate-button .o-locate-button__image {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-image: url("../images/communal/icon-all.png");
    background-size: 300px;
    background-repeat: no-repeat; }
    .o-locate-button .o-locate-button__image.o-locate-button__image--dark {
      background-position: -171px top; }
    .o-locate-button .o-locate-button__image.o-locate-button__image--light {
      background-position: -191px top; }

.o-locate-button--dark .o-locate-button__image--dark {
  display: none; }

.o-locate-button--light .o-locate-button__image--light {
  display: none; }

.theme--dark .o-locate-button.o-locate-button--light .o-locate-button__image--light {
  display: inline-block; }

.theme--dark .o-locate-button.o-locate-button--light .o-locate-button__image--dark {
  display: none; }

.o-search-button {
  padding: 0 !important;
  outline: none; }
  .o-search-button:focus {
    outline: 0;
    box-shadow: none !important; }
  .o-search-button .o-search-button__dark-image,
  .o-search-button .o-search-button__light-image {
    width: 20px;
    height: 20px;
    background-image: url("../images/communal/icon-all.png");
    background-size: 310px;
    background-repeat: no-repeat; }
    .o-search-button .o-search-button__dark-image.o-search-button__dark-image,
    .o-search-button .o-search-button__light-image.o-search-button__dark-image {
      background-position: -95px top; }
    .o-search-button .o-search-button__dark-image.o-search-button__light-image,
    .o-search-button .o-search-button__light-image.o-search-button__light-image {
      background-position: -115px top; }
  .o-search-button.o-search-button--light .o-search-button__light-image {
    display: none; }
  .o-search-button.o-search-button--dark .o-search-button__dark-image {
    display: none; }

.theme--dark .o-search-button.o-search-button--light .o-search-button__light-image {
  display: inline-block; }

.theme--dark .o-search-button.o-search-button--light .o-search-button__dark-image {
  display: none; }

.l-index-search {
  height: 60px;
  padding: 15px 20px; }
  .l-index-search .l-index-search__search-box {
    flex: 1 0; }

.c-index-search {
  background-color: var(--index-search-background-color); }
  .c-index-search .c-index-search__logo {
    flex: 0 0 100px;
    margin-right: 20px; }

@media (max-width: 400px) {
  .l-index-search .l-index-search__logo {
    width: auto; } }

.o-tmp-line {
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(to right, #F18360, #427BFF); }

.o-arrow-right {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #8D8F95;
  border-top: 4px solid transparent; }

.o-arrow-right--air-1 {
  border-left-color: #95B359; }

.o-arrow-right--air-2 {
  border-left-color: #A9A538; }

.o-arrow-right--air-3 {
  border-left-color: #E0991D; }

.o-arrow-right--air-4 {
  border-left-color: #D96161; }

.o-arrow-right--air-5 {
  border-left-color: #A257D0; }

.o-arrow-right--air-6 {
  border-left-color: #D94371; }

.c-index-forecast30 {
  display: block;
  padding: 30px 20px 20px;
  border-radius: 16px;
  border: 1px solid var(--card-border-color);
  background-color: var(--card-background-color); }
  .c-index-forecast30 .qweather-arrow-right {
    flex: 0 0 16px;
    width: 0;
    height: 16px; }
  .c-index-forecast30 .index-forecast30-cont {
    flex: 1 0 auto;
    width: 0;
    margin-right: 14px;
    text-align: center; }
    .c-index-forecast30 .index-forecast30-cont > h2 {
      font-size: 18px;
      font-weight: 400;
      color: var(--text-black-1);
      margin-bottom: 12px; }
    .c-index-forecast30 .index-forecast30-cont > p {
      min-height: 72px;
      font-size: 15px;
      line-height: 1.5;
      color: var(--index-forecast30-txt-color); }

@media (max-width: 459px) {
  .c-index-forecast30 {
    padding: 30px 16px 20px; } }

.c-index-cloud {
  display: block;
  height: 180px;
  border-radius: 16px;
  padding: 0 0 0 32px;
  text-align: left;
  background: transparent url("../images/index/index-cloud.png") no-repeat center;
  background-size: cover; }
  .c-index-cloud .c-index-cloud__title {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.65);
    line-height: 16px; }
  .c-index-cloud .c-index-cloud__desc {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    line-height: 30px; }
    .c-index-cloud .c-index-cloud__desc span {
      display: inline-block;
      color: #FFA900; }

@media (max-width: 413px) {
  .c-index-cloud {
    height: 144px;
    padding: 0 0 0 26px; } }

.c-index-air {
  display: block;
  padding: 24px 12px 20px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  border-radius: 16px;
  text-align: center; }
  .c-index-air .c-index-air__bg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url("../images/communal/icon-all.png");
    background-size: 360px;
    background-position: left -24px;
    background-repeat: no-repeat; }
  .c-index-air .c-index-air__level {
    margin-top: 24px;
    color: var(--text-black-2);
    font-size: 16px;
    line-height: 26px;
    font-weight: normal; }
  .c-index-air .c-index-air__value {
    font-size: 28px;
    line-height: 40px;
    color: #dddddd; }
  .c-index-air .c-index-air__value--1 {
    color: #95B359; }
  .c-index-air .c-index-air__value--2 {
    color: #A9A538; }
  .c-index-air .c-index-air__value--3 {
    color: #E0991D; }
  .c-index-air .c-index-air__value--4 {
    color: #D96161; }
  .c-index-air .c-index-air__value--5 {
    color: #A257D0; }
  .c-index-air .c-index-air__value--6 {
    color: #D94371; }

@media (max-width: 639px) {
  .c-index-air .c-index-air__value {
    font-size: 24px;
    line-height: 34px; } }

.c-index-warning {
  display: block;
  padding: 24px 12px 20px;
  background-color: var(--index-warning-background-color);
  border-radius: 16px;
  text-align: center; }
  .c-index-warning .c-index-warning__bg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url("../images/communal/icon-all.png");
    background-size: 360px;
    background-position: -100px -24px;
    background-repeat: no-repeat; }
  .c-index-warning .c-index-warning__name {
    margin-top: 24px;
    color: var(--text-black-2);
    font-size: 16px;
    line-height: 26px;
    font-weight: normal; }
  .c-index-warning .c-index-warning__value {
    font-size: 28px;
    line-height: 40px;
    color: #F18360; }

@media (max-width: 639px) {
  .c-index-warning .c-index-warning__value {
    font-size: 24px;
    line-height: 34px; } }

.c-index-app {
  background-image: -webkit-radial-gradient(circle farthest-side at 90px 45px, #F7ECFE, #C7E2FF);
  background-image: -o-radial-gradient(circle farthest-side at 90px 45px, #F7ECFE, #C7E2FF);
  background-image: -moz-radial-gradient(circle farthest-side at 90px 45px, #F7ECFE, #C7E2FF);
  background-image: radial-gradient(circle farthest-side at 90px 45px, #F7ECFE, #C7E2FF);
  border-radius: 16px;
  height: 180px;
  padding: 0 0 0 32px; }
  .c-index-app .c-index-app__container {
    flex: 1 0 auto;
    width: 0; }
    .c-index-app .c-index-app__container > h3 {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: var(--text-black-1); }
    .c-index-app .c-index-app__container > p {
      margin-top: 17px;
      font-size: 16px;
      color: var(--text-black-2);
      line-height: 1.5; }
  .c-index-app .c-index-app__img {
    flex: 0 0 214px;
    width: 0;
    padding: 12px 0 0; }

.theme--dark .c-index-app {
  background-image: -webkit-linear-gradient(to bottom, #2D4D8D, #0F123E 80%);
  background-image: -o-linear-gradient(to bottom, #2D4D8D, #0F123E 80%);
  background-image: -moz-linear-gradient(to bottom, #2D4D8D, #0F123E 80%);
  background-image: linear-gradient(to bottom, #2D4D8D, #0F123E 80%); }

@media (max-width: 425px) {
  .c-index-app {
    height: 144px;
    padding: 0 0 0 20px; }
    .c-index-app .c-index-app__container > p {
      margin-top: 11px; }
    .c-index-app .c-index-app__img {
      flex: 0 0 172px;
      padding: 10px 0 0; } }

.c-index-plugin {
  background-color: #272D35;
  border-radius: 16px;
  height: 180px;
  padding: 0 24px 0 32px; }
  .c-index-plugin .c-index-plugin__container {
    flex: 1 0 auto;
    width: 0; }
    .c-index-plugin .c-index-plugin__container > h3 {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      color: white; }
    .c-index-plugin .c-index-plugin__container > p {
      margin-top: 13px;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.65);
      line-height: 1.5; }
  .c-index-plugin .c-index-plugin__img {
    flex: 0 0 178px;
    width: 0;
    padding: 31px 0 0;
    margin-left: 23px; }

.theme--dark .c-index-plugin {
  background-image: -webkit-linear-gradient(130deg, #47162C, #000000 80%);
  background-image: -o-linear-gradient(130deg, #47162C, #000000 80%);
  background-image: -moz-linear-gradient(130deg, #47162C, #000000 80%);
  background-image: linear-gradient(130deg, #47162C, #000000 80%); }

@media (max-width: 425px) {
  .c-index-plugin {
    height: 144px;
    padding: 0 9px 0 20px; }
    .c-index-plugin .c-index-plugin__container > p {
      margin-top: 12px;
      font-size: 15px; }
    .c-index-plugin .c-index-plugin__img {
      flex: 0 0 142px;
      padding: 26px 0 0;
      margin-left: 12px; } }

.c-index-sub-link {
  padding: 6px 0 22px;
  margin-left: 0;
  margin-right: 0; }
  .c-index-sub-link > div[class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .c-index-sub-link .c-index-sub-link__item {
    display: block;
    border-radius: 16px;
    margin: 16px 0;
    text-align: center; }
    .c-index-sub-link .c-index-sub-link__item .index-sub-link__bg {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      background-image: url("../images/communal/icon-all.png");
      background-size: 340px;
      background-repeat: no-repeat; }
      .c-index-sub-link .c-index-sub-link__item .index-sub-link__bg.weather {
        background-position: -4px bottom; }
      .c-index-sub-link .c-index-sub-link__item .index-sub-link__bg.air {
        background-position: -72px bottom; }
      .c-index-sub-link .c-index-sub-link__item .index-sub-link__bg.warning {
        background-position: -140px bottom; }
      .c-index-sub-link .c-index-sub-link__item .index-sub-link__bg.map {
        background-position: -208px bottom; }
      .c-index-sub-link .c-index-sub-link__item .index-sub-link__bg.imagery {
        background-position: -276px bottom; }
    .c-index-sub-link .c-index-sub-link__item .c-index-sub-link__title {
      font-size: 15px;
      font-weight: 500;
      line-height: 16px;
      color: var(--text-black-1); }

.l-index-left {
  height: 100%;
  padding: 60px 16px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative; }
  .l-index-left::-webkit-scrollbar {
    display: none; }
  .l-index-left .l-index-left__search {
    margin-left: -16px;
    position: fixed;
    top: 0;
    width: 460px;
    background-color: var(--index-background-color);
    z-index: 100; }
    .l-index-left .l-index-left__search + .zy-container > div {
      margin: 0 auto 12px; }
    .l-index-left .l-index-left__search + .zy-container > ins {
      margin: 0 0 12px; }
  .l-index-left .l-index-left__row {
    margin-bottom: 12px; }
    .l-index-left .l-index-left__row + .zy-container > div {
      margin: 0 auto 12px; }
    .l-index-left .l-index-left__row + .zy-container > ins {
      margin: 0 0 12px; }
  .l-index-left .l-index-left__air-warning .l-index-left__air {
    padding-right: 5px; }
  .l-index-left .l-index-left__air-warning .l-index-left__warning {
    padding-left: 5px; }
  .l-index-left .l-index-left__sub-link + .zy-container > div {
    margin: 0 auto 12px; }
  .l-index-left .l-index-left__sub-link + .zy-container > ins {
    margin: 0 0 12px; }

@media (max-width: 540px) {
  .l-index-left .l-index-left__sub-link + .zy-container > div {
    margin: 0 auto 12px; }
  .l-index-left .l-index-left__sub-link + .zy-container > ins {
    margin: 0 0 12px; } }

@media (max-width: 459px) {
  .l-index-left {
    padding: 72px 16px 0; }
    .l-index-left .l-index-left__search {
      width: 100%; } }

.o-menu-icon {
  width: 14px;
  display: inline-block;
  vertical-align: middle; }
  .o-menu-icon .o-menu-icon__line {
    height: 2px;
    width: 100%;
    line-height: 1;
    font-size: 1px;
    border-radius: 1px;
    background-color: var(--object-menu-icon-background-color); }
    .o-menu-icon .o-menu-icon__line + .o-menu-icon__line {
      margin-top: 3px; }

.c-index-right-menu .c-index-right-menu-list {
  flex: 1 0;
  background-color: var(--index-menu-list-background-color);
  border-radius: 24px;
  margin: 0 16px 0 0;
  padding: 0 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.44); }
  .c-index-right-menu .c-index-right-menu-list > li {
    height: 100%; }
    .c-index-right-menu .c-index-right-menu-list > li > a {
      display: block;
      font-size: 14px;
      color: var(--text-black-1);
      height: 100%; }
      .c-index-right-menu .c-index-right-menu-list > li > a .phone-icon {
        width: 10px;
        height: 14px;
        background-image: url("../images/communal/icon-all.png");
        background-size: 330px;
        background-repeat: no-repeat; }
        .c-index-right-menu .c-index-right-menu-list > li > a .phone-icon.img-block--light {
          background-position: -9px 0; }
        .c-index-right-menu .c-index-right-menu-list > li > a .phone-icon.img-block--dark {
          background-position: left 0; }
      .c-index-right-menu .c-index-right-menu-list > li > a span.point {
        display: block;
        width: 6px;
        height: 6px;
        background-color: #FE4040;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: 0; }
      .c-index-right-menu .c-index-right-menu-list > li > a:hover {
        color: var(--index-menu-list-hover-color); }
    .c-index-right-menu .c-index-right-menu-list > li:last-child > a {
      position: relative;
      padding-right: 10px; }

.c-index-right-menu .c-index-right-menu-select {
  margin-right: 16px;
  padding: 5px 10px;
  background-color: var(--index-menu-select-background-color);
  border-radius: 24px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.44); }
  .c-index-right-menu .c-index-right-menu-select .index-right-menu-select__btn {
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    color: var(--text-black-1);
    border-radius: 0;
    border-right: 1px solid var(--index-menu-select-border-right-color); }
    .c-index-right-menu .c-index-right-menu-select .index-right-menu-select__btn .icon-img {
      width: 18px;
      height: 18px;
      background-image: url("../images/communal/icon-all.png");
      background-size: 380px;
      background-repeat: no-repeat;
      margin-right: 5px; }
      .c-index-right-menu .c-index-right-menu-select .index-right-menu-select__btn .icon-img.img-block--light {
        background-position: -37px top; }
      .c-index-right-menu .c-index-right-menu-select .index-right-menu-select__btn .icon-img.img-block--dark {
        background-position: -21px top; }
    .c-index-right-menu .c-index-right-menu-select .index-right-menu-select__btn:focus {
      box-shadow: none; }
  .c-index-right-menu .c-index-right-menu-select > .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    min-width: 130px;
    box-shadow: none;
    background-color: var(--index-menu--dropdown-menu-background-color); }
    .c-index-right-menu .c-index-right-menu-select > .dropdown-menu > li a {
      display: block;
      padding: 6px 15px;
      font-weight: 400;
      font-size: 14px;
      color: var(--text-black-1);
      white-space: nowrap; }
      .c-index-right-menu .c-index-right-menu-select > .dropdown-menu > li a > i {
        display: inline-block;
        width: 20px;
        color: #427BFF; }

.c-index-right-menu .c-index-right-menu__more {
  padding: 0 5px 0 11px;
  font-size: 14px;
  color: var(--text-black-1); }
  .c-index-right-menu .c-index-right-menu__more > span {
    margin-right: 9px; }

@media (max-width: 1024px) {
  .c-index-right-menu .c-index-right-menu-list {
    margin-right: 10px; }
  .c-index-right-menu .c-index-right-menu-select {
    margin-right: 10px; }
    .c-index-right-menu .c-index-right-menu-select .index-right-menu-select__btn {
      display: none !important; } }

@media (max-width: 900px) {
  .c-index-right-menu .c-index-right-menu-list {
    display: none !important; } }

.c-index-right {
  height: 100%;
  position: relative; }
  .c-index-right > iframe {
    width: 100%;
    height: 100%; }
  .c-index-right .c-index-right__menu {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1000;
    max-width: 635px;
    padding: 0 0 0 40px; }

.l-page-index {
  background-color: var(--index-background-color);
  margin: 0;
  height: 100%;
  position: relative; }
  .l-page-index .l-page-index__left,
  .l-page-index .l-page-index__right {
    padding: 0;
    margin: 0; }
  .l-page-index .l-page-index__left {
    height: 100%;
    max-width: 460px; }
  .l-page-index .l-page-index__right {
    flex: 1 0; }

@media (max-width: 639px) {
  .l-page-index .l-page-index__left {
    margin: 0 auto; }
  .l-page-index .l-page-index__right {
    display: none; } }

.c-city-weather-current {
  border: none;
  border-radius: 16px; }
  .c-city-weather-current .current-weather__bg {
    padding: 24px 30px;
    background-size: 540px auto;
    background-repeat: no-repeat;
    background-position: right top; }
  .c-city-weather-current .current-time {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: var(--text-black-2);
    text-align: right; }
  .c-city-weather-current .current-live {
    margin-top: 6px;
    white-space: nowrap; }
    .c-city-weather-current .current-live .current-live__item {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 50%;
      max-width: 50%; }
      .c-city-weather-current .current-live .current-live__item:first-child {
        text-align: right; }
      .c-city-weather-current .current-live .current-live__item:last-child {
        text-align: left; }
        .c-city-weather-current .current-live .current-live__item:last-child p {
          font-size: 52px;
          line-height: 1; }
          .c-city-weather-current .current-live .current-live__item:last-child p:nth-of-type(2) {
            font-size: 22px;
            font-weight: 500; }
      .c-city-weather-current .current-live .current-live__item > a {
        display: inline-block;
        max-width: 100%; }
      .c-city-weather-current .current-live .current-live__item img {
        display: inline-block;
        width: 110px;
        height: 110px; }
      .c-city-weather-current .current-live .current-live__item p {
        color: var(--text-black-1);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .c-city-weather-current .current-live .current-live__item > .air-tag {
        position: absolute;
        top: -9px;
        right: 0; }
  .c-city-weather-current .current-abstract {
    margin: 26px auto 30px;
    max-width: 514px;
    min-height: 32px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: var(--text-black-1); }
  .c-city-weather-current .live-warning {
    padding: 13px 24px 11px 20px;
    border-radius: 12px;
    background-color: var(--city-weather-current-background-color);
    margin: 0 0 10px; }
    .c-city-weather-current .live-warning > span {
      font-size: 15px;
      line-height: 1.5;
      color: var(--text-black-1); }
    .c-city-weather-current .live-warning > i {
      color: var(--text-black-2); }
  .c-city-weather-current .current-basic {
    height: 84px;
    padding: 0 24px;
    border-radius: 12px;
    background-color: var(--city-weather-current-background-color); }
    .c-city-weather-current .current-basic .current-basic___item > p {
      font-size: 18px;
      font-weight: 500;
      line-height: 20px;
      color: var(--text-black-1);
      white-space: nowrap; }
      .c-city-weather-current .current-basic .current-basic___item > p:last-child {
        margin-top: 7px;
        font-size: 15px;
        font-weight: normal;
        line-height: 16px;
        color: var(--text-black-2); }
  .c-city-weather-current .current-weather__bg.index {
    padding: 20px;
    background-size: 346px auto; }
    .c-city-weather-current .current-weather__bg.index .current-weather__location > div h1, .c-city-weather-current .current-weather__bg.index .current-weather__location > div span {
      display: inline-block;
      vertical-align: middle; }
    .c-city-weather-current .current-weather__bg.index .current-weather__location > div h1 {
      font-weight: normal;
      font-size: 18px;
      margin-right: 10px;
      line-height: 1;
      color: var(--text-black-1); }
    .c-city-weather-current .current-weather__bg.index .current-weather__location > div span {
      font-size: 12px;
      font-weight: 300;
      line-height: 18px;
      color: var(--text-black-2); }
    .c-city-weather-current .current-weather__bg.index .current-weather__location .current-time {
      font-size: 12px; }
    .c-city-weather-current .current-weather__bg.index .current-live {
      margin-top: 32px; }
      .c-city-weather-current .current-weather__bg.index .current-live .current-live__item:last-child p {
        font-size: 40px; }
        .c-city-weather-current .current-weather__bg.index .current-live .current-live__item:last-child p:nth-of-type(2) {
          font-size: 16px; }
      .c-city-weather-current .current-weather__bg.index .current-live .current-live__item img {
        width: 78px;
        height: 78px; }
      .c-city-weather-current .current-weather__bg.index .current-live .current-live__item > .air-tag {
        top: -35px; }
    .c-city-weather-current .current-weather__bg.index .current-abstract {
      max-width: 100%;
      min-height: 48px;
      margin: 16px auto 24px; }
      .c-city-weather-current .current-weather__bg.index .current-abstract > a {
        display: inline-block;
        font-size: inherit;
        line-height: 1.5;
        font-weight: inherit;
        color: inherit;
        margin: 0; }
    .c-city-weather-current .current-weather__bg.index .live-warning > span {
      font-size: 14px; }
    .c-city-weather-current .current-weather__bg.index .current-basic {
      height: 70px;
      padding: 0 21px; }
      .c-city-weather-current .current-weather__bg.index .current-basic .current-basic___item > p {
        font-size: 16px;
        line-height: 1; }
        .c-city-weather-current .current-weather__bg.index .current-basic .current-basic___item > p:last-child {
          font-size: 15px; }

.city-weather-sun {
  background-image: -webkit-linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb);
  background-image: -o-linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb);
  background-image: -moz-linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb);
  background-image: linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb); }
  .city-weather-sun .current-weather__bg {
    background-image: none; }

.city-weather-cloudy {
  background-image: -webkit-linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5);
  background-image: -o-linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5);
  background-image: -moz-linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5);
  background-image: linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5); }
  .city-weather-cloudy .current-weather__bg {
    background-image: url("../images/city-weather/cloudy--day.png"); }

.city-weather-rain {
  background-image: -webkit-linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD);
  background-image: -o-linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD);
  background-image: -moz-linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD);
  background-image: linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD); }
  .city-weather-rain .current-weather__bg {
    background-image: url("../images/city-weather/rain--day.png"); }

.city-weather-snow {
  background-image: -webkit-linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED);
  background-image: -o-linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED);
  background-image: -moz-linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED);
  background-image: linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED); }
  .city-weather-snow .current-weather__bg {
    background-image: url("../images/city-weather/snow--day.png"); }

.city-weather-haze {
  background-image: -webkit-linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc);
  background-image: -o-linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc);
  background-image: -moz-linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc);
  background-image: linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc); }
  .city-weather-haze .current-weather__bg {
    background-image: url("../images/city-weather/haze--day.png"); }

.theme--dark .city-weather-sun {
  background-image: -webkit-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: -o-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: -moz-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: linear-gradient(225deg, #2A427F, #1B2751); }
  .theme--dark .city-weather-sun .current-weather__bg {
    background-image: none; }

.theme--dark .city-weather-cloudy {
  background-image: -webkit-linear-gradient(225deg, #8089a5, #424c66);
  background-image: -o-linear-gradient(225deg, #8089a5, #424c66);
  background-image: -moz-linear-gradient(225deg, #8089a5, #424c66);
  background-image: linear-gradient(225deg, #8089a5, #424c66); }
  .theme--dark .city-weather-cloudy .current-weather__bg {
    background-image: url("../images/city-weather/cloudy--night.png"); }

.theme--dark .city-weather-rain {
  background-image: -webkit-linear-gradient(225deg, #2C4A77, #1F3B59);
  background-image: -o-linear-gradient(225deg, #2C4A77, #1F3B59);
  background-image: -moz-linear-gradient(225deg, #2C4A77, #1F3B59);
  background-image: linear-gradient(225deg, #2C4A77, #1F3B59); }
  .theme--dark .city-weather-rain .current-weather__bg {
    background-image: url("../images/city-weather/rain--night.png"); }

.theme--dark .city-weather-snow {
  background-image: -webkit-linear-gradient(225deg, #18779e, #0d3f54);
  background-image: -o-linear-gradient(225deg, #18779e, #0d3f54);
  background-image: -moz-linear-gradient(225deg, #18779e, #0d3f54);
  background-image: linear-gradient(225deg, #18779e, #0d3f54); }
  .theme--dark .city-weather-snow .current-weather__bg {
    background-image: url("../images/city-weather/snow--night.png"); }

.theme--dark .city-weather-haze {
  background-image: -webkit-linear-gradient(225deg, #8f8d52, #2b333c);
  background-image: -o-linear-gradient(225deg, #8f8d52, #2b333c);
  background-image: -moz-linear-gradient(225deg, #8f8d52, #2b333c);
  background-image: linear-gradient(225deg, #8f8d52, #2b333c); }
  .theme--dark .city-weather-haze .current-weather__bg {
    background-image: url("../images/city-weather/haze--night.png"); }

@media (max-width: 879px) {
  .c-city-weather-current .current-weather__bg {
    background-size: 432px auto; } }

@media (max-width: 739px) {
  .c-city-weather-current .current-weather__bg {
    padding: 16px 20px 20px;
    background-size: 346px auto; }
  .c-city-weather-current .current-time {
    font-size: 12px; }
  .c-city-weather-current .current-live {
    margin-top: 32px; }
    .c-city-weather-current .current-live .current-live__item:last-child p {
      font-size: 40px; }
      .c-city-weather-current .current-live .current-live__item:last-child p:nth-of-type(2) {
        font-size: 16px; }
    .c-city-weather-current .current-live .current-live__item img {
      width: 78px;
      height: 78px; }
    .c-city-weather-current .current-live .current-live__item > .air-tag {
      top: -35px; }
  .c-city-weather-current .current-abstract {
    max-width: 100%;
    min-height: 48px;
    margin: 16px auto 24px; }
  .c-city-weather-current .live-warning > span {
    font-size: 14px; }
  .c-city-weather-current .current-basic {
    height: 70px;
    padding: 0 21px; }
    .c-city-weather-current .current-basic .current-basic___item > p {
      font-size: 16px;
      line-height: 1; }
      .c-city-weather-current .current-basic .current-basic___item > p:last-child {
        font-size: 15px; } }

.c-city-weather-hour24 {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 0 24px; }
  .c-city-weather-hour24 .city-hour24__chart {
    margin: 10px 20px 5px;
    height: 153px; }
  .c-city-weather-hour24 .hour24 {
    padding: 0 22px 0 26px; }
    .c-city-weather-hour24 .hour24 .hour24__item > img {
      display: block;
      margin: 0 auto;
      width: 28px;
      height: auto;
      padding: 4px 0; }
    .c-city-weather-hour24 .hour24 .hour24__item > span {
      display: block;
      font-size: 14px;
      color: var(--text-black-2);
      line-height: 16px;
      margin-top: 4px; }
    .c-city-weather-hour24 .hour24 .hour24__item > i {
      display: block;
      margin-top: 10px;
      font-size: 12px;
      color: var(--city-weather-hour24-wind-color);
      transform: rotate(-45deg); }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-hour24 {
    padding: 30px 0 16px; }
    .c-city-weather-hour24 .hour24 {
      padding: 0 23px 0 29px; }
      .c-city-weather-hour24 .hour24 > img {
        padding: 3px 0;
        width: 24px;
        height: auto; }
      .c-city-weather-hour24 .hour24 > span {
        font-size: 14px; } }

@media (max-width: 512px) {
  .c-city-weather-hour24 {
    padding: 30px 0 16px; }
    .c-city-weather-hour24 .hour24 {
      padding: 0 23px 0 29px; }
      .c-city-weather-hour24 .hour24 > img {
        padding: 3px 0;
        width: 24px;
        height: auto; }
      .c-city-weather-hour24 .hour24 > span {
        font-size: 14px; } }

.c-map-container {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .c-map-container #he-map-container {
    height: 300px; }
  .c-map-container .fullscreen {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 17px 7px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 10px;
    background-color: #333B46;
    z-index: 400; }
    .c-map-container .fullscreen .fullscreen__image {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
    .c-map-container .fullscreen .fullscreen__text {
      font-size: 12px;
      font-weight: 300;
      line-height: 16px;
      color: white; }

.o-tmp-line {
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(to right, #F18360, #427BFF); }

.o-arrow-right {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #8D8F95;
  border-top: 4px solid transparent; }

.o-arrow-right--air-1 {
  border-left-color: #95B359; }

.o-arrow-right--air-2 {
  border-left-color: #A9A538; }

.o-arrow-right--air-3 {
  border-left-color: #E0991D; }

.o-arrow-right--air-4 {
  border-left-color: #D96161; }

.o-arrow-right--air-5 {
  border-left-color: #A257D0; }

.o-arrow-right--air-6 {
  border-left-color: #D94371; }

.c-city-weather-forecast {
  padding: 30px 0 20px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-city-weather-forecast .city-weather-forecast__tabs {
    margin-top: 28px;
    padding: 0 24px; }
    .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row {
      padding: 9px 0;
      margin-top: 6px; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg {
        flex: 0 0 143px;
        width: 0;
        white-space: nowrap;
        margin: 0 41px 0 0; }
        .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .date {
          display: inline-block;
          vertical-align: middle;
          width: 55px;
          white-space: nowrap; }
          .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .date > p {
            font-size: 18px;
            line-height: 1;
            color: var(--text-black-1); }
            .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .date > p:last-child {
              font-size: 15px;
              line-height: 16px;
              color: var(--text-black-2);
              margin-top: 4px; }
        .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .icon {
          display: inline-block;
          vertical-align: middle;
          width: 30px;
          height: auto;
          margin: 0 0 0 58px; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .tmp-line-bg {
        flex: 1 0;
        width: 0; }
        .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .tmp-line-bg .space {
          width: 0;
          max-width: calc(100% - 95px); }
        .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .tmp-line-bg .tmp-cont {
          flex: 1 0;
          width: 0;
          min-width: 95px; }
        .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .tmp-line-bg .temp {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-weight: 500;
          line-height: 1;
          color: var(--text-black-1);
          white-space: nowrap;
          text-align: right;
          flex: 0 0 42px;
          padding-right: 4px;
          padding-left: 0;
          width: 0; }
          .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .tmp-line-bg .temp.last {
            text-align: left;
            padding-left: 4px;
            padding-right: 0; }
        .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .tmp-line-bg .tmp-line {
          display: inline-block;
          vertical-align: middle;
          height: 5px;
          border-radius: 5px;
          margin: 0;
          background-image: -webkit-linear-gradient(to right, #F18360, #427BFF);
          background-image: -o-linear-gradient(to right, #F18360, #427BFF);
          background-image: -moz-linear-gradient(to right, #F18360, #427BFF);
          background-image: linear-gradient(to right, #F18360, #427BFF);
          flex: 1 0;
          width: 0; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .qweather-arrow-right {
        flex: 0 0 16px;
        height: 16px;
        margin: 0 0 0 20px; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row:first-child {
        margin: 0; }
  .c-city-weather-forecast .more {
    margin-top: 20px;
    padding: 19px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-city-weather-forecast .more > a {
      font-size: 16px;
      line-height: 16px;
      color: #427BFF; }
  .c-city-weather-forecast.index {
    padding: 20px 0; }
    .c-city-weather-forecast.index > .qweather-title {
      display: none; }
    .c-city-weather-forecast.index .more {
      display: none; }
    .c-city-weather-forecast.index .city-weather-forecast__tabs {
      margin: 0;
      padding: 0 20px; }
      .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row {
        padding: 10px 0; }
        .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg {
          flex: 0 0 113px;
          margin: 0 16.5px 0 0; }
          .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .date > p {
            font-size: 16px; }
          .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .icon {
            margin: 0 0 0 28px; }
        .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .qweather-arrow-right {
          margin: 0 0 0 26.5px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-forecast .city-weather-forecast__tabs {
    margin-top: 17px;
    padding: 0 16px; }
    .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg {
      flex: 0 0 103px;
      margin: 0 16.5px 0 0; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .date > p {
        font-size: 16px; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .icon {
        margin: 0 0 0 18px; }
    .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .qweather-arrow-right {
      margin: 0 0 0 14px; }
  .c-city-weather-forecast .more {
    margin-top: 16px;
    padding: 13px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-city-weather-forecast .more > a {
      font-size: 15px; } }

@media (max-width: 512px) {
  .c-city-weather-forecast .city-weather-forecast__tabs {
    margin-top: 17px;
    padding: 0 16px; }
    .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg {
      flex: 0 0 103px;
      margin: 0 16.5px 0 0; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .date > p {
        font-size: 16px; }
      .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .icon {
        margin: 0 0 0 18px; }
    .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .qweather-arrow-right {
      margin: 0 0 0 14px; }
  .c-city-weather-forecast .more {
    margin-top: 16px;
    padding: 13px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-city-weather-forecast .more > a {
      font-size: 15px; } }

@media (max-width: 374px) {
  .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg {
    flex: 0 0 90px;
    margin: 0 5px 0 0; }
    .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .icon {
      margin: 0 0 0 5px; }
  .c-city-weather-forecast.index .city-weather-forecast__tabs .city-forecast-tabs__row .qweather-arrow-right {
    margin: 0 0 0 5px; }
  .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg {
    flex: 0 0 90px;
    margin: 0 5px 0 0; }
    .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .date-bg .icon {
      margin: 0 0 0 5px; }
  .c-city-weather-forecast .city-weather-forecast__tabs .city-forecast-tabs__row .qweather-arrow-right {
    margin: 0 0 0 5px; } }

.c-city-weather-rank {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-weather-rank > .qweather-select {
    margin-top: 28px; }
  .c-city-weather-rank .city-weather-rank__tabs {
    padding: 20px 20px 0; }
    .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row {
      height: 40px;
      text-align: center;
      border-bottom: 1px solid var(--city-weaether-rank-select-border-color); }
      .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__num {
        width: 19%; }
      .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__city {
        flex: 1 0; }
      .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__data {
        width: 30%; }
      .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt {
        font-size: 16px;
        color: var(--text-black-1);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt > a {
          color: inherit;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt > span {
          display: inline-block;
          white-space: nowrap;
          font-size: 14px;
          border-radius: 4px;
          text-align: center;
          line-height: 22px;
          color: white;
          width: 65px; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt .air-level--1 {
          background-color: #95B359; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt .air-level--2 {
          background-color: #A9A538; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt .air-level--3 {
          background-color: #E0991D; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt .air-level--4 {
          background-color: #D96161; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt .air-level--5 {
          background-color: #A257D0; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row .city-rank-tabs__txt .air-level--6 {
          background-color: #D94371; }
      .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row:first-child {
        height: 34px;
        border-bottom: none; }
        .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row:first-child .city-rank-tabs__txt {
          font-size: 14px;
          color: var(--text-black-2); }
      .c-city-weather-rank .city-weather-rank__tabs .city-rank-tabs__row:last-child {
        border-bottom: none; }

@media (max-width: 739px) {
  .c-city-weather-rank {
    max-width: none; } }

@media (max-width: 512px) {
  .c-city-weather-rank .city-weather-rank__tabs {
    padding: 20px 16px 0; } }

.c-city-weather-air {
  padding: 30px 0 20px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-city-weather-air .city-air__cont {
    margin: 45px 0 0;
    padding: 0 55px; }
    .c-city-weather-air .city-air__cont .city-air__chart {
      margin-right: 27px; }
      .c-city-weather-air .city-air__cont .city-air__chart .canvas {
        width: 140px;
        height: 140px;
        background-image: url("../images/communal/city-icon.png");
        background-repeat: no-repeat;
        background-size: 438px;
        background-position: -302px top; }
      .c-city-weather-air .city-air__cont .city-air__chart .city-air-chart__txt {
        font-size: 18px;
        font-weight: 500;
        color: var(--text-black-1); }
    .c-city-weather-air .city-air__cont .city-air__list {
      flex: 1 0 auto;
      width: 0;
      max-width: 342px; }
      .c-city-weather-air .city-air__cont .city-air__list .city-air-list__row:last-child {
        margin-top: 24px; }
      .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item {
        flex: 1 1 33.33%;
        width: 0;
        max-width: 86px;
        margin-right: 10px;
        text-align: center; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item:last-child {
          margin: 0; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .value {
          display: inline-block;
          font-size: 18px;
          font-weight: 500;
          line-height: 1;
          color: var(--text-black-1);
          position: relative; }
          .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .value .primary {
            position: absolute;
            right: -15px;
            top: -20px;
            display: inline-block;
            font-size: 36px;
            color: #BFBB47; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .progress {
          margin: 5px 0;
          width: 100%;
          height: 5px;
          border-radius: 2px;
          background-color: var(--city-weaether-air-progress-color); }
          .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .progress .progress__value {
            width: 33.33%;
            height: 5px;
            border-radius: 2.5px; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .aqi-title {
          font-size: 15px;
          line-height: 16px;
          color: var(--text-black-2); }
  .c-city-weather-air .more {
    margin-top: 41px;
    padding: 19px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-city-weather-air .more > a {
      font-size: 16px;
      line-height: 16px;
      color: #427BFF; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-air .city-air__cont {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: stretch !important;
    -ms-flex-align: stretch !important;
    padding: 0 35px;
    margin: 36px 0 0; }
    .c-city-weather-air .city-air__cont .city-air__chart {
      margin: 0 auto; }
      .c-city-weather-air .city-air__cont .city-air__chart .canvas {
        width: 130px;
        height: 130px;
        background-size: 406px;
        background-position: -280px top; }
      .c-city-weather-air .city-air__cont .city-air__chart .city-air-chart__txt {
        margin-top: -7px;
        font-size: 18px; }
    .c-city-weather-air .city-air__cont .city-air__list {
      margin-top: 38px;
      flex: 1 0 auto;
      width: 100%;
      max-width: 100%; }
      .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item {
        max-width: 68px; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .value {
          font-size: 16px; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .aqi-title {
          font-size: 13px; }
  .c-city-weather-air .more {
    margin-top: 24px;
    padding: 13px 0 0; }
    .c-city-weather-air .more > a {
      font-size: 15px; } }

@media (max-width: 512px) {
  .c-city-weather-air .city-air__cont {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: stretch !important;
    -ms-flex-align: stretch !important;
    padding: 0 35px;
    margin: 36px 0 0; }
    .c-city-weather-air .city-air__cont .city-air__chart {
      margin: 0 auto; }
      .c-city-weather-air .city-air__cont .city-air__chart .canvas {
        width: 130px;
        height: 130px;
        background-size: 406px;
        background-position: -280px top; }
      .c-city-weather-air .city-air__cont .city-air__chart .city-air-chart__txt {
        margin-top: -7px;
        font-size: 18px; }
    .c-city-weather-air .city-air__cont .city-air__list {
      margin-top: 38px;
      flex: 1 0 auto;
      width: 100%;
      max-width: 100%; }
      .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item {
        max-width: 68px; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .value {
          font-size: 16px; }
        .c-city-weather-air .city-air__cont .city-air__list .city-air-list__item .aqi-title {
          font-size: 13px; }
  .c-city-weather-air .more {
    margin-top: 24px;
    padding: 13px 0 0; }
    .c-city-weather-air .more > a {
      font-size: 15px; } }

.c-city-weather-satellite {
  display: block;
  border-radius: 16px;
  background-color: #000001;
  padding: 30px 0 24px; }
  .c-city-weather-satellite .qweather-title {
    color: white; }
  .c-city-weather-satellite > img {
    display: block;
    margin: 18px auto 0;
    width: 176px;
    height: auto; }

.c-city-weather-sun-moon {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 0; }
  .c-city-weather-sun-moon .sun-moon-row {
    padding: 0 20px;
    margin: 30px 0 0; }
    .c-city-weather-sun-moon .sun-moon-row:nth-of-type(1) {
      border-bottom: 1px solid #D8D8D8;
      padding: 0 20px 30px; }
    .c-city-weather-sun-moon .sun-moon-row + .qweather-title {
      margin: 16px 0 0; }
  .c-city-weather-sun-moon .sun-moon__chart {
    flex: 1 0;
    width: 0;
    max-width: 400px;
    margin: 0 10px 0 0; }
    .c-city-weather-sun-moon .sun-moon__chart .jsChartSun, .c-city-weather-sun-moon .sun-moon__chart .jsChartMoon {
      height: 105px; }
  .c-city-weather-sun-moon .sun-moon__info {
    flex: 0 0 140px;
    width: 0; }
    .c-city-weather-sun-moon .sun-moon__info .sun-moon-info__row:last-child {
      margin: 15px 0 0; }
    .c-city-weather-sun-moon .sun-moon__info .sun-moon-info__row .sun-moon-info__item > p {
      font-size: 14px;
      line-height: 1;
      color: var(--text-black-2); }
      .c-city-weather-sun-moon .sun-moon__info .sun-moon-info__row .sun-moon-info__item > p:last-child {
        font-size: 16px;
        color: var(--text-black-1);
        margin: 10px 0 0; }
  .c-city-weather-sun-moon .city-sun-moon__phase {
    text-align: right;
    margin: 10px 0 0; }
    .c-city-weather-sun-moon .city-sun-moon__phase span, .c-city-weather-sun-moon .city-sun-moon__phase img {
      display: inline-block;
      vertical-align: middle; }
    .c-city-weather-sun-moon .city-sun-moon__phase > img {
      width: 25px;
      height: 25px;
      margin-right: 3px; }
    .c-city-weather-sun-moon .city-sun-moon__phase > span {
      font-size: 16px;
      line-height: 1;
      color: var(--text-black-1); }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-sun-moon .sun-moon-row {
    padding: 0 16px;
    flex-direction: column; }
  .c-city-weather-sun-moon .sun-moon__chart {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0; }
  .c-city-weather-sun-moon .sun-moon__info {
    flex: 1 0;
    width: 100%;
    max-width: 100%; }
    .c-city-weather-sun-moon .sun-moon__info .sun-moon-info__row:last-child {
      margin: 0; } }

@media (max-width: 512px) {
  .c-city-weather-sun-moon .sun-moon-row {
    padding: 0 16px;
    flex-direction: column; }
  .c-city-weather-sun-moon .sun-moon__chart {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0; }
  .c-city-weather-sun-moon .sun-moon__info {
    flex: 1 0;
    width: 100%;
    max-width: 100%; }
    .c-city-weather-sun-moon .sun-moon__info .sun-moon-info__row:last-child {
      margin: 0; } }

.c-city-weather-indices {
  border-radius: 16px;
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px;
  background-color: var(--card-background-color); }
  .c-city-weather-indices .city-indices__row {
    margin-top: 26px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important; }
    .c-city-weather-indices .city-indices__row .city-indices__item--bg {
      flex: 1 0 50%;
      width: 0;
      margin-bottom: 8px; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-of-type(2n+1) {
        padding-right: 4px; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-of-type(2n) {
        padding-left: 4px; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-last-of-type(1), .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-last-of-type(2) {
        margin: 0; }
    .c-city-weather-indices .city-indices__row .city-indices__item {
      border-radius: 16px;
      background-color: var(--city-weaether-indices-item-background-color);
      padding: 17px 16px; }
      .c-city-weather-indices .city-indices__row .city-indices__item .icon {
        width: 50px;
        height: 50px;
        margin-right: 14.5px;
        background-image: url("../images/communal/city-icon.png");
        background-repeat: no-repeat;
        background-size: 438px;
        border-radius: 50%; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.comf {
          background-position: -69px -4px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.cw {
          background-position: -129px -4px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.drsg {
          background-position: -189px -4px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.flu {
          background-position: -248px -4px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.sport {
          background-position: -69px -70px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.trav {
          background-position: -129px -70px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.uv {
          background-position: -188px -70px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.air {
          background-position: -248px -70px; }
      .c-city-weather-indices .city-indices__row .city-indices__item .city-indices__main {
        flex: 1 0 auto;
        width: 0; }
        .c-city-weather-indices .city-indices__row .city-indices__item .city-indices__main .indices-title {
          font-size: 18px;
          line-height: 1;
          color: var(--text-black-1); }
        .c-city-weather-indices .city-indices__row .city-indices__item .city-indices__main .indices-level {
          margin-top: 7px;
          font-size: 15px;
          line-height: 16px;
          color: var(--text-black-2); }
      .c-city-weather-indices .city-indices__row .city-indices__item .qweather-arrow-right {
        flex: 0 0 16px;
        height: 16px;
        margin-left: 8px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-indices {
    padding: 30px 16px 20px; }
    .c-city-weather-indices .city-indices__row .city-indices__item--bg {
      flex: 1 0 100%; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-of-type(2n+1) {
        padding-right: 0; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-of-type(2n) {
        padding-left: 0; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-last-of-type(2) {
        margin: 0 0 8px; }
    .c-city-weather-indices .city-indices__row .city-indices__item {
      padding: 15px 16px; }
      .c-city-weather-indices .city-indices__row .city-indices__item .icon {
        width: 40px;
        height: 40px;
        margin-right: 14px;
        background-size: 350px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.comf {
          background-position: -55px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.cw {
          background-position: -103px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.drsg {
          background-position: -151px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.flu {
          background-position: -199px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.sport {
          background-position: -55px -56px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.trav {
          background-position: -103px -56px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.uv {
          background-position: -151px -56px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.air {
          background-position: -199px -56px; }
      .c-city-weather-indices .city-indices__row .city-indices__item .qweather-arrow-right {
        flex: 0 0 14px;
        height: 14px;
        background-size: 254px;
        background-position: -36.5px top; } }

@media (max-width: 512px) {
  .c-city-weather-indices {
    padding: 30px 16px 20px; }
    .c-city-weather-indices .city-indices__row .city-indices__item--bg {
      flex: 1 0 100%; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-of-type(2n+1) {
        padding-right: 0; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-of-type(2n) {
        padding-left: 0; }
      .c-city-weather-indices .city-indices__row .city-indices__item--bg:nth-last-of-type(2) {
        margin: 0 0 8px; }
    .c-city-weather-indices .city-indices__row .city-indices__item {
      padding: 15px 16px; }
      .c-city-weather-indices .city-indices__row .city-indices__item .icon {
        width: 40px;
        height: 40px;
        margin-right: 14px;
        background-size: 350px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.comf {
          background-position: -55px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.cw {
          background-position: -103px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.drsg {
          background-position: -151px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.flu {
          background-position: -199px -3px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.sport {
          background-position: -55px -56px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.trav {
          background-position: -103px -56px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.uv {
          background-position: -151px -56px; }
        .c-city-weather-indices .city-indices__row .city-indices__item .icon.air {
          background-position: -199px -56px; }
      .c-city-weather-indices .city-indices__row .city-indices__item .qweather-arrow-right {
        flex: 0 0 14px;
        height: 14px;
        background-size: 254px;
        background-position: -36.5px top; } }

.c-city-weather-historical {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 0 20px; }
  .c-city-weather-historical .city-historical__chart {
    margin-top: 25px;
    padding: 0 20px;
    height: 280px; }
  .c-city-weather-historical .more {
    margin-top: 20px;
    padding: 19px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-city-weather-historical .more > a {
      font-size: 16px;
      line-height: 16px;
      color: #427BFF; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-historical .city-historical__chart {
    padding: 0; } }

.c-city-weather-around {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-weather-around > .qweather-tabs {
    margin-top: 28px; }

.c-city-weather-climate {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 40px 20px; }
  .c-city-weather-climate .city-climate__txt {
    margin: 18px auto 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--text-black-2); }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-climate {
    padding: 30px 16px 20px; } }

.c-product .c-product__row {
  margin-top: 20px; }
  .c-product .c-product__row:first-child {
    margin: 0; }

.c-product .product-item {
  display: block;
  border-radius: 16px;
  padding: 44px 0 0; }
  .c-product .product-item > h3, .c-product .product-item p {
    padding: 0 20px; }
  .c-product .product-item .product-txt {
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-black-2); }
  .c-product .product-item > img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 42px auto 0; }

.c-product .widget {
  background: -webkit-radial-gradient(circle farthest-corner at right bottom, #D8E0FF, #CFE5F7);
  background: -o-radial-gradient(circle farthest-corner at right bottom, #D8E0FF, #CFE5F7);
  background: -moz-radial-gradient(circle farthest-corner at right bottom, #D8E0FF, #CFE5F7);
  background: radial-gradient(circle farthest-corner at right bottom, #D8E0FF, #CFE5F7); }

.c-product .widget-null {
  background-color: #EFF1F7; }

.c-product .app {
  background: -webkit-radial-gradient(circle farthest-corner at 30% 30%, #F7ECFE, #C7E2FF);
  background: -o-radial-gradient(circle farthest-corner at 30% 30%, #F7ECFE, #C7E2FF);
  background: -moz-radial-gradient(circle farthest-corner at 30% 30%, #F7ECFE, #C7E2FF);
  background: radial-gradient(circle farthest-corner at 30% 30%, #F7ECFE, #C7E2FF); }

.c-product .api {
  background: -webkit-radial-gradient(circle farthest-corner at 95% 45%, #4B5769, #282F3C);
  background: -o-radial-gradient(circle farthest-corner at 95% 45%, #4B5769, #282F3C);
  background: -moz-radial-gradient(circle farthest-corner at 95% 45%, #4B5769, #282F3C);
  background: radial-gradient(circle farthest-corner at 95% 45%, #4B5769, #282F3C); }
  .c-product .api > h3 {
    color: white; }
  .c-product .api .product-txt {
    color: rgba(255, 255, 255, 0.65); }

.theme--dark .c-product .widget {
  background-image: -webkit-linear-gradient(170deg, #496E95, #092F43);
  background-image: -o-linear-gradient(170deg, #496E95, #092F43);
  background-image: -moz-linear-gradient(170deg, #496E95, #092F43);
  background-image: linear-gradient(170deg, #496E95, #092F43); }

.theme--dark .c-product .widget-null {
  background-image: -webkit-linear-gradient(170deg, #496E95, #092F43);
  background-image: -o-linear-gradient(170deg, #496E95, #092F43);
  background-image: -moz-linear-gradient(170deg, #496E95, #092F43);
  background-image: linear-gradient(170deg, #496E95, #092F43); }

.theme--dark .c-product .app {
  background-image: -webkit-linear-gradient(to bottom, #2D4D8D, #0F123E 80%);
  background-image: -o-linear-gradient(to bottom, #2D4D8D, #0F123E 80%);
  background-image: -moz-linear-gradient(to bottom, #2D4D8D, #0F123E 80%);
  background-image: linear-gradient(to bottom, #2D4D8D, #0F123E 80%); }

.theme--dark .c-product .api {
  background-image: -webkit-linear-gradient(130deg, #47162C, #000000 80%);
  background-image: -o-linear-gradient(130deg, #47162C, #000000 80%);
  background-image: -moz-linear-gradient(130deg, #47162C, #000000 80%);
  background-image: linear-gradient(130deg, #47162C, #000000 80%); }

@media (min-width: 740px) {
  .c-product--three {
    display: flex !important;
    display: -ms-flexbox !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
    .c-product--three .c-product__row {
      flex: 0 0 50%;
      margin: 0;
      padding: 0 6px; }
      .c-product--three .c-product__row:first-child {
        padding-left: 0; }
      .c-product--three .c-product__row:last-child {
        padding-right: 0; }
    .c-product--three .product-item {
      padding: 57px 0 0;
      height: 100%; }
      .c-product--three .product-item > h3, .c-product--three .product-item p {
        padding: 0; }
      .c-product--three .product-item .product-txt {
        width: 80%;
        margin: 16px auto 0;
        font-size: 16px;
        min-height: 40px; }
      .c-product--three .product-item > img {
        margin: 22px auto 0; } }

@media (max-width: 739px) {
  .c-product .c-product__row {
    margin-top: 12px; } }

.l-page-city-weather {
  padding: 40px 0 60px; }
  .l-page-city-weather .l-page-city-weather__current {
    margin-bottom: 20px; }

@media (max-width: 739px) {
  .l-page-city-weather {
    padding: 20px 0 30px; }
    .l-page-city-weather .l-page-city-weather__current {
      margin-bottom: 12px; }
    .l-page-city-weather .qweather-layout .qweather-menu {
      margin: 0; } }

.c-city-weather30d-calendar {
  border-radius: 16px;
  background-image: -webkit-radial-gradient(circle farthest-side at 10% 90%, #FFE8EA, #EDF3FF 70%, #EDF2FB);
  background-image: -o-radial-gradient(circle farthest-side at 10% 90%, #FFE8EA, #EDF3FF 70%, #EDF2FB);
  background-image: -moz-radial-gradient(circle farthest-side at 10% 90%, #FFE8EA, #EDF3FF 70%, #EDF2FB);
  background-image: radial-gradient(circle farthest-side at 10% 90%, #FFE8EA, #EDF3FF 70%, #EDF2FB);
  padding: 30px 20px 24px; }
  .c-city-weather30d-calendar .weather30d-calendar__abstract {
    margin: 0 auto;
    max-width: 720px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-1);
    min-height: 52px; }
  .c-city-weather30d-calendar .weather30d-calendar__row {
    margin-top: 16px; }
  .c-city-weather30d-calendar .calendar {
    flex: 1 0 auto;
    width: 0; }
    .c-city-weather30d-calendar .calendar .calendar__week {
      height: 16px;
      margin-bottom: 12px; }
      .c-city-weather30d-calendar .calendar .calendar__week > p {
        flex: 0 0 14.28%;
        width: 0;
        font-size: 13px;
        line-height: 16px;
        color: var(--text-black-1);
        text-align: center; }
    .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg {
      width: 14.28%;
      padding: 0 5px 0 0;
      margin: 5px 0 0;
      min-height: 100%; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(1), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(2), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(3), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(4), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(5), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(6), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(7) {
        margin: 0; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(7), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(14), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(21), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(28), .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--bg:nth-of-type(35) {
        padding: 0; }
    .c-city-weather30d-calendar .calendar .calendar__month .calendar__date {
      display: block;
      min-height: 100%;
      border-radius: 8px;
      border: 1px solid transparent;
      padding: 2px 7px 4px 10px;
      background-color: var(--city-weather30-calendar-date-background-color); }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date:hover {
        border-color: #427BFF;
        background-color: var(--city-weather30-calendar-date-hover-background-color); }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__top > span {
        font-size: 15px;
        line-height: 16px;
        color: var(--text-black-2);
        white-space: nowrap; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__top > img {
        flex: 0 0 28px;
        width: 0;
        height: 28px; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__txt {
        margin: 4px auto 0;
        padding: 1px 0;
        font-size: 15px;
        line-height: 16px;
        color: var(--text-black-1);
        border-radius: 8.5px;
        text-align: center; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .temp-high {
        color: white;
        background-color: #F18360; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .temp-low {
        color: white;
        background-color: #427BFF; }
    .c-city-weather30d-calendar .calendar .calendar__month .active {
      border-color: #427BFF;
      background-color: var(--city-weather30-calendar-date-hover-background-color); }
    .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--pass {
      background-color: transparent; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date--pass:hover {
        background-color: transparent;
        border-color: transparent; }
  .c-city-weather30d-calendar .calendar-current-day {
    flex: 0 0 240px;
    width: 0;
    margin-left: 11px; }
    .c-city-weather30d-calendar .calendar-current-day .calendar-indicator {
      margin-bottom: 11px;
      white-space: nowrap;
      height: 16px; }
      .c-city-weather30d-calendar .calendar-current-day .calendar-indicator .calendar-indicator__item {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        line-height: 16px;
        color: var(--text-black-2); }
        .c-city-weather30d-calendar .calendar-current-day .calendar-indicator .calendar-indicator__item i, .c-city-weather30d-calendar .calendar-current-day .calendar-indicator .calendar-indicator__item span {
          display: inline-block;
          vertical-align: middle; }
        .c-city-weather30d-calendar .calendar-current-day .calendar-indicator .calendar-indicator__item .indicator-high {
          color: #F18360; }
        .c-city-weather30d-calendar .calendar-current-day .calendar-indicator .calendar-indicator__item .indicator-low {
          color: #427BFF; }
        .c-city-weather30d-calendar .calendar-current-day .calendar-indicator .calendar-indicator__item:last-child {
          margin-left: 25px; }
    .c-city-weather30d-calendar .calendar-current-day .day-detail {
      flex: 1 0 auto;
      border-radius: 12px;
      background-color: var(--city-weather30-calendar-date-detail-background-color); }
      .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__date {
        padding: 16px 20px 14px;
        border-bottom: 1px solid var(--city-weather30-calendar-date-detail-border-color); }
        .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__date > p {
          font-size: 15px;
          line-height: 16px;
          color: var(--text-black-1); }
      .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main {
        padding: 19px 20px 0; }
        .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__current {
          margin-bottom: 19px; }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__current > img {
            flex: 0 0 62px;
            height: 62px;
            margin-left: 10px; }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__current .current__cont {
            flex: 1 0 auto;
            width: 0; }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__current .temp {
            font-size: 22px;
            line-height: 1;
            color: var(--text-black-1); }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__current .icon {
            font-size: 15px;
            line-height: 1.5;
            margin: 7px 0 0;
            color: var(--text-black-1);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__row {
          margin-bottom: 10px; }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__row:nth-last-of-type(1) {
            margin: 0; }
        .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__item {
          flex: 0 0 87px;
          width: 0; }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__item > p {
            font-size: 18px;
            font-weight: 500;
            line-height: 1;
            color: var(--text-black-1);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__item > p:last-child {
              font-size: 15px;
              font-weight: normal;
              line-height: 16px;
              color: var(--text-black-2);
              margin-top: 6px; }

.theme--dark .c-city-weather30d-calendar {
  background-image: -webkit-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: -o-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: -moz-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: linear-gradient(225deg, #2A427F, #1B2751); }

@media (max-width: 960px) {
  .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__top {
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; }
    .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__top > img {
      width: 28px;
      margin-top: 6px; }
  .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__txt {
    display: none; } }

@media (max-width: 739px) {
  .c-city-weather30d-calendar {
    padding: 24px 20px 17px; }
    .c-city-weather30d-calendar .weather30d-calendar__abstract {
      max-width: none;
      min-height: 0; }
    .c-city-weather30d-calendar .weather30d-calendar__row {
      margin-top: 14px;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    .c-city-weather30d-calendar .calendar {
      flex: 1 0 100%;
      width: 100%; }
      .c-city-weather30d-calendar .calendar .calendar__week {
        margin-bottom: 10px; }
      .c-city-weather30d-calendar .calendar .calendar__month .calendar__date {
        padding: 9px 6px 5px; }
        .c-city-weather30d-calendar .calendar .calendar__month .calendar__date .calendar-date__top > img {
          margin: 0; }
    .c-city-weather30d-calendar .calendar-current-day {
      flex: 1 0 100%;
      width: 100%;
      margin: 0 0 14px; }
      .c-city-weather30d-calendar .calendar-current-day .calendar-indicator {
        margin: 0; }
      .c-city-weather30d-calendar .calendar-current-day .day-detail {
        flex: 1 0 100%;
        width: 100%; }
        .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main {
          padding: 10px 20px 20px; }
          .c-city-weather30d-calendar .calendar-current-day .day-detail .day-detail__main .day-detail__row {
            margin-bottom: 18px; } }

.c-city-weather-monthly {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-weather-monthly .c-city-weather-monthly__chart {
    margin-top: 18px;
    height: 290px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-weather-monthly {
    padding: 30px 18px 20px; }
    .c-city-weather-monthly .c-city-weather-monthly__chart {
      margin-top: 12px;
      height: 280px; }
    .c-city-weather-monthly .indicator .indicator__item {
      margin-right: 10px; } }

@media (max-width: 512px) {
  .c-city-weather-monthly .c-city-weather-monthly__chart {
    margin-top: 12px;
    height: 280px; }
  .c-city-weather-monthly .indicator .indicator__item {
    margin-right: 10px; } }

@media (max-width: 413px) {
  .c-city-weather-monthly .indicator {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    .c-city-weather-monthly .indicator .indicator__item {
      flex: 0 0 50%;
      margin: 0; }
      .c-city-weather-monthly .indicator .indicator__item:nth-of-type(2n+1) {
        text-align: right;
        padding-right: 12px; }
      .c-city-weather-monthly .indicator .indicator__item:nth-of-type(2n) {
        padding-left: 12px; }
      .c-city-weather-monthly .indicator .indicator__item:nth-of-type(1), .c-city-weather-monthly .indicator .indicator__item:nth-of-type(2) {
        margin-bottom: 7px; } }

.l-page-city-weather30d {
  padding: 40px 0 60px; }
  .l-page-city-weather30d .l-page-city-weather30d__calendar {
    margin-bottom: 20px; }

@media (max-width: 739px) {
  .l-page-city-weather30d {
    padding: 20px 0 30px; }
    .l-page-city-weather30d .l-page-city-weather30d__calendar {
      margin-bottom: 12px; } }

.c-city-rain-2hour {
  border-radius: 16px;
  background-image: -webkit-linear-gradient(225deg, #DBEBFF, #DDE5F4 50%, #BECDDD);
  background-image: -o-linear-gradient(225deg, #DBEBFF, #DDE5F4 50%, #BECDDD);
  background-image: -moz-linear-gradient(225deg, #DBEBFF, #DDE5F4 50%, #BECDDD);
  background-image: linear-gradient(225deg, #DBEBFF, #DDE5F4 50%, #BECDDD);
  padding: 30px 29px 25px; }
  .c-city-rain-2hour .city-rain__chart {
    margin: 51px 0 0;
    height: 193px; }

.theme--dark .c-city-rain-2hour {
  background-image: -webkit-linear-gradient(225deg, #646F91, #242C41);
  background-image: -o-linear-gradient(225deg, #646F91, #242C41);
  background-image: -moz-linear-gradient(225deg, #646F91, #242C41);
  background-image: linear-gradient(225deg, #646F91, #242C41); }

@media (max-width: 739px) {
  .c-city-rain-2hour {
    padding: 26px 16px 25px; }
    .c-city-rain-2hour > .qweather-title {
      padding: 0 10px;
      font-size: 18px;
      line-height: 25px; }
    .c-city-rain-2hour .city-rain__chart {
      margin: 12px 0 0;
      height: 207px; } }

.c-city-rain-rank {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-rain-rank .qweather-tabs {
    margin-top: 28px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-rain-rank {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-city-rain-rank {
    padding: 30px 16px 20px; } }

.l-page-city-rain {
  padding: 24px 0 60px; }

@media (max-width: 739px) {
  .l-page-city-rain {
    padding: 20px 0 30px; } }

.c-city-air-current {
  border-radius: 16px;
  background-color: var(--city-air-current-background-color);
  height: 340px;
  padding: 0 50px 0 65px; }
  .c-city-air-current .city-air__chart {
    flex: 0 0 140px;
    width: 0;
    margin-right: 11px; }
    .c-city-air-current .city-air__chart .aqi {
      height: 140px;
      background-image: url("../images/communal/city-icon.png");
      background-repeat: no-repeat;
      background-size: 438px;
      background-position: -302px top; }
    .c-city-air-current .city-air__chart > h4 {
      font-size: 20px;
      font-weight: 500;
      color: var(--text-black-1);
      text-align: center; }
  .c-city-air-current .air-charts__iaqi {
    flex: 1 1 100%;
    width: 0;
    max-width: 346px; }
    .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row:first-child {
      margin-bottom: 33px; }
    .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item {
      flex: 1 0;
      max-width: 86px;
      margin-right: 20px;
      text-align: center; }
      .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item:last-child {
        margin: 0; }
      .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .value {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        color: var(--text-black-1);
        position: relative; }
        .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .value .primary {
          position: absolute;
          right: -15px;
          top: -20px;
          display: inline-block;
          font-size: 36px;
          color: #BFBB47; }
      .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .progress {
        width: 100%;
        margin: 5px 0 4px;
        height: 5px;
        border-radius: 2.5px;
        background-color: var(--city-air-current-aqi-progress-background-color); }
        .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .progress .progress__value {
          width: 33.33%;
          height: 5px;
          border-radius: 2.5px; }
      .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .aqi-title {
        font-size: 15px;
        line-height: 1.5;
        color: var(--text-black-2); }
  .c-city-air-current .city-air__txt {
    flex: 1 1 100%;
    width: 0;
    max-width: 310px;
    margin-left: 20px; }
    .c-city-air-current .city-air__txt > p {
      font-size: 18px;
      line-height: 1.5;
      color: var(--text-black-1); }
      .c-city-air-current .city-air__txt > p:last-child {
        font-size: 15px;
        color: var(--text-black-2);
        margin-top: 17px; }

@media (max-width: 739px) {
  .c-city-air-current {
    height: auto;
    padding: 30px 16px 20px;
    flex-direction: column;
    --ms-flex-direction: column; }
    .c-city-air-current .city-air__chart {
      flex: 0 0 130px;
      width: 130px;
      margin: 38px auto 0; }
      .c-city-air-current .city-air__chart .aqi {
        height: 130px;
        background-size: 406px;
        background-position: -280px top; }
      .c-city-air-current .city-air__chart > h4 {
        font-size: 18px; }
    .c-city-air-current .air-charts__iaqi {
      max-width: none;
      width: 100%;
      padding: 0 20px;
      margin-top: 40px; }
      .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row {
        justify-content: space-between;
        -ms-flex-pack: justify; }
        .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row:first-child {
          margin-bottom: 20px; }
        .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item {
          margin-right: 10px; }
          .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .value {
            font-size: 16px; }
            .c-city-air-current .air-charts__iaqi .air-charts-iaqi__row .air-charts-iaqi__item .value .primary {
              font-size: 28px; }
    .c-city-air-current .city-air__txt {
      max-width: none;
      width: 100%;
      margin: 30px 0 0;
      padding: 0 20px; }
      .c-city-air-current .city-air__txt > p {
        font-size: 16px;
        text-align: center; }
        .c-city-air-current .city-air__txt > p:last-child {
          font-size: 16px;
          color: var(--text-black-1); }
      .c-city-air-current .city-air__txt.advise {
        border-radius: 12px;
        background-color: var(--city-air-advise-current-background-color);
        padding: 16px; }
        .c-city-air-current .city-air__txt.advise > h5 {
          font-size: 15px;
          line-height: 16px;
          text-align: center;
          color: var(--text-black-1); }
        .c-city-air-current .city-air__txt.advise > p {
          margin-top: 10px;
          font-size: 15px;
          line-height: 1.5;
          text-align: center;
          color: var(--text-black-2); } }

.c-city-air-forecast {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-air-forecast .city-air-forecast__tabs {
    margin-top: 28px; }
    .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row {
      height: 56px;
      margin-bottom: 6px; }
      .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row:last-child {
        margin: 0; }
      .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .date {
        flex: 0 0 55px;
        width: 0;
        white-space: nowrap;
        margin-right: 20px; }
        .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .date > p {
          font-size: 16px;
          line-height: 1.2;
          color: var(--text-black-1); }
          .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .date > p:last-child {
            font-size: 15px;
            color: var(--text-black-2); }
      .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .progress {
        flex: 1 0 auto;
        max-width: 345px;
        height: 5px;
        width: 0;
        background-color: var(--city-air-forecast-progress-background-color);
        border-radius: 5px; }
        .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .progress .value {
          height: 5px;
          border-radius: 5px;
          width: 40%; }
      .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air {
        margin-left: 20px; }
        .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-weight: 500;
          line-height: 18px;
          color: var(--text-black-1);
          white-space: nowrap; }
          .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.aqi {
            width: 30px; }
          .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.txt {
            width: 36px;
            text-align: right;
            margin-left: 30px; }
          .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.txt--en {
            width: 96px;
            text-align: right;
            margin-left: 30px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-air-forecast {
    padding: 30px 16px 20px; }
    .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.txt {
      font-size: 16px; }
    .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.txt--en {
      font-size: 16px; } }

@media (max-width: 512px) {
  .c-city-air-forecast {
    padding: 30px 16px 20px; }
    .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.txt {
      font-size: 16px;
      margin-left: 16px; }
    .c-city-air-forecast .city-air-forecast__tabs .city-air-tabs__row .air > span.txt--en {
      width: 86px;
      font-size: 16px;
      margin-left: 16px; } }

.c-city-air-rank {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-air-rank > .qweather-tabs {
    margin-top: 28px; }
    .c-city-air-rank > .qweather-tabs .tabs__row .num {
      flex: 0 0 48px;
      margin-right: 6px; }
      .c-city-air-rank > .qweather-tabs .tabs__row .num > i {
        display: inline-block;
        min-width: 24px;
        max-width: 48px;
        height: 24px;
        border-radius: 14px;
        padding: 0 7px;
        background-color: var(--tabs-row-num-background-color);
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        line-height: 24px;
        color: white;
        text-align: center; }
        .c-city-air-rank > .qweather-tabs .tabs__row .num > i.current {
          font-size: 14px;
          background-color: #427BFF; }
    .c-city-air-rank > .qweather-tabs .tabs__row:nth-of-type(1) > i {
      background-color: var(--tabs-row-num-background-color); }
    .c-city-air-rank > .qweather-tabs .tabs__row:nth-of-type(2) > i {
      background-color: var(--tabs-row-num-background-color); }
    .c-city-air-rank > .qweather-tabs .tabs__row:nth-of-type(3) > i {
      background-color: var(--tabs-row-num-background-color); }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-air-rank {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-city-air-rank {
    padding: 30px 16px 20px; } }

.c-city-air-station {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 9px; }
  .c-city-air-station .city-air-station__tabs {
    margin-top: 28px; }
    .c-city-air-station .city-air-station__tabs .station__row {
      margin-bottom: 14px;
      padding: 17px 0 23px;
      border-bottom: 1px solid var(--city-air-station-border-color); }
      .c-city-air-station .city-air-station__tabs .station__row:last-child {
        margin: 0;
        border-color: transparent; }
      .c-city-air-station .city-air-station__tabs .station__row .air-station__city {
        flex: 0 1 110px;
        width: 0;
        margin-right: 16px; }
        .c-city-air-station .city-air-station__tabs .station__row .air-station__city > p {
          font-size: 16px;
          color: var(--text-black-1);
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-bottom: 10px; }
      .c-city-air-station .city-air-station__tabs .station__row .air-station__list {
        flex: 1 0 auto;
        width: 0; }
        .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item {
          flex: 1 1 100%;
          width: 0;
          max-width: 65px;
          margin-right: 10px;
          text-align: center; }
          .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:last-child {
            margin: 0; }
          .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item .value {
            display: inline-block;
            max-width: 100%;
            font-size: 16px;
            line-height: 1;
            color: var(--text-black-1);
            white-space: nowrap;
            position: relative; }
            .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item .value .primary {
              position: absolute;
              right: -15px;
              top: -20px;
              display: inline-block;
              font-size: 32px;
              color: #BFBB47; }
          .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item .progress {
            width: 100%;
            margin: 5px 0;
            height: 3px;
            border-radius: 2.5px;
            background-color: var(--city-air-station-aqi-progress-background-color); }
            .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item .progress .progress__value {
              width: 33.33%;
              height: 3px;
              border-radius: 2.5px; }
          .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item .aqi-title {
            font-size: 13px;
            line-height: 16px;
            white-space: nowrap;
            color: var(--text-black-2); }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-air-station {
    padding: 30px 16px 10px; }
    .c-city-air-station .city-air-station__tabs .station__row {
      margin-bottom: 12px;
      padding: 16px 0 22px; }
      .c-city-air-station .city-air-station__tabs .station__row .air-station__list {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
        .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item {
          flex: 1 0 33.3333%;
          max-width: none;
          padding-right: 15px;
          margin-right: 0; }
          .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:nth-of-type(1), .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:nth-of-type(2), .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:nth-of-type(3) {
            margin-bottom: 22px; } }

@media (max-width: 512px) {
  .c-city-air-station {
    padding: 30px 16px 10px; }
    .c-city-air-station .city-air-station__tabs .station__row {
      margin-bottom: 12px;
      padding: 16px 0 22px; }
      .c-city-air-station .city-air-station__tabs .station__row .air-station__list {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
        .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item {
          flex: 1 0 33.3333%;
          max-width: none;
          padding-right: 15px;
          margin-right: 0; }
          .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:nth-of-type(1), .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:nth-of-type(2), .c-city-air-station .city-air-station__tabs .station__row .air-station__list .air-station-list__item:nth-of-type(3) {
            margin-bottom: 22px; } }

.c-city-air-bluesky {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-air-bluesky > p {
    margin-top: 10px;
    font-size: 14px;
    color: var(--text-black-2); }
  .c-city-air-bluesky .air-bluesky__chart {
    margin-top: 14px;
    height: 320px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-air-bluesky {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-city-air-bluesky {
    padding: 30px 16px 20px; } }

.c-city-air-indicator li {
  white-space: nowrap;
  padding: 0 5px;
  font-size: 13px;
  color: var(--text-black-2); }
  .c-city-air-indicator li.aqi-1 .fa {
    color: #95B359; }
  .c-city-air-indicator li.aqi-2 .fa {
    color: #A9A538; }
  .c-city-air-indicator li.aqi-3 .fa {
    color: #E0991D; }
  .c-city-air-indicator li.aqi-4 .fa {
    color: #D96161; }
  .c-city-air-indicator li.aqi-5 .fa {
    color: #A257D0; }
  .c-city-air-indicator li.aqi-6 .fa {
    color: #D94371; }
  .c-city-air-indicator li span, .c-city-air-indicator li i {
    display: inline-block;
    vertical-align: middle; }
  .c-city-air-indicator li i {
    font-size: 10px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-air-indicator {
    flex-direction: column;
    -ms-flex-direction: column; }
    .c-city-air-indicator > ul:last-child {
      margin-top: 10px; } }

@media (max-width: 512px) {
  .c-city-air-indicator {
    flex-direction: column;
    -ms-flex-direction: column; }
    .c-city-air-indicator > ul:last-child {
      margin-top: 10px; } }

.c-city-air-12month {
  padding: 30px 20px 22px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none; }
  .c-city-air-12month .air-12month-table--bg {
    position: relative;
    white-space: nowrap;
    overflow-y: auto; }
    .c-city-air-12month .air-12month-table--bg::-webkit-scrollbar {
      display: none; }
    .c-city-air-12month .air-12month-table--bg .air-table-date {
      padding: 0 8px 0 0;
      font-size: 13px;
      color: var(--text-black-2); }
    .c-city-air-12month .air-12month-table--bg .air-table-block {
      min-width: 25px;
      padding: 4px 2px;
      font-size: 13px;
      border-radius: 2px;
      background-color: #dddddd;
      color: white; }
    .c-city-air-12month .air-12month-table--bg .air-table-block--1 {
      background-color: #95B359; }
    .c-city-air-12month .air-12month-table--bg .air-table-block--2 {
      background-color: #A9A538; }
    .c-city-air-12month .air-12month-table--bg .air-table-block--3 {
      background-color: #E0991D; }
    .c-city-air-12month .air-12month-table--bg .air-table-block--4 {
      background-color: #D96161; }
    .c-city-air-12month .air-12month-table--bg .air-table-block--5 {
      background-color: #A257D0; }
    .c-city-air-12month .air-12month-table--bg .air-table-block--6 {
      background-color: #D94371; }
    .c-city-air-12month .air-12month-table--bg .air-table-last-line {
      padding: 8px 0;
      font-size: 13px;
      color: var(--text-black-2); }
    .c-city-air-12month .air-12month-table--bg > .table > tbody > tr > td {
      height: auto;
      padding: 2px; }
  .c-city-air-12month .progress--bg {
    position: relative;
    margin-bottom: 10px;
    height: 7px; }
    .c-city-air-12month .progress--bg .progress {
      width: 20%;
      height: 100%;
      border-radius: 10px;
      background-color: #BABBBD;
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-air-12month {
    padding: 30px 16px 22px; } }

@media (max-width: 512px) {
  .c-city-air-12month {
    padding: 30px 16px 22px; } }

.l-page-city-air {
  padding: 40px 0 60px; }
  .l-page-city-air .l-page-city-air__current {
    margin-bottom: 20px; }
  .l-page-city-air .l-page-city-air__source {
    margin-top: 30px; }

@media (max-width: 739px) {
  .l-page-city-air {
    padding: 20px 0 30px; }
    .l-page-city-air .l-page-city-air__current {
      margin-bottom: 12px; } }

.c-city-warning-events {
  border-radius: 16px;
  padding: 30px 20px 20px;
  background-color: var(--card-background-color); }
  .c-city-warning-events .warning-events__icon {
    background-color: #D3D3D3; }
  .c-city-warning-events .warning-events__top .warning-events__icon {
    flex: 0 0 80px;
    width: 0;
    height: 80px;
    text-align: center;
    border-radius: 10px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 10px 0; }
    .c-city-warning-events .warning-events__top .warning-events__icon > i {
      display: block;
      width: 60px;
      height: 60px;
      font-size: 60px;
      line-height: 60px;
      color: #FAFAFA;
      font-style: normal;
      outline: none;
      margin: 0 auto; }
      .c-city-warning-events .warning-events__top .warning-events__icon > i::before {
        vertical-align: 0; }
  .c-city-warning-events .warning-events__top > img {
    flex: 0 0 86px;
    width: 0;
    height: 73px;
    margin-right: 20px; }
  .c-city-warning-events .warning-events__top .cont > h3 {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-black-1); }
  .c-city-warning-events .warning-events__top .cont > p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--text-black-2); }
  .c-city-warning-events .warning-events__txt {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-1); }
  .c-city-warning-events .warning-explain {
    margin-top: 24px;
    border-radius: 15px;
    padding: 14px 16px;
    background-color: var(--city--warning-events-defense-background-color); }
    .c-city-warning-events .warning-explain > h4 {
      font-size: 15px;
      line-height: 16px;
      color: var(--text-black-1); }
    .c-city-warning-events .warning-explain > p {
      margin-top: 10px;
      font-size: 15px;
      line-height: 1.5;
      color: var(--text-black-2); }
  .c-city-warning-events .warning-defense--bg {
    margin-top: 10px;
    border-radius: 15px;
    padding: 14px 16px;
    background-color: var(--city--warning-events-defense-background-color); }
  .c-city-warning-events .warning-defense__title {
    font-size: 15px;
    line-height: 16px;
    color: var(--text-black-1); }
  .c-city-warning-events .warning-defense__txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-2); }
    .c-city-warning-events .warning-defense__txt > p {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit; }

.warning--red {
  background-color: #FFF3F0; }
  .warning--red .warning-events__icon {
    background-color: #ED2246; }

.warning--yellow {
  background-color: #FFFEEE; }
  .warning--yellow .warning-events__icon {
    background-color: #FFD700; }

.warning--orange {
  background-color: #FEF6EA; }
  .warning--orange .warning-events__icon {
    background-color: #FF9518; }

.warning--blue {
  background-color: #ECF5FE; }
  .warning--blue .warning-events__icon {
    background-color: #00A3FF; }

.warning--white {
  background-color: #FAFBFD; }
  .warning--white .warning-events__icon {
    background-color: #D3D3D3; }

.theme--dark .warning--red {
  background-color: var(--card-background-color); }

.theme--dark .warning--yellow {
  background-color: var(--card-background-color); }

.theme--dark .warning--orange {
  background-color: var(--card-background-color); }

.theme--dark .warning--blue {
  background-color: var(--card-background-color); }

.theme--dark .warning--white {
  background-color: var(--card-background-color); }

@media (max-width: 739px) {
  .c-city-warning-events {
    padding: 30px 16px 20px; }
    .c-city-warning-events .warning-events__txt {
      margin: 24px 0 0; }
    .c-city-warning-events .warning-explain > h4 {
      font-size: 14px; }
    .c-city-warning-events .warning-explain > p {
      font-size: 14px; }
    .c-city-warning-events .warning-defense__title {
      font-size: 14px; }
    .c-city-warning-events .warning-defense__txt {
      font-size: 14px; } }

.c-city-warning-no-data {
  border-radius: 16px;
  background: -webkit-radial-gradient(circle 700px at 15% 80%, #FFE8EA, #EDF3FF, #EDF2FB);
  background: -o-radial-gradient(circle 700px at 15% 80%, #FFE8EA, #EDF3FF, #EDF2FB);
  background: -moz-radial-gradient(circle 700px at 15% 80%, #FFE8EA, #EDF3FF, #EDF2FB);
  background: radial-gradient(circle 700px at 15% 80%, #FFE8EA, #EDF3FF, #EDF2FB);
  padding: 45px 0 55px; }
  .c-city-warning-no-data > img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 10px; }

.theme--dark .c-city-warning-no-data {
  background: var(--card-background-color); }

.c-city-warning-around {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-warning-around > .qweather-tabs {
    margin-top: 28px; }
    .c-city-warning-around > .qweather-tabs .tabs__row .city {
      flex: 1 0 auto;
      width: 0; }
    .c-city-warning-around > .qweather-tabs .tabs__row .warning-txt {
      flex: 0 0 200px;
      width: 0;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-warning-around {
    padding: 30px 16px 20px; }
    .c-city-warning-around > .qweather-tabs .tabs__row .warning-level {
      flex: 0 0 60px;
      font-size: 14px; }
    .c-city-warning-around > .qweather-tabs .tabs__row .warning-txt {
      flex: 0 0 90px;
      font-size: 16px; } }

@media (max-width: 512px) {
  .c-city-warning-around {
    padding: 30px 16px 20px; }
    .c-city-warning-around > .qweather-tabs .tabs__row .warning-level {
      flex: 0 0 60px; }
    .c-city-warning-around > .qweather-tabs .tabs__row .warning-txt {
      flex: 0 0 90px;
      font-size: 16px; } }

.l-page-city-warning {
  padding: 40px 0 60px; }
  .l-page-city-warning .l-city-warning__source {
    margin-top: 30px; }

@media (max-width: 739px) {
  .l-page-city-warning {
    padding: 20px 0 30px; } }

.c-city-historical-yesterday {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 16px 24px; }
  .c-city-historical-yesterday .yesterday-chart--bg {
    margin: 0 auto;
    max-width: 75%; }
    .c-city-historical-yesterday .yesterday-chart--bg .yesterday-chart__item {
      flex: 0 0 25%;
      padding: 0 8px; }
    .c-city-historical-yesterday .yesterday-chart--bg .yesterday-chart {
      height: 150px; }

@media (max-width: 879px) {
  .c-city-historical-yesterday .yesterday-chart--bg {
    max-width: 90%; } }

@media (max-width: 739px) {
  .c-city-historical-yesterday .yesterday-chart--bg {
    margin-top: 16px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important; }
    .c-city-historical-yesterday .yesterday-chart--bg .yesterday-chart__item {
      flex: 0 0 49%;
      padding: 0 8px; }
      .c-city-historical-yesterday .yesterday-chart--bg .yesterday-chart__item:nth-last-of-type(1), .c-city-historical-yesterday .yesterday-chart--bg .yesterday-chart__item:nth-last-of-type(2) {
        margin-top: -16px; } }

.c-city-historical-same-period {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-historical-same-period > .qweather-tabs {
    margin-top: 28px; }
  .c-city-historical-same-period .same-period-title__list.tabs__row {
    white-space: nowrap;
    text-align: center; }
    .c-city-historical-same-period .same-period-title__list.tabs__row .list-title {
      flex: 0 0 12%;
      width: 0;
      font-size: 16px;
      color: var(--text-black-1); }
    .c-city-historical-same-period .same-period-title__list.tabs__row > p {
      flex: 0 0 11%;
      width: 0;
      font-size: 16px;
      color: var(--text-black-1); }
  .c-city-historical-same-period .same-period-title__list:nth-of-type(1) {
    background-color: transparent; }
    .c-city-historical-same-period .same-period-title__list:nth-of-type(1) > p {
      font-size: 15px;
      color: var(--text-black-2); }

@media (max-width: 770px) {
  .his-hidden-770 {
    display: none !important; } }

@media (max-width: 739px) {
  .c-city-historical-same-period {
    padding: 30px 16px 20px; }
    .c-city-historical-same-period .same-period-title__list.tabs__row > p {
      flex: 0 0 33.3333%; } }

.c-city-historical-last-12month {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-historical-last-12month .historical-last__dropdown {
    margin-top: 13px;
    border-radius: 12px;
    text-align: right; }
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn.active,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn:focus,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn-default.active,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn-default {
      min-width: 130px;
      background-color: transparent;
      border-radius: 12px;
      padding: 2px 10px;
      border-color: #427BFF;
      color: #427BFF;
      outline: none;
      box-shadow: none; }
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle::after {
      color: #427BFF; }
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu {
      min-width: 150px;
      background-color: var(--city-historical-last-12month-dropdown-menu-background-color); }
      .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu .dropdown-item {
        color: var(--text-black-1); }
        .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu .dropdown-item > i {
          display: none;
          float: right; }
        .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu .dropdown-item:hover {
          background-color: var(--city-historical-last-12month-dropdown-menu-hover-background-color); }
      .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu .active {
        background-color: transparent;
        color: #427BFF; }
        .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu .active > i {
          display: block;
          color: inherit; }
  .c-city-historical-last-12month .historical-last__chart {
    margin-top: 4px;
    height: 280px; }

@media (max-width: 739px) {
  .c-city-historical-last-12month {
    padding: 30px 16px 20px; }
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn.active,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn:focus,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn-default.active,
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-toggle.btn-default {
      width: 100% !important; }
    .c-city-historical-last-12month .historical-last__dropdown .dropdown-menu {
      width: 100% !important; } }

.c-city-historical-monthly {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-historical-monthly .historical-monthly__chart {
    margin-top: 30px;
    height: 280px; }

@media (max-width: 739px) {
  .c-city-historical-monthly {
    padding: 30px 16px 20px; } }

.c-city-historical-rain {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-historical-rain .historical-rain__chart {
    margin-top: 32px;
    height: 316px; }

@media (max-width: 739px) {
  .c-city-historical-rain {
    padding: 30px 16px 20px; } }

.c-city-historical-hum {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-city-historical-hum .historical-hum__chart {
    margin-top: 32px;
    height: 316px; }

@media (max-width: 739px) {
  .c-city-historical-hum {
    padding: 30px 16px 20px; } }

.c-city-historical-air {
  padding: 30px 20px 20px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-city-historical-air .air-12month-table--bg {
    margin-bottom: 8px; }
    .c-city-historical-air .air-12month-table--bg .air-table-date {
      padding: 0 8px 0 0;
      font-size: 12px;
      color: var(--text-black-2); }
    .c-city-historical-air .air-12month-table--bg .air-table-block {
      min-width: 25px;
      padding: 4px 2px;
      font-size: 12px;
      border-radius: 2px;
      background-color: #dddddd;
      color: white; }
    .c-city-historical-air .air-12month-table--bg .air-table-block--1 {
      background-color: #95B359; }
    .c-city-historical-air .air-12month-table--bg .air-table-block--2 {
      background-color: #A9A538; }
    .c-city-historical-air .air-12month-table--bg .air-table-block--3 {
      background-color: #E0991D; }
    .c-city-historical-air .air-12month-table--bg .air-table-block--4 {
      background-color: #D96161; }
    .c-city-historical-air .air-12month-table--bg .air-table-block--5 {
      background-color: #A257D0; }
    .c-city-historical-air .air-12month-table--bg .air-table-block--6 {
      background-color: #D94371; }
    .c-city-historical-air .air-12month-table--bg .air-table-last-line {
      padding: 8px 0;
      font-size: 12px;
      color: var(--text-black-2); }
    .c-city-historical-air .air-12month-table--bg > .table > tbody > tr > td {
      height: auto;
      padding: 2px; }
  .c-city-historical-air .historical-air-indicator li {
    white-space: nowrap;
    padding: 0 5px 2px;
    font-size: 13px;
    color: var(--text-black-2); }
    .c-city-historical-air .historical-air-indicator li.aqi-1 .fa {
      color: #95B359; }
    .c-city-historical-air .historical-air-indicator li.aqi-2 .fa {
      color: #A9A538; }
    .c-city-historical-air .historical-air-indicator li.aqi-3 .fa {
      color: #E0991D; }
    .c-city-historical-air .historical-air-indicator li.aqi-4 .fa {
      color: #D96161; }
    .c-city-historical-air .historical-air-indicator li.aqi-5 .fa {
      color: #A257D0; }
    .c-city-historical-air .historical-air-indicator li.aqi-6 .fa {
      color: #D94371; }
    .c-city-historical-air .historical-air-indicator li span, .c-city-historical-air .historical-air-indicator li i {
      display: inline-block;
      vertical-align: middle; }
    .c-city-historical-air .historical-air-indicator li i {
      font-size: 10px; }

@media (max-width: 739px) {
  .c-city-historical-air {
    padding: 30px 16px 20px; }
    .c-city-historical-air .air-12month-table--bg {
      white-space: nowrap;
      overflow-y: auto; }
      .c-city-historical-air .air-12month-table--bg .air-table-date {
        font-size: 13px; }
      .c-city-historical-air .air-12month-table--bg .air-table-block {
        font-size: 13px; }
      .c-city-historical-air .air-12month-table--bg .air-table-last-line {
        font-size: 13px; } }

@media (max-width: 512px) {
  .c-city-historical-air .historical-air-indicator {
    flex-direction: column;
    -ms-flex-direction: column; }
    .c-city-historical-air .historical-air-indicator > ul:last-child {
      margin-top: 10px; } }

.l-page-city-historical {
  padding: 40px 0 60px; }
  .l-page-city-historical .l-city-historical__row {
    margin-bottom: 20px; }
    .l-page-city-historical .l-city-historical__row:nth-last-of-type(2) {
      margin: 0; }
    .l-page-city-historical .l-city-historical__row + .zy-container:last-child > div {
      margin: 20px auto 0; }
    .l-page-city-historical .l-city-historical__row + .zy-container:last-child > ins {
      margin: 20px auto 0; }

@media (max-width: 739px) {
  .l-page-city-historical {
    padding: 20px 0 30px; }
    .l-page-city-historical .l-city-historical__row {
      margin-bottom: 12px; }
      .l-page-city-historical .l-city-historical__row + .zy-container:last-child > div {
        margin: 12px auto 0; }
      .l-page-city-historical .l-city-historical__row + .zy-container:last-child > ins {
        margin: 12px auto 0; } }

.c-city-indices-detail {
  padding: 40px 0;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-city-indices-detail .indices-detail__top .indices-detail-top__row {
    margin-bottom: 4px; }
    .c-city-indices-detail .indices-detail__top .indices-detail-top__row:last-child {
      margin: 0; }
  .c-city-indices-detail .indices-detail__top .indices-detail-top__item {
    flex: 0 0 25%;
    cursor: pointer; }
    .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      background-color: var(--city-indices-item-background-color);
      border-radius: 50%;
      background-image: url("../images/communal/city-icon.png");
      background-repeat: no-repeat;
      background-size: 438px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.comf {
        background-position: -64px top; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.cw {
        background-position: -123px top; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.drsg {
        background-position: -184px top; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.flu {
        background-position: -244px top; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.sport {
        background-position: -64px -66px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.trav {
        background-position: -123px -66px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.uv {
        background-position: -184px -66px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.air {
        background-position: -244px -66px; }
    .c-city-indices-detail .indices-detail__top .indices-detail-top__item > p {
      font-size: 16px;
      line-height: 1.5;
      color: var(--text-black-1);
      margin-top: 10px;
      text-align: center;
      height: 32px; }
    .c-city-indices-detail .indices-detail__top .indices-detail-top__item.active .indices-icons {
      background-color: #3460ff; }
  .c-city-indices-detail .indices-detail__txt {
    display: none;
    padding: 0 36px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-2);
    margin-top: 40px; }
    .c-city-indices-detail .indices-detail__txt.active {
      display: block; }
  .c-city-indices-detail .indices-detail__forecast--bg {
    display: none;
    margin-top: 20px;
    padding: 0 36px; }
    .c-city-indices-detail .indices-detail__forecast--bg.active {
      display: block; }
  .c-city-indices-detail .indices-detail__forecast {
    margin-left: 6px;
    border-left: 1px solid var(--city-indices-detail-forecast-border-color); }
    .c-city-indices-detail .indices-detail__forecast .indices-forecast__row {
      margin-bottom: 8px; }
      .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__space {
        flex: 0 0 90px;
        position: relative; }
        .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__space .week-date {
          position: absolute;
          left: -10px;
          top: 0;
          padding: 5px 0;
          background-color: var(--card-background-color); }
          .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__space .week-date > p {
            font-size: 17px;
            color: var(--text-black-1); }
            .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__space .week-date > p:last-child {
              margin-top: 7px;
              font-size: 13px;
              color: var(--text-black-2); }
      .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__detail {
        flex: 1 0;
        background-color: var(--city-indices-detail-forecast-background-color);
        border-radius: 16px;
        padding: 12px 20px; }
        .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__detail .indices-forecast__tag {
          border-radius: 5px;
          padding: 3px 7px;
          font-size: 18px;
          color: white; }
        .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__detail .indices-forecast__txt {
          margin-top: 10px;
          font-size: 15px;
          line-height: 26px;
          color: var(--text-black-2); }
      .c-city-indices-detail .indices-detail__forecast .indices-forecast__row:last-child {
        margin: 0; }
        .c-city-indices-detail .indices-detail__forecast .indices-forecast__row:last-child .indices-forecast__space .week-date {
          height: 100%; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-city-indices-detail {
    padding: 30px 0; }
    .c-city-indices-detail .indices-detail__top {
      padding: 0 10px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item {
        flex: 0 0 65px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item:last-child {
          flex: 0 0 90px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons {
          width: 50px;
          height: 50px;
          background-size: 365px; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.comf {
            background-position: -54px top; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.cw {
            background-position: -103px top; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.drsg {
            background-position: -154px top; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.flu {
            background-position: -203px top; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.sport {
            background-position: -54px -54px; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.trav {
            background-position: -103px -54px; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.uv {
            background-position: -154px -54px; }
          .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.air {
            background-position: -203px -54px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item > p {
          font-size: 14px; }
    .c-city-indices-detail .indices-detail__txt {
      padding: 0 16px;
      margin-top: 30px; }
    .c-city-indices-detail .indices-detail__forecast--bg {
      padding: 0 16px; }
      .c-city-indices-detail .indices-detail__forecast--bg .indices-forecast__detail {
        padding: 12px 16px !important; }
    .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__space {
      flex: 0 0 70px; } }

@media (max-width: 512px) {
  .c-city-indices-detail {
    padding: 30px 0; }
    .c-city-indices-detail .indices-detail__top {
      padding: 0 10px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons {
        width: 50px;
        height: 50px;
        background-size: 365px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.comf {
          background-position: -54px top; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.cw {
          background-position: -103px top; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.drsg {
          background-position: -154px top; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.flu {
          background-position: -204px top; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.sport {
          background-position: -54px -55px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.trav {
          background-position: -103px -55px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.uv {
          background-position: -154px -55px; }
        .c-city-indices-detail .indices-detail__top .indices-detail-top__item .indices-icons.air {
          background-position: -204px -55px; }
      .c-city-indices-detail .indices-detail__top .indices-detail-top__item > p {
        font-size: 14px; }
    .c-city-indices-detail .indices-detail__txt {
      padding: 0 16px;
      margin-top: 30px; }
    .c-city-indices-detail .indices-detail__forecast--bg {
      padding: 0 16px; }
      .c-city-indices-detail .indices-detail__forecast--bg .indices-forecast__detail {
        padding: 12px 16px !important; }
    .c-city-indices-detail .indices-detail__forecast .indices-forecast__row .indices-forecast__space {
      flex: 0 0 70px; } }

@media (max-width: 374px) {
  .c-city-indices-detail .indices-detail__top {
    padding: 0; } }

.l-page-city-indices {
  padding: 40px 0 60px; }

@media (max-width: 739px) {
  .l-page-city-indices {
    padding: 20px 0 30px; } }

.c-weather-current {
  border-radius: 16px; }
  .c-weather-current .weather-current__bg {
    padding: 35px 0 20px;
    background-size: 346px auto;
    background-repeat: no-repeat;
    background-position: right top; }
  .c-weather-current .weather-current__detail {
    margin-top: 23px;
    white-space: nowrap; }
    .c-weather-current .weather-current__detail .weather-current-detail__item {
      display: inline-block;
      width: 50%;
      vertical-align: middle; }
      .c-weather-current .weather-current__detail .weather-current-detail__item:nth-of-type(1) {
        text-align: right; }
        .c-weather-current .weather-current__detail .weather-current-detail__item:nth-of-type(1) > img {
          display: inline-block;
          width: 90px;
          height: 90px; }
      .c-weather-current .weather-current__detail .weather-current-detail__item:nth-of-type(2) {
        text-align: left; }
        .c-weather-current .weather-current__detail .weather-current-detail__item:nth-of-type(2) > p {
          font-size: 40px;
          line-height: 1;
          color: var(--text-black-1);
          overflow: hidden;
          text-overflow: ellipsis; }
          .c-weather-current .weather-current__detail .weather-current-detail__item:nth-of-type(2) > p:last-child {
            font-size: 18px; }
  .c-weather-current .more {
    margin-top: 28px;
    padding: 18px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-weather-current .more > a {
      font-size: 16px;
      line-height: 1;
      color: #427BFF; }
      .c-weather-current .more > a:hover {
        color: #427BFF; }
  .c-weather-current.weather-sun {
    background-image: -webkit-linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb);
    background-image: -o-linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb);
    background-image: -moz-linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb);
    background-image: linear-gradient(225deg, #fee5ca, #e9f0ff 55%, #dce3fb); }
    .c-weather-current.weather-sun .weather-current__bg {
      background-image: none; }
  .c-weather-current.weather-cloudy {
    background-image: -webkit-linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5);
    background-image: -o-linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5);
    background-image: -moz-linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5);
    background-image: linear-gradient(225deg, #D0DAE8, #CCD4DF 55%, #A5B3C5); }
    .c-weather-current.weather-cloudy .weather-current__bg {
      background-image: url("../images/city-weather/cloudy--day.png"); }
  .c-weather-current.weather-rain {
    background-image: -webkit-linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD);
    background-image: -o-linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD);
    background-image: -moz-linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD);
    background-image: linear-gradient(225deg, #DBEBFF, #DDE5F4 55%, #BECDDD); }
    .c-weather-current.weather-rain .weather-current__bg {
      background-image: url("../images/city-weather/rain--day.png"); }
  .c-weather-current.weather-snow {
    background-image: -webkit-linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED);
    background-image: -o-linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED);
    background-image: -moz-linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED);
    background-image: linear-gradient(225deg, #D2F0FD, #E6F8FE 55%, #D6EDED); }
    .c-weather-current.weather-snow .weather-current__bg {
      background-image: url("../images/city-weather/snow--day.png"); }
  .c-weather-current.weather-haze {
    background-image: -webkit-linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc);
    background-image: -o-linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc);
    background-image: -moz-linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc);
    background-image: linear-gradient(225deg, #b29c82, #ded9d7 64.29%, #d9d7dc); }
    .c-weather-current.weather-haze .weather-current__bg {
      background-image: url("../images/city-weather/haze--day.png"); }

.theme--dark .c-weather-current.weather-sun {
  background-image: -webkit-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: -o-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: -moz-linear-gradient(225deg, #2A427F, #1B2751);
  background-image: linear-gradient(225deg, #2A427F, #1B2751); }

.theme--dark .c-weather-current.weather-cloudy {
  background-image: -webkit-linear-gradient(225deg, #8089a5, #424c66);
  background-image: -o-linear-gradient(225deg, #8089a5, #424c66);
  background-image: -moz-linear-gradient(225deg, #8089a5, #424c66);
  background-image: linear-gradient(225deg, #8089a5, #424c66); }
  .theme--dark .c-weather-current.weather-cloudy .weather-current__bg {
    background-image: url("../images/city-weather/cloudy--night.png"); }

.theme--dark .c-weather-current.weather-rain {
  background-image: -webkit-linear-gradient(225deg, #2C4A77, #1F3B59);
  background-image: -o-linear-gradient(225deg, #2C4A77, #1F3B59);
  background-image: -moz-linear-gradient(225deg, #2C4A77, #1F3B59);
  background-image: linear-gradient(225deg, #2C4A77, #1F3B59); }
  .theme--dark .c-weather-current.weather-rain .weather-current__bg {
    background-image: url("../images/city-weather/rain--night.png"); }

.theme--dark .c-weather-current.weather-snow {
  background-image: -webkit-linear-gradient(225deg, #18779e, #0d3f54);
  background-image: -o-linear-gradient(225deg, #18779e, #0d3f54);
  background-image: -moz-linear-gradient(225deg, #18779e, #0d3f54);
  background-image: linear-gradient(225deg, #18779e, #0d3f54); }
  .theme--dark .c-weather-current.weather-snow .weather-current__bg {
    background-image: url("../images/city-weather/snow--night.png"); }

.theme--dark .c-weather-current.weather-haze {
  background-image: -webkit-linear-gradient(225deg, #8f8d52, #2b333c);
  background-image: -o-linear-gradient(225deg, #8f8d52, #2b333c);
  background-image: -moz-linear-gradient(225deg, #8f8d52, #2b333c);
  background-image: linear-gradient(225deg, #8f8d52, #2b333c); }
  .theme--dark .c-weather-current.weather-haze .weather-current__bg {
    background-image: url("../images/city-weather/haze--night.png"); }

@media (max-width: 739px) {
  .c-weather-current .more {
    margin-top: 38px;
    padding: 8px 0 0; }
    .c-weather-current .more > a {
      font-size: 14px;
      line-height: 16px; } }

.c-weather-main-cities {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-weather-main-cities .weather-main-cities__select {
    margin-top: 28px; }
    .c-weather-main-cities .weather-main-cities__select > .qweather-select > .nav > a {
      white-space: normal; }
    .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown {
      display: none; }
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-toggle.btn,
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-toggle.btn.active,
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-toggle.btn:focus,
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-toggle.btn-default.active,
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-toggle.btn-default {
        min-width: 130px;
        background-color: transparent;
        border-radius: 12px;
        padding: 2px 10px;
        border-color: #427BFF;
        color: #427BFF;
        outline: none;
        box-shadow: none; }
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-toggle::after {
        color: #427BFF; }
      .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-menu {
        min-width: 100px;
        background-color: var(--weather-main-citie-dropdown-menu-background-color); }
        .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-menu .dropdown-item {
          color: var(--text-black-1); }
          .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-menu .dropdown-item > i {
            display: none;
            float: right; }
          .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-menu .dropdown-item:hover {
            background-color: var(--weather-main-citie-dropdown-menu-hover-background-color); }
        .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-menu .active {
          background-color: transparent;
          color: #427BFF; }
          .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown .dropdown-menu .active > i {
            display: block;
            color: inherit; }
  .c-weather-main-cities .tab-content {
    margin-top: 20px; }
    .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .city {
      flex: 1 0 auto;
      width: 0; }
    .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail {
      flex: 0 0 50%;
      min-width: 155px;
      width: 0; }
      .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p {
        width: 0;
        font-size: 18px;
        font-weight: 500;
        color: var(--text-black-1);
        white-space: nowrap; }
        .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p.temp-now {
          flex: 0 0 96px; }
          .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p.temp-now > span {
            display: inline-block;
            vertical-align: middle; }
            .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p.temp-now > span:first-child {
              font-weight: normal;
              margin-right: 14px; }
        .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p.temp-interval {
          flex: 0 0 80px;
          text-align: right; }
      .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > img {
        flex: 0 0 30px;
        width: 0;
        height: 30px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-weather-main-cities {
    padding: 30px 16px 20px; }
    .c-weather-main-cities .weather-main-cities__select > .qweather-select {
      display: none !important; }
    .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown {
      display: block; }
    .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p.temp-now {
      flex: 0 0 40px; } }

@media (max-width: 512px) {
  .c-weather-main-cities {
    padding: 30px 16px 20px; }
    .c-weather-main-cities .weather-main-cities__select > .qweather-select {
      display: none !important; }
    .c-weather-main-cities .weather-main-cities__select .weather-cities__dropdown {
      display: block; }
    .c-weather-main-cities .tab-content .qweather-tabs .tabs__row .detail > p.temp-now {
      flex: 0 0 40px; } }

.c-weather-rain {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-weather-rain > .qweather-select {
    max-width: 202px;
    margin: 28px auto 0; }
  .c-weather-rain > .tab-content {
    margin-top: 20px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-weather-rain {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-weather-rain {
    padding: 30px 16px 20px; } }

.c-weather-satellite {
  border-radius: 16px;
  background-color: #000001;
  box-shadow: 2px 2px 12px 0 rgba(17, 18, 10, 0.1);
  padding: 30px 16px 24px; }
  .c-weather-satellite .qweather-title {
    color: white; }
  .c-weather-satellite > a {
    display: block;
    margin: 18px auto 0;
    max-width: 176px; }

.c-weather-radar {
  border-radius: 16px;
  background-color: var(--weather-radar-background-color);
  padding: 30px 16px 18px; }
  .c-weather-radar > a {
    display: block;
    margin: 22px auto 0;
    padding: 29px 15px 6px;
    max-width: 304px;
    border-radius: 16px;
    background-color: #FFFFFF; }

.l-page-weather {
  padding: 24px 0 60px; }
  .l-page-weather .l-page-weather__map {
    border-radius: 16px;
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden; }

@media (max-width: 739px) {
  .l-page-weather {
    padding: 20px 0 30px; }
    .l-page-weather .l-page-weather__map {
      margin-bottom: 12px; } }

.c-severe-weather-map {
  width: 100%;
  position: relative; }
  .c-severe-weather-map .map-cont {
    height: 400px; }
  .c-severe-weather-map .severe-weather-map__up {
    position: absolute;
    z-index: 20;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 16px 16px 0 0; }
    .c-severe-weather-map .severe-weather-map__up .severe-weather-map__title {
      font-size: 20px;
      font-weight: 500;
      color: #28292C;
      padding: 13px 0; }
      .c-severe-weather-map .severe-weather-map__up .severe-weather-map__title > span {
        color: #F74E3B; }

.c-severe-weather-type {
  padding: 30px 20px 35px;
  border-radius: 16px;
  border: 1px solid var(--card-border-color);
  background: -webkit-radial-gradient(circle 310px at 20% 75%, #FFE8EA, #EDF2FB);
  background: -o-radial-gradient(circle 310px at 20% 75%, #FFE8EA, #EDF2FB);
  background: -moz-radial-gradient(circle 310px at 20% 75%, #FFE8EA, #EDF2FB);
  background: radial-gradient(circle 310px at 20% 75%, #FFE8EA, #EDF2FB); }
  .c-severe-weather-type .severe-weather-type__list {
    margin-top: 34px; }
    .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg {
      flex: 0 0 33%;
      width: 0;
      padding-right: 12px;
      margin-top: 12px; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(3), .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(6), .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(9), .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(12), .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(15) {
        padding-right: 0; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(1), .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(2), .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(3) {
        margin: 0; }
    .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item {
      display: block;
      height: 36px;
      border-radius: 18px;
      background-color: var(--severe-weather-type-item-background-color);
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
      text-align: center;
      padding: 0 10px; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item > p {
        font-size: 16px;
        line-height: 36px;
        color: var(--text-black-1);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }

.theme--dark .c-severe-weather-type {
  background: #2D2E32; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-severe-weather-type {
    padding: 30px 16px; }
    .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg {
      flex: 0 0 50%; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(2n+1) {
        padding: 0 6px 0 0; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(2n) {
        padding: 0 0 0 6px; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(3) {
        margin-top: 12px; } }

@media (max-width: 512px) {
  .c-severe-weather-type {
    padding: 30px 16px; }
    .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg {
      flex: 0 0 50%; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(2n+1) {
        padding: 0 6px 0 0; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(2n) {
        padding: 0 0 0 6px; }
      .c-severe-weather-type .severe-weather-type__list .severe-weather-type__item--bg:nth-of-type(3) {
        margin-top: 12px; } }

.c-severe-weather-level {
  padding: 30px 20px 24px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-severe-weather-level .severe-weather__chart {
    margin-top: 28px;
    height: 275px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-severe-weather-level {
    padding: 30px 16px 24px; } }

@media (max-width: 512px) {
  .c-severe-weather-level {
    padding: 30px 16px 24px; } }

.c-severe-news__list .severe-news__row {
  height: 70px;
  padding: 0 20px;
  border-radius: 11px;
  margin-bottom: 6px;
  background-color: var(--severe-weather-news-row-background-color); }
  .c-severe-news__list .severe-news__row:last-child {
    margin: 0; }
  .c-severe-news__list .severe-news__row .severe-news__detail {
    flex: 1 0; }
    .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons {
      width: 50px;
      height: 50px;
      border-radius: 8px;
      margin-right: 20px;
      background-color: #D3D3D3;
      text-align: center; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons > i {
        font-size: 37px;
        line-height: 50px;
        color: #FAFAFA; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons.icons--red {
        background-color: #ED2246; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons.icons--yellow {
        background-color: #FFD700; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons.icons--orange {
        background-color: #FF9518; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons.icons--blue {
        background-color: #00A3FF; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news-icons.icons--white {
        background-color: #D3D3D3; }
    .c-severe-news__list .severe-news__row .severe-news__detail > img {
      width: 52px;
      height: 41px;
      margin-right: 20px; }
    .c-severe-news__list .severe-news__row .severe-news__detail .severe-news__cont {
      flex: 1 0;
      width: 0; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news__cont .cont-title {
        font-size: 18px;
        line-height: 1;
        color: var(--text-black-1);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news__cont .cont-txt {
        font-size: 15px;
        line-height: 16px;
        color: var(--text-black-2);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 8px; }
      .c-severe-news__list .severe-news__row .severe-news__detail .severe-news__cont .severe-news__time {
        margin: 6px 0 0; }
  .c-severe-news__list .severe-news__row .severe-news__time {
    flex: 0 0;
    font-size: 13px;
    line-height: 16px;
    color: var(--text-black-2);
    white-space: nowrap;
    margin-left: 8px; }

.c-severe-weather__news {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 0 20px; }
  .c-severe-weather__news .cont {
    margin-top: 28px;
    padding: 0 20px; }
  .c-severe-weather__news .more {
    margin-top: 20px;
    padding: 19px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-severe-weather__news .more > a {
      font-size: 16px;
      line-height: 16px;
      color: #427BFF; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-severe-weather__news {
    padding: 30px 0 20px; }
    .c-severe-weather__news .cont {
      padding: 0 16px; }
    .c-severe-weather__news .more {
      padding: 13px 0 0; }
      .c-severe-weather__news .more > a {
        font-size: 15px; } }

@media (max-width: 512px) {
  .c-severe-weather__news {
    padding: 30px 0 20px; }
    .c-severe-weather__news .cont {
      padding: 0 16px; }
    .c-severe-weather__news .more {
      padding: 13px 0 0; }
      .c-severe-weather__news .more > a {
        font-size: 15px; } }

.l-page-severe-weather {
  margin: 24px 0; }
  .l-page-severe-weather .l-page-severe-weather__map {
    margin-bottom: 20px; }
  .l-page-severe-weather .l-page-severe-weather__source {
    margin-top: 30px; }

@media (max-width: 739px) {
  .l-page-severe-weather {
    margin: 20px 0 30px; }
    .l-page-severe-weather .l-page-severe-weather__map {
      margin-bottom: 12px; } }

.c-severe-more__nav .dropdown-nav__item {
  flex: 0 0 50%;
  width: 0;
  padding: 0 8px 0 0; }
  .c-severe-more__nav .dropdown-nav__item:last-child {
    padding: 0 0 0 8px; }
  .c-severe-more__nav .dropdown-nav__item > select {
    padding: 0 22px 0 13px;
    border: 1px solid #427BFF;
    border-radius: 17px;
    background-color: transparent;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 16px 16px;
    font-size: 16px;
    line-height: 22px;
    color: #427BFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .c-severe-more__nav .dropdown-nav__item > select::-ms-expand {
      display: none; }

.c-severe-weather-more {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 20px 20px 30px; }
  .c-severe-weather-more .severe-weather-more__top {
    margin-bottom: 20px; }
    .c-severe-weather-more .severe-weather-more__top .qweather-title > span {
      color: #F74E3B; }
    .c-severe-weather-more .severe-weather-more__top .severe-weather-more__select {
      flex: 1 0 100%;
      max-width: 340px; }
  .c-severe-weather-more .severe-weather-more__page {
    margin-top: 30px; }
    .c-severe-weather-more .severe-weather-more__page > span {
      width: 16px;
      height: 32px;
      font-size: 14px;
      line-height: 32px;
      text-align: center;
      color: var(--text-black-2);
      margin-right: 8px; }
    .c-severe-weather-more .severe-weather-more__page > a {
      display: block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: var(--severe-weather-more-page-background-color);
      border: 1px solid var(--severe-weather-more-page-border-color);
      font-size: 14px;
      line-height: 32px;
      text-align: center;
      color: var(--text-black-2);
      margin-right: 8px; }
      .c-severe-weather-more .severe-weather-more__page > a > i {
        font-size: 20px;
        line-height: 32px;
        -webkit-text-stroke: 1px var(--text-white-2); }
      .c-severe-weather-more .severe-weather-more__page > a:last-child {
        margin: 0; }
      .c-severe-weather-more .severe-weather-more__page > a.active {
        color: #427BFF;
        border-color: #427BFF; }

@media (max-width: 739px) {
  .c-severe-weather-more {
    padding: 24px 16px; }
    .c-severe-weather-more .severe-weather-more__top {
      margin-bottom: 13px;
      flex-direction: column;
      -ms-flex-direction: column !important;
      align-items: stretch !important;
      -ms-flex-align: stretch !important; }
      .c-severe-weather-more .severe-weather-more__top .severe-weather-more__select {
        margin-top: 18px;
        max-width: none; }
    .c-severe-weather-more .severe-weather-more__page {
      margin-top: 20px; } }

.l-severe-weather-more {
  margin: 24px 0 24px; }
  .l-severe-weather-more .l-severe-weather-more__row {
    margin-bottom: 20px; }
    .l-severe-weather-more .l-severe-weather-more__row:last-child {
      margin: 0; }
  .l-severe-weather-more .l-severe-weather-more__source {
    margin-top: 30px; }

@media (max-width: 739px) {
  .l-severe-weather-more {
    margin: 20px 0 30px; }
    .l-severe-weather-more .l-severe-weather-more__row {
      margin-bottom: 12px; } }

.c-air-current {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 0 20px; }
  .c-air-current .air-current__aqi {
    margin-top: 35px; }
    .c-air-current .air-current__aqi .air-aqi-chart {
      width: 130px;
      height: 130px;
      margin: 0 auto;
      background-image: url("../images/communal/city-icon.png");
      background-repeat: no-repeat;
      background-size: 406px;
      background-position: -280px top; }
    .c-air-current .air-current__aqi > p {
      margin-top: -10px;
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      color: var(--text-black-1); }
  .c-air-current .more {
    margin-top: 20px;
    padding: 19px 0 0;
    border-top: 1px solid var(--split-line-color);
    text-align: center; }
    .c-air-current .more > a {
      font-size: 16px;
      line-height: 16px;
      color: #427BFF; }

@media (max-width: 739px) {
  .c-air-current .air-current__aqi {
    margin-top: 29px; }
  .c-air-current .more {
    margin-top: 30px;
    padding: 13px 0 0; }
    .c-air-current .more > a {
      font-size: 15px; } }

.c-air-rank {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-air-rank > .qweather-select {
    max-width: 202px;
    margin: 28px auto 0; }
  .c-air-rank > .tab-content {
    margin-top: 20px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-air-rank {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-air-rank {
    padding: 30px 16px 20px; } }

.c-air-main-area {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-air-main-area .air-area__chart {
    margin-top: 20px;
    height: 280px; }

@media (max-width: 920px) and (min-width: 740px) {
  .c-air-main-area {
    padding: 30px 16px 20px; }
    .c-air-main-area .indicator {
      flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      .c-air-main-area .indicator .indicator__item {
        flex: 0 0 50%;
        margin: 0;
        text-align: center; } }

@media (max-width: 540px) {
  .c-air-main-area {
    padding: 30px 16px 20px; }
    .c-air-main-area .indicator {
      flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      .c-air-main-area .indicator .indicator__item {
        flex: 0 0 50%;
        margin: 0;
        text-align: center; } }

.c-air-bluesky {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-air-bluesky > .qweather-select {
    margin-top: 28px; }
    .c-air-bluesky > .qweather-select > .nav > a {
      white-space: normal; }
  .c-air-bluesky .air-bluesky__chart {
    margin-top: 20px; }
    .c-air-bluesky .air-bluesky__chart > .chart {
      height: 320px; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-air-bluesky {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-air-bluesky {
    padding: 30px 16px 20px; } }

.c-air-tip {
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color);
  padding: 30px 20px 20px; }
  .c-air-tip > p {
    margin-top: 28px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-2); }
  .c-air-tip .air-tip__tabs {
    margin-top: 24px; }
    .c-air-tip .air-tip__tabs .air-tip-tabs__row {
      min-height: 40px;
      margin-bottom: 10px;
      border-radius: 10px; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row .air-tip__aqi {
        flex: 0 0 115px;
        width: 0;
        border-radius: 10px 0 0 10px;
        padding-left: 16px; }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row .air-tip__aqi > p {
          font-size: 18px;
          line-height: 24px;
          color: white;
          white-space: nowrap; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row .air-tip__txt {
        flex: 1 0 auto;
        width: 0;
        padding: 10px 20px 10px 24px; }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row .air-tip__txt > p {
          font-size: 15px;
          line-height: 1.5;
          color: var(--text-black-1); }
          .c-air-tip .air-tip__tabs .air-tip-tabs__row .air-tip__txt > p:last-child {
            margin-top: 7px;
            color: var(--text-black-2); }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row:last-child {
        margin: 0; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--1 {
        background-color: rgba(149, 179, 89, 0.06); }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--1 .air-tip__aqi {
          background-color: #95B359; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--2 {
        background-color: rgba(169, 165, 56, 0.06); }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--2 .air-tip__aqi {
          background-color: #A9A538; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--3 {
        background-color: rgba(217, 97, 97, 0.06); }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--3 .air-tip__aqi {
          background-color: #E0991D; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--4 {
        background-color: rgba(224, 153, 29, 0.06); }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--4 .air-tip__aqi {
          background-color: #D96161; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--5 {
        background-color: rgba(162, 87, 208, 0.06); }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--5 .air-tip__aqi {
          background-color: #A257D0; }
      .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--6 {
        background-color: rgba(217, 67, 113, 0.06); }
        .c-air-tip .air-tip__tabs .air-tip-tabs__row.tip-level--6 .air-tip__aqi {
          background-color: #D94371; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-air-tip {
    padding: 30px 16px 20px; } }

@media (max-width: 512px) {
  .c-air-tip {
    padding: 30px 16px 20px; } }

.l-page-air {
  padding: 24px 0; }
  .l-page-air .l-page-air__map {
    height: 400px;
    margin-bottom: 20px; }
  .l-page-air .l-page-air__source {
    margin-top: 30px; }

@media (max-width: 739px) {
  .l-page-air {
    padding: 20px 0 30px; }
    .l-page-air .l-page-air__map {
      margin-bottom: 12px; } }

.c-satellite-radar-switch {
  max-width: 202px;
  margin: 0 auto; }

.c-imagery-satellite {
  padding: 30px 20px 20px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-imagery-satellite > p {
    margin: 24px auto;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-2);
    text-align: center;
    min-height: 110px; }
  .c-imagery-satellite .imagery-satellite__col {
    margin-bottom: 12px; }
    .c-imagery-satellite .imagery-satellite__col:nth-of-type(2n+1) {
      padding-right: 6px; }
    .c-imagery-satellite .imagery-satellite__col:nth-of-type(2n) {
      padding-left: 6px; }
    .c-imagery-satellite .imagery-satellite__col:nth-last-of-type(1) {
      margin: 0; }
    .c-imagery-satellite .imagery-satellite__col > a {
      display: block;
      border-radius: 16px;
      background-color: #000000;
      padding: 10px 0;
      text-align: center; }
      .c-imagery-satellite .imagery-satellite__col > a > img {
        width: auto;
        max-width: 100%;
        height: 186px;
        border-radius: 16px; }
      .c-imagery-satellite .imagery-satellite__col > a > h3 {
        padding: 27px;
        font-size: 18px;
        color: white; }
  .c-imagery-satellite + .zy-container:last-child > div {
    margin: 20px auto 0; }
  .c-imagery-satellite + .zy-container:last-child > ins {
    margin: 20px 0 0; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-imagery-satellite > .row {
    margin-left: -6px;
    margin-right: -6px; }
    .c-imagery-satellite > .row > div[class*='col-'] {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 6px; } }

@media (max-width: 739px) {
  .c-imagery-satellite {
    padding: 30px 16px 20px; }
    .c-imagery-satellite .imagery-satellite__col > a > h3 {
      font-size: 16px; }
    .c-imagery-satellite + .zy-container:last-child > div {
      margin: 12px auto 0; }
    .c-imagery-satellite + .zy-container:last-child > ins {
      margin: 12px 0 0; } }

@media (max-width: 540px) {
  .c-imagery-satellite .imagery-satellite__col:nth-of-type(2n+1) {
    padding-right: 3px; }
  .c-imagery-satellite .imagery-satellite__col:nth-of-type(2n) {
    padding-left: 3px; }
  .c-imagery-satellite .imagery-satellite__col > a {
    padding: 6px 0; }
    .c-imagery-satellite .imagery-satellite__col > a > img {
      height: 144px; }
    .c-imagery-satellite .imagery-satellite__col > a > h3 {
      padding: 15px 0; } }

@media (max-width: 450px) {
  .c-imagery-satellite .imagery-satellite__col > a > img {
    height: 134px; } }

@media (max-width: 413px) {
  .c-imagery-satellite .imagery-satellite__col > a > img {
    height: 124px; } }

.c-satellite-radar-switch {
  max-width: 202px;
  margin: 0 auto; }

.c-imagery-radar {
  padding: 30px 20px 20px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-imagery-radar > p {
    margin: 24px auto;
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-black-2);
    text-align: center;
    min-height: 110px; }
  .c-imagery-radar .imagery-radar__col {
    margin-bottom: 12px; }
    .c-imagery-radar .imagery-radar__col:nth-of-type(2n+1) {
      padding-right: 6px; }
    .c-imagery-radar .imagery-radar__col:nth-of-type(2n) {
      padding-left: 6px; }
    .c-imagery-radar .imagery-radar__col:nth-last-of-type(1), .c-imagery-radar .imagery-radar__col:nth-last-of-type(2) {
      margin: 0; }
    .c-imagery-radar .imagery-radar__col > a {
      display: block;
      border-radius: 16px;
      background-color: var(---imagery-radar-background-color);
      padding: 0 0 10px;
      text-align: center; }
      .c-imagery-radar .imagery-radar__col > a > img {
        width: 100%;
        height: 196px;
        border-radius: 16px;
        background-color: #FFFFFF; }
      .c-imagery-radar .imagery-radar__col > a > h3 {
        padding: 27px;
        font-size: 18px;
        color: var(--text-black-1); }
  .c-imagery-radar + .zy-container:last-child > div {
    margin: 20px auto 0; }
  .c-imagery-radar + .zy-container:last-child > ins {
    margin: 20px 0 0; }

@media (max-width: 879px) and (min-width: 740px) {
  .c-imagery-radar > .row {
    margin-left: -6px;
    margin-right: -6px; }
    .c-imagery-radar > .row > div[class*='col-'] {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 6px; }
  .c-imagery-radar .imagery-radar__col:nth-last-of-type(2) {
    margin-bottom: 12px; } }

@media (max-width: 739px) {
  .c-imagery-radar {
    padding: 30px 16px 20px; }
    .c-imagery-radar .imagery-radar__col > a > h3 {
      font-size: 16px; }
    .c-imagery-radar + .zy-container:last-child > div {
      margin: 12px auto 0; }
    .c-imagery-radar + .zy-container:last-child > ins {
      margin: 12px 0 0; } }

@media (max-width: 540px) {
  .c-imagery-radar .imagery-radar__col:nth-of-type(2n+1) {
    padding-right: 3px; }
  .c-imagery-radar .imagery-radar__col:nth-of-type(2n) {
    padding-left: 3px; }
  .c-imagery-radar .imagery-radar__col > a {
    padding: 6px 0; }
    .c-imagery-radar .imagery-radar__col > a > img {
      height: 144px; }
    .c-imagery-radar .imagery-radar__col > a > h3 {
      padding: 15px 0; } }

@media (max-width: 450px) {
  .c-imagery-radar .imagery-radar__col > a > img {
    height: 134px; } }

@media (max-width: 413px) {
  .c-imagery-radar .imagery-radar__col > a > img {
    height: 124px; } }

.c-imagery-tip {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--card-background-color);
  border: 1px solid var(--card-border-color); }
  .c-imagery-tip > h3 {
    font-size: 16px;
    line-height: 18px;
    color: var(--text-black-1);
    margin-top: 20px; }
    .c-imagery-tip > h3:first-child {
      margin: 0; }
  .c-imagery-tip > p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 20px;
    color: var(--text-black-2); }

@media (max-width: 739px) {
  .c-imagery-tip h3, .c-imagery-tip p {
    text-align: center; } }

.l-page-imagery {
  padding: 24px 0 60px; }
  .l-page-imagery .l-page-imagery__row {
    margin-bottom: 20px; }
    .l-page-imagery .l-page-imagery__row .l-page-imagery__item {
      flex: 0 0 50%;
      width: 0;
      padding: 0 6px 0 0; }
      .l-page-imagery .l-page-imagery__row .l-page-imagery__item:last-child {
        padding: 0 0 0 6px; }
    .l-page-imagery .l-page-imagery__row:nth-last-of-type(2) {
      margin: 0; }
    .l-page-imagery .l-page-imagery__row + .zy-container:last-child .bd {
      margin: 20px auto 0; }
    .l-page-imagery .l-page-imagery__row + .zy-container:last-child > ins.adsbygoogle[data-ad-status="filled"] {
      margin: 20px 0 0; }

@media (max-width: 739px) {
  .l-page-imagery {
    padding: 20px 0 30px; }
    .l-page-imagery .l-page-imagery__row {
      margin-bottom: 12px; }
      .l-page-imagery .l-page-imagery__row + .zy-container:last-child .bd {
        margin: 12px auto 0; }
      .l-page-imagery .l-page-imagery__row + .zy-container:last-child > ins.adsbygoogle[data-ad-status="filled"] {
        margin: 12px 0 0; }
      .l-page-imagery .l-page-imagery__row .l-page-imagery__item {
        flex: 0 0 100%;
        width: 100%;
        padding: 0; }
        .l-page-imagery .l-page-imagery__row .l-page-imagery__item:last-child {
          padding: 0; } }

.c-single-imagery-selection {
  margin: 16px 0 0; }
  .c-single-imagery-selection > h2 {
    margin-top: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: var(--text-black-1); }
  .c-single-imagery-selection > .list-group {
    margin: 20px 0 30px; }
    .c-single-imagery-selection > .list-group .list-group-item {
      border: 2px solid transparent;
      border-radius: 8px;
      background-color: var(--single-imagery-selectoin-li-background-color);
      padding: 0; }
      .c-single-imagery-selection > .list-group .list-group-item > a {
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 300;
        color: var(--text-black-2);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .c-single-imagery-selection > .list-group .list-group-item + .list-group-item {
        margin-top: 6px; }
      .c-single-imagery-selection > .list-group .list-group-item:hover, .c-single-imagery-selection > .list-group .list-group-item.active {
        background-color: #427BFF; }
        .c-single-imagery-selection > .list-group .list-group-item:hover > a, .c-single-imagery-selection > .list-group .list-group-item.active > a {
          color: white; }
  .c-single-imagery-selection .dropdown {
    margin-bottom: 10px; }
    .c-single-imagery-selection .dropdown > .btn {
      padding: 5px 15px;
      border-radius: 14px;
      border: 1px solid #427BFF;
      color: #427BFF;
      background-color: transparent;
      box-shadow: none; }
      .c-single-imagery-selection .dropdown > .btn > span {
        font-size: 14px;
        line-height: 16px; }
      .c-single-imagery-selection .dropdown > .btn:focus:active, .c-single-imagery-selection .dropdown > .btn:hover {
        box-shadow: none;
        background-color: transparent; }
    .c-single-imagery-selection .dropdown > .dropdown-menu {
      padding: 5px 0;
      background-color: var(--single-imagery-selectoin-background-color); }
      .c-single-imagery-selection .dropdown > .dropdown-menu > a {
        display: block;
        padding: 3px 20px;
        font-size: 14px;
        color: var(--text-black-1);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .c-single-imagery-selection .dropdown > .dropdown-menu > a:hover {
          background-color: var(--single-imagery-selectoin-menu-hover-background-color); }

.c-single-imagery-player {
  padding: 0 0 0 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none; }
  .c-single-imagery-player .image-video {
    border-radius: 16px;
    overflow: hidden; }
  .c-single-imagery-player > p {
    padding: 20px 0;
    font-size: 15px;
    color: var(--text-black-2);
    line-height: 22px; }
  .c-single-imagery-player .image-video-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #000000; }
    .c-single-imagery-player .image-video-wrapper .image-video-wrapper__ul {
      display: block;
      width: 100%;
      background: #F0F0F0;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      border: 0 #41434f solid;
      height: 460px; }
      .c-single-imagery-player .image-video-wrapper .image-video-wrapper__ul li {
        width: 100%;
        position: absolute;
        display: block;
        overflow: hidden;
        background-color: #000000; }
        .c-single-imagery-player .image-video-wrapper .image-video-wrapper__ul li img {
          display: block;
          margin: 0 auto;
          height: 460px; }
    .c-single-imagery-player .image-video-wrapper .image-video-player-bottom {
      height: 42px;
      background-color: #000000; }
      .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item {
        flex: 0 0 15%;
        text-align: center; }
        .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item:nth-of-type(1) {
          min-width: 46px; }
        .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item:nth-of-type(2) {
          flex: 1 0;
          padding: 0 5px; }
        .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item:nth-of-type(3) {
          min-width: 32px; }
        .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item > span {
          vertical-align: middle; }
          .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item > span i {
            font-size: 16px;
            line-height: 42px;
            color: white;
            cursor: pointer; }
          .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item > span.play {
            display: inline-block; }
          .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item > span.pause {
            display: none; }
        .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item.cont .progress--bg {
          height: 5px;
          border-radius: 5px;
          background-color: rgba(255, 255, 255, 0.4);
          cursor: pointer;
          position: relative; }
          .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item.cont .progress--bg .value {
            width: 50%;
            height: 100%;
            border-radius: 5px;
            background-color: #FCCC29;
            position: relative; }
            .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item.cont .progress--bg .value .circle {
              position: absolute;
              width: 14px;
              height: 14px;
              border-radius: 50%;
              background-color: #FCCC29;
              top: 50%;
              right: -7px;
              margin: -7px 0;
              cursor: pointer; }
            .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item.cont .progress--bg .value .down {
              position: absolute;
              top: -17px;
              right: -7px;
              display: block;
              width: 0;
              height: 0;
              border-left: 7px solid transparent;
              border-top: 10px solid #FCCC29;
              border-right: 7px solid transparent; }
            .c-single-imagery-player .image-video-wrapper .image-video-player-bottom .image-video-player__item.cont .progress--bg .value .text {
              position: absolute;
              width: 140px;
              height: 26px;
              border-radius: 5px;
              background-color: #FCCC29;
              top: -42px;
              right: -70px;
              font-size: 12px;
              line-height: 26px;
              color: black;
              white-space: nowrap; }

@media (max-width: 739px) {
  .c-single-imagery-player {
    padding: 0; } }

.l-page-single-imagery {
  margin-top: 30px;
  padding-bottom: 30px;
  border-radius: 16px; }
  .l-page-single-imagery .l-single-imagery__row {
    margin: 20px 0 0; }
    .l-page-single-imagery .l-single-imagery__row.main {
      margin-top: 0;
      padding: 0 20px;
      border-radius: 16px;
      background-color: var(--card-background-color);
      border: 1px solid var(--card-border-color); }
    .l-page-single-imagery .l-single-imagery__row + .zy-container > div {
      margin: 20px auto 0; }
    .l-page-single-imagery .l-single-imagery__row + .zy-container > ins {
      margin: 20px 0 20px; }
    .l-page-single-imagery .l-single-imagery__row + .zy-container:last-child > div {
      margin: 20px auto 0; }
    .l-page-single-imagery .l-single-imagery__row + .zy-container:last-child > ins {
      margin: 20px 0 0; }
  .l-page-single-imagery .l-single-imagery__item {
    width: 0;
    flex: 0 0 33.33%;
    padding-right: 6px; }
    .l-page-single-imagery .l-single-imagery__item:last-child {
      flex: 0 0 66.66%;
      padding-left: 6px; }

@media (max-width: 739px) {
  .l-page-single-imagery {
    margin-top: 20px; }
    .l-page-single-imagery .l-single-imagery__row {
      margin: 12px 0 0; }
      .l-page-single-imagery .l-single-imagery__row.main {
        padding: 0 16px 20px;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
      .l-page-single-imagery .l-single-imagery__row + .zy-container > div {
        margin: 12px auto 0; }
      .l-page-single-imagery .l-single-imagery__row + .zy-container > ins {
        margin: 12px 0 12px; }
      .l-page-single-imagery .l-single-imagery__row + .zy-container:last-child > div {
        margin: 12px auto 0; }
      .l-page-single-imagery .l-single-imagery__row + .zy-container:last-child > ins {
        margin: 12px 0 0; }
    .l-page-single-imagery .l-single-imagery__item {
      width: 100%;
      flex: 0 0 100%;
      padding: 0; }
      .l-page-single-imagery .l-single-imagery__item:last-child {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 12px; } }

.c-business-banner {
  height: 460px;
  max-width: 900px;
  margin: 0 auto;
  padding: 160px 0 0;
  background-image: url("../images/business/banner-business.png");
  background-repeat: no-repeat;
  background-size: auto 82%;
  background-position-x: right;
  background-position-y: bottom; }
  .c-business-banner .business-banner__title {
    width: 600px;
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    color: black; }
  .c-business-banner .business-banner__txt {
    margin: 30px 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    color: #61686E; }

@media (max-width: 1039px) {
  .c-business-banner {
    padding: 60px 0 0 60px;
    background-size: auto 70%; }
    .c-business-banner .business-banner__title {
      width: 100%; } }

@media (max-width: 879px) {
  .c-business-banner {
    height: 400px; }
    .c-business-banner .business-banner__title {
      font-size: 40px; }
    .c-business-banner .business-banner__txt {
      font-size: 16px;
      margin: 26px 0 0; } }

@media (max-width: 739px) {
  .c-business-banner {
    padding: 61px 0 0;
    background-image: none;
    height: auto;
    text-align: center; }
    .c-business-banner .business-banner__title {
      font-size: 36px;
      line-height: 39px; }
    .c-business-banner .business-banner__txt {
      margin: 10px 0 0;
      font-size: 14px; }
    .c-business-banner > img {
      display: block;
      margin: 10px auto 0;
      width: auto;
      height: 300px; } }

.c-business-introduction {
  padding: 59px 0;
  text-align: center; }
  .c-business-introduction > p {
    max-width: 590px;
    margin: 0 auto 10px auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: var(--business-intro-p-color); }
    .c-business-introduction > p > span {
      color: var(--business-intro-span-color); }

@media (max-width: 879px) {
  .c-business-introduction > p {
    max-width: 480px;
    font-size: 14px; } }

@media (max-width: 739px) {
  .c-business-introduction {
    padding: 36px 0; }
    .c-business-introduction > p {
      line-height: 28px; } }

.business-mosaics-traffic__main {
  margin: 0 auto;
  height: 400px;
  background-image: url("../images/business/m1-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  background-position-y: bottom; }
  .business-mosaics-traffic__main .business-mosaics-traffic-main__mb {
    height: 400px;
    background: -webkit-radial-gradient(circle 2600px at 85% 15%, rgba(8, 8, 23, 0.39), rgba(10, 16, 43, 0.85));
    background: -o-radial-gradient(circle 2600px at 85% 15%, rgba(8, 8, 23, 0.39), rgba(10, 16, 43, 0.85));
    background: -moz-radial-gradient(circle 2600px at 85% 15%, rgba(8, 8, 23, 0.39), rgba(10, 16, 43, 0.85));
    background: radial-gradient(circle 2600px at 85% 15%, rgba(8, 8, 23, 0.39), rgba(10, 16, 43, 0.85)); }
    .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .left {
      width: 380px;
      height: 400px;
      float: left;
      background-color: rgba(10, 27, 42, 0.5);
      background-image: url("../images/business/m1-sticker.png");
      background-repeat: no-repeat;
      background-size: 130px 124px;
      background-position-x: right;
      background-position-y: bottom; }
    .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right {
      width: auto;
      height: 400px;
      float: left;
      padding: 80px 0 0 96px; }
      .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 35px;
        color: white; }
      .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > p {
        width: 386px;
        margin: 40px 0 10px 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        color: white; }
      .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > a {
        display: block;
        width: 144px;
        height: 40px;
        margin: 78px 0 0;
        border-radius: 20px;
        background-color: #FFFFFF;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        color: black; }

@media (max-width: 1039px) {
  .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right {
    padding: 80px 0 0 86px; }
    .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > p {
      width: 360px; } }

@media (max-width: 879px) {
  .business-mosaics-traffic__main {
    height: 320px; }
    .business-mosaics-traffic__main .business-mosaics-traffic-main__mb {
      height: 320px; }
      .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .left {
        width: 304px;
        height: 320px;
        background-size: 104px 102px; }
      .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right {
        height: 320px;
        padding: 50px 0 0 40px; }
        .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > h2 {
          font-size: 20px; }
        .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > p {
          width: 280px;
          margin: 32px 0 0 0;
          font-size: 14px; }
        .business-mosaics-traffic__main .business-mosaics-traffic-main__mb .right > a {
          margin: 51px 0 0; } }

.business-mosaics-widget {
  background-image: url("../images/business/weather-date.png"); }
  .business-mosaics-widget .business-mosaics-widget-img {
    background-image: url("../images/business/m2-sticker.png"); }

.c-business-mosaics-weather {
  background-image: url("../images/business/m4-left.png"); }
  .c-business-mosaics-weather .c-business-mosaics-weather-img {
    background-image: url("../images/business/m4-sticker.png"); }

.c-business-mosaics {
  background-repeat: no-repeat;
  background-size: 380px 400px;
  background-position-x: left;
  background-position-y: bottom;
  padding: 0 0 0 250px; }
  .c-business-mosaics .business-mosaics__img {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 130px 124px;
    background-position-x: left;
    background-position-y: bottom;
    padding: 0 0 0 130px; }
    .c-business-mosaics .business-mosaics__img .business-mosaics__main {
      min-height: 400px;
      background-color: var(--business-mosaics-main-background-color);
      padding: 80px 0 0 96px; }
      .c-business-mosaics .business-mosaics__img .business-mosaics__main > h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 32px;
        color: var(--business-mosaics-main-h2-color); }
      .c-business-mosaics .business-mosaics__img .business-mosaics__main > p {
        width: 386px;
        margin: 40px 0 10px 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        color: var(--business-mosaics-main-p-color); }
      .c-business-mosaics .business-mosaics__img .business-mosaics__main > a {
        display: block;
        width: 144px;
        height: 40px;
        margin: 78px 0 0;
        border-radius: 20px;
        background-color: var(--business-mosaics-main-a-background-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        color: var(--business-mosaics-main-a-color); }

@media (max-width: 1039px) {
  .c-business-mosaics .business-mosaics__img .business-mosaics__main {
    padding: 80px 0 0 86px; }
    .c-business-mosaics .business-mosaics__img .business-mosaics__main > p {
      width: 360px;
      line-height: 1.5; } }

@media (max-width: 879px) {
  .c-business-mosaics {
    background-size: 304px 320px;
    padding: 0 0 0 200px; }
    .c-business-mosaics .business-mosaics__img {
      background-size: 104px 102px;
      padding: 0 0 0 104px; }
      .c-business-mosaics .business-mosaics__img .business-mosaics__main {
        min-height: 320px;
        padding: 50px 0 0 40px; }
        .c-business-mosaics .business-mosaics__img .business-mosaics__main > h2 {
          font-size: 20px; }
        .c-business-mosaics .business-mosaics__img .business-mosaics__main > p {
          width: 280px;
          margin: 23px 0 0 0;
          font-size: 14px;
          line-height: 1.5; }
        .c-business-mosaics .business-mosaics__img .business-mosaics__main > a {
          margin: 51px 0 0; } }

@media (max-width: 739px) {
  .c-business-mosaics {
    background-size: cover;
    padding: 0; }
    .c-business-mosaics .business-mosaics__main {
      min-height: 256px;
      background-color: transparent;
      padding: 42px 16px;
      text-align: center; }
      .c-business-mosaics .business-mosaics__main > h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        color: white; }
      .c-business-mosaics .business-mosaics__main > p {
        width: 100%;
        max-width: 330px;
        margin: 23px auto 0 auto;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 300;
        color: white; }
      .c-business-mosaics .business-mosaics__main > a {
        display: block;
        width: 144px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        margin: 51px auto 0 auto;
        background-color: white;
        font-weight: 400;
        color: black;
        border-radius: 20px; }
  .business-mosaics-widget {
    background-image: url("../images/business/weather-data-xs.png"); }
  .c-business-mosaics-traffic {
    background-image: url("../images/business/m1-bg-xs.png"); }
  .c-business-mosaics-weather {
    background-image: url("../images/business/m4-left-xs.png"); } }

.c-business-advantage {
  padding: 80px 0; }
  .c-business-advantage .business-advantage__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    color: var(--text-black-1);
    text-align: center; }
  .c-business-advantage .business-advantage__row {
    margin-top: 82px; }
    .c-business-advantage .business-advantage__row .business-advantage__item--bg {
      flex: 0 0 33.33%;
      padding: 6px; }
      .c-business-advantage .business-advantage__row .business-advantage__item--bg:first-child {
        padding-left: 0; }
      .c-business-advantage .business-advantage__row .business-advantage__item--bg:last-child {
        padding-right: 0; }
    .c-business-advantage .business-advantage__row .business-advantage__item {
      background-color: var(--business-advantage-item-background-color);
      padding: 20px 0 65px;
      text-align: center; }
      .c-business-advantage .business-advantage__row .business-advantage__item > img {
        width: 80px;
        height: 80px; }
      .c-business-advantage .business-advantage__row .business-advantage__item .cont > h3 {
        margin-top: 30px;
        font-size: 24px;
        line-height: 33px;
        font-weight: 500;
        color: var(--text-black-1); }
      .c-business-advantage .business-advantage__row .business-advantage__item .cont > p {
        font-size: 16px;
        font-weight: normal;
        line-height: 32px;
        color: var(--business-advantage-item-cont-p-color); }

@media (max-width: 879px) {
  .c-business-advantage {
    padding: 50px 0; }
    .c-business-advantage .business-advantage__title {
      font-size: 28px;
      font-weight: normal;
      line-height: 32px; }
    .c-business-advantage .business-advantage__row {
      margin-top: 50px;
      flex-direction: column;
      -ms-flex-direction: column; }
      .c-business-advantage .business-advantage__row .business-advantage__item--bg {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 14px; }
        .c-business-advantage .business-advantage__row .business-advantage__item--bg:last-child {
          margin: 0; }
      .c-business-advantage .business-advantage__row .business-advantage__item {
        padding: 16px;
        text-align: left; }
        .c-business-advantage .business-advantage__row .business-advantage__item img, .c-business-advantage .business-advantage__row .business-advantage__item .cont {
          display: inline-block;
          vertical-align: middle; }
        .c-business-advantage .business-advantage__row .business-advantage__item > img {
          width: 76px;
          height: 76px;
          margin-right: 20px; }
        .c-business-advantage .business-advantage__row .business-advantage__item .cont > h3 {
          font-size: 20px;
          font-weight: 500;
          line-height: 28px;
          margin: 0; }
        .c-business-advantage .business-advantage__row .business-advantage__item .cont > p {
          font-size: 14px;
          font-weight: 400;
          line-height: 22px; } }

.c-business-brands {
  padding: 120px 0 0; }
  .c-business-brands .business-brands__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    color: var(--text-black-1); }
  .c-business-brands .business-brands__table {
    margin: 82px 0 0;
    border: 0; }
    .c-business-brands .business-brands__table img {
      width: auto;
      height: 37px;
      margin: 0 auto 46px auto; }
    .c-business-brands .business-brands__table tr:nth-of-type(3) td img {
      margin-bottom: 0; }

@media (max-width: 1039px) {
  .c-business-brands {
    padding: 100px 0 0; } }

@media (max-width: 879px) {
  .c-business-brands {
    padding: 60px 0 0; }
    .c-business-brands .business-brands__table tr td img {
      margin: 0 auto 37px auto; }
    .c-business-brands .business-brands__table tr td:nth-of-type(5) {
      display: none; } }

@media (max-width: 739px) {
  .c-business-brands {
    padding: 50px 0; }
    .c-business-brands .business-brands__title {
      font-size: 24px;
      line-height: 26.4px; }
    .c-business-brands .business-brands__table {
      margin: 50px 0 0; }
      .c-business-brands .business-brands__table tr td img {
        height: 24px; }
      .c-business-brands .business-brands__table tr td:nth-of-type(4) {
        display: none; } }

.l-page-business-more {
  background-color: var(--business-more-background-color); }
  .l-page-business-more > .container {
    background-color: var(--business-more-background-color);
    padding-top: 69px;
    padding-bottom: 69px; }
    .l-page-business-more > .container > h2 {
      font-size: 24px;
      font-weight: normal;
      line-height: 33px;
      color: var(--text-black-1);
      text-align: center; }
    .l-page-business-more > .container > a {
      display: block;
      margin: 32px auto 0 auto;
      width: 144px;
      height: 46px;
      font-size: 14px;
      border-radius: 20px;
      font-weight: normal;
      line-height: 46px;
      color: var(--text-white-1);
      text-align: center;
      background-color: var(--business-more-a-background-color); }

@media (max-width: 879px) {
  .l-page-business-more > .container > h2 {
    font-size: 22px; } }

@media (max-width: 739px) {
  .l-page-business-more > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    .l-page-business-more > .container > h2 {
      font-size: 20px; } }

.l-page-business .l-business__banner {
  background: url("../images/business/business-banner-bg.png") no-repeat center center;
  background-size: 100% 100%; }

.l-page-business .l-business__advantage {
  margin-top: 100px;
  background-color: var(--business-advantage-background-color); }

.l-page-business .l-business__vignettes {
  margin: 100px 0 80px; }

@media (max-width: 1039px) {
  .l-page-business .l-business__advantage {
    margin-top: 80px; }
  .l-page-business .l-business__vignettes {
    margin: 80px 0 60px; } }

@media (max-width: 879px) {
  .l-page-business .l-business__advantage {
    margin-top: 60px; }
  .l-page-business .l-business__vignettes {
    margin: 60px 0 40px; } }

@media (max-width: 739px) {
  .l-page-business .l-business__advantage {
    margin-top: 50px; }
  .l-page-business .l-business__vignettes {
    margin: 0 0 40px; } }

.c-business-tws-banner {
  height: 460px;
  padding: 162px 0 0 165px; }
  .c-business-tws-banner > h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 33px;
    color: white; }
  .c-business-tws-banner > p {
    margin: 30px 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    color: white; }

@media (max-width: 879px) {
  .c-business-tws-banner {
    height: 400px;
    padding: 130px 0 0; }
    .c-business-tws-banner > h1 {
      text-align: center; }
    .c-business-tws-banner > p {
      text-align: center; } }

.c-business-tws-traffic .business-tws-traffic__title {
  font-size: 30px;
  font-weight: normal;
  line-height: 33px;
  color: var(--text-black-1); }

.c-business-tws-traffic .business-tws-traffic__row {
  margin-top: 70px; }
  .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item {
    flex: 0 0 20%; }
    .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item > img {
      width: 122px;
      height: 70px;
      margin: 0 auto 25px; }
    .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item > p {
      font-size: 16px;
      font-weight: normal;
      line-height: 23px;
      color: var(--business-tws-traffic-item-p-color); }

@media (max-width: 879px) {
  .c-business-tws-traffic .business-tws-traffic__title {
    font-size: 24px;
    line-height: 26.4px; }
  .c-business-tws-traffic .business-tws-traffic__row {
    margin-top: 30px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important; }
    .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item {
      flex: 0 0 33.33%; }
      .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item > img {
        width: 70px;
        height: 40px;
        margin: 0 auto 14px; }
      .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item > p {
        font-size: 14px;
        line-height: 20px; }
      .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item:nth-last-of-type(1), .c-business-tws-traffic .business-tws-traffic__row .business-tws-traffic__item:nth-last-of-type(2) {
        margin: 30px 0 0;
        flex: 0 0 50%; } }

.c-business-tws-cascade .business-tws-cascade__row > img {
  width: 468px;
  height: auto;
  margin-right: 50px; }

.c-business-tws-cascade .business-tws-cascade__row .cont {
  flex: 1 0;
  max-width: 435px; }
  .c-business-tws-cascade .business-tws-cascade__row .cont .cascade__title {
    font-size: 30px;
    font-weight: normal;
    line-height: 33px;
    color: var(--text-black-1);
    margin-bottom: 40px; }
  .c-business-tws-cascade .business-tws-cascade__row .cont > p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--business-tws-traffic-cascade-p-color);
    margin: 0 auto 10px; }
    .c-business-tws-cascade .business-tws-cascade__row .cont > p:last-child {
      margin: 0; }

.c-business-tws-cascade .business-tws-cascade__row:last-child {
  margin-top: 80px; }

@media (max-width: 879px) {
  .c-business-tws-cascade .business-tws-cascade__row {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    text-align: center; }
    .c-business-tws-cascade .business-tws-cascade__row > img {
      margin: 20px auto 0;
      width: 100%;
      max-width: 562px; }
    .c-business-tws-cascade .business-tws-cascade__row .cont {
      max-width: 320px; }
      .c-business-tws-cascade .business-tws-cascade__row .cont .cascade__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px; }
      .c-business-tws-cascade .business-tws-cascade__row .cont > p {
        max-width: 460px; }
    .c-business-tws-cascade .business-tws-cascade__row:last-child {
      margin-top: 45px; } }

@media (max-width: 739px) {
  .c-business-tws-cascade .business-tws-cascade__row {
    text-align: center; }
    .c-business-tws-cascade .business-tws-cascade__row > img {
      margin: 26px auto 0;
      max-width: 450px; }
    .c-business-tws-cascade .business-tws-cascade__row .cont .cascade__title {
      font-size: 24px; }
    .c-business-tws-cascade .business-tws-cascade__row .cont > p {
      max-width: 420px;
      font-size: 14px; } }

.c-business-tws-travel {
  background-image: url("../images/business/road.png");
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position-x: 0%;
  background-position-y: 100%;
  background-color: var(--business-tws-traffic-travel-background-color); }
  .c-business-tws-travel .c-business-tws-travel__car {
    background-image: url("../images/business/car.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: 0%;
    background-position-y: 80%;
    background-color: transparent;
    padding: 0 0 0 402px; }
    .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content {
      min-height: 417px;
      height: auto;
      padding: 60px 0 0; }
      .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel__title {
        font-size: 30px;
        font-weight: normal;
        line-height: 56px;
        color: white;
        padding-left: 65px; }
      .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel__txt {
        font-size: 16px;
        font-weight: normal;
        line-height: 27px;
        color: white;
        margin: 15px 0 0;
        padding-left: 65px; }
      .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__row {
        margin-top: 60px; }
      .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__item {
        flex: 0 0 33.33%; }
        .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__item > img {
          display: block;
          width: 62px;
          height: 62px;
          margin: 0 auto 10px; }
        .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__item > p {
          font-size: 16px;
          font-weight: normal;
          line-height: 27px;
          color: white;
          text-align: center; }

@media (max-width: 879px) {
  .c-business-tws-travel {
    background-size: cover;
    background-position-x: center;
    background-color: transparent; }
    .c-business-tws-travel .c-business-tws-travel__car {
      background-size: 50%;
      padding: 0; }
      .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content {
        background-color: rgba(0, 0, 0, 0.3);
        min-height: 400px;
        padding: 60px 0 0;
        text-align: center; }
        .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel__title {
          font-size: 28px;
          padding: 0; }
        .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel__txt {
          font-size: 16px;
          line-height: 24px;
          padding: 0; } }

@media (max-width: 739px) {
  .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content {
    min-height: 320px;
    padding: 40px 16px; }
    .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel__title {
      font-size: 24px; }
    .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel__txt {
      margin: 8px auto 0;
      font-size: 14px; }
    .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__row {
      margin-top: 43px; }
    .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__item > img {
      width: 54px;
      height: 54px; }
    .c-business-tws-travel .c-business-tws-travel__car .business-tws-travel__content .travel-cont__item > p {
      font-size: 13px; } }

.c-business-tws-service {
  padding: 80px 0; }
  .c-business-tws-service .service__title {
    font-size: 30px;
    font-weight: normal;
    line-height: 56px;
    color: var(--text-black-1);
    margin-bottom: 70px; }
  .c-business-tws-service .business-tws-service__item {
    margin: 0 20px 0 0;
    max-width: 300px; }
    .c-business-tws-service .business-tws-service__item:last-child {
      margin: 0; }
    .c-business-tws-service .business-tws-service__item .service-item__top img, .c-business-tws-service .business-tws-service__item .service-item__top h3 {
      display: inline-block;
      vertical-align: middle; }
    .c-business-tws-service .business-tws-service__item .service-item__top > img {
      width: 22px;
      height: 22px;
      margin-right: 16px; }
    .c-business-tws-service .business-tws-service__item .service-item__top > h3 {
      font-size: 20px;
      font-weight: normal;
      line-height: 20px;
      color: var(--text-black-1); }
    .c-business-tws-service .business-tws-service__item > p {
      margin: 30px 0 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 25px;
      color: var(--business-tws-service-item-p-color); }
    .c-business-tws-service .business-tws-service__item:first-child > p {
      white-space: nowrap; }

@media (max-width: 739px) {
  .c-business-tws-service {
    padding: 60px 0; }
    .c-business-tws-service .service__title {
      font-size: 28px;
      margin-bottom: 40px; }
    .c-business-tws-service .business-tws-service__row {
      max-width: 320px;
      margin: 0 auto;
      flex-direction: column;
      -ms-flex-direction: column; }
    .c-business-tws-service .business-tws-service__item {
      max-width: none;
      margin: 0 0 26px; }
      .c-business-tws-service .business-tws-service__item:last-child {
        margin: 0; }
      .c-business-tws-service .business-tws-service__item > p {
        margin: 26px 0 0; }
      .c-business-tws-service .business-tws-service__item:first-child > p {
        white-space: normal; } }

.l-page-business-more {
  background-color: var(--business-more-background-color); }
  .l-page-business-more > .container {
    background-color: var(--business-more-background-color);
    padding-top: 69px;
    padding-bottom: 69px; }
    .l-page-business-more > .container > h2 {
      font-size: 24px;
      font-weight: normal;
      line-height: 33px;
      color: var(--text-black-1);
      text-align: center; }
    .l-page-business-more > .container > a {
      display: block;
      margin: 32px auto 0 auto;
      width: 144px;
      height: 46px;
      font-size: 14px;
      border-radius: 20px;
      font-weight: normal;
      line-height: 46px;
      color: var(--text-white-1);
      text-align: center;
      background-color: var(--business-more-a-background-color); }

@media (max-width: 879px) {
  .l-page-business-more > .container > h2 {
    font-size: 22px; } }

@media (max-width: 739px) {
  .l-page-business-more > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    .l-page-business-more > .container > h2 {
      font-size: 20px; } }

.l-page-business-service-more {
  padding: 100px 0 80px; }
  .l-page-business-service-more .business-service-more__title {
    font-size: 30px;
    font-weight: normal;
    line-height: 33px;
    text-align: center;
    color: var(--text-black-1);
    margin: 0 0 60px; }
  .l-page-business-service-more .business-service-more__item--bg {
    flex: 0 0 33.33%;
    padding: 0 15px; }
    .l-page-business-service-more .business-service-more__item--bg:nth-of-type(1) {
      padding-left: 0; }
      .l-page-business-service-more .business-service-more__item--bg:nth-of-type(1) .business-service-more__item {
        background-image: url("../images/business/weather-data-bg.png"); }
        .l-page-business-service-more .business-service-more__item--bg:nth-of-type(1) .business-service-more__item .cont {
          background-color: rgba(0, 0, 0, 0.2) !important;
          background-image: url("../images/business/m2-sticker.png"); }
    .l-page-business-service-more .business-service-more__item--bg:nth-of-type(2) .business-service-more__item {
      background-image: url("../images/business/m1-background.png"); }
      .l-page-business-service-more .business-service-more__item--bg:nth-of-type(2) .business-service-more__item .cont {
        background-image: url("../images/business/m1-sticker.png"); }
    .l-page-business-service-more .business-service-more__item--bg:nth-of-type(3) {
      padding-right: 0; }
      .l-page-business-service-more .business-service-more__item--bg:nth-of-type(3) .business-service-more__item {
        background-image: url("../images/business/m4-left-bg.png"); }
        .l-page-business-service-more .business-service-more__item--bg:nth-of-type(3) .business-service-more__item .cont {
          background-image: url("../images/business/m4-sticker.png"); }
  .l-page-business-service-more .business-service-more__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    border-radius: 16px; }
    .l-page-business-service-more .business-service-more__item .cont {
      border-radius: 16px;
      padding: 20px 30px;
      height: 320px;
      background-repeat: no-repeat;
      background-size: 101px 96px;
      background-position-x: right;
      background-position-y: bottom;
      background-color: transparent; }
      .l-page-business-service-more .business-service-more__item .cont .service-more-item__title {
        font-size: 17px;
        font-weight: normal;
        line-height: 18.7px;
        color: white;
        margin-bottom: 16px; }
      .l-page-business-service-more .business-service-more__item .cont > a {
        display: block; }
        .l-page-business-service-more .business-service-more__item .cont > a span, .l-page-business-service-more .business-service-more__item .cont > a img {
          display: inline-block;
          vertical-align: middle; }
        .l-page-business-service-more .business-service-more__item .cont > a > span {
          font-size: 15px;
          font-weight: 300;
          line-height: 21.8px;
          color: #f9c800; }
        .l-page-business-service-more .business-service-more__item .cont > a > img {
          width: 28px;
          height: 19px;
          margin-left: 20px; }

@media (max-width: 1039px) {
  .l-page-business-service-more {
    padding: 80px 0 60px; } }

@media (max-width: 879px) {
  .l-page-business-service-more {
    padding: 60px 0; }
    .l-page-business-service-more .business-service-more__item .cont {
      height: 280px;
      padding: 20px 15px; } }

@media (max-width: 739px) {
  .l-page-business-service-more {
    padding: 50px 0 40px; }
    .l-page-business-service-more .business-service-more__row {
      flex-direction: column;
      -ms-flex-direction: column; }
    .l-page-business-service-more .business-service-more__title {
      font-size: 24px;
      font-weight: 500;
      margin: 0 0 50px; }
    .l-page-business-service-more .business-service-more__item--bg {
      flex: 0 0 100%;
      padding: 0;
      margin-bottom: 16px; }
      .l-page-business-service-more .business-service-more__item--bg:nth-of-type(1) .business-service-more__item {
        background-color: #3E3C6D;
        background-size: auto 100% !important;
        background-image: url("../images/business/weather-data-k.png"); }
      .l-page-business-service-more .business-service-more__item--bg:nth-of-type(3) {
        margin-bottom: 0; }
        .l-page-business-service-more .business-service-more__item--bg:nth-of-type(3) .business-service-more__item {
          background-size: cover !important;
          background-position-x: center;
          background-image: url("../images/business/m4-left-k.png"); }
    .l-page-business-service-more .business-service-more__item {
      background-size: 100% auto;
      background-position-x: right; }
      .l-page-business-service-more .business-service-more__item .cont {
        justify-content: center;
        height: 142px;
        background-size: 75px 72px;
        padding: 0 30px; }
        .l-page-business-service-more .business-service-more__item .cont .service-more-item__title {
          font-size: 16px;
          line-height: 15.4px;
          margin-bottom: 12px; }
        .l-page-business-service-more .business-service-more__item .cont > a > span {
          font-size: 12px;
          line-height: 17.1px; }
        .l-page-business-service-more .business-service-more__item .cont > a > img {
          width: 18px;
          height: 12px; } }

.l-page-business-tws .l-page-business-tws__banner {
  background: url("../images/business/banner-tws.png") no-repeat center center;
  background-size: cover; }

.l-page-business-tws .l-business-tws__row {
  margin-top: 100px; }
  .l-page-business-tws .l-business-tws__row.service {
    background-color: var(--business-tws-service-background-color); }

@media (max-width: 1039px) {
  .l-page-business-tws .l-business-tws__row {
    margin-top: 80px; } }

@media (max-width: 879px) {
  .l-page-business-tws .l-business-tws__row {
    margin-top: 60px; }
    .l-page-business-tws .l-business-tws__row.traffic, .l-page-business-tws .l-business-tws__row.cascade {
      margin-top: 50px; } }

@media (max-width: 739px) {
  .l-page-business-tws .l-page-business-tws__content .l-business-tws__service {
    margin-top: 60px; } }

.c-business-map-banner {
  height: 460px;
  padding-left: 50px; }
  .c-business-map-banner > h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    color: white;
    margin: 0 0 30px; }
  .c-business-map-banner > p {
    max-width: 770px;
    font-size: 18px;
    line-height: 40px;
    color: white; }

@media (max-width: 1039px) {
  .c-business-map-banner > p {
    max-width: 640px; } }

@media (max-width: 879px) {
  .c-business-map-banner {
    align-items: center !important;
    -ms-flex-align: center !important;
    text-align: center;
    padding: 0; }
    .c-business-map-banner .p {
      max-width: 580px;
      margin: 0 auto; } }

@media (max-width: 879px) {
  .c-business-map-banner > p {
    max-width: 448px; } }

.c-business-map-cascade .business-map-cascade__row > img {
  width: 490px;
  height: auto;
  margin-right: 50px; }

.c-business-map-cascade .business-map-cascade__row .cont {
  flex: 1 0;
  max-width: 300px; }
  .c-business-map-cascade .business-map-cascade__row .cont .cascade__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 56px;
    color: var(--text-black-1);
    margin-bottom: 21px; }
  .c-business-map-cascade .business-map-cascade__row .cont > p {
    font-size: 16px;
    font-weight: normal;
    line-height: 29px;
    color: var(--business-cascade-cont-p-color); }

.c-business-map-cascade .business-map-cascade__row:last-child {
  margin-top: 100px; }

@media (max-width: 879px) {
  .c-business-map-cascade .business-map-cascade__row {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    text-align: center; }
    .c-business-map-cascade .business-map-cascade__row > img {
      display: block;
      width: 100%;
      max-width: 490px;
      margin: 40px auto 0; }
    .c-business-map-cascade .business-map-cascade__row .cont {
      max-width: none; }
      .c-business-map-cascade .business-map-cascade__row .cont .cascade__title {
        font-size: 28px;
        line-height: 30px; }
      .c-business-map-cascade .business-map-cascade__row .cont > p {
        max-width: 460px;
        margin: 0 auto;
        font-size: 14px; }
    .c-business-map-cascade .business-map-cascade__row:last-child {
      margin-top: 80px; } }

@media (max-width: 739px) {
  .c-business-map-cascade .business-map-cascade__row > img {
    max-width: 392px; }
  .c-business-map-cascade .business-map-cascade__row .cont .cascade__title {
    font-size: 24px;
    margin-bottom: 25px; }
  .c-business-map-cascade .business-map-cascade__row .cont > p {
    max-width: 420px; }
  .c-business-map-cascade .business-map-cascade__row:last-child {
    margin-top: 60px; } }

.c-business-map-type .business-map-type__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 56px;
  color: var(--text-black-1);
  text-align: center;
  margin-bottom: 60px; }

.c-business-map-type .business-map-type__row {
  border: 1px solid var(--business-type-row-border-color);
  border-radius: 16px;
  padding: 60px 0; }
  .c-business-map-type .business-map-type__row .business-map-type__item {
    flex: 0 0 20%; }
    .c-business-map-type .business-map-type__row .business-map-type__item .img-bg {
      width: 100%;
      max-width: 72px;
      height: 130px;
      margin: 0 auto; }
      .c-business-map-type .business-map-type__row .business-map-type__item .img-bg > img {
        width: 100%;
        height: auto; }
    .c-business-map-type .business-map-type__row .business-map-type__item > h3 {
      font-size: 26px;
      font-weight: normal;
      line-height: 30px;
      color: var(--text-black-1);
      margin-bottom: 13px; }
    .c-business-map-type .business-map-type__row .business-map-type__item > p {
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      color: var(--business-type-item-p-color); }
    .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(3) .img-bg {
      max-width: 86px; }

@media (max-width: 879px) {
  .c-business-map-type .business-map-type__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 36px; }
  .c-business-map-type .business-map-type__row {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap !important;
    padding: 36px 0; }
    .c-business-map-type .business-map-type__row .business-map-type__item .img-bg {
      max-width: 48px;
      height: 80px; }
    .c-business-map-type .business-map-type__row .business-map-type__item > h3 {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 10px; }
    .c-business-map-type .business-map-type__row .business-map-type__item > p {
      font-size: 14px;
      line-height: 20px; }
    .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(1), .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(2), .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(3) {
      flex: 0 0 33.33%; }
    .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(3) .img-bg {
      max-width: 61px; }
    .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(4), .c-business-map-type .business-map-type__row .business-map-type__item:nth-of-type(5) {
      flex: 0 0 50%;
      margin-top: 25px; } }

.c-business-map-advantage {
  padding: 80px 0; }
  .c-business-map-advantage .business-map-advantage__item {
    flex: 0 0 50%;
    white-space: nowrap; }
    .c-business-map-advantage .business-map-advantage__item img, .c-business-map-advantage .business-map-advantage__item .cont {
      display: inline-block;
      vertical-align: middle; }
    .c-business-map-advantage .business-map-advantage__item > img {
      width: 150px;
      height: 110px;
      margin-right: 40px; }
    .c-business-map-advantage .business-map-advantage__item .cont > h2 {
      font-size: 30px;
      font-weight: normal;
      line-height: 30px;
      color: var(--text-black-1);
      margin-bottom: 16px; }
    .c-business-map-advantage .business-map-advantage__item .cont > p {
      font-size: 16px;
      font-weight: 300;
      line-height: 29px;
      color: var(--business-type-advantage-cont-p-color); }

@media (max-width: 879px) {
  .c-business-map-advantage .business-map-advantage__row {
    flex-direction: column;
    -ms-flex-direction: column; }
  .c-business-map-advantage .business-map-advantage__item {
    flex: 0 0 100%; }
    .c-business-map-advantage .business-map-advantage__item > img {
      margin-right: 30px; }
    .c-business-map-advantage .business-map-advantage__item .cont {
      width: 180px; }
      .c-business-map-advantage .business-map-advantage__item .cont > h2 {
        font-size: 28px;
        margin-bottom: 15px; }
    .c-business-map-advantage .business-map-advantage__item:last-child {
      margin-top: 60px; } }

@media (max-width: 739px) {
  .c-business-map-advantage .business-map-advantage__item > img {
    width: 130px;
    height: 100px;
    margin-right: 20px; }
  .c-business-map-advantage .business-map-advantage__item .cont {
    width: 150px; }
    .c-business-map-advantage .business-map-advantage__item .cont > h2 {
      font-size: 24px;
      margin-bottom: 14px; }
    .c-business-map-advantage .business-map-advantage__item .cont > p {
      font-size: 14px; } }

.l-page-business-map .l-business-map__banner {
  background: url("../images/business/banner-map.png") no-repeat center center;
  background-size: cover; }

.l-page-business-map .l-business-map__cascade {
  margin-top: 100px; }

.l-page-business-map .l-business-map__type {
  margin-top: 120px; }

.l-page-business-map .l-business-map__advantage {
  margin-top: 80px;
  background-color: var(--business-type-advantage-background-color); }

@media (max-width: 1039px) {
  .l-page-business-map .l-business-map__type {
    margin-top: 80px; } }

@media (max-width: 879px) {
  .l-page-business-map .l-business-map__cascade {
    margin-top: 80px; }
  .l-page-business-map .l-business-map__advantage {
    margin-top: 60px; } }

@media (max-width: 739px) {
  .l-page-business-map .l-business-map__advantage {
    margin-top: 40px; } }

.c-contact-banner {
  padding: 44px 0; }
  .c-contact-banner > h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    color: white; }

.c-contact-content .contact-content-item--bg {
  flex: 0 0 33.33%;
  padding: 0 15px;
  margin-bottom: 20px; }
  .c-contact-content .contact-content-item--bg:nth-of-type(1), .c-contact-content .contact-content-item--bg:nth-last-of-type(1) {
    padding-left: 0; }
  .c-contact-content .contact-content-item--bg:nth-of-type(3) {
    padding-right: 0; }

.c-contact-content .contact-content-item {
  background-color: var(--contact-content-item-background-color);
  min-height: 100%;
  padding: 40px 0 30px;
  border-radius: 16px; }
  .c-contact-content .contact-content-item > img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto; }
  .c-contact-content .contact-content-item > h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    color: var(--text-black-1);
    margin-top: 25px; }
  .c-contact-content .contact-content-item > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: var(--text-supplement-color--2); }
  .c-contact-content .contact-content-item > a {
    display: block;
    width: 188px;
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color: var(--text-black-1);
    border: 1px solid var(--text-black-1);
    margin: 20px auto 0; }
  .c-contact-content .contact-content-item.email > h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 19px;
    color: var(--text-black-1); }
  .c-contact-content .contact-content-item.email h2:nth-last-of-type(1) {
    margin: 0; }
  .c-contact-content .contact-content-item.qrcode > img {
    width: 113px;
    height: 113px; }
  .c-contact-content .contact-content-item.qrcode > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: var(--text-black-1); }

@media (max-width: 879px) {
  .c-contact-content .contact-content-item--bg {
    flex: 0 0 50%; }
    .c-contact-content .contact-content-item--bg:nth-of-type(2n+1) {
      padding-left: 0;
      padding-right: 15px; }
    .c-contact-content .contact-content-item--bg:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 15px; } }

@media (max-width: 739px) {
  .c-contact-content .contact-content-item--bg {
    flex: 0 0 100%; }
    .c-contact-content .contact-content-item--bg:nth-of-type(2n+1) {
      padding: 0; }
    .c-contact-content .contact-content-item--bg:nth-of-type(2n) {
      padding: 0; } }

.c-contact-tips {
  box-sizing: border-box;
  padding: 20px;
  background-color: #FF6161; }
  .c-contact-tips > p {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    word-wrap: break-word;
    word-break: keep-all;
    margin: 0; }

.l-page-contact .l-page-contact__banner {
  background: -moz-linear-gradient(to right, #AA4B6B, #6B6B83, #3B8D99);
  background: -webkit-linear-gradient(to right, #AA4B6B, #6B6B83, #3B8D99);
  background: -o-linear-gradient(to right, #AA4B6B, #6B6B83, #3B8D99);
  background: linear-gradient(to right, #AA4B6B, #6B6B83, #3B8D99); }

.l-page-contact .l-page-contact__content {
  padding-top: 60px;
  background-color: var(--contact-content-background-color); }
  .l-page-contact .l-page-contact__content .l-contact-content__row {
    margin-top: 12px; }
    .l-page-contact .l-page-contact__content .l-contact-content__row:first-child {
      margin: 0; }

.c-support-top {
  max-width: 660px;
  margin: 0 auto; }
  .c-support-top .support-top__item {
    flex: 0 0 33.33%;
    position: relative; }
    .c-support-top .support-top__item > img {
      width: 68px;
      height: 68px; }
    .c-support-top .support-top__item > p {
      font-size: 18px;
      line-height: 20px;
      color: var(--text-black-1);
      margin: 20px auto; }
    .c-support-top .support-top__item .line {
      position: absolute;
      bottom: 2px;
      left: 50%;
      margin: 0 -34px;
      width: 68px;
      height: 1px;
      background-color: transparent; }
    .c-support-top .support-top__item.active .line {
      background-color: var(--text-black-1); }

.l-page-support-bottom {
  margin-top: 80px; }
  .l-page-support-bottom .l-page-support-bottom__container .l-page-support-bottom__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 40px;
    color: var(--text-black-1);
    text-align: center; }
  .l-page-support-bottom .l-page-support-bottom__container .l-page-support-bottom__a {
    display: block;
    margin: 0 auto 80px auto;
    width: 300px;
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    border-radius: 16px;
    color: var(--text-white-1);
    text-align: center;
    background-color: var(--text-black-1); }

.c-support-main > h1 {
  margin: 80px 0 40px 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 39.6px;
  color: var(--text-black-1);
  text-align: center; }

.c-support-main .cont > h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  color: var(--text-black-1);
  margin: 20px 0 10px 0; }

.c-support-main .cont > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: var(--text-supplement-color--2);
  margin-bottom: 10px; }
  .c-support-main .cont > p > a {
    color: #427BFF; }

.c-support-main .cont > table {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--split-line-color); }
  .c-support-main .cont > table > thead {
    background-color: var(--support-main-cont-table-thead-background-color); }
    .c-support-main .cont > table > thead > tr th {
      padding: 0.5rem;
      border-top: 1px solid var(--split-line-color);
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      color: var(--text-black-1); }
  .c-support-main .cont > table > tbody > tr td {
    min-width: 4rem;
    padding: 0.5rem;
    border-top: 1px solid var(--split-line-color);
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--text-supplement-color--2); }

.c-support-main .cont > ul, .c-support-main .cont ol {
  margin: 14px 0;
  padding-left: 40px;
  list-style-type: disc;
  list-style-position: outside; }
  .c-support-main .cont > ul > li, .c-support-main .cont ol > li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--text-supplement-color--2); }
    .c-support-main .cont > ul > li > a, .c-support-main .cont ol > li > a {
      color: #427BFF; }

.l-page-support-website .l-page-support__title {
  background: -moz-linear-gradient(to right, #5A9CBE, #7482A9, #694F97);
  background: -webkit-linear-gradient(to right, #5A9CBE, #7482A9, #694F97);
  background: -o-linear-gradient(to right, #5A9CBE, #7482A9, #694F97);
  background: linear-gradient(to right, #5A9CBE, #7482A9, #694F97);
  padding: 44px 0; }
  .l-page-support-website .l-page-support__title > h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    color: white;
    text-align: center; }

.l-page-support-website .l-page-support__select {
  margin-top: 56px;
  border-bottom: 1px solid var(--split-line-color); }

.c-app-top {
  padding: 76px 0 68px;
  text-align: center; }
  .c-app-top .app-top__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 63px;
    color: var(--text-black-1); }
  .c-app-top > p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
    color: var(--text-black-1); }
  .c-app-top > img {
    width: 100%;
    height: auto;
    max-width: 960px;
    margin: 36px auto 0; }
  .c-app-top .c-app-top__bottom {
    max-width: 720px;
    margin: 36px auto 0; }
    .c-app-top .c-app-top__bottom .app-top__item--bg {
      flex: 0 0 33.33%;
      padding: 0 12px; }
      .c-app-top .c-app-top__bottom .app-top__item--bg:nth-of-type(1) {
        padding-left: 0; }
      .c-app-top .c-app-top__bottom .app-top__item--bg:nth-of-type(3) {
        padding-right: 0; }
    .c-app-top .c-app-top__bottom .app-top__item {
      display: block;
      background-color: var(--app-top-item-background-color);
      border: 1.6px solid var(--app-top-item-border-color);
      border-radius: 13.6px;
      padding: 7px 16px;
      text-align: center;
      white-space: nowrap; }
      .c-app-top .c-app-top__bottom .app-top__item img, .c-app-top .c-app-top__bottom .app-top__item .cont {
        display: inline-block;
        vertical-align: middle; }
      .c-app-top .c-app-top__bottom .app-top__item > img {
        width: 80px;
        height: 80px;
        margin-right: 10px; }
      .c-app-top .c-app-top__bottom .app-top__item .cont {
        text-align: left; }
        .c-app-top .c-app-top__bottom .app-top__item .cont > p {
          font-size: 18px;
          font-weight: normal;
          line-height: 26px;
          color: var(--text-black-1); }

@media (max-width: 1039px) {
  .c-app-top {
    padding: 60px 0 80px; } }

@media (max-width: 879px) {
  .c-app-top {
    padding: 60px 0; }
    .c-app-top > p {
      margin: 30px auto 0;
      max-width: 620px;
      font-size: 16px; }
    .c-app-top > img {
      margin-top: 62px; }
    .c-app-top .c-app-top__bottom {
      max-width: 600px; }
      .c-app-top .c-app-top__bottom .app-top__item {
        padding: 10px 6px; }
        .c-app-top .c-app-top__bottom .app-top__item > img {
          width: 70px;
          height: 70px;
          margin-right: 5px; } }

@media (max-width: 739px) {
  .c-app-top {
    padding: 50px 0 60px; }
    .c-app-top .app-top__title {
      font-size: 40px; }
    .c-app-top > p {
      width: 100%;
      max-width: 458px;
      margin: 24px auto 0;
      font-size: 18px;
      line-height: 34px; }
    .c-app-top > img {
      max-width: 720px;
      margin-top: 50px; }
    .c-app-top .c-app-top__bottom {
      max-width: 576px; }
      .c-app-top .c-app-top__bottom .app-top__item--bg {
        flex: 0 0 50%;
        padding: 0 8px; }
        .c-app-top .c-app-top__bottom .app-top__item--bg:nth-of-type(2) {
          padding-left: 0; }
        .c-app-top .c-app-top__bottom .app-top__item--bg:nth-of-type(3) {
          padding-right: 0; }
      .c-app-top .c-app-top__bottom .app-top__item {
        padding: 10px 6px; }
        .c-app-top .c-app-top__bottom .app-top__item > img {
          width: 55px;
          height: 55px;
          margin-right: 10px; }
        .c-app-top .c-app-top__bottom .app-top__item .cont > p {
          font-size: 15px;
          line-height: 20.8px; }
    .c-app-top .app-qr {
      margin-top: 20px; }
      .c-app-top .app-qr > img {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0 auto; }
      .c-app-top .app-qr > p {
        font-size: 13px;
        line-height: 20px;
        color: var(--text-black-1);
        text-align: center; } }

@media (max-width: 576px) {
  .c-app-top {
    padding: 40px 0; }
    .c-app-top .app-top__title {
      font-size: 36px; }
    .c-app-top > p {
      max-width: 416px;
      margin: 20px auto 0;
      font-size: 16px; }
    .c-app-top > img {
      max-width: 540px;
      margin-top: 40px; }
    .c-app-top .c-app-top__bottom {
      max-width: 305px; }
      .c-app-top .c-app-top__bottom .app-top__item {
        padding: 10px 6px; }
        .c-app-top .c-app-top__bottom .app-top__item > img {
          width: 40px;
          height: 40px;
          margin-right: 5px; }
        .c-app-top .c-app-top__bottom .app-top__item .cont > p {
          font-size: 13px;
          line-height: 20px; } }

.c-app-main {
  padding: 0 60px 0 0; }
  .c-app-main .app-main__row {
    margin-bottom: 60px; }
    .c-app-main .app-main__row > img {
      height: 400px;
      width: auto;
      margin: 0 0 0 20px; }
    .c-app-main .app-main__row .cont {
      max-width: 370px; }
      .c-app-main .app-main__row .cont > h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 46px;
        color: var(--text-black-1); }
      .c-app-main .app-main__row .cont > p {
        margin-top: 40px;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        color: var(--text-supplement-color--2); }
    .c-app-main .app-main__row:nth-of-type(2n) {
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }
      .c-app-main .app-main__row:nth-of-type(2n) > img {
        margin: 0 20px 0 0; }
    .c-app-main .app-main__row:last-child {
      margin: 0; }

@media (max-width: 1039px) {
  .c-app-main .app-main__row > img {
    height: 360px; } }

@media (max-width: 879px) {
  .c-app-main .app-main__row > img {
    height: 280px; }
  .c-app-main .app-main__row .cont {
    max-width: 280px; }
    .c-app-main .app-main__row .cont > h2 {
      font-size: 28px;
      line-height: 40px; }
    .c-app-main .app-main__row .cont > p {
      margin-top: 30px; } }

@media (max-width: 739px) {
  .c-app-main {
    padding: 0; }
    .c-app-main .app-main__row {
      margin-bottom: 30px;
      flex-direction: column;
      -ms-flex-direction: column;
      text-align: center; }
      .c-app-main .app-main__row > img {
        display: block;
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 10px auto 0; }
      .c-app-main .app-main__row .cont {
        max-width: 300px; }
        .c-app-main .app-main__row .cont > h2 {
          font-size: 24px;
          line-height: 32px; }
        .c-app-main .app-main__row .cont > p {
          font-size: 16px;
          line-height: 26px;
          margin: 20px auto 0; }
      .c-app-main .app-main__row:nth-of-type(2n) {
        flex-direction: column;
        -ms-flex-direction: column; }
        .c-app-main .app-main__row:nth-of-type(2n) > img {
          margin: 10px auto 0; } }

.c-app-bottom {
  padding: 70px 0; }
  .c-app-bottom .app-bottom__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
    color: var(--text-black-1); }
  .c-app-bottom .app-bottom__row {
    margin-top: 30px; }
    .c-app-bottom .app-bottom__row .cont > a {
      display: inline-block;
      min-width: 240px;
      padding: 5px 8px;
      border-radius: 10px;
      background-color: var(--app-bottom-cont-a-background-color);
      border: 1px solid var(--app-bottom-cont-a-border-color); }
      .c-app-bottom .app-bottom__row .cont > a img, .c-app-bottom .app-bottom__row .cont > a .explain {
        display: inline-block;
        vertical-align: middle; }
      .c-app-bottom .app-bottom__row .cont > a > img {
        width: 50px;
        height: 50px; }
      .c-app-bottom .app-bottom__row .cont > a .explain > h3 {
        font-size: 14px;
        font-weight: 300;
        line-height: 9px;
        color: white; }
      .c-app-bottom .app-bottom__row .cont > a .explain > p {
        margin-top: 9px;
        font-size: 22px;
        font-weight: 300;
        line-height: 16px;
        color: white; }
      .c-app-bottom .app-bottom__row .cont > a:last-child {
        margin-top: 28px; }
    .c-app-bottom .app-bottom__row .cont > img {
      width: 100%;
      max-width: 140px;
      height: auto; }
    .c-app-bottom .app-bottom__row .cont > p {
      font-size: 14px;
      font-weight: normal;
      line-height: 20px;
      color: var(--text-black-1); }
    .c-app-bottom .app-bottom__row .cont:first-child {
      margin-right: 80px; }

@media (max-width: 739px) {
  .c-app-bottom {
    padding: 65px 0; }
    .c-app-bottom .app-bottom__row {
      flex-direction: column;
      -ms-flex-direction: column; }
      .c-app-bottom .app-bottom__row .cont:first-child {
        margin: 0 0 40px; } }

.l-page-app .l-app__top,
.l-page-app .l-app__bottom {
  background: -moz-linear-gradient(-45deg, #C7E2FF, #F7ECFE);
  background: -webkit-linear-gradient(-45deg, #C7E2FF, #F7ECFE);
  background: -o-linear-gradient(-45deg, #C7E2FF, #F7ECFE);
  background: linear-gradient(-45deg, #C7E2FF, #F7ECFE); }

.l-page-app .l-app__main {
  margin-top: 60px; }

.theme--dark .l-page-app .l-app__top,
.theme--dark .l-page-app .l-app__bottom {
  background: -moz-linear-gradient(45deg, #2D4D8D, #0F123E);
  background: -webkit-linear-gradient(45deg, #2D4D8D, #0F123E);
  background: -o-linear-gradient(45deg, #2D4D8D, #0F123E);
  background: linear-gradient(45deg, #2D4D8D, #0F123E); }

.c-compare-top > h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--text-black-1);
  text-align: center; }

@media (max-width: 540px) {
  .c-compare-top > h2 {
    font-size: 24px; } }

.c-compare-table {
  max-width: 550px;
  margin: 0 auto;
  border: 1px solid var(----card-border-color);
  border-radius: 16px;
  background-color: var(--card-background-color);
  overflow-x: scroll; }
  .c-compare-table .page-compare {
    width: 550px; }
    .c-compare-table .page-compare .compare-table {
      border-collapse: collapse; }
      .c-compare-table .page-compare .compare-table tr {
        padding: 0;
        margin: 0; }
        .c-compare-table .page-compare .compare-table tr:nth-of-type(2n + 1) {
          background-color: transparent; }
        .c-compare-table .page-compare .compare-table tr:nth-of-type(2n) {
          background-color: var(--tabs-row-background-color); }
        .c-compare-table .page-compare .compare-table tr td {
          padding: 6px 0;
          text-align: center;
          background-color: transparent;
          border: none;
          margin: 0; }
          .c-compare-table .page-compare .compare-table tr td:first-child {
            width: 145px;
            text-align: left; }
          .c-compare-table .page-compare .compare-table tr td img {
            display: inline-block; }
            .c-compare-table .page-compare .compare-table tr td img.right {
              width: 25px;
              height: 16px; }
            .c-compare-table .page-compare .compare-table tr td img.error {
              width: 16px;
              height: 16px; }
          .c-compare-table .page-compare .compare-table tr td > p.title {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-black-1); }
          .c-compare-table .page-compare .compare-table tr td > p.text {
            font-size: 14px;
            line-height: 1.5;
            color: var(--text-black-2); }
          .c-compare-table .page-compare .compare-table tr td > p.cont-title {
            display: inline-block;
            padding: 0 10px 0 15px;
            font-size: 14px;
            line-height: 36px;
            color: var(--text-black-2);
            text-align: left;
            position: relative; }
            .c-compare-table .page-compare .compare-table tr td > p.cont-title > i {
              position: absolute;
              font-size: 12px;
              font-weight: 500;
              font-style: normal;
              color: var(--text-black-1); }
              .c-compare-table .page-compare .compare-table tr td > p.cont-title > i.icon {
                top: -3px;
                right: -2px;
                font-size: 24px; }
              .c-compare-table .page-compare .compare-table tr td > p.cont-title > i.menu {
                top: -8px;
                right: -2px;
                font-size: 16px; }
          .c-compare-table .page-compare .compare-table tr td > p.cont-text {
            padding: 0 0 0 10px;
            font-size: 14px;
            font-weight: 500;
            line-height: 36px;
            color: var(--text-black-2); }
        .c-compare-table .page-compare .compare-table tr:first-child td {
          padding: 16px 0 20px; }

.c-compare-desc {
  max-width: 550px;
  margin: 0 auto; }
  .c-compare-desc > p.describe {
    white-space: nowrap;
    font-size: 14px;
    line-height: 25px;
    color: var(--text-black-2); }
    .c-compare-desc > p.describe i, .c-compare-desc > p.describe span {
      display: inline-block;
      vertical-align: middle; }
    .c-compare-desc > p.describe i {
      font-style: normal;
      line-height: 30px; }
      .c-compare-desc > p.describe i.icon {
        font-size: 20px;
        line-height: 25px; }
      .c-compare-desc > p.describe i.menu {
        font-size: 18px;
        line-height: 20px; }
  .c-compare-desc > p.text {
    font-size: 16px;
    line-height: 28px;
    color: var(--text-black-1); }

.l-page-compare {
  padding: 34px 0 60px; }
  .l-page-compare .page-compare__cont {
    margin-top: 20px; }
  .l-page-compare .page-compare__desc {
    margin-top: 23px; }

@media (max-width: 739px) {
  .l-page-compare {
    padding: 20px 0 30px; }
    .l-page-compare .page-compare__desc {
      margin-top: 12px; } }

.c-about-navigation {
  padding: 0 50px 0 20px; }
  .c-about-navigation > ul > li {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: var(--about-navigation-li-background-color); }
    .c-about-navigation > ul > li > a {
      display: block;
      padding: 13px 38px 13px 0;
      font-size: 16px;
      font-weight: normal;
      line-height: 16.8px;
      border-bottom: 1px solid var(--split-line-color);
      color: var(--text-supplement-color--2); }
      .c-about-navigation > ul > li > a.active, .c-about-navigation > ul > li > a:hover {
        color: var(--text-black-1); }

@media (max-width: 739px) {
  .c-about-navigation {
    padding: 0; }
    .c-about-navigation > .c-about-navigation__main {
      padding-bottom: 9px;
      border-bottom: 1px solid var(--split-line-color); }
      .c-about-navigation > .c-about-navigation__main .about-navigation__title {
        display: inline-block;
        margin: 0 20px 0 0;
        font-size: 24px;
        font-weight: normal;
        line-height: 26.4px;
        color: var(--text-black-1); }
      .c-about-navigation > .c-about-navigation__main .c-about-navigation__dropdown {
        display: inline-block; }
        .c-about-navigation > .c-about-navigation__main .c-about-navigation__dropdown > button {
          padding: 6px 12px;
          border: 1px solid #cccccc;
          box-sizing: border-box;
          font-size: 14px;
          font-weight: normal;
          line-height: 20px;
          color: var(--text-black-1); }
          .c-about-navigation > .c-about-navigation__main .c-about-navigation__dropdown > button:focus {
            box-shadow: none; }
        .c-about-navigation > .c-about-navigation__main .c-about-navigation__dropdown > ul {
          border: 1px solid #cccccc;
          box-shadow: rgba(0, 0, 0, 0.176);
          border-radius: 4px;
          margin: 2px 0 0;
          padding: 5px 0;
          background-color: var(--body--background-color); }
          .c-about-navigation > .c-about-navigation__main .c-about-navigation__dropdown > ul > li {
            border: 0;
            padding: 0;
            margin: 0;
            background-color: transparent; }
            .c-about-navigation > .c-about-navigation__main .c-about-navigation__dropdown > ul > li > a {
              display: block;
              padding: 3px 20px;
              color: var(--text-black-1);
              font-size: 14px;
              font-weight: normal;
              line-height: 20px; } }

.c-about-content > .c-about-content__page > h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  margin: 40px;
  color: var(--text-black-1); }

.c-about-content > .c-about-content__page > h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 33px;
  color: var(--text-black-1);
  margin: 0 0 30px 0; }

.c-about-content > .c-about-content__page > h3 {
  margin: 40px 0 18px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: var(--text-black-1); }

.c-about-content > .c-about-content__page > h4 {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  color: var(--text-black-1); }

.c-about-content > .c-about-content__page > h5 {
  margin: 10px 0 8px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  color: var(--text-black-1); }

.c-about-content > .c-about-content__page > h6 {
  margin: 5px 0 5px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: var(--text-black-1); }

.c-about-content > .c-about-content__page > p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-supplement-color--2); }
  .c-about-content > .c-about-content__page > p > img {
    width: 100%;
    height: auto;
    margin: 10px 0; }
  .c-about-content > .c-about-content__page > p > a {
    color: #427BFF; }

.c-about-content > .c-about-content__page > img {
  margin: 10px 0;
  height: auto; }

.c-about-content > .c-about-content__page > ul, .c-about-content > .c-about-content__page ol {
  margin: 14px 0;
  padding-left: 40px;
  list-style-type: disc;
  list-style-position: outside; }
  .c-about-content > .c-about-content__page > ul > li, .c-about-content > .c-about-content__page ol > li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: var(--text-supplement-color--2); }
    .c-about-content > .c-about-content__page > ul > li > a, .c-about-content > .c-about-content__page ol > li > a {
      color: #427BFF; }

.c-about-content > .c-about-content__page > blockquote {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  border-left: 5px solid var(--about-cont-page-blockquote-border-color); }
  .c-about-content > .c-about-content__page > blockquote > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-supplement-color--2); }

.c-about-content > .c-about-content__page > figure {
  width: 100%; }
  .c-about-content > .c-about-content__page > figure > table {
    width: 100%; }
    .c-about-content > .c-about-content__page > figure > table > tbody {
      width: 100%; }
      .c-about-content > .c-about-content__page > figure > table > tbody > td {
        width: 100%; }

.c-about-content > .c-about-content__page > pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: var(--text-black-1);
  word-break: break-all;
  word-wrap: break-word;
  background-color: var(--about-cont-page-pre-background-color);
  border: 1px solid var(--about-cont-page-pre-border-color);
  border-radius: 4px; }

.c-about-content .c-about-content__iframe {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  border: 2px solid var(--about-cont-iframe-border-color);
  overflow: hidden; }
  .c-about-content .c-about-content__iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px; }

.l-page-about {
  padding: 30px 0 80px; }
  .l-page-about .l-about__row .l-about__item {
    flex: 0 0 34%;
    padding: 0 15px 0 0;
    width: 0; }
    .l-page-about .l-about__row .l-about__item:last-child {
      flex: 0 0 66%;
      padding: 0 0 0 15px; }

@media (max-width: 739px) {
  .l-page-about {
    padding: 40px 0 20px; }
    .l-page-about .l-about__row {
      flex-direction: column;
      -ms-flex-direction: column;
      align-items: stretch !important;
      -ms-flex-align: stretch !important; }
      .l-page-about .l-about__row .l-about__item {
        flex: 0 0 100%;
        width: 100%;
        padding: 0; }
        .l-page-about .l-about__row .l-about__item:last-child {
          flex: 0 0 100%;
          padding: 0;
          margin-top: 20px; }
    .l-page-about .l-page-about__container .l-page-about__row .l-page-about__col {
      width: 100%; } }

.theme--light {
  --body--background-color: #FFFFFF;
  --text-black-1: rgba(0, 0, 0, 1);
  --text-black-2: rgba(0, 0, 0, 0.5);
  --text-white-1: rgba(255, 255, 255, 1);
  --text-white-2: rgba(255, 255, 255, 0.55);
  --card-background-color: #F7F8F9;
  --card-border-color: #F2F4FA;
  --indicator-txt-color: #6C6C6C;
  --table-row-background-color: #EAF1FF;
  --split-line-color: #DEDFE2;
  --tabs-row-background-color: rgba(0, 0, 0, 0.03);
  --tabs-active-background-color: rgba(255, 255, 255, 1);
  --tabs-active-border-color: rgba(0, 0, 0, 0.04);
  --tabs-row-num-background-color: #CED1D6;
  --compontent-data-source-hover-border-color: rgba(0, 0, 0, 0.8);
  --compontent-top-icon-menu-border-color: #E7E7E8;
  --compontent-search-box-background-color: #F2F4F8;
  --compontent-search-box-input-color: rgb(85, 85, 85);
  --compontent-search-box-input-placeholder-color: #7A7D81;
  --compontent-search-box-result-background-color: #FFFFFF;
  --compontent-submenu-menus-background-color: #E7EEFD;
  --compontent-submenu-fixed-background-color: #36363C;
  --compontent-submenu-fixed-border-color: rgba(255, 255, 255, .4);
  --compontent-mobile-submenu-background-color: #EFF1F7;
  --compontent-satellite-radar-switch-background-color: #EFF1F7;
  --compontent-map-title-background-color: rgba(255, 255, 255, 0.5);
  --object-menu-icon-background-color: #000000;
  --object-search-list-background-color: #ffffff;
  --menu-panel-background-color: #FFFFFF;
  --menu-panel-top-cancel-color: #8E8E8E;
  --menu-panel-dropdown-menu-background-color: #FFFFFF;
  --menu-panel-dropdown-menu-hover-background-color: rgba(0, 0, 0, 0.1);
  --menu-panel-down-background-color: #EFF1F7;
  --menu-panel-list-border-color: rgba(151, 151, 151, 0.2);
  --menu-panel-row-color: #6B6B6B;
  --menu-panel-bottom-color: #6B6B6B;
  --index-background-color: #FFFFFF;
  --index-search-background-color: transparent;
  --index-forecast30-txt-color: rgba(0, 0, 0, 1);
  --index-warning-background-color: #FFF6F5;
  --index-menu-list-background-color: #FFFFFF;
  --index-menu-list-hover-color: #000000;
  --index-menu-select-background-color: #FFFFFF;
  --index-menu-select-border-right-color: #4F5154;
  --index-menu--dropdown-menu-background-color: #ffffff;
  --header-main-background-color: #36363C;
  --header-search-background-color: #F3F5FA;
  --header-search-box-background-color: #FFFFFF;
  --header-search-box-input-btn-border-color: #D6DAE3;
  --header-search-box-input-placehoder-color: #7A7D81;
  --header-search-recent-border-color: #A9ADB4;
  --header-search-dropdown-menu-background-color: #F3F5FA;
  --header-search-dropdown-menu-border-color: #EEF1F7;
  --header-search-dropdown-menu-li-border-color: #E7EAF0;
  --city-weather-current-background-color: rgba(0, 0, 0, 0.03);
  --city-weather-hour24-wind-color: rgba(0, 0, 0, 0.45);
  --city-weaether-air-progress-color: #DADDE0;
  --city-weaether-indices-item-background-color: #FFFFFF;
  --city-weaether-rank-select-border-color: rgba(0, 0, 0, 0.06);
  --city-weather30-calendar-date-background-color: #FFFFFF;
  --city-weather30-calendar-date-hover-background-color: #E4EBFF;
  --city-weather30-calendar-date-detail-background-color: #FFFFFF;
  --city-weather30-calendar-date-detail-border-color: #E5EAEF;
  --city-air-current-background-color: #EFF1F7;
  --city-air-current-aqi-progress-background-color: rgba(0, 0, 0, 0.1);
  --city-air-advise-current-background-color: rgba(0, 0, 0, 0.03);
  --city-air-forecast-progress-background-color: #D7D9DF;
  --city-air-station-border-color: #DEDFE2;
  --city-air-station-aqi-progress-background-color: rgba(0, 0, 0, 0.1);
  --city--warning-events-defense-background-color: rgba(0, 0, 0, 0.05);
  --city-historical-last-12month-dropdown-menu-background-color: rgba(255, 255, 255, 1);
  --city-historical-last-12month-dropdown-menu-hover-background-color: #e9ecef;
  --city-indices-detail-forecast-border-color: #CDCDCD;
  --city-indices-detail-forecast-background-color: #FFFFFF;
  --city-indices-item-background-color: rgb(194, 194, 195);
  --weather-main-citie-dropdown-menu-background-color: rgba(255, 255, 255, 1);
  --weather-main-citie-dropdown-menu-hover-background-color: #e9ecef;
  --weather-radar-background-color: #EAF1FF;
  --severe-weather-type-item-background-color: rgba(255, 255, 255, 0.8);
  --severe-weather-news-row-background-color: rgba(0, 0, 0, 0.03);
  --severe-weather-more-page-background-color: #FFFFFF;
  --severe-weather-more-page-border-color: rgba(0, 0, 0, 0.12);
  ---imagery-radar-background-color: #EFF1F7;
  --single-imagery-selectoin-li-background-color: rgba(0, 0, 0, 0.03);
  --single-imagery-selectoin-background-color: rgba(255, 255, 255, 1);
  --single-imagery-selectoin-menu-hover-background-color: #e9ecef;
  --business-intro-p-color: rgba(97, 104, 110, 0.85);
  --business-intro-span-color: rgba(0, 0, 0, 0.9);
  --business-mosaics-main-background-color: #F2F4F8;
  --business-mosaics-main-h2-color: rgba(0, 0, 0, 1);
  --business-mosaics-main-p-color: rgba(48, 50, 52, 0.8);
  --business-mosaics-main-a-background-color: rgba(0, 0, 0, 1);
  --business-mosaics-main-a-color: rgba(255, 255, 255, 1);
  --business-advantage-background-color: rgba(242, 244, 248, 1);
  --business-advantage-item-background-color: rgba(255, 255, 255, 1);
  --business-advantage-item-cont-p-color: rgba(48, 50, 52, 0.8);
  --business-more-background-color: #FAFAFA;
  --business-more-a-background-color: rgba(0, 0, 0, 1);
  --business-tws-traffic-item-p-color: #61686E;
  --business-tws-traffic-cascade-p-color: #61686E;
  --business-tws-traffic-travel-background-color: rgba(0, 0, 0, 0.9);
  --business-tws-service-background-color: #F2F4F8;
  --business-tws-service-item-p-color: rgba(48, 50, 52, 0.8);
  --business-cascade-cont-p-color: #5C656B;
  --business-type-row-border-color: #979797;
  --business-type-item-p-color: #737A80;
  --business-type-advantage-background-color: #F2F4F8;
  --business-type-advantage-cont-p-color: rgba(48, 50, 52, 0.8);
  --text-supplement-color--2: rgba(0, 0, 0, 0.5);
  --app-top-item-background-color: #D6E2F8;
  --app-top-item-border-color: #6F7B89;
  --app-bottom-cont-a-background-color: rgba(0, 0, 0, 1);
  --app-bottom-cont-a-border-color: rgba(163, 163, 165, 1);
  --about-navigation-li-background-color: rgba(255, 255, 255, 1);
  --about-cont-page-blockquote-border-color: rgba(238, 238, 238, 1);
  --about-cont-page-pre-background-color: #f5f5f5;
  --about-cont-page-pre-border-color: #ccc;
  --about-cont-iframe-border-color: #efefef;
  --contact-content-background-color: #F5F5F5;
  --contact-content-item-background-color: rgba(255, 255, 255, 1);
  --support-main-cont-table-thead-background-color: rgba(233, 236, 239, 1); }

.theme--dark {
  --body--background-color: #202124;
  --text-black-1: rgba(255, 255, 255, 1);
  --text-black-2: rgba(255, 255, 255, 0.55);
  --text-white-1: rgba(0, 0, 0, 1);
  --text-white-2: rgba(0, 0, 0, 0.6);
  --card-background-color: #2D2E32;
  --card-border-color: transparent;
  --indicator-txt-color: rgba(255, 255, 255, 0.65);
  --table-row-background-color: rgba(255, 255, 255, 0.06);
  --split-line-color: rgba(84, 86, 93, 0.6);
  --tabs-row-background-color: rgba(255, 255, 255, 0.06);
  --tabs-active-background-color: #636366;
  --tabs-active-border-color: transparent;
  --tabs-row-num-background-color: rgba(255, 255, 255, 0.16);
  --compontent-data-source-hover-border-color: rgba(255, 255, 255, 0.8);
  --compontent-top-icon-menu-border-color: transparent;
  --compontent-search-box-background-color: #202123;
  --compontent-search-box-input-color: rgba(255, 255, 255, 1);
  --compontent-search-box-input-placeholder-color: rgba(255, 255, 255, 0.55);
  --compontent-search-box-result-background-color: #202124;
  --compontent-submenu-menus-background-color: #4A4D53;
  --compontent-submenu-fixed-background-color: #000000;
  --compontent-submenu-fixed-border-color: transparent;
  --compontent-mobile-submenu-background-color: #4A4D53;
  --compontent-satellite-radar-switch-background-color: rgba(255, 255, 255, 0.06);
  --compontent-map-title-background-color: rgba(0, 0, 0, 0.5);
  --object-menu-icon-background-color: #ffffff;
  --object-search-list-background-color: #000000;
  --menu-panel-background-color: #202124;
  --menu-panel-top-cancel-color: rgba(255, 255, 255, 0.55);
  --menu-panel-dropdown-menu-background-color: #3D4045;
  --menu-panel-dropdown-menu-hover-background-color: #3D4045;
  --menu-panel-down-background-color: #2D2E32;
  --menu-panel-list-border-color: rgba(151, 151, 151, 0.2);
  --menu-panel-row-color: rgba(255, 255, 255, 0.65);
  --menu-panel-bottom-color: rgba(255, 255, 255, 0.65);
  --index-background-color: #202124;
  --index-search-background-color: #000000;
  --index-forecast30-txt-color: rgba(255, 255, 255, 0.55);
  --index-warning-background-color: #2D2E32;
  --index-menu-list-background-color: #3D4045;
  --index-menu-list-hover-color: rgba(255, 255, 255, 1);
  --index-menu-select-background-color: #3D4045;
  --index-menu-select-border-right-color: rgba(255, 255, 255, 0.1);
  --index-menu--dropdown-menu-background-color: #3D4045;
  --header-main-background-color: #202124;
  --header-search-background-color: #000000;
  --header-search-box-background-color: #202123;
  --header-search-box-input-btn-border-color: #3F4246;
  --header-search-box-input-placehoder-color: rgba(255, 255, 255, 0.55);
  --header-search-recent-border-color: transparent;
  --header-search-dropdown-menu-background-color: #2D2E32;
  --header-search-dropdown-menu-border-color: transparent;
  --header-search-dropdown-menu-li-border-color: rgba(255, 255, 255, 0.55);
  --city-weather-current-background-color: rgba(160, 166, 180, 0.1);
  --city-weather-hour24-wind-color: rgba(255, 255, 255, 0.5);
  --city-weaether-air-progress-color: rgba(0, 0, 0, 0.16);
  --city-weaether-indices-item-background-color: rgba(255, 255, 255, 0.01);
  --city-weaether-rank-select-border-color: rgba(255, 255, 255, 0.06);
  --city-weather30-calendar-date-background-color: rgba(160, 166, 180, 0.1);
  --city-weather30-calendar-date-hover-background-color: rgba(160, 166, 180, 0.1);
  --city-weather30-calendar-date-detail-background-color: rgba(160, 166, 180, 0.1);
  --city-weather30-calendar-date-detail-border-color: rgba(255, 255, 255, 0.2);
  --city-air-current-background-color: #2D2E32;
  --city-air-current-aqi-progress-background-color: rgba(0, 0, 0, 0.16);
  --city-air-advise-current-background-color: rgba(255, 255, 255, 0.06);
  --city-air-forecast-progress-background-color: rgba(0, 0, 0, 0.16);
  --city-air-station-border-color: rgba(0, 0, 0, 0.2);
  --city-air-station-aqi-progress-background-color: rgba(0, 0, 0, 0.16);
  --city--warning-events-defense-background-color: rgba(255, 255, 255, 0.05);
  --city-historical-last-12month-dropdown-menu-background-color: #404145;
  --city-historical-last-12month-dropdown-menu-hover-background-color: #202124;
  --city-indices-detail-forecast-border-color: rgba(0, 0, 0, 0.2);
  --city-indices-detail-forecast-background-color: rgba(255, 255, 255, 0.06);
  --city-indices-item-background-color: rgb(28, 29, 32);
  --weather-main-citie-dropdown-menu-background-color: #404145;
  --weather-main-citie-dropdown-menu-hover-background-color: #202124;
  --weather-radar-background-color: #2D2E32;
  --severe-weather-type-item-background-color: rgba(255, 255, 255, 0.1);
  --severe-weather-news-row-background-color: rgba(255, 255, 255, 0.06);
  --severe-weather-more-page-background-color: rgba(255, 255, 255, 0.1);
  --severe-weather-more-page-border-color: transparent;
  ---imagery-radar-background-color: #000000;
  --single-imagery-selectoin-li-background-color: rgba(255, 255, 255, 0.06);
  --single-imagery-selectoin-background-color: #404145;
  --single-imagery-selectoin-menu-hover-background-color: #202124;
  --business-intro-p-color: rgba(255, 255, 255, 1);
  --business-intro-span-color: rgba(255, 255, 255, 1);
  --business-mosaics-main-background-color: #2D2E32;
  --business-mosaics-main-h2-color: rgba(255, 255, 255, 1);
  --business-mosaics-main-p-color: rgba(255, 255, 255, 1);
  --business-mosaics-main-a-background-color: rgba(255, 255, 255, 1);
  --business-mosaics-main-a-color: rgba(0, 0, 0, 1);
  --business-advantage-background-color: #2D2E32;
  --business-advantage-item-background-color: rgba(255, 255, 255, 0.06);
  --business-advantage-item-cont-p-color: rgba(255, 255, 255, 0.55);
  --business-more-background-color: #000000;
  --business-more-a-background-color: rgba(255, 255, 255, 1);
  --business-tws-traffic-item-p-color: rgba(255, 255, 255, 0.55);
  --business-tws-traffic-cascade-p-color: rgba(255, 255, 255, 0.55);
  --business-tws-traffic-travel-background-color: rgba(0, 0, 0, 0.9);
  --business-tws-service-background-color: #2D2E32;
  --business-tws-service-item-p-color: rgba(255, 255, 255, 0.55);
  --business-cascade-cont-p-color: rgba(255, 255, 255, 0.55);
  --business-type-row-border-color: #53555D;
  --business-type-item-p-color: rgba(255, 255, 255, 0.55);
  --business-type-advantage-background-color: #2D2E32;
  --business-type-advantage-cont-p-color: rgba(255, 255, 255, 0.55);
  --text-supplement-color--2: rgba(255, 255, 255, 0.55);
  --app-top-item-background-color: rgba(160, 166, 180, 0.1);
  --app-top-item-border-color: transparent;
  --app-bottom-cont-a-background-color: rgba(160, 166, 180, 0.1);
  --app-bottom-cont-a-border-color: transparent;
  --about-navigation-li-background-color: #202124;
  --about-cont-page-blockquote-border-color: rgba(238, 238, 238, 1);
  --about-cont-page-pre-background-color: #2d2e32;
  --about-cont-page-pre-border-color: rgba(255, 255, 255, 0.3);
  --about-cont-iframe-border-color: rgba(255, 255, 255, 0.3);
  --contact-content-background-color: #202124;
  --contact-content-item-background-color: #2D2E32;
  --support-main-cont-table-thead-background-color: rgba(233, 236, 239, 1); }
