.banner{
	width: 100%;
	padding: 0 .2rem;
	height: 4.06rem;
	padding-top: 1.26rem;
	color: #fff;
	background: url(../img/safety_tips/banner.jpg) no-repeat;
	background-size:cover ;
	text-align: center;
}
.banner h5{
	font-size: .42rem;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.banner p{
	margin-top: .22rem;
	font-size: .18rem;
	color: #fff;
}

/*assured  */
.assured{
	padding: .6rem 0;
	padding-left: 22px;
}
.assured dl{
	border-left: 1px dotted #e8e8e8;
	padding-left: 0.8rem;
	    padding-bottom: 0.5rem;
	position: relative;
	
}
.assured dl:nth-last-of-type(1){
	border-left: none;
}
.assured dl dt{
	font-size: .24rem;
	font-weight: bold;
	text-transform: capitalize;
}
.assured dl::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	box-shadow: 3px 0px 4px 0px rgb(212 208 208 / 50%);
	left: -0.3rem;
	top: -0.1rem;
	border-radius: 0.6rem;
	background: url(../img/safety_tips/icon_1.png) no-repeat center;
	background-color: #0094fd;
}
.assured dl::before{
	background-image: url(../img/safety_tips/sale_1.png) ;
}
.assured dl .small_span{
	font-size: 12px;
}
.assured dl:nth-of-type(1)::before{
	background-image: url(../img/safety_tips/icon_1.png) ;
}
.assured.after_sale dl:nth-of-type(1)::before{
	background-image: url(../img/safety_tips/sale_1.png) ;
}
.assured dl:nth-of-type(2)::before{
	background-image: url(../img/safety_tips/icon_2.png) ;
}
.contact_gw dl:nth-of-type(1)::before{
	background-image: url(../img/safety_tips/icon_1.png) ;
}
.assured dl:nth-of-type(2)::before{
	background-image: url(../img/safety_tips/icon_2.png) ;
}
.assured.after_sale dl:nth-of-type(2)::before{
	background-image: url(../img/safety_tips/sale_2.png) ;
}
.contact_gw.after_sale dl:nth-of-type(2)::before{
	background-image: url(../img/safety_tips/icon_2.png) ;
}
.assured dl:nth-of-type(3)::before{
	background-image: url(../img/safety_tips/icon_3.png) ;
}
.assured.after_sale dl:nth-of-type(3)::before{
	background-image: url(../img/safety_tips/sale_3.png) ;
}
.contact_gw.after_sale dl:nth-of-type(3)::before{
	background-image: url(../img/safety_tips/icon_3.png) ;
}
.assured dl:nth-of-type(4)::before{
	background-image: url(../img/safety_tips/icon_4.png) ;
}
.assured dl:nth-of-type(4)::before{
	background-image: url(../img/safety_tips/icon_4.png) ;
}
.assured.after_sale dl:nth-of-type(4)::before{
	background-image: url(../img/safety_tips/sale_4.png) ;
}
.assured dl:nth-of-type(5)::before{
	background-image: url(../img/safety_tips/icon_5.png) ;
}
.assured dl:nth-of-type(5){
	border-left: none;
}
.assured dl dd{
	color: #333333;
	margin: .1rem 0;
}
.assured dl span{
	color: #ff635c;
}
.assured dl span.add_b{
	font-weight: bold;
}
.assured dl span.span_big{
	font-size: .18rem;
}
.assured .contact_btn a {
    background-color: #00a587;
    color: #fff;
}
/* .assured{
	background-color: #f5f5f5;
} */
.consult_btn {
    width: 100%;
    text-align: center;
    margin-top: .4rem;
    margin-bottom: .6rem;
}
.consult_btn a {
    display: inline-block;
    padding: 0 3%;
    height: .65rem;
    line-height: .65rem;
    font-size: .2rem;
    color: #fff;
    background-color: #0094fd;
    text-align: center;
}
@media screen and (max-width:768px) {
	.banner{
		
		background-image: url(../img/safety_tips/mobile_banner.jpg);
	}
	.contact_btn a {
	    width: 1.06rem;
	    height: .65rem;
	    line-height: .65rem;
	    font-size: .2rem;
	    background-color: #00a587;
	    color: #fff;
	    margin-top: 10px;
		display: block;
	}
}