@charset "utf-8";

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p {
	margin: 0px;
	padding: 0px;
	font-family: KanitLight;
	color: #000;
}

body {
	background: #ffffff;
}

ul {
	list-style: none;
}

img,
a img {
	border: 0px;
	border: none;
}

a {
	text-decoration: none;
}

a.hidefocus {
	outline: none
}

input,
textarea {
	border: 0;
	outline: none;
	/*去除蓝色边框*/
}

a:hover,
a:focus {
	text-decoration: underline;
	text-decoration: none;
}

/**外部字体**/
@font-face {
	font-family: "KanitBold";
	src: url("../fonts/Kanit-Font/Kanit-Bold.ttf");
}

@font-face {
	font-family: "KanitBlack";
	src: url("../fonts/Kanit-Font/Kanit-Black.ttf");
}

@font-face {
	font-family: "KanitLight";
	src: url("../fonts/Kanit-Font/Kanit-Light.ttf");
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.ttf");
}

/**外部字体end**/
.video_pc {
	width: 100%;
	height: 100vh;
	background: #000;
}

.app_price {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999999;
	background: linear-gradient(0deg, #FFFFFF 15.54%, rgba(255, 255, 255, 0.87) 106.01%);
}

/*.header.on{box-shadow:0 3px 7px 0 rgb(0 0 0 / 60%); background:rgb(255 255 255 / 98%);}*/
/* .header.on{background:rgb(255 255 255 / 98%);} */
.header .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-nav>li:hover .dropdown-menu {
	display: block;
}

.navbar-nav>li .dropdown-menu-ul {
	display: flex;
	align-items: center;
	padding: 30px;
	padding-left: 14%;
}

.navbar-nav>li .dropdown-menu-ul li {
	margin: 0px 60px;
}

.navbar-nav>li .dropdown-menu-ul li a {
	display: block;
}

.navbar-nav>li .dropdown-menu-ul li a span {
	width: 160px;
	height: 92px;
	background-size: 160px 92px;
	margin: 0 auto;
	background-position: center;
	display: block;
}

.navbar-nav>li .dropdown-menu-ul li a i {
	font-size: 24px;
	color: #000000;
	line-height: 40px;
	font-style: normal;
	text-align: center;
	display: block;
}

.navbar-nav>li:nth-child(2) .dropdown-menu-ul {
	padding-left: 27%;
}

.navbar-right {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
}

.navbar-right .search,
.navbar-right .denglu,
.navbar-right .menu {
	cursor: pointer;
	width: 24px;
	display: block;
	height: 24px;
	position: relative;
	z-index: 8898;
}

.navbar-right .search img,
.navbar-right .denglu img,
.navbar-right .menu img {
	width: 100%;
}

.navbar-right .menuBox {
	margin-left: 28px;
	position: relative;
	display: none;
}

.navbar-right .Test {
	width: 181px;
	height: 44px;
	border: 1px solid #000;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 0px 25px;
}

.header.on .navbar-right .Test:hover,
.header.show .navbar-right .Test:hover,
.navbar-right .Test:hover {
	background: #E71F19;
	color: #FFFFFF;
	border: 1px solid #E71F19;
}

/* .wrong{width:200px;height:20px;line-height:20px;padding-left:30px;background:url(images/error_20100904.gif) no-repeat;position:absolute;font-size:12px;}
.right{width:100px;height:20px;position:absolute;background:url(images/ok_20100904.gif) no-repeat;} */
.language {
	font-size: 20px;
	font-family: Roboto-Bold, Roboto;
	color: #000;
	line-height: 44px;
	display: block;
	position: relative;
	z-index: 9;
	margin-left: 20px;
	font-weight: 300;
}

.language a {
	color: #000;
}

.language a.active,
.language a:hover {
	font-weight: bold;
}

.nav>li {
	position: relative;
}

.nav>li .gwm_show {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 177px;
	background: linear-gradient(0deg, #FFFFFF 15.54%, rgba(255, 255, 255, 0.87) 106.01%);
	display: none;
}

.nav>li .gwm_show a {
	font-size: 24px;
	line-height: 36px;
	display: block;
	padding: 19px 0px;
	text-align: center;
	color: #000000;
}

.nav>li .gwm_show em {
	width: 121px;
	height: 1px;
	border: 1px solid #EEEEEE;
	display: block;
	margin: 0 auto;
}

.nav>li .gwm_show a:hover {
	color: #E71F19;
}

.nav>li:hover .gwm_show {
	display: block;
}

a.language:hover,
a.language:focus {
	color: #333;
}

.language dt {
	width: 44px;
	text-align: center;
	font-size: 18px;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #000;
	line-height: 44px;
	display: block;
	cursor: pointer;
	padding-right: 15px;
}

.language dt::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/Polygon14.svg) no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 12px;
	height: 12px;
}

.language dd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
}

.language dd::before {
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(175, 175, 175, 1) 36%);
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.language dd::after {
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(175, 175, 175, 1) 36%);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.language dd ul li {
	padding: 5px 0px;
}

.language dd ul li a {
	width: 44px;
	height: 20px;
	font-size: 14px;
	font-weight: Light;
	font-family: "Roboto";
	color: rgba(44, 44, 44, 1);
	text-align: center;
	display: block;
	position: relative;
}

.language dd ul li:hover a {
	font-weight: Bold;
}

.language dd ul li:hover a::before {
	width: 18px;
	height: 4px;
	background: rgba(231, 31, 25, 1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.TH_img,
.EN_img {
	width: 100%;
}

.EN_img {
	display: none;
}

.TH_img {
	display: block;
}

.kv {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.navbar-nav>li .dropdown-menu-ul li a .haval-h6 {
	background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_51.png");
	background-size: 100% 100%;
}

.navbar-nav>li .dropdown-menu-ul li a .haval-jolion {
	background: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_5.png");
	background-size: 100% 100%;
}

.navbar-nav>li .dropdown-menu-ul li a .ora {
	background: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_5.png");
	background-size: 100% 100%;
}

.navbar-nav>li .dropdown-menu-ul li:hover a .haval-h6 {
	-webkit-animation: 0.1s haval-h6;
	animation: 0.1s haval-h6;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.header.on .dropdown-menu {
	background: rgb(255 255 255 / 98%);
}

#myaudio {
	width: 100%;
	height: 100%;
	background: #000;
}

@-webkit-keyframes haval-h6 {
	0% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_51.png");
	}

	25% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_41.png");
	}

	50% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_31.png");
	}

	75% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_21.png");
	}

	100% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_11.png");
	}
}

@keyframes haval-h6 {
	0% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_51.png");
	}

	25% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_41.png");
	}

	50% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_31.png");
	}

	75% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_21.png");
	}

	100% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_11.png");
	}
}

.navbar-nav>li .dropdown-menu-ul li:hover a .haval-jolion {
	-webkit-animation: 0.1s haval-jolion;
	animation: 0.1s haval-jolion;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes haval-jolion {
	0% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_5.png");
	}

	25% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_4.png");
	}

	50% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_3.png");
	}

	75% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_2.png");
	}

	100% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_1.png");
	}
}

@keyframes haval-jolion {
	0% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_5.png");
	}

	25% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_4.png");
	}

	50% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_3.png");
	}

	75% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_2.png");
	}

	100% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_1.png");
	}
}


.navbar-nav>li .dropdown-menu-ul li:hover a .ora {
	-webkit-animation: 0.1s ora;
	animation: 0.1s ora;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes ora {
	0% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_5.png");
	}

	25% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_4.png");
	}

	50% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_3.png");
	}

	75% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_2.png");
	}

	100% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_1.png");
	}
}

@keyframes ora {
	0% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_5.png");
	}

	25% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_4.png");
	}

	50% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_3.png");
	}

	75% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_2.png");
	}

	100% {
		background-image: url("https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_1.png");
	}
}

.header.on .navbar-nav>li>a,
.header.on .navbar-nav>li>a {
	color: #333;
}

.header.on .navbar-nav>li:hover>a,
.header.on .navbar-nav>li:hover>a {
	color: #E71F19;
}

.header .navbar-nav>li.active>a.t1,
.header .navbar-nav>li.active>a.t1 {
	color: #E71F19;
}

.header.on .navbar-right .search,
.header.show .navbar-right .search {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/icon_01.png) no-repeat center center;
}

.header.on .navbar-right .denglu,
.header.show .navbar-right .denglu {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/icon_02.png) no-repeat center center;
}

.header.on .navbar-right .menu,
.header.show .navbar-right .menu {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/Union.png) no-repeat center center;
}

.header.on .navbar-right .Test,
.header.show .navbar-right .Test {
	border: 1px solid #333;
	color: #333;
}

.header.on .language,
.header.show .language {
	color: #333;
}


.btnSearch {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.27) 100%);
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 150px;
	padding-bottom: 25px;
	z-index: 9;
	width: 100%;
	display: none;
}

.btnSearch.show {
	display: block;
}

.btnSearch .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnSearch .item form {
	position: relative;
	max-width: 880px;
	width: 100%;
}

.btnSearch .item .text {
	position: relative;
	height: 50px;
	line-height: 50px;
	color: #000000;
	width: 100%;
	border: none;
	border-bottom: 2px solid #000;
	background: transparent;
	padding-left: 45px;
	padding-right: 120px;
	font-size: 24px;
}

.btnSearch .item .icon {
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	transform: translateY(-50%);
}

.btnSearch .item button {
	position: absolute;
	right: 0;
	top: 50%;
	width: 100px;
	transform: translateY(-50%);
	height: 32px;
	background: #FF233C;
	color: #fff;
	font-size: 16px;
	border: none;
}

.btnSearch .item button img {
	width: 11px;
	margin-right: 4px;
}

.meun_select {
	position: absolute;
	display: none;
	padding-top: 24px;
}

.meun_select.active {
	display: block;
}

.meun_select em {
	display: block;
	position: absolute;
	top: 0;
	border: 12px dashed transparent;
	border-bottom-color: transparent;
	border-bottom-style: dashed;
	border-bottom-width: 12px;
	border-bottom: 12px solid #fff;
	font-size: 0;
	line-height: 0;
}

.meun_select ul {
	border-radius: 12px;
	width: 200px;
	overflow: hidden;
	margin-left: -160px;
	padding: 7px 0;
	background-color: #fff;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.meun_select ul li {
	background-color: #fff;
	width: 100%;
	height: 52px;
	padding: 0 22px;
	line-height: 52px;
	text-align: center;
}

.meun_select ul li a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #dfdfdf;
}

.meun_select ul li:last-child a {
	border: none;
}

.section-banner {
	position: relative;
}

/* video::-webkit-media-controls {
    display:none !important;
}
 */
.section-banner h2 {
	font-size: 11vh;
	font-family: 微软雅黑;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6;
	-webkit-background-clip: text;
	text-align: center;
}

.section-banner .text {
	position: absolute;
	right: 25vh;
	top: 25vh;
}

.section-banner .text p {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.47) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.section-banner .text a.open {
	width: 216px;
	height: 48px;
	border: 1px solid #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	display: block;
	line-height: 46px;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.section-banner .text a.open:hover {
	background: #fff;
	color: #000;
}

.fixed-btnbox {
	width: 143px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.43) 100%);
	border-radius: 12px;
	position: fixed;
	right: 80px;
	bottom: 120px;
	padding: 2px 12px;
	z-index: 999;
}

.fixed-btnbox .item {
	padding: 15px 0px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.fixed-btnbox .item img {
	width: 45px;
	display: block;
	margin: 0 auto;
}

.fixed-btnbox .item h6 {
	font-size: 14px;
	color: #101113;
	line-height: 16px;
	margin-top: 10px;
}

.fixed-btnbox .item:last-child {
	border: none;
}

.navbar-right .search {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/icon_01.png) no-repeat center center;
}

.navbar-right .denglu {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/icon_02.png) no-repeat center center;
	background-size: 100% 100% !important;
}

.navbar-right .menu {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/Union.png) no-repeat center center;
}

.section-swiper {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/body.jpg) no-repeat;
	background-size: 100% 100%;
}

.section-btn {
	position: absolute;
	top: 55vh !important;
	left: 10vh !important;
	width: 280px !important;
	z-index: 999;
}

.section-btn a {
	width: 216px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	font-size: 24px;
	font-family: KanitBold;
}

.section-btn a:nth-child(1) {
	background: #E71F19;
	color: #fff;
}

.section-btn a:nth-child(1):hover {
	border: 1px solid #E71F19;
	background: transparent;
	color: #E71F19;
}

