.analysis-container {
  padding-bottom: 55px;
  padding-top: 64px;

  .detail-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #DDD;
  }

  .analysis {
    padding: 15px 17px 0;

    .info {
      margin-bottom: 22px;
      color: #333;
      font-size: 14px;
    }

    .head {
      display: flex;
      align-items: center;
      margin-bottom: 15px;

      .icon {
        display: block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background: url("./analysis.png") no-repeat;
        background-size: contain;
      }

      span {
        font-size: 14px;
        color: #09f;
      }
    }

    &-content {
      font-size: 14px;
      color: #666;
    }
  }
}