@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;user-select:none; -webkit-user-select:none;}
html{
	background-color: #000000;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

body {
	margin: 0 auto;
	background: #030405;

}
svg {

	position: absolute;
	bottom: 0;
	width: 130%;
	height: auto;
	left: 50%;
	transform: translate(-50%);
}
#car, #lights, #lightPath {
	transition: 3000ms;
}
img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}

.zhezhao {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent url(../images/pattern.png) repeat top left;
    z-index: 1;
}

.QJX_logo {
	position: absolute;
	top: 6%;
	left: 4%;
	width: 4%;
	z-index:100;
}
.QJX_logo img {
	width: 100%;
}
.QJX_logo a {
	display: block;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
}
.QJX_logo a:hover {
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.70;
}
.m_logo {display: none;}

/* 标题动画 */
@-webkit-keyframes title {
	0% {opacity: 0;-webkit-transform: translateX(60px);}	
	100% {opacity: 1;-webkit-transform: translateX(0);}
}
@keyframes title {
	0% {opacity: 0;transform: translateX(60px);}	
	100% {opacity: 1;transform: translateX(0);}
} 
.nr {
	position: absolute;
	bottom: 36%;
	z-index: 100;
	left: 4%;
	overflow:hidden;
}
.nr dd.button {display: none;}

.nr dd.one {font-family: BrandonText-Black;color: #FFFFFF;padding-bottom: 0px;-webkit-animation: 'title' 1.5s 1;font-size: clamp(100px, 18.5vw, 282px);/* font-size: 280px; *//* line-height: 248px; */margin-top: 23px;/* padding-top: 40px; */}
.nr dd.two {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 15px;
	-webkit-animation:'title' 3s 1;
	margin-top: -36px;
}
@font-face
{
font-family: BrandonText-Black;
src: url('./Extenda-30Deca.woff2')
}


.container {
	position: absolute;
	z-index: 50;
	bottom: 40%;
	right: 7%;
	width: 14%;
	text-align: center;
}
.container dd.one {
	padding-bottom: 20px;
}
.container dd.two {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #FFFFFF;
}


.copyright {
	position: absolute;
	bottom: 6%;
	z-index: 100;
	left: 4%;
}
.copyright dd.logo {
	float: left;
	padding-right: 20px;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 20px;
	width: 120px;
	background-repeat: no-repeat;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.50;
}
.copyright dd.logo a:hover {
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:1;
}
.copyright dd.b {
	height: 20px;
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.50;
}
.copyright dd.b a:hover {
	text-decoration: none;
	opacity:1;
}
.copyright_y {
	position: absolute;
	top: 6%;
	z-index: 100;
	right: 4%;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
.copyright_y a {
	text-decoration:none;
	color: #FFFFFF;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
}
.copyright_y a:hover {
	text-decoration: none;
	opacity:0.70;
}

@media screen and (max-width: 1200px) {
.nr dd.one {font-size: clamp(101px, 25.5vw, 282px);}
.nr dd.two {font-size: 18px;}
}
@media screen and (max-width: 600px) {
html{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
}
svg {

	position: absolute;
	bottom: 0;
	width: 430%;
	height: auto;
	left: 50%;
	transform: translate(-50%);
}
	

@-webkit-keyframes button {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes button {
	0% {opacity: 0;}	
	100% {opacity: 1;}
} 
.QJX_logo {top: 3%;left: 6%;width: 8%;display: none;}

.copyright_y {display: none;}
.nr {left: 14%;right: 14%;top: 14%;}
.nr dd.button {font-family: PingFangSC-Light;display: block;height: 46px;width: 100%;margin-bottom: 10px;background:rgb(255 255 255 / 21%);-webkit-backdrop-filter: saturate(100%) blur(30px);backdrop-filter: saturate(100%) blur(30px);font-size: 14px;border-radius: 10px;-webkit-animation:'button' 3s 1;}
.nr dd.button a {text-decoration: none;color: #FFFFFF;display: block;height: 46px;width: 100%;display: flex;justify-content: center;align-items: center;}
.nr dd.button a:hover {text-decoration: none;}
.wechat_icon {padding-right: 5px;}
.nr dd.one {font-size: 153px;padding-bottom: 13px;/* display: none; */text-align: center;}
.nr dd.two {font-size: 24px;line-height: 26px;font-family: PingFangSC-Light;/* display: none; */text-align: center;padding-bottom: 44px;}
.container {display: none;}
.copyright {left: 0%;right: 0%;bottom: 2%;}
.copyright dd.logo {display: none;}
.copyright dd.b {font-size: 9px;letter-spacing: -0.3px;font-family: PingFangSC-Light;width: 100%;text-align: center;}
.copyright dd.b a {opacity:1;}
}