


body {
	margin: 0;
	font-size: 14px;
	text-align: left;
	background-color: #fff
}

p {
	margin: 0
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}


html {
	font-size: 112px
}


@media (max-width:1024px) and (orientation:landscape), (max-width:1024px) and (orientation:portrait) {
html {
	font-size: 8.33333vw
}
}



article.bg-gray {
	background-color: #f7f8f9
}



@media (max-width:720px) {
.design-exterior .badge .badge-text p.design-exterior-badge-text {
	font-size: 20px;
	line-height: 28px
}
}
.safety-star-slider {
	position: relative;
	width: 11.714285714285714rem;
	margin: 0 auto
}
.safety-star-slider-car {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	padding-bottom: 42.53049%;
	width: 100%;
	height: 0;
	line-height: 1
}





@media (max-width:720px) {
.safety-star .article-badge .badge {
	box-sizing: border-box;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 16.11111111111111vw
}
.safety-star .article-badge .badge li {
	width: 50%;
	margin-top: 6.666666666666667vw;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}
.safety-star .article-badge .badge li:not(:last-of-type) {
	padding-right: 0;
	margin-right: 0;
	border-right: none
}
.safety-star .article-badge .badge .badge-text p:first-of-type {
	font-size: 14px;
	line-height: 18px
}
}
.slider {
	position: relative;
	width: 100%;
	height: 6.5rem
}
.slider.dragging {
	cursor: pointer
}
.slider.dragging .slider-btn {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}


@media (max-height:700px) {
.slider {
	height: 40vw
}
}
@media (max-width:640px) {
.slider {
	height: 70.56135vw
}
}
.slider-item1, .slider-item2 {
	position: absolute;
	top: 0;
	background-position: 0;
	background-size: cover;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slider-btn {
	position: relative;
	height: 100%;
	width: 30px;
	left: 100%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer
}
.slider-btn:hover .slider-btn-line {
	opacity: .5
}
.slider-btn-line {
	position: absolute;
	background-color: #fff;
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -1px
}
.slider-btn-line:hover {
	opacity: .5
}
.slider-btn-arrow {
	position: absolute;
	background-color: #fff;
	width: 15px;
	height: 30px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.slider-btn-arrow i.iconfont {
	display: inline-block;
	font-size: 7px;
	line-height: 30px;
	color: #01204b
}
.slider-btn-arrow.active i.iconfont {
	color: #97999b
}
.slider-btn-arrow.left {
	left: 0;
	text-align: right;
	border-radius: 15px 0 0 15px
}
.slider-btn-arrow.right {
	right: 0;
	border-radius: 0 15px 15px 0;
	text-align: left
}
.slider-item1 {
	width: 100%;
	background-image: url(../images/after.jpg)
}
.slider-item2 {
	width: 100%;
	background-image: url(../images/before.jpg)
}


