body{background-color: #f4f4f4;}
.coupon-container{padding-top: 10px;width: 100%;background: #f4f4f4;}
.goodsList{
	padding: 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.goodsItem{
	border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    flex-direction: column;
    border-radius: 12px !important;
    width: 48%;
    min-height: 5rem;
    position: relative;
    margin-bottom: 10px;
}
.goodsImg{width: 100%;position: relative;/* padding-top: 100%; */}
.goodsImg img{width: 100%;position: absolute;border-radius: 12px !important;height: 100%;top: 0;}
.goodsInfo{min-height: 60px;padding-left: 10px;width: 100%;padding-top: 5px}
.goodsName{
	-webkit-box-orient: vertical;
	/*display: -webkit-box;
	-webkit-line-clamp: 2;*/
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
    /*color: #6d6d6d;*/
    margin-top: 10px;
}
.goodsPrice strong{margin-right:5px;/*color: rgba(255,28,92,1);*/font-size: 18px;} 



.goodsPrice del{font-size: 12px;/*color: #7B7B7B;*/}
.collect_del{
	position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    padding: 5px;
    /*border: 1px solid rgba(255,28,92,1);*/
    border: 1px solid;
}
.popup_window_main{justify-content: center;align-items: center;}
.popup_window_main .popup_content{
	width: 80%;
    min-height: 200px;
    background-color: #FFF;
    position: relative;
    border-radius: 12px;
    padding-bottom:45px;
}
.popup_window_main .popup_head{
	width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 12px 12px 0 0 ;
    line-height: 40px;
   	border-bottom: 1px solid #b1b1b1;
    background-color: #FFF;
    /*color: #ff1959;*/
    font-size: 18px;
}
.popup_window_main .popup_head {position: relative;}
.popup_window_main .popup_title{
	text-align: center;
    font-size: 18px;
    display: block;
}
.popup_window_main .popup_btn_box{width: 100%;display: flex;justify-content: space-between;align-items: center;position: absolute;bottom: 0;}
.popup_window_main .popup_btn_box button{width: 50%; height: 40px;line-height: 40px;color: #FFF;}
.popup_window_main .popup_btn_box .popup_btn_left{color: #333;border-radius:0 0 0 12px;}
.popup_window_main .popup_btn_box .popup_btn_right{/*background-color: #ff1959;*/border-radius:0 0 12px 0;}
@media screen and (max-width:600px){
	.goodsItem{min-height: 2.6rem;}
	.goodsPrice strong{font-size: 16px;display: block;}
	.goodsName {font-size: 12px;line-height: 16px;}
	.collect_del {	bottom: 15px;}
}
@media screen and (width:414px){
	/*.goodsItem {min-height: 3rem;}*/
	.collect_del {bottom: 8px;}
}
@media screen and (max-width:320px){
	.goodsItem {min-height: 2.8rem;}
}