@charset "utf-8";

@font-face {
	/* font-family: "Lato"; */
	src: url("../images/"Lato"/Gill_Sans_MT_Light.ttf");
}

/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, select {
	font-family: "Lato", PingFang SC;
	font-size: 14px;
}

html, body {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

nav {
	position: absolute;
	top: 0.4rem;
	left: 0.86rem;
	z-index: 99;
	width: 90%;
	opacity: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

nav .nav-ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 48px;
	justify-content: space-between;
}

nav .nav-ul>li {
	position: relative;
	display: inline-block;
}

nav .nav-ul>li>a {
	font-size: 16px;
	color: #fff;
	transition: all .5s ease;
	text-transform: uppercase;
}

/* nav .rightbtn{float:right;} */
nav .rightbtn a {
	margin: 0 0.14rem;
	opacity: 0.6;
	transition: all .2s ease;
}

nav .rightbtn a img {
	width: .4rem;
}

nav .rightbtn a:hover {
	opacity: 1;
}

nav .rightbtn .blackicon {
	display: none;
}

nav.back li a {
	color: #2d2d2d;
}

nav.back .rightbtn img {
	display: none;
}

nav.back .rightbtn .blackicon {
	display: inline-block;
}

nav.bottom {
	opacity: 0;
	transition: all 0.4s ease;
}

nav.bottom:hover {
	opacity: 1;
}



.container {
	background-color: #011228;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.index .section1 {
	background: #000;
}

.index .section1 .typo-area {
	position: absolute;
	bottom: 0;
	left: 60px;
	z-index: 1;
	opacity: 0;
	width: 100%;
}

.index .section1 .typo-area .btn-toggle {
	display: block;
	margin-bottom: 10px;
	width: 42px;
	height: 42px;
}

.index .section1 .typo-area .btn-toggle.stop {
	background: url(../images/btn-movie-stop.svg) no-repeat 0 0;
}

.index .section1 .typo-area .btn-toggle.play {
	background: url(../images/btn-movie-play.svg) no-repeat 0 0;
}

.index .section1 .typo-area h1 {
	color: #fff;
	text-align: left;
}

.index .section1 .typo-area .typo-medium {
	margin-top: 20px;
	color: #fff;
	font-size: 0.6rem;
	margin-bottom: 0.4rem;
}

.index .section1 .typo-area .btn-more {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	margin-top: 40px;
	color: #fff;
}

.index .section1 .typo-area .btn-more:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: #fff;
}

.index .section1 .typo-h1 {
	font-size: 0.38rem;
}

.index .section1 .typo-txt {
	font-size: 0.4rem;
	color: #c73535;
}

.index .video-animate-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.index .section1 .video-animate-wrap .video-wrap {
	position: relative;
	transform: translate(0, 0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*.section1 .video-animate-wrap .video-wrap.active {width: 100%; height: 100%; border-radius: 0; transition: 1.2s cubic-bezier(.69, .11, .18, .96) all;}*/
.index .section1 .video-animate-wrap .video-wrap.dimd:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.index .section1 .video-animate-wrap .intro-desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 86px;
	font-weight: 500;
	line-height: 92px;
}

.index .section1 .video-animate-wrap .intro-desc p {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	color: #fff;
}

.index .section1 .video-animate-wrap .intro-desc p {
	position: relative;
	top: 100px;
	opacity: 0;
}

.index .section1 .video-animate-wrap .intro-desc.introdesc_logo {
	width: 2.19rem;
}

.index .section1 .video-animate-wrap .intro-desc.introdesc_txt {
	width: 7.02rem;
}

.index .section1 .video-animate-wrap .video-wrap.completed {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition: 1s cubic-bezier(.69, .11, .18, .96) all .6s;
}

.index .section1 .swiper-container {
	width: 100%;
	height: 100vh;
}

.index .section2 {
	background-color: #000;
}

.index .wide-type.fixed .wide-visual-wrap.fixed .wide-visual-next-ele {
	padding-top: 100vh;
}

.index .video-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

.index .video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .video-wrap img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    object-fit: cover;
}

.index .video-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

/*å·¦ä¾§å¯¼èˆª*/
.modelwrap .modelmenu {
	position: fixed;
	right: .3rem;
	top: 50%;
	transform: translate(-150%, -50%);
	z-index: 9;
	opacity: 0;
	transition: all .32s;
}

.modelwrap .modelmenu.on {
	transform: translate(0, -50%);
	opacity: 1;
}

.modelwrap .modelmenu .it {
	display: flex;
	align-items: center;
	margin-bottom: .38rem;
	cursor: pointer;
	justify-content: flex-end;
}

.modelwrap .modelmenu .it:last-child {
	margin-bottom: 0;
}

.modelwrap .modelmenu .it .ic {
	margin-left: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: .23rem;
	transition: all .3s;
	height: .23rem;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 50%;
}

.modelwrap .modelmenu .it .ic i {
	display: block;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	transition: all .3s;
}

.modelwrap .modelmenu .it .label {
	font-size: .2rem;
	color: #ffffff;
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: all .3s;
}

.modelwrap .modelmenu .it.on .ic {
	border-color: #ffffff !important;
}

.modelwrap .modelmenu .it.on .ic i {
	background: #ffffff !important;
}

.modelwrap .modelmenu .it.on .label {
	opacity: 1;
	width: auto;
}

@media all and (max-width:768px) {
	.index .wide-visual-wrap .pos-heading .scroll:after {
		width: 1px;
		height: 24px;
		margin: 14px auto 26px;
	}
}

.index #fp-nav ul li {
	transition: all 0.4s;
}

.index #fp-nav ul li a {
	height: auto;
}

.index #fp-nav ul li.active a span {
	top: 0;
	left: 4px;
}

.index #fp-nav ul li span {
	width: 6px;
	height: 6px;
	transform-origin: 50% 50%;
	transform: scale(1.1);
	transition: all 0.4s;
}


.index #fp-nav ul li::after {
	width: 0;
	background-color: #fff;
	display: block;
	content: '';
	margin-left: 6px;
	margin-top: 40px;
	transition: all 0.4s;
	height: 0;
}

.index #fp-nav ul li a span {
	background: none;
	border: 1px solid #fff;
	left: 2px;
	top: 0;
	transition: all 0.4s;
	margin: 0;
}

.index #fp-nav i {
	transform: rotate(90deg);
	color: #fff;
	font-size: 0.16rem;
	width: 1rem;
	transform-origin: 10% 45%;
	font-style: normal;
	display: block;
	left: 0;
	position: relative;
	top: 0.25rem;
	opacity: 0;
	transition: all 0.4s;
}

.index #fp-nav.back ul li::after {
	background-color: #2d2d2d;
}

.index #fp-nav.back ul li a span {
	border-color: #2d2d2d;
}

.index #fp-nav.back ul li a i {
	color: #2d2d2d;
}

.index #fp-nav ul li.active i {
	opacity: 1;
	left: 0;
}

.index #fp-nav ul li.active span {
	background-color: #c73535;
	width: 6px;
	height: 6px;
	border-color: #c73535;
	transform: scale(1);
}

.index #fp-nav.back ul li.active a span {
	border-color: #c73535;
}

.index #fp-nav ul li.active {
	height: 156px;
}

.index #fp-nav ul li.active::after {
	height: 65%;
	width: 1px;
	margin-left: 8px;
}

.index #fp-nav ul li.froutitle.active::after {
	height: 44%;
	margin-top: 0.8rem;
}

.index #fp-nav ul li.lastPagetitle {
	display: none;
}

@media screen and (max-width: 950px) {
	.index #fp-nav ul li.froutitle.active::after {
		height: 50%;
		margin-top: 1.2rem;
	}
}

@media screen and (max-width: 1300px) {
	.index #fp-nav ul li.froutitle.active::after {
		height: 50%;
		margin-top: 1rem;
	}
}

.index .flip-wrap {
	perspective: 1000px;
}

.index .flip-wrap .flip {
	display: flex;
	width: 100%;
	transform-origin: 0 0;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform: rotateX(-180deg);
	transition: all .8s ease-out;
}

.index .section .flip-wrap.active .flip {
	transform: rotateX(0deg);
}

@media all and (max-width:1024px) {
	.index .flip-wrap .flip {
		transform: rotateX(0deg);
	}
}

.index .section {
	overflow: hidden;
}

.index .section2 .video-faker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
}

/*technology*/
.techwrap .icon {
	display: block;
	width: .52rem;
	height: .52rem;
	background-image: url(../images/technology_icon.png);
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
}

.techwrap .content {
	padding: 0 2.1rem;
}

.techwrap .video_wrap {
	width: 100%;
	position: relative;
	margin-bottom: .5rem;
	height: 8rem;
	/* margin-top: -1.18rem; */
	margin-top: -1rem;
	cursor: pointer;
}

.techwrap .video_wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.techwrap .video_wrap .play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/play.png) no-repeat center center;
	background-size: .97rem .97rem;
	cursor: pointer;
}

.techwrap .content .title {
	font-size: .34rem;
	color: #c78e66;
	position: relative;
	padding: .22rem 0;
	font-weight: bold;
	margin-bottom: .4rem;
}

.techwrap .content .title:after {
	content: '';
	display: block;
	width: 1.45rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 0;
	bottom: 0;
}

.techwrap .content p {
	position: relative;
	font-size: .2rem;
	line-height: .36rem;
	color: #cacaca;
	margin-bottom: .35rem;
	text-align: justify;
}

.techwrap .pic_show {
	width: 100%;
	position: relative;
}

.techwrap .pic_show .pic {
	width: 100%;
}

.techwrap .pic_show .text {
	color: #cacaca;
}

.techwrap .pic_show .text .icon {
	margin: 0 .08rem;
}

.techwrap .pic_show .text .it {
	font-size: .18rem;
	position: absolute;
}

.techwrap .pic_show .text .it .txt {
	display: flex;
	align-items: center;
	height: .7rem;
	position: relative;
}

.techwrap .pic_show .text .it .txt:after {
	content: '';
	display: block;
	width: .66rem;
	height: .04rem;
	background: #bf8863;
	position: absolute;
	bottom: -.03rem;
	left: 0;
}

.techwrap .pic_show .text .it.rt .txt:after {
	right: 0;
	left: auto;
}

.techwrap .pic_show .text .it.rt .txt {
	justify-content: flex-end;
}

.techwrap .platform_show .text .it {
	width: 4.74rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	padding-bottom: .7rem;
}

.techwrap .platform_show .text .it.lf {
	height: 1.13rem;
	background-image: url(../images/technology_arr_l.png);
}

.techwrap .platform_show .text .it.rt {
	height: .62rem;
	background-image: url(../images/technology_arr_r.png);
}

.techwrap .platform_show .text .it:nth-child(1) {
	left: 16.7%;
	top: 3rem;
}

.techwrap .platform_show .text .it:nth-child(2) {
	right: 23.4%;
	top: 2.7rem;
}

.techwrap .platform_show .text .it:nth-child(3) {
	right: 13%;
	top: 4.26rem;
}

.techwrap .platform_show .text .it:nth-child(1) .icon {
	background-position: left top;
}

.techwrap .platform_show .text .it:nth-child(2) .icon {
	background-position: center top;
}

.techwrap .platform_show .text .it:nth-child(3) .icon {
	background-position: right top;
}

.techwrap .powertrain_show {
	margin-bottom: -.5rem;
}

.techwrap .powertrain_show .text .it {
	width: 3.42rem;
	border-bottom: 0.02rem solid #bdc1c6;
}

.techwrap .powertrain_show .text .it.lf {
	left: 11.86%;
}

.techwrap .powertrain_show .text .it.rt {
	right: 12.65%;
}

.techwrap .powertrain_show .text .it:nth-child(1),
.techwrap .powertrain_show .text .it:nth-child(3) {
	top: 1.6rem;
}

.techwrap .powertrain_show .text .it:nth-child(2),
.techwrap .powertrain_show .text .it:nth-child(4) {
	top: 3.18rem;
}

.techwrap .powertrain_show .text .it:nth-child(1) .icon {
	background-position: left center;
}

.techwrap .powertrain_show .text .it:nth-child(2) .icon {
	background-position: right center;
}

.techwrap .powertrain_show .text .it:nth-child(3) .icon {
	background-position: center center;
}

.techwrap .powertrain_show .text .it:nth-child(4) .icon {
	background-position: left bottom;
}

.techwrap .powertrain_show .text .it .name {
	margin: 0 .2rem;
	font-weight: bold;
}

.techwrap .pic_show .text .it .txt {
	font-size: 16px;
}

.techwrap .para {
	margin-bottom: .6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.techwrap .para h5 {
	position: relative;
	font-size: .2rem;
	color: #c78e66;
	padding-left: .22rem;
	line-height: .38rem;
}

.techwrap .para h5:before {
	content: '';
	display: block;
	width: .14rem;
	height: .14rem;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 2rem 2rem;
	position: absolute;
	left: .03rem;
	top: 50%;
	margin-top: -.07rem;
}

.techwrap .para .dot:before {
	content: '';
	display: inline-block;
	width: .14rem;
	height: .14rem;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 2rem 2rem;
	margin-right: 0.05rem;
}

.techwrap .para p.num span {
	display: inline-block;
	font-size: .16rem;
	width: .2rem;
	height: .2rem;
	background: #c78e66;
	border-radius: 50%;
	text-align: center;
	line-height: .2rem;
	color: #ffffff;
	margin-right: .05rem;
}

.techwrap .para.textimg .pic_show {
	width: 48.5%;
	flex-shrink: 0;
}

.techwrap .para.textimg .text {
	width: 49%;
}

.techwrap .para.clearfix {
	display: block;
}

.techwrap .para.clearfix .pic_show {
	float: right;
	margin-left: .3rem;
	padding-top: .3rem;
}

.techwrap .para.clearfix .text {
	width: auto
}

.techwrap .para .side {
	font-size: .28rem;
	width: 3.8rem;
	height: .64rem;
	line-height: .64rem;
	font-weight: bold;
	color: #ffffff;
	padding: 0 .32rem;
	box-sizing: border-box;
	position: absolute;
	right: -2.1rem;
	bottom: .2rem;
}

.techwrap .para .side.linearGradientToLeft {
	text-align: right;
	right: auto;
	left: -2.1rem;
}

/*.techwrap .para.para_1 .side{bottom: .24rem;}
.techwrap .para.para_3 .side{bottom: .2rem;}
.techwrap .para.para_4 .side{bottom: .24rem;}
.techwrap .para.para_6 .side{bottom: .24rem;}*/
.techwrap.adas {
	padding-top: 1.3rem;
}

.techwrap.adas .para.para_7 .side {
	bottom: .6rem;
}

.techwrap.adas .para.para_8 .side {
	top: 3.54rem;
	bottom: auto;
}

.index .section2 .video-faker .video-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.index .section2 .video-faker .typo-area {
	position: absolute;
	bottom: 45px;
	left: 60px;
	z-index: 1;
}

.index .section2 .typo-h1 {
	position: relative;
	color: #fff;
	text-align: left;
	height: 0.66rem;
	overflow: hidden;
	font-size: 0.55rem;
	/* font-family: "Lato"; */
}

.index .section2 .typo-h1 .text-old {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index .section2 .typo-h1 .text-new span {
	top: 100%;
}

.index .section2 .typo-h1 span {
	position: relative;
}

.index .section2 .typo-medium-light {
	margin-top: 0.1rem;
	color: #fff;
	font-size: 0.3rem;
	/* font-family: "Lato"; */
}

.index .section2 .flip-wrap {
	display: flex;
	/*margin-top: 350px;*/
	min-height: 950px;
	height: auto;
	/* font-family: "Lato"; */
}

.index .section2 .flip-wrap .list {
	position: relative;
	width: 50%;
	background: url(../images/VRfactory.jpg) no-repeat center center;
	background-size: cover;
	/*transition: all .8s cubic-bezier(.215, .610, .355, 1);*/
}

.index .section2 .flip-wrap .list:nth-child(2) {
	background: url(../images/corporateSociety.jpg) no-repeat center center;
	background-size: cover;
}

.index .section2 .flip-wrap .list.active {
	/*width: 65%;*/
}

.index .section2 .flip-wrap .list.non-active {
	/*width: 35%;*/
}

.index .section2 .flip-wrap .list .typo-area {
	position: absolute;
	top: 180px; /*-80-*/
	left: 60px;
}

.index .section2 .flip-wrap .list .typo-area .typo-h2 {
	color: #fff;
	font-size: 0.55rem;
	text-transform: uppercase;
	/* font-family: "Lato"; */
	text-shadow: 4px 4px 6px #000;
}

.index .section2 .flip-wrap .list .typo-area .typo-medium {
	margin-top: 20px;
	font-size: 0.28rem;
	color: #fff;
	text-shadow: 4px 4px 6px #000;
}

.index .section2 .flip-wrap .list .btn-link {
	position: absolute;
	top: 4.8rem; /*-3rem-*/
	left: 60px;
	padding-left: 35px;
	color: #fff; /* #2d2d2d;*/
	padding: 10px 64px;
	opacity: 0;
	transition: all .3s ease;
	border: 1px solid #fff;
	transform-origin: 50% 50%;
}

.index .section2 .flip-wrap .list:nth-child(1) .btn-link {
	color: #fff;
	border-color: #fff;
}

.index .section2 .flip-wrap .list .btn-link:focus {
	opacity: 1;
}

.index .section2 .flip-wrap .list .btn-link:hover {
	background-color: #c78e66;
	color: #fff;
	border-color: #c78e66;
	transform: scale(1.1);
}

.index .section2 .flip-wrap .list .btn-link.wht {
	color: #fff;
}

.index .section2 .flip-wrap .list.active .btn-link {
	opacity: 1;
}

.index .section2 .flip-wrap .list:nth-child(2) .typo-area .typo-h2 {
	color: #fff; /*#373737*/
	text-transform: uppercase;
}

.index .section2 .flip-wrap .list:nth-child(2) .typo-area .typo-medium {
	color: #fff;
}

.index .section3 {
	width: 100%;
	height: 100%;
	position: relative;
	background: #f7f7f7;
}

.index .section3 .flip-wrap {
	width: 100%;
	height: 100%;
}

.index .section3 .flip {
	width: 100%;
	height: 100%;
}

.index .section3 .box .bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
	max-width: 4.67rem;
	margin: 0 auto;
}

.index .section3 .carlistbox {
	width: 100%;
	height: 100%;
	display: block;
	justify-content: center;
	align-items: center;
}

.index .section3 .carlistbox .bg {
	width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(.215, .610, .355, 1);
}

.index .section3 .carlistbox .carbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .4s cubic-bezier(.215, .610, .355, 1), transform 1s cubic-bezier(.215, .610, .355, 1);
	opacity: 0;
	transform-origin: 50% 50%;
	transform: scale(1.05);
}

