.banner{
	width: 100%;
	height: 2.2rem;
	background:url(../../img/banner/banner-aftersales.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 80%;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: .45rem;
	font-weight: bold;
}
.entry{
	background: #181818;
	padding: .4rem .4rem .6rem;
}
.content{
    font-size: .3rem;
    line-height: 1.5;
/*    color: #273746;*/
    color: #d7d7d7;
}
.content a{
	color: inherit;
}
.content a:hover{
	color: #76b900;
}
.content p a{
	color: inherit;
/*	border-bottom: .02rem dashed #273746;*/
	border-bottom: .02rem dashed #d7d7d7;
}
.content p a:hover{
	border-bottom: .02rem solid #008AEE;
	color: #76b900;
}
.content p{
    font-size: .3rem;
/*    color: #273746;*/
	color: #d7d7d7;
	margin: .2rem 0;
    line-height: 1.8;
}
.content li{
	font-size: .3rem;
    padding: 0;
    margin-left: .4rem;
    margin-bottom: .12rem;
    line-height: 1.6;
}
.content ul,
.content ol{
	list-style: auto;
    margin: .2rem 0;
    padding: 0;
}
.content p:first-child{
    margin-top: 0;
}
.content p:last-child{
    margin-bottom: 0;
}
.content{
/*	border-bottom: .02rem solid #f5f5f5;*/
	padding-bottom: .4rem;
}
.content img:not(.wpml_ico){
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #f5f6f9;
    border-radius: .05rem;
}
.content p img,
.content figure img{

}
.content figure{
    margin: .15rem 0;
}
.content img.wpml_ico{
    width: auto;
    margin: 0;
}
.content hr{
	margin-top: .3rem;
    margin-bottom: .3rem;
    border: 0;
    border-top: 1px solid #eee;
}
.content blockquote, 
.content p.excerpt{
    margin: .3rem 0;
    padding: .2rem;
    border-left: .12rem solid #76b900;
/*    background: #f5f6f9;*/
	background: #222;
    line-height: 1.8;
    font-size: .3rem;
    font-style: italic;
}