.content {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .content .swiper-container {
    width: 100%;
    height: 100%; }
    .content .swiper-container .swiper-slide-active .img {
      animation: magnify 5s ease-out; }
    .content .swiper-container .swiper-slide .img {
      background-position: center;
      background-size: cover;
      height: 100%;
      width: 100%; }
  .content .logo_box {
    width: 100%;
    height: 207px;
    position: fixed;
    top: 117px;
    z-index: 1; }
    .content .logo_box .logo_img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 207px;
      width: 612px;
      margin: 0 auto; }
  .content .day_detail {
    position: fixed;
    z-index: 1;
    top: 44px;
    left: 61px;
    font-size: 26px;
    color: #fff; }
  .content .icon_box {
    width: 100%;
    height: 654px;
    position: fixed;
    top: 328px;
    z-index: 2; }
    .content .icon_box .content_img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 654px;
      width: 1366px;
      margin: 0 auto;
      position: relative; }
      .content .icon_box .content_img .item {
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
  .content .content_box {
    width: 100%;
    height: 654px;
    position: fixed;
    top: 328px;
    z-index: 1; }
    .content .content_box .content_img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 654px;
      width: 1366px;
      margin: 0 auto; }
  .content .stop_car {
    position: fixed;
    z-index: 1;
    right: 46px;
    top: 26px;
    background-color: rgba(17, 39, 31, 0.25);
    color: #fff;
    font-size: 26px;
    border-radius: 10px;
    padding: 10px 38px; }

@keyframes magnify {
  100% {
    transform: scale(1);
    -ms-transform: scale(1); }
  0% {
    transform: scale(1.3);
    -ms-transform: scale(1.3); } }

/*# sourceMappingURL=index.css.map */
