/* color */
.bgray{
    background: #B3B3B3;
}
.bfe5{
    background: #FE5254;
}
/* ===== common.css ====== */
/* btnlr  */

 .comm_ul1 li{
      position: relative;
  }
  .comm_ul1 .goods_img1{
      width: 100%;
  }
  
  .comm_ul1 h4{
      width: 96%;
      font-size: 14px;
      line-height: 18px;
      height: 36px;
      color:#000;
      padding:0 2% 0 2%;
      margin-bottom: 10px;
      overflow:hidden;
      text-overflow:ellipsis;
      display:-webkit-box;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
      font-weight: normal;
      font-family: 'HarmonyRegular','AlibabaRegular';
  }
  .comm_ul1 .comm_price{
      line-height: 1.4;
      margin-left: 2%;
  }
  .comm_ul1 .comm_price span{
      font-size: 16px;
      font-family: 'HarmonyBold','AlibabaMedium';
      color: #E73938;
      margin-right: 5px;
  }
  .comm_ul1 .comm_price span i{
      font-size: 9px;
      display: inline;
      font-family: 'HarmonyBold','AlibabaMedium';
  }
  .comm_ul1 .comm_price em{
      font-size: 12px;
      color: #949494;
      text-decoration: line-through;
      display: inline-block;
      margin-left: 3px;
  }
 .comm_ul1 .comm_cart{
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 40px;
     height: 40px;
     text-align: center;
     background: url(../image/index_cart_green.png) no-repeat center center;
     background-size: 24px;
 }
 .comm_ul1 .comm_cart_gray {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: url(../image/index_cart_gray.png) no-repeat center center;
    background-size: 24px;
 }
 .comm_ul1 .comm_cart span {
     display: inline-block;
     width: 14px;
     height: 14px;
     font-size: 10px;
     line-height: 14px;
     background: #E73938;
     color: #fff;
     border: 1px #fff solid;
     border-radius: 14px;
     position: absolute;
     right: 3px;
     top: 3px;
     text-align: center;
 }
 
 .tit_h4{
     font-size: 16px;
     color:#000;
     font-family: 'HarmonyBold','AlibabaMedium';
     height: 44px;
     line-height: 44px;
     padding-left: 12px;
 }
 
 .comm_ullr .goods_img1{
     float: left;
     width: 75px;
     height: 75px;
     border-radius: 10px;
 }
 .commul_r{
     float: left;
     margin-left: 10px;
     width: calc(100% - 90px);
 }
 
 .comm_ullr{
     margin-left: 10px;
     margin-right: 10px;
     border-radius: 12px;
     border: 1px solid #F0F0F0;
     margin-top: 5px;
     margin-bottom: 15px;
     box-sizing: border-box;
     padding: 0 10px;
 }
 .comm_ullr .goods_img1{
     border-radius: 12px;
 }
 .comm_ullr li{
     overflow: hidden;
     border-bottom: 1px #f5f5f5 solid;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .comm_ullr li:last-of-type{
     border-bottom: 0px;
 }
 .gray_con{
     clear: both;
     position: relative;
     border: 1px #FFF3F3 solid;
     background: #FCFDFF;
     border-radius: 6px;
     padding: 5px 10px 10px;
     margin-top: 20px;
     margin-left: 25px;
     float: left;
 }
 .package_detail_wrap{
     margin-right: 10px !important;
 }
 .gray_narr{
     width: 15px;
     height: 8px;
     position: absolute;
     top: -8px;
     left: 20px;
     background: url(../image/ic_arrow_up_gray.png) no-repeat;
     background-size: 15px;
 }
 .mp0{
     margin: 0;
     padding: 0;
     border: 0;
 }
 
 