@charset "UTF-8";
#weather-container {
  line-height: 1.6;
  background-color: #F1F6FF;
}
#weather-container *, #weather-container::before, #weather-container::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#weather-container *:focus, #weather-container *:active {
  outline: none;
}
#weather-container .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#weather-container sup {
  font-size: 0.6em;
  line-height: 1;
}
#weather-container sup[data-index] {
  cursor: pointer;
}
#weather-container section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#weather-container .blur-up {
  filter: blur(20px);
  transition: filter 0.2s;
  will-change: filter;
}
#weather-container .blur-up.lazyloaded {
  filter: blur(0);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #weather-container .blur-up {
    transition: opacity 0.3s;
    opacity: 0.001;
  }
  #weather-container .blur-up.lazyloaded {
    opacity: 1;
  }
}
#weather-container img,
#weather-container video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#weather-container picture, #weather-container img, #weather-container video, #weather-container svg, #weather-container canvas {
  display: block;
  width: 100%;
}
#weather-container .media-cover {
  position: relative;
  width: 100%;
  display: block;
}
#weather-container .media-cover img,
#weather-container .media-cover video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#weather-container .media-cover:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#weather-container .relative {
  position: relative;
}
#weather-container .absolute {
  position: absolute;
}
#weather-container .txt-center {
  text-align: center;
}
#weather-container .sec-radius {
  border-radius: 3.125vw;
  -webkit-border-radius: 3.125vw;
  -moz-border-radius: 3.125vw;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#weather-container .flex-left {
  display: flex;
  justify-content: flex-start;
}
#weather-container .flex-between {
  display: flex;
  justify-content: space-between;
}
#weather-container .flex-center {
  display: flex;
  justify-content: center;
}
#weather-container .align-center {
  align-items: center;
}
#weather-container .mob-show {
  display: none;
}
#weather-container .pc-show {
  display: initial;
}
#weather-container .space {
  margin-top: 10.416667vw;
}
#weather-container span.nowrap {
  white-space: nowrap;
}
#weather-container .h2, #weather-container .h3 {
  line-height: 1.25;
}
#weather-container .sec-txt-16 {
  font-size: 0.833333vw;
}
#weather-container .sec-txt-22 {
  font-size: 1.145833vw;
}
#weather-container .sec-txt-24 {
  font-size: 1.25vw;
}
#weather-container .sec-txt-48 {
  font-size: 2.5vw;
}
#weather-container .sec-txt-64 {
  font-size: 3.333333vw;
}
#weather-container .sec-txt-80 {
  font-size: 4.166667vw;
}
#weather-container .sec-txt-120 {
  font-size: 6.25vw;
}
#weather-container .sec-marb-30 {
  margin-bottom: 1.5625vw;
}
#weather-container .sec-marb-40 {
  margin-bottom: 2.083333vw;
}
#weather-container .sec-marb-60 {
  margin-bottom: 3.125vw;
}
#weather-container .sec-marb-64 {
  margin-bottom: 3.333333vw;
}
#weather-container .sec-marb-80 {
  margin-bottom: 4.166667vw;
}
#weather-container .font-bold {
  font-weight: 700;
}
#weather-container .halfsapce {
  margin-top: 8.333333vw;
}
#weather-container .space {
  margin-top: 10.416667vw;
}
#weather-container .sticky-container {
  position: relative;
  height: 250vh;
}
#weather-container .sticky-content {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
#weather-container .section-page-title .h2 {
  margin-bottom: 1.458333vw;
}
#weather-container .section-page-title .h2 .text-color {
  color: #2F76FF;
}
#weather-container .section-page-title .desc {
  color: rgba(0, 0, 0, 0.6);
}
#weather-container .section-hero .hero-text {
  top: 24.367188vw;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}
#weather-container .section-hero .hero-text .h2 {
  font-size: 5vw;
  line-height: 1.25;
  font-weight: bold;
}
#weather-container .section-effects {
  overflow: initial;
  background-color: #021022;
  padding: 8.333333vw 0;
}
#weather-container .section-effects .section-page-title {
  will-change: opacity, transform;
  width: 100%;
  top: 0;
  color: #FFFFFF;
}
#weather-container .section-effects .section-page-title .desc {
  color: rgba(255, 255, 255, 0.6);
}
#weather-container .section-effects .mask-left {
  width: 18.5%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #021022 55%, transparent);
  z-index: 1;
}
#weather-container .section-effects .mask-right {
  width: 18.5%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #021022 55%, transparent);
  z-index: 1;
}
#weather-container .section-effects .effects-wrap {
  will-change: transform, opacity;
  transform: translateY(calc(50vh - 50%));
}
#weather-container .section-effects .effects-wrap .effects-wrap-conetnt {
  will-change: transform, opacity;
  transform: translateY(10.833333vw);
}
#weather-container .section-effects .effects-swiper {
  width: 92.5%;
  margin: 0 auto;
  overflow: initial;
}
#weather-container .section-effects .effects-swiper .swiper-slide {
  will-change: transform, opacity, visibility;
  width: 16.666667vw;
  transform: scale(0.875);
  transition: opacity 0.8s linear, transform 10.8s linear;
  backface-visibility: hidden; /* 防止渲染闪烁 */
}
#weather-container .section-effects .effects-swiper .swiper-slide video {
  will-change: transform;
  opacity: 0;
  border-radius: 1.979167vw;
  transform: translate3d(0, 0, 0);
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-container {
  will-change: opacity;
  opacity: 0;
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg {
  will-change: opacity;
  top: 0;
  left: 0;
  width: 100%;
  perspective: 156.25vw;
  perspective-origin: 50% 80%;
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .absolute {
  width: 100%;
  top: 0;
  left: 0;
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-01 {
  will-change: transform;
  transform: translateY(0) rotateX(-30deg);
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-02 {
  will-change: transform;
  transform: translateY(6.052083vw) rotateX(-40deg);
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-03 {
  will-change: transform;
  transform: translateY(11vw) rotateX(-50deg);
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-04 {
  will-change: transform;
  transform: translateY(14.838542vw) rotateX(-60deg);
}
#weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-05 {
  will-change: transform;
  transform: translateY(17.359375vw) rotateX(-70deg);
}
#weather-container .section-effects .effects-swiper .swiper-slide-active, #weather-container .section-effects .effects-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
#weather-container .section-effects .effects-swiper .effects-control-container {
  width: 67.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  will-change: opacity;
  opacity: 0;
}
#weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn {
  display: flex;
  justify-content: space-between;
}
#weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-prev-btn, #weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-next-btn {
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
}
#weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-prev-btn svg, #weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-next-btn svg {
  width: 100%;
  height: 100%;
}
#weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-prev-btn.btn-disabled, #weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-next-btn.btn-disabled {
  opacity: 0.3;
}
#weather-container .section-effects .effects-swiper .swiper-border {
  width: 18.072917vw;
  top: 50%;
  left: 50%;
  transform: translate(-49.8%, -50%);
  z-index: 1;
  will-change: opacity;
  opacity: 0;
}
#weather-container .section-effects .swiper-content {
  display: flex;
  align-items: center;
  will-change: opacity;
  opacity: 0;
}
#weather-container .section-effects .swiper-content .tablist-wrapper {
  position: relative;
  margin: 4.583333vw 0 0 33.333333%;
}
#weather-container .section-effects .swiper-content .tablist-wrapper .tablist {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#weather-container .section-effects .swiper-content .tablist-wrapper .tablist .tabnav {
  padding: 0 0.364583vw 1.197917vw 0.364583vw;
  cursor: pointer;
  transition: opacity 0.3s;
  white-space: nowrap;
  opacity: 0.6;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.25;
  -webkit-overflow-scrolling: touch;
}
#weather-container .section-effects .swiper-content .tablist-wrapper .tablist .tabnav:not(:last-child) {
  margin-right: 2.604167vw;
}
#weather-container .section-effects .swiper-content .tablist-wrapper .tabnav-scrollbar {
  width: 100%;
  height: max(0.104167vw, 1px);
  background-color: rgba(255, 255, 255, 0.1);
}
#weather-container .section-effects .swiper-content .tablist-wrapper .tabnav-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 0;
  transition: transform 0.5s, width 0.5s;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, #2F76FF);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
