.subsucribe {
  margin-top: 0; }
  .subsucribe img {
    width: 350px; }
  .subsucribe .subsucribe-form {
    width: 363px; }
    .subsucribe .subsucribe-form .description {
      font-size: 14px;
      font-weight: normal; }
    .subsucribe .subsucribe-form form input {
      width: 100%; }
    .subsucribe .subsucribe-form form button {
      width: 120px; }

.section-version {
  width: 800px;
  margin-top: 80px;
  display: none; }
  .section-version .version-item .date {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
    padding-left: 64px;
    margin: 24px 0;
    background: url(../images/version-date-icon.png) left center no-repeat;
    background-size: 32px; }
    .section-version .version-item .date::after {
      content: " ";
      display: inline-block;
      width: 32px;
      height: 32px;
      background: url(../images/icon-arrow-down.png) center no-repeat;
      background-size: cover;
      position: relative;
      left: 12px;
      top: 5px;
      cursor: pointer;
      transition: all .5s; }
  .section-version .version-item .version-content {
    display: flex;
    margin-left: 16px;
    padding: 40px 38px;
    border-left: 2px solid #FFD541; }
    .section-version .version-item .version-content .version {
      width: 210px;
      margin-left: 10px;
      font-weight: bold; }
    .section-version .version-item .version-content .update-log {
      line-height: 150%;
      flex: 1; }
      .section-version .version-item .version-content .update-log .log-item {
        display: flex;
        margin-bottom: 60px; }
        .section-version .version-item .version-content .update-log .log-item .log-type {
          width: 100px;
          padding-right: 10px;
          font-size: 14px;
          line-height: 28px;
          font-weight: bold; }
        .section-version .version-item .version-content .update-log .log-item .log-content {
          flex: 1;
          line-height: 28px;
          font-size: 14px; }
          .section-version .version-item .version-content .update-log .log-item .log-content img {
            display: block;
            max-width: 100%; }
  .section-version .version-item.active .date::after {
    transform: rotate(180deg); }

/*# sourceMappingURL=whats-new.css.map */