.section-btn a:nth-child(2) {
	border: 1px solid #000000;
	color: #000000;
}

.section-btn a:nth-child(2):hover {
	background: #E71F19;
	color: #fff;
	border: 1px solid #E71F19;
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 48px;
	color: #000000;
	line-height: 40px;
	font-family: KanitBold;
}

.title span {
	font-size: 28px;
	color: #000000;
	line-height: 30px;
	margin-top: 10px;
	display: block;
}

.section-services ul {
	margin-top: 6vh;
}

.section-services ul li .item {
	display: block;
	position: relative;
	transform: translateY(0px);
	transition: 0.4s;
}

.section-services ul li:hover .item {
	transform: translateY(-25px);
}

.section-services ul li .item img {
	width: 100%;
}

.section-services ul li .item .text {
	position: absolute;
	padding: 50px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-services ul li .item .text h3 {
	font-size: 48px;
	font-family: KanitBold;
	color: #FFFFFF;
	line-height: 1.1;
}

.section-services ul li .item .text span {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.5;
	display: block;
	margin-top: 20px;
}

.section-services ul li .item .text .open {
	position: absolute;
	left: 50px;
	bottom: 80px;
	font-size: 24px;
	line-height: 1.6;
	font-family: KanitBold;
	color: #fff;
	display: flex;
	align-items: center;
}

.section-services ul li .item .text .open i,
.Services_fuwu_list li .item .text .open i {
	display: block;
	border: 8px dashed transparent;
	border-bottom-color: transparent;
	border-bottom-style: dashed;
	border-left-width: 8px;
	border-left: 8px solid #fff;
	font-size: 0;
	line-height: 0;
	margin-left: 10px;
}

.section-rotating {
	padding: 0px 150px;
}

#persons {
	position: relative;
}

#persons .swiper-container {
	padding: 20px 0px;
}

#persons .swiper-slide {
	width: 120vh;
}

#persons .swiper-slide img {
	width: 100%;
	-moz-box-shadow: 0px 3px 18px #333333;
	-webkit-box-shadow: 0px 3px 18px #333333;
	box-shadow: 0px 3px 18px #333333;
	height: 70vh;
}

#persons .swiper-slide .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px 50px;
}

#persons .swiper-slide .text h3 {
	font-size: 36px;
	font-family: KanitBold;
	color: #FFFFFF;
	line-height: 61px;
}

#persons .swiper-slide .text p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

#persons .swiper-slide .text p img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	box-shadow: none
}

#persons .swiper-slide .text .open {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 24px;
	font-family: KanitBold;
	color: #FFFFFF;
	line-height: 30px;
}

#persons .swiper-slide .text .open img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

#persons .swiper-button-prev {
	left: 0;
	top: 0;
	height: 100%;
	width: 26vh;
	position: absolute;
	background: none;
}

#persons .swiper-button-next {
	right: 0;
	top: 0;
	height: 100%;
	width: 26vh;
	position: absolute;
	background: none;
}

.ml-video {
	width: 100%;
	height: 100vh;
	background: #000;
}

.section-video {
	position: relative;
}

.section-video-bg {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/video-bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.6s;
}

/* .section-video:hover .section-video-bg{ opacity:0;} */
.section-video-txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 1;
}

.section-video-txt .yng .wap {
	display: none;
}

.section-video-txt p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 61px;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

.section-video-txt img {
	width: 70vh;
	display: block;
	margin: 0 auto;
}

.section-video video {
	width: 100%;
	height: 100%;
	background: #000;
}

#play-btn,
#stop-btn {
	display: none;
}




.music-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.music-trigger.stop {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/stop.png) no-repeat;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
}

.music-trigger.play {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/play.png) no-repeat;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
}

.section-form .formBox {
	display: flex;
	align-items: center;
}

.section-form .formBox .imgBox {
	width: 55%;
}

.section-form .formBox .imgBox img {
	width: 100%;
}

.section-form .formBox .txtBox {
	width: 50%;
	padding-left: 32px;
	padding-right: 263px;
}

.section-form .formBox .txtBox h3 {
	font-size: 48px;
	font-family: KanitBold;
	color: #000000;
	line-height: 61px;
	text-align: center;
}

.section-form .formBox .txtBox .text,
.section-form .formBox .txtBox .select {
	border: none;
	width: 100%;
	border-bottom: 1px solid #DADADA;
	font-size: 24px;
	color: #333;
	line-height: 91px;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	height: 90px;
	background: transparent;
}

.section-form .formBox .txtBox .text:focus,
.section-form .formBox .txtBox .select:focus {
	border-bottom: 1px solid #E71F19;
}

.section-form .formBox .txtBox .select {
	font-family: KanitBold;
	position: relative;
}

.section-form .formBox .txtBox .select dt {
	font-family: KanitBold;
	cursor: pointer;
	position: relative;
	line-height: 90px;
}

.section-form .formBox .txtBox .select dt::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/san.png) no-repeat;
	width: 21px;
	height: 18px;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	right: 25%;
	bottom: 35px;
}

.section-form .formBox .txtBox .select dt i {
	display: none;
	width: 200px;
	height: 120px;
	margin: 0 auto;
}

.section-form .formBox .txtBox .select dd {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px;
	background: #fff;
	top: 90px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 60%);
	z-index: 99;
	display: none;
	max-height: 230px;
	overflow: auto;
}

.section-form .formBox .txtBox .select dd li a {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 61px;
	font-family: KanitBold;
}

.section-form .formBox .txtBox .select dt i.h6 {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/h6_51.png) no-repeat;
	background-size: 100% 100%;
}

.section-form .formBox .txtBox .select dt i.jolion {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/jolion_5.png) no-repeat;
	background-size: 100% 100%;
}

.section-form .formBox .txtBox .select dt i.ora {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_5.png) no-repeat;
	background-size: 100% 100%;
}


.section-form .formBox .txtBox label {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #939292;
	color: #939292;
	line-height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-form .formBox .txtBox label a {
	color: #939292;
	text-decoration: underline;
}

.section-form .formBox .txtBox label i {
	margin-right: 20px;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	border: 1px solid #FF233C;
	position: relative;
}

.section-form .formBox .txtBox label i.active {
	background: #FF233C;
}

.section-form .formBox .txtBox label i.active::before {
	content: "✓";
	position: absolute;
	left: 5px;
	top: 0;
	color: #fff;
	font-size: 15px;
	z-index: 9;
	text-align: center;
	line-height: 24px;
}

.section-form .formBox .txtBox button {
	width: 100%;
	height: 79px;
	background: #E71F19;
	border: none;
	font-size: 32px;
	color: #fff;
	font-family: KanitBold;
	margin-top: 45px;
	display: block;
}

.section-community {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/app-bg.png) no-repeat;
	background-size: cover;
}

.app-layout-iphone {
	float: right;
	position: relative;
}

.app-iphone {
	width: 70vh;
}

.section-community .text img {
	height: 52px;
}

.section-community .text p {
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	margin-top: 15px;
}

.section-community .txtBox {
	float: left;
}

.section-community .itembox {
	margin-top: 75px;
	display: flex;
}

.section-community .itembox .ma {
	width: 200px;
	margin-right: 40px;
}

.section-community .itembox .ma img {
	width: 100%;
}

.section-community .itembox .t1 {
	width: 146px;
	border-radius: 47px;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	padding: 5px 0px;
}

.section-community .itembox .t1 h6 {
	color: #1E1E1E;
	font-size: 12px;
	line-height: 1.2;
}

.section-community .itembox .t1 span {
	color: #1E1E1E;
	font-size: 20px;
	font-family: KanitBold;
	line-height: 1.2;
}

#section-footer {
	background: #fff;
	padding: 40px 0px;
}

.section-community .itembox .t1:hover,
.new_functions .item .ma .matxt:hover,
.app_banner .text .textbox .ma .matxt:hover {
	border: 1px solid #E71F19;
	background: #E71F19;
}

.section-community .itembox .t1:hover h6,
.section-community .itembox .t1:hover span,
.new_functions .item .ma .matxt:hover p,
.new_functions .item .ma .matxt:hover h5,
.app_banner .text .textbox .ma .matxt:hover p,
.app_banner .text .textbox .ma .matxt:hover h5 {
	color: #fff;
}

.footertext {
	padding: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footertext .btn-link,
.footertext .link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 180px;
}

.footertext .btn-link a {
	color: #1f1f1f;
	font-size: 14px;
	line-height: 1.5;
}

.footertext .btn-link em {
	width: 2px;
	height: 12px;
	margin: 0px 15px;
	background: #e6e7e9;
}

.footertext .btn-link a:hover {
	color: #E71F19;
	text-decoration: underline;
	text-decoration: none;
}

.footertext .copyright {
	color: #1f1f1f;
	font-size: 14px;
	line-height: 1.5;
}

.footertext .link a {
	display: block;
	margin-left: 30px;
}

.footertext .link a img {
	height: 30px;
}

.app_banner {
	position: relative;
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/app_banner.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
}

.app_banner .text {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 5%;
	padding-left: 80px;
	padding-right: 80px;
	justify-content: space-evenly;
}

.app_banner .text img {
	max-width: 700px;
	margin-right: 80px;
}

.app_banner .text .textbox h3 {
	color: rgba(231, 31, 25, 1);
	font-size: 48px;
	line-height: 1.5;
	font-family: KanitBold;
	margin-bottom: 15px;
}

.app_banner .text .textbox p {
	color: rgba(1, 1, 1, 1);
	font-size: 28px;
	font-family: "KanitBold";
	text-align: left;
	line-height: 50px;
}

.app_banner .text .textbox .item {
	display: flex;
	margin-top: 40px;
}

.app_banner .text .textbox .ma {
	width: 200px;
	margin-right: 40px;
}

.app_banner .text .textbox .ma .matxt {
	width: 146px;
	border-radius: 47px;
	border: 1px solid rgba(0, 0, 0, 1);
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	padding: 5px 0px;
	display: block;
}

.app_banner .text .textbox .ma .matxt p {
	font-size: 12px;
	line-height: 15px;
	font-family: KanitLight;
	text-align: center;
}

.app_banner .text .textbox .ma .matxt h5 {
	font-size: 20px;
	font-family: KanitBold;
	line-height: 20px;
}

.app_item {
	padding: 150px 100px;
}

.app_item_flex {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.app_item_flex .txt-box {
	flex: 1;
	width: 100%;
}

.app_item_flex .txt-box h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: KanitBold;
	line-height: 50px;
}

.app_item_flex .txt-box h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	line-height: 50px;
}

.app_item_flex .txt-box p {
	margin-top: 25px;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	line-height: 32px;
	position: relative;
	padding-left: 25px;
	width: 90vh;
}

.app_item_flex .txt-box p::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 5px;
	top: 13px;
	background: #000;
}

.app_item_flex .img-box {
	max-width: 400px;
	margin-left: 165px;
}

.app_item_flex .img-box img {
	width: 100%;
}

.app_list .app_item:nth-of-type(even) {
	background: rgba(242, 242, 242, 1);
}

.app_list .app_item:nth-of-type(even) .app_item_flex .img-box {
	margin-left: 0px;
	margin-right: 85px;
}

.new_functions {
	padding: 200px 20px;
	text-align: center;
}

.new_functions h3 {
	color: #010101;
	font-size: 48px;
	font-weight: Light;
	line-height: 50px;
	font-family: KanitBold;
}

.new_functions h3 span {
	font-family: KanitLight;
	color: #E71F19;
}

.new_functions p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: center;
	line-height: 34px;
	margin-top: 25px;
}

.new_functions .item {
	display: flex;
	margin-top: 100px;
	align-items: center;
	justify-content: center;
}

.new_functions .item .ma {
	width: 200px;
	margin-right: 40px;
}

.new_functions .item .ma img {
	width: 100%;
}

.new_functions .item .ma .matxt {
	width: 146px;
	border-radius: 47px;
	border: 1px solid rgba(0, 0, 0, 1);
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	padding: 5px 0px;
	display: block;
}

.new_functions .item .ma .matxt p {
	font-size: 12px;
	line-height: 15px;
	font-family: KanitLight;
	text-align: center;
	margin: 0px;
}

.new_functions .item .ma .matxt h5 {
	font-size: 20px;
	font-family: KanitBold;
	line-height: 20px;
}

.footer-text {
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
	z-index: 99;
	background: #fff;
}

.hs_biaoge {
	padding-bottom: 100px !important;
}

.Services_banner {
	position: relative;
}

.Services_banner img {
	width: 100%;
}

.Services_banner .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 80px;
	display: flex;
	align-items: center;
}

