img {
	width: 100%;
	height: 100%;
}

.services {
	width: 100%;
	/* height: calc(100vh - 0.94rem); */
	display: flex;
	/* margin-top: -0.44rem; */
	margin-top: 0.45rem;
}

.category {
	width: 1.16rem;
	height: 100%;
	padding-bottom: 0.5rem;
	/* background: #FFFFFF; */
}

.category div {
	width: 100%;
	height: 0.64rem;
	line-height: 0.2rem;
	position: relative;
	color: #333333;
	font-size: 0.14rem;
	text-align: center;
}

.category .check {
	color: #5BB279;
	background: #FFFFFF !important;
}

.category .check::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.1rem;
	transform: translateY(-50%);
	width: 2px;
	height: 0.11rem;
	background: #5BB279;
	border-radius: 1px;
}

.list {
	flex: 1;
}

.list .item a {
	width: 2.4rem;
	height: 0.9rem;
	border-radius: 0.1rem;
	margin: 0.15rem auto 0;
	background: #FFFFFF;
	padding: 0.1rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.item .image {
	width: 0.7rem;
	height: 0.7rem;
	overflow: hidden;
	position: relative;
	margin-right: 0.15rem;
}

.item .image img {
	height: 0.7rem;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item .cont {
	width: 100%;
	flex: 1;
	height: 0.7rem;
}

.item .title {
	width: 100%;
	font-size: 0.16rem;
	color: #222222;
	margin-bottom: 0.15rem;
}

.item .tags {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.item .tags span {
	width: auto;
	min-width: 0.45rem;
	height: 0.16rem;
	background: rgba(59, 179, 195, 0.1);
	border-radius: 3px;
	border: 0.5px solid #5BB279;
	font-size: 0.1rem;
	color: #5BB279;
	line-height: 0.18rem;
	padding: 0 2px;
	margin-right: 0.1rem;
	overflow: hidden;
	box-sizing: border-box;
}

.status {
	padding: 0.2rem 0.15rem;
}

.status .title {
	font-size: 0.18rem;
	color: #333333;
	justify-content: flex-start;
	margin-bottom: 0.2rem;
}

.status .title img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.15rem;
}

.status .btns {
	justify-content: flex-start;
	margin: 0;
}

.info {
	width: 3.45rem;
	height: auto;
	background: #FFFFFF;
	border-radius: 0.1rem;
	padding: 0.2rem 0.15rem 0;
	box-sizing: border-box;
	margin: 0.15rem auto 0;
}

.info .title {
	font-size: 0.16rem;
	color: #333333;
	line-height: 1;
	position: relative;
	padding-left: 0.1rem;
}

.info .title::after {
	width: 2px;
	height: 0.14rem;
	background: #5BB279;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
}

.info .label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.45rem;
	border-bottom: 1px solid #F1F1F1;
	font-size: 0.15rem;
	color: #999999;
}

.info .label:last-child {
	border: none;
}

.info .label div:last-child {
	color: #333333;
}

.detail_img {
	margin: 0 0.1rem;
	margin-top: 0.44rem;
}

.goods {
	width: auto;
	height: auto;
	padding: 0.2rem 0.15rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	margin: 0.1rem 0.1rem 0;
	box-sizing: border-box;
}

.goods .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.18rem;
	color: #333333;
}

.goods .title img {
	width: 0.13rem;
	height: 0.13rem;
}

.goods .desc {
	font-size: 0.16rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.2rem;
	margin-top: 0.2rem;
}

.text {
	width: auto;
	height: auto;
	padding: 0.15rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	margin: 0.15rem 0.1rem 0;
	box-sizing: border-box;
}

.text .label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.2rem;
	font-size: 0.16rem;
	color: #999999;
}

.text .label:last-child {
	margin: 0;
}

.text .label div:last-child {
	color: #333333;
}

.content {
	width: auto;
	height: auto;
	padding: 0 0.15rem 0.15rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	margin: 0.15rem 0.1rem 0.7rem;
	box-sizing: border-box;
}

.content .select {
	width: 100%;
	height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content .select div {
	width: auto;
	flex: 1;
	text-align: center;
	line-height: 0.5rem;
	position: relative;
	height: 100%;
	font-size: 0.18rem;
}

.content .select .check {
	color: #5BB279;
}

.content .select .check::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 0.3rem;
	height: 2px;
	background: #5BB279;
	border-radius: 1px;
}

.content .info {
	width: 100%;
	padding: 0;
	font-size: 0.16rem;
	line-height: 0.2rem;
	overflow: auto;
	height: 200px;
}

.content .info p {
	font-size: 0.16rem !important;
}

.bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 0.5rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	background: #FFFFFF;
}

.bottom div {
	display: flex;
	flex-direction: column;
	margin-right: 0.45rem;
	font-size: 0.14rem;
	align-items: center;
	justify-content: center;
}

.bottom div img {
	width: 0.18rem;
	height: 0.18rem;
}

.bottom .btn {
	margin-left: auto;
	margin-right: 0;
	width: 1.8rem;
	height: 0.38rem;
	border-radius: 0.19rem;
	text-align: center;
	line-height: 0.38rem;
	color: #FFFFFF;
	background: #5BB279;
	font-size: 0.16rem;
}





/*2q-css*/
.list .item a{
	background: #F0F9FF;
	border-radius: 0.08rem;
}
.item .image{
	border-radius: 0.08rem;
	overflow: hidden;
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.08rem;
}
.item .image img{
	height: 100%;
}
.item .tags span{
	color: #5BB279;
	font-size: 0.1rem;
}
.item .title{
	font-size: 0.14rem;
	margin-bottom: 0.08rem;
}

.category .check{
	color: #5BB279;
	background: #FAFAFA;

}
.category .check::after{
	left: 0;
	width: 0.04rem;
	height: 0.18rem;
	border-radius: 0 0.2rem 0.2rem 0;
	background: #5BB279;
}


.product-content{
	background: white;
	/* border-radius: 0.1rem; */
	/* margin: 0 0 0.12rem; */
	padding: 0.12rem;
}
.product-tit{
	margin-bottom: 0.12rem;
}
.services .list .item a{
	margin:  0 !important;
	border-bottom: 1px solid #F0F0F0;
	background: transparent !important;
	border-radius: 0;
}


.bottom .btn{
	color:#FFFFFF ;
	background: #5BB279;
}

.showfalse{
	color: #B3B3B3 !important;
	background: #F0F0F0 !important;
}
.showfalse a{
	color: #B3B3B3 !important;
}






.content .select div{
	color: #666666;
}

.content .select .check{
	color: #5BB279;
}

.content .select #service_detail::after{

}
.content .select #service_detail::after,.content .select #notice::after{

	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';

	background: url(../img/detail-uncheck.png) no-repeat;
	width: 1.8rem;
	width: 100%;
	width: 108%;
	height: 0.48rem;
	bottom: 0.02rem;
	z-index: -1;
	background-size: cover;
}
.content .select #service_detail::after{
	color: red;
	transform: translateX(-50%) rotate(180deg);
	left: 50%;

}
.content .select .check#service_detail::after,.content .select .check#notice::after{
	display: none;

}





.content{
	padding: 0;
	overflow: hidden;
}
.content .info{
	padding: 0 0.15rem 0.15rem;
}

body{
	background: #F7F7F7 !important;
}



