#update-log .update-log {
  width: calc(100vw - 720px);
  margin: 0 auto;
  padding-bottom: 200px;
}
#update-log-top {
  display: inline-block;
  margin-bottom: 23px;
}
  #update-log .update-log > .title {
    height: 47px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #304265;
    line-height: 47px;
    margin-bottom: 20px;
  }
  #update-log .update-log > .menu-wrapper {
    margin-bottom: 30px;
    overflow-x: auto;
  }
  #update-log .update-log > .menu-wrapper > .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
  }
    #update-log .update-log > .menu-wrapper .menu .menu-item {
      height: 26px;
      font-size: 16px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #304265;
      line-height: 26px;
      margin-right: 80px;
      cursor: pointer;
      width: 60px;
      text-align: center;
    }
    #update-log .update-log > .menu-wrapper .menu .menu-item:last-child {
      margin: 0px;
    }
    #update-log .update-log > .menu-wrapper .menu .menu-item.selected {
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #107FFF;
    }
    #update-log .update-log > .menu-wrapper .menu .menu-item:hover {
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #107FFF;
    }
  #update-log .update-log > .menu-wrapper > .slider {
    /* god bless you */
    width: 630px;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 8px;
  }
    #update-log .update-log > .menu-wrapper > .slider .slider-bar {
      width: 40px;
      height: 2px;
      background: #107FFF;
      display: inline-block;
      margin-top: -1px;
      margin-left: 10px;
      transition: margin .5s;
    }
  #update-log .update-log > .update-log-contents {
    position: relative;
    width: 100%;
    border-left:1px dashed #e5e5e5 ;
    padding-left: 19px;
  }
    #update-log .update-log > .update-log-contents .log-item {
      margin-bottom: 24px;
    }
    #update-log .update-log > .update-log-contents .log-item:last-child {
      margin: 0px;
    }
      #update-log .update-log > .update-log-contents .log-item .title {
        height: 24px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #304265;
        line-height: 24px;
        margin-bottom: 6px;
        position: relative;
      }
        #update-log .update-log > .update-log-contents .log-item .title .icon {
          width: 8px;
          height: 8px;
          border-radius: 4px;
          border: 1px solid #c9ccd8;
          background-color: f5f6f7;
          position: absolute;
          left: -23px;
          top: 8px;
        }
      #update-log .update-log > .update-log-contents .log-item .content {
        background: #F7F7F7;
        border-radius: 4px;
        padding: 24px;
        width: calc(100vw - 720px - 34px);
      }
      #update-log .update-log > .update-log-contents .log-item .content:hover {
        background-color: #ffffff;
        box-shadow: 0px 2px 12px 0px rgba(52, 94, 184, 0.15);
      }
        #update-log .update-log > .update-log-contents .log-item .content * {
          max-width: 100%;
        }


@media screen and (max-width: 1200px) {
  #update-log .update-log {
    width: 100%;
    padding: 0px 16px 100px;
  }
  #update-log .update-log > .title {
    display: none;
  }
  #update-log .update-log > .menu-wrapper {
    overflow-x: auto;
  }
  #update-log .update-log > .menu-wrapper > .menu {
    width: max-content;
  }
  #update-log .update-log > .menu-wrapper > .menu .menu-item {
    margin-right: 24px;
  }
  #update-log .update-log > .menu-wrapper > .slider {
    width: 400px;
  }
  #update-log .update-log > .update-log-contents .log-item .content {
    width: calc(100vw - 60px);
  }
  .fixed-right-side .feedback-collect-wrapper {
    display: none;
  }
}