.allGoodsModule{
  display: flex;flex-wrap: wrap;background-color: #fff;padding: 5px;
}

.goodsOne{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 216px;
  padding: 10px 5px;
  border: 1px solid #ebebeb;
  margin: 7px 5px;
  font-size: 16px;
  background-color: #ffffff;
}

.goodsOne_small{
  width: 206px;
  padding: 10px;
  margin: 5px;
  border-radius: 20px;
}

.goodsOne:hover {
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #c2c2c2;
}
.goodsOne_center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.goodsOne_img{
  width: 216px;
  height: 216px;
}
.goodsOne_img_small{
  width: 206px;
  height: 206px;;
}

.goodsOne_yb{
  position:absolute;
  top:0px;
  left:0px;
  background: #23CAA2;
  border-radius:5px;
  font-size: 16px;
  color: #fff;
  padding: 5px;
}

.goodsOne_near_lab{
  position:absolute;
  top:0px;
  left:0px;
  border-radius:5px;
  font-size: 16px;
  padding: 5px;
  background-color: rgba(255, 209, 48, 0.2);
  color: #9E7200;
}

.goodsOne_news{
  position:absolute;
  top:0px;
  left:0px;
}
.goodsOne_news > i{
  font-size: 48px;
  color: #F8970F;
}

.goodsOne_noKcImg {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 216px;
  height: 216px;
  background-image: url('../../images_b/ysw_01.png');
  background-size: 100%;
  z-index: 1;
}

.goodsOne_nameLie{
  display: flex;
  align-items: center;
  color: #000000;
  line-height: 16px;
  margin-top: 6px;
  font-weight: 500;
}
.goodsOne_cf{
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 2px;
  margin-right: 4px;
}
.goodsOne_onlyLine{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goodsOne_uniMsg{
  font-size: 14px;
  color: #7F7F7F;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.goodsOne_lab{
  background: #709FEB;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 4px;
  padding: 0 2px;
  font-size: 14px;
}
.goodsOne_priceAdeteal{
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-family: robotoRegular;
}
.goodsOne_purchase_price{
  font-size: 20px;
}
.goodOne_msgDia{
  display:none;
  position: absolute;
  left:0;
  bottom:0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  background:#fff;
  z-index:2;
  width: 206px;
  padding: 10px;
}
.goodOne_msgDia_small {
  width: 206px;
}

.goodsOne_msgDiaLine{
  color: #333333;
  /*margin-top: 6px;*/
  display: flex;
}
.goodsOne_LabLine{
  display: flex;
  margin-top: 2px;
  align-items: center;
  height: 25px;
}
.goodsOne_labList{
  padding: 0px 4px;
  background: #FFF4F4;
  border-radius: 2px;
  font-size: 14px;
  color: #FF0000;
  margin-right: 4px;
  /*max-height: 18px;*/
  line-height: 24px;
  display: inline-block;
}
.goodsOne_labList_buy {
  color: #709FEB !important;
  background-color: #EEF5FF !important;
}
.goodsOne_labList_more{
  color: #000000;
  background-color: #F4F4F4;
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'iconfontNew';
}
.goodOne_msgDia_lab{
  min-height: 90px;
  padding: 10px;
}
.goodOne_msgDia_lab>span{
  margin-top: 5px;
}
.goodOne_price_num_module{
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 5px;*/
  margin-top: auto;
}
.goodOne_price_num_module_small {
  /*left: 10px;*/
}

.goodOne_priceLine {
  position: relative;
  width: 228px;
  height: 36px;
  background-color: #FEF0F1;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 10px;
}
.goodOne_priceLine_small {
  width: 206px;
}

.goodOne_priceLine::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 70px;
  background-color: #FF465C;
  transform: skewX(8deg); /* 斜向角度 */
  transform-origin: top right;
}

.goodOne_priceLine_new {
  position: relative;
  width: 228px;
  height: 36px;
  background-color: #FEF0F1;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 10px;
  background-image: url("../../images_b/newGoodbg.png");
  background-size: 228px;
}

.goodOne_priceCon{
  position: absolute;
  top: 0;
  left: 0;
  width: 228px;
  height: 36px;
  z-index: 1;
  display: flex;
}
.goodOne_priceCon_small{
  width: 206px;
}
.goodOne_priceDes{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  color: #FF465C;
  padding: 0 10px;
}
.goodOne_priceNum{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goodOne_priceNumCon{
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  color: #FFFFFF;
}
.goodOne_priceMoney{
  font-size: 18px;
  line-height: 22px;
  font-family: robotoRegular;
}
.goodOne_priceIcon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin: 2px;
  border-radius: 50%;
  color: #FF5A6E;
}
.goodOne_fireIcon{
  font-size: 21px !important;
}

