.goods_subscribe_main{
	width: 100%;
	height: 100%/*calc(100% - 1rem)*/;
	overflow-y: auto;
	background: #f5f5f5;
	display: none;
}
.goods_subscribe_list{
	overflow: hidden;
	padding-bottom: 100px;
	display: none;
}
.goods_subscribe_li{
	background: #ffffff;
	margin-top: 0.2rem;
}
.goods_subscribe_li:first-child{
	margin-top: 0rem;
}
.goods_subscribe_li_title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:0.2rem 0.3rem;
	font-weight: bold;
}
.goods_subscribe_li_content{
	display: flex;
	display: -webkit-flex;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0.2rem;
}
.content_li{
	padding: 0.1rem 0.2rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.06rem;
	margin: 0.1rem;
	font-size: 0.26rem;
	background: #f8f8f8;
}
.goods_subscribe_li .current{
	background: #4e8cee;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(1) .current{
	background: #26c1f0;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(2) .current{
	background: #174eb4;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(3) .current{
	background: #96ce2d;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(4) .current{
	background: #ab1e94;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(5) .current{
	background: #d6cb6a;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(6) .current{
	background: #9fb2bd;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(7) .current{
	background: #dfae0e;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(8) .current{
	background: #1eab3a;
	color: #ffffff;
}
.goods_subscribe_li:nth-child(9) .current{
	background: #f00;
	color: #ffffff;
}
.apply_div{
	position: fixed;
	left: 0px;
	bottom: 50px;
	width: 100%;
	background: #fff;
	border-top:1px solid #e0e0e0;

	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	background: #fff;
}
.submit_subscribe_btn{
	width:100%;
	margin: 0.2rem 0.4rem;
	display: block;
	height: 0.8rem;
	text-align: center;
	font-size: 0.3rem;
	border-radius: 0.1rem;
	background: #0a378c;
	color: #ffffff;
	line-height: 0.8rem;
	border: 0rem;
}