.Services_banner .HS_scdw {
	position: absolute;
	bottom: 80px;
	right: 0px;
	width: 85%;
}

.Services_banner .hs_sj {
	display: none;
}

.Services_banner .text div {
	max-width: 818px;
	width: 100%;
}

.Services_banner .text h2 {
	color: rgba(255, 255, 255, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: left;
	line-height: 50px;
}

.Services_banner .text p {
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0px;
}

.Services_banner .text a {
	width: 314px;
	height: 48px;
	background: rgba(231, 31, 25, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 48px;
	display: block;
	margin-bottom: 60px;
}

.Services_banner .text dl {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.Services_banner .text dl dt {
	width: 50px;
	margin-right: 12px;
}

.Services_banner .text dl dt img {
	width: 100%;
}

.Services_banner .text dl dd {
	flex: 1;
	width: 100%;
}

.Services_banner .text dl dd h4 {
	color: rgba(255, 255, 255, 1);
	font-size: 28px;
	font-family: "KanitBold";
	line-height: 30px;
}

.Services_banner .text dl dd span {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

.banner img {
	width: 100%;
	display: block;
}

.Services_Box_flex {
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0px;
}

.Services_Box_flex .item {
	flex: 1;
	width: 100%;
	text-align: center;
}

.Services_Box_flex .item img {
	width: 88px;
	margin: 0 auto;
}

.Services_Box_flex .item h4 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 50px;
	display: block;
}

.Services_Box_flex .item p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	margin-top: 15px;
}

.Services_Click {
	position: relative;
}

.Services_Click img {
	width: 100%;
}

.Services_Click .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 15%;
	padding-left: 80px;
}

.Services_Click .text h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: left;
	line-height: 50px;
	margin-top: 20px;
}

.Services_Click p {
	position: absolute;
	left: 80px;
	bottom: 5%;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.Services_item {
	padding: 40px 215px;
	display: flex;
	flex-wrap: wrap;
}

.Services_item li {
	width: 33.333%;
	height: 490px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Services_item li .item {
	width: 100%;
}

.Services_item li .item h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 50px;
}

.Services_item li .item .flex {
	display: flex;
	margin-top: 45px;
}

.Services_item li .item .flex .flex50 {
	flex: 1;
	width: 100%;
	padding-top: 15px;
}

.Services_item li .item .flex .flex50 h5 {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.Services_item li .item .flex .flex50 h5 span {
	font-size: 50px;
}

.Services_item li .item .flex em {
	width: 1px;
	height: 83.5px;
	background: #000;
}

.Services_item li:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 11px 35px 0 rgba(0, 0, 0, 0.25);
	z-index: 99;
}

.Services_Mobile {
	position: relative;
}

.Services_Mobile .text_box1 {
	position: absolute;
	left: 40%;
	top: 0;
	padding-top: 15%;
}

.Services_Mobile .text_box1 h4 {
	color: #ffffff;
	font-size: 30px
}

.Services_Mobile .text_box2 {
	position: absolute;
	left: 40%;
	bottom: 17%;
	color: #ffffff;
	font-size: 17px;
}

.Services_Mobile img {
	width: 100%;
}

.Services_weihu {
	padding: 140px 0px;
}

.Services_weihu h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 50px;
}

.Services_weihu_list {
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
	flex-wrap: wrap;
}

.Services_weihu_list li {
	width: 33.333%;
	padding: 0px 25px;
	margin-top: 85px;
}

.Services_weihu_list li .item {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 11px 35px 0 rgba(0, 0, 0, 0.25);
}

.Services_weihu_list li .item .img-box,
.Services_weihu_list li .item .img-box img {
	height: 266px;
	width: 100%;
	object-fit: cover;
}

.Services_weihu_list li .item .txt-box {
	padding: 30px;
	min-height: 400px;
}

.Services_weihu_list li .item .txt-box h4 {
	color: rgba(0, 0, 0, 1);
	font-size: 32px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 40px;
	margin-bottom: 40px;
}

.Services_weihu_list li .item .txt-box p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.Services_weihu_list li .item .txt-box p b {
	font-family: KanitBold;
}

.Services_xuqiu {
	background: #F2F2F2;
	padding: 155px 80px;
	display: flex;
	align-items: center;
	position: relative;
}

.Services_xuqiu .txt-box {
	flex: 1;
	width: 100%;
	padding-right: 90px;
}

.Services_xuqiu .txt-box h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	line-height: 50px;
}

.Services_xuqiu .txt-box p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	line-height: 30px;
	margin-top: 24px;
}

.Services_xuqiu .txt-box p span {
	color: rgba(231, 31, 25, 1);
	font-family: "KanitBold";
}

.Services_xuqiu .txt-box .open {
	width: 314px;
	height: 48px;
	background: rgba(231, 31, 25, 1);
	color: #FFFFFF;
	font-size: 24px;
	font-family: "KanitBold";
	display: block;
	text-align: center;
	line-height: 48px;
	margin-top: 30px;
}

.Services_xuqiu .img-box img {
	max-width: 850px;
}

.Services_xuqiu .txt {
	position: absolute;
	left: 80px;
	bottom: 155px;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	line-height: 30px;
	width: 50%;
}

.Services_jihua {
	padding: 150px 20px;
	display: flex;
}

.Services_jihua .item {
	flex: 1;
	width: 100%;
	display: flex;
	justify-content: center;
}

.Services_jihua .item .itembox {
	max-width: 580px;
	width: 100%;
	text-align: center;
}

.Services_jihua .item .itembox img {
	width: 85%;
	height: 370px;
	margin: 0 auto;
	display: block;
}

.Services_jihua .item .itembox h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 50px;
	margin: 40px 0px;
}

.Services_jihua .item .itembox p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.Services_jihua .item .itembox a {
	width: 314px;
	height: 48px;
	opacity: 1;
	background: rgba(231, 31, 25, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: KanitBold;
	color: #fff;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}

.Services_fuwu {
	padding: 150px 0px;
	background: #F2F2F2;
}

.Services_fuwu .title h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	line-height: 61px;
	text-align: center;
}

.Services_fuwu .title p {
	color: rgba(0, 0, 0, 1);
	font-size: 28px;
	line-height: 61px;
	text-align: center;
}

.Services_fuwu_list {
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
	flex-wrap: wrap;
}

.Services_fuwu_list li {
	padding: 0px 25px;
	width: 33.333%;
}

.Services_fuwu_list li .item {
	margin-top: 60px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transform: translateY(0px);
	transition: 0.6s;
}

.Services_fuwu_list li .item:hover {
	transform: translateY(-20px);
}

.Services_fuwu_list li .item img {
	width: 100%;
}

.Services_fuwu_list li .item .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	padding-bottom: 70px;
}

.Services_fuwu_list li .item .text h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: left;
	line-height: 45px;
}

.Services_fuwu_list li .item .text p {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: Normal;
	line-height: 28px;
	margin-top: 10px;
}

.Services_fuwu_list li .item .text .open {
	position: absolute;
	bottom: 10%;
	left: 30px;
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	font-family: "KanitBold";
	line-height: 61px;
	display: flex;
	align-items: center;
}

.Services-community {
	min-height: 1080px;
	display: flex;
	align-items: center;
}

.pc_img {
	display: block !important;
}

.Services_Mobile .text_box1,
.Services_Mobile .text_box2 {
	display: block;
}

.app_img {
	display: none !important;
}

.h6_car_form_bg {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/form-h6-bg.png) no-repeat;
	padding-bottom: 5vh !important;
}

.jolion_car_form_bg {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/form-jolion-bg.png) no-repeat;
	padding-bottom: 5vh !important;
}

.jolion_car_form_bg .carimgTab,
.h6_car_form_bg .carimgTab,
.ora_car_form_bg .carimgTab {
	padding-top: 20vh;
}

.ora_car_form_bg {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/form-ora-bg.png) no-repeat;
	padding-bottom: 5vh !important;
}

/***ORA***/
.ora_banner {
	position: relative;
	width: 100%;
	height: 100vh;
}

.ora_banner .images_pc {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ora_banner .text1 {
	display: flex;
	align-items: center;
	position: absolute;
	top: 30%;
	left: 85px;
}

.ora_banner .text1 .logo img {
	width: 80px;
}

/*.ora_banner .text1 .logo img{ width: 147.125px;height: 84.50px;margin-top: -8px;}*/
.ora_banner .text1 .text {
	flex: 1;
	padding-left: 24px;
}

.ora_banner .text1 .text h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 74px;
	font-family: "KanitBold";
	line-height: 1;
}

.ora_banner .text1 .text p {
	color: rgba(255, 255, 255, 1);
	font-size: 34px;
	line-height: 1;
}

.ora_banner .text2 {
	position: absolute;
	bottom: 10vh;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ora_banner .text2 a {
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 1);
	margin: 0px 40px;
	min-width: 215px;
	padding: 0px 22px;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	font-family: "KanitBold";
	text-align: center;
	line-height: 48px;
}

.ora_banner .text2 a:hover {
	background: #E71F19;
	border: 1px solid #E71F19;
	color: #fff;
}

.car_choice {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/orabg.jpeg) 50%;
}

.vrbtn {
	width: 287px;
	position: absolute;
	top: 30vh;
	left: 50%;
	transform: translateX(-50%);
}

.car_choice_tab {
	position: absolute;
	right: 80px;
	top: 33vh;
}

.car_choice_tab li {
	text-align: center;
	margin-top: 5px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
}

.car_choice_tab li h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 28px;
	font-family: KanitBold;
	text-align: right;
	line-height: 61px;
}

.car_choice_tab li h3 span {
	font-family: KanitLight;
}

.car_choice_tab li p {
	color: rgba(255, 255, 255, 1);
	font-size: 36px;
	font-family: "KanitBold";
	display: none;
	text-align: right;
}


.car_choice_tab li h4 {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	text-align: right;
	position: relative;
	z-index: 1;
	display: none;
}

.car_choice_tab li h6 {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	text-align: right;
	position: relative;
	z-index: 1;
	display: none;
}

.car_choice_tab li::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/tab1.jpeg) no-repeat;
	width: 12px;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.car_choice_tab li.active {
	padding-top: 16px;
	padding-bottom: 16px;
}

.car_choice_tab li.active h3 {
	font-size: 36px;
	position: relative;
	z-index: 1;
}

.car_choice_tab li.active p {
	display: block;
	position: relative;
	z-index: 1;
}

.car_choice_tab li.active::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/tab2.png) no-repeat;
	width: 287px;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-size: 100% 100%;
}

.car_choice_tab li.active h4,
.car_choice_tab li.active h6 {
	display: block;
}


.car_choice_page {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding-top: 20%;
}

.car_page {
	height: 380px;
	text-align: center;
}

.car_page .img {
	max-width: 1100px;
	max-height: 420px;
}

.car_tab {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.car_tab li {
	margin: 0px 5px;
	width: 100px;
	cursor: pointer;
	transition: 0.3s;
	transform: translateY(0);
	text-align: center;
}

.car_tab li img {
	width: 70px;
	margin: 0 auto;
	border-radius: 50%;
}

.car_tab li span {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	font-family: "Roboto";
	text-align: center;
	display: none;
}

.car_tab li.active {
	transform: translateY(-10px);
}

.car_tab li.active span {
	display: block;
}

.car_futuristic {
	padding: 200px 90px 100px 295px;
}

.car_futuristic_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.car_futuristic_box .car_text_box {
	width: 420px;
}

.car_text_box_page {
	display: none;
}

.car_text_box_page.active {
	display: block;
}

.car_text_box_page h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 44px;
	font-family: "KanitBold";
	text-align: left;
	line-height: 50px;
	margin-bottom: 20px;
}

.car_text_box_page p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: left;
	line-height: 30px;
	word-wrap: break-word;
}

.car_text_tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.car_text_tab li {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/page.png) no-repeat;
	width: 127px;
	height: 117px;
	margin-right: 12px;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;
}

.car_text_tab li.active {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/page2.png) no-repeat;
	color: #fff;
	font-family: "KanitBold";
	padding-bottom: 55px;
}

.car_img_box {
	width: 995px;
	display: flex;
	align-items: center;
}

.car_img_box_tab {
	width: 105px;
	margin-right: 20px;
}

.car_img_box_tab li {
	width: 105px;
	height: 105px;
	margin: 4px 0px;
	cursor: pointer;
}

.car_img_box_tab li img {
	width: 100%;
	height: 105px;
	object-fit: cover;
	opacity: .7;
}

.car_img_box_tab li.active img {
	opacity: 1;
}

