.page {
	position: relative;
	margin: 40px 40px 0;
	display: none;
}

.page .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: 9px;
}

.page .swiper-slide {
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}

.page .swiper-slide img {
	height: 12px;
	float: right;
}

.page-line {
	position: relative;
	width: 100%;
	height: 1px;
	border-top: 1px solid #8a8a8a;
}

.page-line span {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #8a8a8a;
	top: -2px;
}

.page-line .first {
	left: 0;
}

.page-line .center {
	left: 50%;
	transform: translate(-2px, 0);
}

.page-line .center {
	background: #8a8a8a;
	top: -3px;
}

.page-line .active {
	left: 50%;
	transform: translate(-2px, 0);
	border: 1px solid #dc1860;
	box-shadow: 0px 0px 10px 2px #dc1860;
	background: #fff;
	top: -3px;
	box-sizing: content-box;
	z-index: 9;
}

.page .block-page {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 4px;
	height: 4px;
	border: 1px solid #dc1860;
	box-shadow: 0px 0px 10px 2px #dc1860;
	background: #fff;
	z-index: 9999;
}

.block {
	display: none;
	position: absolute;
	bottom: 53px;
	width: 5px;
	height: 5px;
	border: 1px solid #dc1860;
	box-shadow: 0px 0px 10px 2px #dc1860;
	background: #fff;
	z-index: 9;
}

.page-line .last {
	right: 0;
}

.page .leftright {
	position: absolute;
	top: -6px;
	width: 100%;
}

.page .leftright img {
	height: 12px;
	display: none;
}

.page .leftright .left {
	position: absolute;
	left: -25px;
	opacity: 0.2;
	display: block
}

.page .leftright .right {
	position: absolute;
	right: -25px;
	opacity: 0.2;
	display: block
}

.page .swiper-slide-next img {
	margin-right: -20px;
}

.page .swiper-slide-next+div img {
	margin-right: -20px;
}

.prev-page {
	position: absolute;
	width: 18px;
	left: 35%;
	z-index: 111;
	bottom: 10px;
}

.next-page {
	position: absolute;
	width: 18px;
	right: 35%;
	z-index: 111;
	bottom: 10px;
}

.swiper-button-next-page {
	right: -25px;
	opacity: 0;
	width: 20px;
	height: 15px;
	overflow: hidden;
}

.swiper-button-prev-page {
	left: -25px;
	opacity: 0;
	width: 20px;
	height: 15px;
	overflow: hidden;
}

.swiper-button-next-page.active {
	right: 35%;
	opacity: 0;
	width: 20px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	margin-top: -8px !important;
	z-index: 1100;
}

.swiper-button-prev-page.active {
	left: 35%;
	opacity: 0;
	width: 20px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	margin-top: -8px !important;
	z-index: 1100;
}

.swiper-container-big {
	width: 100%;
	height: 100% !important;
}

.swiper-move {
	display: none;
	width: 100%;
	position: absolute;
	top: 55%;
	z-index: 99;
	text-align: center;
	height: 54px;
}

.swiper-move div {
	padding-top: 45px;
}

.swiper-move img {
	position: absolute;
	width: 35px;
	margin-bottom: 5px;
	left: 15%;
	animation: shou 3s 0s infinite linear;
}
/*
.swiper-bg {
	display: none;
	position: absolute;
	height: 100%;
	width: 66%;
	left: 17%;
	background-color: #212121;
}


.swiper-container-big>.swiper-wrapper>.swiper-slide-prev .swiper-container-txt {

	transform: translate(0, -50%) scale(0.4);
}

.swiper-container-big>.swiper-wrapper>.swiper-slide-next .swiper-container-txt {

	transform: translate(0, -50%) scale(0.4);
}

.swiper-container-big>.swiper-wrapper>.swiper-slide-active .swiper-container-txt {
	transform: scale(1);
}

.swiper-container-big>.swiper-wrapper>.swiper-slide .swiper-container-txt.toleft {
	animation: prev 1.2s 0s 1 linear;
	animation-fill-mode: forwards;
}

.swiper-container-big>.swiper-wrapper>.swiper-slide .swiper-container-txt.toleft2 {
	animation: prev2 1.2s 0s 1 linear;
	animation-fill-mode: forwards;
}

.swiper-container-big>.swiper-wrapper>.swiper-slide .swiper-container-txt.toright {
	animation: next 1.2s 0s 1 linear;
	animation-fill-mode: forwards;
}

.swiper-container-big>.swiper-wrapper>.swiper-slide .swiper-container-txt.toright2 {
	animation: next2 1.2s 0s 1 linear;
	animation-fill-mode: forwards;
}
 */
