.shop-pro-img-wrapper {
  position: relative;
}

.distriTimer {
  //position: absolute;
  //bottom: 0;
  //left: 0;
  //width: 100%;
}

.dTime {
  min-width: 18px;
  display: inline-block;
}

.distri-timer-big, .distri-timer-mix-big {
  height: 66px;
  background: rgba(252, 86, 94, 1);
  color: #ffffff;
  zoom: 1;

  &:after {
    content: '';
    display: block;
    clear: both;
  }

  .dJoinWrapper {
    padding: 6px 0 0 10px;
    float: left;
  }

  .dTimeWrapper {
    width: 130px;
    float: right;
    padding: 6px 5px;
    font-size: 12px;
    color: #323232;
    background: #FFF4AD;
    position: relative;
    height: 100%;
    text-align: center;
  }

  .dName {
    font-size: 19px;

    line-height: 27px;
    margin-bottom: 7px;
  }

  .only_dName {
    margin-top: 14px;
  }

  .dJoinCount {
    padding: 2px 7px;
    background: rgba(255, 255, 255, 1);
    border-radius: 11px;
    color: #FC565E;
    display: inline-block;
    line-height: 1;
  }

  .dTimeTip {
    font-size: 14px;

    color: rgba(233, 21, 41, 1);
    line-height: 19px;
    letter-spacing: 1px;
    margin-bottom: 13px;
    text-align: center;
  }

  .dDay {
    color: #E91529;
  }

  .dTime {
    width: 16px;
    height: 16px;
    background: rgba(50, 50, 50, 1);
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;

    &:last-child {
      margin-right: 0;
    }
  }

  .dArrow {
    position: absolute;
    top: 0;
    right: 100%;
    width: 60px;
    height: 100%;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url("http://mshop.test.94mxd.com/mxd/mfs/MjAyMDAxMDgxNDQ3MDY4MDlCQlZxZnpUR0R6");
    z-index: 10;
    margin-right: -10px;
  }
}

.distri-timer-two, .distri-timer-detail, .distri-timer-mix-small {
  .dTimeWrapper {
    height: 25px;
    background: rgba(252, 86, 94, 1);
    color: #ffffff;
    zoom: 1;
    padding: 0 10px;
    line-height: 25px;
    font-size: 11px;
    position: relative;

    &:after {
      content: '';
      display: block;
      clear: both;
    }

    .dTimeTip {
      float: left;
    }

    .dTimeCon {
      position: absolute;
      right: 2px;
    }

    .dTime {
      padding-left: 2px;
    }
  }
}

.distri-timer-two, .distri-timer-three, .distri-timer-detail, .distri-timer-mix-small {
  .dJoinCount {
    padding: 2px 7px;
    background: rgba(50, 50, 50, 0.6);
    border-radius: 11px;
    color: #ffffff;
    display: inline-block;
    font-size: 9px;
    margin-bottom: 6px;
    margin-left: 5px;
  }

}

.distri-timer-three {
  margin-top: -20px;
}

.distri-timer-detail {
  .dTimeWrapper {
    padding: 0 2px;
    white-space: nowrap;
    position: relative;

    .dTimeCon {
      position: absolute;
      right: 2px;
    }
  }
}

.distri-timer-two, .distri-timer-detail, .distri-timer-mix-small {
  //margin-top: -40px;
}

.distri-timer-two, .distri-timer-detail, .distri-timer-mix-small {
  //height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.distri-timer-three {
  height: 17px;
}

.distri-timer-detail {
  margin-top: -47px;
}

@media screen and (max-width: 320px) {
  .distri-timer-two .dTimeWrapper, .distri-timer-detail .dTimeWrapper, .distri-timer-mix-small .dTimeWrapper {
    padding: 0 5px;
  }
}