

.quan-item-new{
      border-radius: 10px;
    width: 320px;
    height: 120px;
    border: 1px solid rgba(221, 221, 221, 1);
    float:left;
    margin-bottom:40px;
    margin-left:50px;
}
.quan-item-new:hover{
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.quan-item-left{
  background-image: linear-gradient(180deg, rgba(249, 99, 64, 1) 0, rgba(229, 52, 52, 1) 100%);
    width: 120px;
    height: 120px;
    border-radius: 10px 0 0 10px;
    line-height:130px;
    text-align: center;
}

.quan-item-new .text1{
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    /*margin: 56px 0 0 18px;*/
}

.quan-item-new .text2{
   
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
   
    text-align: left;
   
    line-height: 46px;
}





.quan-item-right{
  width: 154px;
    height: 103px;
    margin: 8px 26px 0 20px;
    position: relative;
}
.quan-item-info{
  
    height: 67px;
}

.quan-item-new .text3 {
    
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 16px;
    font-family: Source Han Sans-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
}
.quan-item-new .text4 {
   
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 12px;
    
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
    margin-top: 5px;
}

.quan-item-new .text5 {
    
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(190, 190, 190, 1);
    font-size: 12px;
    
    text-align: left;
    white-space: nowrap;
    line-height: 17px;
    margin-top: 5px;
}

.quan-item-btn{
      width: 48px;
    overflow-wrap: break-word;
    color: rgba(253, 69, 59, 1);
    font-size: 12px;

    text-align: center;

    background-color: rgba(255, 239, 239, 1);
    height: 25px;
    line-height: 25px;
    border: 1px solid rgba(253, 69, 59, 1);
    margin-top: 11px;
    width: 154px;
    cursor: pointer;
    border-radius: 3px;
    
}
.quan-item-btn:hover{
  box-shadow: 2px 3px 5px rgba(0,0,0, 0.2)
}

.quan-item-btn a{
  display: block;
  color:rgba(253, 69, 59, 1);
}

.quan-item-new-two .quan-item-left{
  background-image: linear-gradient(180deg, rgba(253, 199, 100, 1) 0, rgba(253, 146, 52, 1) 100%);

}
.quan-item-new-two .quan-item-btn{
  background-color: rgba(255, 234, 194, 1);
    height: 25px;
    border: 1px solid rgba(253, 150, 57, 1);
}
.quan-item-new-two .text11{
  overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: 46px;
}
.quan-item-new-two .text22{
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 29px;
}


.quan-item-new-fr .quan-item-left{
  background-image: linear-gradient(180deg,  #74D2D4 0,#4AB2D4  100%);

}
.quan-item-new-fr .quan-item-btn{
  background-color: #4AB2D4;
  border:1px solid #4AB2D4;
  color:white;
}
.quan-item-new-fr .quan-item-btn a{
  color:white;
}

.quan-item-new-fr .quan-item-left{
  text-align: center;
}
.quan-item-new-fr .text44{
  color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
}

.quan-gray-item .quan-item-left{
  background:#c3c3c3 !important ;
}
.quan-gray-item .quan-item-btn{
  background:#c3c3c3 !important ;
  border:1px solid #c3c3c3;
  cursor: normal;
  color:white;
}
.quan-gray-item .quan-item-btn a{
  color:white;
}

.q-state{

    color: rgb(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 1px 3px;
    font-size: 18px;
    position: absolute;
    right: -20px;
    bottom: 28px;
	transform:rotate(-20deg);
	background:white;
	box-shadow:2px 3px 2px rgba(0,0,0,0.1);
}
.quan-item-btn{
	z-index:2;
	position: relative;
}

.coupons_msg{
  padding:30px;
  background:#F7F7F7;
  border-radius: 10px;
  font-size:14px;
  line-height:40px;
  width:1200px;
  margin:0 auto;
}