.goodsOne_numLine{
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}
.goodsOne_numMod{
  display: flex;
  border-radius: 100px;
  border-top: 1px solid #E8ECEE;
  border-bottom: 1px solid #E8ECEE;
}
.goodsOne_numLine_ipt{
  width: 42px;
  height: 34px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  border: none;
  outline: 0;
}
.goodsOne_numLine_ipt_small{
  width: 42px;
}
.goodsOne_nameLine_cut{
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #E8ECEE;
  color: #C4C4C4;;
  font-size: 26px;
  cursor: pointer;
}
.goodsOne_nameLine_add{
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #E8EBEE;
  color:  #747474;
  font-size: 26px;
  cursor: pointer;
}
.goodsOne_nameLie_btn{
  min-width: 80px;
  padding: 7px 5px;
  font-size: 14px;
  color: #0D99FF;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}

.goodsOne_nameLie_noticeBtn {
  padding: 7px 5px;
  font-size: 16px;
  color: #FF3D0C;
  text-align: center;
  border-radius: 100px;
  background-color: #FDECEC;
  cursor: pointer;
  width: 100%;
}

.goodsOne_nameLie_noBtn{
  background: #F0F0F0;
  color: #969696;
  cursor: no-drop;
  border: none;
}
.goodsOne_company{
  padding: 0px 3px;
}
.goodsOne_companyName{
  flex: 1;
}
.goodsOne_nameLie_area {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #FF465C;
  background-color: #FF465C;
  cursor: pointer;
  padding: 8px 0;
  margin-top: 10px;
}

/* region 近效期模块样式 */
.goodsOne_nearEffectMode{
  background-image: url('../../images_b/nearEffectBg.png');
  background-size: 100% 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.goodsOne_nearEffect_btn{
  font-size: 16px;color: #ffffff;background: linear-gradient( 180deg, #FF3F43 0%, #FF8082 100%);border-radius:100px;margin-bottom: 46px;margin-top: 10px;padding: 12px 10px;padding: 10px 18px;cursor: pointer;
}
.goodsOne_nearEffect_des{
  font-size: 28px;color: #673114;margin-top: auto;
}
.goodsOne_nearEffect_right {
  width: 30px;
  height: 94px;
  padding-top: 6px;
  background: linear-gradient(125deg, #FF5935 0%, #FF4930 100%);
  border-radius: 4px 0px 0px 4px;
  position: absolute;
  right: 0;
  top: 232px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
}
.goodsOne_nearEffect_rightIcon{
  position: absolute;bottom: 4px;left: 6px;
}
.goodsOne_offerPop{
  width: 206px;
  min-height: 217px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  position: absolute;
  right: 0;
  top: 232px;
  display: none;
}
.goodsOne_nearEffect_offer_lab{
  font-size: 16px;
  font-weight: bold;
  color: #FF4930;
  background: linear-gradient(180deg, #FFFFFF 80%, #FFD9D1 100%);
}
.goodsOne_nearEffect_offer_des{
  font-size: 14px;
  margin-left: 10px;
  color: #FF4930;
}
.goodsOne_nearEffect_offer_con{
  border: 1px solid #FFD2CC;
  border-radius: 4px;
  padding: 0px 5px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  float: left;
  margin: 12px 12px 0px 0px;
  width: 106px;
}
.goodsOne_nearEffect_offer_con_iconD{
  float: right;
  height: 18px;
  margin-top: 3px;
}
.goodsOne_nearEffect_offer_con_icon{
  background: #FF553E;
  border-radius: 2px;
}
/* endregion */

.goodOne_msgDia_h{
  width: 364px !important;
}

.goodsH_module{
  position: relative;
  display: flex;
  width: 374px;
  font-size: 16px;
  border: 1px solid #ebebeb;
  padding: 10px 5px;
  margin: 5px;
}
.goodsH_module:hover {
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #c2c2c2;
}

.goodsH_img{
  width: 120px;
  height: 120px;
  background: #F8F8F8;
  border-radius: 4px
}
.goodsH_msgModule{
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 244px;
  margin-left: 10px;
}
.goodsH_price_and_num{
  margin-top: auto;
}

.goodsH_price_module{
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 6px;
}

.goodsH_priceBg{
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../../images_b/price_curve.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: auto;
}

.goodsV_priceBg{
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../../images_b/price_curve.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
}

.goodV_disMoney{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: robotoRegular;
}

.goodsH_price_num{
  color: #ffffff;
}
.goodsH_price_des{
  color: #FD3B41;
}

.goods_space{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F8F8F8;
  border-radius: 20px;
  margin: 0px 5px;
}
.goods_space_des{
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
}

.goodOne_priceLine_group {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #FEF0F1;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 10px;
}

.goodOne_priceLine_group::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 70px;
  background-color: #FEF0F1;
  transform: skewX(8deg); /* 斜向角度 */
  transform-origin: top right;
  border-left: 5px solid #fff;
}

.integral_priceLine {
  background-color: #FFEEAA !important;
}
.integral_priceLine::after {
  background-color: #FFEEAA !important;
}

.goodsOne_group_noBtn{
  background: #A6A6A6;
  color: #ffffff;
  cursor: no-drop;
  border: none;
}

.goodsOne_group_state{
  background: linear-gradient( 90deg, #FF4475 0%, #FF695B 100%);
  border-radius: 0px 20px 20px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  padding: 6px 16px;
  position: absolute;
  top: 88px;
}
.goodsOne_group_userIcon{
  margin-top: 10px;
  position: relative;
  height: 32px;
}
.goodsOne_group_userIcon_one{
  width: 30px;
  height: 30px;
  background: #E7F1FF;
  border-radius: 100px;
  border: 1px dashed #B8E1FF;
  position: absolute;
}
.goodsOne_group_userIcon_one>img{
  width: 20px;
  height: 20px;
}

.goodOne_noKcImg {
  position: absolute;
  top: 0;
  width: 120px;
  height: 120px;
  background-image: url('../../images_b/group_no_stock.png');
  background-size: 100%;
}
.goodOne_free_lab{
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient( 90deg, #FF4475 0%, #FF695B 100%);
  border-radius: 8px;
  position: absolute;
  top: 0;
  padding: 6px 16px;
}
