.show {
    &-box {
      border-bottom-width: 1px;
      border-bottom-color: rgba(163, 163, 163, 0.1);
      width: 750rpx;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(163, 163, 163, 0.5);
    }
    &-title {
      font-size: 15px;
      font-weight: bold;
      line-height: 30px;
      border-bottom-color: #efeff4;
      border-bottom-width: 1px;
      padding: 0 15px;
      margin-top: 10px;
    }
    &-intro {
      font-size: 14px;
      line-height: 25px;
      margin: 0 15px;
      margin-top: 20px;
    }
  }