.title{
	font-family: Bold;
	font-size: .35rem;
	color: #595959;
	letter-spacing: 2px;
	width: 100%;
	padding:.2rem .5rem;
}
.context{
    padding: .4rem .5rem 0 .5rem;
}
.plan{
    padding: 0 .5rem .3rem .5rem;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.box{
    margin-bottom: .4rem;
}
.box-left{
    width: 33%;
}
.box-right{
    width:62%;
}
.img{
    width: 100%;
}
.box-right-title{
    font-family: Regular;
	font-size: .28rem;
	color: #595959;
	letter-spacing: 1.5px;
}
.box-right-txt{
    font-family: Regular;
	font-size: .21rem;
	color: #595959;
    text-align: justify;
    margin-top:.05rem;
}
.plan .img{
    border: 1px solid #efefef;
}
.plan-txt{
    background: #efefef;
    font-family: Regular;
	font-size: .25rem;
	color: #595959;
    text-align: justify;
    padding: .3rem .2rem;
}
/* 服务流程 */
.service{
    padding: 0 .5rem .3rem .5rem;
}
.service-box{
    width: 30%;
}
.service-txt{
    font-family: Regular;
	font-size: .25rem;
	color: #595959;
    text-align: center;
    margin-top: .1rem;
}
/*成功案例*/
.case{
    background: #efefef;
}
.case-bigBox{
	padding:0 .5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
.case-box{
	width: 48%;
	margin-bottom: .2rem;
}
.case-txt{
	text-align: center;
	color: #595959;
	background: #dcdcdc;
	padding: .25rem 0;
	font-family: Regular;
	font-size: .23rem;
	letter-spacing: 0px;
}
.case-img{
	width: 100%;
}
/* 加入我们 */
.join{
    padding: 0 1.5rem .3rem 1.5rem;
}
.title1{
    padding:.5rem .5rem .2rem .5rem;
}
.join-box{
    width: 40%;
}
.join-txt1{
    text-align: center;
    color: #595959;
    letter-spacing: 1px;
    font-family: Medium;
    font-size: .25rem;
    padding: .15rem 0 0 0;
}
.join-txt2{
    text-align: center;
    color: #595959;
    letter-spacing: 1px;
    font-family: Regular;
    font-size: .2rem;
}