.commission-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .one_box {
    width: 545px;
    height: 325px;
    overflow: hidden;
    position: relative;
  }
  .one_box .hd {
    height: 48px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  
  .one_box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
  }
  
  .one_box .hd ul li {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  
  .one_box .hd ul li.on {
    background: #ff6407;
    color: #fff;
  }
  
  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }
  
  .one_box .bd li {
    zoom: 1;
    vertical-align: middle;
  }
  
  .one_box .bd img {
    width: 545px;
    height: 325px;
    display: block;
  }
  
  .one_box .fd {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    background: rgba(48, 18, 22, 0.5);
  }
  .one_box .fd p {
    display: none;
    margin-left: 14px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .one_box .fd p.active {
    display: block;
  }
  .slide-box {
      position: relative;
  }
  
  .txt-slide {
      position: absolute;
      width: 100%;
      height: 48px;
      line-height: 48px;
      bottom: 0;
      left: 0;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      padding-left: 15px;
      box-sizing: border-box;
      background: rgba(48, 18, 22, 0.5);
  }