.swiper-container-big>.swiper-wrapper>.swiper-slide {
	text-align: center;
	font-size: 18px;
	Center slide text vertically display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.swiper-container-big>.swiper-button-prev {
	width: 9%;
	left: 2%;
	height: 20%;
	top: 38%;
	opacity: 0;
}

.swiper-container-big>.swiper-button-next {
	width: 9%;
	right: 2%;
	height: 20%;
	top: 38%;
	opacity: 0;
}

.swiper-pagination-big {
	bottom: auto !important;
	top: 20vh !important;
	left: 10vh !important;
	width: 280px !important;
}



.swiper-pagination-big>.swiper-pagination-bullet {
	background-color: transparent;
	position: relative;
	display: block;
	width: 100%;
	margin: 0px !important;
	height: 50px !important;
	padding-left: 60px !important;
	opacity: 1 !important;
	margin-top: 20px !important;
}

.swiper-pagination-big>.swiper-pagination-bullet:nth-child(1) span {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/haval.png) no-repeat;
	width: 280px;
	height: 50px;
	display: block;
	background-size: 100% 100%;
}

.swiper-pagination-big>.swiper-pagination-bullet:nth-child(2) span {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/ora.png) no-repeat;
	width: 280px;
	height: 50px;
	display: block;
	background-size: 100% 100%;
}

.swiper-pagination-big>.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	width: 50px;
	height: 50px;
	left: 0;
}



.swiper-pagination-big>.swiper-pagination-bullet:before {
	background: url(https://newretailwebsite.s3.ap-southeast-1.amazonaws.com/public/images/before.png) no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9px;
	background-size: 100% 100%;
	border-radius: 0;
	width: 32px;
	height: 32px;
}

.swiper-pagination-line {
	position: absolute;
	width: 86%;
	background-color: #8a8a8a;
	height: 2px;
	bottom: 55px;
	left: 7%;
	z-index: 2;
}

.swiper-container-small {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 100%;
	box-sizing: content-box;
}

.swiper-container-small .swiper-container-txt {
	width: 100%;
	font-size: 14vh;
	font-family: KanitBold;
	line-height: 1.1;
	background: linear-gradient(332deg, #C1C6CC 0%, #CCD1D7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	text-align: center;
	margin-bottom:3vh;
}

.swiper-container-small .swiper-slide {
	text-align: center;
	padding-top: 15vh;
	font-size: 18px;
	display: block;

}

.swiper-container-small .swiper-pagination .swiper-pagination-bullet-a .haval_h6, .swiper-container-small .swiper-pagination .swiper-pagination-bullet-a .haval_jolion {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.swiper-container-small .swiper-pagination .swiper-pagination-bullet-a {
  margin: 0 4vh !important;
  border-radius: 0;
  font-size: 20px;
  line-height: 1.1;
  font-family: KanitLight;
  color: #000 !important;
  position: relative;
}


.swiper-container-small .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: none;
	color: #fff !important;
	opacity: 1 !important;
	border-radius: 0;
	margin: 0px 5vh !important;
	font-family: KanitLight;
}

.swiper-container-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
	position: relative;
	font-family: KanitBold;

}

.swiper-container-small .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	display: inline-block;
	position: absolute;
	left:0;
	bottom: -15px;
	width:100%;
	height: 1px;
	border-bottom:4px solid #D9271C;
	content: '';
	animation: defaultLine 0.1s 0s linear;
}

.swiper-container-small .swiper-pagination-bullet img {
	height: 100%;
}

.swiper-pagination-small {
	bottom:10% !important;
}

.swiper-slide {}

.swiper-container-big .swipecar {
	width: 120vh;
	margin: 0 auto;
	position: relative;
}

.swipecar .car-bg img {
	width: 120vh;
}

.swipecar .car-wheel.left {
	position: absolute;
	bottom: 15%;
	height: auto;
}

.swipecar .car-wheel.right {
	position: absolute;
	bottom: 15%;
	height: auto;
}

.swipecar .car-wheel img {
	width: 100%;
	height: auto;
	transform: rotate(0)
}

.swiper-slide-big .active .car-wheel img {
	animation: wheelRound 0.65s 0s 2 linear;
}

.swiper-slide-big .reverse .car-wheel img {
	animation: reverseRound 0.65s 0s 2 linear;
}

.swiper-slide-big .active1 .car-wheel img {
	animation: wheelRound 0.85s 0s 1 linear;
}

.swiper-slide-big .reverse1 .car-wheel img {
	animation: reverseRound 0.85s 0s 1 linear;
}

#carSlide {
	display: flex;
	align-items: center;
}

#carSlide .bigTitle,
#carSlide .littleTitle {
	position: relative;
	z-index: 2;
}

@keyframes defaultLine {
	0% {
		left: 0
	}

	100% {
		left: 25%
	}
}