.index .section3 .carlistbox .carbg.on {
	opacity: 1;
	transform: scale(1.01);
}

.index .section3 .carlistbox .bg1 {
	background: url(../images/car1_bg.jpg) no-repeat center;
}

.index .section3 .carlistbox .bg2 {
	background: url(../images/car2_bg.jpg) no-repeat center;
}

.index .section3 .carlistbox .bg3 {
	background: url(../images/car3_bg.jpg) no-repeat center;
}

.index .section3 .carlistbox .carlist {
	display: block;
	width: 90%;
	transition: all .4s cubic-bezier(.215, .610, .355, 1);
	height: 100%;
	align-content: center;
	text-align: center;
}

.index .section3 .box {
	width: 35%;
	height: auto;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}

.index .section3 .carlistbox.active .bg {
	opacity: 0;
}

.index .section3 .carlistbox.active .carlist {
	width: 100%;
	left: 0;
}

.index .section3 .carlistbox.active .txtbg {
	opacity: 1;
}

.index .section3 .carlistbox .txtbg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.215, .610, .355, 1);
}

.index .section3 .carlistbox .txtbg .bg_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/section3_txtbg.png) repeat-x;
	background-size: auto 100%;
	height: 0%;
	width: 100%;
	transition: all .6s ease;
}

.index .section3 .carlistbox .txtbox {
	position: absolute;
	bottom: 0.88rem;
	left: 0.72rem;
	height: 1.06rem;
	overflow: hidden;
	transition: all .6s ease;
}

.index .section3 .carlistbox .txtbox .logotxt {
	font-size: 0.2rem;
	color: #d7d7d7;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.index .section3 .carlistbox .txtbox h3 {
	font-size: 0.42rem;
	line-height: 0.42rem;
	color: #fff;
	padding-top: 0.08rem;
	padding-bottom: 0.1rem;
	padding-left: 0.22rem;
	border-left: 0.03rem solid #c78e66;
	margin-bottom: 0.11rem;
}

/* .section3 .carlistbox .txtbox .txt1{display: flex; font-size: 0.24rem;} */
/* .section3 .carlistbox .txtbox .txt2{font-size: 0.44rem;color: #c73535; font-family: Arial; font-weight: bold; margin-left: 0.23rem; margin-bottom: 0.3rem; opacity: 0; margin-top: -1rem; transition: all   .6s ease;} 
 */
.index .section3 .carlistbox .txtbox .txt2 {
	display: flex;
	color: #fff;
	width: 4.40rem;
	justify-content: space-around;
	margin-bottom: 0.5rem;
}

.index .section3 .carlistbox .txtbox .txt2 .tbox {
	font-size: 0.32rem;
	text-align: center;
}

.index .section3 .carlistbox .txtbox .txt2 .tbox sup {
	font-size: 0.08rem;
}

.index .section3 .carlistbox .txtbox .txt2 .tbox2 {
	font-size: 0.08rem;
	text-transform: uppercase;
}

.index .section3 .carlistbox .txtbox a {
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	width: 1.94rem;
	line-height: 0.4rem;
	border: 1px solid #fff;
	text-align: center;
	opacity: 0;
	margin-top: -1rem;
	transition: all .6s ease;
	transform-origin: 50% 50%;
}

.index .section3 .carlistbox .txtbox a:hover {
	color: #fff;
	background-color: #c78e66;
	border-color: #c78e66;
	transform: scale(1.1);
}

.index .section3 .carlistbox .on .txtbg .bg_txt {
	height: 100%;
}

.index .section3 .carlistbox .on .txtbg .txtbox {
	height: 3rem;
}

.index .section3 .carlistbox .on .txtbg .txt1 {
	opacity: 1;
	margin-top: 0;
}

.index .section3 .carlistbox .on .txtbg .txt2 {
	opacity: 1;
	margin-top: 0;
}

.index .section3 .carlistbox .on .txtbg a {
	opacity: 1;
	margin-top: 0;
}

