body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
body .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .top .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
body .top .wrap .logo a {
  display: block;
  margin-top: 8px;
}
body .top .wrap .logo a picture img {
  width: 229px;
  height: 65px;
}
body .top .wrap .top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
body .top .wrap .top-right .msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2px;
}
body .top .wrap .top-right .msg u {
  text-decoration: none;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
}
body .top .wrap .top-right .msg img {
  height: 18px;
  margin-left: 15px;
}
body .top .wrap .top-right span {
  font-size: 24px;
  text-align: right;
  margin-top: 10px;
  line-height: 29px;
}
body .top .wrap .weather-warning {
  position: absolute;
  right: 300px;
  top: 60px;
}
body .top .wrap .weather-warning a {
  display: block;
}
body .top .wrap .weather-warning a img {
  width: 70px;
  height: 60px;
}
body .nav {
  height: 56px;
  background-color: #0370e8;
}
body .nav .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .nav .wrap #nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .nav .wrap #nav .swiper-wrapper .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
body .nav .wrap #nav .swiper-wrapper .swiper-slide a {
  line-height: 56px;
  font-size: 20px;
  color: #ffffff;
}
body .nav .wrap #nav .swiper-wrapper .swiper-slide:nth-of-type(1) a {
  padding-left: 0;
}
body .nav .wrap #nav .swiper-wrapper .swiper-slide:nth-last-of-type(1) a {
  padding-right: 0;
}
body .nav .wrap #nav .swiper-wrapper .selected a {
  position: relative;
}
body .nav .wrap #nav .swiper-wrapper .selected a::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 10px;
  display: block;
  width: -webkit-calc(90%);
  width: -moz-calc(90%);
  width: calc(100% - 10px);
  height: 2px;
  background-color: #ffffff;
}
body .nav .wrap #nav:hover {
  cursor: pointer;
}
body .nav .wrap .more,
body .nav .wrap .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  margin-right: -12px;
}
body .nav .wrap .more picture img {
  margin-top: 15px;
}
body .nav .wrap .search picture img {
  margin-top: 10px;
}