@keyframes defaultCar {
	0% {
		left: 100%;
	}

	100% {
		left: 0;
	}
}

@keyframes defaultWheel {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes wheelRound {
	0% {
		transform: rotate(0);
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
	}
}

@keyframes reverseRound {
	0% {
		transform: rotate(0);
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@keyframes prev {
	0% {
		transform: scale(1);
		height: 34%;
		top: 7%;
		right: 23%;
	}

	100% {
		right: -7%;
		top: 45%;
		transform: translate(0, -50%) scale(0.4);
		display: block;
	}
}

@keyframes prev2 {
	0% {
		left: -5%;
		top: 45%;
		transform: translate(0, -50%) scale(0.4);
	}

	100% {
		height: 34%;
		top: 7%;
		left: 47%;
		transform: scale(1);
	}
}

@keyframes next {
	0% {
		right: -5%;
		top: 45%;
		transform: translate(0, -50%) scale(0.4);
	}

	100% {
		height: 34%;
		top: 7%;
		right: 23%;
		transform: scale(1);
	}
}

@keyframes next2 {
	0% {
		height: 34%;
		left: 23%;
		top: 7%;
		transform: scale(1);
	}

	100% {
		left: -8%;
		top: 45%;
		transform: translate(0, -50%) scale(0.4);
	}
}

@keyframes shou {
	0% {
		width: 100%;
		position: absolute;
		width: 35px;
		margin-bottom: 5px;
		left: 15%;
	}

	50% {
		width: 100%;
		position: absolute;
		width: 35px;
		margin-bottom: 5px;
		left: 75%;
	}

	100% {
		width: 100%;
		position: absolute;
		width: 35px;
		margin-bottom: 5px;
		left: 15%;
	}
}

.swiper-number {
	position: absolute;
	overflow: hidden;
	bottom: 30px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.swiper-number li {
	position: relative;
	display: inline-block;
	color: #fff;
	list-style: none;
	font-size: 14px;
	line-height: 14px;
	margin: 0 5.5%;
	height: 20px;
	width: 20px;
	opacity: 0.5;
}

.swiper-number .active {
	opacity: 1;
}

.swiper-number li img {
	position: absolute;
	height: 15px;
	left: -2px;
	bottom: 0;
}

@media (max-width:1100px) {
	.swiper-container-small .swiper-slide{ padding:30px 0px;}
	.swiper-container-big>.swiper-button-next,
	.swiper-container-big>.swiper-button-prev {
		display: none;
	}

	.swiper-container-big .swipecar {
		left: auto
	}

	.swiper-bg-pc {
		display: none;
	}

	.video-bofang {
		display: none !important
	}

	.page {
		display: block !important;
	}

	.swiper-container-big .swipecar {
		width:100% !important;
	}


	.swiper-container-big>.swiper-wrapper>.swiper-slide-active .swiper-container-txt {
		width: 100% !important;
		height: auto !important;
		left: 0 !important;
	}

	.swiper-container-small .swiper-pagination span {
		height: 14px !important;
		padding: 0 4% !important;
		font-size: 13px !important;
	}

	.swiper-container-small .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		width: 20px !important;
		left: 50%;
		margin-left: -10px !important;
	}
	.page{ margin: 0px; height: 30px; bottom: 20px;}
	.swiper-container-small .swiper-pagination span{ margin: 0px ; padding:0px;}

	.swiper-number li img {
		height: 13px;
	}

	.swiper-container-small .swiper-container-txt,
	.swiper-container-big>.swiper-wrapper>.swiper-slide-prev .swiper-container-txt,
	.swiper-container-big>.swiper-wrapper>.swiper-slide-next .swiper-container-txt,
	.swiper-container-big>.swiper-wrapper>.swiper-slide-active .swiper-container-txt {
		top:0% !important;
		right:0% !important;
		height: auto !important;
		left:0% !important;
		opacity: 1 !important;
		width:100% !important;
	}
	.swiper-container-small .swiper-container-txt{ font-size: 28px;}
	.swiper-pagination-big,
	.swiper-number,
	.swiper-pagination-line,
	.block {
		display: none !important;
	}

	.swiper-container-big .swipecar {
		height:135px !important;
		top: auto !important;
	}
	.swiper-container-small .swiper-slide{ height: auto; padding-left: 30px;}

	.swipecar .car-bg img{ width:300px;}

	.swiper-pagination-small {
		bottom: 0 !important;
		top: auto !important;
		padding-bottom: 1.5rem !important;
	}

	.swiper-container-small {
		padding: 0 !important;
	}

	.swiper-container .swiper-bg,
	.swiper-container .swiper-move {
		display: none;
	}

	.page .swiper-slide-next,
	.page .swiper-slide-prev {
		opacity: 0;
	}
}