#weather-container .section-effects .swiper-content[data-active="1"] .tablist-wrapper .tablist .tabnav:nth-of-type(1), #weather-container .section-effects .swiper-content[data-active="2"] .tablist-wrapper .tablist .tabnav:nth-of-type(2), #weather-container .section-effects .swiper-content[data-active="3"] .tablist-wrapper .tablist .tabnav:nth-of-type(3), #weather-container .section-effects .swiper-content[data-active="4"] .tablist-wrapper .tablist .tabnav:nth-of-type(4), #weather-container .section-effects .swiper-content[data-active="5"] .tablist-wrapper .tablist .tabnav:nth-of-type(5), #weather-container .section-effects .swiper-content[data-active="6"] .tablist-wrapper .tablist .tabnav:nth-of-type(6), #weather-container .section-effects .swiper-content[data-active="7"] .tablist-wrapper .tablist .tabnav:nth-of-type(7) {
  opacity: 1;
}
#weather-container .section-data {
  overflow: initial;
}
#weather-container .section-data .sticky-container {
  height: 200vh;
}
#weather-container .section-data .sticky-container .sticky-content {
  overflow: initial;
}
#weather-container .section-data .section-page-title {
  will-change: transform, opacity;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: transform 0.8s, opacity 0.8s;
}
#weather-container .section-data .section-page-title .desc {
  color: rgba(0, 0, 0, 0.6);
  width: 63%;
  margin: 0 auto;
}
#weather-container .section-data .data-main {
  width: 62.5vw;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#weather-container .section-data .data-main .circle {
  border-radius: 50%;
}
#weather-container .section-data .data-main .circle-1 {
  will-change: transform;
  width: 62.5vw;
  height: 62.5vw;
  border: 1px solid rgba(112, 112, 112, 0.05);
  transform: scale(0);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-2-box {
  will-change: transform;
  width: 52.083333vw;
  height: 52.083333vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-2-box .circle-2 {
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border: 1px solid rgba(112, 112, 112, 0.1);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-2-box .circle-2 .round-1 {
  width: 0.833333vw;
  height: 0.833333vw;
  border-radius: 50%;
  background-color: #D1E1FF;
  top: 6.666667vw;
  left: 7.588542vw;
}
#weather-container .section-data .data-main .circle-3-box {
  will-change: transform;
  width: 41.666667vw;
  height: 41.666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  transition: transform 0.8s;
  background: #F1F6FF;
  border-radius: 50%;
}
#weather-container .section-data .data-main .circle-3-box .circle-3 {
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border: 1px solid rgba(112, 112, 112, 0.2);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-3-box .circle-3 .round-2 {
  width: 0.833333vw;
  height: 0.833333vw;
  border-radius: 50%;
  background-color: #FECE25;
  top: 5.385417vw;
  left: 5.833333vw;
}
#weather-container .section-data .data-main .circle-4-box {
  will-change: transform;
  width: 33.854167vw;
  height: 33.854167vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-4-box .circle-4 {
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-4-box .circle-4 .main {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.36), rgba(93, 154, 255, 0.62));
  opacity: 0.2;
}
#weather-container .section-data .data-main .circle-4-box .circle-4 .round-3 {
  width: 0.833333vw;
  height: 0.833333vw;
  border-radius: 50%;
  background-color: #2F76FF;
  top: 31.25vw;
  left: 24.375vw;
}
#weather-container .section-data .data-main .circle-5 {
  will-change: transform;
  width: 23.4375vw;
  height: 23.4375vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-image: radial-gradient(circle at 50% 50%, #FFFFFF, rgba(93, 154, 255, 0.17) 110%);
  transition: transform 0.8s;
}
#weather-container .section-data .data-main .circle-6 {
  width: 12.34375vw;
  height: 12.34375vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0C5BF6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#weather-container .section-data .data-main .circle-6 .circle-img {
  width: 6.770833vw;
  will-change: transform;
  transform: scale(6.53846);
  transition: transform 0.8s, filter 0.8s;
}
#weather-container .section-data .data-main .circle-6.filter .circle-img {
  will-change: filter;
  filter: blur(3px);
}
#weather-container .section-data .data-main .data-main-left {
  will-change: transform, opacity;
  top: 19.947917vw;
  left: 9.010417vw;
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(3.489583vw);
}
#weather-container .section-data .data-main .data-main-left li {
  will-change: transform;
  padding: 0.46875vw 1.25vw 0.572917vw;
  background: linear-gradient(to right, #2E63DE 0%, #6D9BF6 100%);
  border-radius: 99px;
  color: #FFFFFF;
  font-weight: 500;
  transition: transform 0.8s ease-in-out;
  display: table;
  line-height: 1.25;
}
#weather-container .section-data .data-main .data-main-left li:not(:last-child) {
  margin-bottom: 1.5625vw;
}
#weather-container .section-data .data-main .data-main-left li:nth-child(1) {
  transform: translateX(2.395833vw);
}
#weather-container .section-data .data-main .data-main-left li:nth-child(2) {
  transform: translateX(0);
}
#weather-container .section-data .data-main .data-main-left li:nth-child(3) {
  transform: translateX(0);
}
#weather-container .section-data .data-main .data-main-left li:nth-child(4) {
  transform: translateX(2.395833vw);
}
#weather-container .section-data .data-main .data-main-left li:nth-child(5) {
  transform: translateX(4.947917vw);
}
#weather-container .section-data .data-main .data-main-left li:nth-child(6) {
  transform: translateX(8.697917vw);
}
#weather-container .section-data .data-main .data-main-right {
  will-change: transform, opacity;
  top: 7.760417vw;
  left: 33.020833vw;
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translate(-6.979167vw, -2.552083vw);
  line-height: 1.25;
}
#weather-container .section-data .data-main .data-main-right li {
  will-change: transform;
  color: rgba(0, 0, 0, 0.6);
  padding: 0.46875vw 0 0.572917vw;
  width: 7.083333vw;
  height: 2.552083vw;
  text-align: center;
  background: linear-gradient(to right, #E1ECFD 0%, #C8D7F4 100%);
  border-radius: 99px;
  margin-bottom: 1.041667vw;
  font-weight: 500;
  transition: transform 0.8s ease;
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(1) {
  margin-bottom: 0;
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(2) {
  margin-bottom: 0.260417vw;
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(3) {
  margin-bottom: 0.260417vw;
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(2) {
  transform: translateX(6.979167vw);
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data .data-main .data-main-right li:nth-of-type(14) {
  transform: translateX(12.8125vw);
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(4), #weather-container .section-data .data-main .data-main-right li:nth-of-type(13) {
  transform: translateX(16.510417vw);
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(5), #weather-container .section-data .data-main .data-main-right li:nth-of-type(12) {
  transform: translateX(20.052083vw);
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(6), #weather-container .section-data .data-main .data-main-right li:nth-of-type(11) {
  transform: translateX(21.614583vw);
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(7), #weather-container .section-data .data-main .data-main-right li:nth-of-type(10) {
  transform: translateX(22.65625vw);
}
#weather-container .section-data .data-main .data-main-right li:nth-of-type(8), #weather-container .section-data .data-main .data-main-right li:nth-of-type(9) {
  transform: translateX(23.072917vw);
}
#weather-container .section-data.active .section-page-title {
  transform: translate(-50%, -55vh);
  opacity: 0;
}
#weather-container .section-data.active .data-main .circle-1 {
  transform: scale(1);
  transition-delay: 1.4s;
}
#weather-container .section-data.active .data-main .circle-2-box {
  transform: translate(-50%, -50%) rotate(0);
  transition-delay: 2s;
}
#weather-container .section-data.active .data-main .circle-2 {
  transform: scale(1);
  transition-delay: 1.4s;
}
#weather-container .section-data.active .data-main .circle-3-box {
  transform: translate(-50%, -50%) rotate(0);
  transition-delay: 2s;
}
#weather-container .section-data.active .data-main .circle-3, #weather-container .section-data.active .data-main .circle-4 {
  transform: scale(1);
  transition-delay: 0.6s;
}
#weather-container .section-data.active .data-main .circle-4-box {
  transform: translate(-50%, -50%) rotate(0);
  transition-delay: 2s;
}
#weather-container .section-data.active .data-main .circle-5 {
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0.6s;
}
#weather-container .section-data.active .data-main .circle-6 .circle-img {
  transform: scale(1);
  filter: blur(0);
}
#weather-container .section-data.active .data-main .data-main-left,
#weather-container .section-data.active .data-main .data-main-right {
  opacity: 1;
  transition-delay: 2s;
}
#weather-container .section-data.active .data-main .data-main-left {
  transform: translateY(0);
}
#weather-container .section-data.active .data-main .data-main-left li {
  transition-delay: 2s;
}
#weather-container .section-data.active .data-main .data-main-left li:nth-of-type(1), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(6) {
  transform: translateX(4.947917vw);
}
#weather-container .section-data.active .data-main .data-main-left li:nth-of-type(3), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(4) {
  transform: translateX(0);
}
#weather-container .section-data.active .data-main .data-main-left li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(5) {
  transform: translateX(2.395833vw);
}
#weather-container .section-data.active .data-main .data-main-right {
  transform: translate(0, 0);
}
#weather-container .section-data.active .data-main .data-main-right li {
  transition-delay: 2s;
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(3) {
  margin-bottom: 1.041667vw;
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(6) {
  margin-bottom: 1.302083vw;
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(1), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(13) {
  margin-bottom: 0.260417vw;
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(12) {
  margin-bottom: 0.520833vw;
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(13) {
  transform: translateX(5.833333vw);
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(12) {
  transform: translateX(9.53125vw);
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(4), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(11) {
  transform: translateX(13.072917vw);
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(5), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(10) {
  transform: translateX(14.635417vw);
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(6), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(9) {
  transform: translateX(15.677083vw);
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(7), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(8) {
  transform: translateX(16.09375vw);
}
#weather-container .section-data.active .data-main .data-main-right li:nth-of-type(14) {
  transform: translateX(0);
}
#weather-container .section-design {
  overflow: visible;
}
#weather-container .section-design .sticky-container {
  height: 130vh;
}
#weather-container .section-design .sticky-container .sticky-content {
  height: auto;
  top: max(50vh - 20.677083vw, 0px);
  overflow: visible;
}
#weather-container .section-design .design-wrap {
  width: 67.5%;
  margin: 0 auto;
  align-items: flex-end;
  padding-bottom: 3.998958vw;
}
#weather-container .section-design .design-wrap .design-left {
  width: 59.25926%;
}
#weather-container .section-design .design-wrap .design-left .section-page-title {
  will-change: opacity;
  opacity: 0;
  transition: 0.7s;
}
#weather-container .section-design .design-wrap .design-left .design-icon-list {
  flex-wrap: wrap;
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item {
  will-change: transform, opacity;
  opacity: 0;
  transition: 1s ease;
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(1), #weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(4) {
  width: 25.9375vw;
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(2), #weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(3) {
  width: 12.5vw;
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(1), #weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(2) {
  margin-bottom: 1.5625vw;
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(1) {
  transform: translate(calc(100% + 19.53125vw), calc((100% - 4.370833vw) * -1)) scale(0.56506);
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(2) {
  transform: translate(calc(100% + 16.2vw), calc((100% - 19.429167vw) * -1)) scale(0.56667);
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(3) {
  transform: translate(calc(100% + 35.96875vw), calc((100% + 2.170833vw) * -1)) scale(0.56667);
}
#weather-container .section-design .design-wrap .design-left .design-icon-list .design-icon-item:nth-of-type(4) {
  transform: translate(calc(100% + 5.66875vw), calc((100% - 13.000167vw) * -1)) scale(0.56667);
}
#weather-container .section-design .design-wrap .design-right {
  will-change: transform;
  width: 25.72222%;
  transform: scale(1.45891) translate(77.9455%, 13%);
  transform-origin: 180% top;
  transition: 0.8s;
}
#weather-container .section-design .design-wrap .design-right .design-imgs {
  will-change: transform;
  transform: translateX(calc((66.90234375vw - 100%) / 2 * -1));
  transition: 0.8s;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-img-bg {
  width: 121.475%;
  top: 0.75259%;
  left: 0;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .section-picture {
  z-index: 1;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon {
  will-change: transform;
  width: 40.88889%;
  top: 53.96122%;
  left: 51.3333%;
  z-index: 2;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon-hand {
  will-change: transform, opacity;
  width: 10.588889%;
  top: 67.32776%;
  left: 77.77778%;
  z-index: 3;
  opacity: 0;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon-hand svg {
  width: 100%;
  height: auto;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page {
  width: 94.88889%;
  height: 97.86848%;
  top: 0.862%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 2.564583vw;
  overflow: hidden;
  z-index: 4;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
  will-change: background;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.8s;
}
#weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
  will-change: transform, opacity;
  width: 97.81336%;
  top: 1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
#weather-container .section-design .design-wrap .design-right .design-tips {
  will-change: transform, opacity;
  color: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  bottom: -3.385417vw;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.8s, opacity 0.8s;
}
@keyframes hand-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes icon-wave {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#weather-container .section-design.active-left .design-wrap .design-left .section-page-title {
  transition-delay: 0.5s;
  opacity: 1;
}
#weather-container .section-design.active-left .design-wrap .design-left .design-icon-item:nth-of-type(1),
#weather-container .section-design.active-left .design-wrap .design-left .design-icon-item:nth-of-type(2),
#weather-container .section-design.active-left .design-wrap .design-left .design-icon-item:nth-of-type(3),
#weather-container .section-design.active-left .design-wrap .design-left .design-icon-item:nth-of-type(4) {
  transition-delay: 0.5s;
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
#weather-container .section-design.active-left .design-wrap .design-right {
  transition-delay: 0s;
  transform: scale(1) translate(0, 0);
}
#weather-container .section-design.active-left .design-wrap .design-right .design-imgs {
  transform: translateX(0);
}
#weather-container .section-design.active-right .design-right .design-imgs .design-img-icon {
  animation: icon-wave 1.6s ease 1.2s forwards;
}
#weather-container .section-design.active-right .design-right .design-imgs .design-img-icon-hand {
  animation: hand-wave 1.6s ease 1.2s forwards;
}
#weather-container .section-design.active-right .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
  background: rgba(0, 0, 0, 0.4);
  transition-delay: 2.8s;
}
#weather-container .section-design.active-right .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
  transition-delay: 2.8s;
  transform: translateY(0);
  opacity: 1;
}
#weather-container .section-design.active-right .design-right .design-tips {
  transition-delay: 2.8s;
  transform: translateY(0);
  opacity: 1;
}
#weather-container .section-design.delay-change .design-right .design-imgs .design-img-icon {
  animation: icon-wave 1.6s ease forwards !important;
}
#weather-container .section-design.delay-change .design-right .design-imgs .design-img-icon-hand {
  animation: hand-wave 1.6s ease forwards !important;
}
#weather-container .section-design.delay-change .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
  transition-delay: 1.6s !important;
}
#weather-container .section-design.delay-change .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
  transition-delay: 1.6s !important;
}
#weather-container .section-design.delay-change .design-right .design-tips {
  transition-delay: 1.6s !important;
}
#weather-container .section-alert-lockscreen {
  padding-bottom: 10.416667vw;
}
#weather-container .section-alert-lockscreen .swiper-alert-lockscreen-wrap {
  width: 74.791667vw;
  margin: 0 auto;
}
#weather-container .section-alert-lockscreen .swiper {
  will-change: transform;
  transform-origin: center top;
  transition: transform 0.8s;
  transform: scale(1.1867);
  overflow: visible;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .h2 {
  will-change: font-size, opacity, transform;
  font-size: 3.333333vw;
  font-weight: 500;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .h2:first-child {
  transform: translate(calc(-50% - 10.9375vw), -50%);
  transform-origin: right center;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .h2:last-child {
  transform: translate(calc(50% + 10.9375vw), -50%);
  transform-origin: left center;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures {
  width: 15.625vw;
  margin: 0 3.125vw;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture-bg {
  width: 19.202604vw;
  top: 0.666667vw;
  left: 0;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture {
  z-index: 1;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture-icon {
  will-change: transform;
  width: 11.666667vw;
  top: 18.645833vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transform-origin: center top;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide.active .content .h2 {
  transition: transform 1s ease, opacity 1s ease;
  transition-delay: 1s;
  opacity: 0.3;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide.active .content .h2:first-child {
  transform: translate(calc(-50% - 9.375vw), -50%);
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide.active .content .h2:last-child {
  transform: translate(calc(50% + 9.375vw), -50%);
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide.active .content .section-pictures .section-picture-icon {
  transition: transform 1s, top 1s;
  transition-delay: 1s;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide.h2Opacity .content .h2 {
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-1.active .content .section-pictures .section-picture-icon {
  transform: translateX(-50%) scale(0.58768);
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-2 .content .section-pictures .section-picture-icon {
  width: 18.541667vw;
  top: 13.020833vw;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-2.active .content .section-pictures .section-picture-icon {
  transform: translate(-50%, 1.640625vw) scale(0.71348);
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-3 .content .section-pictures .section-picture-icon {
  width: 18.541667vw;
  top: 6.927083vw;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-3.active .content .section-pictures .section-picture-icon {
  transform: translate(-50%, 2.760417vw) scale(0.71348);
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-4 .content .section-pictures .section-picture-icon, #weather-container .section-alert-lockscreen .swiper .swiper-slide-5 .content .section-pictures .section-picture-icon {
  width: 18.541667vw;
  top: 13.020833vw;
}
#weather-container .section-alert-lockscreen .swiper .swiper-slide-4.active .content .section-pictures .section-picture-icon, #weather-container .section-alert-lockscreen .swiper .swiper-slide-5.active .content .section-pictures .section-picture-icon {
  transform: translate(-50%, 1.614583vw) scale(0.71348);
}
#weather-container .section-alert-lockscreen .swiper-content {
  display: flex;
  align-items: center;
  will-change: transform, opacity;
  opacity: 0;
  transition: opacity 1s;
  position: relative;
  z-index: 1;
}
#weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper {
  position: relative;
  margin: 3.125vw auto 0;
}
#weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist .tabnav {
  padding: 0 0 0.520833vw;
  cursor: pointer;
  transition: color 0.3s;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  line-height: 1.25;
  -webkit-overflow-scrolling: touch;
}
#weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist .tabnav:not(:last-child) {
  margin-right: 2.604167vw;
}
#weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tabnav-scrollbar {
  width: 100%;
  height: max(0.104167vw, 1px);
  background-color: rgba(0, 0, 0, 0.1);
}
#weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tabnav-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 0;
  transition: transform 0.5s, width 0.5s;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, #2F76FF);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
#weather-container .section-alert-lockscreen .swiper-content[data-active="1"] .tablist-wrapper .tablist .tabnav:nth-of-type(1), #weather-container .section-alert-lockscreen .swiper-content[data-active="2"] .tablist-wrapper .tablist .tabnav:nth-of-type(2), #weather-container .section-alert-lockscreen .swiper-content[data-active="3"] .tablist-wrapper .tablist .tabnav:nth-of-type(3), #weather-container .section-alert-lockscreen .swiper-content[data-active="4"] .tablist-wrapper .tablist .tabnav:nth-of-type(4), #weather-container .section-alert-lockscreen .swiper-content[data-active="5"] .tablist-wrapper .tablist .tabnav:nth-of-type(5), #weather-container .section-alert-lockscreen .swiper-content[data-active="6"] .tablist-wrapper .tablist .tabnav:nth-of-type(6), #weather-container .section-alert-lockscreen .swiper-content[data-active="7"] .tablist-wrapper .tablist .tabnav:nth-of-type(7) {
  color: #2F76FF;
}
#weather-container .section-alert-lockscreen.actived .swiper {
  transition-delay: 0.8s;
  transform: scale(1);
}
#weather-container .section-alert-lockscreen.actived .swiper .swiper-slide .content .h2 {
  opacity: 1;
}
#weather-container .section-alert-lockscreen.actived .swiper-content {
  transition-delay: 1s;
  opacity: 1;
}
#weather-container .section-alert-wall {
  overflow: initial;
}
#weather-container .section-alert-wall .alert-wall-wrap {
  will-change: transform;
  width: 61.822917vw;
  margin: 0 auto;
  transform: translateY(15.416667vw);
  transition: transform 1s;
}
#weather-container .section-alert-wall .alert-wall-wrap .section-picture {
  will-change: transform, opacity;
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
#weather-container .section-alert-wall .alert-wall-wrap .section-picture:not(:last-child) {
  margin-bottom: 1.25vw;
}
#weather-container .section-alert-wall .alert-wall-wrap .alert-wall-1 {
  transform: translateX(-6.09375vw);
}
#weather-container .section-alert-wall .alert-wall-wrap .alert-wall-2 {
  transform: translateX(9.791667vw);
}
#weather-container .section-alert-wall .alert-wall-wrap .alert-wall-3 {
  transform: translateX(-6.875vw);
}
#weather-container .section-alert-wall .alert-wall-wrap .alert-wall-picture {
  will-change: margin;
  transition: margin 1s;
  height: 8.333333vw;
}
#weather-container .section-alert-wall.active .alert-wall-wrap {
  transform: translateY(0);
}
#weather-container .section-alert-wall.active .alert-wall-wrap .section-picture {
  transform: translateX(0);
  opacity: 1;
}
#weather-container .section-alert-wall.active .alert-wall-wrap .margin-left {
  margin-left: 1.25vw;
}
#weather-container .section-alert-wall.active .alert-wall-wrap .margin-right {
  margin-right: 1.25vw;
}
#weather-container .section-cross-devices {
  padding-bottom: 10.416667vw;
}
#weather-container .section-cross-devices .cross-devices-wrap {
  width: 81.145833vw;
  margin: 0 auto;
}
#weather-container .section-cross-devices .cross-devices-wrap .section-page-title {
  z-index: 1;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-bg {
  top: -6.666667vw;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .section-picture {
  will-change: transform;
  transition: transform 1s ease;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs {
  z-index: 1;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-notebook {
  width: 49.322917vw;
  margin-left: 24.6875vw;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-tablet {
  width: 26.458333vw;
  top: 7.916667vw;
  left: 6.979167vw;
  transform: translateX(-9.947917vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-phone {
  width: 9.583333vw;
  top: 10.677083vw;
  left: 31.666667vw;
  transform: translateX(-8.229167vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-watch {
  width: 6.510417vw;
  top: 19.322917vw;
  left: 40.260417vw;
  transform: translateX(5.520833vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-fold {
  width: 10.625vw;
  top: 16.145833vw;
  left: 63.385417vw;
  transform: translateX(4.6875vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted {
  width: 84.114583vw;
  margin-top: -3.541667vw;
  margin-left: -2.96875vw;
  opacity: 0.38;
  padding-top: 0.916667vw;
  height: 13.541667vw;
  overflow-y: hidden;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-notebook-nverted {
  width: 46.09375vw;
  margin-left: 27.65625vw;
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-tablet-nverted {
  width: 28.28125vw;
  left: 9.976563vw;
  top: 3.241667vw;
  transform: translateX(-9.947917vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-phone-nverted {
  width: 8.59375vw;
  left: 35.208333vw;
  top: 4.502083vw;
  transform: translateX(-8.229167vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-watch-nverted {
  width: 6.510417vw;
  top: 4.702083vw;
  left: 43.229167vw;
  transform: translateX(5.520833vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-fold-nverted {
  width: 9.21875vw;
  top: 3.291667vw;
  left: 67.328125vw;
  transform: translateX(4.6875vw);
}
#weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-nverted {
  width: 100%;
  height: 17.1875vw;
  left: 0;
  bottom: -2.083333vw;
  background: linear-gradient(to bottom, rgba(241, 246, 255, 0), #F1F6FF 75%);
}
#weather-container .section-cross-devices.active .cross-devices-wrap .cross-devices-content .section-picture {
  transform: translateX(0);
}
#weather-container .section-footnote {
  color: rgba(0, 0, 0, 0.6);
  font-size: max(0.833333vw, 12px);
  line-height: 1.6;
  width: 69.864583vw;
  margin-left: 16.09375vw;
  padding-bottom: 8.333333vw;
  overflow: hidden;
}
#weather-container .section-footnote ol {
  list-style-type: decimal;
  padding-left: 2em;
}
#weather-container .section-footnote .active {
  color: #000;
}
#weather-container .disclaimer {
  list-style-type: none;
  position: relative;
  pointer-events: none;
}
#weather-container .disclaimer::before {
  content: "*";
  position: absolute;
  top: 0;
  padding-right: 3px;
  transform: translateX(-100%);
}
@media (max-aspect-ratio: 11/10) {
  #weather-container .mob-show {
    display: initial;
  }
  #weather-container .pc-show {
    display: none;
  }
  #weather-container .sec-radius {
    border-radius: 8.333333vw;
    -webkit-border-radius: 8.333333vw;
    -moz-border-radius: 8.333333vw;
  }
  #weather-container .sec-txt-120 {
    font-size: 16.666667vw;
  }
  #weather-container .sec-txt-80 {
    font-size: 64px;
  }
  #weather-container .sec-txt-64 {
    font-size: 4.444444vw;
  }
  #weather-container .sec-txt-48 {
    font-size: 6.666667vw;
  }
  #weather-container .sec-txt-32 {
    font-size: 4.444444vw;
  }
  #weather-container .sec-txt-22 {
    font-size: 3.055556vw;
  }
  #weather-container .sec-marb-30 {
    margin-bottom: 4.166667vw;
  }
  #weather-container .sec-marb-40 {
    margin-bottom: 5.555556vw;
  }
  #weather-container .sec-marb-60 {
    margin-bottom: 8.333333vw;
  }
  #weather-container .sec-marb-64 {
    margin-bottom: 4.57vw;
  }
  #weather-container .space {
    margin-top: 14.28vw;
  }
  #weather-container .section-page-title .h2 {
    margin-bottom: 1.944444vw;
  }
  #weather-container .section-page-title .desc {
    font-size: 2.285vw;
  }
  #weather-container .section-hero .hero-text {
    top: 78.75vw;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  #weather-container .section-hero .hero-text .h2 {
    font-size: 8.888889vw;
    margin-bottom: 5vw;
  }
  #weather-container .section-effects .effects-wrap .effects-wrap-conetnt {
    transform: translateY(21.152778vw);
  }
  #weather-container .section-effects .mask-left, #weather-container .section-effects .mask-right {
    width: 3%;
  }
  #weather-container .section-effects .effects-swiper .swiper-slide {
    will-change: transform, opacity;
    width: 24.5vw;
  }
  #weather-container .section-effects .effects-swiper .effects-control-container {
    width: 100%;
  }
  #weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-prev-btn, #weather-container .section-effects .effects-swiper .effects-control-container .effects-control-btn .swiper-next-btn {
    width: 5.28vw;
    height: 5.28vw;
  }
  #weather-container .section-effects .effects-swiper .swiper-border {
    width: 26.40625vw;
    transform: translate(-50%, -50%);
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper {
    margin: 4.444444vw auto 2.222222vw 30.333333%;
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper .tablist .tabnav {
    font-size: 1.666667vw;
  }
  #weather-container .section-effects .swiper-content .effects-pagination {
    display: none;
  }
  #weather-container .section-data .sticky-container {
    position: initial;
    height: auto;
  }
  #weather-container .section-data .sticky-container .sticky-content {
    position: initial;
    height: auto;
  }
  #weather-container .section-data .section-page-title {
    width: 76%;
    position: initial;
    margin: 0 auto 6.666667vw;
    transform: translate(0, calc((100vh - 27.777778vw - 100%) / 2));
  }
  #weather-container .section-data .section-page-title .desc {
    width: 100%;
  }
  #weather-container .section-data .data-main {
    width: 64.814815vw;
    height: 64.814815vw;
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: transform 1s;
    margin: 0 auto;
  }
  #weather-container .section-data .data-main .circle-1, #weather-container .section-data .data-main .circle-2-box {
    display: none;
  }
  #weather-container .section-data .data-main .circle-3-box {
    width: 100%;
    height: 100%;
    background: transparent;
  }
  #weather-container .section-data .data-main .circle-3-box .circle-3 {
    border: 1px solid rgba(112, 112, 112, 0.1);
  }
  #weather-container .section-data .data-main .circle-3-box .circle-3 .round-2 {
    display: none;
  }
  #weather-container .section-data .data-main .circle-4-box {
    width: 49.074074vw;
    height: 49.074074vw;
  }
  #weather-container .section-data .data-main .circle-4-box .circle-4 {
    width: 100%;
    height: 100%;
  }
  #weather-container .section-data .data-main .circle-4-box .circle-4 .main {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.36), rgba(93, 154, 255, 0.62));
    opacity: 0.2;
  }
  #weather-container .section-data .data-main .circle-4-box .circle-4 .round-3 {
    display: none;
  }
  #weather-container .section-data .data-main .circle-5 {
    width: 35.185185vw;
    height: 35.185185vw;
  }
  #weather-container .section-data .data-main .circle-6 {
    will-change: opacity;
    width: 19.444444vw;
    height: 19.444444vw;
    transition: opacity 1s;
    opacity: 0;
  }
  #weather-container .section-data .data-main .circle-6 .circle-img {
    width: 12.037038vw;
    transform: scale(1);
  }
  #weather-container .section-data .data-main .circle-6.filter .circle-img {
    filter: blur(0);
  }
  #weather-container .section-data .data-main .data-main-left {
    top: 13.148148vw;
    left: 2.037037vw;
    transform: translateY(5.138889vw);
  }
  #weather-container .section-data .data-main .data-main-left li {
    padding: 0.462963vw 1.851851vw 0.648148vw;
    color: #FFFFFF;
    font-size: 2.222222vw;
  }
  #weather-container .section-data .data-main .data-main-left li:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(1) {
    transform: translateX(4.25926vw);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(2) {
    transform: translateX(0);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(3) {
    transform: translateX(0);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(4) {
    transform: translateX(4.25926vw);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(5) {
    transform: translateX(8.796296vw);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(6) {
    transform: translateX(15.74074vw);
  }
  #weather-container .section-data .data-main .data-main-right {
    top: -1.203704vw;
    left: 29.259258vw;
    transform: translate(-7.037037vw, -3.703704vw);
  }
  #weather-container .section-data .data-main .data-main-right li {
    color: rgba(0, 0, 0, 0.5);
    padding: 0.462963vw 0 0.648148vw;
    width: 11.111111vw;
    height: 4.074074vw;
    margin-bottom: 0.925926vw;
    font-size: 2.222222vw;
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(1), #weather-container .section-data .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data .data-main .data-main-right li:nth-of-type(3) {
    margin-bottom: 0.462963vw;
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(2) {
    transform: translateX(8.425926vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data .data-main .data-main-right li:nth-of-type(14) {
    transform: translateX(14.25926vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(4), #weather-container .section-data .data-main .data-main-right li:nth-of-type(13) {
    transform: translateX(22.037038vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(5), #weather-container .section-data .data-main .data-main-right li:nth-of-type(12) {
    transform: translateX(25.555556vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(6), #weather-container .section-data .data-main .data-main-right li:nth-of-type(11) {
    transform: translateX(28.055556vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(7), #weather-container .section-data .data-main .data-main-right li:nth-of-type(10) {
    transform: translateX(29.444444vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(8), #weather-container .section-data .data-main .data-main-right li:nth-of-type(9) {
    transform: translateX(30.370371vw);
  }
  #weather-container .section-data.active .section-page-title {
    transform: translate(0, 0);
    opacity: 1;
  }
  #weather-container .section-data.active .data-main {
    top: 0;
    transform: translateY(0);
  }
  #weather-container .section-data.active .data-main .circle-3-box {
    transform: translate(-50%, -50%) rotate(0);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-3, #weather-container .section-data.active .data-main .circle-4 {
    transform: scale(1);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-4-box {
    transform: translate(-50%, -50%) rotate(0);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-5 {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-6 {
    opacity: 1;
  }
  #weather-container .section-data.active .data-main .circle-6 .circle-img {
    transform: scale(1);
    filter: blur(0);
  }
  #weather-container .section-data.active .data-main .data-main-left,
  #weather-container .section-data.active .data-main .data-main-right {
    opacity: 1;
    transition-delay: 2s;
  }
  #weather-container .section-data.active .data-main .data-main-left {
    transform: translateY(0);
  }
  #weather-container .section-data.active .data-main .data-main-left li {
    transition-delay: 2s;
  }
  #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(1), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(6) {
    transform: translateX(8.796296vw);
  }
  #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(3), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(4) {
    transform: translateX(0);
  }
  #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(5) {
    transform: translateX(4.25926vw);
  }
  #weather-container .section-data.active .data-main .data-main-right {
    transform: translate(0, 0);
  }
  #weather-container .section-data.active .data-main .data-main-right li {
    transition-delay: 2s;
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(3) {
    margin-bottom: 1.388889vw;
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(1), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(12), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(13) {
    margin-bottom: 0.694444vw;
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(13) {
    transform: translateX(8.333333vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(12) {
    transform: translateX(15vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(4), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(11) {
    transform: translateX(18.518518vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(5), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(10) {
    transform: translateX(21.018518vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(6), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(9) {
    transform: translateX(22.407407vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(7), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(8) {
    transform: translateX(23.333333vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(14) {
    transform: translateX(0);
  }
  #weather-container .section-design {
    overflow: initial;
  }
  #weather-container .section-design .sticky-container {
    height: auto;
  }
  #weather-container .section-design .sticky-container .sticky-content {
    position: initial;
    height: auto;
    overflow: visible;
  }
  #weather-container .section-design .design-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 14.583333vw;
  }
  #weather-container .section-design .design-wrap .design-left {
    width: 63.25926%;
    margin-top: 0;
    text-align: center;
  }
  #weather-container .section-design .design-wrap .design-left .section-page-title {
    opacity: 1;
    transition: initial;
  }
  #weather-container .section-design .design-wrap .design-left .design-icon-list {
    display: none;
  }
  #weather-container .section-design .design-wrap .design-right {
    width: 32.962962vw;
    transform: scale(1.352865) translate(0, 0);
    transform-origin: center top;
    transition: 0.8s;
    transition-delay: 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs {
    will-change: transform;
    transform: translateX(0);
    transition: 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-bg {
    width: 40.543518vw;
    top: 1.203704vw;
    left: 0;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon {
    will-change: transform;
    width: 40.88889%;
    top: 53.96122%;
    left: 51.3333%;
    z-index: 2;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon-hand {
    will-change: transform, opacity;
    width: 10.588889%;
    top: 67.32776%;
    left: 77.77778%;
    z-index: 3;
    opacity: 0;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon-hand svg {
    width: 100%;
    height: auto;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page {
    width: 94.88889%;
    height: 97.86848%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3.981482vw;
    overflow: hidden;
    z-index: 4;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
    will-change: background;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
    will-change: transform, opacity;
    width: 97.81336%;
    top: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.8s, opacity 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-tips {
    font-size: 1.666667vw;
    bottom: -10.462962vw;
  }
  @keyframes hand-wave {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes icon-wave {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  #weather-container .section-design.active-left .design-wrap .design-right {
    transition-delay: 0s;
    transform: scale(1) translate(0, 0);
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs {
    transition-delay: 0.8s;
    transform: translateX(0);
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-img-icon {
    animation: icon-wave 1.6s ease 1s forwards;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-img-icon-hand {
    animation: hand-wave 1.6s ease 1s forwards;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
    background: rgba(0, 0, 0, 0.4);
    transition-delay: 2.6s;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
    transition-delay: 2.6s;
    transform: translateY(0);
    opacity: 1;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-tips {
    transition-delay: 2.6s;
    transform: translateY(0);
    opacity: 1;
  }
  #weather-container .section-alert-lockscreen {
    padding-bottom: 14.28vw;
    overflow: hidden;
  }
  #weather-container .section-alert-lockscreen .section-page-title {
    width: 50.814815vw;
    margin: 0 auto 4.444444vw;
  }
  #weather-container .section-alert-lockscreen .swiper-alert-lockscreen-wrap {
    width: 50.370371vw;
    margin: 0 auto;
  }
  #weather-container .section-alert-lockscreen .swiper {
    overflow: visible;
    transform: scale(1);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content {
    margin-bottom: 9.444444vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .h2 {
    display: none;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures {
    width: 32.962962vw;
    margin: 0;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture-bg {
    width: 40.43426vw;
    top: 1.018518vw;
    left: 0;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture-icon {
    width: 24.351852vw;
    top: 41.018518vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transform-origin: center top;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .alert-lockscreen-text {
    will-change: transform, color;
    transition: transform 1s, color 1s;
    font-size: 2.222222vw;
    color: rgba(0, 0, 0, 0.8);
    bottom: 2.777778vw;
    white-space: nowrap;
    left: 0;
    right: 0;
    text-align: center;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide.active .content .section-pictures .section-picture-icon {
    transition: transform 1s;
    transition-delay: 1s;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide.active .alert-lockscreen-text {
    transition-delay: 1s;
    transform: scale(0.75);
    color: rgba(0, 0, 0, 0.6);
  }
  @keyframes opacity {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 0;
    }
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-1.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 0) scale(0.50053);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-2 .content .section-pictures .section-picture-icon {
    width: 37.870371vw;
    top: 27.777778vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-2.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 2.777778vw) scale(0.7335);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-3 .content .section-pictures .section-picture-icon {
    width: 37.870371vw;
    top: 15.185185vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-3.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 8.796296vw) scale(0.7335);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-4 .content .section-pictures .section-picture-icon, #weather-container .section-alert-lockscreen .swiper .swiper-slide-5 .content .section-pictures .section-picture-icon {
    width: 37.870371vw;
    top: 27.777778vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-4.active .content .section-pictures .section-picture-icon, #weather-container .section-alert-lockscreen .swiper .swiper-slide-5.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 2.777778vw) scale(0.7335);
  }
  #weather-container .section-alert-lockscreen .swiper-content {
    opacity: 1;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper {
    margin: 2.777778vw auto 0;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist .tabnav {
    padding: 0 0.555556vw 0.833333vw;
    font-size: 1.666667vw;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist .tabnav:not(:last-child) {
    margin-right: 1.944444vw;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tabnav-scrollbar {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #weather-container .section-alert-wall .alert-wall-wrap {
    width: 100%;
    padding: 0 8.333333vw;
    transform: translateY(60.277778vw);
    overflow: hidden;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .section-page-title {
    margin-bottom: 8.888889vw;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-content-mob ul {
    display: flex;
    flex-wrap: wrap;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-1, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-4, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-5, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-8 {
    width: 22.222222vw;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-2 {
    width: 57.777778vw;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-3, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-6, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-7 {
    width: 56.944444vw;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-1, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-2,
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-5, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-6 {
    transform: translateX(15vw);
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-3, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-4,
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-7, #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-8 {
    transform: translateX(-19.027778vw);
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-picture {
    will-change: transform, opacity;
    transition: transform 1s, opacity 1s;
    opacity: 0;
    height: auto;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-picture:nth-child(odd) {
    margin-right: 3.333333vw;
  }
  #weather-container .section-alert-wall .alert-wall-wrap .alert-wall-picture:nth-child(-n+6) {
    margin-bottom: 3.333333vw;
  }
  #weather-container .section-alert-wall.active .alert-wall-wrap {
    transform: translateY(0);
  }
  #weather-container .section-alert-wall.active .alert-wall-wrap .alert-wall-picture {
    transform: translateX(0);
    opacity: 1;
  }
  #weather-container .section-cross-devices {
    padding-bottom: 22.222222vw;
  }
  #weather-container .section-cross-devices .cross-devices-wrap {
    width: 100%;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .section-page-title {
    width: 66.666667vw;
    margin: 0 auto 16.666667vw;
    z-index: 1;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content {
    overflow: hidden;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-bg {
    top: -10.763889vw;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs {
    z-index: 1;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-notebook {
    width: 75vw;
    margin-left: 28.472222vw;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-tablet {
    width: 43.541667vw;
    top: 12.916667vw;
    left: 0.694444vw;
    transform: translateX(-14.166667vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-phone {
    width: 17.986111vw;
    top: 21.323611vw;
    left: 37.883333vw;
    transform: translateX(-11.838889vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-watch {
    width: 10.580556vw;
    top: 35.251389vw;
    left: 51.473611vw;
    transform: translateX(-4.583333vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs .cross-devices-fold {
    width: 18.194444vw;
    top: 31.023611vw;
    left: 68.917361vw;
    transform: translateX(5.972222vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted {
    width: 100%;
    margin-top: -1.277778vw;
    margin-left: 0;
    opacity: 0.5;
    padding-top: 0;
    height: 37.916667vw;
    overflow: hidden;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-notebook-nverted {
    width: 74.913889vw;
    margin-left: 28.588889vw;
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-tablet-nverted {
    width: 43.541667vw;
    left: 2.031944vw;
    top: 0.555556vw;
    transform: translateX(-14.166667vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-phone-nverted {
    width: 14.027778vw;
    left: 39.909722vw;
    top: 7.702083vw;
    transform: translateX(-11.838889vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-watch-nverted {
    width: 10.580556vw;
    top: 8.402083vw;
    left: 51.473611vw;
    transform: translateX(-4.583333vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-fold-nverted {
    width: 15vw;
    top: 6.891667vw;
    left: 70.833333vw;
    transform: translateX(5.972222vw);
  }
  #weather-container .section-cross-devices .cross-devices-wrap .cross-devices-content .cross-devices-imgs-nverted .cross-devices-nverted {
    width: 100%;
    height: 37.916667vw;
    left: 0;
    bottom: -2.083333vw;
    background: linear-gradient(to bottom, rgba(241, 246, 255, 0), #F1F6FF 75%);
  }
  #weather-container .section-cross-devices.active .cross-devices-wrap .cross-devices-content .section-picture {
    transform: translateX(0);
  }
  #weather-container .section-footnote {
    font-size: 2.222222vw;
    width: 82.222222vw;
    margin: 0 auto;
    padding-bottom: 22.222222vw;
  }
}
@media (max-aspect-ratio: 6/10) {
  #weather-container .mob-show {
    display: initial;
  }
  #weather-container .pc-show {
    display: none;
  }
  #weather-container .sec-radius {
    border-radius: 8.333333vw;
    -webkit-border-radius: 8.333333vw;
    -moz-border-radius: 8.333333vw;
  }
  #weather-container .sec-txt-120 {
    font-size: 16.666667vw;
  }
  #weather-container .sec-txt-80 {
    font-size: 64px;
  }
  #weather-container .sec-txt-64 {
    font-size: 8.888889vw;
  }
  #weather-container .sec-txt-48 {
    font-size: 6.666667vw;
  }
  #weather-container .sec-txt-32 {
    font-size: 4.444444vw;
  }
  #weather-container .sec-txt-22 {
    font-size: 3.055556vw;
  }
  #weather-container .sec-marb-30 {
    margin-bottom: 4.166667vw;
  }
  #weather-container .sec-marb-40 {
    margin-bottom: 5.555556vw;
  }
  #weather-container .sec-marb-60 {
    margin-bottom: 8.333333vw;
  }
  #weather-container .sec-marb-64 {
    margin-bottom: 8.888889vw;
  }
  #weather-container .space {
    margin-top: 27.777778vw;
  }
  #weather-container .section-page-title .h2 {
    margin-bottom: 3.888889vw;
  }
  #weather-container .section-page-title .desc {
    font-size: 4.444444vw;
  }
  #weather-container .section-hero .hero-text {
    top: 78.75vw;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  #weather-container .section-hero .hero-text .h2 {
    font-size: 8.888889vw;
    margin-bottom: 5vw;
  }
  #weather-container .section-effects {
    margin-top: -1px;
  }
  #weather-container .section-effects .sticky-container {
    position: initial;
    height: auto;
  }
  #weather-container .section-effects .sticky-container .sticky-content {
    padding: 27.777778vw 0;
    position: initial;
    height: auto;
  }
  #weather-container .section-effects .section-page-title {
    width: 87.944444%;
    left: 0;
    right: 0;
    margin: 0 auto 8.888889vw;
    transition: transform 0.8s, opacity 0.8s;
    transform: translateY(0);
  }
  #weather-container .section-effects .mask-left, #weather-container .section-effects .mask-right {
    display: none;
  }
  #weather-container .section-effects .effects-wrap {
    transform: translateY(0);
  }
  #weather-container .section-effects .effects-wrap .effects-wrap-conetnt {
    transition: transform 0.8s;
    transform: translateY(49.166667vw);
    opacity: 1;
  }
  #weather-container .section-effects .effects-swiper {
    width: 100%;
  }
  #weather-container .section-effects .effects-swiper .swiper-slide {
    width: 44.444444vw;
    opacity: 1;
  }
  #weather-container .section-effects .effects-swiper .swiper-slide video {
    transition: opacity 0.8s;
    border-radius: 5.277778vw;
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-container {
    transition: opacity 0.8s;
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg {
    transition: opacity 0.8s;
    perspective: 156.25vw;
    perspective-origin: 50% 80%;
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .absolute {
    width: 100%;
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-item {
    transition: transform 0.8s;
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-01 {
    transform: translateY(5.555556vw) rotateX(-30deg);
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-02 {
    transform: translateY(21.805556vw) rotateX(-40deg);
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-03 {
    transform: translateY(34.861111vw) rotateX(-50deg);
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-04 {
    transform: translateY(45vw) rotateX(-60deg);
  }
  #weather-container .section-effects .effects-swiper .effects-slide-4 .video-bg .video-bg-05 {
    transform: translateY(51.805556vw) rotateX(-70deg);
  }
  #weather-container .section-effects .effects-swiper .swiper-slide-active, #weather-container .section-effects .effects-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
  }
  #weather-container .section-effects .effects-swiper .swiper-slide-prev,
  #weather-container .section-effects .effects-swiper .swiper-slide-next {
    opacity: 0.5;
  }
  #weather-container .section-effects .effects-swiper .effects-control-container {
    display: none;
  }
  #weather-container .section-effects .effects-swiper .swiper-border {
    transition: opacity 0.8s;
    width: 48.194444vw;
    transform: translate(-50%, -50%);
  }
  #weather-container .section-effects .effects-swiper[data-active="1"] .tablist-wrapper .tablist .tabnav:nth-of-type(1), #weather-container .section-effects .effects-swiper[data-active="2"] .tablist-wrapper .tablist .tabnav:nth-of-type(2), #weather-container .section-effects .effects-swiper[data-active="3"] .tablist-wrapper .tablist .tabnav:nth-of-type(3), #weather-container .section-effects .effects-swiper[data-active="4"] .tablist-wrapper .tablist .tabnav:nth-of-type(4), #weather-container .section-effects .effects-swiper[data-active="5"] .tablist-wrapper .tablist .tabnav:nth-of-type(5), #weather-container .section-effects .effects-swiper[data-active="6"] .tablist-wrapper .tablist .tabnav:nth-of-type(6), #weather-container .section-effects .effects-swiper[data-active="7"] .tablist-wrapper .tablist .tabnav:nth-of-type(7) {
    opacity: 1;
  }
  #weather-container .section-effects .swiper-content {
    transition: opacity 0.8s;
    flex-direction: column;
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper {
    margin: 10.416667vw auto 4.444444vw;
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper .tablist {
    position: relative;
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper .tablist .tabnav {
    will-change: opacity;
    padding: 0;
    opacity: 0;
    font-size: 3.333333vw;
    transition: opacity 300ms;
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper .tablist .tabnav:not(:first-child) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper .tabnav-scrollbar {
    display: none;
  }
  #weather-container .section-effects .swiper-content .effects-pagination {
    display: flex;
    position: initial;
    justify-content: center;
  }
  #weather-container .section-effects .swiper-content .effects-pagination .swiper-pagination-bullet {
    width: 2.222222vw;
    height: 2.222222vw;
    background: #FFFFFF;
    margin: 0 1.666667vw;
  }
  #weather-container .section-effects .swiper-content .effects-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.8;
  }
  #weather-container .section-effects.active .section-page-title {
    opacity: 0;
    transform: translateY(-100%);
  }
  #weather-container .section-effects.active .effects-wrap .effects-wrap-conetnt {
    transition-property: opacity, transform;
    opacity: 1;
    transform: translateY(0);
  }
  #weather-container .section-effects.active .effects-swiper .swiper-slide video {
    opacity: 1;
    transition-delay: 0.8s;
  }
  #weather-container .section-effects.active .effects-swiper .effects-slide-4 .video-container {
    opacity: 1;
    transition-delay: 0.8s;
  }
  #weather-container .section-effects.active .effects-swiper .effects-slide-4 .video-bg {
    opacity: 0;
    transition-delay: 0.8s;
  }
  #weather-container .section-effects.active .effects-swiper .effects-slide-4 .video-bg .video-bg-item {
    transform: translateY(0) rotateX(0);
  }
  #weather-container .section-effects.active .effects-swiper .swiper-border {
    opacity: 1;
    transition-delay: 0.8s;
  }
  #weather-container .section-effects.active .swiper-content {
    opacity: 1;
    transition-delay: 0.8s;
  }
  #weather-container .section-data .sticky-container {
    position: initial;
    height: auto;
  }
  #weather-container .section-data .sticky-container .sticky-content {
    position: initial;
    height: auto;
    overflow: hidden;
    padding-bottom: 1.805556vw;
  }
  #weather-container .section-data .section-page-title {
    width: 76%;
    position: initial;
    margin: 0 auto 11.805556vw;
    transform: translate(0, 0);
  }
  #weather-container .section-data .section-page-title .desc {
    width: 100%;
  }
  #weather-container .section-data .data-main {
    width: 97.222222vw;
    height: 97.222222vw;
    top: 0;
    left: 0;
    transform: translateY(2.083333vw);
    transition: transform 1s;
    margin: 0 auto;
  }
  #weather-container .section-data .data-main .circle-1, #weather-container .section-data .data-main .circle-2-box {
    display: none;
  }
  #weather-container .section-data .data-main .circle-3-box {
    width: 100%;
    height: 100%;
    background: transparent;
  }
  #weather-container .section-data .data-main .circle-3-box .circle-3 {
    border: 1px solid rgba(112, 112, 112, 0.1);
  }
  #weather-container .section-data .data-main .circle-3-box .circle-3 .round-2 {
    display: none;
  }
  #weather-container .section-data .data-main .circle-4-box {
    width: 73.611111vw;
    height: 73.611111vw;
  }
  #weather-container .section-data .data-main .circle-4-box .circle-4 {
    width: 100%;
    height: 100%;
  }
  #weather-container .section-data .data-main .circle-4-box .circle-4 .main {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.36), rgba(93, 154, 255, 0.62));
    opacity: 0.2;
  }
  #weather-container .section-data .data-main .circle-4-box .circle-4 .round-3 {
    display: none;
  }
  #weather-container .section-data .data-main .circle-5 {
    width: 52.777778vw;
    height: 52.777778vw;
  }
  #weather-container .section-data .data-main .circle-6 {
    will-change: opacity;
    width: 29.166667vw;
    height: 29.166667vw;
    transition: opacity 1s;
    opacity: 0;
  }
  #weather-container .section-data .data-main .circle-6 .circle-img {
    width: 18.055556vw;
    transform: scale(1);
  }
  #weather-container .section-data .data-main .circle-6.filter .circle-img {
    filter: blur(0);
  }
  #weather-container .section-data .data-main .data-main-left {
    top: 19.722222vw;
    left: 4.444444vw;
    transform: translateY(10.277778vw);
  }
  #weather-container .section-data .data-main .data-main-left li {
    padding: 0.694444vw 2.638889vw 0.972222vw;
    color: #FFFFFF;
    font-size: 3.333333vw;
  }
  #weather-container .section-data .data-main .data-main-left li:not(:last-child) {
    margin-bottom: 4.166667vw;
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(1) {
    transform: translateX(6.388889vw);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(2) {
    transform: translateX(0);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(3) {
    transform: translateX(0);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(4) {
    transform: translateX(6.388889vw);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(5) {
    transform: translateX(13.194444vw);
  }
  #weather-container .section-data .data-main .data-main-left li:nth-of-type(6) {
    transform: translateX(23.611111vw);
  }
  #weather-container .section-data .data-main .data-main-right {
    top: -1.805556vw;
    left: 42.5vw;
    transform: translate(-10.555556vw, -5.555556vw);
  }
  #weather-container .section-data .data-main .data-main-right li {
    color: rgba(0, 0, 0, 0.5);
    padding: 0.833333vw 0 0.972222vw;
    width: 16.666667vw;
    height: 6.111111vw;
    margin-bottom: 1.388889vw;
    font-size: 3.333333vw;
  }
  #weather-container .section-data .data-main .data-main-right li:last-child {
    margin-bottom: 0;
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(1), #weather-container .section-data .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data .data-main .data-main-right li:nth-of-type(3) {
    margin-bottom: 0.694444vw;
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(2) {
    transform: translateX(12.638889vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data .data-main .data-main-right li:nth-of-type(14) {
    transform: translateX(21.388889vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(4), #weather-container .section-data .data-main .data-main-right li:nth-of-type(13) {
    transform: translateX(33.055556vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(5), #weather-container .section-data .data-main .data-main-right li:nth-of-type(12) {
    transform: translateX(38.333333vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(6), #weather-container .section-data .data-main .data-main-right li:nth-of-type(11) {
    transform: translateX(42.083333vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(7), #weather-container .section-data .data-main .data-main-right li:nth-of-type(10) {
    transform: translateX(44.166667vw);
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(8), #weather-container .section-data .data-main .data-main-right li:nth-of-type(9) {
    transform: translateX(45.555556vw);
  }
  #weather-container .section-data.active .section-page-title {
    transform: translate(0, 0);
    opacity: 1;
  }
  #weather-container .section-data.active .data-main {
    transform: translateY(0);
  }
  #weather-container .section-data.active .data-main .circle-3-box {
    transform: translate(-50%, -50%) rotate(0);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-3, #weather-container .section-data.active .data-main .circle-4 {
    transform: scale(1);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-4-box {
    transform: translate(-50%, -50%) rotate(0);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-5 {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 1s;
  }
  #weather-container .section-data.active .data-main .circle-6 {
    opacity: 1;
  }
  #weather-container .section-data.active .data-main .circle-6 .circle-img {
    transform: scale(1);
    filter: blur(0);
  }
  #weather-container .section-data.active .data-main .data-main-left,
  #weather-container .section-data.active .data-main .data-main-right {
    opacity: 1;
    transition-delay: 2s;
  }
  #weather-container .section-data.active .data-main .data-main-left {
    transform: translateY(0);
  }
  #weather-container .section-data.active .data-main .data-main-left li {
    transition-delay: 2s;
  }
  #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(1), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(6) {
    transform: translateX(13.194444vw);
  }
  #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(3), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(4) {
    transform: translateX(0);
  }
  #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-left li:nth-of-type(5) {
    transform: translateX(6.388889vw);
  }
  #weather-container .section-data.active .data-main .data-main-right {
    transform: translate(0, 0);
  }
  #weather-container .section-data.active .data-main .data-main-right li {
    transition-delay: 2s;
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(3) {
    margin-bottom: 1.388889vw;
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(1), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(12), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(13) {
    margin-bottom: 0.694444vw;
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(13) {
    transform: translateX(12.5vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(12) {
    transform: translateX(22.5vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(4), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(11) {
    transform: translateX(27.777778vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(5), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(10) {
    transform: translateX(31.527778vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(6), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(9) {
    transform: translateX(33.611111vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(7), #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(8) {
    transform: translateX(35vw);
  }
  #weather-container .section-data.active .data-main .data-main-right li:nth-of-type(14) {
    transform: translateX(0);
  }
  #weather-container .section-design {
    overflow: initial;
  }
  #weather-container .section-design .sticky-container {
    height: auto;
  }
  #weather-container .section-design .sticky-container .sticky-content {
    position: initial;
    height: auto;
    overflow: visible;
  }
  #weather-container .section-design .design-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 14.583333vw;
  }
  #weather-container .section-design .design-wrap .design-left {
    width: 63.25926%;
    margin-top: 0;
    text-align: center;
  }
  #weather-container .section-design .design-wrap .design-left .section-page-title {
    opacity: 1;
    transition: initial;
  }
  #weather-container .section-design .design-wrap .design-left .design-icon-list {
    display: none;
  }
  #weather-container .section-design .design-wrap .design-right {
    width: 49.444444vw;
    transform: scale(1.352865) translate(0, 0);
    transform-origin: center top;
    transition: 0.8s;
    transition-delay: 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs {
    will-change: transform;
    transform: translateX(0);
    transition: 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-bg {
    width: 60.815278vw;
    top: 1.805556vw;
    left: 0;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon {
    will-change: transform;
    width: 40.88889%;
    top: 53.96122%;
    left: 51.3333%;
    z-index: 2;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon-hand {
    will-change: transform, opacity;
    width: 10.588889%;
    top: 67.32776%;
    left: 77.77778%;
    z-index: 3;
    opacity: 0;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-img-icon-hand svg {
    width: 100%;
    height: auto;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page {
    width: 94.88889%;
    height: 97.86848%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5.972222vw;
    overflow: hidden;
    z-index: 4;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
    will-change: background;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
    will-change: transform, opacity;
    width: 97.81336%;
    top: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.8s, opacity 0.8s;
  }
  #weather-container .section-design .design-wrap .design-right .design-tips {
    font-size: 3.333333vw;
    bottom: -15.694444vw;
  }
  @keyframes hand-wave {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes icon-wave {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  #weather-container .section-design.active-left .design-wrap .design-right {
    transition-delay: 0s;
    transform: scale(1) translate(0, 0);
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs {
    transition-delay: 0.8s;
    transform: translateX(0);
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-img-icon {
    animation: icon-wave 1.6s ease 1s forwards;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-img-icon-hand {
    animation: hand-wave 1.6s ease 1s forwards;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-bg {
    background: rgba(0, 0, 0, 0.4);
    transition-delay: 2.6s;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-imgs .design-level-2-page .design-level-2-page-content {
    transition-delay: 2.6s;
    transform: translateY(0);
    opacity: 1;
  }
  #weather-container .section-design.active-left .design-wrap .design-right .design-tips {
    transition-delay: 2.6s;
    transform: translateY(0);
    opacity: 1;
  }
  #weather-container .section-alert-lockscreen {
    padding-bottom: 27.777778vw;
    overflow: hidden;
  }
  #weather-container .section-alert-lockscreen .section-page-title {
    width: 72.222222vw;
    margin: 0 auto 8.888889vw;
  }
  #weather-container .section-alert-lockscreen .swiper-alert-lockscreen-wrap {
    width: 75.555556vw;
    margin: 0 auto;
  }
  #weather-container .section-alert-lockscreen .swiper {
    overflow: visible;
    transform: scale(1);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content {
    margin-bottom: 14.138889vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .h2 {
    display: none;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures {
    width: 49.444444vw;
    margin: 0;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture-bg {
    width: 60.651389vw;
    top: 1.527778vw;
    left: 0;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .content .section-pictures .section-picture-icon {
    width: 36.527778vw;
    top: 61.527778vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transform-origin: center top;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide .alert-lockscreen-text {
    will-change: transform, color;
    transition: transform 1s, color 1s;
    font-size: 4.444444vw;
    color: rgba(0, 0, 0, 0.8);
    bottom: 3.888889vw;
    white-space: nowrap;
    left: 0;
    right: 0;
    text-align: center;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide.active .content .section-pictures .section-picture-icon {
    transition: transform 1s;
    transition-delay: 1s;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide.active .alert-lockscreen-text {
    transition-delay: 1s;
    transform: scale(0.75);
    color: rgba(0, 0, 0, 0.6);
  }
  @keyframes opacity {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 0;
    }
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-1.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 0) scale(0.50053);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-2 .content .section-pictures .section-picture-icon {
    width: 56.805556vw;
    top: 41.666667vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-2.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 4.166667vw) scale(0.7335);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-3 .content .section-pictures .section-picture-icon {
    width: 56.805556vw;
    top: 22.777778vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-3.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 13.194444vw) scale(0.7335);
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-4 .content .section-pictures .section-picture-icon, #weather-container .section-alert-lockscreen .swiper .swiper-slide-5 .content .section-pictures .section-picture-icon {
    width: 56.805556vw;
    top: 41.666667vw;
  }
  #weather-container .section-alert-lockscreen .swiper .swiper-slide-4.active .content .section-pictures .section-picture-icon, #weather-container .section-alert-lockscreen .swiper .swiper-slide-5.active .content .section-pictures .section-picture-icon {
    transform: translate(-50%, 4.166667vw) scale(0.7335);
  }
  #weather-container .section-alert-lockscreen .swiper-content {
    opacity: 1;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper {
    margin: 4.166667vw auto 0;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist .tabnav {
    padding: 0 0.833333vw 1.25vw;
    font-size: 3.333333vw;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tablist .tabnav:not(:last-child) {
    margin-right: 3.888889vw;
  }
  #weather-container .section-alert-lockscreen .swiper-content .tablist-wrapper .tabnav-scrollbar {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1600px) and (min-aspect-ratio: 11/10) {
  #weather-container .section-effects .swiper-content .tablist-wrapper {
    margin: 3.083333vw 0 0 33.333333%;
  }
  #weather-container .section-effects .swiper-content .tablist-wrapper .tablist .tabnav {
    padding: 0 0.364583vw 0.697917vw 0.364583vw;
  }
  #weather-container .section-design .sticky-container .sticky-content {
    height: auto;
    top: max(50vh - 22.3626vw, 0px);
  }
  #weather-container .section-design .design-wrap {
    align-items: center;
  }
  #weather-container .section-design .design-wrap .design-left {
    margin-top: 0;
  }
  #weather-container .section-design .design-wrap .design-right {
    width: 28.72222%;
  }
  #weather-container .section-data .data-main .data-main-right {
    top: 8.960417vw;
  }
  #weather-container .section-data .data-main .data-main-right li {
    margin-bottom: 0.78125vw;
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(6) {
    margin-bottom: 0.78125vw;
  }
  #weather-container .section-data .data-main .data-main-right li:nth-of-type(1), #weather-container .section-data .data-main .data-main-right li:nth-of-type(2), #weather-container .section-data .data-main .data-main-right li:nth-of-type(3), #weather-container .section-data .data-main .data-main-right li:nth-of-type(11), #weather-container .section-data .data-main .data-main-right li:nth-of-type(12), #weather-container .section-data .data-main .data-main-right li:nth-of-type(13) {
    margin-bottom: 0.260417vw;
  }
}/*# sourceMappingURL=index.css.map */