@font-face {
	font-family: Arial;
	src: url('Arial.ttf');
}

@font-face {
	font-family: Impact;
	src: url('Impact.ttf');
}

* {
	padding: 0;
	margin: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	font-family: Arial;
	-webkit-user-drag: none;
	user-select: none;
}

*:focus {
	outline: none;
}

.alert_zz {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* alert */
.mark {

	margin: auto;
	padding: .2rem .4rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	background: #ff5960;
	border-radius: .1rem;
	z-index: 99999;
}

.mesk {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: fixed;
}


html,
body {

	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-size: .18rem;
}

/* 舞台居中对齐 */
#app {

	width: 100%;
	height: 100%;
	overflow: hidden;

}

.com {

	width: 13.34rem;
	height: 7.5rem;

	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;

}

/* 页面和层 */

.page,
.labe,
.alert {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;
}

.page {
	position: absolute;
}



.center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

}

.center_lr {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.center_tb {
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}

.flexcenter {
	display: flex;
	align-self: center;
	justify-content: center;
}

#xz {
	width: 5.4rem;
	height: .7rem;
	background-image: url('../img/xzx.png');
	bottom: 1.8rem;

}

#othermodels {
	width:3rem;
	padding: .2rem;
	background-color: #d9dfee;
	border-bottom: .02rem solid #fff;
	cursor: pointer;
	position: relative;
}

#botnav {
	position: fixed;
	padding: 0 1rem;
	left: 0;
	bottom: .5rem;
	width: 100%;

	color: #525864;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	align-items: center;
}


.btn {
	width: 2.4rem;
	height: .6rem;
	border-radius: .3rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 .2rem;
}

.btn img {
	margin-right: .2rem;
	width: .4rem;
}

#botc {
	display: flex;
	flex: 1;
	justify-content: center;
}

#botlen {
	display: flex;
	flex-direction: column;

}

.len a {
	font-weight: lighter;
	color: #565c69;
	text-decoration: none;
	cursor: pointer;
	padding: 0 .1rem;
}

.len a.act {
	color: #fff;
}

.len a:first-child {
	border-right: .01rem solid #fff;
}

#fxicon {
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

#fxicon img {
	margin-left: .05rem;
}

#topnav {
	position: absolute;
	top: .35rem;
	right: 0.5rem;
	font-size: .16rem;
	color: #363636;
	
	display: flex;
}

.topnavitemvalue {
	margin: -.1rem .12rem;
	border-top: .01rem solid #363636;
	padding: .05rem 0;
	font-size: .16rem;
}

.topnavitem {
	width: 1.5rem;
	pointer-events: auto;
	cursor: pointer;
}

.topnavitem img {
	font-size: 0;
	width: .4rem;
}

#otherlist {
	width: 100%;
	position: absolute;
	padding: 0.2rem;
	background-color: #ffffff50;
	bottom: 100%;
	overflow: auto;
	left: 0;
	max-height: calc(100vh - 2rem);
}

.otheritem {
	font-size: .18rem;
	color: #828a99;
	position: relative;
	font-weight: lighter;
	border-bottom: .01rem solid #bcc0c9;
	padding: .1rem 0 .25rem;
}

.otherbtn {
	margin: .05rem 0;
	display: block;
	position: relative;
	white-space: nowrap;
}

.otherbtn.art {
	color: #000;
	font-weight: bold;
}

.otherbtn.art::after {
	display: table;
	content: '';
	position: absolute;
	width: .08rem;
	height: .2rem;
	background-color: #d90000;
	left: -.2rem;
	top: 0;
	bottom: 0;
	margin: auto;

}

.otheritem:last-child {
	border: none;
	padding-bottom: 0;
}

.otheritem .exterioricon {
	position: absolute;
	width: .1rem;
	height: .1rem;
	border-left: .03rem solid #ad0b1b;
	border-bottom: .03rem solid #ad0b1b;
	right: 0;
	transform: rotate(45deg);
}

.infoimg {
	width: 4.2rem;
	height: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.infoimg img {
	width: 100%;
	height: 100%;

}

.info {
	width: 9rem;
	height: 5rem;
	background-color: #fff;
	padding: .2rem;
	display: flex;

}

.infodata {
	padding: .4rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
}

.infodata .titel {
	font-size: .36rem;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	align-self: flex-start;
}

.infodata .value {
	font-size: .18rem;
	color: #505663;
	line-height: .26rem;
	margin-top: .3rem;
	flex: 1;
}

.colos {
	font-size: .18rem;
	color: #a4a7ac;
	border: .01rem solid #a4a7ac;
	padding: .1rem;
	text-align: center;
	cursor: pointer;
	margin-top: .2rem;
}

.carclick {
	width: .5rem;
	height: .5rem;
	position: absolute;
	cursor: pointer;
	transform: translateX(-.25rem) translateY(-.25rem);

}

.carclick .y1 {
	width: .3rem;
	height: .3rem;
	background-color: #eee;
	opacity: .1;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	animation: y1 .5s infinite;
	animation-direction: alternate;
}

.carclick .y2 {
	width: .2rem;
	height: .2rem;
	background-color: #fff;

	border-radius: 50%;

}

.carclick .y3 {
	width: .1rem;
	height: .1rem;
	background-color: #d90000;

	border-radius: 50%;

}

@keyframes y1 {
	from {
		opacity: .1;
		transform: scale(0);
	}

	to {
		opacity: .5;
		transform: scale(1);
	}
}

.coloritem {
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	margin: 0 .1rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coloritem.act {
	border: .01rem solid #707070;
}

.return {
	padding: .2rem .6rem;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#interiornav {
	padding: 0px .2rem;
	background-color: #00000050;
	width: 6.5rem;
	height: .6rem;
	bottom: .5rem;
	display: flex;
	align-items: center;
	color: #fff;
}

.interiornavitem {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	height: 100%;
	border: .02rem solid transparent;
	cursor: pointer;
}

.interiornavitem.act {
	border-bottom: .02rem solid #a80000;
	box-sizing: border-box;
}

#hidebtn {
	position: absolute;
	padding: 0.05rem;
	background-color: #00000050;
	border-radius: .5rem;
	font-size: 0;
	display: flex;
	align-items: center;
	bottom: .5rem;
	right: .3rem;
}

#hidebtn img {
	height: .5rem;
}

