.assured{
	padding: 40px 0;
	padding-left: 22px;
}
.assured dl{
	border-left: 1px dotted #e8e8e8;
	padding-left: 40px;
	padding-bottom: 50px;
	position: relative;
	
}
.assured dl dt{
	font-size: 18px;
	font-weight: bold;
}
.assured dl::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	
	box-shadow: 3px 0px 4px 0px rgb(212 208 208 / 50%);
	left: -20px;
	top:-10px;
	border-radius: 45px;
	background: url(../images/assured/icon_1.png) no-repeat center;
	background-color: #00a587;
}
.assured dl::before{
	background-image: url(../images/after_sale/sale_1.png) ;
}
.assured dl .small_span{
	font-size: 12px;
}
.assured dl:nth-of-type(2)::before{
	background-image: url(../images/assured/icon_2.png) ;
}
.contact_gw dl::before{
	background-image: url(../images/contact_gw/icon_1.png) ;
}
.assured dl:nth-of-type(2)::before{
	background-image: url(../images/after_sale/sale_2.png) ;
}
.contact_gw.after_sale dl:nth-of-type(2)::before{
	background-image: url(../images/contact_gw/icon_2.png) ;
}
.assured dl:nth-of-type(3)::before{
	background-image: url(../images/assured/icon_3.png) ;
}
.assured dl:nth-of-type(3)::before{
	background-image: url(../images/after_sale/sale_3.png) ;
}
.contact_gw.after_sale dl:nth-of-type(3)::before{
	background-image: url(../images/contact_gw/icon_3.png) ;
}
.assured dl:nth-of-type(4)::before{
	background-image: url(../images/assured/icon_4.png) ;
}
.assured dl:nth-of-type(4)::before{
	background-image: url(../images/after_sale/sale_4.png) ;
}
.assured dl:nth-of-type(5)::before{
	background-image: url(../images/assured/icon_5.png) ;
}
.assured dl:nth-of-type(5){
	border-left: none;
}
.assured dl dd{
	color: #333333;
	margin: 10px 0;
}
.assured dl span{
	color: #00a587;
}
.assured dl span.add_b{
	font-weight: bold;
}
.assured dl span.span_big{
	font-size: 18px;
}
.assured .contact_btn a {
    background-color: #00a587;
    color: #fff;
	width: 106px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.assured{
	background-color: #f5f5f5;
}
@media (max-width: 768px) {
.contact_btn a {
    width: 55%;
    height: 12vw;
    line-height: 12vw;
    font-size: 5vw;
    background-color: #00a587;
    color: #fff;
    margin-top: 10px;
}
.assured .contact_btn a{
	 width: 55%;
}
}