html {
	background-color: #F9F9F9;
}

body {
	font-size: 9pt;
	color: #333;
	padding-bottom: 50px;
	width: 480px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

#info,
#lights {
	overflow: hidden;
	zoom: 1;
}


header {
 text-align: center;
 font-size: 12pt;
 font-weight: bold;
 color: #333;
 position: fixed;
 height: 49px;
 left: 50%;
 top: 0;
 width: 480px;
 margin-left: -240px;
 border-bottom: solid 1px #EEE;
 background-color: #FFF;
 z-index: 21;
 line-height: 49px;
}
header .back {
	z-index: 2;
	position: absolute;
	width: 50px;
	padding-top: 50px;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	font-size: 24pt;
	background-image: url(../image/back.black.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

.back-white {
	z-index: 2;
	position: absolute !important;
	width: 50px !important;
	padding-top: 50px !important;
	overflow: hidden !important;
	height: 0 !important;
	left: 0 !important;
	top: 0 !important;
	right: auto !important;
	bottom: auto !important;
	font-size: 24pt;
	background-image: url(../image/back.white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}


header + * {
	margin-top: 50px;
}

header h1 {}

.footer {
	position: fixed;
    z-index: 23;
	left: 50%;
	right: 0;
	bottom: 0;
	height: calc(50px+constant(safe-area-inset-bottom));
	border-top: solid 1px #EEE;
	background-color: #FFF;
	width: 480px;
	margin-left: -240px;
	padding-bottom:constant(safe-area-inset-bottom);
	padding-bottom:env(safe-area-inset-bottom);
}

.footer:before{
	calc(50px)+constant(safe-area-inset-bottom);
}

.footer li {
	height: 50px;
	width: 25%;
	float: left;
	text-align: center;
	color: #999;
}

.footer li.active {
	color: #000;
}

.footer a {
	font-size: 9pt;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-top: 30px;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-size: auto 26px
}

.footer a.menu-home { background-image: url(../image/menu/menu-home.png); }
.footer li.active a.menu-home { background-image: url(../image/menu/menu-home-active.png); }

.footer a.menu-car { background-image: url(../image/menu/menu-car.png); }
.footer li.active a.menu-car { background-image: url(../image/menu/menu-grm-active.png); }

.footer a.menu-mainterance { background-image: url(../image/menu/menu-mainterance.png); }
.footer li.active a.menu-mainterance { background-image: url(../image/menu/menu-mainterance-active.png); }



.banners-fixed {
	position: fixed;
	z-index: 2;
	width: 480px;
	margin-left: -240px;
	left: 50%;
	top: 0;
}

.banners-fixed + *:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 46.6666%;
	padding-bottom: 36px;
	margin-bottom: 10px;
}

.banners-space .bs {
	margin-left: 10px;
	margin-right: 10px;
}

.banners a {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.banners-group {
	position: relative;
	height: 0;
	padding-top: 50%;
	width: 100%;
	margin-bottom: 5px;
}

.banners-group .swiper-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.banners .swiper-pagination-bullet {
	background-color: #FFF;
	opacity: 1;
}

.banners .swiper-pagination-bullet-active {
	background-color: #FC0;
}

.banners img {
	display: block;
	width: 100%;
	height: auto;
}

.bs {
	height: 0;
	overflow: hidden;
	padding-top: 46.6666%;
	position: relative;
}

.bw {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.bw img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banners h2 {
	font-size: 11pt;
	font-weight: bold;
	padding: 10px;
}

.banners h3 {
	font-size: 12pt;
	position: absolute;
	left: 10px;
	top: 20px;
	color: #FFF;
	z-index: 2;
}

.banners .tip {
	display: block;
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 10px;
	color: #FFF;
	font-size: 10.5pt;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

.banners p {
	display: block;
	position: absolute;
	z-index: 2;
	left: 20px;
	right: 20px;
	top: 50%;
	font-size: 11.5pt;
	padding-left: 70px;
	line-height: 20px;
	text-align: justify;
	transform: translateY(-50%);
	font-weight: bold;
        word-break: break-all;
}

.banners p:before {
	content: '';
	display: block;
	width: 60px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	background-size: contain;
}

.banners p.i1:before {
	background-image: url(../image/mainterance/i1.png);
}

.banners p.i2:before {
	background-image: url(../image/mainterance/i2.png);
}

.banners p.i3:before {
	background-image: url(../image/mainterance/i3.png);
}

.banners p.i4:before {
	background-image: url(../image/mainterance/i4.png);
}

.hots {
	position: relative;
	height: 0;
	padding-top: 72%;
	width: 100%;
	margin-bottom: 5px;
}

.hots .swiper-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}



.hots .swiper-pagination-bullet {
	background-color: #FFF;
	margin: 0 5px !important;
	border-radius: 100%;
	width: 10px;
	height: 10px;
}

.hots .swiper-pagination-bullet-active {
	background-color: #FFF;
}

.hots img {
	display: block;
	width: 100%;
	height: 100%;
}

.hots .dot {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background-color: rgba(255, 255, 0, .25);
	border-radius: 100%;
}

.hots .dot:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border-style: solid;
	border-color: #FFF transparent #FFF transparent;
	border-width: 4px;
	
	transform: rotate(90deg);
}

.hots .dot:after {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	border-radius: 100%;
	content: '';
	left: 8px;
	top: 8px;
}

.hots .dot.active:before { border-color: rgba(255, 255, 0, .75) transparent rgba(255, 255, 0, .75) transparent; }
.hots .dot.active:after { background-color: rgba(255, 255, 0, .75); }

.menu {
	margin: 20px 10px;
	font-size: 12pt;
}

.menu h2 {
	line-height: 30px;
	padding: 30px 0;
	font-size: 13.5pt;
	font-weight: bold;
	border-bottom: solid 1px #DDD;
}

.menu ul {
	line-height: 40px;
}

.menu ul a,
.menu ul span {
	border-bottom: solid 1px #DDD;
	display: block;
	position: relative;
	padding-left: 30px;
}

.menu ul a:before,
.menu ul span:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px;
	border-color: transparent transparent transparent #647D96;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}

.menu ul span.active:before {
	transform: rotate(90deg);
	margin-top: 0px;
	left: 5px;
}

.menu ul ul {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	line-height: 30px;
	font-size: 10.5pt;
}

.menu ul ul a:before,
.menu ul ul span:before {
	border-width: 2px;
	border-color: #253E59;
	border-radius: 100%;
	margin-top: -2px;
}

.menu ul ul a,
.menu ul ul span {
	padding-left: 25px;
	border-bottom: none;
}

.tab {
	padding: 10px 10px 0;
	height: 50px;
	font-size: 12pt;
	color: #666;
	/*
	background-color: #F9F9F9;
	border-bottom: solid 1px #EEE;
	margin-bottom: 1px;
	*/	
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
	background-color: #FFF;
	width: 480px;
	margin-left: -240px;
	box-sizing: border-box;
}

.tab + * {
	margin-top: 50px;
}

.tab li {
	float: left;
	line-height: 30px;
	margin-right: 30px;
	padding: 0 5px;
}

.tab li span,
.tab li a {
	display: block;
	position: relative;
}

.tab li span {
	color: #000;
	font-weight: bold;
	background-image: url(../image/tab-line.png);
	background-repeat: repeat-x;
	background-position: left 20px;
	background-size: 100% 5px;
}

.tab li a {
	font-size: 10.5pt;
	color: #333;
}

.subt {
	display: block;
	font-size: 12pt;
    color: #002060;
	line-height: 40px;
	display: block;
	position: relative;
	padding-left: 30px;
	background-color: #F0F0F0;
	margin: 10px;
}

.subt:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent #002060 transparent transparent;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}

h1.subject {
	background-color: #647D96;
	font-size: 12pt;
	color: #FFF;
	padding: 10px 25px;
	position: relative;
	top: -10px;
	font-weight: bold;
}


.article {
	margin: 0 20px;
}

.article h1.title {
	font-size: 12pt;
    color: #353535;
	line-height: 40px;
	display: block;
	position: relative;
	padding-left: 10px;
}
/*
.article h1.title:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #002060;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}*/

.article .content {
	display: block;
	padding: 0 10px;
	font-size: 10.5pt;
	line-height: 18px;
}

.article h4 {
	color: #002060;
	margin: 10px 0;
	font-size: 12pt;
	position: relative;
	padding-left: 10px;
}

.article h4:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid 2px #002060;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}


.article .more {
	display: block;
	float: right;
	font-size: 9pt;
	color: #253E59;
}

.article .more:after {
	content: '\00BB';
	color: #647D96;
	font-size: 16pt;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 4px;
}

.article .content {
	overflow: hidden;
	zoom: 1;
}

.article .content p {
	margin-bottom: 20px;
	line-height: 1.75em;
	letter-spacing: 1px;
	font-size: 16px;
}

.article .content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.article .content video {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.article .content-liquid p {
	margin-bottom: 10px;
	font-size: 14px;
}

.article .content-liquid {
	padding-top: 10px;
}


.article .content-liquid h4 {
	color: #333;
	padding-left: 25px;
	background-image: url(../image/check.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px;
}


.article .content-liquid h4:before {
	display: none;
}


.net-code {
	display: block;
	width: 90px;
	height: 90px;
	padding: 5px;
	border: solid 1px #EEE;
	float: left;
	margin: 0 20px 0 0 !important;
}

.net-content {
}

.mask-detail {
	position: fixed;
	z-index: 22;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
}

.mask-container {
	width: 310px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 12px;
}

.mask-header {
	padding: 20px 20px 10px;
	border-bottom: solid 1px #FFF;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.mask-header h2 {
	padding-top: 5px;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.mask-header img {
	display: block;
	width: 100px;
	margin: 0 auto 20px;
}

.mask-content {
	padding: 10px 40px;
	font-size: 11pt;
	line-height: 20px;
	border-bottom: solid 1px #DDD;
}

.mask-close {
	display: block;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	text-align: center;
	color: #1858ff;
	font-size: 12pt;
}


.lights {
	padding: 5px;
}

.lights li {
	float: left;
	width: 20%;
	position:relative;
}

.lights li:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 68%;
	height: 0;
}

.lights li span {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}

.lights img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}


.info {
	padding: 5px;
}

.info li {
	float: left;
	width: 33.3333%;
}

.info img {
	width: 95%;
	margin: 5px 0;
	display: block;
	border-radius: 5px;
}

.plans {
	padding: 5px;
}

.plans li {
	width: 50%;
	float: left;
	color: rgba(0,0,0,0);
	text-align: center;
	font-size: 13.5pt;
}

.plans a {
	display: block;
	margin: 5px;
}

.plans img {
	display: block;
	width: 100%;
	height: auto;
}

table.imgagetable {
	color: #333333;
	text-align: center;
        vertical-align: middle;
	border-width: 1px;
	width: 100%;
	border-color: #999999;
	border-collapse: collapse;
}

table.imgagetable th{
	background: rgba(100,125,150,0.2);
	text-align: center;
        vertical-align: middle;
	border-width: 1px;
        padding:8px;
	border-style: solid;
	border-color: #999999;
}

table.imgagetable td{
	background: rgba(100,125,150,0.05);
	text-align: center;
        vertical-align: middle;
	border-width: 1px;
        padding:8px;
	border-style: solid;
	border-color: #999999;
}

@media screen and (max-width:480px) {
	body {
		width: auto;
	}
	

	header,
	.tab,
	.footer,
	.banners-fixed {
		width: auto;
		margin-left: 0;
		left: 0;
		right: 0;
	}
}