.interiornavitem img {
	height: .8rem;
}

.parameter {
	max-height: 95%;
	width: 90%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.partop {
	display: flex;
	height: .75rem;
	align-items: center;
	background-color: #ebebeb;
	padding: 0 .3rem;
	color: #bcbcbc;
}

.part {
	flex: 1;
}

.parvalue {
	overflow: auto;
	
	font-size: .24rem;
	border: 1px solid #707070;
	margin:.1rem .2rem;
}

.paritem {
	display: flex;
	justify-content: space-between;
	
	padding:.2rem;
	padding-right: 0;
	/* height:.6rem; */
	border-bottom: 1px solid #cbcbcb;
}
.paritem:last-child{
	border-bottom: none;
}
.paritem:nth-child(odd){
	background-color: #f0f0f0;
}
.paritem div {
	color: #595959;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
	padding-right: .2rem;
	flex: 1;
	
	border-right: 1px solid #cbcbcb;
}
.paritem div:first-child {
	color: #8e8e8e;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 25%;
	max-width: 25%;
}
.nobor{
	border: none !important;
}
.paritem div:last-child{
	border-right: none;
	
}


.partip {
	font-size: .16rem;
	color: #cfcfcf;
	margin:0 .2rem .2rem;
}

.parbtn {
	text-align: center;
	background-color: #000;
	padding: .15rem;
	;
	color: #fff;
	margin-top: .1rem;
	;
	cursor: pointer;
}

.msgtop {
	display: flex;
	justify-content: space-between;
}

.homeitem {
	flex: 1;

	overflow: hidden;
	transition: all .5s;
	position: relative;
}

.homeitem:first-child {
	border-left: none;
	position: relative;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	justify-content: ;
	align-items: center;
	flex-direction: column;
	padding: 0.8rem 0;
}

.homeitem.art {
	border-left: none;

	flex: 1.7;
}

.noart {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.noart img {
	position: absolute;
	right: 0;

	height: 100%;
}

.hometitle {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .25rem;
	color: #fff;
	font-family:Microsoft Yahei;
	font-weight:lighter;
	padding: .4rem .1rem;
}

.hometitle::before {

}

.homeitem .noart:hover{background-color: #000;}
.homeitem .noart:hover img {opacity: 0.5;}
.homeitem.art .noart {opacity: 0;}

.homeitem.no {
	flex: 0;
}

.homevalue {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem .4rem .4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.homecarlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.homecaritem {
	margin: 0.1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 25%;
	max-width: 50%;
	justify-content: space-between;
	position: relative;
}

.homecaritem .carimg {
	width: 100%;
	height: .6rem;
	position: relative;
}

.carimg img {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.homebtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: .4rem;
	padding-left:.1rem;
	padding-right:.1rem;
	border-radius: .25rem;
	border: .02rem solid #ffffff;
	margin-top: .2rem;
	cursor: pointer;
	font-family: Impact;
}

.homebtn:hover {
	background-color: #fff;
	border: .02rem solid #00b4ff;

}

.homeroombtn {
	font-size: .2rem;
	color: #353f5e;
	background-color: #fff;
	padding: .2rem .6rem .2rem .2rem;
	align-self: flex-start;
	margin-top: 0.2rem;
	position: relative;
	white-space: nowrap;
}

.homeroombtn::after {
	display: table;
	content: '';
	width: .1rem;
	height: .1rem;
	border-right: .05rem solid #ad0b1b;
	border-top: .05rem solid #ad0b1b;
	border-left: .03rem solid transparent;
	border-bottom: .03rem solid transparent;
	position: absolute;
	right: .2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}

.inputarr {
	display: flex;
	margin-top: .1rem;
}

.inputitem {
	flex: 1;
	margin: .1rem .2rem;
}

.inputtip {
	font-size: .2rem;
	height: .2rem;
	margin-bottom: .1rem;
}

.input {
	width: 100%;
	height: .5rem;
	border: .01rem solid #000;
}

.input input,
.input select {
	width: 100%;
	height: 100%;
	font-size: .18rem;
	border: none;
	outline: none;
	padding-left: .2rem;
	background-color: #fff;
}

.textarea {
	height: 1.7rem;
	border: .01rem solid #000;
}

textarea {
	width: 100%;
	height: 100%;
	font-size: .18rem;
	border: none;
	outline: none;
	padding: .2rem;
}

.inputbtn {
	margin-left: .2rem;
}

#fxicon {
	display: flex;
	justify-content: space-between;
	margin-top: .1rem;
}

#fxicon img {
	width: .3rem;
	opacity: .8;
}

.fxlist {
	height: 3rem;
	width: 6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 1rem;
}

.fxlist img {
	cursor: pointer;
}

.pronav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .05rem;
	padding-top: 0;
}

.pronav img {
	margin: .1rem .5rem;
	cursor: pointer;
	opacity: .1;
}

.pronav img.can {
	opacity: 1;
}

.animate__animated {
	animation-duration: .3s;
}