/*
* @Author: Administrator
* @Date:   2018-01-30 17:04:35
* @Last Modified by:   Administrator
* @Last Modified time: 2018-02-07 16:11:14
*/
.bg img{
	width: 100%;
	display: -webkit-box;
}
.group-item-0{
	background-color: #eeeeee;
	padding: 0.3rem;
}
.invoice-wrapper{
	border-radius: 4px 4px 0 0;
}
.invoice-wrapper>h3{
	text-align: center;
	font-size: 0.4rem;
	color: #fe4c5c;
	margin-bottom: 0.3rem;
}
.invoice-info{
	border:0;
	background-color: #fff1f1;
	border-radius: 2px;
	color: #4c4c4c;
}
.invoice-info>p{
	margin-bottom: 4px;
	margin-bottom: 2px;
}
.row-item{
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}
.row-item .flex-container{
	border-bottom: 1px solid #e5e5e5;
}
.jieshao,.jieshao>ul{
	width: 100%;
}
.jieshao>ul{
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
	margin-top: 0.3rem;
}
.jieshao>ul li{
	width: 33.3333%;
	float: left;
	text-align: center;
	box-sizing:border-box;
	padding: 0.35rem 0 0.3rem 0;
	-webkit-box-sizing:border-box;
	min-height: 175px;
}
.jieshao>ul li img{
	width: 50px;
}
.jieshao>ul li h4{
	color: #646464;
	font-size: 0.3rem;
	margin:0.1rem 0;
}
.jieshao>ul li p{
	font-size: 0.22rem;
}
.steplist{
	width: 100%;
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
	margin-top: 50px;
	padding: 0.5rem 0;

}
.steplist li{
	width: 50%;
	float: left;
	text-align: center;
	min-height: 255px;
}
.steplist li img{
	width: 150px;
}
.steplist li h4 span{
	display: inline-block;
	background-color: #adadad;
	color: #fff;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 0.35rem;
	margin:10px 0;
}
.steplist li p{
	font-size: 0.3rem;
	color: #adadad;
}
.invoice-info.not{
	min-height: auto;
}