.diy-sharpGoods{
    background: #fff;
    margin: 0 12px;
    border-radius: 10px;
}
.diy-sharpGoods .sharp-top .sharp-modular {
    font-size: 15px;
    color: #fff;
    background: #367CD5;
    padding: 5px 15px 5px 12px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
  
  .diy-sharpGoods .sharp-top .sharp-modular .modular-name {
    margin-left: 5px;
    margin-bottom: 3px;
  }
  
  .diy-sharpGoods .sharp-top .sharp-active-status {
    color: #616161;
    font-size: 14px;
    margin-left: 10px;
  }
  
  .diy-sharpGoods .sharp-top .active-count-down {
    font-size: 13px;
    height: 20px;
    margin-left: 8px;
  }
  
  .diy-sharpGoods .sharp-top .active-count-down .clock-text {
    margin-right: 5px;
  }
  
  .diy-sharpGoods .sharp-top .active-count-down .clock-time {
    background-color: #FAECF3;
    color: #D35866;
    padding: 0 3px;
    line-height: 20px;
    border-radius: 4px;
  }
  
  .diy-sharpGoods .sharp-top .active-count-down .clock-symbol {
    padding: 0 4px;
  }
  
  .diy-sharpGoods .sharp-top .sharp-more {
    padding-right: 12px;
    color: #616161;
    font-size: 14px;
  }
  
  .diy-sharpGoods .sharp-top .sharp-more .sharp-more-arrow {
    font-size: 12px;
  }
  
  /* 商品组 */
  
  .diy-sharpGoods .goods-list {
    margin-top:-2px;
    padding: 2px;
    box-sizing: border-box;
  }
  
  .diy-sharpGoods .goods-list .goods-item {
    box-sizing: border-box;
    padding: 3px;
  }
  
  .diy-sharpGoods .goods-list.display__list .goods-item {
    float: left;
  }
  
  .diy-sharpGoods .goods-list.column__2 .goods-item {
    width: 50%;
  }
  
  .diy-sharpGoods .goods-list.column__3 .goods-item {
    width: 33.33333%;
  }
  
  .diy-sharpGoods .goods-list .goods-item .goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background: #fff;
  }
  
  .diy-sharpGoods .goods-list .goods-item .goods-image:after {
    content: '';
    display: block;
    margin-top: 100%; /* margin 百分比相对父元素宽度计算 */
  }
  
  .diy-sharpGoods .goods-list .goods-item .goods-image .image {
    width: 100%;
    height: auto;
  }
  .diy-sharpGoods .goods-list .goods-item .goods-image .image:nth-child(2n+1){
    margin: 5% 5% 5% 0;
  }
  .diy-sharpGoods .goods-list .goods-item .goods-image .image:nth-child(2n){
    margin: 5% 0 5% 5%;
  }
  
  .diy-sharpGoods .goods-list .goods-item .detail {
    padding: 0 5%;
    background: #fff;
  }
  
  .diy-sharpGoods .goods-list .goods-item .detail .goods-name {
    height: 30px;
    font-size: 12px;
    line-height: 1.3;
    overflow: hidden;
  }
  
  .diy-sharpGoods .goods-list .goods-item .detail .detail-price {
    line-height: 20px;
  }
  
  .diy-sharpGoods .goods-list .goods-item .detail .goods-price {
    font-size: 13px;
    font-weight: 700;
  }
  
  .diy-sharpGoods .goods-list .goods-item .detail .line-price {
    margin-left: 4px;
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
  }
  
  .diy-sharpGoods .goods-list .goods-item .detail .selling-point {
    font-size: 12px;
    color: #f20c59;
  }
  
  .cart{
    width: 90%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 15px;
    color:white;
    background: #367CD5;
  }

  .be-huodong {
    overflow: hidden;
}
.be-pintuan, .be-huodong {
    width: 95%;
    margin: 10px auto;
    background-color: white;
}
    .be-huodong li {
        width: 50%;
        float: left;
        border: 1px solid #F7F7F7;
        padding: 10px 2%;
        box-sizing: border-box;
    }

    .be-huodong img {
        width: 25px;
        vertical-align: middle;
    }

    .be-huodong p {
      float: right;
      font-size: 10px;
      color: gray;
      line-height: 30px;
      text-align: right;
      width: 50%;
    }

    .be-huodong div {
        font-size: 12px;
        padding: 10px 0;
    }

    .be-huodong div {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .be-huodong .title{
      padding: 0;
    }

        .be-huodong div a {
          display: block;
          width: auto;
          min-width: 50px;
          margin: 0 5px;
          box-sizing: border-box;
        }

            .be-huodong div a img {
                display: block;
                width: 100%;
            }

            .avg-sm-6{
              width: 16.66%;
            }