body{
	background: #F7F7F7;
}
.slide_desc{
	display: flex;
    background-color: #0B9D6E;
    height: 1.3rem;
    align-items: center;
}
.service_tips {
	width: 100%;
	height: 0.933333rem;
	padding: 0 0.426666rem;
	box-sizing: border-box;
	line-height: 0.933333rem;
	background: rgba(255, 246, 238, 1);
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(255, 171, 50, 1);
}

.shop_head {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	height: 1.173333rem;
	line-height: 1.173333rem;
	background: #FFFFFF;
}

.service_item{
	padding: 0.48rem 0.4rem;
	background: #FFFFFF;
	display: flex;
	margin-bottom: 0.32rem;
	align-items: center;
}

.service_img{
	width: 2.666666rem;
	height: 2.666666rem;
	margin-right: 0.32rem;
}

.service_desc{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service_name{
	font-size:14px;
	font-family:PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.service_intro{
	font-size:12px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(153,153,153,1);
}

.line{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.addr{
	font-size:11px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(102,102,102,1);
}
.bt_t{
	font-size:12px;
	font-family:PingFang SC;
	font-weight:500;
	color: #666666;
}

.bt_money{
	font-size:12px;
	font-family:PingFang SC;
	font-weight:bold;
	color: #13A067;
}

.btn_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.active_bt{
	/* width:2.853333rem; */
	padding:0.03rem 0.3rem;
	height:0.64rem;
	line-height:0.64rem;
	text-align: center;
	background:linear-gradient(-30deg,rgba(19,160,103,1),rgba(0,152,119,1));
	/* border:1px solid rgba(19,160,103,1); */
	border-radius:0.32rem;
	font-size:12px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
}

.active_tg{
	/* width:2.853333rem; */
	padding:0.03rem 0.3rem;
	height:0.64rem;
	line-height:0.64rem;
	text-align: center;
	background:linear-gradient(90deg,rgba(255,172,50,1),rgba(252,155,9,1));
	border-radius:0.32rem;
	font-size:12px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
}

.addr_icon{
	width: 0.32rem;
	height: 0.32rem;
	display: block;
	margin-right: 0.08rem;
}
.activated_bt{
	background:rgba(255,255,255,1);
	border:1px solid rgba(19,160,103,1);
	color: #13A067;
}

.activated_tg{
	background:rgba(255,255,255,1);
	border:1px solid rgba(254,153,3,1);
	color: #FE9903;
}