.index .section4.alianza .fp-tableCell {
	width: 100%;
	background: url(../images/alianza-bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
}


.index .section4 .fp-tableCell {
	width: 100%;
	background: url(../images/fp-tableCell_bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
}

/* .section4 .tit-area .title{width: 2.26rem;} */
.index .section4 .tit-area .desc {
	margin-top: .2rem;
	color: #222;
}

.index .section4 .tit-area .btn-link {
	width: 1.94rem;
	line-height: 0.4rem;
	display: inline-block;
	transition: all .3s ease;
	border: .01rem solid #ffffff;
	color: #ffffff;
	text-align: center;
	margin-top: 0.35rem;
}

.index .section4 .tit-area .btn-link:hover {
	color: #fff;
	border-color: #c78e66;
	background-color: #c78e66;
}

.index .section4 .list-area {
	display: flex;
	height: auto;
	transition: all .6s ease .2s;
	width: 90%;
}

.index .section4 .list-area li {
	margin-left: .5rem;
	width: 3.4rem;
}

.index .section4 .list-area li:first-child {
	margin-left: 0;
}

.index .section4 .list-area li a {
	display: block;
}

.index .section4 .list-area li a:hover .img-area {
	border-radius: .34rem 0 .34rem 0;
	overflow: hidden;
}

.index .section4 .list-area li a:hover .img-area img {
	transform: translate(-50%, -50%) scale(1.1);
}

.index .section4 .list-area li .img-area {
	display: block;
	position: relative;
	width: 3.4rem;
	height: 2.48rem;
	overflow: hidden;
	transition: border-radius .5s ease;
}

.index .section4 .list-area li .img-area img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}

.index .section4 .list-area li .txt-area {
	display: block;
	margin-top: .3rem;
}

.index .section4 .list-area li .cate {
	display: block;
	color: #ffffff;
	font-size: 0.22rem;
	text-transform: uppercase;
	font-weight: bolder;
}

.index .section4 .list-area li .desc {
	display: block;
	margin-top: .1rem;
	height: .7rem;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.18rem;
	text-align: justify;
}

.index .section4 .list-area li .date {
	display: block;
	margin-top: .2rem;
	color: #ffffff;
	font-size: 0.14rem;
}

.index .section4 .slide-wrap {
	display: flex;
	justify-content: space-between;
	width: 30%;
}

.index .section4 .swiper-scrollbar {
	display: none;
}

/*.section4 .active .slide-wrap{margin-top: 0%;}*/
/*.section4 .active .list-area{margin-top: 0%;}*/
.index .section4 .flip-wrap {
	width: 100%;
	height: 100%;
}

.index .section4 .flip {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.4rem;
	box-sizing: border-box;
}

footer {
	position: relative;
	padding: 0.30rem 90px 0.4rem;
	background: #282828;
	z-index: 6;
	box-sizing: border-box;
}

footer .right-box p {
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
}

footer .box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .txt1 {
	font-size: 0.14rem;
	color: #7d7d7d;
	margin-bottom: 0.1rem;
}

footer .txt2 {
	font-size: 0.3rem;
	color: #ba1b23;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

footer .txt2 img {
	width: 2.14rem;
}

footer .txt3 {
	font-size: 0.14rem;
	color: #7e7e7e;
}

footer .shareicon a {
	display: inline-block;
	margin: 0.2rem 0.1rem;
	background-color: #5e5e5e;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 100%;
}

footer .shareicon .weibo {
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
	background-position: center;
}

footer .shareicon .weixin {
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
	background-position: center;
}

footer .share {
	width: 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .share .link {
	width: .54rem;
	height: .54rem;
	background-size: 2.7rem 100%;
	background-repeat: no-repeat;
	background-image: url(../images/foot_btnicon.png);
}

footer .share .link.icon1 {
	background-position: left center;
}

footer .share .link.icon2 {
	background-position: 25% center;
}

footer .share .link.icon3 {
	background-position: 50% center;
}

footer .share .link.icon4 {
	background-position: 75% center;
}

footer .share .link.icon5 {
	background-position: right center;
}

footer .right-box {
	text-align: right;
}

footer .right-box a {
	font-size: 0.14rem;
	color: #7e7e7e;
}

.inner nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 1;
	width: 100%;
	padding-top: 0.54rem;
	padding-bottom: 0.1rem;
	text-align: center;
	background-color: #fff;
}

.inner nav ul li a {
	color: #111;
}

.inner nav .rightbtn {
	padding-right: 0.9rem;
	line-height: 48px;
}

.inner nav .rightbtn img {
	width: 0.32rem;
	vertical-align: middle;
}

.inner .innerconten {
	position: relative;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	overflow-y: auto;
}

.inner .pbox {
	position: relative;
	height: 100vh;
	width: 100%;
}

.inner .banner {
	width: 100%;
	height: 100%;
}

.inner .banner .img {
	height: 100%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.inner .banner .txt {
	width: 4.18rem;
	position: absolute;
}


/*è½¦åž‹é¡µæ ·å¼*/
.modelwrap {
	width: 100%;
	position: relative;
}

.modelwrap .banner .video_wrap, .modelwrap .banner .image_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modelwrap .banner .video_wrap {
	height: 9.6rem;
}

.modelwrap .banner .video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modelwrap .banner .image_wrap img {
	width: 100%;
}

.modelwrap .banner .image_wrap .banner-text {
	font-size: .5rem;
	color: #fff;
	position: absolute;
	top: 3.24rem;
	left: 2.4rem;
}

.modelwrap .banner .image_wrap .banner-text::before {
	content: '';
	width: .04rem;
	height: .64rem;
	background-color: #c38a6e;
	display: inline-block;
	margin-right: .3rem;
	margin-top: .14rem;
}

.modelwrap .banner .pic {
	width: 100%;
}

.modelwrap .banner .play_btn {
	position: absolute;
	width: .97rem;
	height: .97rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
}



.modelwrap .module {
	width: 100%;
	position: relative;
}

.modelwrap .module_title {
	font-size: .4rem;
	color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: .66rem;
	z-index: 9;
}

.modelwrap .module_title:after {
	content: '';
	display: block;
	width: .44rem;
	height: 0.02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.22rem;
	bottom: -.3rem;
}

/*exterior*/
.modelwrap .exterior {}
/*
.modelwrap .exterior .ripple_wrap {
	width: 100%;
	height: 9.45rem;
	overflow: hidden;
	position: relative;
}

.modelwrap .exterior .slide-item img {
	width: 100%
}

.modelwrap .exterior .imgText {
	width: 50%;
	position: absolute;
	bottom: 3.6rem;
	left: 25%;
	text-align: center;
}

.modelwrap .exterior .imgText .item {
	font-size: .24rem;
	color: #ffffff;
	line-height: .38rem;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all .5s .1s;
	-ms-transition: all .5s .1s;
}

.modelwrap .exterior .imgText .item.on {
	opacity: 1;
}

.modelwrap .exterior .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap .exterior .swiper-slide {
	text-align: center;
}

.modelwrap .exterior .swiper-slide.swiper-slide-prev,
.modelwrap .exterior .swiper-slide.swiper-slide-next {
	cursor: pointer;
}

.modelwrap .exterior .swiper-slide .txt {
	position: absolute;
	width: 10rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all .5s .1s;
	-ms-transition: all .5s .1s;
}

.modelwrap .exterior .swiper-slide .on {
	opacity: 0;
}

.modelwrap .exterior .swiper-slide.swiper-slide-active .on {
	opacity: 1;
}

.modelwrap .exterior .swiper-slide.swiper-slide-active img {
	animation: activeSwiper .8s 1s forwards;
}*/

@keyframes activeSwiper {
	to {
		width: 7rem;
		top: 90%;
	}
}

/*space*/
.modelwrap .space {
	overflow: hidden;
	height: 9.6rem;
	background: url(../images/model/vx_space_bg.jpg) no-repeat center center;
	background-size: cover;
}

.modelwrap .space .small_space {
	display: flex;
	justify-content: center;
	margin-top: 2.9rem;
	position: relative;
}

.modelwrap .space .small_space .item {
	cursor: pointer;
	width: 2.84rem;
	position: relative;
	margin: 0 .19rem;
	overflow: hidden;
	border-radius: 0 0 0 0;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .space .small_space .item img {
	width: 100%;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .space .small_space .item:hover {
	border-radius: .45rem 0 .45rem 0;
}

.modelwrap .space .small_space .item:hover img {
	transform: scale(1.1);
}

.modelwrap .space .small_space .text {
	color: #ffffff;
	font-size: .26rem;
	position: absolute;
	left: .2rem;
	bottom: .3rem;
}

.modelwrap .space .small_space .text .det {
	font-size: .18rem;
	display: block;
}

.modelwrap .space .big_space .item {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.modelwrap .space .big_space .item.on {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.modelwrap .space .bot_info {
	position: absolute;
	left: 1rem;
	top: 6.9rem;
}

.modelwrap .space .bot_info img {
	width: .73rem;
	margin-bottom: .28rem;
}

.modelwrap .space .bot_info span {
	display: block;
	color: #ffffff;
	font-size: .26rem;
	line-height: .44rem;
}

.modelwrap .space .bot_info span.tit {
	font-size: .36rem;
	line-height: .54rem;
}

.modelwrap .space .big_space .describe {
	color: #ffffff;
	font-size: .28rem;
	line-height: .3rem;
	width: 4rem;
	position: absolute;
	transform: translateX(50%);
	opacity: 0;
	transition: all .4s .4s linear;
}

.modelwrap .space .big_space .item.on .describe {
	transform: translateX(0);
	opacity: 1;
}

.modelwrap .space .big_space .describe:before {
	content: '';
	display: block;
	width: 1.56rem;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: -1.7rem;
	top: 50%;
}

.modelwrap .space .big_space .close {
	display: block;
	width: .35rem;
	height: .35rem;
	background: url(../images/model/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	right: .25rem;
	top: .5rem;
}

/*vxè½¦åž‹*/
.modelwrap.vx .space .big_space .item:nth-child(1) .describe {
	right: 1rem;
	top: 7.65rem;
}

.modelwrap.vx .space .big_space .item:nth-child(2) .describe {
	right: 1rem;
	top: 7.65rem;
}

.modelwrap.vx .space .big_space .item:nth-child(3) .describe {
	right: 1rem;
	top: 7.65rem;
}

.modelwrap.vx .space .big_space .item:nth-child(4) .describe {
	right: 1rem;
	top: 7.65rem;
}

.modelwrap.vx .space .big_space .item:nth-child(5) .describe {
	right: 1rem;
	top: 7.65rem; 
}

/*.modelwrap.vx .space .big_space .item:nth-child(2) .describe {
	right: 1.1rem;
	top: 5.6rem;
}

.modelwrap.vx .space .big_space .item:nth-child(3) .describe {
	right: 1rem;
	top: 2.05rem;
}

.modelwrap.vx .space .big_space .item:nth-child(4) .describe {
	right: .95rem;
	top: 2.16rem;
}

.modelwrap.vx .space .big_space .item:nth-child(5) .describe {
	right: .95rem;
	top: 5.6rem;
}*/

/*same_module*/
.modelwrap .same_module .swiper-slide .pic {
	width: 100%;
	display: block;
}

.modelwrap .same_module .swiper-slide .txt {
	font-size: .18rem;
	color: #ffffff;
	line-height: .3rem;
	position: absolute;
	width: 4rem;
}

/*.modelwrap .same_module .swiper-slide .txt:before{content: '';display: block;width: 1.56rem;height: 1px;background: #ffffff;position: absolute;left: -1.7rem;top: 50%;}*/
.modelwrap .same_module .cut_tab {
	width: 56%;
	position: absolute;
	bottom: .45rem;
	left: 50%;
	margin-left: -28%;
	display: flex;
	align-items: center;
	z-index: 9;
}

.modelwrap .same_module .cut_tab:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #575a63;
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap .same_module .cut_tab .cutbtn {
	width: 50%;
	height: .82rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #878789;
	font-size: .2rem;
	cursor: pointer;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .same_module .cut_tab .cutbtn.on {
	color: #ffffff;
}

.modelwrap .same_module .cut_tab .line {
	display: block;
	width: 50%;
	position: absolute;
	height: 4px;
	background: #ffffff;
	left: 0;
	top: -1px;
	transition: left .3s;
	-ms-transition: left .3s;
}

.modelwrap .same_module .cut_tab.three .cutbtn, .modelwrap .dynamics .cut_tab.three .line {
	width: 33.33%;
}

.modelwrap .same_module .cutwindow {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.modelwrap .same_module .cutwindow .cutbtn {
	width: 33.33333%;
	position: relative;
}

.modelwrap .same_module .cutwindow .cutbtn:after {
	content: '';
	background: rgba(255, 255, 255, 0.1);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .5s;
	-ms-transition: opacity .5s;
}

.modelwrap .same_module .cutwindow .cutbtn.on:after {
	opacity: 1;
}

.modelwrap .same_module .cutwindow .cutbtn .text {
	width: 100%;
	height: 1.8rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: #aaacae;
	display: flex;
	flex-direction: column;
	padding-left: .6rem;
}

.modelwrap .same_module .cutwindow .cutbtn .text h5 {
	position: absolute;
	font-weight: bold;
	font-size: .24rem;
	text-align: center;
	left: 50%;
	opacity: 0.4;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all .3s;
	-ms-transition: all .3s;
}
.modelwrap .same_module .cutwindow .cutbtn.on .text h5 {
	opacity: 1;
}
.modelwrap .same_module .cutwindow .cutbtn .text p {
	opacity: 0;
	height: 0;
	font-size: .18rem;
	line-height: .28rem;
	margin-top: 0;
	transition: all .4s;
	color: #ffffff;
	margin-top: .3rem;
}

.modelwrap .same_module .cutwindow .cutbtn.on .text {
	color: #ffffff;
}

.modelwrap .same_module .cutwindow .cutbtn.on .text h5 {
	color: #ffffff;
	left: .6rem;
	transform: translateX(0);
	-ms-transform: translateX(0);
}

.modelwrap .same_module .cutwindow .cutbtn.on .text h5:after {
	content: '';
	display: block;
	width: .56rem;
	height: .04rem;
	background: #c38a6e;
	position: absolute;
	left: 0;
	bottom: -.2rem;
}

.modelwrap .same_module .cutwindow .cutbtn.on .text p {
	opacity: 1;
	height: auto;
	margin-top: .58rem;
}

/*dynamics*/
.modelwrap.vx .dynamics .params {
	position: absolute;
	color: #ffffff;
	text-align: right;
}

.modelwrap.vx .dynamics .params.lt {
	right: 13.04rem;
	top: 3.05rem;
}

.modelwrap.vx .dynamics .params.rt {
	right: 2.98rem;
	top: 3.05rem;
}

.modelwrap.vx .dynamics .params.lb {
	right: 13.04rem;
	top: 5.23rem;
}

.modelwrap.vx .dynamics .params.rb {
	right: 4.42rem;
	top: 5.27rem;
}

.modelwrap.vx .dynamics .params .num {
	font-size: .66rem;
	font-family: DINCond-Bold;
	position: relative;
}

.modelwrap.vx .dynamics .params .num:before {
	content: '';
	display: block;
	width: .32rem;
	height: .32rem;
	background: url(../images/model/sprite.png) no-repeat;
	background-size: 2rem 1rem;
	position: absolute;
	left: -.32rem;
	top: -.2rem;
}

.modelwrap.vx .dynamics .params .unit {
	font-size: .18rem;
}

.modelwrap.vx .dynamics .params .det {
	font-size: .2rem;
}

.modelwrap.vx .dynamics .params.lt .num {}

.modelwrap.vx .dynamics .params.rt .num:before {
	background-position: -.3rem top;
}

.modelwrap.vx .dynamics .params.lb .num:before {
	background-position: -.64rem top;
}

.modelwrap.vx .dynamics .params.rb .num:before {
	background-position: -1.02rem top;
}

.modelwrap.vx .dynamics .swiper-slide .txt {
	right: 1rem;
	top: 2rem;
	font-size: .2rem;
}

/*safety*/


.modelwrap.vx .safety .pic_det {
	width: 6.48rem; 
	position: absolute;
	left: 50%; 
	/*left: 0;*/
	text-align: center;
	margin-left: -3.24rem; 
	/* margin-left: -1.75rem; */
	/* margin-left: -2.45rem; */
	top: 1.82rem;
}

.modelwrap.lx .safety .pic_det {
	/* width: 6.48rem; */
	/* width: 3.5rem; */
	width: 100%;
	/*position:absolute;*/
	/* left: 50%; */
	left: 0;
	text-align: center;
	/* margin-left: -3.24rem; */
	/* margin-left: -1.75rem; */
	/* margin-left: -2.45rem; */
	margin-left:0;
	top: 1.82rem;
}

.modelwrap.lx .safety .lx-box-txt img {
	width: 100%;
}

.modelwrap.lx .safety .lx-box-txt .text {
	/* position: absolute;
	left: 2.86rem; 
	top: 50%;*/
	/*transform: translateX(50%); */
	color: #acadae;
	font-size: .19rem;
	line-height: .34rem;
}


/*params*/
.modelwrap .params_module {
	padding-bottom: 1.1rem;
	background: #ffffff;
}

.modelwrap .params_module:before {
	content: '';
	display: block;
	width: 100%;
	height: 4.56rem;
	background: #717781;
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap .params_module .car {
	text-align: center;
	position: relative;
	z-index: 1;
}

.modelwrap .params_module .car .name {
	display: block;
	font-size: 3rem;
	color: #94989f;
	font-family: initial;
	letter-spacing: -.12rem;
}

.modelwrap .params_module .car .pic {
	width: 7.25rem;
	margin-top: -1.25rem;
}

.modelwrap .params_module .car .label {
	font-size: .24rem;
	color: #2d2d2d;
	display: block;
	font-weight: bold;
	margin-top: .45rem;
}

.modelwrap .params_module .params {
	margin-top: 1.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelwrap .params_module .params .item {
	font-size: .18rem;
	padding: 0 .35rem;
	position: relative;
}

.modelwrap .params_module .params .item:after {
	content: '';
	display: block;
	width: 1px;
	height: .78rem;
	background: #b4b4b4;
	position: absolute;
	right: 0;
	top: 0;
}

.modelwrap .params_module .params .item:last-child:after {
	display: none;
}

.modelwrap .params_module .params .item .det {
	display: block;
	margin-bottom: .05rem;
	font-size: .18rem;
}

.modelwrap .params_module .params .item .num {
	font-size: .46rem;
	font-family: DINCond-Bold;
}

.modelwrap .params_module .params .item .unit {
	font-size: .18rem;
}

/*360æ¨¡å—*/
.modelwrap .car_views {
	padding: .45rem 0;
	position: relative;
	background: url(../images/model/bg_360.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.modelwrap .car_views .car-box {
	margin: 3rem 0 0.6rem;
}

.modelwrap .car_views .car-box img {
	display: none;
	width: 8rem;
	margin: 0 auto;
}

.modelwrap.vx .car_views .car-box img {
	width: 7rem;
}

.modelwrap.lx .car_views .car-box img, .modelwrap.txl .car_views .car-box img {
	width: 8rem;
}

.modelwrap .car_views .car-box img.on {
	display: block;
}

.modelwrap .car_views .tit_360 {
	font-size: .4rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
	padding: .2rem 0;
	position: relative;
}

.modelwrap .car_views .tit_360:after {
	content: '';
	display: block;
	width: .44rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.255rem;
	bottom: 0;
}

.modelwrap .car_views .rotate_icon {
	position: absolute;
	right: 18%;
	top: 30%;
	z-index: 1;
	width: 1.4rem;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelwrap .car_views .rotate_icon .ro {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotate infinite 5s linear;
	-webkit-animation: rotate infinite 5s linear;
	-ms-animation: rotate infinite 5s linear;
}

.modelwrap .car_views .rotate_icon .ct {
	width: .26rem;
	height: .26rem;
	position: relative;
	z-index: 1;
	transition: all .32s ease-in-out;
}

.modelwrap .car_views .rotate_icon .ct:hover {
	transform: scale(1.3);
}

.modelwrap .car_views .model_360 {
	overflow: hidden;
	width: 62.5%;
	height: 6.33rem;
	margin: 0 auto;
	position: relative;
}

.modelwrap .car_views .model_360 .threesixty {
	width: 100%;
	height: 6.33rem;
}

.modelwrap .car_views .model_360 #interior_360 {
	width: 100%;
	height: 6.33rem;
	cursor: move;
}

.modelwrap .car_views .change_E_I {
	display: flex;
	justify-content: center;
	width: 4.18rem;
	margin: .46rem auto;
	color: #010103;
	font-size: .2rem;
}

.modelwrap .car_views .change_E_I span {
	cursor: pointer;
	width: 47.36%;
	height: .43rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #000000;
	transition: all .42s ease-in-out;
}

.modelwrap .car_views .change_E_I span.on {
	background: #c78e66;
	border: none;
	color: #ffffff;
}

.modelwrap .car_views .change_E_I span+span {
	margin-left: .24rem;
}

.modelwrap .car_views .color_cut {
	height: .53rem;
}

.modelwrap .car_views .color {
	text-align: center;
	position: relative;
	font-size: 0;
	padding-top: .2rem;
}

.modelwrap .car_views .color.off {
	display: none;
}

/*.modelwrap .car_views .color span.on{border: 1px solid #b2b2b2;}*/

.modelwrap .car_views .color {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelwrap .car_views .color span {
	cursor: pointer;
	margin: 0 0.06rem;
	display: inline-block;
	width: .44rem;
	height: .18rem;
	background: #38393e;
	transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	box-sizing: border-box;
	position: relative;
	transition: width .3s, height: .3s;
	-ms-transition: width .3s, height: .3s;
}

.modelwrap .car_views .color span:after {
	content: '';
	opacity: 0;
	display: block;
	border: 1px solid #858585;
	width: .44rem;
	height: .18rem;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .car_views .color span.on {
	width: .62rem;
	height: .25rem;
}

.modelwrap .car_views .color span.on:after {
	opacity: 1;
	width: .7rem;
	height: .3rem;
	left: -.06rem;
	top: -.04rem;
}

.modelwrap .car_views .pop_360_rou {
	width: 100%;
	position: relative;
}

.modelwrap .car_views .pop_360_rcon {
	width: 100%;
}

.modelwrap .car_views #interior_360 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
}

.modelwrap .color_cut .color span.white {
	background: #fff;
}

.modelwrap .color_cut .color span.black {
	background: #000000;
}

.modelwrap .color_cut .color span.gray1 {
	background: #576470;
}

.modelwrap .color_cut .color span.gray2 {
	background: #393a3f;
}

.modelwrap .color_cut .color span.purple {
	background: #4c2139;
}

.modelwrap .color_cut .color span.blue {
	background: #0a1475;
}



.modelwrap .model_360 #image-reel {
	width: 100%;
	height: 5.4rem;
	cursor: url(../images/360_view/cursor.cur), move;
}

.modelwrap .model_360 #image {
	width: 100%;
	height: 100%;
}

.modelwrap .model_360 .reel-preloader {
	display: none !important;
}

/*news*/
.newswrap {
	padding: 2.1rem 1.6rem 1.3rem;
	background-image: url(../images/news_bg.jpg);
}

.newswrap .btn {
	width: 2.27rem;
	height: .43rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px #ffffff inset;
	cursor: pointer;
}

.newswrap .banner_news {}

.newswrap .banner_news .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newswrap .banner_news .img {
	width: 47.625%;
	flex-shrink: 0;
}

.newswrap .banner_news .img .pic {
	width: 100%;
}

.newswrap .banner_news .text {
	width: 49.25%;
	font-size: .2rem;
	color: #cacaca;
}

.newswrap .banner_news .text .date {
	font-size: .2rem;
}

.newswrap .banner_news .text .title {
	margin-bottom: .5rem;
	margin-top: .12rem;
	font-size: .36rem;
	color: #c78e66;
	line-height: .52rem;
	font-weight: bold;
}

.newswrap .banner_news .text .det {
	line-height: .32rem;
	margin-bottom: .78rem;
	font-size: .2rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
}

.newswrap .swiper-pagination {
	width: 46%;
	text-align: right;
	padding-right: .1rem;
}

.newswrap .swiper-pagination .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
	margin: 0 .06rem;
}

.newswrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #c78e66;
}

.newswrap .same_list {
	padding-top: 1rem;
}

.newswrap .same_list .title {
	font-size: .42rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: .38rem;
}

.newswrap .same_list .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newswrap .same_list .list .item {
	margin-bottom: .56rem;
	cursor: pointer;
}

.newswrap .same_list .list .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.newswrap .same_list .list .pic {
	width: 100%;
	transition: all .3s;
}

.newswrap .same_list .list .det {
	display: block;
	font-size: .22rem;
	line-height: .36rem;
	color: #ffffff;
	margin-top: .15rem;
	margin-bottom: .1rem;
}

.newswrap .same_list .list .date {
	font-size: .2rem;
	color: #a4a7ab;
}

.newswrap .same_list .btn {
	margin: 0 auto;
}

.newswrap .news_list .item {
	width: 31.25%;
}

.newswrap .news_list .list .item:hover .pic {
	transform: scale(1.1);
}

.newswrap .news_list .list:after {
	content: '';
	display: block;
	width: 31.25%;
	height: 0;
}

.newswrap .video_list .item {
	width: 47%;
}

.newswrap .video_list .play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/play.png) rgba(0, 0, 0, 0.6) no-repeat center center;
	background-size: .97rem .97rem;
	cursor: pointer;
	opacity: 0;
	transition: all .3s;
}

.newswrap .video_list .item:hover .play {
	opacity: 1;
}

.newswrap .video_pop {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.newswrap .video_pop .video_wrap {
	width: 68%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.newswrap .video_pop .video_wrap .video {
	width: 100%;
}

.newswrap .video_pop .play {
	width: .97rem;
	height: .97rem;
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -.485rem;
	cursor: pointer;
	background: url(../images/play.png) no-repeat;
	background-size: 100% 100%;
}

.newswrap .video_pop .video_wrap .btn {
	margin: .45rem auto;
}

/*å†…é¡µ*/
.newswrap .news_cont {
	width: 66%;
	margin: 0 auto;
}

.newswrap .news_title {
	text-align: center;
	margin-bottom: .6rem;
}

.newswrap .news_title h3 {
	font-weight: bold;
	line-height: .6rem;
	font-size: 32px;
	color: #c78e66;
	margin-bottom: .2rem;
}

.newswrap .news_title .date {
	font-size: 18px;
	color: #cacaca;
}

.newswrap .cont h4 {
	font-size: 22px;
	color: #ffffff;
	line-height: .5rem;
}

.newswrap .cont p, .newswrap .cont *, .newswrap .cont {
	font-size: 18px;
	color: #cacaca;
	line-height: .4rem;
	text-align: justify;
}
.newswrap .cont p{
	margin-bottom: 15px;
}

.newswrap .cont ul {
	margin-left: 2.4em;
}

.newswrap .cont img {
	width: 100%;
	margin-bottom: .35rem;
}

.newswrap .news_cont .btn {
	margin: 15px auto 0;
}

/*contact*/
.contactwrap {
	padding: 4.2rem 0 1.6rem;
	background-image: url(../images/contact_bg2.jpg);
	background-color: #000000; /*#000a23;*/
}

.contactwrap .form {
	width: 78.125%;
	margin: 0 auto;
}

.contactwrap .form .row {
	display: flex;
	justify-content: space-between;
}

.contactwrap .form .row .tit {
	font-size: .42rem;
	font-weight: bold;
	color: #ffffff;
	width: 18%;
	text-align: right;
}

.contactwrap .form .row .ipt_group {
	width: 76%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactwrap .form .row:first-child .ipt_group {
	/*justify-content: flex-start;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactwrap .form .row:first-child .ipt_group .red {
	margin-left: .1rem;
	margin-top: .2rem;
}

.contactwrap .form .row .ipt_wrap {
	width: 48%;
	margin-bottom: .52rem;
}

.contactwrap .form .row .textarea_wrap {
	width: 100%;
}

.contactwrap .form .row input,
.contactwrap .form .row select,
.contactwrap .form .row textarea {
	width: 100%;
	height: .54rem;
	font-size: .18rem;
	color: #000000;
	line-height: .54rem;
	background: #cacaca;
	border: none;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-family: none;
}

.contactwrap .form .row input.telefono {
	width: 90% !important;
}
.ipt_wrap span {
	color: #fff;
	width: 9%;
	display: inline-block;
}

input[type="checkbox"]{
	width: 22px!important;
	height: 22px!important;
	padding: 0!important;
}
input[type="checkbox"].error{
    outline: 1px solid #ff0000; 
    -webkit-box-shadow: 0px 0px 0px 1px rgb(255 0 0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgb(255 0 0);
}

input[type=checkbox].error:checked:before {
	color: black !important;
}

.contactwrap .form .row textarea {
	resize: none;
	height: 2.18rem;
	line-height: .36rem;
	padding: .1rem .2rem;
}

.contactwrap .form .row .label {
	font-size: .2rem;
	color: #c78e66;
	margin-bottom: .14rem;
	display: block;
}

.contactwrap .form .row .red {
	color: #ff0101;
	font-size: .16rem;
}

.contactwrap .form .submit {
	border: none;
	outline: none;
	color: #ffffff;
	font-size: .18rem;
	font-weight: bold;
	background: #c78e66;
	width: 2.28rem;
	height: .64rem;
	cursor: pointer;
	margin-top: .4rem;
}

.contactwrap .form .row select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/select_icon.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: .18rem .11rem;
}

/*è®¾ç½®selectä¸‹æ‹‰æ¡†çš„æ ·å¼ï¼ŒåŽ»æŽ‰ä¸‹æ‹‰æ¡†ç®­å¤´*/
.contactwrap .form .row select::-ms-expand {
	display: none;
}

/*technology*/
.techwrap .icon {
	display: block;
	width: .52rem;
	height: .52rem;
	background-image: url(../images/technology_icon.png);
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
}

.techwrap {
	padding: 2.1rem 0 1rem;
	background-image: url(../images/technology_bg.jpg);
}

.techwrap .content {
	padding: 0 2.1rem;
}

.techwrap .video_wrap .play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/play.png) no-repeat center center;
	background-size: .97rem .97rem;
	cursor: pointer;
}

.techwrap .content .title {
	font-size: 34px;
	color: #c78e66;
	position: relative;
	padding: 18px 0;
	font-weight: bold;
	margin-bottom: 40px;
}

.techwrap .content .title:after {
	content: '';
	display: block;
	width: 145px;
	height: 2px;
	background: #c78e66;
	position: absolute;
	left: 0;
	bottom: 0;
}

.newEnergy .content .title {
	text-align: center;
}

.newEnergy .content .title:after {
	left: 50%;
	transform: translateX(-50%);
}

.newEnergy .content .p1 {
	text-align: center;
}

.techwrap .content p {
	position: relative;
	font-size: 20px;
	line-height: 36px;
	color: #cacaca;
	margin-bottom: 35px;
}

.techwrap .pic_show {
	width: 100%;
	position: relative;
}

.techwrap .pic_show .pic {
	width: 100%;
}

.techwrap .pic_show .top-pic {
	/* margin-top: -2.1rem; */
	margin-top: -1rem;
}

.techwrap .pic_show .text {
	color: #cacaca;
}

.techwrap .pic_show .text .icon {
	margin: 0 .08rem;
}

.techwrap .pic_show .text .it {
	font-size: .18rem;
	position: absolute;
}

.techwrap .pic_show .text .it .txt {
	display: flex;
	align-items: center;
	height: .7rem;
	position: relative;
}

.techwrap .pic_show .text .it .txt:after {
	content: '';
	display: block;
	width: .66rem;
	height: .04rem;
	background: #bf8863;
	position: absolute;
	bottom: -.03rem;
	left: 0;
}

.techwrap .pic_show .text .it.rt .txt:after {
	right: 0;
	left: auto;
}

.techwrap .pic_show .text .it.rt .txt {
	justify-content: flex-end;
}

.techwrap .platform_show .text .it {
	width: 4.74rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	padding-bottom: .7rem;
}

.techwrap .platform_show .text .it.lf {
	height: 1.13rem;
	background-image: url(../images/technology_arr_l.png);
}

.techwrap .platform_show .text .it.rt {
	height: .62rem;
	background-image: url(../images/technology_arr_r.png);
}

.techwrap .platform_show .text .it:nth-child(1) {
	left: 16.7%;
	top: 3rem;
}

.techwrap .platform_show .text .it:nth-child(2) {
	right: 23.4%;
	top: 2.7rem;
}

.techwrap .platform_show .text .it:nth-child(3) {
	right: 13%;
	top: 4.26rem;
}

.techwrap .platform_show .text .it:nth-child(1) .icon {
	background-position: left top;
}

.techwrap .platform_show .text .it:nth-child(2) .icon {
	background-position: center top;
}

.techwrap .platform_show .text .it:nth-child(3) .icon {
	background-position: right top;
}

.techwrap .powertrain_show {
	margin-bottom: -.5rem;
}

.techwrap .powertrain_show .text .it {
	width: 3.42rem;
	border-bottom: 0.02rem solid #bdc1c6;
}

.techwrap .powertrain_show .text .it.lf {
	left: 11.86%;
}

.techwrap .powertrain_show .text .it.rt {
	right: 12.65%;
}

.techwrap .powertrain_show .text .it:nth-child(1),
.techwrap .powertrain_show .text .it:nth-child(3) {
	top: 1.6rem;
}

.techwrap .powertrain_show .text .it:nth-child(2),
.techwrap .powertrain_show .text .it:nth-child(4) {
	top: 3.18rem;
}

.techwrap .powertrain_show .text .it:nth-child(1) .icon {
	background-position: left center;
}

.techwrap .powertrain_show .text .it:nth-child(2) .icon {
	background-position: right center;
}

.techwrap .powertrain_show .text .it:nth-child(3) .icon {
	background-position: center center;
}

.techwrap .powertrain_show .text .it:nth-child(4) .icon {
	background-position: left bottom;
}

.techwrap .para {
	margin-bottom: .6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.techwrap .para_3, .techwrap .para_6 {
	flex-direction: row-reverse;
}

.techwrap .para h5 {
	position: relative;
	font-size: 20px;
	color: #c78e66;
	padding-left: 22px;
	line-height: 38px;
}

.techwrap .para h5:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 200px 200px;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -7px;
}

.techwrap .para .dot:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 200px 200px;
	margin-right: 5px;
}

.techwrap .para p.num span {
	display: inline-block;
	font-size: 16px;
	width: 20px;
	height: 20px;
	background: #c78e66;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	margin-right: .05rem;
}

.techwrap .para.textimg .pic_show {
	width: 48.5%;
	flex-shrink: 0;
}

.techwrap .para.textimg .text {
	width: 49%;
}

.techwrap .para.clearfix {
	display: block;
}

.techwrap .para.clearfix .pic_show {
	float: right;
	margin-left: .3rem;
	padding-top: .3rem;
}

.techwrap .para.clearfix .text {
	width: auto
}

.techwrap .para .side {
	font-size: .28rem;
	width: 3.8rem;
	height: .64rem;
	line-height: .64rem;
	font-weight: bold;
	color: #ffffff;
	padding: 0 .32rem;
	box-sizing: border-box;
	position: absolute;
	right: -2.1rem;
	bottom: .2rem;
}

.techwrap .para .side.linearGradientToLeft {
	text-align: right;
	right: auto;
	left: -2.1rem;
}

/*.techwrap .para.para_1 .side{bottom: .24rem;}
.techwrap .para.para_3 .side{bottom: .2rem;}
.techwrap .para.para_4 .side{bottom: .24rem;}
.techwrap .para.para_6 .side{bottom: .24rem;}*/
.techwrap.adas .para.para_7 .side {
	bottom: .6rem;
}

.techwrap.adas .para.para_8 .side {
	top: 3.54rem;
	bottom: auto;
}

.techwrap .params_wrap .text {
	width: 100%;
}

.techwrap .params {
	margin: .56rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.techwrap .params .item {
	font-size: .18rem;
	padding: 0 .5rem;
	position: relative;
	color: #ffffff;
}

.techwrap .params .item:after {
	content: '';
	display: block;
	width: 1px;
	height: .78rem;
	background: #808994;
	position: absolute;
	right: 0;
	top: 0;
}

.techwrap .params .item:last-child:after {
	display: none;
}

.techwrap .params .item .det {
	display: block;
	margin-bottom: .05rem;
	font-size: .18rem;
}

.techwrap .params .item .num {
	font-size: .46rem;
	font-family: DINCond-Bold;
	color: #c78e66;
}

.techwrap .params .item .unit {
	font-size: .18rem;
}



.linearGradientToRight {
	background: -webkit-linear-gradient(left, #c78e66, #282a34);
	background: -ms-linear-gradient(left, #c78e66, #282a34);
	background: linear-gradient(to right, #c78e66, #282a34);
}

.linearGradientToLeft {
	background: -webkit-linear-gradient(right, #c78e66, #282a34);
	background: -ms-linear-gradient(right, #c78e66, #282a34);
	background: linear-gradient(to left, #c78e66, #282a34);
}

/* txl */


.modelwrap.vx .dynamics .params.rt{
	right: 1.7rem;
}
.modelwrap.txl .dynamics .params.rt{
	right: 4.7rem;
}

.modelwrap.txl .params_module .car .pic {
	width: 7.99rem;
}

/* lx */
.modelwrap.lx .same_module.safety .cut_tab:before {
	width: 0;
}

.modelwrap.lx .same_module.safety .cut_tab {
	margin-left: -14%;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

.modelwrap.lx .module .title {
	position: absolute;
	top: .52rem;
	z-index: 2;
}

.modelwrap.lx .module .title h4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modelwrap.lx .module .title h4 .big_num {
	font-size: .6rem;
	padding-right: .1rem;
	position: relative;
	margin-right: .1rem;
}

.modelwrap.lx .module .title h4 .big_num:after {
	content: '';
	display: block;
	width: .03rem;
	height: .47rem;
	background: #c50d27;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.23rem;
}

.modelwrap.lx .module .samebox {
	z-index: 1;
}

.modelwrap.lx .module .samebox .pic {
	width: 100%;
}

.modelwrap.lx .module .samebox .imgscroll {
	width: 100%;
	overflow: hidden;
}

.modelwrap.lx .module .samebox .imgscroll img {
	width: 134.84375%;
	animation: imgscroll 60s infinite ease-in-out;
	-webkit-animation: imgscroll 60s infinite ease-in-out;
}

.modelwrap.lx .module .samebox .textbox {
	position: absolute;
	z-index: 2;
}

.modelwrap.lx .module .samebox .textbox .textSwi {
	height: .78rem;
}

.modelwrap.lx .module .cutTab {
	text-align: center;
	position: absolute;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	bottom: .42rem;
	z-index: 2;
}

.modelwrap.lx .module .cutTab .cutbtn {
	font-size: .24rem;
	color: #c8b7b1;
	margin: 0 .19rem;
	width: 18.75%;
	cursor: pointer;
}

.modelwrap.lx .module .cutTab .cutbtn.on {
	color: #ffffff !important;
}

.modelwrap.lx .module .cutwindow {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.modelwrap.lx .module .cutwindow .cutbtn {
	width: 33.33333%;
	position: relative;
}

.modelwrap.lx .comfort .samebox .textbox {
	background: rgba(255, 255, 255, 0.15);
	padding: .2rem .12rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modelwrap.lx .tech .imgwrap {
	width: 100%;
	position: relative;
}

.modelwrap.lx .tech .imgwrap img {
	width: 100%;
}

.modelwrap.lx .tech .imgwrap img.pic {
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap.lx .tech .imgwrap .warningbox {
	overflow: hidden;
}

.modelwrap.lx .tech .imgwrap img.warning {
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s ease-out;
}

.modelwrap.lx .tech .imgwrap img.warning.on {
	opacity: 1;
}

.modelwrap.lx .tech .imgwrap .w1.on {
	transition-delay: .2s;
}

.modelwrap.lx .tech .imgwrap .w2.on {
	transition-delay: .4s;
}

.modelwrap.lx .tech .imgwrap .w3.on {
	transition-delay: .6s;
}

.modelwrap.lx .tech .imgwrap img.warning.off {
	opacity: 0;
}

.modelwrap.lx .tech .imgwrap .w1.off {
	transition-delay: .6s;
}

.modelwrap.lx .tech .imgwrap .w2.off {
	transition-delay: .4s;
}

.modelwrap.lx .tech .imgwrap .w3.off {
	transition-delay: .2s;
}

.modelwrap.lx .tech .imgwrap .movecar {
	transform: translate(-.1rem, -.1rem);
	opacity: 1 !important;
}

.modelwrap.lx .tech .imgwrap .movecar.on {
	transform: translate(.1rem, .1rem);
}

.modelwrap.lx .tech .imgwrap .movecar.off {
	transform: translate(-.1rem, -.1rem);
}

.modelwrap.lx .params_module .car .pic {
	width: 9.2rem;
}

/* idea */
.idea {
	padding-top: 2.1rem;
	padding-bottom: 1.5rem;
	background-image: url(../images/idea-bg.jpg);
}

.idea .content .idea-slogan {
	width: 100%;
}

.idea .content .section {
	position: relative;
	padding: 0 2.1rem;
}

.idea .content .section .text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 1;
	margin-top: .76rem;
}

.idea .idea-title {
	position: relative;
	margin-bottom: .2rem;
}

.idea .idea-title .title1 {
	font-size: 130px;
	color: #2a3c54;
	font-weight: bold;
	opacity: .5;
	text-align: center;
	letter-spacing: 5px;
	line-height: 1;
}

.idea .idea-title .title2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #c78e66;
	font-weight: bold;
}

.idea .section1 .section-box {
	position: relative;
}

.idea .section1 ul {
	text-align: center;
	margin-top: .9rem;
}

.idea .section1 ul li {
	margin-bottom: .45rem;
}

.idea .section1 ul .list-title {
	position: relative;
	font-size: 22px;
	color: #c78e66;
	margin-bottom: .14rem;
	padding-left: 20px;
	display: inline-block;
	font-weight: bold;
}

.idea .section1 ul .list-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: .06rem solid #c78e66;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.idea .section1 ul .con {
	font-size: 20px;
	color: #fff;
	line-height: 26px;
}

.idea .section .section-con {
	font-size: 20px;
	color: #CACACA;
	line-height: 36px;
	text-align: center;
}

.idea .section2 {
	margin-top: 1.3rem;
}

.idea .section2 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .78rem;
}

.idea .section2 ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.idea .section2 ul li img {
	width: 71px;
}

.idea .section2 ul::before {
	content: '';
	width: 4rem;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.3;
	margin-right: .3rem;
	margin-bottom: .5rem;
}

.idea .section2 ul::after {
	content: '';
	width: 4rem;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.3;
	margin-left: .3rem;
	margin-bottom: .5rem;
}

.idea .section2 ul li {
	margin-right: 1.02rem;
}

.idea .section2 ul li:last-child {
	margin-right: 0;
}

.idea .section2 ul li p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: .2rem;
}

.idea .section3 {
	margin-top: 1.3rem;
	padding: 0;
}

.idea .section3 img {
	width: 100%;
	margin-top: -1.4rem;
}

.idea .section4 {
	margin-top: -2.2rem;
}

.idea .section5 {
	margin-top: 1.5rem;
}

.idea .section .section-con.left-text {
	text-align: left;
}

.idea .section5 .img-box img {
	width: 7.31rem;
	flex: 1;
}

.idea .section5 .img-box img:first-child {
	margin-right: 30px;
}

.idea .section5 .img-box {
	display: flex;
	justify-content: space-between;
	margin-top: .6rem;
}

nav.pc.bg {
	background: rgba(25, 29, 36, .9);
}

/* nav.pc.on .nav-box {
	border-bottom: 1px solid #d2d2d2;
} */

nav.pc.on::before {
	position: absolute;
	left: 3%;
	bottom: .9rem;
	content: '';
	width: 94%;
	height: 1px;
	background: #d2d2d2;
	z-index: 10;
}

nav.pc .nav-ul>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 3px solid transparent;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

nav.pc .nav-ul>li.on>a {
	border-color: #fff;
}

nav.pc .nav-ul>li:first-child {
	position: static;
}

nav.pc {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0%;
	padding-top: 0rem;
	padding-bottom: .9rem;
	box-sizing: border-box;
	transition: all .3s;
}

.nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 10px 0;
}

.nav-box>a {
	position: relative;
	z-index: 10;
}

nav .nav-ul>li {
	transition: all .3s;
	padding: 0 .2rem;
} 

nav .nav-ul>li ul {
	display: none;
	position: absolute;
	left: -.08rem;
	top: 100%;
}

nav .nav-ul>li ul.acerca {
	left: -1.08rem;
}
nav .nav-ul>li ul.ultimos_item {
	left: -2.08rem;
}


nav .nav-ul>li.on ul {
	display: flex;
	height: .9rem;
	line-height: .9rem;
}

nav .nav-ul>li ul li {
	color: #fff;
	font-size: 16px;
	padding: 0;
	padding: 0 .23rem;
}

nav .nav-ul>li ul li a {
	white-space: nowrap;
	padding-bottom: .1rem;
	color: #fff;
}

nav .nav-ul>li ul li:hover a {
	color: #c78e66;
	border-bottom: 1px solid #fff;
}

nav .nav-ul>li ul li:last-child {
	margin-right: 0;
}

nav .nav-ul .type-list {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	display: none;
	justify-content: center;
	background: rgba(25, 29, 36, .9);
}

nav .nav-ul .type-list.on {
	display: flex;
}

nav .nav-ul .type-list .item {
	padding: 2rem .4rem 1.7rem;
	text-align: center;
	width: 20%;
}

nav .nav-ul .type-list .item:hover {
	background: #2a2e34;
}

nav .nav-ul .type-list .title {
	font-size: 1.5rem;
	color: #727984;
	line-height: 1;
	text-align: left;
}

nav .nav-ul .type-list img {
	width: 4rem;
	margin-top: -.3rem;
}

nav .nav-ul .type-list .name {
	font-size: .2rem;
	color: #fff;
	line-height: 1;
	margin-bottom: .26rem;
	margin-top: .1rem;
}

nav .nav-ul .type-list .more {
	font-size: .16rem;
	color: #fff;
	display: inline-block;
	width: 2.26rem;
	height: .46rem;
	line-height: .46rem;
	text-align: center;
	border: 1px solid #7e7d7d;
}

.world-wide {
	background-image: url(../images/world-bg.jpg);
	background-position: center bottom;
	background-size: cover;
}



.club_beneficios {
	background-image: url(../images/club-bg.jpg);
	background-position: center bottom;
	background-size: cover;
}

.club_beneficios .content {
	height: calc(140vh - 1rem);
	padding-top: 2.1rem;
	box-sizing: border-box; 
}


	.club_beneficios h1.club_logo {
	margin: 40px auto 0;
	width: 450px;
	height: 90px;
	background-size: contain;
	text-indent: -900000px;
	background-repeat: no-repeat;
	}

	.club_beneficios .club_bajada {
	margin: 35px auto 0;
	width: 550px;
	height: 60px;
	background-size: contain;
	text-indent: -900000px;
	background-repeat: no-repeat;
	}

	.club_beneficios div.contenido{
		margin-top: 30px;
		text-align: center;
		color: #fff;
	}



@media (max-width: 900px) {
	.club_beneficios {
	background-image: url(../images/club-bg.jpg);
	}
	.club_beneficios .content {
	height: calc(130vh - 1.5rem);
	padding-top: 2.1rem;
	box-sizing: border-box; 
	}


	.club_beneficios h1.club_logo {
	    margin: 10px auto 0;
	    width: 250px;
	    height: 70px;
	    background-size: contain;
	    text-indent: -900000px;
	    background-repeat: no-repeat;
	}

	.club_beneficios .club_bajada {
	    margin: 5px auto 0;
	    width: 310px;
	    height: 50px;
	    background-size: contain;
	    text-indent: -900000px;
	    background-repeat: no-repeat;
	}



}

.world-wide .content, .honors .content {
	height: calc(100vh - 1.6rem);
	padding-top: 2.1rem;
	box-sizing: border-box;
}

.world-wide .content p{
    position: relative;
    font-size: 20px;
    line-height: 36px;
    color: #cacaca;
    margin-bottom: 35px;
    padding: 0 0.3rem;
}

.content .main-title {
	text-align: center;
}

.content .main-title span {
	display: inline-block;
	font-size: 34px;
	color: #c78e66;
	padding-bottom: 20px;
	border-bottom: 3px solid #c78e66;
	font-weight: bold;
}

.world-wide .world-box ul {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	width: 100%;
	height: 2.5rem;
	background: rgba(255, 255, 255, .1);
	align-items: center;
}

.world-wide .world-box ul li {
	margin-right: .96rem;
}

.world-wide .world-box ul li:last-child {
	margin-right: 0;
}

.world-wide .world-box ul li img {
	width: 54px;
	margin-bottom: .24rem;
	display: none;
}

.world-wide .world-box ul li img:first-child {
	display: block;
}

.world-wide .world-box ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.world-wide .world-box ul li a:hover img:first-child {
	display: none;
}

.world-wide .world-box ul li a:hover img:nth-child(2) {
	display: block;
}

.world-wide .world-box ul li span {
	width: 133px;
	border-top: 1px solid rgba(255, 255, 255, .4);
	text-align: center;
	padding-top: .14rem;
	font-size: 18px;
	color: #fff;
}

.world-wide .world-box ul li a:hover span {
	border-color: rgba(199, 142, 102, .4);
	color: #C78E66;
}

/* error-page */
.error-page {
	background-image: url(../images/error-bg.jpg);
	background-position: left bottom;
}

.error-page .content {
	height: calc(100vh - 1.6rem);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-page .content .error-box .title {
	font-size: 2.8rem;
	color: #7591b4;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 10px;
}

.error-page .content .error-box .msg {
	text-align: center;
}

.error-page .content .error-box .msg1 {
	font-size: .3rem;
	color: #bd8964;
	font-weight: bold;
	margin-bottom: .1rem;
}

.error-page .content .error-box .msg2 {
	font-size: .2rem;
	color: #fff;
	margin-bottom: .5rem;
}

.error-page .content .error-box .btn {
	display: flex;
	justify-content: center;
}

.error-page .content .error-box .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.88rem;
	height: .46rem;
	background: #bd8964;
	cursor: pointer;
}

.error-page .content .error-box .btn a span {
	font-size: .16rem;
	color: #fff;
	margin-left: .14rem;
}

.error-page .content .error-box .btn a img {
	width: .22rem;
}

.error-page .content .error-box .btn .return {
	margin-right: .24rem;
}

/* brand-story */
.brand-story {
	padding-top: 2.1rem;
	background-image: url(../images/team-bg.jpg);
}

.brand-story .content {
	padding: 0 2.1rem;
}

.brand-story .content .story-text>div {
	font-size: 20px;
	line-height: 36px;
	color: #cacaca;
	margin-bottom: 40px;
}

.brand-story .content .story-text>div:last-child {
	margin-bottom: 0;
}

.brand-story .content .main-title {
	margin-bottom: .8rem;
}

.brand-story .content .team {
	border: 1px solid #BD8964;
	padding-top: 1.12rem;
	padding-bottom: .3rem;
	position: relative;
	margin-top: 1.4rem;
	margin-bottom: .74rem;
}

.brand-story .content .team .team-title {
	font-size: 30px;
	color: #C78E66;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	padding: 0 .26rem;
	z-index: 10;
	background: #011228;
}

.brand-story .content .team-ul .country-name {
	font-size: .16rem;
	color: #727277;
	margin-top: .1rem;
}

.brand-story .content .team-ul .team-man {
	width: 1.62rem;
	margin-top: .24rem;
}

.brand-story .content .team-ul .name {
	width: 1.7rem;
	height: .28rem;
	text-align: center;
	color: #fff;
	background: #BD8964;
	border-radius: .15rem;
	font-size: .16rem;
	margin-top: -.1rem;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-story .content .team-ul .intro {
	font-size: .16rem;
	color: #fff;
	line-height: .21rem;
	text-align: center;
	margin-top: .1rem;
}

.brand-story .content .team-ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.brand-story .content .team-ul li {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: .66rem;
}

.brand-story .content .team-ul li .country-box {
	height: .44rem;
	display: flex;
	align-items: center;
}

.brand-story .content .team-ul li .country-box .country {
	width: .67rem;
}

.techwrap.brand-story .video_wrap {
	height: 6.42rem;
	margin-top: .74rem;
}

.brand-story .content .team-m .team-title {
	font-size: .42rem;
	color: #C78E66;
	text-align: center;
	font-weight: bold;
	margin: 1rem 0 .86rem 0;
}

/* honors */
.honors {
	background-image: url(../images/team-bg.jpg);
}

.honors .honors-box .main {
	display: flex;
	padding-bottom: 1.12rem;
	background: url(../images/honors-bg.png) no-repeat left bottom / 100% auto;
	margin-top: .4rem;
}

.honors .honors-box .honors-img {
	width: 2.91rem;
	margin-left: 2.62rem;
	margin-right: .9rem;
}

.honors .honors-box .title, .honors .honors-box .author {
	font-size: .2rem;
	color: #cacaca;
}

.honors .honors-box .title {
	margin-bottom: .1rem;
}

.honors .honors-box .author {
	margin-top: .1rem;
	text-align: right;
}

.honors .honors-box .text {
	font-size: .7rem;
	font-weight: bold;
	color: #bd8964;
}

.honors .honors-box .con {
	margin-top: 1.2rem;
}

.honors .content {
	padding-top: 1.4rem;
}

/* event */
.event ul li {
	display: flex;
	justify-content: space-between;
	padding: 0 .34rem;
	padding-bottom: .78rem;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: .78rem;
	position: relative;
}

.event ul li:last-child {
	margin-bottom: 0;
}

.event ul li .img-box {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.event ul li .event-img {
	width: 6.34rem;
	transition: all .3s;
}

.event ul li .event-img:hover {
	transform: scale(1.2);
}

.event ul li .info {
	width: 7.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.event ul li .info .info-title .event-icon {
	width: 52px;
	margin-right: .1rem;
	margin-bottom: .34rem;
}

.event ul li .info .info-title span {
	font-size: 20px;
	color: #CACACA;
	line-height: 52px;
}

.event ul li .info .con {
	font-size: .34rem;
	color: #C78E66;
	line-height: .48rem;
	font-weight: bold;
	margin-bottom: .9rem;
}

.event ul li .info .btn-box {
	text-align: right;
	position: relative;
	z-index: 10;
}

.event ul li .info .detail-btn {
	display: inline-block;
	width: 2.27rem;
	height: .43rem;
	line-height: .43rem;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: .16rem;
}

.event ul li .info .detail-btn:hover {
	box-shadow: 0 0 .1rem #fff inset;
}

.event ul li .bg-text {
	position: absolute;
	right: .1rem;
	bottom: .2rem;
	font-size: 2.1rem;
	font-weight: bold;
	color: rgba(105, 134, 170, 0.05);
	line-height: 1.05rem;
}

.event {
	background-image: url(../images/event-bg.jpg);
}

.video-pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.video-pop .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
}

.video-pop .con {
	width: 68%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-pop .con video {
	width: 100%;
}

.video-pop .con .video-close {
	width: 2.27rem;
	height: 0.43rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px #ffffff inset;
	cursor: pointer;
	margin: 0.45rem auto;
}

/* å…¼å®¹ie11æ ·å¼ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.index .video-wrap video {
		height: auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

input.error,textarea.error,select.error{
background: #e19090!important;}


div.loader {
	display: none;
	background-image: url(../images/cargador.svg);
	background-size: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	margin: 10px auto;
	position: relative;
    overflow: hidden;
}

#cargador_svg_input.loader {
	width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    margin: 4px;
    right: 60px;
}

@media (min-width: 758px) {
	#cargador_svg_input.loader {
	 margin: 6px;
	 right: 15%;
	}
}

 div.exito , div.error{
	opacity: 0;
}

 div.exito h4,  div.error h4{
	font-size: .32rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
}


/*single*/
.int_articulos ul{
list-style-type: disc;
}

.int_articulos h4{
	margin-top: 20px;
    margin-bottom: 10px;
}

.int_articulos figure{
margin: 0;
}
.int_articulos img{
width: 100%!important;
min-height: 100px!important;
height: auto!important;
}

.int_articulos iframe{
width: 100%!important;
min-height: 100px!important;
height: auto!important;
}

@media (min-width: 420px) {
	.int_articulos iframe{
	min-height: 200px!important;
	}
}

@media (min-width: 768px) {
	.int_articulos iframe{
	min-height: 400px!important;
	}
}

@media (min-width: 1024px) {
	.int_articulos iframe{
	min-height: 500px!important;
	}
}
/*end single*/



/*pagina por defecto*/
.brand-story h2{
	font-size: .3rem;
    line-height: .4rem;
    margin-bottom: 0.6rem;
    color: #C78E66;
    font-weight: bold;
}
.brand-story figure{
margin: 0;
}

.brand-story iframe{
width: 100%!important;
min-height: 100px!important;
height: auto!important;
}

@media (min-width: 420px) {
	.brand-story iframe{
	min-height: 200px!important;
	}
}

@media (min-width: 768px) {
	.brand-story iframe{
	min-height: 400px!important;
	}
}

@media (min-width: 1024px) {
	.brand-story iframe{
	min-height: 500px!important;
	}
}

.brand-story ul li {
	display: flex;
	justify-content: space-between;
	padding: 0 .34rem;
	padding-bottom: .78rem;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: .78rem;
	position: relative;
}

.brand-story ul li:last-child {
	margin-bottom: 0;
}

.brand-story ul li .img-box {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.brand-story ul li .event-img {
	width: 6.34rem;
	transition: all .3s;
}

.brand-story ul li .event-img:hover {
	transform: scale(1.2);
}

.brand-story ul li .info {
	width: 7.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.brand-story .content.listado {
	padding: 0 2.1rem!important;
}


.brand-story ul li .info .btn-box {
	text-align: right;
	position: relative;
	z-index: 10;
}

.brand-story ul li .info .detail-btn {
	display: inline-block;
	width: 2.27rem;
	height: .43rem;
	line-height: .43rem;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: .16rem;
}

.brand-story ul li .info .detail-btn:hover {
	box-shadow: 0 0 .1rem #fff inset;
}


.brand-story a , .brand-story a strong{
    color: #c78e66;
}


@media (max-width: 900px) {
	.brand-story ul li {
		display: block;
		padding: 0;
		padding-bottom: 1.16rem;
		margin-bottom: 1rem;
	}

	.brand-story ul li .event-img {
		width: 100%;
		margin-bottom: .62rem;
	}

	.brand-story ul li .info {
		display: block;
		width: 100%;
	}

	.brand-story ul li .info .info-title {
		margin-bottom: .4rem;
	}

	.brand-story .content.listado{
		padding: 0 .35rem!important;
	}

	.brand-story ul li .info .detail-btn {
		width: 2.32rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .2rem;
	}


}

/*End pagina por defecto*/

footer span.naranjo {
	color: #aaa6a6;
}


/*pagina busqueda*/
.ipt_wrap {
    width: 100%;
    margin-bottom: 0.4rem;
}
.ipt_wrap input{
    height: 0.7rem;
    font-size: .24rem;
    line-height: .7rem;
    width: 100%;
    height: 0.54rem;
    font-size: .18rem;
    color: #000000;
    line-height: .54rem;
    background: #cacaca;
    border: none;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-family: none;
}


.paginador{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin: 30px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.paginador li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 2px;
	color: #000;
	width: 20px;
	height: 20px;
}
.paginador li a{
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: .18rem;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.paginador li a.active{
	background: #c88e66;
}
.paginador li.arrow a{
	color: #c88e66;
	font-weight: bold;
	font-size: 0.3rem;
}
@media screen and (min-width:  768px){
	.paginador li{
		margin: 0 10px;
		width: 30px;
		height: 30px;
	}
	.paginador li a{
		text-decoration: none;
		font-size: .2rem;
		line-height: 30px;
	}
	.paginador li a.active{
		background: #c88e66;
	}
}

/*End pagina busqueda*/


/*pagina concesionarios*/
.buscador-sucursales p{
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #cacaca;
    margin-top: 35px;
    margin-bottom: 10px;
}
.buscador-sucursales form{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.buscador-sucursales .ipt_wrap {
    width: 100%;
    margin-bottom: 0.4rem;
}
.buscador-sucursales .label {
	font-size: .2rem;
	color: #c78e66;
	margin-bottom: .14rem;
	display: block;
}
.buscador-sucursales select {
	width: 100%;
	height: .54rem;
	font-size: .18rem;
	color: #000000;
	line-height: .54rem;
	background: #cacaca;
	border: none;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-family: none;
}

.buscador-sucursales .tabs-mod{
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  z-index: 1;
}
.buscador-sucursales .tabs-mod li{
  position: relative;
  display: block;
  float: left;
  margin: 0px 2% 0px 0px;
  width: 49%;
  height: 35px;
  background-color: #cacaca;
  cursor: pointer;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.buscador-sucursales .tabs-mod li:last-of-type{
  margin-right: 0%;
}
.buscador-sucursales .tabs-mod li.active,.buscador-sucursales .tabs-mod li:hover{
  background-color: #c78e66;
}
.buscador-sucursales .tabs-mod li span{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #c78e66;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.buscador-sucursales .tabs-mod li.active span,.buscador-sucursales .tabs-mod li:hover span{
  color: #fff;
}
.results-list{
  position: relative;
  display: none;
  margin: 20px 5% 20px 5%;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 0;
}
.results-list.active{
  display: block;
  opacity: 1;
}

.results-list .resultado {
    position: relative;
    display: block;
    margin: 0px auto 10px auto;
    width: 100%;
    height: auto;
    background-color: #011228;
    color: #cacaca;
    overflow: hidden;
    padding: 25px 10px;
    border-bottom: 2px solid #c78e66;
}

.results-list .resultado h5{
	font-size: .25rem;
    color: #c78e66;
    margin-bottom: 0.1rem;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.results-list .resultado h4{
	text-transform: uppercase;
	margin-top: 0.25rem;
    margin-bottom: 0.18rem;
    display: block;
    font-weight: 700;
}


.results-list .resultado ul{
  position: relative;
  display: block;
  margin: 15px 0px 0px 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px;
  list-style: none;
}
.results-list .resultado ul li{
  position: relative;
  display: block;
  margin: 0px auto 8px auto;
  text-align: left;
  width: 100%;
  height: auto;
  min-height: 24px;
  color: #cacaca;
  font-size: 13px;
  font-weight: 700;
  padding-left: 34px;
  filter: opacity(0.6) drop-shadow(0 0 0 white);
}
.results-list .resultado ul li a{
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
}

.results-list .resultado ul li:last-of-type{
  margin-bottom: 0px;
}
.results-list .resultado ul li:before{
  position: absolute;
  display: block;
  content: ' ';
  margin: 0px;
  left: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.results-list .resultado ul li.titulo:before{
	margin: 0;
  	padding: 0;
}
.results-list .resultado ul li.titulo{
	margin-bottom: 0.18rem;
  	display: block; 
    font-weight: 700;
}
.results-list .resultado ul li.fono:before{
  background-image: url(../images/icon_telefono.png);
}
.results-list .resultado ul li.fecha:before{
  background-image: url(../images/icon_horario.png);
}
.results-list .resultado ul li.waze:before{
  background-image: url(../images/icon_waze.png);
}
.results-list .resultado ul li.g_map:before{
  background-image: url(../images/icon_mapa.png);
}
.results-list .resultado ul li.direccion:before{
  background-image: url(../images/icon_mapa.png);
}


.resultado_info h5{
	font-size: .25rem;
    color: #c78e66;
    margin-bottom: 0.1rem;
    display: block;
    font-weight: 700;
}
.resultado_info h4{
    margin-bottom: 0.18rem;
    display: block;
    font-weight: 700;
}


.results-list #mapa{
  position: relative;
  display: block;
  margin: 40px auto 25px auto;
  width: 100%;
  height: 450px;
  background-color: #f2f2f2;
  overflow: hidden;
}

#resultado_busqueda{
	display: none;
	margin-bottom: 0.1rem;
    font-size: 0.2rem;
    color: #cacaca;
    font-weight: 700;
    text-align: center;
}


@media screen and (min-width:  768px){

.buscador-sucursales .ipt_wrap {
    width: 32%;
    margin-bottom: 0.4rem;
	}

}

/*End pagina concesionarios*/
h2.tit-news{
	color: #fff;
	font-size: 30px;
}
h2.tit-news small{
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 25px 0 0 0;
	position: relative;
}
h2.tit-news small:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 60px;
	height: 2px;
	background: #c38a6e;
	left: 0;
	top: 15px;
}
@media screen and (min-width: 768px){
	h2.tit-news{
		font-size: 40px;
	}
	h2.tit-news small{
		font-size: 22px;
		padding: 50px 0 0 0;
	}
	h2.tit-news small:before{
		top: 30px;
	}
}
/*Concesionario*/

@media screen and (min-width: 768px){
	.logo.principal{
		width: 140px;
	}

	.logo.concesionario{
		width: 130px;
	}

	.logo.concesionario.esj_4{
		width: 150px;
	}
	.logo.concesionario.esj_5{
		width: 200px !important;
	}
}

@media screen and (min-width: 1400px){
	.logo.principal{
		width: 140px;
	}

	.logo.concesionario{
		width: 130px;
	}


	.logo.concesionario.esj_4{
		width: 160px;
	}
}

/* menu html */
.carlist .box .bg{
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.carlist .box .bg .caja{
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 10%;
	vertical-align: middle;
}
.carlist .box .bg .caja h2.modelo-auto{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 100px;
    color: #2c2c2c;
    opacity: .4;
    text-align: left;
}
.carlist .box .bg .caja img.auto{
	display: block;
    position: relative;
    overflow: hidden;
    width: 70%;
    margin: 40px 0 0 30px;
    padding: 0;
}
.carlist .box .bg .caja h4.bajada-auto{
	color: #000;
	font-size: 18px;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.carlist .box .bg .caja a.more{
	display: block;
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 30px;
	margin:  0 auto;
	border: 1px solid #000;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.carlist .box .bg .caja a.more:hover{
	color: #fff;
	background: #c78e66;
	border: 1px solid #c78e66;
}


/*MENU footer*/

footer .center-box{
	margin-top: 5px;
	margin-bottom: 15px;
}

footer .center-box.ancho_2{
	width: 38%;
}

footer .center-box ul.columna_2{
  columns: 2; 
  -webkit-columns: 2; 
  -moz-columns: 2;   
}

footer .center-box ul li{
    margin: 0;
    padding: 0 0 2px;
} 

footer .center-box ul.columna_2 li{
    padding: 0 5% 2px 0;
}
footer .center-box ul.columna_2 li:nth-child(4),
footer .center-box ul.columna_2 li:nth-child(5),
footer .center-box ul.columna_2 li:nth-child(6){
 padding: 0 0 2px 0;
}



footer .center-box a{
	color: #c78e66;
	font-size: .25rem;
	line-height: 20px;
	text-decoration: underline;
}

footer .center-box  a:hover{
	color: #aaa6a6;
}


@media screen and (min-width: 768px){
	footer .center-box{
		margin-top: 0;
	}
	footer .center-box a{
		color: #c78e66;
		font-size: .18rem;
		line-height: 20px;
	}	
}

/* END FOOTER MENU*/


/*Listado precios modelos*/
/*params*/
/*.modelwrap .listado_modelos .item_listado{
	width: 48.5%;
    flex-shrink: 0;
}*/

.listado_modelos{

}
.listado_modelos .content{
    background: #ffffff;
    padding: 50px 0.35rem 10px;
}

.listado_modelos .content .item_listado {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    align-self: stretch;
    position: relative;
}

.listado_modelos .content .item_listado:before {
    content: '';
    display: block;
    width: 100%;
    height: 4.56rem;
    background: #717781;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.listado_modelos .content  .car {
    text-align: center;
    position: relative;
    z-index: 1;
}

.listado_modelos .content .car .name {
    display: block;
    font-size: 3rem;
    color: #94989f;
    font-family: initial;
    letter-spacing: -.12rem;
}

.listado_modelos .content .car .pic {
    width: 90%;
    max-width: 500px;
    margin-top: -1.2rem;
    margin-bottom: 0.2rem;
}

.listado_modelos .content .car .label {
    font-size: .36rem;
    color: #2d2d2d;
    display: block;
    font-weight: bold;
    margin-top: 0.50rem;
}

.listado_modelos .content .params {
    padding: 0 0.44rem;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}

.listado_modelos .content .params .item {
    padding: 0.3rem 0 0 0rem;
    position: relative;
    box-sizing: border-box;
}

.listado_modelos .content .params .item .det{
	font-size: .2rem;
    display: block;
    margin-bottom: 0;
    font-family: "Lato", PingFang SC;
}
.listado_modelos .content .params .item .num {
    font-size: .3rem;
    font-family: DINCond-Bold;
}

.listado_modelos .content .params .item.precio_modelo{
	margin-top: 30px;
	text-align: center;
}
.listado_modelos .content .params .item.precio_modelo .det{
	font-size: .24rem;
}

.listado_modelos .content .params .item.precio_modelo .num {
    font-size: .45rem;
    font-family: DINCond-Bold;
}

.listado_modelos .content .params .btn-link {
	color: #2d2d2d;
    padding: 10px 64px;
    transition: all .3s ease;
    border: 1px solid #2d2d2d;
    margin: 30px auto;
    display: block;
    width: 100px;
    text-align: center;
}


.listado_modelos .content .params .btn-link:hover {
	background-color: #c78e66;
	color: #fff;
	border-color: #c78e66;
	transform: scale(1.1);
}



@media (min-width: 900px){
	.listado_modelos.columna_2 .content{
	    padding: 70px 2.1rem 10px;
	     display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.listado_modelos.columna_2 .content .item_listado{
		width: 50%;
	    padding: 0;
	    box-sizing: border-box;
	    margin-bottom: 0.5rem;
	}
	.listado_modelos .content .car .label {
	    font-size: .24rem;
	    margin-top: 0.1rem;
	    height: 20px;
	}

	.listado_modelos .content .car .pic {
	    margin-top: -1.25rem;
	}

	
}



/**29 nov**/
 div.legal_modelo{
    background: #ffffff;
    padding: 5px 0.4rem 20px;
    font-size: 0.24rem;
    color: #706f6f;
    font-family: "Lato", PingFang SC;
 }
 div.legal_modelo a{
    color: #c78e66;
 }
 div.legal_modelo a:hover{
	opacity: 0.9;
 }


 .modelwrap.lx .dynamics .params.rb {
	top: 5.4rem;
 }

 @media (min-width: 900px){
	div.legal_modelo{
	padding: 5px 2.1rem 15px;
	font-size: 0.16rem;
	} 
	
	.modelwrap.lx .dynamics .params.rt{
	right: 4.7rem;
    }
}





/*menu modelo*/
.modelmenu_lineal{
	background-color: #fff;
	display: none;
}
 @media (min-width: 900px){
	.modelmenu_lineal{
		display: block;
	}
 }

.modelmenu_lineal .modelmenu_box{
	background-color: #fff;
	display: none;
	position: relative;
	z-index: 99;
	width: 90%;
	opacity: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}

.modelmenu_lineal .modelmenu_box .nav-menu {
    display: flex;
    flex-wrap: wrap;
    line-height: 48px;
    justify-content: space-between;
}

.modelmenu_lineal .modelmenu_box .nav-menu>li {
	position: relative;
	display: inline-block;
	padding: 0 0.3rem;
}

.modelmenu_lineal .modelmenu_box .nav-menu>li>a {
	font-size: 0.23rem;
	color: #000;
	transition: all .5s ease;
	text-transform: uppercase;
}
.modelmenu_lineal .modelmenu_box .nav-menu>li>a:hover{
	text-decoration: underline;
} 


.modelwrap.lx .dynamics .params.textos{
	width: 140px;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-transform: uppercase;
}



.modelwrap.lx .dynamics .params.lt.textos{
	text-align: left;
}
.modelwrap.vx .dynamics .params.rt.textos{
	right: 0.44rem;
}
.modelwrap.vx .dynamics .params.lb.textos{
	text-align: left;
	top: 10.42rem;
}
.modelwrap.vx .dynamics .params.rb.textos{
	top: 10.42rem!important;
}

.exterior .texto_exterior{
    color: #fff;
    width: 90%;
    margin: auto;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 0.25rem;
    left: 2%;
    position: absolute;
    top: 2rem;
    z-index: 9;
}


 @media (min-width: 900px){

	.modelwrap.lx .dynamics .params.lt.textos {
	right: 14rem;
	}
	.modelwrap.lx .dynamics .params.rt.textos{
	right: 3rem;
	}
    .modelwrap.lx .dynamics .params.lb.textos{
    right: 14rem;
	top: 5.82rem!important;
	}
	.modelwrap.lx .dynamics .params.rb.textos{
	right: 3rem;
	top: 5.42rem!important;
	}



	.modelwrap.lx .dynamics .params.lt.textos,.modelwrap.lx .dynamics .params.rt.textos,.modelwrap.lx .dynamics .params.lb.textos,.modelwrap.lx .dynamics .params.rb.textos{
	font-size: 0.25rem;}




	.exterior .texto_exterior{
	    width: 35%;
	    font-size: 0.23rem;
	    top: 6rem;
	}	
 }

/*21 dic*/

.modelwrap.txl .dynamics .params.textos{
	width: 140px;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-transform: uppercase;
}

.modelwrap.txl .dynamics .params.lt.textos{
	text-align: left;
}
.modelwrap.txl .dynamics .params.rt.textos{
	right: 0.44rem;
	top: 3.05rem;
}
.modelwrap.txl .dynamics .params.lb.textos{
	text-align: left;
	top: 10.42rem;
	right: 3.04rem;
}
.modelwrap.txl .dynamics .params.rb.textos{
	top: 10.42rem!important;
}

 @media (min-width: 900px){

	.modelwrap.txl .dynamics .params.lt.textos {
	right: 14rem;
	}
	.modelwrap.txl .dynamics .params.rt.textos{
	right: 3rem;
	}
    .modelwrap.txl .dynamics .params.lb.textos{
    right: 14rem;
	top: 5.82rem!important;
	}
	.modelwrap.txl .dynamics .params.rb.textos{
	right: 3rem;
	top: 5.42rem!important;
	}

 }




.modelwrap.vx .safety .params {
    position: absolute;
    color: #ffffff;
    text-align: right;
}


.modelwrap.vx .safety .params.textos{
	width: 140px;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-transform: uppercase;
}
.modelwrap.vx .safety .params.textos small{
	font-size: 0.2rem;
	text-transform: initial;
	display: none;
}

.modelwrap.vx .safety .params.lt.textos{
	text-align: left;
	left: 0.44rem;
	top: 6.5rem;
}
.modelwrap.vx .safety .params.rt.textos{
	right: 0.44rem;
    top: 6.5rem;
}
.modelwrap.vx .safety .params.lb.textos{
	text-align: left;
	top: 11.3rem;
	right: 0.44rem;
}
.modelwrap.vx .safety .params.rb.textos{
	top: 11.3rem!important;
}

 @media (min-width: 900px){
 	.modelwrap.vx .safety .params.textos small {
    	font-size: 0.15rem;
   		text-transform: initial;
   		display: block;
	}

	.modelwrap.vx .safety .params.lt.textos {
	right: 13.5rem;
	left: unset;
    top: 3rem;
	}
	.modelwrap.vx .safety .params.rt.textos{
	right: 3.5rem;
	top: 3rem;
	}
    .modelwrap.vx .safety .params.lb.textos{
    right: 13.5rem;
	top: 5.82rem!important;
	}
	.modelwrap.vx .safety .params.rb.textos{
	right: 3.5rem;
	top: 5.42rem!important;
	}

 }

/*22 dic*/

.exterior .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.exterior .swiper-pagination .swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.36rem;
    background: #ffffff;
    margin: 0 10px;
}
.exterior .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c88e66;
}


.modelwrap .exterior .swiper-container .pic {
	width: 100%;
}

.modelwrap .exterior{
	overflow: hidden;
	min-height: 9.5rem;
	height: auto;
	background: none;
	background-size: cover;
}


.modelwrap .exterior .bot_info {
	position: absolute;
	left: .6rem;
	bottom: 1.5rem;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.modelwrap .exterior .bot_info img {
	width: .73rem;
	margin-bottom: .28rem;
}

.modelwrap .exterior .bot_info span {
	display: block;
	color: #ffffff;
	font-size: .26rem;
	line-height: .44rem;
}

.modelwrap .exterior .bot_info.negro span {
	color: #000;
}

.modelwrap .exterior .bot_info.negro {
	text-shadow: #fff 0.1em 0.1em 0.2em;
}

.modelwrap .exterior .bot_info span.tit {
	font-size: .46rem;
	line-height: .62rem;
}

 @media (min-width: 900px){
	.modelwrap .exterior .bot_info span {
		display: block;
		color: #ffffff;
		font-size: .26rem;
		line-height: .44rem;
	}

	.modelwrap .exterior .bot_info span.tit {
		font-size: .36rem;
		line-height: .54rem;
	}
}

img.icon_bandera{width: 28px; height: 18px;margin-left: 3px;}
.techwrap.page-conocenos .content p{text-align: justify;}

.modelwrap .module_bajada {
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: .3rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 2rem;
    z-index: 9;
    margin: auto;
    width: 90%;
 }

  @media (min-width: 900px){
  	.modelwrap .module_bajada {
  		font-size: .26rem;
		width: 40%;
		text-align: center;
		top: 1.7rem;
	}
  }

.btn-box-center .detail-btn {
	margin: 10px auto;
    display: block;
    width: 2.27rem;
    height: 0.43rem;
    line-height: .43rem;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: .16rem;
}


/**26 dic

.page-simple .wp-block-column img{ width: 100%; height: auto;}
.page-simple  .wp-block-columns{ display: flex;
    flex-wrap: wrap;
    line-height: 48px;
    justify-content: space-between;}
.page-simple  .wp-block-columns .wp-block-column { display: inline-block;}
.page-simple  .wp-block-columns .wp-container-1{width: 100%;}
.page-simple  .wp-block-columns .wp-container-2{width: 100%;}*/




.page-simple .content_listado .img-box {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.page-simple .content_listado .content_item .img-box .event-img {
    width: 100%;
    margin-bottom: 0.62rem;
}

.page-simple .content_listado .content_item .info {
    display: block;
    width: 100%;
}

.page-simple .content_listado .content_item .info  h2 {
    font-size: .3rem;
    line-height: .4rem;
    margin-bottom: 0.6rem;
    color: #C78E66;
    font-weight: bold;
}



@media (min-width: 900px){



	.page-simple .content_listado {
	    padding: 0 0.35rem!important;
	}

	.page-simple .content_listado .content_item {
		    display: flex;
		    justify-content: space-between;
		    /*padding: 0 0.34rem;
		    padding-bottom: 0.78rem;
		    margin-bottom: 0.78rem;*/
		    position: relative;
	}


	.page-simple .content_listado .content_item .img-box  .event-img {
	    width: 6.34rem;
	    transition: all .3s;
	}
	/*
	.page-simple .content_listado .content_item .img-box .event-img:hover {
	transform: scale(1.2);
	}*/

	.page-simple .content_listado .content_item .info {
	    width: 7.2rem;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

}



/*360*/

.modelwrap .car_360 {
	background-color: #011228;
	position: relative;
}

.modelwrap .car_360.module{
	height: 600px;
}
.caja-inner-360{
	position: absolute;
}
/*.btn-link-360{
font-size: 0.2rem;
    color: #2d2d2d;
    padding: 10px 64px;
    transition: all .3s ease;
    border: 1px solid #2d2d2d;
    margin: 60px auto 0px;
    display: block;
    width: 100px;
    text-align: center;
    background: #ddd;
}*/

.modelwrap .car_360 .car-box {
	margin: 3rem 0 0.6rem;
}


.modelwrap .car_360 .tit_360 {
	font-size: .4rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
	padding: .8rem 0 .2rem;
	position: absolute;
    z-index: 999;
    width: 100%;
}

.modelwrap .car_360 .tit_360:after {
	content: '';
	display: block;
	width: .44rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.255rem;
	bottom: 0;
}

.modelwrap .car_360 iframe.m360{
	width: 100%;
	display: block;
	border: none;       
    height: 90vh;
}

@media (max-width: 900px) {
	.modelwrap .car_360 .tit_360 {
		font-size: .5rem;
		padding: 0.5rem 0 0.2rem;
	}

	.modelwrap .car_360 .tit_360:after {
		width: .65rem;
		height: .06rem;
		margin-left: -.325rem;
	}
	.modelwrap .car_360 iframe.m360{    
	    height: 50vh;
	}
}
/*end 360*/


 div.div_modelo{
    background: #ffffff;
    padding: 5px 0rem 10px;
    font-size: 0.24rem;
    color: #706f6f;
    font-family: "Lato", PingFang SC;
 }

.div_modelo .btn-link {
	font-size: 0.2rem;
	color: #2d2d2d;
    padding: 10px 64px;
    transition: all .3s ease;
    border: 1px solid #2d2d2d;
    margin: 60px  auto 0px;
    display: block;
    width: 100px;
    text-align: center;
}


.div_modelo .btn-link:hover {
	background-color: #c78e66;
	color: #fff;
	border-color: #c78e66;
	transform: scale(1.1);
}


@media (max-width: 900px) {
	.div_modelo .btn-link {
	font-size: 0.26rem;
	}
}


.h1-santander{
    margin: 40px auto 0;
    width: 300px;
    height: 110px;
    background-image: url(../images/logo-santander-cosumer.png);
    background-size: contain;
    text-indent:-900000px;
    background-repeat: no-repeat
}
@media screen and (min-width: 768px){
 .h1-santander{
    width: 500px;
    height: 210px;
  }
}


.h1-hdi{
    margin: 40px auto 0;
    width: 300px;
    height: 110px;
    background-image: url(../images/logo_hdi.png);
    background-size: contain;
    text-indent:-900000px;
    background-repeat: no-repeat
}
@media screen and (min-width: 768px){
 .h1-hdi{
    width: 400px;
    height: 150px;
  }
}


.cotizar-button {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 70px;
    right: 15px;
    font-size: 30px;
    z-index: 999999;
}

.garantia-button {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 10px;
    right: 15px;
    font-size: 30px;
    z-index: 999999;
}

.whatsapp-button {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 129px;
    right: 15px;
    font-size: 30px;
    z-index: 999999;
}
.whatsapp-button.oculta {
display: none;
}
.whatsapp-button .wsp-push-home{
	background-image:url('../images/icon_wsp.png');
	background-repeat: no-repeat; 
	background-size: 100% 100%;
    width: 55px;
    height: 55px; 
}


.cotizar-button .cotizar-push-home{
	background-image:url('../images/icono_cotizacion.png');
	background-repeat: no-repeat; 
	background-size: 100% 100%;
    width: 55px;
    height: 55px; 
}

.garantia-button .garantia-push-home{
	background-image:url('../images/icon_garantia.png');
	background-repeat: no-repeat; 
	background-size: 100% 100%;
    width: 55px;
    height: 55px; 
}

.cotizar-button:hover .cotizar-push-home, .whatsapp-button:hover .wsp-push-home, .garantia-button:hover .garantia-push-home{
  filter: grayscale(90%);
}

@media screen and (min-width: 768px){
	.cotizar-button {
	  right: 20px;	
	  bottom: 105px;/*150px*/
	  width: 67px;
	  height: 67px;
	}
	.garantia-button {
	  right: 20px;	
	  bottom: 26px;/*66px*/
	   width: 67px;
	  height: 67px;
	}
	.whatsapp-button {
	right: 20px;
	bottom: 184px;/*234px*/
    width: 67px;
	height: 67px;
	}

	.whatsapp-button .wsp-push-home{
     width: 67px;
	  height: 67px; 
	}
	.garantia-button .garantia-push-home{
	  width: 67px;
	  height: 67px;
	}
	.cotizar-button .cotizar-push-home{
	  width: 67px;
	  height: 67px; 
	}

}


.contactwrap .form .row .gracias{
	font-size: .42rem;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.contactwrap .form .row .gracias h1{
	font-size: 0.5rem;
    margin-top: 50px;
    margin-bottom: 40px;
}
.contactwrap .form .row .gracias p{
	font-size: 0.26rem;
    margin-bottom: 40%;
    margin-top: 25%;
}
@media screen and (min-width: 768px){
	.contactwrap .form .row .gracias p{
	font-size: 0.28rem;
    width: 60%;
    margin: 10% auto;
	}
}

.tooltip .tooltiptext {
  display: none;
}
.tooltip:hover .tooltiptext {
  display: none;
}

@media screen and (min-width: 768px){

.tooltip .tooltiptext {
  visibility: hidden;
  display: none;
  width: 120px;
  background-color: #0000008a;
  color: #d09a7b;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  top: 20px;
  right: 105%;
  position: absolute;
  z-index: 1;
  font-size: 15px;
}


.tooltip:hover .tooltiptext {
  display: block;
  visibility: visible;
}
}


/* club */
.club_beneficios{
	background-image: none;
	background-color: #191c1f;
}

.club_beneficios .banner-club-mob{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.club_beneficios .banner-club-desk{
	display: none;
}
.club_beneficios .banner-club-mob img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin:  0;
	padding: 0;
}
.club_beneficios .container-boxes{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
}
.club_beneficios .container-boxes .boxes{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
}
.club_beneficios .container-boxes .boxes img.principal{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
.club_beneficios .container-boxes .boxes .info{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
.club_beneficios .container-boxes .boxes .info img.ico{
	display: block;
	position: relative;
	overflow: hidden;
	width: 45px;
	margin: 0 auto 15px auto;
}
.club_beneficios .container-boxes .boxes .info h5{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.club_beneficios .container-boxes .boxes .info h3{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.club_beneficios .container-boxes .boxes .info h3 small{
	font-weight: bold;
	font-size: 10px;
	display: block;
	letter-spacing: auto;
}
.club_beneficios .container-boxes .boxes .info img.logo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100px;
	margin: 0 auto;
}
.club_beneficios .container-boxes .boxes .info img.logo.small{
	width: 60px;
}
.conatiner-boton{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #191c1f;
}
.conatiner-boton a.boton-cafe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: #b98c6e;
	border: 1px solid #b98c6e;
	margin: 40px auto 60px auto;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 6px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.conatiner-boton a.boton-cafe:hover{
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
	border: 1px solid #fff;
}
@media screen and (min-width: 768px){
	.club_beneficios .banner-club-mob{
		display: none;
	}
	.club_beneficios .banner-club-desk{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.club_beneficios .banner-club-desk img{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin:  0;
		padding: 0;
	}
	.club_beneficios .container-boxes{
		max-width: 992px;
		margin: 0 auto;
	}
	.club_beneficios .container-boxes .boxes{
		width: 30%;
		margin: 20px 1.5%;
		float: left;
	}
}
/* club */


nav .nav-ul .type-list div.sub{
	position: absolute;
    height: 20px;
}

nav .nav-ul .type-list div.sub img{
	height: 15px;
	width: auto;
    position: absolute;
    /* float: left; */
    margin-top: -5px;
    margin-left: 5px;
}


.listado_modelos .content .car div.sub{
	position: absolute;
    height: 20px;
    margin-top: 26px;
    margin-left: 65px;
}

.listado_modelos .content .car div.sub img{
	 width: 1.87rem;
    position: absolute;
    /* float: left; */
    margin-top: -5px;
    margin-left: 5px;
}


@media screen and (min-width: 768px){
	.listado_modelos .content .car div.sub{
	position: absolute;
    height: 20px;
    margin-top: 40px;
    margin-left: 50px;
}
}



/*25 oct*/
.modelwrap .previews {
	padding: .45rem 0;
	position: relative;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
}
.modelwrap .previews .car-box {
	margin: 3rem 0 0.6rem;
}
.modelwrap .previews .tit_360 {
	font-size: .4rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
	padding: .2rem 0;
	position: relative;
}
.modelwrap .previews .tit_360:after {
	content: '';
	display: block;
	width: .44rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.255rem;
	bottom: 0;
}
.previews iframe{
width: 80%!important;
min-height: 100px!important;
height: auto!important;
padding: 10px;
display: block;
margin: auto;
}

@media (min-width: 420px) {
	.previews iframe{
	min-height: 200px!important;
	}
}
@media (min-width: 768px) {
	.previews iframe{
	width: 600px!important;
	min-height: 340px!important;
	}
}
@media (min-width: 900px){
	.listado_modelos.columna_2 .previews .content{
	    padding: 30px 2.1rem 10px;
	}
}

@media (min-width: 1024px) {
	.previews iframe{
	width: 700px!important;
	min-height: 400px!important;
	}
}

.m4{text-align: center;
font-size: .36rem;
color: #2d2d2d;
display: block;
font-weight: bold;
margin-top: 0.5rem;}

@media (min-width: 900px){
.m4{font-size: .2rem;}
}


.m4 a {
	color: #000 !important;
	text-decoration: underline;
}


/*9 nov*/
.section1 .swiper-pagination {
	width: 100%;
}
.section1 .swiper-container-horizontal>.swiper-pagination-bullets,.section1 .swiper-pagination-custom,.section1 .swiper-pagination-fraction{bottom: 10px;}
.section1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.21rem;
    height: 0.21rem;
    background: #ffffff;
    margin: 0 10px;
}
.section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c88e66;
}


@media (min-width: 768px){
/*.pc.topmenu .pri.btn-destacado{ 
	padding:0 10px;
	background-color:#ffffff;
	color: #000;
	border-bottom: 0px;
	height: auto;
}
.pc.topmenu .pri.btn-destacado:hover{ 
	background-color:#c78e66;
	color: #ffffff;
	border-bottom: 0px;
	height: auto;
}


.pc.topmenu .pri.btn-destacado2{ 
	padding:0 10px;
	background-color:#ffffff;
	color: #c78e66;
	border:1px solid #c78e66;
	height: auto;
}
.pc.topmenu .pri.btn-destacado2:hover{ 
	background-color:#c78e66;
	color: #ffffff;
	border:1px solid #c78e66;
	height: auto;
}*/

.pc.topmenu .pri.btn-destacado{ 
	background-color:#c78e66;
	color: #ffffff;
	border:1px solid #c78e66;
	height: auto;
	padding:0 6px;
}
.pc.topmenu .pri.btn-destacado:hover{ 
	background-color:#ffffff;
	color: #c78e66;
	border:1px solid #c78e66;
	height: auto;
}
}

.swiper-button-next{
   background: url(../images/flecha-blanca.svg) no-repeat 0 0;
   right: 10px;
   left: auto;
}

.swiper-button-prev{
   background: url(../images/flecha-blanca-prev.svg) no-repeat 0 0;
   left: 10px;
   right: auto;
}

@media (min-width: 768px) {
	.swiper-button-next{
	   right: 35px;
	}

	.swiper-button-prev{
	   left: 35px;
	}	
}



/**28 dic*/
.cotizar-btn,.garantia-btn,.whatsapp-btn{
	position: fixed;
	right: 5px;
	top:55px;
	z-index: 98;
	border-radius: 0px;
}

.cotizar-btn{
	top:60px;
}
.whatsapp-btn{
	top:122px;
}
.garantia-btn{
	top:185px;
}

.garantia-btn.pos{
	top:122px;
}


.cotizar-btn .cotizar-push-home,.whatsapp-btn .wsp-push-home,.garantia-btn .garantia-push-home {
	border-radius: 50px;
    background-color: #000;
    display: block;
    background-image: url(../images/icon-1.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
    width: 40px;
    height: 40px;
    margin: auto;
}
.whatsapp-btn .wsp-push-home{
    background-image: url(../images/icon-2.png);
}

.garantia-btn .garantia-push-home{
    background-image: url(../images/icon-3.png);
}

.tiptext{
/*text-shadow: #000 0.1em 0.1em 0.2em;*/
color: #fff;
font-size: 12px;
text-align: center;
display: block;
width: 66px;
position: relative;
z-index: 3;

}

@media (min-width: 768px) {
	.cotizar-btn,.garantia-btn,.whatsapp-btn{
		height: 40px;
		background-color: #000;
		right: 0px;
	    top:130px;
	    width: 140px;
	    z-index: 999;
	    border-radius: 100px 0px 0px 100px;
	    /*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);*/
	    transition: all ease .4s;
	    -webkit-transition: all ease .4s;
	    -moz-transition: all ease .4s;
	    border: 1px solid #c78e66;
	    right: -1px;

	}
	.cotizar-btn .cotizar-push-home,.whatsapp-btn .wsp-push-home,.garantia-btn .garantia-push-home {
		margin-left: 10px;
		float: left;
	}
	.garantia-btn{
	     top:220px;
	}
	.whatsapp-btn{
	    top:175px;
	}
	.garantia-btn.pos{
	    top:175px;
	}
	.cotizar-btn .cotizar-push-home,.whatsapp-btn .wsp-push-home,.garantia-btn .garantia-push-home {
		    background-color: transparent;
	}
	.tiptext{
		color: #c78e66;
	    font-size: 14px;
	    height: 60px;
	    line-height: 40px;
	    text-align: left;
	    width: 150px;
	    text-shadow: none;
	}


/*.cotizar-btn:hover .cotizar-push-home, .whatsapp-btn:hover .wsp-push-home, .garantia-btn:hover .garantia-push-home,
.cotizar-btn:hover .tiptext, .whatsapp-btn:hover .tiptext, .garantia-btn:hover  .tiptext{
  filter: grayscale(90%);
  color: #919191;
}
}
*/



.cotizar-btn:hover{
	background: #c78e66;
	width: 160px;
	filter: none;
}

.whatsapp-btn:hover{
	color: #ffffff;
	background: #c78e66;
	width: 160px;
	filter: none;
}

.garantia-btn:hover{
	color: #ffffff;
	background: #c78e66;
	width: 160px;
	filter: none;
}	

.cotizar-btn:hover .tiptext{
	color: #ffffff;
	box-shadow: none;
}

.whatsapp-btn:hover .tiptext{
	color: #ffffff;
	box-shadow: none;
}

.garantia-btn:hover .tiptext{
	color: #ffffff;
	box-shadow: none;
}
.cotizar-btn:hover .cotizar-push-home{
	filter: brightness(5);
	-webkit-filter: brightness(5);
	-moz-filter: brightness(5);
	box-shadow: none;
}

.whatsapp-btn:hover .wsp-push-home{
	filter: brightness(5);
	-webkit-filter: brightness(5);
	-moz-filter: brightness(5);
	box-shadow: none;
}

.garantia-btn:hover .garantia-push-home{
	filter: brightness(5);
	-webkit-filter: brightness(5);
	-moz-filter: brightness(5);
	box-shadow: none;
}



}



/* FAQs */
div.faq {
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
    padding-bottom: 40px;
}
/*div.faq h2{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin: 30px auto;
}*/
div.faq h2{
	font-size: .4rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
	padding: .2rem 0;
	position: relative;
	text-transform: uppercase;
}
div.faq h2:after {
	content: '';
	display: block;
	width: .44rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.255rem;
	bottom: 0;
}

.caja{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.caja .caja-inner{
	display: block;
	position: relative;
	overflow: hidden;
	/*vertical-align: middle;*/
}
.acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 42px;
	margin: 15px auto;
}

.acordion a.header-acordion{
	display: table;
	position: relative;
	overflow: hidden;
	width: 99%;
	height: 40px;
	border: 1px solid #c78e66;
	color: #2d2d2d;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	font-weight: 100;
    text-transform: uppercase;
    font-size: 10px;
}
.acordion a.header-acordion span.pregunta{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 30px 0 20px;
}
.acordion a.header-acordion.active{
	color: #9c6f59;
}
.acordion .contenido-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.acordion .contenido-acordion p{
	color: #2d2d2d;
	padding: 15px;
	font-size: 12px;
}

.acordion .contenido-acordion a{
	color: #9c6f59;
}
.acordion .contenido-acordion a:hover{
	color: #2d2d2d;
}
.acordion a.header-acordion span.icon{ 
	display: block;
	position: absolute;
	overflow: hidden;
	width: 10px;
	height: 16px;
	right: 15px;
	top: 11px;
 	background-image: url(../images/arrow-acordeon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.acordion a.header-acordion.active span.icon{
	background-image: url(../images/arrow-acordeon-hover.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
@media screen and (min-width: 768px){
	.caja{
		width: 70%;
		margin: 0 auto;
	}
	.index .section.faq h3{
		font-size: 30px;
		margin: 120px auto 40px auto;
	}
	.acordion a.header-acordion{
		font-size: 12px;
	}
	.acordion a.header-acordion:hover{
		color: #9c6f59;
	}
	.acordion a.header-acordion:hover span.icon{
		background-image: url(../images/arrow-acordeon-hover.svg);
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position: center center;
	}
	.acordion .contenido-acordion p{
		font-size: 14px;
	}
}
/* FAQs END*/


/*vista 360*/
.content_360{
  padding: 0!important;
}
.vista_360 {
	width: 100%;
	background: #000;
	position: relative;
	padding-bottom: 50px;
}

.vista_360 .vista_explora{
	width: 90%;
	display: block;
	padding-top: 30px;
	margin: auto;
}

.vista_360 .modelo_auto{
	width: 80%;
	display: block;
	margin: 30px auto 20px;
}

.btn-link-360{
	font-size: 0.3rem;
    color: #fff;
    padding: 10px 40px;
    transition: all .3s ease;
    border: 1px solid #2d2d2d;
    margin: 50px auto 0px;
    width: 140px;
    text-align: center;
    background: #c78e66;
	display: table;
	position: relative;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-transform: uppercase;
}

@media screen and (min-width: 900px){
	.content_360{
    padding: 0px 2.1rem 10px!important;
	}
	.vista_360 {
    display: flex;
    padding-bottom: 10px;
    }
	.vista_360 .vista_explora{
	width: 220px;
    padding-top: 0px;
    padding: 20px;
	}
	.vista_360 .modelo_auto{
		width: 280px;padding-right: 30px;
	}
	.btn-link-360{font-size: 0.2rem; height: 12px; margin-top: 70px; margin-right: 60px;}
	.btn-link-360:hover{color: #000; background: #fff;  border: 1px solid #c78e66;}
}

@media screen and (min-width: 1400px){
    .vista_360 .vista_explora{
	width: 310px;
    padding: 0px;
	}
	.vista_360 .modelo_auto{
	width: 340px;
	}
	.btn-link-360{font-size: 17px;width: 160px; margin-top: 85px;}
}



/**pop up*/

.modal-360{
	display: none;
	opacity: 0;
	position: fixed;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.7	);
	z-index: 9999;
}

.modal-360 .cerrar{
	width: 30px;
    height: 30px;
    display: block;
    background: url(../images/btn_cerrar_blanco.svg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    float: right;
    margin: 20px;
}

.modal-360 .cerrar span{
	display: none;
}

.modal-360 .contenedor-360{
display: block;
position: absolute;
overflow: hidden;
width: 90%;
margin:auto;
margin-top: 65px;
height: auto;
left:50%;
margin-left: -45%;
}
.modal-360 .contenedor-360 iframe{
width: 100%;
min-height: 430px;
border: 0;
}
@media (min-width: 767px){
  /*.modal-comunicado{
	overflow: hidden;
  }*/
  .modal-360 .cerrar{
	margin-top: 10px;
    margin-right: 10px;
    z-index: 999;
  }
.modal-360 .contenedor-360{
	margin-top: 5%;
}
.modal-360 .contenedor-360 iframe{
	width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    min-height: 500px;}

   .modal-360 .cerrar{
   	margin: 50px;
   }
}


/*carrusel*/

.tit_info .banner-text {
	font-size: .5rem;
	color: #fff;
	position: absolute;
	top: 3.24rem;
	left: 2.4rem;
	z-index: 9;
}

.tit_info .banner-text::before {
	content: '';
	width: .04rem;
	height: .64rem;
	background-color: #c38a6e;
	display: inline-block;
	margin-right: .3rem;
	margin-top: .14rem;
}

.garantia-btn.subir {
    bottom: 129px;
    right: 0px;}
.whatsapp-btn.oculta {
display: none;
}

.compra {
	display: none !important;
}

@media screen and (min-width: 768px){
	.garantia-btn.subir {
	right: 20px;
	bottom: 184px;
	}
}

@media screen and (max-width: 768px){
	.compra {
		display: block !important;
	    position: fixed;
	    bottom: 20px;
	    right: 10px;
	    width: 50px;
	    background: #000;
	    color: #d4a781;
	    padding: 10px;
	    font-size: 13px;
	    text-align: center;
	    border-radius: 51px;
	    height: 50px;
	    align-content: center;
	    font-weight: bold;
	    border: 2px solid #d4a781;
	    z-index: 999;
	}
}

.caja .new {
	height: 15px;
  	margin-top: 4px;
  	position: absolute;
  	left: 0;
}
.banderarx {
	margin-top: 10px;
}
.terminos {
	color: #fff !important;
}
.text_small { 
font-size: 14px !important;
}

h2.wp-block-heading {
	margin-bottom: 0;
	margin-top:10px;
}
.wp-block-columns {
	margin-top: 30px;
}
.borde-bottom {
	margin-top: 30px;
}
.borde-bottom strong {
	border-bottom:3px solid #C78E66;
	padding-bottom:10px;
}
#form .submit {
	border: none;
	outline: none;
	color: #ffffff;
	font-size: .18rem;
	font-weight: bold;
	background: #c78e66;
	width: 2.28rem;
	height: .64rem;
	cursor: pointer;
}

.content_home a {
	color: #fff !important;
}

.header2025 {
	height: 400px !important;
	background-size: cover;
	align-content: center;
	padding-left: 35px;
}
.header2025 h1 { 
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.header2025 a {
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	background:#c78e66;
	display: inline-block;
}
.header2025 a:hover {
	background: #fff;
	color: #c78e66;
}
.nopadding {
	padding: 0.3rem 0 1rem !important;
}
