.show_detail {
    position: fixed;
    z-index: 9999;
    &-cont {
      height: 100px;
      width: 100px;
      background-color: #000000;
      &-title {
        height: 50px;
        padding: 0 10px;
        @include flexRowSpaceBetween;
        &-left {
          width: 20px;
          height: 20px;
          &-image {
            width: 10px;
            height: 18px;
          }
        }
        &-right {
          height: 25px;
          line-height: 25px;
          border-style: solid;
          border-color: #ffffff;
          border-width: 1px;
          padding: 0 10px;
		  @include styleFont(#ffffff,12);
        }
      }
      &-show {
        align-items: center;
        justify-content: center;
      }
    }
  }