.car_img_box_page {
	flex: 1;
	width: 100%;
}

.car_img_box_page img {
	width: 100%;
	height: 609px;
	object-fit: cover;
	display: none;
	-moz-box-shadow: 0px 10px 20px #333333;
	-webkit-box-shadow: 0px 10px 20px #333333;
	box-shadow: 0px 10px 20px #333333;
}

.car_img_box_page img.active {
	display: block;
}

.car_km_500,
.car_km_400 {
	position: relative;
}

.car_km_500 img,
.car_km_400 img {
	width: 100%;
}

.shub {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/shub.png) no-repeat;
	width: 44px;
	height: 74px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100% 100%;
}

.car_km_400 {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/400km.jpeg) 50%;
	min-height: 1080px;
	padding-top: 180px;
}

.car_km_400 .auto {
	display: flex;
	justify-content: space-between;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 30px;
}

.car_km_400 .auto .item {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/Rectangle.png) no-repeat center top;
	padding: 50px 25px 220px 25px;
	position: relative;
}

.car_km_400 .auto .item h3 {
	color: rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 1.1;
	font-size: 48px;
	font-family: "KanitBold";
}

.car_km_400 .auto .item h3 span {
	font-family: "KanitLight";
}

.car_km_400 .auto .item h5 {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 25px;
}

.car_km_400 .auto .item p {
	color: rgba(0, 0, 0, 1);
	line-height: 61px;
	font-size: 32px;
}

.car_km_400 .auto .item p span {
	font-family: "KanitBold";
	font-size: 48px;
}

.car_km_400 .auto .item p b {
	font-family: "KanitBold";
}

.car_km_400 .auto .item .t1 {
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	padding-left: 28px;
}

.car_km_400 .auto .item .car {
	position: absolute;
	bottom: -10%;
	left: -32%;
}

.car_Omnidirectional img {
	width: 100%;
	height: 100%;
}

.car_Omnidirectional ul {
	display: none;
}

.car_Omnidirectional .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 230px;
}

.car_Omnidirectional .text h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "RobotoBold";
	text-align: center;
	line-height: 61px;
	margin-bottom: 20px;
}

.car_Omnidirectional .text p {
	color: rgba(0, 0, 0, 1);
	font-size: 28px;
	font-family: "Roboto";
	text-align: center;
	line-height: 25px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.car_hover {
	padding: 200px;
}

.car_auto {
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
}

.car_hover_list {
	border-bottom: 4px solid #E0E6EA;
	margin-left: -4px;
	margin-right: -4px;
	display: flex;
}

.car_hover_list li {
	position: relative;
	width: 11%;
	padding: 0px 4px;
	padding-bottom: 80px;
	cursor: pointer;
	transition: 0.2s;
}

.car_hover_list li .item {
	position: relative;
}

.car_hover_list li .item img {
	width: 100%;
	height: 658px;
	object-fit: cover;
}

.car_hover_list li .item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 45px;
	display: none;
}

.car_hover_list li .item .text p {
	color: rgba(253, 253, 253, 1);
	font-size: 48px;
	font-family: "KanitBold";
	line-height: 50px;
	text-align: center;
	word-wrap: break-word
}

.car_hover_list li.active {
	width: 77%;
}

.car_hover_list li.active .item .text {
	display: block;
}

.car_hover_list li.active::before {
	width: 224px;
	height: 12px;
	background: #000000;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.car_section_form {
	position: relative;
}

.car_section_form .carimg {
	width: 100%;
}

.car_section_form .formBox {
	width: 100%;
	height: 100%;
	padding: 20vh 0px;
}

.ora_banner .text1 .suv {
	height: 35px;
}

.ora_banner .text1 h6 {
	color: rgba(255, 255, 255, 1);
	font-size: 34px;
	line-height: 61px;
}

#selRate {
	float: right;
	position: relative;
	height: 20px;
	font-size: 15px;
	color: #fff;
}

.jolion_Text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 200px;
}

.jolion_Text h4 {
	color: rgba(255, 255, 255, 1);
	font-size: 48px;
	font-weight: Bold;
	font-family: "Roboto";
	text-align: center;
	line-height: 61px;
}

.jolion_Text p {
	color: rgba(255, 255, 255, 1);
	font-size: 28px;
	font-weight: Normal;
	font-family: "Roboto";
	text-align: center;
	line-height: 61px;
}

.jolion_Text .open {
	width: 216px;
	height: 48px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 24px;
	font-weight: Bold;
	color: #fff;
	margin-top: 10px;
}

.car_hover.jolion_hover {
	padding-top: 110px;
	padding-bottom: 110px;
	min-height: auto !important;
}

.car_hover.jolion_hover h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: left;
	line-height: 50px;
	margin-bottom: 40px;
}

.car_hover.jolion_hover li .item .text p {
	font-size: 28px;
	line-height: 32px;
}

.car_jolio .text2 {
	position: absolute;
	left: 15%;
	top: 10%;
}

.car_jolio .text2 p {
	color: rgba(19, 19, 19, 1);
	font-size: 78px;
	font-weight: Thin;
	text-align: left;
	line-height: 86px;
}

.car_jolio {
	min-height: auto !important;
}

.h6_ora_banner .text2 a {
	border: 1px solid #fff;
	color: #fff;
}

.car_futuristic_h6 .car_img_box_page_page {
	display: flex;
}

.car_futuristic_h6 .car_img_box {
	flex: 1;
	width: 100%;
}

.car_futuristic_h6 {
	text-align: right;
}

.car_futuristic_h6 h2 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-family: "KanitBold";
	text-align: right;
	line-height: 50px;
}

.car_futuristic_h6 p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: right;
	line-height: 30px;
	max-width: 1250px;
	margin: 20px 0px;
}

.car_h6_img .text3 {
	position: absolute;
	top: 0;
	top: 0;
	padding: 0 80px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	width: 100%;
	height: 100%;
}

.car_h6_img .text3 h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 72px;
	font-weight: Bold;
	font-family: "Kanit";
	text-align: right;
	line-height: 1.1;
}

.car_h6_img .text3 p {
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	text-align: right;
	line-height: 1.1;
	margin: 15px 0px;
	max
}

.car_h6_img .text3 img {
	width: 84px;
	height: 84px;
}

.car_h6_img {
	background: #000;
}

.ora_banner .text2 a:nth-child(1) {
	background: #E71F19;
	border: 1px solid #E71F19;
	color: #fff;
}

.ora_banner .text2 a:nth-child(1):hover {
	background: transparent;
	color: #E71F19;
}

.app_show,
#MICHAT-FLOAT-WRAP {
	display: none !important;
}

.pc_show {
	display: block !important;
}

.section-banner_apphide {
	height: 100vh;
	width: 100%;
}

.car_km .mySwiper07,
.car_h6_img .mySwiper07,
.car_Omnidirectional .mySwiper07 {
	overflow: hidden;
	position: relative;
}

.car_km .mySwiper07 .swiper-pagination,
.car_h6_img .mySwiper07 .swiper-pagination,
.car_Omnidirectional .mySwiper07 .swiper-pagination,
.app_mendian .mySwiper03 .swiper-pagination {
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mySwiper04 .swiper-pagination {
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.car_km .mySwiper07 .swiper-pagination .swiper-pagination-bullet,
.car_h6_img .mySwiper07 .swiper-pagination .swiper-pagination-bullet,
.car_Omnidirectional .mySwiper07 .swiper-pagination .swiper-pagination-bullet {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before3.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	opacity: 1;
}

.car_km .mySwiper07 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.car_h6_img .mySwiper07 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.car_Omnidirectional .mySwiper07 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.app_mendian .mySwiper03 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before1.png) no-repeat;
	background-size: 100% 100%;
	width: 28px;
	height: 28px;
}

.mySwiper04 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before1.png) no-repeat;
	background-size: 100% 100%;
	width: 28px;
	height: 28px;
}

.app_mendian .mySwiper03 .swiper-pagination-bullet,
.app_mendian .mySwiper03 .swiper-pagination .swiper-pagination-bullet {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before3.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	opacity: 1;
}

.mySwiper04 .swiper-pagination .swiper-pagination-bullet {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before3.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	opacity: 1;
}


.tishispan {
	position: absolute;
	right: 0;
	bottom: -20px;
	font-size: 13px;
	color: #f00;
}

.banner_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
}

.banner_text h3 {
	color: rgba(0, 0, 0, 1);
	font-size: 48px;
	font-weight: Bold;
	font-family: "Roboto";
	text-align: center;
	line-height: 61px;
	margin-bottom: 20px;
}

.banner_text p {
	color: rgba(0, 0, 0, 1);
	font-size: 28px;
	font-weight: Normal;
	font-family: "Roboto";
	text-align: center;
	line-height: 1.5;
}

.color_fff {
	color: #fff !important;
}

.mySwiper140 {
	overflow: hidden;
	margin-top: 100px;
}

.mySwiper140 .swiper-slide {
	width: 25%;
}

.mySwiper140 .swiper-slide img {
	width: 100%;
}

.floor-nav {
	width: 60px;
	min-height: 350px;
	position: fixed;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	z-index: 999;
}

.floor-nav .scroll-nav {
	cursor: pointer;
	position: relative;
	padding-left: 65px;
	margin-top: 24px;
	height: 50px;
	width: 180px;
	align-items: center;
	display: flex;
	color: #000;
	font-size: 14px;
}

.floor-nav .scroll-nav .scrolltab-title {
	text-align: left;
	line-height: 14px;
	opacity: 0;
	font-family: "KanitBold";
}

.floor-nav .scroll-nav::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before.png) no-repeat;
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
}

.floor-nav .scroll-nav.active::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before1.png) no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
}

.floor-nav .scroll-nav.active .scrolltab-title {
	opacity: 1;
}

.floor-nav:hover .scroll-nav .scrolltab-title {
	opacity: 1;
}

.follow_wrap {
	position: relative;
}

.follow_wrap .floor-nav {
	display: none;
}

.follow_wrap.active .floor-nav {
	display: block;
}

.hs_biaoge.active .left {
	position: fixed;
	left: 80px;
	top: 50px;
}

.hs_biaoge.active .r {
	padding-left: 295px;
}

.hs_biaoge .left ul li {
	margin-top: 15px !important;
}

.ui-form-item {
	position: relative;
}

#f1,
#f2,
#f3,
#f4,
#f5,
#f6,
#f7,
#f8,
#f9 {
	width: 100%;
	min-height: 1080px;
	position: relative;
}

.text_btn_box {
	position: relative;
}

.text_btn_box::before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/san.png) no-repeat;
	background-size: auto;
	width: 21px;
	height: 18px;
	background-size: 100% 100%;
	content: "";
	position: absolute;
	right: 10px;
	bottom: 31px;
}

.text_btn_box .text_show {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px;
	background: #fff;
	top: 90px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 60%);
	z-index: 99;
	display: none;
}

.text_btn_box .text_show.show {
	display: block;
}

.text_show_tab {
	/* display: flex; */
	align-items: center;
	margin-bottom: 20px;
}

.text_show_tab li {
	width: 50%;
	font-size: 22px;
	line-height: 45px;
	color: #000;
	cursor: pointer;
}

.text_show_tab li.active {
	color: #E71F19;
	font-family: KanitBold;
	display: block !important;
}

.text_show_list {
	width: 100%;
	max-height: 230px;
	overflow: auto;
	display: none;
}

.text_show_list li {
	font-size: 20px;
	line-height: 45px;
	color: #000;
	cursor: pointer;
}

.show375 {
	display: none !important;
}

/**修改**/
.video_show {
	background: #000;
}

.video_show video {
	width: 100%;
	height: 100%;
}

.textpa {
	position: absolute;
	top: 170px;
	left: 290px;
}

.textpa p {
	color: rgba(19, 19, 19, 1);
	font-size: 78px;
	font-weight: Thin;
	text-align: left;
	line-height: 86px;
}

.car_Omnidirectional .car_km_500 .xz_text {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	top: 0;
	padding-right: 100px;
}

.car_Omnidirectional .car_km_500 .xz_text h4 br {
	display: none;
}

.car_Omnidirectional .car_km_500 .xz_text h4 {
	font-size: 78px;
	line-height: 86px;
	color: #fff;
	margin-bottom: 15px;
	text-align: right;
}

.car_Omnidirectional .car_km_500 .xz_text p {
	font-size: 30px;
	line-height: 1.5;
	text-align: right;
	color: #fff;
}

.car_Omnidirectional .chat {
	display: none;
}

.car_Omnidirectional .car_km_san .xz_text {
	justify-content: center;
	padding: 0px;
}

