﻿.odometer.odometer-auto-theme,
.odometer.odometer-theme-train-station1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-train-station1 .odometer-digit {
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-train-station1.odometer-animating-up .odometer-ribbon-inner {
  transition: -webkit-transform 2s;
  -webkit-transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-train-station1.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-train-station1.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-train-station1.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: -webkit-transform 2s;
  -webkit-transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-train-station1 .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#171717));
  background-image: -webkit-linear-gradient(top, #333, #171717);
  background-image: -o-linear-gradient(top, #333 0, #171717 100%);
  background-image: linear-gradient(180deg, #333, #171717);
  background-color: #171717;
  color: #fff;
  text-align: center;
  width: 1.013333rem;
  height: 1.733333rem;
  text-shadow: 0 0 15px #000;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit + .odometer-digit,
.odometer.odometer-theme-train-station1 .odometer-digit + .odometer-digit {
  margin-left: 10px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-digit-inner {
  width: 100%;
}
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-value {
  width: 100%;
  line-height: 1;
  height: 1.733333rem;
  padding-top: 0.346667rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-value.macshow {
  padding-top: 0.173333rem;
}
.odometer.odometer-theme-train-station1 .odometer-digit .odometer-value:after {
  content: "";
  height: 3px;
  background: #212121;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .odometer.odometer-auto-theme .odometer-digit,
  .odometer.odometer-theme-train-station1 .odometer-digit {
    width: 0.8rem;
  }
  .odometer.odometer-auto-theme .odometer-digit + .odometer-digit,
  .odometer.odometer-theme-train-station1 .odometer-digit + .odometer-digit {
    margin-left: 6px;
  }
  .odometer.odometer-theme-train-station1 .odometer-digit .odometer-value {
    height: 1.733333rem;
  }
}
@media screen and (max-width: 767px) {
  .odometer.odometer-auto-theme .odometer-digit,
  .odometer.odometer-theme-train-station1 .odometer-digit {
    width: 26px;
    height: 44px;
    line-height: 50px;
  }
  .odometer.odometer-theme-train-station1 .odometer-digit .odometer-value {
    height: 44px;
  }
}
@-webkit-keyframes vueCityPicker-data-v-3747aa44 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}
@keyframes vueCityPicker-data-v-3747aa44 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}
.vue-city-picker[data-v-3747aa44] {
  position: relative;
  margin: 0;
  padding: 0;
  font: 0.16rem/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, "\\5b8b\4F53", sans-serif;
  color: #555;
}
.vue-city-picker [data-v-3747aa44] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.vue-city-picker input[data-v-3747aa44] {
  display: block;
  width: 3.266667rem;
  height: 0.373333rem;
  padding-left: 0.08rem;
  border: 0.013333rem solid #ddd;
  outline: none;
  font-size: 0.186667rem;
}
.vue-city-picker li[data-v-3747aa44] {
  list-style-type: none;
}
.vue-city-picker .vcp-panel[data-v-3747aa44] {
  position: absolute;
  z-index: 99999;
  left: 0;
  padding: 12px 10px 0;
  width: 4.8rem;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  overflow: hidden;
  background-color: #fff;
  -webkit-animation: vueCityPicker-data-v-3747aa44 0.1s ease-out;
  animation: vueCityPicker-data-v-3747aa44 0.1s ease-out;
}
.vue-city-picker .vcp-panel h5[data-v-3747aa44] {
  margin-bottom: 5px;
  padding-left: 2px;
  color: #aaa;
  line-height: 1.5;
  font-weight: 400;
}
.vue-city-picker .vcp-panel .vcp-tags[data-v-3747aa44] {
  overflow: hidden;
  margin: 5px 0;
}
.vue-city-picker .vcp-panel .vcp-tags li[data-v-3747aa44] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  line-height: 20px;
  display: block;
  float: left;
  background-color: #f2f2f3;
  text-align: center;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.vue-city-picker .vcp-panel .vcp-tags li[data-v-3747aa44]:first-child {
  border-left: none;
}
.vue-city-picker .vcp-panel .vcp-tags li[data-v-3747aa44]:hover {
  color: #d0000e;
}
.vue-city-picker .vcp-panel .vcp-tags li.z-on[data-v-3747aa44] {
  background-color: #d0000e;
  color: #fff;
}
.vue-city-picker .vcp-panel .vcp-list[data-v-3747aa44] {
  overflow: hidden;
  border-bottom: 0.133333rem solid #fff;
}
.vue-city-picker .vcp-panel .vcp-list > div[data-v-3747aa44] {
  margin: 1px 0 -1px;
  padding: 5px 0;
  line-height: 24px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
}
.vue-city-picker .vcp-panel .vcp-list > div h6[data-v-3747aa44] {
  float: left;
  font-weight: 400;
  color: #d0000e;
  font-size: 13px;
  width: 30px;
  padding-left: 5px;
}
.vue-city-picker .vcp-panel .vcp-list > div ul[data-v-3747aa44] {
  overflow: hidden;
}
.vue-city-picker .vcp-panel .vcp-list > div ul li[data-v-3747aa44] {
  float: left;
  width: 60px;
  padding-left: 4px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vue-city-picker .vcp-panel .vcp-list > div ul li[data-v-3747aa44]:hover {
  background-color: #f2f2f3;
  color: #d0000e;
}
.vue-city-picker .vcp-panel .vcp-list > div.z-hot[data-v-3747aa44] {
  padding-left: 10px;
}
.vue-city-picker .vcp-panel .vcp-list > div.z-hot ul li[data-v-3747aa44] {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .vue-city-picker .vcp-panel[data-v-3747aa44] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .vue-city-picker .vcp-panel .vcp-tags[data-v-3747aa44] {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vue-city-picker .vcp-panel .vcp-tags li[data-v-3747aa44] {
    float: none;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.swiper-container[data-v-3eeec539] {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}
.main-box[data-v-3eeec539] {
  width: 100%;
  max-width: 13.333333rem;
}
section[data-v-3eeec539] {
  position: relative;
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
section .title[data-v-3eeec539] {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 700;
}
section .des[data-v-3eeec539] {
  margin-top: 0.506667rem;
  line-height: 1.8;
  font-size: 14px;
}
section .content[data-v-3eeec539],
section .main-box[data-v-3eeec539] {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section .title[data-v-3eeec539] {
    font-size: 20px;
  }
}
.icon-trophy-1[data-v-3eeec539],
.icon-trophy-2[data-v-3eeec539],
.icon-trophy-3[data-v-3eeec539] {
  content: "";
  display: inline-block;
  width: 28px;
  height: 32px;
}
.icon-trophy-1[data-v-3eeec539] {
  width: 34px;
  height: 37px;
  background: url(../images/3fcac72.svg) no-repeat;
}
.icon-trophy-2[data-v-3eeec539],
.icon-trophy-3[data-v-3eeec539] {
  background: url(../images/9fba1ee.svg) no-repeat;
}
.section-1[data-v-3eeec539] {
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/b5.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-1 .main-box[data-v-3eeec539] {
  width: 14.293333rem;
  height: 10.533333rem;
  padding-top: 2.506667rem;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.section-1 .title-en[data-v-3eeec539] {
  font-size: 87px;
  font-family: DINOffcPro-CondBold;
  margin-bottom: 9px;
  line-height: 1;
}
/* .section-1 .title-en[data-v-3eeec539]:before {
  content: "";
  width: 58px;
  height: 58px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 20px;
  margin-top: 2px;
} */
.section-1 .title-zh[data-v-3eeec539] {
  font-size: 48px;
  margin-bottom: 28px;
}
.section-1 .des[data-v-3eeec539] {
  font-size: 15px;
  width: 11.066667rem;
  margin: 0 auto;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 2;
}
.section-1 .des .fn-p[data-v-3eeec539] {
  margin-bottom: 0;
}
.section-1 .next-step[data-v-3eeec539] {
  text-align: center;
  padding-top: 0.8rem;
  cursor: pointer;
}
.section-1 .next-step[data-v-3eeec539]:after {
  content: "";
  width: 40px;
  height: 28.7px;
  display: inline-block;
  background: url(../images/2473b35f83a64c96b9b68e06a96f705b.gif)
  no-repeat;
}
@media screen and (max-width: 768px) {
  .section-1 .des[data-v-3eeec539] {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-1[data-v-3eeec539] {
    height: 18.453333rem;
    padding-top: 1.973333rem;
    display: block;
  }
  .section-1 .main-box[data-v-3eeec539] {
    padding: 0 30px;
  }
  .section-1 .title-zh[data-v-3eeec539] {
    font-size: 26px;
  }
  .section-1 .title-en[data-v-3eeec539] {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 48px;
  }
  .section-1 .title-en[data-v-3eeec539]:before {
    width: 50px;
    height: 50px;
    background-size: 100%;
    margin: 0 0 0.613333rem;
  }
  .section-1 .des[data-v-3eeec539] {
    font-size: 16px;
  }
  .section-1 .icon-trophy-1[data-v-3eeec539] {
    width: 28px;
    height: 31px;
  }
  .section-1 .icon-trophy-2[data-v-3eeec539] {
    width: 23px;
    height: 25px;
  }
}
@media screen and (max-width: 340px) {
  .section-1 .des[data-v-3eeec539] {
    font-size: 14px;
  }
}
.section-2[data-v-3eeec539] {
  padding-top: 2.306667rem;
  padding-bottom: 2.133333rem;
  text-align: center;
  background: #222 url(../images/b3354e3.jpg) no-repeat top;
  background-size: cover;
  color: #fff;
}
.section-2 .title[data-v-3eeec539] {
  font-weight: bolder;
}
.section-2 .des[data-v-3eeec539] {
  margin-top: 0.346667rem;
}
.section-2 .one[data-v-3eeec539] {
  position: relative;
  padding-right: 0.973333rem;
}
.section-2 .one[data-v-3eeec539]:after {
  position: absolute;
  right: 0.466667rem;
  top: 0;
  content: "";
  width: 0.013333rem;
  height: 0.8rem;
  background: #272631;
}
.section-2 .big-yellow[data-v-3eeec539] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0.16rem;
  height: 0.16rem;
  background: #ae051e;
  position: absolute;
  bottom: -0.266667rem;
  left: 0;
  border-radius: 50%;
  margin-left: 0.053333rem;
  margin-right: 0.266667rem;
  opacity: 0.7;
}
.section-2 .big-yellow[data-v-3eeec539]:after {
  position: absolute;
  content: "";
  width: 0.213333rem;
  height: 0.213333rem;
  left: -0.04rem;
  top: -0.04rem;
  border: 0.013333rem solid #ae051e;
  border-radius: 50%;
}
.section-2 .list-top[data-v-3eeec539] {
  margin-top: 0.8rem;
  border: 0.013333rem solid #222;
  position: relative;
  z-index: 100;
}
.section-2 .list-top .myfbox[data-v-3eeec539] {
  width: 48%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-2 .list-top dl[data-v-3eeec539] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.013333rem solid #222;
}
.section-2 .list-top dl[data-v-3eeec539]:first-child {
  border-top: none;
}
.section-2 .list-top dl:first-child dt[data-v-3eeec539] {
  background: #df001f;
}
.section-2 .list-top dd[data-v-3eeec539],
.section-2 .list-top dt[data-v-3eeec539] {
  height: 1.333333rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-2 .list-top dt[data-v-3eeec539] {
  width: 3.133333rem;
  font-size: 20px;
  padding-left: 0.533333rem;
  color: #999;
  border-right: 0.013333rem solid #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-2 .list-top dt.first[data-v-3eeec539] {
  padding-left: 0.266667rem;
}
.section-2 .list-top dt i[data-v-3eeec539] {
  vertical-align: bottom;
  margin-right: 0.133333rem;
}
.section-2 .list-top dt strong[data-v-3eeec539] {
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
}
.section-2 .list-top dt .top-ranking[data-v-3eeec539] {
  font-family: DINOffcPro-CondBold;
  font-size: 24px;
  margin-top: 0.08rem;
}
.section-2 .list-top dt .top-ranking.macshow[data-v-3eeec539] {
  margin-top: 0.026667rem;
}
.section-2 .list-top dd[data-v-3eeec539] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #999;
  font-family: DINOffcPro-Medium;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-2 .list-top dd span[data-v-3eeec539] {
  font-size: 20px;
  font-weight: 500;
}
.section-2 .list-top dd var[data-v-3eeec539] {
  display: none;
  margin-top: 12px;
}
.section-2 .list-top dd var[data-v-3eeec539]:before {
  content: "";
  width: 8.9px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.section-2 .list-top .state-down var[data-v-3eeec539] {
  color: #3e9a1d;
}
.section-2 .list-top .state-down var[data-v-3eeec539]:before {
  background: url(../images/a304cbf776b441d2b8658e3a7d5a7a2c.gif)
  no-repeat;
}
.section-2 .list-top .state-up .hiddenvar[data-v-3eeec539] {
  visibility: hidden;
}
.section-2 .list-top .state-up var[data-v-3eeec539] {
  color: #df001f;
}
.section-2 .list-top .state-up var[data-v-3eeec539]:before {
  background: url(../images/13cb2cf0a26b4b4e90f9c466dba2af98.gif)
  no-repeat;
}
.section-2 .list-top .first1[data-v-3eeec539] {
  background: #111;
}
.section-2 .list-top .first1 dt .top-ranking[data-v-3eeec539] {
  margin-right: 0.133333rem;
}
.section-2 .list-top .first[data-v-3eeec539] {
  background: #111;
}
.section-2 .list-top .first dt[data-v-3eeec539] {
  font-size: 28px;
}
.section-2 .list-top .first dt .top-ranking[data-v-3eeec539] {
  font-size: 36px;
}
.section-2 .list-top .first dt i[data-v-3eeec539] {
  margin-right: 0.186667rem;
}
.section-2 .list-top .last[data-v-3eeec539] {
  background: none;
}
.section-2 .list-top .last dt[data-v-3eeec539] {
  padding-left: 0.506667rem;
  color: #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-2 .list-top .last dt .tiptext[data-v-3eeec539] {
  font-size: 16px;
  margin-bottom: 0.133333rem;
}
.section-2 .list-top .last dt .bottom .bleft[data-v-3eeec539],
.section-2 .list-top .last dt .bottom[data-v-3eeec539],
.section-2 .list-top .last dt .tiptext[data-v-3eeec539] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-2 .list-top .last dt .bottom .bleft[data-v-3eeec539] {
  margin-right: 0.2rem;
}
.section-2 .list-top .last dt .bottom .top-ranking[data-v-3eeec539] {
  margin-right: 0.133333rem;
}
.section-2 .list-top .last dt .bottom .changebtn[data-v-3eeec539] {
  margin-right: 0.066667rem;
  width: 0.64rem;
  height: 0.346667rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: DINOffcPro-Medium;
  border-radius: 3px;
  background: #ef001f;
  cursor: pointer;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.section-2 .list-top .last dd[data-v-3eeec539] {
  color: #fff;
}
.section-2 .des[data-v-3eeec539] {
  color: #828282;
}
.section-2 .top1 dt[data-v-3eeec539] {
  color: #fff;
  font-size: 28px;
}
.section-2 .top1 dt .top-ranking[data-v-3eeec539] {
  font-size: 36px;
  margin-right: 0.133333rem;
}
@media screen and (max-width: 768px) {
  .section-2 .list-top dt[data-v-3eeec539] {
    width: 2.266667rem;
    padding-left: 20px;
    font-size: 20px;
  }
  .section-2 .list-top .first dt[data-v-3eeec539],
  .section-2 .list-top dt .top-ranking[data-v-3eeec539] {
    font-size: 24px;
  }
  .section-2 .list-top .first dt .top-ranking[data-v-3eeec539] {
    font-size: 28px;
  }
  .section-2 .list-top dd .sub-item span[data-v-3eeec539] {
    display: block;
    margin-top: 6px;
  }
  .section-2 .list-top .last dt[data-v-3eeec539] {
    padding-left: 0.266667rem;
  }
}
@media screen and (max-width: 767px) {
  .section-2[data-v-3eeec539] {
    padding-top: 2.666667rem;
  }
  .section-2 .title[data-v-3eeec539] {
    font-size: 36px;
  }
  .section-2 .titlesmall[data-v-3eeec539] {
    font-size: 20px;
  }
  .section-2 .list-top[data-v-3eeec539] {
    border: none;
    position: relative;
    z-index: 999;
  }
  .section-2 .list-top .myfbox[data-v-3eeec539] {
    width: 9.146667rem;
    margin-top: 0.533333rem;
    margin-bottom: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section-2 .list-top .myfbox .state-down[data-v-3eeec539],
  .section-2 .list-top .myfbox .state-up[data-v-3eeec539] {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
  }
  .section-2 .list-top .myfbox .sub-item[data-v-3eeec539] {
    font-size: 14px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-2 .list-top .myfbox .sub-item span[data-v-3eeec539] {
    font-size: 14px;
    margin: 0;
    color: #999;
  }
  .section-2 .list-top .myfbox .sub-item .hiddenvar[data-v-3eeec539] {
    visibility: hidden;
  }
  .section-2 .list-top .myfbox var[data-v-3eeec539] {
    display: none;
  }
  .section-2 .list-top dl[data-v-3eeec539] {
    display: block;
    border: none;
    text-align: left;
  }
  .section-2 .list-top dl dt[data-v-3eeec539] {
    color: #fff;
    width: 100%;
    height: 1.6rem;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #222;
  }
  .section-2 .list-top dl dt i[data-v-3eeec539] {
    vertical-align: middle;
    margin-right: 10px;
  }
  .section-2 .list-top dl dt strong[data-v-3eeec539] {
    vertical-align: middle;
  }
  .section-2 .list-top dl dt .top-ranking[data-v-3eeec539] {
    margin-top: 5px;
    margin-right: 10px;
  }
  .section-2 .list-top dl dd[data-v-3eeec539] {
    color: #fff;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0.213333rem;
    margin-left: 16px;
    text-align: left;
    font-size: 14px;
  }
  .section-2 .list-top dl dd .sub-item[data-v-3eeec539] {
    display: inline-block;
    font-size: 20px;
  }
  .section-2 .list-top dl dd .sub-item span[data-v-3eeec539] {
    display: inline-block;
  }
  .section-2 .list-top dl dd var[data-v-3eeec539] {
    font-size: 12px;
    margin: 4px 0 0 9px;
  }
  .section-2 .list-top dl dd var[data-v-3eeec539]:before {
    margin-top: -2px;
  }
  .section-2 .list-top dl dd[data-v-3eeec539]:nth-of-type(2),
  .section-2 .list-top dl dd[data-v-3eeec539]:nth-of-type(3) {
    width: auto;
    color: #ddd;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.066667rem;
  }
  .section-2 .list-top dl dd:nth-of-type(2) .sub-item[data-v-3eeec539],
  .section-2 .list-top dl dd:nth-of-type(3) .sub-item[data-v-3eeec539] {
    font-size: 14px;
  }
  .section-2 .list-top dl dd:nth-of-type(2) var[data-v-3eeec539],
  .section-2 .list-top dl dd:nth-of-type(3) var[data-v-3eeec539] {
    display: none;
  }
  .section-2 .list-top dl dd[data-v-3eeec539]:nth-of-type(3) {
    margin-left: 8px;
  }
  .section-2 .list-top .first[data-v-3eeec539] {
    background-color: transparent;
  }
  .section-2 .list-top .last dt[data-v-3eeec539] {
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-2 .list-top .last dt .tiptext[data-v-3eeec539] {
    margin: 0;
  }
  .section-2 .list-top .last dt .top-ranking[data-v-3eeec539] {
    display: none;
  }
  .section-2 .list-top .last dt .bottom .changebtn[data-v-3eeec539] {
    width: 1.28rem;
    height: 0.693333rem;
    line-height: 0.773333rem;
    display: block;
    text-align: center;
  }
  .section-2 .list-top .last dt .bottom .changebtn.changebtn-mac[data-v-3eeec539] {
    line-height: 0.693333rem;
  }
  .section-2 .list-top .last dt .bottom .bleft[data-v-3eeec539] {
    margin-right: 0.533333rem;
  }
  .section-2 .list-top .last dt .bottom .bleft strong[data-v-3eeec539] {
    font-size: 16px;
  }
}
.flip-cards-count[data-v-3eeec539] {
  display: inline-block;
  height: 1.733333rem;
  margin: 40px 0 56px;
  position: relative;
}
.flip-cards-count[data-v-3eeec539]:after {
  content: "Hour";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 20px;
  line-height: 1.773333rem;
  text-align: right;
  font-family: DINOffcPro-CondBold;
  font-size: 20px;
}
.flip-cards-count .odometer[data-v-3eeec539] {
  font-size: 100px;
  font-family: DINOffcPro-CondBold;
}
.flip-cards-count .customsuffix[data-v-3eeec539] {
  display: none;
}
@media screen and (max-width: 768px) {
  .flip-cards-count[data-v-3eeec539] {
    width: 10rem;
  }
  .flip-cards-count[data-v-3eeec539]:after {
    content: "";
    display: none;
  }
  .flip-cards-count .customsuffix[data-v-3eeec539] {
    display: inline-block;
    line-height: 1.773333rem;
    font-family: DINOffcPro-CondBold;
    font-size: 0.373333rem;
  }
  .flip-cards-count .odometer[data-v-3eeec539] {
    font-size: 96px;
  }
  .flip-cards-count img[data-v-3eeec539] {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flip-cards-count[data-v-3eeec539] {
    height: 44px;
    margin: 20px 0 46px -20px;
  }
  .flip-cards-count[data-v-3eeec539]:after {
    line-height: 44px;
    font-size: 14px;
    margin-left: 6px;
  }
  .flip-cards-count .odometer[data-v-3eeec539] {
    font-size: 30px;
  }
}
.map-of-china[data-v-3eeec539] {
  width: 11.853333rem;
  height: 9.653333rem;
  position: relative;
  margin: 0 auto 1.826667rem;
}
.map-of-china .map-main[data-v-3eeec539] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.map-of-china .graphic[data-v-3eeec539] {
  font-size: 12px;
  position: absolute;
  left: 0.4rem;
  bottom: 1.466667rem;
  text-align: left;
}
.map-of-china .graphic p[data-v-3eeec539] {
  margin-bottom: 0.186667rem;
}
.map-of-china .graphic p[data-v-3eeec539],
.map-of-china .graphic span[data-v-3eeec539] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map-of-china .graphic span[data-v-3eeec539] {
  margin-right: 0.213333rem;
  color: #999;
  font-size: 16px;
  font-family: DINOffcPro-CondBold;
}
.map-of-china .graphic i[data-v-3eeec539] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.map-of-china .graphic .dot-medium[data-v-3eeec539] {
  width: 12px;
  height: 12px;
}
.map-of-china .graphic .dot-orange[data-v-3eeec539] {
  background: #f6802e;
}
.map-of-china .graphic .dot-red[data-v-3eeec539] {
  background: #df001f;
}
.map-of-china .graphic .dot-white[data-v-3eeec539] {
  background: #fff;
}
.map-of-china .graphic .dot-purple[data-v-3eeec539] {
  background: #924bd9;
}
@media screen and (max-width: 800px) {
  .map-of-china[data-v-3eeec539] {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map-of-china[data-v-3eeec539] {
    width: 100%;
    height: 7.306667rem;
    margin-bottom: 3.786667rem;
  }
  .map-of-china .graphic[data-v-3eeec539] {
    bottom: auto;
    top: 100%;
    margin-top: 0.8rem;
  }
  .map-of-china .graphic p[data-v-3eeec539] {
    margin-bottom: 16px;
  }
  .map-of-china .graphic span[data-v-3eeec539] {
    margin-right: 0.533333rem;
  }
}
.statistical-table-header[data-v-3eeec539] {
  overflow: hidden;
  font-size: 16px;
  margin-top: 0.8rem;
  position: relative;
  z-index: 10;
}
.statistical-table-header .start[data-v-3eeec539] {
  float: left;
  width: 4.273333rem;
  height: 0.673333rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0b0b0b;
  border-radius: 0.04rem;
  overflow: hidden;
}
.statistical-table-header .start li[data-v-3eeec539] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  line-height: 0.666667rem;
  cursor: pointer;
}
.statistical-table-header .start .current[data-v-3eeec539] {
  background: #df001f;
}
.statistical-table-header .end[data-v-3eeec539] {
  display: none;
  float: right;
  width: 2.666667rem;
  line-height: 0.666667rem;
  background: #333;
  cursor: pointer;
}
.statistical-table-header .end[data-v-3eeec539]:after {
  content: "";
  width: 13px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.133333rem;
  background: url(../images/4db771984b6140d0a7e184786afbf028.gif)
  no-repeat;
}
@media screen and (max-width: 767px) {
  .statistical-table-header[data-v-3eeec539] {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    z-index: 10;
  }
  .statistical-table-header .start[data-v-3eeec539] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.333333rem;
    border: 0.013333rem solid #333;
    margin-bottom: 0.4rem;
  }
  .statistical-table-header .start li[data-v-3eeec539] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.333333rem;
  }
  .statistical-table-header .end[data-v-3eeec539] {
    width: 5.866667rem;
    height: 1.333333rem;
    line-height: 1.333333rem;
    margin-bottom: 0.4rem;
  }
}
.statistical-table[data-v-3eeec539] {
  margin-top: 0.266667rem;
  height: 3.626667rem;
}
@media screen and (max-width: 767px) {
  .statistical-table[data-v-3eeec539] {
    height: 6.96rem;
  }
}
.data-what[data-v-3eeec539] {
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1b1b1b;
  position: relative;
  color: #fff;
  font-size: 75px;
}
.data-what .icon-down[data-v-3eeec539] {
  display: none;
}
.data-what.fullpagetop[data-v-3eeec539] {
  height: 200vh;
}
.data-what.fullpagetop .topimg[data-v-3eeec539] {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 10;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/6279bf1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.data-what.fullpagetop .slidedata[data-v-3eeec539] {
  position: absolute;
  bottom: 50vh;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .data-what[data-v-3eeec539] {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .data-what[data-v-3eeec539] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 36px;
    text-align: center;
    line-height: 1.4;
  }
  .data-what .icon-down[data-v-3eeec539] {
    width: 26px;
    height: 40px;
    display: block;
    margin-top: 0.533333rem;
    background: url(../images/4910da373eda494ba3cef2d118e61f9e.gif)
    no-repeat;
  }
  .data-what .icon-down[data-v-3eeec539]:before {
    display: none;
  }
}
.what-1[data-v-3eeec539],
.what-2[data-v-3eeec539],
.what-3[data-v-3eeec539],
.what-4[data-v-3eeec539],
.what-6[data-v-3eeec539] {
  height: 100vh;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.what-1 .title[data-v-3eeec539],
.what-2 .title[data-v-3eeec539],
.what-3 .title[data-v-3eeec539],
.what-4 .title[data-v-3eeec539],
.what-6 .title[data-v-3eeec539] {
  font-size: 28px;
}
.what-1 .data[data-v-3eeec539],
.what-2 .data[data-v-3eeec539],
.what-3 .data[data-v-3eeec539],
.what-4 .data[data-v-3eeec539],
.what-6 .data[data-v-3eeec539] {
  font-size: 140px;
  font-family: DINOffcPro-CondBold;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.what-1 .data[data-v-3eeec539]:after,
.what-2 .data[data-v-3eeec539]:after,
.what-3 .data[data-v-3eeec539]:after,
.what-4 .data[data-v-3eeec539]:after {
  font-size: 16px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .what-1 .data[data-v-3eeec539]:after,
  .what-2 .data[data-v-3eeec539]:after,
  .what-3 .data[data-v-3eeec539]:after,
  .what-4 .data[data-v-3eeec539]:after {
    top: 3px;
  }
}
.what-1 .data.macshow[data-v-3eeec539]:after,
.what-2 .data.macshow[data-v-3eeec539]:after,
.what-3 .data.macshow[data-v-3eeec539]:after,
.what-4 .data.macshow[data-v-3eeec539]:after {
  font-size: 16px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  top: 54px;
}
@media screen and (max-width: 767px) {
  .what-1 .data.macshow[data-v-3eeec539]:after,
  .what-2 .data.macshow[data-v-3eeec539]:after,
  .what-3 .data.macshow[data-v-3eeec539]:after,
  .what-4 .data.macshow[data-v-3eeec539]:after {
    top: 19px;
  }
}
.what-1[data-v-3eeec539],
.what-2[data-v-3eeec539],
.what-3[data-v-3eeec539],
.what-4[data-v-3eeec539] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-1 .highlight[data-v-3eeec539],
.what-2 .highlight[data-v-3eeec539],
.what-3 .highlight[data-v-3eeec539],
.what-4 .highlight[data-v-3eeec539] {
  font-size: 48px;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .what-1 .title[data-v-3eeec539],
  .what-2 .title[data-v-3eeec539],
  .what-3 .title[data-v-3eeec539],
  .what-4 .title[data-v-3eeec539] {
    font-size: 20px;
  }
  .what-1 .data[data-v-3eeec539],
  .what-2 .data[data-v-3eeec539],
  .what-3 .data[data-v-3eeec539],
  .what-4 .data[data-v-3eeec539] {
    margin-top: 0.266667rem;
    font-size: 56px;
  }
  .what-1 .data.macshow[data-v-3eeec539],
  .what-2 .data.macshow[data-v-3eeec539],
  .what-3 .data.macshow[data-v-3eeec539],
  .what-4 .data.macshow[data-v-3eeec539] {
    margin-top: 0;
  }
  .what-1 .fn-p[data-v-3eeec539],
  .what-2 .fn-p[data-v-3eeec539],
  .what-3 .fn-p[data-v-3eeec539],
  .what-4 .fn-p[data-v-3eeec539] {
    margin-bottom: 10px;
  }
  .what-1 .highlight[data-v-3eeec539],
  .what-2 .highlight[data-v-3eeec539],
  .what-3 .highlight[data-v-3eeec539],
  .what-4 .highlight[data-v-3eeec539] {
    font-size: 36px;
  }
  .what-1 .unit[data-v-3eeec539],
  .what-2 .unit[data-v-3eeec539],
  .what-3 .unit[data-v-3eeec539],
  .what-4 .unit[data-v-3eeec539] {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -2px;
  }
}
.what-1[data-v-3eeec539] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../images/bda5f72.jpg);
}
.what-1 .data[data-v-3eeec539]:after {
  content: "kg";
}
.what-1 .data.macshow[data-v-3eeec539] {
  margin-top: -0.266667rem;
}
.what-1 .data.macshow[data-v-3eeec539]:after {
  content: "kg";
}
@media screen and (max-width: 767px) {
  .what-1 .data[data-v-3eeec539] {
    margin-top: 0;
  }
}
.what-1 .cloud[data-v-3eeec539] {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .what-1 .cloud[data-v-3eeec539] {
    z-index: -1;
  }
}
.what-1 .cloud img[data-v-3eeec539] {
  width: 100%;
  height: 100%;
}
.what-1 .cloud.cloud1[data-v-3eeec539] {
  left: -12.52rem;
  top: 8.426667rem;
}
.what-1 .cloud.cloud1 img[data-v-3eeec539] {
  width: 26.666667rem;
  height: 9.773333rem;
}
.what-1 .cloud.cloud2[data-v-3eeec539] {
  top: 3.68rem;
  left: 13.64rem;
}
.what-1 .cloud.cloud2 img[data-v-3eeec539] {
  width: 6.573333rem;
  height: 3.52rem;
}
.what-1 .cloud.cloud3[data-v-3eeec539] {
  left: 3.613333rem;
  top: 2.813333rem;
}
.what-1 .cloud.cloud3 img[data-v-3eeec539] {
  width: 5.933333rem;
  height: 3.133333rem;
}
.what-2[data-v-3eeec539] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../images/685c3d4.jpg);
}
.what-2 .title[data-v-3eeec539] {
  text-align: center;
}
.what-2 .data[data-v-3eeec539]:after {
  content: "\68F5";
}
.what-2 .data.macshow[data-v-3eeec539] {
  margin-top: -0.266667rem;
}
.what-2 .data.macshow[data-v-3eeec539]:after {
  content: "\68F5";
}
.what-2 .earth[data-v-3eeec539] {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .what-2 .earth[data-v-3eeec539] {
    z-index: -1;
  }
}
.what-2 .earth img[data-v-3eeec539] {
  width: 100%;
  height: 100%;
}
.what-2 .earth.earth1[data-v-3eeec539] {
  left: 2.653333rem;
  top: 10.506667rem;
}
.what-2 .earth.earth1 img[data-v-3eeec539] {
  width: 2.68rem;
  height: 2.173333rem;
}
.what-2 .earth.earth2[data-v-3eeec539] {
  top: 5.6rem;
  left: 0.666667rem;
}
.what-2 .earth.earth2 img[data-v-3eeec539] {
  width: 10.946667rem;
  height: 10.453333rem;
}
.what-2 .earth.earth3[data-v-3eeec539] {
  left: 13.826667rem;
  top: 4.986667rem;
}
.what-2 .earth.earth3 img[data-v-3eeec539] {
  width: 6.533333rem;
  height: 7.466667rem;
}
.what-2 .earth.earth4[data-v-3eeec539] {
  left: 1.92rem;
  top: 10.28rem;
}
.what-2 .earth.earth4 img[data-v-3eeec539] {
  width: 0.72rem;
  height: 0.706667rem;
}
@media screen and (max-width: 767px) {
  .what-2 .text[data-v-3eeec539] {
    position: relative;
    z-index: 2;
  }
}
.what-3[data-v-3eeec539],
.what-4[data-v-3eeec539] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url(../images/b1.jpg);
}
.what-3 .bd[data-v-3eeec539],
.what-4 .bd[data-v-3eeec539] {
  margin-left: 2.2rem;
  position: relative;
  left: 30%;
}
.what-3 .title[data-v-3eeec539],
.what-4 .title[data-v-3eeec539] {
  font-size: 20px;
}
.what-3 .data[data-v-3eeec539],
.what-4 .data[data-v-3eeec539] {
  margin-top: 0.533333rem;
}
.what-3 .data[data-v-3eeec539]:after,
.what-4 .data[data-v-3eeec539]:after {
  content: "\5143";
}
.what-3 .data.macshow[data-v-3eeec539],
.what-4 .data.macshow[data-v-3eeec539] {
  margin-top: 0;
}
.what-3 .data.macshow[data-v-3eeec539]:after,
.what-4 .data.macshow[data-v-3eeec539]:after {
  content: "\5143";
}
.what-3 .annotation[data-v-3eeec539],
.what-4 .annotation[data-v-3eeec539] {
  margin-top: 0.506667rem;
}
@media screen and (max-width: 768px) {
  .what-3 .bd[data-v-3eeec539],
  .what-4 .bd[data-v-3eeec539] {  
    margin-left: 38px;
    position: static;
  }
}
.what-4[data-v-3eeec539] {
  height: 100%;
  background-image: url(../images/b2.jpg);
  background-position: 0 0;
}
.what-4 .data[data-v-3eeec539]:after {
  content: "\5C0F\65F6";
  white-space: nowrap;
}
.what-4 .data.macshow[data-v-3eeec539] {
  margin-top: 0;
}
.what-4 .data.macshow[data-v-3eeec539]:after {
  content: "\5C0F\65F6";
}
@media screen and (max-width: 767px) {
  .what-4[data-v-3eeec539] {
    background-image: url(../images/b4.jpg);
    background-position: 50%;
    background-size: cover;
  }
  .what-4 .highlight[data-v-3eeec539] {
    font-size: 30px;
  }
}
.what-5[data-v-3eeec539] {
  height: 100%;
  padding: 11.8vh 0 2.48rem;
  background: #131d27 url(../images/b3cd5bc.jpg) no-repeat 50%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.what-5 .main-box[data-v-3eeec539] {
  width: 18.666667rem;
}
.what-5 .world-map[data-v-3eeec539] {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 7.626667rem;
  padding-top: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.what-5 .world-map:hover img[data-v-3eeec539] {
  opacity: 1;
}
.what-5 .img-world-map[data-v-3eeec539] {
  width: 13.333333rem;
  height: 6.226667rem;
  position: relative;
  z-index: 2;
}
.what-5 .img-world-map img[data-v-3eeec539] {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.what-5 .title[data-v-3eeec539] {
  font-size: 48px;
  margin-bottom: 0.933333rem;
  padding-left: 16%;
}
@media screen and (max-width: 768px) {
  .what-5 .title[data-v-3eeec539] {
    padding-left: 0;
  }
}
.what-5 .block[data-v-3eeec539] {
  position: absolute;
  z-index: 10;
  font-size: 12px;
}
.what-5 .block .h[data-v-3eeec539] {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 13px;
  cursor: pointer;
}
.what-5 .block .lat-lng[data-v-3eeec539] {
  font-size: 16px;
  margin-bottom: 24px;
}
.what-5 .block .lat-lng span[data-v-3eeec539] {
  display: block;
  line-height: 0.373333rem;
}
.what-5 .block .name[data-v-3eeec539] {
  margin-bottom: 11px;
}
.what-5 .block-1[data-v-3eeec539] {
  width: 3.666667rem;
  left: 9.333333rem;
  top: 2rem;
}
.what-5 .block-2[data-v-3eeec539] {
  width: 3.44rem;
  right: 0.666667rem;
  top: 4.986667rem;
}
.what-5 .block-3[data-v-3eeec539] {
  width: 1.786667rem;
  right: 5.2rem;
  top: 5.653333rem;
}
.what-5 .block-4[data-v-3eeec539] {
  width: 3.733333rem;
  left: 3.066667rem;
  top: 4.133333rem;
}
.what-5 .block-5[data-v-3eeec539] {
  width: 3.733333rem;
  left: 10.633333rem;
  top:4.986667rem;
}
.what-5 .block-6[data-v-3eeec539] {
  width: 3.733333rem;
  left: 3.633333rem;
  top: 5.086667rem;
}
.what-5 .bg-images[data-v-3eeec539] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.what-5 .bg-images li[data-v-3eeec539] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.what-5 .bg-images .image1[data-v-3eeec539] {
  background-image: url(../images/d407df2.jpg);
}
.what-5 .bg-images .image2[data-v-3eeec539] {
  background-image: url(../images/134c530.jpg);
}
.what-5 .bg-images .image3[data-v-3eeec539] {
  background-image: url(../images/89c45b4.jpg);
}
.what-5 .bg-images .image4[data-v-3eeec539] {
  background-image: url(../images/4362cfc.jpg);
}
.what-5 .bg-images .image5[data-v-3eeec539] {
  background-image: url(../images/b.jpg);
}
.what-5 .bg-images .image6[data-v-3eeec539] {
  background-image: url(../images/a.jpg);
}
.what-5 .bg-images li.current[data-v-3eeec539] {
  z-index: 10;
}
.what-5.what-5-0 .bg-images li[data-v-3eeec539],
.what-5.what-5-1 .bg-images li[data-v-3eeec539] {
  opacity: 0;
}
.what-5.what-5-1 .bg-images li[data-v-3eeec539]:first-of-type {
  opacity: 1;
}
.what-5.what-5-2 .bg-images li[data-v-3eeec539] {
  opacity: 0;
}
.what-5.what-5-2 .bg-images li[data-v-3eeec539]:nth-of-type(2) {
  opacity: 1;
}
.what-5.what-5-3 .bg-images li[data-v-3eeec539] {
  opacity: 0;
}
.what-5.what-5-3 .bg-images li[data-v-3eeec539]:nth-of-type(3) {
  opacity: 1;
}
.what-5.what-5-4 .bg-images li[data-v-3eeec539] {
  opacity: 0;
}
.what-5.what-5-4 .bg-images li[data-v-3eeec539]:nth-of-type(4) {
  opacity: 1;
}
.what-5.what-5-5 .bg-images li[data-v-3eeec539] {
  opacity: 0;
}
.what-5.what-5-5 .bg-images li[data-v-3eeec539]:nth-of-type(5) {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .what-5 .block-1[data-v-3eeec539] {
    left: 223px;
  }
  .what-5 .block-2[data-v-3eeec539]{
    right:89px;
  }
  .what-5 .block-3[data-v-3eeec539] {
    right: 147px
  }
  .what-5 .block-4[data-v-3eeec539] {
    left: 8px;
  }
  .what-5 .block-5[data-v-3eeec539] {
    left:  289px;
  }
  .what-5 .block-6[data-v-3eeec539] {
    left: 44px
  }
}
@media screen and (max-width: 767px) {
  .what-5[data-v-3eeec539] {
    height: 18.453333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .what-5 .title[data-v-3eeec539] {
    font-size: 36px;
    margin-left: 12px;
  }
  .what-5 .world-map[data-v-3eeec539] {
    padding-top: 3.2rem;
    height: auto;
  }
  .what-5 .world-map img[data-v-3eeec539] {
    width: 100vw;
    height: auto;
  }
  .what-5 .block .h[data-v-3eeec539] {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .what-5 .block .lat-lng[data-v-3eeec539] {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0.4rem;
  }
  .what-5 .block .lat-lng span[data-v-3eeec539] {
    display: block;
  }
  .what-5 .block-1[data-v-3eeec539] {
    margin-top:85px
  }
  .what-5 .block-2[data-v-3eeec539] {
    width: auto;
    top:63%;
    margin-top: 12px;
  }
  .what-5 .block-3[data-v-3eeec539] {
    width: auto;
    top: 79%;
    margin-top: -20px;
  }
  .what-5 .block-4[data-v-3eeec539] {
    top: 60%;
    margin-top: -10px;
  }
  .what-5 .block-5[data-v-3eeec539] {
    top: 85%;
    margin-top: -65px;
  }
  .what-5 .block-6[data-v-3eeec539] {
    top: 79%;
    margin-top: -20px;
  }
  .what-5 .img-world-map[data-v-3eeec539] {
    height: 5.44rem;
  }
  .what-5 .world-map-dot-1[data-v-3eeec539] {
    left: 2.933333rem;
    top: 0.32rem;
  }
  .what-5 .world-map-dot-2[data-v-3eeec539] {
    left: 4.8rem;
    top: 1.066667rem;
  }
  .what-5 .world-map-dot-3[data-v-3eeec539] {
    left: 5.44rem;
    top: 2.4rem;
  }
  .what-5 .world-map-dot-4[data-v-3eeec539] {
    left: 2.666667rem;
    top: 4.533333rem;
  }
}
.what-6[data-v-3eeec539] {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../images/4ce78ec.jpg);
  background-position: top;
  background-size: auto 100%;
  height: 14.4rem;
  overflow: hidden;
}
.what-6 .bd-box[data-v-3eeec539] {
  width: 9rem;
  height: 11.453333rem;
  padding-top: 2.666667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/f401014.png) no-repeat 0 0;
  background-size: cover;
  text-align: center;
}
.what-6 .bd[data-v-3eeec539] {
  display: inline-block;
  width: 2.573333rem;
}
.what-6 .data[data-v-3eeec539] {
  margin-top: 0.24rem;
  font-size: 160px;
  position: relative;
  padding-top: 0.293333rem\0;
}
@media (-ms-high-contrast: none) {
  .what-6 .data[data-v-3eeec539] {
    padding-top: 0.293333rem;
  }
}
.what-6 .data[data-v-3eeec539]:after {
  content: "\5757";
  position: absolute;
  font-size: 16px;
  top: 12px;
  right: -25px;
}
.what-6 .data[data-v-3eeec539]:first-of-type {
  margin-bottom: 0.666667rem;
}
.what-6 .data[data-v-3eeec539]:first-of-type:after {
  content: "\8F86";
}
.what-6 .data.macshow[data-v-3eeec539]:after {
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .what-6 .bd-box[data-v-3eeec539] {
    width: 81%;
    height: 9.6rem;
    background-size: 100% 100%;
    padding-top: 1.866667rem;
  }
}
@media screen and (max-width: 767px) {
  .what-6[data-v-3eeec539] {
    height: 18.453333rem;
    background-size: cover;
    background-image: url(../images/d745af5.png);
  }
  .what-6 .bd-box[data-v-3eeec539] {
    width: 100%;
    height: 14.666667rem;
    padding-top: 0;
    background-image: url(../images/073c097.png);
    background-position: 1.653333rem 0;
    background-size: auto 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .what-6 .bd[data-v-3eeec539] {
    width: 3.626667rem;
  }
  .what-6 .title[data-v-3eeec539] {
    font-size: 20px;
  }
  .what-6 .data[data-v-3eeec539] {
    font-size: 100px;
    margin-top: 10px;
    padding-left: 0.533333rem;
    font-family: DINOffcPro-CondMedium;
  }
  .what-6 .data[data-v-3eeec539]:first-of-type {
    margin-bottom: 1.013333rem;
  }
  .what-6 .data[data-v-3eeec539]:after {
    top: 8px;
  }
  .what-6 .data.macshow[data-v-3eeec539]:after {
    top: 0.613333rem;
  }
}
.what-7[data-v-3eeec539] {
  height: 100%;
  margin-bottom: 0.133333rem;
  background: url(../images/74cc6e6.jpg) #fff no-repeat center
  4.973333rem;
  background-size: auto 100%;
}
.what-7 .header[data-v-3eeec539] {
  padding-top: 2.186667rem;
}
.what-7 .main-box[data-v-3eeec539] {
  width: 11.866667rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what-7 .main-box .title[data-v-3eeec539] {
  width: 2.56rem;
  font-size: 48px;
  font-weight: 600;
  margin-right: 2.48rem;
  text-align: center;
  white-space: nowrap;
}
.what-7 .main-box .title[data-v-3eeec539]:before {
  content: "";
  display: inline-block;
  width: 1.333333rem;
  height: 1.28rem;
  background: url(../images/7535105.svg);
  background-size: 100%;
  margin-bottom: 30px;
  vertical-align: top;
}
.what-7 .main-box .des[data-v-3eeec539] {
  margin-top: -6.4px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .what-7 .main-box .title[data-v-3eeec539] {
    width: 3.733333rem;
    margin-right: 1.333333rem;
  }
}
@media screen and (max-width: 767px) {
  .what-7[data-v-3eeec539] {
    height: 100vh;
    background-position: -2.133333rem 11.733333rem;
    background-size: auto 90%;
  }
  .what-7 .header[data-v-3eeec539] {
    padding-top: 1.6rem;
  }
  .what-7 .main-box[data-v-3eeec539] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what-7 .main-box .title[data-v-3eeec539] {
    width: auto;
    font-size: 36px;
    text-align: left;
    margin-bottom: 0.8rem;
    margin-left: 14px;
  }
  .what-7 .main-box .title[data-v-3eeec539]:before {
    width: 72px;
    height: 69px;
    margin-bottom: 20px;
  }
  .what-7 .main-box .des[data-v-3eeec539] {
    margin-left: 14px;
  }
}
@media screen and (max-width: 1800px) {
  .what-3 .bd[data-v-3eeec539],
  .what-4 .bd[data-v-3eeec539] {
    left: 100%;
    margin-left: -11.333333rem;
  }
}
@media screen and (max-width: 1000px) {
  .what-3[data-v-3eeec539],
  .what-4[data-v-3eeec539] {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .what-3 .bd[data-v-3eeec539],
  .what-4 .bd[data-v-3eeec539] {
    position: static;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .what-3[data-v-3eeec539],
  .what-4[data-v-3eeec539] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .what-3 .bd[data-v-3eeec539],
  .what-4 .bd[data-v-3eeec539] {
    position: static;
    margin-left: 0;
    padding-top: 2.666667rem;
    padding-left: 0.8rem;
  }
  .section-2 .list-top .last dt[data-v-3eeec539] {
    position: relative;
  }
  .city-select[data-v-3eeec539] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
}
@media screen and (min-width: 768px) {
  .browser-safari-pc .title-en[data-v-3eeec539] {
    margin-bottom: 0.253333rem;
  }
  .browser-safari-pc .title-en[data-v-3eeec539]:before {
    position: relative;
    margin-top: 31px;
  }
}
@media screen and (min-width: 769px) {
  .nowrap[data-v-3eeec539] {
    white-space: nowrap;
  }
}
