.evolving {
  width: 100%;
  overflow: hidden;
  padding-top: 1.575rem; }
  .evolving-head {
    padding: 0 1.25rem 1rem; }
    .evolving-head__title {
      margin-bottom: 0.75rem; }
    .evolving-head__line {
      display: none; }
    .evolving-head__content {
      text-align: center;
      font-size: 0.325rem;
      color: rgba(0, 0, 0, 0.6);
      line-height: 0.45rem;
      font-weight: lighter;
      width: 100%;
      max-width: 21.5rem;
      margin: 0 auto; }
  .evolving-list {
    width: 100%;
    height: 700px;
    position: relative; }
    .evolving-list__mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      background-color: rgba(0, 0, 0, 0.5); }
    .evolving-list__item {
      background-position: top center;
      background-size: 100% auto;
      background-image: url("https://static.gethover.com/build/images/new/evolving-bg-pc-c0b6cfc84c.png");
      background-repeat: no-repeat;
      height: 100%;
      padding: 0.75rem 0.25rem 0 0.75rem;
      color: #ffffff;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 1440px) {
        .evolving-list__item {
          background-size: auto 100%; } }
      @media screen and (max-width: 1100px) {
        .evolving-list__item {
          padding: 0.75rem 0.25rem 0; } }
      .evolving-list__item.item--1 {
        background-color: #000000; }
      .evolving-list__item.item--2 {
        background-color: #6e6e6e; }
      .evolving-list__item.item--3 {
        background-color: #5f5f5f; }
      .evolving-list__item.item--4 {
        background-color: #595959; }
      .evolving-list__item.item--5 {
        background-color: #545454; }
      .evolving-list__item.item--6 {
        background-color: #4c4c4c; }
    .evolving-list .item__data {
      font-size: 0.5rem;
      font-weight: bold; }
      .evolving-list .item__data span {
        display: none; }
      @media screen and (max-width: 1440px) {
        .evolving-list .item__data {
          font-size: 0.375rem; } }
    .evolving-list .item__year {
      height: 1.125rem;
      font-size: 0.275rem;
      line-height: 0.55rem;
      margin-bottom: 0.175rem;
      text-transform: uppercase; }
    .evolving-list .item__line {
      width: 0.5rem;
      height: 3px;
      background-color: #ffffff;
      margin-bottom: 0.85rem; }
    .evolving-list .item__title {
      font-size: 0.6rem;
      line-height: 0.8rem;
      text-transform: uppercase; }
      @media screen and (max-width: 1440px) {
        .evolving-list .item__title {
          font-size: 0.4rem; } }
    .evolving-list .item__icon {
      width: 100%;
      position: absolute;
      bottom: 0.6rem;
      left: 0.6rem; }
      .evolving-list .item__icon img {
        display: inline-block;
        float: left;
        width: 0.9rem;
        height: auto;
        margin-right: 0.15rem; }
    .evolving-list .item__content {
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 19;
      width: 10.5rem;
      margin-left: -5.25rem;
      height: 100%;
      background-color: #ffffff;
      -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.6);
      box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.6);
      color: black;
      padding: 1rem; }
      .evolving-list .item__content.content--first {
        left: 0;
        margin-left: 0; }
      .evolving-list .item__content.content--last {
        left: auto;
        right: 0;
        margin-left: 0; }
    .evolving-list .content__data {
      font-size: 0.6rem;
      font-weight: bold; }
      .evolving-list .content__data span {
        display: none; }
    .evolving-list .content__year {
      height: 1.125rem;
      font-size: 0.3rem;
      line-height: 0.55rem;
      margin-bottom: 0.325rem;
      text-transform: uppercase; }
    .evolving-list .content__line {
      width: 0.75rem;
      height: 4px;
      margin-bottom: 1rem;
      background-color: black; }
    .evolving-list .content__title {
      font-size: 0.9rem;
      line-height: 1.1rem;
      margin-bottom: 0.55rem;
      text-transform: uppercase; }
      @media screen and (max-width: 1440px) {
        .evolving-list .content__title {
          word-break: normal; } }
    .evolving-list .content__info {
      font-size: 0.35rem;
      line-height: 0.5rem;
      font-weight: lighter; }
    .evolving-list .content__images {
      position: absolute;
      bottom: 1rem;
      width: 8.5rem; }
      .evolving-list .content__images img {
        border: 1px solid #ffffff;
        box-sizing: border-box; }
    .evolving-list .images__11pic {
      width: 50%;
      height: 3rem;
      display: inline-block;
      float: left; }
    .evolving-list .images__12pic {
      width: 100%;
      height: 3rem;
      display: block; }
    .evolving-list .images__21pic {
      width: 50%;
      height: 6rem;
      display: inline-block;
      float: left; }
    .evolving-list .images__22pic {
      width: 100%;
      height: 6rem; }

.content-transition {
  transition: all .3s ease;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  width: 10.5rem;
  overflow: hidden; }

.content-enter, .content-leave {
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  width: 0; }

.content-left-transition {
  transition: all .3s ease;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  opacity: 1;
  width: 10.5rem;
  overflow: hidden; }

.content-left-enter, .content-left-leave {
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  width: 0; }

.content-right-transition {
  transition: all .3s ease;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  opacity: 1;
  width: 10.5rem;
  overflow: hidden; }

.content-right-enter, .content-right-leave {
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  width: 0; }

@media screen and (max-width: 768px) {
  .evolving-head {
    padding: 0 1.25rem 1.5rem; }
    .evolving-head__title {
      font-size: 0.9rem;
      margin-bottom: 0.75rem;
      text-align: left; }
      .evolving-head__title:after {
        border: none;
        margin: 0; }
    .evolving-head__line {
      display: block;
      width: 1rem;
      height: 4px;
      background-color: black;
      margin-bottom: 1rem; }
    .evolving-head__content {
      text-align: left;
      font-size: 0.6rem;
      line-height: 0.9rem; }
  .evolving-list {
    width: 100%;
    height: auto; }
    .evolving-list__item {
      width: 100%;
      display: block;
      float: none;
      height: 12rem;
      padding: 1.5rem 1.25rem;
      background-position: top center;
      background-size: 100% auto;
      background-image: url("https://static.gethover.com/build/images/new/evolving-bg-mb-e4767513c6.png");
      background-repeat: no-repeat; }
      .evolving-list__item.item--1 {
        background-color: #000000; }
      .evolving-list__item.item--2 {
        background-color: #222222; }
      .evolving-list__item.item--3 {
        background-color: #333333; }
      .evolving-list__item.item--4 {
        background-color: #3f3f3f; }
      .evolving-list__item.item--5 {
        background-color: #4c4c4c; }
      .evolving-list__item.item--6 {
        background-color: #5e5e5e; }
      .evolving-list__item.margin--bot {
        margin-bottom: 13rem;
        transition: margin-bottom .8s ease; }
    .evolving-list .item__data {
      font-size: 0.9rem;
      margin-bottom: 0.2rem; }
      .evolving-list .item__data span {
        display: inline-block;
        float: right;
        width: 1.25rem;
        text-align: center;
        line-height: 1rem;
        font-size: 0.6rem; }
    .evolving-list .item__year {
      height: 1.125rem;
      font-size: 0.55rem;
      margin-bottom: 0.425rem; }
    .evolving-list .item__line {
      width: 1rem;
      height: 4px;
      margin-bottom: 1rem; }
    .evolving-list .item__title {
      font-size: 1.1rem;
      line-height: 1.4rem;
      word-break: normal; }
    .evolving-list .item__icon {
      left: 1rem;
      bottom: 1rem; }
      .evolving-list .item__icon img {
        width: 1.6rem;
        margin-right: 0; }
    .evolving-list .item__content {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 19;
      width: 100%;
      height: 25rem;
      margin-left: 0;
      -moz-box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      color: black;
      padding: 1.5rem 1.25rem;
      box-sizing: border-box;
      background-color: #f5f5f5; }
      .evolving-list .item__content.content--first {
        left: 0;
        margin-left: 0; }
      .evolving-list .item__content.content--last {
        left: 0;
        right: auto;
        margin-left: 0; }
    .evolving-list .content__data {
      font-size: 0.9rem;
      margin-bottom: 0.2rem; }
      .evolving-list .content__data span {
        display: inline-block;
        float: right;
        width: 1.25rem;
        text-align: center;
        line-height: 1.25rem;
        font-size: 0.6rem; }
    .evolving-list .content__year {
      font-size: 0.55rem;
      margin-bottom: 0.425rem; }
    .evolving-list .content__line {
      width: 1rem;
      height: 4px;
      margin-bottom: 1rem; }
    .evolving-list .content__title {
      font-size: 1.15rem;
      line-height: 1.3rem;
      margin-bottom: 1rem;
      word-break: normal; }
    .evolving-list .content__info {
      font-size: 0.6rem;
      line-height: 0.8rem; }
    .evolving-list .content__images {
      bottom: 1.5rem;
      width: 85%;
      box-sizing: border-box; }
      .evolving-list .content__images img {
        border: 2px solid #f5f5f5;
        box-sizing: border-box; }
    .evolving-list .images__11pic {
      width: 50%;
      height: 5rem; }
    .evolving-list .images__12pic {
      width: 100%;
      height: 5rem; }
    .evolving-list .images__21pic {
      width: 50%;
      height: 10rem; }
    .evolving-list .images__22pic {
      width: 100%;
      height: 10rem; }
  .content-transition, .content-left-transition, .content-right-transition {
    transition: all .5s ease;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -moz-transform-origin: top;
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .content-enter, .content-leave, .content-left-enter, .content-left-leave, .content-right-enter, .content-right-leave {
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; } }