.car_Omnidirectional .car_km_500 .xz_text p {
	text-align: center;
}

.car_Omnidirectional .car_km_san .xz_text ul {
	display: flex;
	margin-top: 90px;
}

.car_Omnidirectional .car_km_san .xz_text ul li {
	width: 10%;
}

.car_Omnidirectional .car_km_san .xz_text ul li img {
	width: 70px;
}

.car_img_xin {
	margin: 0 auto;
	width: 110vh;
	display: block;
	position: absolute;
	left: 30%;
	top: 50vh;
}

.car_img_xin img {
	width: 100%;
}

.section-banner_apphide {
	overflow: hidden;
}

.xz_view_btn {
	display: none;
}

/**修改end**/

/***0421**/
.footer_fixed {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	background: #E0E4E6;
	padding: 20px 75px;
	align-items: center;
}

.footer_fixed .text {
	flex: 1;
}

.footer_fixed .text p {
	font-size: 16px;
	line-height: 26px;
	color: #3A3A3A;
}

.footer_fixed .close {
	height: 40px;
	border: 1px solid #000;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #000;
	margin: 0px 25px;
	opacity: 1;
	padding: 0px 15px;
}

.footer_fixed .close i {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/close_icon.png) no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	margin-left: 8px;
}

.footer_fixed .close:hover {
	background: #E71F19;
	border: 1px solid #E71F19;
	color: #fff;
}

.footer_fixed .close:hover i {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/close_icon2.png) no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	margin-left: 8px;
}

.video_show {
	position: relative;
}

/***0421-end**/


@media (max-width:1580px) {
	.app_banner .text .textbox p {
		font-size: 38px;
	}

	.app_item_flex .img-box {
		width: 660px;
	}

	.app_item_flex .img-box {
		margin-left: 100px;
	}

	.Services_xuqiu .img-box img {
		width: 700px;
	}

	.nav>li {
		margin: 0px 20px;
	}

	.car_img_box {
		width: 740px;
	}

	.app_banner .text img {
		max-width: 550px;
	}

	.Services_banner .HS_scdw {
		width: 75%;
	}


}

@media (max-width:1450px) {
	.Services_item {
		padding: 0px 80px;
	}

	.Services_item li .item h3,
	.Services_xuqiu .txt-box h2,
	.Services_jihua .item .itembox h3,
	.Services_fuwu .title h3,
	.Services_fuwu_list li .item .text h3,
	.app_item_flex .txt-box h2,
	.app_item_flex .txt-box h3,
	.new_functions h3,
	.app_banner .text .textbox h3,
	.car_text_box_page h3,
	.car_hover_list li .item .text p,
	.section-form .formBox .txtBox h3,
	.car_choice_tab li.active h3,
	.jolion_Text h4,
	.car_hover.jolion_hover h3,
	.car_futuristic_h6 h2,
	.car_h6_img .text3 h3,
	.car_km_400 .auto .item h3,
	.car_km_400 .auto .item p span,
	.car_Omnidirectional .text h2,
	.ora_banner .text1 .text h3 {
		font-size: 38px;
	}

	.Services_weihu_list li .item .txt-box h4 {
		font-size: 28px;
	}

	.app_item_flex .txt-box p,
	.new_functions p,
	.car_text_box_page p,
	.ora_banner .text1 h6,
	.car_choice_tab li h3,
	.jolion_Text p,
	.car_hover.jolion_hover li .item .text p,
	.car_futuristic_h6 p,
	.car_h6_img .text3 p,
	.car_km_400 .auto .item h5,
	.car_km_400 .auto .item p,
	.car_Omnidirectional .text p,
	.ora_banner .text1 .text p {
		font-size: 20px;
	}

	.fixed-btnbox {
		right: 30px;
	}

	#f1,
	#f2,
	#f3,
	#f4,
	#f5,
	#f6,
	#f7,
	#f8,
	#f9 {
		min-height: 100vh;
	}

	.car_img_box {
		width: 600px;
	}

	.ora_banner .text1 .suv {
		height: 25px;
	}

	.vrbtn img {
		width: 100%;
	}

	.vrbtn {
		top: 10vh;
	}

	.car_choice_tab {
		top: 12px;
	}

	.car_choice {
		position: relative;
		padding-top: 1px;
	}

	.scroll-floor {
		position: relative;
	}

	.car_choice_page {
		margin-top: 200px;
	}

	.car_futuristic {
		width: 1200px !important;
		padding: 90px 20px;
		margin: 0 auto;
	}

	#boxs {
		left: 0;
	}

	#boxs .box::before {
		width: 16px;
		height: 16px;
		background-size: 100% 100%;
	}

	#boxs .box {
		padding-left: 40px;
		margin-top: 10px;
		font-size: 14px;
	}

	#boxs .box span {
		font-size: 14px;
	}

	#boxs .box.active::before {
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}

	.car_page {
		height: 300px;
	}

	.car_page .img {
		max-height: 300px;
	}

	.car_h6_img .text3 img {
		width: 44px;
		height: 44px;
	}

	.car_km_400 .auto {
		max-width: 992px;
	}

	.car_km_400 .auto .item {
		width: 48%;
	}
}




@media (max-width:1366px) {
	.nav>li {
		margin: 0px;
		padding: 0px 25px;
	}

	.section-banner .text {
		right: 3vh;
	}

	.section-form .formBox .txtBox {
		padding: 0px 55px;
	}

	.section-form .formBox .txtBox .text,
	.section-form .formBox .txtBox .select {
		margin-top: 0px;
	}

}

@media (max-width:1199px) {
	.navbar-right .Test {
		width: 125px;
		font-size: 15px;
		margin: 0px 15px;
	}

	.navbar {
		padding: 15px 30px;
	}

	.section-services ul li .item .text {
		padding: 20px;
	}

	.section-services ul li .item .text h3 {
		font-size: 38px;
	}

	.section-services ul li .item .text span {
		font-size: 14px;
	}

	.section-form .formBox .txtBox button {
		margin-top: 20px;
	}

	.footer_fixed {
		padding: 10px;
		display: none;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer_fixed .text {
		width: 100%;
		flex: auto;
		text-align: center;
	}

	.footer_fixed .text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.footer_fixed .close {
		margin: 0 auto;
		margin-top: 5px;
	}
}

@media (max-width:1152px) {

	.navbar-nav,
	.navbar-right .search,
	.navbar-right .denglu,
	.language {
		display: none;
	}

	.section-rotating {
		padding: 0px 15px;
	}

	.section-banner h2 {
		font-size: 8vh;
	}

	.section-banner .text p {
		font-size: 28px;
	}

	.navbar-right {
		margin-right: 0 !important;
	}

	.navbar {
		padding: 10px 5px;
	}

	.navbar-header {
		flex: 1;
	}

	.navbar-right .Test {
		width: 72px;
		height: 24px;
		font-size: 12px;
		margin: 0px;
		color: #333;
		border: 1px solid #333;
		position: relative;
	}

	.navbar-right .menu {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/Union.png) no-repeat center center;
	}

	.meun_select ul li {
		margin-top: 24px;
		padding: 0px;
	}

	.meun_select ul li a {
		border: 0px;
		height: 38px;
		line-height: 38px;
		color: rgba(0, 0, 0, 1);
		font-size: 20px;
	}

	.banner_text h3 {
		font-size: 20px;
		line-height: 1.5;
		margin: 0px;
	}

	.banner_text p {
		font-size: 16px;
		line-height: 1.2;
		margin-top: 10px;
	}

	.banner_text p br {
		display: none;
	}

	.hs_biaoge.active .r {
		padding: 0px;
	}

	.hs_biaoge .r .text-box table td:nth-of-type(1) {
		padding: 5px !important;
	}

	.hs_biaoge .r .text-box h3 {
		padding: 0px 20px !important;
	}

	.hs_biaoge .r .text-box table td {
		font-size: 14px !important;
	}

	.hs_biaoge .r .tit2 ul li::before {
		height: 20px !important;
	}

	.meun_select .ul li.dropdown .dropdown_menu .text {
		background: rgba(233, 235, 239, 1);
		padding: 15px 0px;
	}

	.meun_select .ul li.dropdown .dropdown_menu .text a {
		color: rgba(0, 0, 0, 1);
		font-size: 18px;
		text-align: center;
		display: block;
		margin: 15px 0px;
		width: 100% !important;
	}



}


@media (max-width:1152px) {
	.Services_banner .HS_scdw {
		top: 5%;
		width: 100%;
	}

	.Services_banner .hs_sj {
		display: block;
	}

	.Services_banner .hs_pc {
		display: none;
	}

	.section-video-txt .yng .wap {
		display: block;
	}

	.section-banner {
		height: 480px;
	}

	.navbar {
		padding: 10px 0px !important;
	}

	.navbar-brand {
		/*width:90px !important;*/
		width: 165px !important;
		margin-top: -12px;
	}

	.navbar-header {
		width: 50%;
	}

	.navbar-right {
		width: 100px;
	}

	.section-banner .fp-tableCell {
		padding-top: 60px;
	}

	.section-banner h2 {
		font-size: 35px;
	}

	.section-banner .text {
		left: 0;
		top: 150px;
		text-align: center;
	}

	.section-banner .text p {
		font-size: 20px;
	}

	.section-banner .text a.open {
		width: 170px;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 20px;
	}

	.meun_select {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		left: 0;
		top: 63px;
		padding: 0px;
		z-index: 9999;
		background: rgba(255, 255, 255, 0.96);
		padding-top: 35px;
	}

	.meun_select ul,
	.meun_select ul li {
		background: none;
	}

	.meun_select ul {
		width: 100%;
		margin: 0px;
		border-radius: 0px;
	}

	.meun_select em {
		display: none;
	}

	.meun_select ul li:last-child {
		margin-top: 24px;
	}

	.navbar-right .menuBox {
		margin-left: 15px;
	}

	.language {
		margin-left: 10px;
		cursor: pointer;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-right {
		width: auto;
	}

	.navbar-header {
		margin-left: 0px !important;
	}

	.meun_select .ul li.dropdown {
		display: inherit;
		position: relative;
	}

	.meun_select .ul li.dropdown .dropdown_menu {
		display: none;
	}

	.meun_select .ul li.dropdown .dropdown_menu .menubox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.meun_select .ul li.dropdown .dropdown_menu a {
		width: 50%;
	}

	.meun_select ul li {
		height: auto;
		line-height: 45px;
	}

	.meun_select .ul li.dropdown .dropdown_menu a {
		font-size: 16px;
		line-height: normal;
		height: auto;
		border: none;
		display: block;
	}

	.meun_select .ul li.dropdown .dropdown_menu a span {
		width: 120px;
		height: 60px;
		display: block;
		margin: 0 auto;
	}

	.meun_select .ul li.dropdown .dropdown_menu a i {
		font-size: 15px;
		color: #666;
		text-align: center;
		display: block;
	}

	.meun_select .ul li.dropdown .dropdown_menu a span.haval-h6 {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/01.png) no-repeat center center;
		background-size: 100% 75%;
	}

	.meun_select .ul li.dropdown .dropdown_menu a span.haval-jolion {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/02.png) no-repeat center center;
		background-size: 100% 75%;
	}

	.meun_select .ul li.dropdown .dropdown_menu a span.ora {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora_form.png) no-repeat center center;
		background-size: 100% 100%;
	}

	.section-banner .btnbox {
		right: 20px;
		width: 120px;
		bottom: 30px;
	}

	.section-banner .btnbox .item img {
		width: 25px;
	}

	.section-btn {
		display: none;
	}

	/* .section-video-txt img{ width:200px;} */
	.section-video-txt img {
		width: 86%;
	}

	#MICHAT-MINI-BTN {
		display: none !important;
	}

	.title h2 {
		font-size: 28px;
	}

	.section-services {
		padding: 30px 0px;
	}

	.title span {
		font-size: 18px;
	}

	#persons .swiper-button-prev {
		display: none;
	}

	#persons .swiper-button-next {
		display: none;
	}

	#persons .swiper-slide {
		width: 100%;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-services ul {
		margin: 0px;
		margin-top: 15px;
	}

	.section-services ul li.col-xs-12 {
		padding: 0px;
	}

	.section-services .container {
		padding: 0px 10px;
	}

	.section-services ul li .item .text h3 {
		font-size: 28px;
	}

	.section-services ul li .item .text .open {
		left: 20px;
		font-size: 18px;
		bottom: 40px;
	}

	#persons .swiper-slide img {
		height: 400px !important;
		object-fit: cover;
	}

	#persons .swiper-slide .text p img,
	#persons .swiper-slide .text .open img {
		height: 18px !important;
		box-shadow: none;
		width: 18px;
	}

	#persons .swiper-slide {}

	.swiper-wrapper {
		height: auto;
	}

	.swipecar .car-wheel.left {
		display: none;
	}

	.swipecar .car-wheel.right {
		display: none;
	}

	#persons .swiper-slide .text {
		padding: 20px !important;
		display: block;
	}

	#persons .swiper-slide .text h3,
	#persons .swiper-slide .text .open {
		font-size: 18px;
	}

	#persons .swiper-slide .text p {
		font-size: 14px;
	}

	.section-video-txt {
		padding: 15px;
	}

	.section-video-txt p {
		font-size: 18px;
		line-height: 1.5;
	}

	.section-form .formBox {
		display: block;
		position: relative;
		background: #fff !important;
		padding: 5vh 0px !important;
	}

	.section-form .formBox .imgBox {
		width: 100%;
		text-align: center;
	}

	.section-form .formBox .imgBox img {
		height: 99px;
		margin: 0 auto;
		width: auto;
	}

	.section-form .formBox .txtBox {
		padding: 15px;
		width: 100%;
		;
	}

	.section-form .formBox .txtBox h3 {
		font-size: 28px;
	}

	.section-form .formBox .txtBox .text,
	.section-form .formBox .txtBox .select {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-align-last: center;
	}

	.section-form .formBox .txtBox label {
		font-size: 12px;
		line-height: 30px;
	}

	.section-form .formBox .txtBox label i {
		display: inline-block;
		margin-right: 10px;
	}

	.section-form .formBox .txtBox button {
		height: 40px;
		font-size: 16px;
	}

	.section-community {
		background: none;
	}

	.section-community .text img {
		height: 40px;
	}

	.section-community .text p {
		font-size: 18px;
		line-height: 1.5;
	}

	.section-community .itembox {
		margin-top: 20px;
		justify-content: center;
	}

	#section-footer {
		padding: 10px 0px;
	}

	.footertext {
		display: block;
		padding: 10px 0px;
	}

	.footertext .link a {
		margin: 0px 10px;
	}

	.footertext .link a img {
		height: 25px;
	}

	.footertext .btn-link,
	.footertext .link {
		justify-content: center;
	}

	.footertext .link {
		margin-top: 10px;
	}

	.footertext .copyright {
		text-align: center;
		font-size: 12px;
	}

	.footertext .btn-link {
		margin-top: 10px;
	}

	.footertext .btn-link a {
		text-align: left;
	}

	.language {
		display: block;
	}

	.Services_item li .item h3,
	.Services_xuqiu .txt-box h2,
	.Services_jihua .item .itembox h3,
	.Services_fuwu .title h3,
	.Services_fuwu_list li .item .text h3,
	.app_item_flex .txt-box h2,
	.app_item_flex .txt-box h3,
	.new_functions h3,
	.app_banner .text .textbox p,
	.app_banner .text .textbox h3 {
		font-size: 28px;
		line-height: 1.7;
	}

	.app_banner .text .textbox .ma {
		width: 180px;
		margin-right: 20px;
	}

	.app_banner .text .textbox .item {
		margin-top: 20px;
	}

	.pc_img {
		display: none !important;
	}

	.Services_Mobile .text_box1,
	.Services_Mobile .text_box2 {
		display: none;
	}

	.app_img {
		display: block !important;
	}

	.app_banner .text {
		padding: 0px !important;
		align-items: flex-end;
		flex-wrap: wrap;
		padding-bottom: 15% !important;
	}

	.app_banner .text img {
		margin: 0px auto;
		max-width: 290px;
		display: block;
	}

	.app_banner .text .textbox h3 {
		color: rgba(231, 31, 25, 1);
		font-size: 24px;
		line-height: 50px;
		text-align: center;
		margin: 0px;
	}

	.app_banner .text .textbox p {
		color: rgba(1, 1, 1, 1);
		font-size: 18px;
		text-align: center;
		line-height: 24px;
		font-family: KanitLight;
	}

	.app_banner .text .textbox .ma,
	.new_functions .item .ma,
	.section-community .itembox .ma {
		width: 120px;
		margin: 0px 10px;
	}

	.app_banner .text .textbox .ma img {
		max-width: 100%;
	}

	.app_banner .text .textbox .item {
		justify-content: center;
	}

	.app_item {
		padding: 0px;
		padding-top: 35px !important;
		padding-bottom: 35px !important;
		display: block;
	}

	.app_item:nth-of-type(even) {
		background: ;
	}

	.app_item_flex .txt-box {
		padding: 0px 15px;
	}

	.app_banner .text .textbox .ma .matxt,
	.new_functions .item .ma .matxt,
	.section-community .itembox .t1 {
		width: 100%;
		margin-top: 10px;
	}

	.app_banner .text .textbox .ma .matxt h5,
	.new_functions .item .ma .matxt h5,
	.section-community .itembox .t1 span {
		font-size: 12px;
	}

	.app_banner .text .textbox {
		width: 100%;
	}

	.app_item_flex {
		display: block;
	}

	.app_item_flex .txt-box h2,
	.app_item_flex .txt-box h3 {
		text-align: center;
		font-size: 24px;
		line-height: 1.5;
	}

	.app_item_flex .txt-box {
		margin-top: 20px;
	}

	.app_item_flex .txt-box p,
	.new_functions p {
		font-size: 16px;
		line-height: 30px;
	}

	.app_item_flex .txt-box p {
		margin-top: 20px;
		width: 100%;
	}

	.app_item_flex .img-box {
		display: none;
	}

	.app_list .app_item:nth-of-type(2n) {
		background: #fff;
	}

	.app_item_flex .app_img {
		margin: 0 auto;
		width: 130px;
	}

	.new_functions {
		background: #F2F2F2;
		padding: 90px 20px;
	}

	.new_functions h3 {
		font-size: 24px;
		line-height: 1.3;
	}

	.new_functions .item,
	.section-community .itembox {
		margin-top: 50px;
	}

	/**修改**/
	.fixed-btnbox {
		width: 90px;
		right: 15px;
		bottom: 40px;
		z-index: 99;
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/app_fiex.png) no-repeat;
		width: 54px;
		height: 110px;
		background-size: 100% 100%;
	}

	.fixed-btnbox .item {
		height: 50%;
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fixed-btnbox .item h6 {
		display: none;
	}

	.fixed-btnbox .item img {
		width: 28px;
	}

	.fixed-btnbox .item h6 {
		font-size: 12px;
	}

	/**修改end**/
	.footer-text {
		padding: 15px 30px;
	}

	.footertext {
		padding: 0px;
	}

	.footertext .btn-link {
		margin: 0px;
	}

	.footertext .btn-link em {
		margin: 15px 10px;
	}

	.footertext .btn-link a {
		font-size: 16px;
		margin: 15px 0px;
	}

	.footertext .btn-link {
		justify-content: flex-start;
	}

	.footertext .btn-link em:nth-child(8) {
		margin: 0px 5px;
	}

	.footertext .link {
		justify-content: space-between;
	}

	.footertext .link a {
		margin: 0px;
	}

	.footertext .link a img {
		height: 30px;
	}

	.footertexttow {
		display: flex;
		flex-wrap: wrap;
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical !importnt;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-revere !important;
		flex-direction: column-reverse !important
	}

	.footertext .btn-link {
		width: 100%;
	}

	.footertext .copyright {
		font-size: 14px;
		margin-top: 30px;
	}

	.footertext .link {
		margin: 20px 0px;
	}

	.Services_banner .text {
		position: relative;
		padding: 15px;
		display: block;
	}

	.Services_banner .text h2 {
		color: rgba(0, 0, 0, 1);
		font-size: 24px;
		text-align: center;
	}

	.Services_banner .text p {
		color: rgba(0, 0, 0, 1);
		font-size: 16px;
		text-align: center;
		margin: 0px;
		line-height: 24px;
	}

	.Services_banner .text dl {
		display: block;
		text-align: center;
	}

	.Services_banner .text dl dd h4 {
		color: rgba(0, 0, 0, 1);
		font-size: 24px;
		line-height: 30px;
	}

	.Services_banner .text dl dd span {
		color: rgba(0, 0, 0, 1);
		font-size: 16px;
		line-height: 30px;
	}

	.Services_banner .text dl dt img {
		width: 44px;
		height: 44px;
		margin: 0 auto;
	}

	.Services_banner .text dl dt {
		margin: 0px;
		width: 100%;
		margin-bottom: 5px;
	}

	.Services_banner .text a,
	.Services_xuqiu .txt-box .open,
	.Services_jihua .item .itembox a {
		width: 215px;
		margin: 0px;
		font-size: 18px;
		margin: 0 auto;
		margin-top: 25px;
	}

	.Services_banner .text {
		padding-bottom: 50px;
	}

	.Services_Box_flex {
		padding: 15px;
		display: block;
	}

	.Services_Box_flex .item {
		margin-bottom: 25px;
	}

	.Services_Box_flex .item img {
		width: 48px;
	}

	.Services_Box_flex .item h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.Services_Box_flex .item p {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}

	.Services_Box_flex .item p br {
		display: none;
	}

	.Services_Click img {
		height: 800px;
		object-fit: cover;
	}

	.Services_Click p {
		display: none;
	}

	.Services_Click .text {
		padding: 0px 40px;
		text-align: center;
		display: flex;
		align-items: center;
		height: 100%;
	}

	.Services_Click .text h3 {
		font-size: 24px;
		line-height: 50px;
		text-align: center;
		width: 100%;
	}

	.Services_Click .text h3:nth-child(2) {
		font-size: 24px;
		font-family: "KanitLight";
		text-align: center;
		line-height: 24px;
	}

	.Services_item {
		padding: 20px;
		display: block;
	}

	.Services_item li {
		width: 100%;
		height: auto;
	}

	.Services_item li .item {
		padding: 20px 0px;
	}

	.Services_item li .item h3 {
		font-size: 24px;
		line-height: 50px;
	}

	.Services_item li .item .flex .flex50 h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.Services_item li .item .flex em {
		height: 30px;
	}

	.Services_item li .item .flex .flex50 {
		padding: 0px;
	}

	.Services_item li .item .flex {
		margin: 0px;
	}

	.Services_item li .item .flex {
		align-items: center;
	}

	.Services_item li .item .flex .flex50 h5 span {
		display: block;
		line-height: 1.1;
	}

	.Services_Mobile .text {
		padding: 55px 45px;
		text-align: center;
	}

	.Services_Mobile .text h4 {
		color: rgba(0, 0, 0, 1);
		font-size: 24px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 50px;
	}

	.Services_Mobile .text p {
		color: rgba(0, 0, 0, 1);
		font-size: 24px;
		text-align: center;
		line-height: 24px;
	}

	.Services_weihu {
		padding: 100px 10px;
	}

	.Services_weihu h2 {
		font-size: 28px;
		line-height: 1.2;
	}

	.Services_weihu_list {
		display: block;
		padding-top: 30px;
	}

	.Services_weihu_list li {
		width: 100%;
		margin-top: 30px;
	}

	.Services_weihu_list li .item .img-box,
	.Services_weihu_list li .item .img-box img {
		height: 230px;
	}

	.Services_weihu_list li .item .txt-box {
		min-height: 200px;
		padding: 30px;
	}

	.Services_weihu_list li .item .txt-box h4 {
		font-size: 24px;
		line-height: 1.1;
		margin-bottom: 20px;
	}

	.Services_weihu_list li .item .txt-box p {
		font-size: 16px;
		line-height: 1.1;
	}

	.Services_xuqiu {
		padding: 0px;
		display: block;
	}

	.Services_xuqiu .app_img {
		width: 100%;
	}

	.Services_xuqiu .img-box {
		display: none;
	}

	.Services_xuqiu .txt-box {
		padding: 30px;
		background: #F2F2F2;
	}

	.Services_xuqiu .txt-box h2 {
		font-size: 24px;
		text-align: center;
		line-height: 1.1;
	}

	.Services_xuqiu .txt-box p {
		font-size: 16px;
		line-height: 1.1;
		margin-top: 20px;
	}

	.Services_xuqiu .txt {
		display: none;
	}

	.Services_jihua {
		padding: 20px 30px;
		display: block;
	}

	.Services_jihua .item {
		margin-top: 60px;
		display: block;
	}

	.Services_jihua .item .itembox img {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}

	.Services_jihua .item .itembox h3 {
		font-size: 24px;
		margin: 15px 0px;
	}

	.Services_jihua .item .itembox p {
		font-size: 16px;
		line-height: 1.1;
	}

	.Services_fuwu {
		background: #fff;
		padding: 30px;
	}

	.Services_fuwu .title h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.Services_fuwu .title p {
		font-size: 16px;
		line-height: 1.1;
	}

	.Services_fuwu_list {
		display: block;
	}

	.Services_fuwu_list li {
		width: 100%;
	}

	.Services_fuwu_list li .item {
		margin-top: 30px;
		border-radius: 0;
	}

	.Services_fuwu_list li .item .text .open {
		display: none;
	}

	.Services_fuwu_list li .item .text h3 {
		font-size: 32px;
		line-height: 1.2;
	}

	.Services_fuwu_list li .item .text {
		padding: 15px;
	}

	.Services_fuwu_list li .item img {
		height: 200px;
		object-fit: cover;
	}

	.Services-community {
		min-height: auto;
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/tybg.jpg) no-repeat;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		padding: 80px 0px;
		;
	}

	.section-community .app_img {
		width: 263px;
		margin: 0 auto;
	}

	.section-community .text {
		text-align: center;
		padding-top: 40px;
	}

	.section-community .text img {
		height: 25px;
	}

	.section-community .text p {
		font-size: 16px;
		line-height: 1.1;
		margin-top: 15px;
	}

	.section-community .text p br {
		display: none;
	}

	.app_p20 {
		padding: 15px 30px !important;
	}

	.section-banner {
		height: 100vh;
		background: none;
	}

	.section-banner .text {
		position: relative;
	}

	.section-banner .text a.open {
		background: #E71F19;
		border: 1px solid #E71F19;
		color: #fff;
		font-size: 18px;
		width: 215px;
		height: 40px;
		line-height: 40px;
	}

	.section-services ul li .item img {
		height: 200px;
		object-fit: cover;
	}

	.section-services ul li .item .text .open {
		display: none;
	}

	.section-services ul li .item .text span {
		display: none;
	}

	.section-services ul li .item .text h3 {
		font-size: 32px;
	}

	.section-services {
		background: #EDEDEE;
	}

	.title span {
		font-size: 16px;
		line-height: 1.5;
	}

	.section-services ul li .item {
		margin-top: 30px;
	}

	.section-rotating,
	.fp-tableCell {
		height: auto;
		padding: 0px;
	}

	.section-video {}

	.ml-video {
		height: auto;
	}


	.section-community {
		min-height: auto;
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/tybg.jpg) no-repeat;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		padding: 80px 0px;
	}

	.section-form .formBox .txtBox button {
		width: 215px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.ora_banner .text1 {
		display: block;
		left: 0;
		width: 100%;
		top: 100px;
	}

	.ora_banner .text1 .logo {
		text-align: center;
	}

	.ora_banner .text1 .logo img {
		width: 80px;
		margin: 0 auto;
	}

	.ora_banner .text1 .text {
		padding: 0px;
	}

	.ora_banner .text1 .text h3 {
		font-size: 24px;
		text-align: center;
		line-height: 1.3;
	}

	.ora_banner .text1 .text p {
		text-align: center;
		line-height: 1.2px;
		font-size: 18px;
		margin-top: 10px;
	}

	.ora_banner .text2 {
		display: block;
	}

	.ora_banner .text2 a:nth-child(3) {
		display: none;
	}

	.ora_banner .text2 a {
		display: block;
		margin: 0 auto;
		margin-top: 15px;
		width: 216px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		border: 1px solid #fff;
		color: #fff;
	}

	.car_choice {
		height: 100vh;
	}

	.app_show {
		display: block !important;
		position: relative;
	}

	.pc_show,
	.section-banner_apphide {
		display: none !important;
	}

	.mySwiper01 {
		overflow: hidden;
		width: 100%;
		position: relative;
	}

	.mySwiper01 .swiper-slide img {
		width: 100%;
		display: block;
		height: 100vh;
		object-fit: cover;
	}
	
	#mySwiper01 .swiper-slide img {
		width: 100%;
		display: block;
		height: 100vh;
		object-fit: cover;
	}

	#mySwiper .swiper-wrapper{
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
	}

	.mySwiper01 .swiper-slide .text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: left;
		padding-top: 90px;
		padding-left: 60px;
	}

	.mySwiper01 .swiper-slide .text h3 {
		color: rgba(255, 255, 255, 1);
		font-size: 48px;
		font-weight: Bold;
		font-family: "Roboto";
		line-height: 1;
		margin-top: 5px;
	}

	.mySwiper01 .swiper-slide .text h4 {
		color: rgba(255, 255, 255, 1);
		font-size: 24px;
		font-weight: Bold;
		font-family: "Roboto";
		line-height: 1;
		margin-top: 10px;
	}

	.mySwiper01 .swiper-slide .text .open {
		width: 216px;
		height: 42px;
		background: rgba(231, 31, 25, 1);
		display: block;
		margin: 0 auto;
		position: absolute;
		bottom: 80px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 18px;
		line-height: 42px;
	}

	.mySwiper01 .swiper-pagination {
		bottom: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mySwiper01 .swiper-pagination .swiper-pagination-bullet {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before.png) no-repeat;
		background-size: 100% 100%;
		width: 18px;
		height: 18px;
		opacity: 1;
	}

	.mySwiper01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before1.png) no-repeat;
		background-size: 100% 100%;
		width: 28px;
		height: 28px;
	}

	.yulanBox {
		padding: 70px 0px;
		overflow: hidden;
	}

	.yulanBoxtab {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.yulanBoxtab span {
		cursor: pointer;
		margin: 0px 15px;
	}

	.yulanBoxtab span img {
		height: 29px;
	}

	.yulanBoxtab span.active {
		border-bottom: 6px solid #E71F19;
	}

	.app_car_tab {
		height: 0px;
		overflow: hidden;
	}

	.app_car_tab.open {
		margin-top: 50px;
		height: auto;
	}

	.mySwiper02 .swiper-slide {
		width: 100%;
		opacity: .6;
		text-align: center;
	}

	.mySwiper02 .swiper-slide img {
		height: 120px;
	}

	.mySwiper02 .swiper-slide h3 {
		color: #C2C7CD;
		font-size: 24px;
		font-family: "KanitBold";
		line-height: 61px;
		text-align: center;
	}

	.mySwiper02 .swiper-slide a {
		color: rgba(194, 199, 205, 1);
		font-size: 18px;
		font-weight: Normal;
		font-family: "Kanit";
		text-align: center;
		line-height: 61px;
		display: block;
		text-align: center;
		margin-top: 30px;
	}

	.mySwiper02 .swiper-slide-active {
		opacity: 1;
		z-index: 99;
	}

	.section-swiper {
		background: #fff;
	}

	.app_mendian {
		background: #fff;
		padding: 40px 0px;
		overflow: hidden;
	}

	.app_mendian h3 {
		color: rgba(0, 0, 0, 1);
		font-size: 28px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 61px;
		margin-bottom: 20px;
	}

	.app_mendian .swiper-slide img {
		width: 100%;
		display: block;
		height: 240px;
		object-fit: cover;
	}

	.Services_fuwu_list li .item .text p {
		display: none;
	}

	.app_mendian .swiper-slide .text {
		padding: 0px 20px 20px 20px;
	}

	.app_mendian .swiper-slide .text h4 {
		color: rgba(0, 0, 0, 1);
		font-size: 24px;
		font-weight: Bold;
		font-family: "Roboto";
		text-align: left;
		line-height: 61px;
	}

	.app_mendian .swiper-slide .text dl {
		display: flex;
		margin-top: 20px;
	}

	.app_mendian .swiper-slide .text dl dt {
		width: 25px;
	}

	.app_mendian .swiper-slide .text dl dt img {
		width: 18px;
		height: 18px;
	}

	.app_mendian .swiper-slide .text dl dd {
		color: rgba(0, 0, 0, 1);
		font-size: 16px;
		font-weight: Normal;
		font-family: "Roboto";
		text-align: left;
		line-height: 15.5px;
		flex: 1;
	}

	.app_mendian .swiper-slide .text .open {
		width: 216px;
		height: 42px;
		background: rgba(231, 31, 25, 1);
		display: block;
		margin: 0 auto;
		color: #fff;
		font-size: 18px;
		line-height: 42px;
		margin-top: 30px;
		font-family: "KanitBold";
		text-align: center;
	}

	.ml-video {
		height: 252px;
	}

	.section-video,
	.section-video-bg {
		height: auto;
	}

	.section-video img.app_img {
		width: 100% !important;
	}

	.section-video-bg {
		display: none;
	}

	.section-video:hover .section-video-bg {
		opacity: 1;
	}

	.m-video.app_img {
		width: 50px;
		margin: 0 auto;
		margin-top: 10px;
	}

	.m-video.app_img img {
		width: 50px;
		height: 50px;
	}

	.car_choice {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/sj_img_03.jpg) no-repeat;
		background-size: cover;
		height: auto;
		display: flex;
		justify-content: center;
		padding-bottom: 100px;
	}

	#boxs {
		display: none !important;
		opacity: 0 !important;
	}

	.vrbtn {
		width: 142px;
		top: 180px;
	}

	.car_page .img {
		max-width: 90%;
	}

	.app_price {
		display: block;
		color: rgba(11, 11, 11, 1);
		font-size: 28px;
		font-weight: Light;
		font-family: "Kanit";
		text-align: center;
		line-height: 61px;
	}

	.app_price span {
		font-family: "KanitBold";
		font-size: 36px;
		margin-left: 10px;
	}

	.car_page {
		height: auto;
	}

	.car_page .img {
		max-height: auto;
	}

	.car_tab {
		flex-wrap: wrap;
		padding: 0px 10px;
	}

	.car_tab li img {
		width: 50px;
	}

	.car_tab li {
		width: 50px;
		margin: 0px 10px;
		padding-bottom: 30px;
	}

	.car_tab li span {
		font-size: 12px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vh;
	}

	.car_futuristic {
		width: 100% !important;
		padding: 0px;
	}

	#f1,
	#f2,
	#f3,
	#f4,
	#f5,
	#f6,
	#f7,
	#f8,
	#f9 {
		min-height: auto;
	}

	.car_app_box {
		padding: 50px 0px;
		overflow: hidden;
	}

	.car_app_tab {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px 30px;
	}

	.car_app_tab li {
		border: 1px solid #BBBBBB;
		margin: 0px 10px;
		height: 57px;
		text-align: center;
		color: rgba(0, 0, 0, 1);
		font-size: 14px;
		flex: 1;
		cursor: pointer;
		border-bottom: 12px solid rgba(0, 0, 0, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 16px;
	}

	.car_app_tab li.active {
		background: #E71F19;
		color: #fff;
		font-family: "KanitBold";
	}

	.car_app_page {
		height: 0px;
		overflow: hidden;
	}

	.car_app_page.active {
		height: auto;
		margin-top: 30px;
	}

	.mySwiper05 {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-bottom: 30px;
	}

	.mySwiper05 .swiper-slide {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.mySwiper05 .swiper-slide img {
		width: 100%;
		-webkit-transform: scale(.85);
		transform: scale(.85);
		max-height: 100%;
	}

	.mySwiper05 .swiper-slide.swiper-slide-active img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-box-shadow: 0px 3px 7px #333333;
		-webkit-box-shadow: 0px 3px 7px #333333;
		box-shadow: 0px 3px 7px #333333;
	}

	.mySwiper05 .swiper-slide span {
		color: rgba(0, 0, 0, 1);
		font-size: 18px;
		font-weight: Bold;
		line-height: 30px;
		text-align: center;
		padding: 10px 0px;
		width: 100%;
	}

	.mySwiper05 .swiper-slide .text {
		margin-bottom: 20px;
		opacity: 0;
		width: 100%;
		overflow: hidden;
		min-height: 140px
	}

	.mySwiper05 .swiper-slide .text h3 {
		color: rgba(0, 0, 0, 1);
		font-size: 18px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 30px;
		margin-bottom: 10px;
		word-wrap: break-word
	}

	.mySwiper05 .swiper-slide .text p {
		color: rgba(0, 0, 0, 1);
		font-size: 14px;
		text-align: center;
		line-height: 20px;
		word-wrap: break-word;
	}

	.mySwiper05 .swiper-slide.swiper-slide-active .text {
		opacity: 1;
	}

	.car_km_500 {
		height: 100vh;
		background: #000;
		min-height: 100vh;
		display: flex;
		align-items: center;
	}

	.jolion_Text {
		padding-top: 17vh;
	}

	.jolion_Text h4 {
		font-size: 24px;
	}

	.jolion_Text p {
		font-size: 16px;
		line-height: 25px;
	}

	.jolion_Text .open {
		display: none;
	}

	.shub {
		width: 25px;
		height: 44px;
		bottom: 24px;
	}

	.car_futuristic_h6 {
		display: none;
	}

	.app_qiche {
		padding: 76px 0px;
		overflow: hidden;
	}

	.mySwiper06 .swiper-slide img {
		width: 100%;
		max-height: 100%;
		height: auto;
	}

	.mySwiper06 .swiper-slide {
		width: 80%;
	}

	.mySwiper06 .swiper-slide .text {
		margin-bottom: 15px;
		min-height: 200px;
		max-height: 200px;
		opacity: 0;
	}

	.mySwiper06 .swiper-slide .text h4 {
		color: rgba(0, 0, 0, 1);
		font-size: 18px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.mySwiper06 .swiper-slide .text p {
		color: rgba(0, 0, 0, 1);
		font-size: 13px;
		font-weight: Light;
		font-family: "Kanit";
		text-align: center;
		line-height: 24px;
	}

	.mySwiper06 .swiper-slide.swiper-slide-active .text {
		opacity: 1;
	}

	.car_Omnidirectional img {
		width: 100%;
		object-fit: cover;
	}


	.car_section_form .carimg {
		display: none;
	}

	.Services_fuwu {
		background: #F2F2F2 !important;
		padding: 40px 20px;
	}

	.ora_banner .text1 .suv {
		height: 17px;
	}

	.ora_banner .text1 {
		text-align: center;
	}

	.ora_banner .text1 h6 {
		font-size: 34px;
	}

	.car_choice_tab {
		display: flex;
		align-items: center;
		right: auto;
		width: 100%;
		padding: 0px 15px;
		top: 90px;
		justify-content: center;
	}

	.car_choice_tab li {
		width: 33.333%;
		padding: 0px;
		margin: 0px;
		height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.car_choice_tab li::before {
		display: none;
	}

	.car_choice_tab li.active p,
	.car_choice_tab li.active h4,
	.car_choice_tab li.active h6 {
		display: none;
		height: ;
	}

	.car_choice_tab li.active {
		height: 64px;
		background: #E71F19;
		padding: 0px;
	}

	.car_choice_tab li h3 {
		width: 100%;
		line-height: 1;
		text-align: center;
		font-size: 20px;
		font-family: "KanitBold";
		padding: 0px 5px;
	}

	.car_choice_tab li.active h3 {
		font-size: 26px;
		color: #fff;
	}

	.car_choice_tab li h3 span {
		display: block;
	}

	.jolion_hover {
		display: none;
	}

	.jolion_qiche .mySwiper06 .swiper-slide .text {
		margin-bottom: 15px;
		min-height: 90px;
		max-height: 90px;
		opacity: 0;
	}

	.jolion_qiche .mySwiper06 .swiper-slide .text p {
		margin-top: 15px;
	}

	.jolion_qiche .mySwiper06 .swiper-slide.swiper-slide-active .text {
		opacity: 1;
	}

	.car_choice {
		padding-bottom: 50px;
	}

	.car_km_400 {
		display: none;
	}

	.car_Omnidirectional {
		background: #F2F2F2;
		padding-top: 50px;
	}

	.car_Omnidirectional .text {
		position: relative;
		padding: 0px 30px;
		margin-bottom: 15px;
	}

	.car_Omnidirectional ul {
		display: block;
		padding: 10px;
	}

	.car_Omnidirectional ul li {
		width: 50%;
		float: left;
		padding: 5px;
	}

	.car_Omnidirectional .text h2 {
		font-size: 24px;
		font-weight: Bold;
		font-family: "KanitBold";
		text-align: center;
		line-height: 24px;
	}

	.car_Omnidirectional .text p {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}

	.car_Omnidirectional .shub {
		display: none;
	}

	.car_hover {
		display: none;
	}

	.swiper-slide .t1 {
		position: absolute;
		width: 100%;
		padding: 10px;
		left: 0;
		bottom: 0;
	}

	.swiper-slide .t1 p {
		font-size: 20px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 1.5;
		color: #fff;
	}

	.car_app_txt h4 {
		color: rgba(0, 0, 0, 1);
		font-size: 24px;
		font-weight: Bold;
		font-family: "KanitBold";
		text-align: center;
		line-height: 24px;
	}

	.car_app_txt p {
		color: rgba(0, 0, 0, 1);
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}

	.car_tab li {
		width: 60px;
		margin: 0px;
	}

	.car_choice {
		overflow: hidden;
	}

	.app_item_flex .txt-box {
		padding: 0px;
	}

	.video_pc {
		height: auto;
	}

	.car_h6_img .text3 {
		padding: 20px;
	}

	.car_h6_img .text3 h3 {
		font-size: 20px;
	}

	.car_h6_img .text3 p {
		font-size: 14px;
	}

	.car_h6_img .text3 img {
		width: 35px;
		height: 35px;
	}

	.Services_Click .text h3 {
		margin: 0px;
	}

	.footertext .btn-link,
	.footertext .link {
		padding: 0px;
	}

	.navbar-right .menuBox {
		display: block;
	}

	.section-services ul li .item .text .app_img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.section-form .formBox .txtBox .select dt {
		line-height: 60px;
	}

	.section-form .formBox .txtBox .select dd {
		top: 180px;
	}

	.section-form .formBox .txtBox .select dd.dd {
		top: 60px;
	}

	.section-form .formBox .txtBox .select dt i {
		display: block;
	}

	.section-form .formBox .txtBox .text,
	.section-form .formBox .txtBox .select {
		height: auto;
		font-size: 20px;
		line-height: 60px;
	}

	.section-form .formBox .txtBox .select dd li a {
		line-height: 40px;
		font-size: 22px;
	}

	.section-form .formBox .txtBox .select dt {
		font-size: 20px;
	}

	.section-form .formBox .txtBox label i {
		width: 16px;
		height: 16px;
	}

	.section-form .formBox .txtBox label i.active::before {
		line-height: 16px;
		left: 0px;
		font-size: 13px;
	}

	.section-form .formBox .txtBox .select dt::before,
	.text_btn_box::before {
		right: 5px;
		bottom: 21px;
		width: 18px;
		height: 16px;
	}

	.text_btn_box .text_show {
		top: auto;
		bottom: -100%;
		position: fixed;
		width: 100%;
		left: 0;
		border-radius: 10px 10px 0px 0px;
		transition: 0.6s;
	}

	.text_btn_box .text_show.show {
		bottom: 0;
		height: 60%;
		padding-top: 60px;
	}

	.text_show_tab {
		position: absolute;
		left: 0;
		top: 15px;
		padding: 0px 15px;
		width: 100%;
	}

	.text_show_list {
		height: 95%;
		max-height: 95%;
	}

	.text_show_tab {
		margin-bottom: 10px;
	}

	.text_show_tab li {
		font-size: 16px;
	}

	.text_show_list li {
		font-size: 14px;
		line-height: 35px;
	}

	.text_show_tab li.active {
		font-size: 16px;
	}

	.app_wh {
		background: #fff !important;
	}

	.services_app_img li {
		width: 50%;
		padding: 5px;
		float: left;
	}

	.services_app_img li img {
		width: 100%;
	}

	.follow_wrap.active .floor-nav {
		display: none;
	}

	.car_app_page_text .mySwiper05 .swiper-slide .text {
		min-height: 170px;
	}

	.mySwiper05 .swiper-slide .text p {}

	.Services_fuwu_list li .app_img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.hs_biaoge {
		padding-bottom: 40px !important;
	}

	.section-form .formBox .txtBox .text,
	.section-form .formBox .txtBox .select {}

	.banner_text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ptop25 {
		padding-top: 25%;
	}

	.car_Omnidirectional .car_km_500 .xz_text {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px 10%;
	}

	.car_Omnidirectional .car_km_500 .xz_text h4 {
		color: rgba(255, 255, 255, 1);
		font-size: 24px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 1.5;
	}

	.car_Omnidirectional .car_km_500 .xz_text p {
		color: rgba(255, 255, 255, 1);
		font-size: 16px;
		text-align: center;
		margin-top: 15px;
		line-height: 1.5;
	}

	.car_Omnidirectional .car_km_500 .xz_text ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		padding: 0px 10%;
	}

	.car_Omnidirectional .car_km_500 .xz_text ul li {
		margin: 5px 0px;
		padding: 0px;
		float: none;
		width: 20%;
		text-align: center;
	}

	.car_Omnidirectional .car_km_500 .xz_text ul li img {
		width: 40px;
		height: auto;
		margin: 0 auto;
	}

	.car_Omnidirectional .xz_text {
		width: 60px;
		margin: 0 auto;
		margin-top: 30px;
		display: block;
	}

	.textpa {
		position: absolute;
		right: 20px;
		left: auto;
		top: 40px;
	}

	.textpa p {
		color: rgba(19, 19, 19, 1);
		font-size: 24px;
		text-align: right;
		line-height: 42px;
	}

	.car_Omnidirectional .car_km_500 .xz_text h4 br {
		display: block;
	}

	.car_Omnidirectional .chat {
		display: block;
		width: 65px;
		margin: 0 auto;
		margin-top: 50px;
	}

	.ptop65 {
		padding-top: 65%;
	}

	.xz_view_btn {
		width: 216px;
		height: 42px;
		background: rgba(231, 31, 25, 1);
		display: block;
		margin: 0 auto;
		margin-top: 25px;
		font-size: 18px;
		font-family: "KanitBold";
		text-align: center;
		line-height: 42px;
		color: #fff;
	}

	.app_price h4 {
		color: rgba(1, 1, 1, 1);
		font-size: 14px;
		font-family: "KanitLight";
		text-align: center;
	}

	.proce_original {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.proce_original h4 {
		margin-right: 10px;
	}

	.proce_original p span {
		margin-left: 5px;
	}

	.proce_original h4,
	.proce_original p,
	.proce_original p span {
		color: rgba(112, 112, 112, 1);
		font-size: 14px;
		font-family: "KanitLight";
		line-height: 30px;
		font-weight: 400;
	}

	.chaochu {
		height: 120px;
		overflow-y: hidden;
		width: 100%;
	}

	.car_tab {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		display: block;
		padding-top: 30px;
		margin-top: 20px;
		text-align: center;
	}

	.car_tab li {
		display: inline-block;
	}

	.car_tab li span {
		width: auto;
		padding: 0px 10px;
	}

	.language {
		font-size: 14px;
	}

	.video_show {
		background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/vio.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 180px 0px;
	}

}

@media (min-width:768px) {

	.col-sm-6 {
		width: 33.3%;
	}

	.app_mendian .swiper-slide img {
		height: 500px;
	}

	.mySwiper05 .swiper-slide img {
		max-height: 556px
	}

	.mySwiper06 .swiper-slide img {
		max-height: 517px;
	}

	.Services_fuwu_list li .item .text {
		left: 27px;
	}
}

@media (max-width:640px) {
	.app_banner {
		height: auto;
		padding-top: 90px;
		padding-bottom: 70px;
	}

	.app_banner .text {
		padding: 0px !important;
	}

	.app_banner .text img,
	.section-community .app_img {
		height: 220px;
		width: auto;
	}

	.app_banner .text .textbox .ma img {
		height: 98px;
	}

	.app_banner .text .textbox .ma .matxt {
		padding: 0px;
	}

	.app_banner .text .textbox p {
		font-size: 16px;
	}

	.section-form .formBox .txtBox .text,
	.section-form .formBox .txtBox .select {
		font-size: 16px;
	}

	.hide375 {
		display: none !important
	}

	.show375 {
		display: block !important
	}

	.car_km_500 {
		height: auto;
		min-height: auto;
	}

	.section-community .text p {
		font-size: 16px;
		line-height: 1.1;
		margin-top: 15px;
		width: 100%
	}

	.language,
	.language dt {
		font-size: 15px;
		padding: 0px;
	}

	.button_space{
		position: relative;
		width: 200px;
		margin: 0 auto;
		top: -200px;
	}

	#kvbtn{
		width: 216px;
		height: 42px;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		background:rgba(0, 0, 0, 0);
		margin-top: 25px;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		box-shadow: 0px 0px 11px 3px rgb(0 0 0 / 0.3);
	}

	#kvbtn1{
		width: 216px;
		height: 42px;
		background: #E71F19;
		color: #FFFFFF;
		border: 1px solid red;
		margin-top: 25px;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
	}
}