/* 首页 */
:root {
	--textColor: rgb(255,255,255);
	--textColorAlpha06 : rgba(255,255,255,0.6);
	--textColorAlpha08 : rgba(255,255,255,0.8);
}
#mainPage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--textColor);
	font-size: 1.4rem;
	user-select: none;
	pointer-events: none;
	visibility: hidden;
	filter: blur(0rem);
	transition: filter 0.4s ease-in-out;
}

/* 首页左上角部分 */
.page-top-left{
	position: absolute;
	top: 6.2rem;
	left: 6.2rem;
}
.page-top-left .product-logo img{
	width: 10.4rem;
	height: 10.4rem;
}
.page-top-left .product-model{
	font-size: 6.4rem;
	font-weight: 400;
	font-family: 'PMZD';
	margin-top: 2rem;
	margin-bottom: 1.4rem;
}
.page-top-left .product-date{
	font-size: 2.4rem;
}

/* 首页左下角部分 */
.page-bottom-left{
	position: absolute;
	left: 6.2rem;
	bottom: 5.2rem;
	display: flex;
	transition: bottom 0.3s ease-in-out;
	pointer-events: auto;
}
.fullscreen,
.change-background,
.moto-light{
	display: flex;
	align-items: center;
	margin-right: 2rem;
	cursor: pointer;
}
.fullscreen img{
	width: 2rem;
	height: 1.8rem;
}
.change-background img{
	width: 1.8rem;
	height: 1.9rem;
}
.moto-light img{
	width: 1.9rem;
	height: 1.5rem;
}
.botton-background{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.8rem;
	background-color: rgba(160, 160, 160, 0.3);
	margin-right: 0.8rem;
}

/* 首页右下角部分 */
.page-bottom-right{
	position: absolute;
	right: 6.2rem;
	bottom: 5.2rem;
	pointer-events: auto;
	color: var(--textColorAlpha08);
}
.page-bottom-right li{
	margin-bottom: 2.4rem;
	cursor: pointer;
}
ul p{
	margin-top: 1.4rem;
}
.page-bottom-right li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.specification img{
	width: 2.6rem;
	height: 2.4rem;
}
.gallery img{
	width: 2.4rem;
	height: 2.4rem;
}
.customization img{
	width: 2.2rem;
	height: 2.6rem;
}
.explore{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 8.8rem;
	height: 8.8rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
}
.explore img{
	width: 4rem;
	height: 3.2rem;
}

/* 规格参数页 */
#specificationPage{
	position: absolute;
	top: 5rem;
	right: 6.2rem;
	width: 42rem;
	height: auto;
	color: var(--textColor);
	font-weight: 400;
	pointer-events: none;
	user-select: none;
	visibility: hidden;
}
.sp-background{
	box-sizing: border-box;
	background-color: rgba(177,177,177,0.3);
	border-radius: 0.8rem;
	margin-bottom: 1.3rem;
}

/* 规格参数页第一个盒子 */
.specification-page>div:nth-child(1){
	display: flex;
	padding: 2rem;
	justify-content: space-between;
	align-items: center;
	height: 12rem;
	border: solid 0.1rem rgba(255,255,255,0.4);
}
.price-info{
	font-family: "Roboto";
	font-weight: 400;
}
.price-info>p:nth-child(1){
	font-size: 1.6rem;
}

.price-info>p:nth-child(2)>span:nth-child(1){
	font-size: 2.4rem;
}
.price-info>p:nth-child(2)>span:nth-child(2){
	font-size: 3.6rem;
}
.buy-button{
	font-size: 1.6rem;
	font-weight: 400;
	padding: 1.2rem 2.4rem;
	border-radius: 0.2rem;
	background-color: #DF3033;
	cursor: pointer;
	pointer-events: auto;
}

/* 规格参数页第二个盒子 */
.specification-page>div:nth-child(2){
	display: flex;
	justify-content: space-between;
	padding: 2.4rem;
	height: 65.6rem;
	font-weight: 400;
	border: solid 0.1rem rgba(255,255,255,0.4);
}
.specification-title{
	font-family: "Roboto";
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
}
.specification-list li{
	margin-bottom: 2rem;
	font-family: "Roboto";
}
.specification-list li>div:nth-child(1){
	font-size: 1.4rem;
	line-height: 2.1rem;
	color: var(--textColorAlpha06);
}
.specification-list li>div:nth-child(2){
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 0.6rem;
	line-height: 2.4rem;
}
.back-button{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.2rem;
	width: 8.6rem;
	height: 3.8rem;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	pointer-events: auto;
	font-size: 1.4rem;
}
.back-button img{
	width: 1.4rem;
	height: 1.2rem;
	margin-right: 1rem;
}


/* 规格参数页第三个盒子 */
.specification-page>div:nth-child(3){
	height: 17.6rem;
	padding: 2.4rem;
	font-size: 1.2rem;
	line-height: 2.4rem;
	font-weight: 400;
	font-family: "Roboto";
	border: solid 0.1rem rgba(255,255,255,0.4);
}

/* 画廊页 */
#galleryPage{
	/* display: none; */
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
#galleryPage>div {
	position: absolute;
	top: 7.5rem;
	right: 7.5rem;
}
#galleryPage>div img{
	width: 3rem;
	height: 3rem;
	cursor: pointer;
}

/* 定制选装页 */
#customizationPage{
	position: absolute;
	top: 0%;
	right: 0%;
	width: 100%;
	height: 100%;
	color: var(--textColor);
	pointer-events: none;
	user-select: none;
	visibility: hidden;
}
.cus-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.2rem;
	padding-top: 5rem;
	padding-bottom: 5.2rem;
	width: 42rem;
	font-weight: 400;
}
.cus-background{
	background-color: rgba(177, 177, 177, 0.3);
	border-radius: 0.8rem;
}
.cus-right .cus-box1{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem;
	width: 100%;
	height: 12rem;
	border: solid 0.1rem rgba(255,255,255,0.4);
}
.cus-box1>div:nth-child(1)>p:nth-child(1){
	font-family: "Roboto";
	font-size: 1.6rem;
	margin-bottom: 0.6rem;
}
.cus-box1>div:nth-child(1)>p:nth-child(2)>span:nth-child(1){
	font-family: "Roboto";
	font-size: 2.4rem;
}
.cus-box1>div:nth-child(1)>p:nth-child(2)>span:nth-child(2){
	font-family: "Roboto";
	font-size: 3.6rem;
	line-height: 4.2rem;
	padding: 0;
}
.cus-box1>div:nth-child(2){
	box-sizing: border-box;
	height: 4.5rem;
	padding: 1.2rem 2.4rem;
	font-size: 1.6rem;
	border-radius: 0.2rem;
	color: #fff;
	background: #DF3033;
	pointer-events: auto;
	cursor: pointer;
}
.cus-right .cus-box2{
	box-sizing: border-box;
	width: 100%;
	/* height: 37.3rem; */
	border: solid 0.1rem rgba(255,255,255,0.4);
}
.cus-box2 video{
	width: calc(100% - 0.1rem);
	height: auto;
	border-radius: 0.8rem;
	pointer-events: auto;
}
#productName{
	padding: 1rem;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 3.6rem;
}
#productDate{
	font-family: "Roboto";
	font-size: 1.4rem;
}
#description{
	font-size: 1.6rem;
	font-family: "Roboto";
	line-height: 2.4rem;
	margin: 1rem;
}
.cus-right .cus-box3{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 12.2rem;
	border: solid 0.1rem rgba(255,255,255,0.4);
}
.cus-box3>div{
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: auto;
	cursor: pointer;
}
.cus-box3>div p{
	font-size: 1.6rem;
	margin-top: 1.7rem;
	align-items: center;
	color: var(--textColorAlpha06);
}
.cus-box3 .show-gallery img{
	width: 3rem;
	height: 3.5rem;
}
.cus-box3 .show-specification img{
	width: 3.2rem;
	height: 3.3rem;
}
.cus-box3 .show-order img{
	width: 3rem;
	height: 3.3rem;
}
.cus-right .cus-box4{
	box-sizing: border-box;
	width: 100%;
	height: 30rem;
	pointer-events: auto;
	border: solid 0.1rem rgba(255,255,255,0.4);
}
.cus-box4 .cus4-header{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 2.4rem;
	height: 8.4rem;
}
#cus4Btns>div>img,
#cus4Btns>div>p {
	pointer-events: none;
}
.cus4-header>div:nth-child(1){
	font-family: "Roboto";
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: var(--textColorAlpha08);
}
.cus4-header img{
	width: 1.4rem;
	height: 1.2rem;
	margin-right: 1.1rem;
}
.cus4-header>div:nth-child(2){
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.6rem;
	height: 3.3rem;
	border-radius: 0.2rem;
	color: var(--textColor);
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.cus4-btns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: calc(100% - 8.4rem);
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: var(--textColorAlpha06);
}
.cus4-btns>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.3%;
	height: 50%;
	cursor: pointer;
}
.cus4-btns img{
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
}

#cusChildPage{
	position: absolute;
	left: 6.2rem;
	bottom: -20rem;
	width: auto;
	height: 14.8rem;
	font-weight: 400;
	font-family: 'SHS';
	transition: bottom 0.4s ease-in-out;
}
.child-page-common{
	box-sizing: border-box;
	position: relative;
	float: left;
	padding-top: 2rem;
	margin-right: 1.6rem;
	width: 25rem;
	height: 100%;
	border-radius: 0.8rem;
	color: var(--textColor);
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}
.child-top{
	pointer-events: none;
}
.child-top span:nth-child(1){
	font-size: 2.4rem;
	margin-left: 2.4rem;
	margin-right: 1.2rem;
	vertical-align: middle;
}
.child-top span:nth-child(2){
	font-size: 1.4rem;
	color: #b1b2b2;
	vertical-align: middle;
}
#cus-cons-0 img,
#cus-cons-1 img,
#cus-cons-2 img,
#cus-cons-3 img,
#cus-cons-4 img{
	width: 4.8rem;
	height: 4.8rem;
}

.child-bottom{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	position: absolute;
	padding-bottom: 2rem;
	padding-left: 2.4rem;
	padding-top: 1rem;
	left: 0;
	bottom: 0;
	height: 7.8rem;
	/* background-color: pink; */
}
.child-bottom .btn-background{
	box-sizing: border-box;
	height: 4.8rem;
	width: 4.8rem;
	margin-right: 3.2rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-border{
	border: 0.2rem solid #ec2d33;
}
.cus-child-price{
	position: absolute;
	bottom: 2rem;
	right: 2.4rem;
	font-size: 2.2rem;
	font-weight: 600;
}
#cus-cons-0>div:nth-child(n+2),
#cus-cons-1>div:nth-child(n+2),
#cus-cons-2>div:nth-child(n+2),
#cus-cons-3>div:nth-child(n+2),
#cus-cons-4>div:nth-child(n+2){
	display: none;
}
.events-none{
	pointer-events: none;
}
#cus-cons-0>div,
#cus-cons-1>div,
#cus-cons-2>div,
#cus-cons-3>div,
#cus-cons-4>div {
	cursor: pointer;
}
#cus-cons-3>div{
	margin-right: 3.2rem;
}

#configurationMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#configuration{
	position: absolute;
	left: 50%;
	width: 75.2rem;
	display: flex;
	flex-direction: column;
	height: calc(100% - 8.8rem);
	margin: 4.4rem 0;
	border-radius: 0.8rem;
	transform: translateX(-50%);
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(177, 177, 177, 0.3);
	pointer-events: none;
	user-select: none;
}
.config-header{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	height: 8.4rem;
	padding-left: 3.2rem;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "Roboto";
	color: #e4e4e4;
	border-radius: 0.8rem;
	background-color: #4a4c4e;
}
.config-header::before{
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 1rem;
	border-radius: 50%;
	background-color: #fff;
}
.config-content{
	box-sizing: border-box;
	width: 100%;
	flex: 1;
}
.list-title{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 3.6rem;
	margin-top: 3.2rem;
	margin-bottom: 1.4rem;
	padding: 0 3.2rem;
	font-size: 2.4rem;
	font-family: "Roboto";
	line-height: 3.6rem;
	color: var(--textColor);
	cursor: pointer;
	pointer-events: auto;
}
.list-title img{
	width: 1.2rem;
	height: 0.6rem;
}
.list-container{
	box-sizing: border-box;
	width: 68.8rem;
	margin: 0 auto;
	color: var(--textColor);
	font-family: "Roboto";
	font-weight: 400;
	padding: 0.8rem 3.2rem 4.2rem;
	border-radius: 0.8rem;
	background-color: rgba(255, 255, 255, 0.3);
}
.list-container>div:nth-child(1) img,
.list-container>div:nth-child(2) img,
.list-container>div:nth-child(3) img,
.list-container>div:nth-child(4) img,
.list-container>div:nth-child(5) img{
	width: 4.8rem;
	height: 4.8rem;
}
.list-common{
	box-sizing: border-box;
	margin-top: 2.55rem;
	padding-bottom: 2.55rem;
	/* background-color: pink; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.list-common .list-background{
	height: 4.8rem;
	width: 4.8rem;
	margin-right: 3.2rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(255,255,255);
}
.list-container>div{
	display: flex;
	align-items: center;
}
.list-text{
	display: flex;
	flex-direction: column;
	font-family: "Roboto";
	font-weight: 4000;
}
.list-text span:nth-child(1){
	font-size: 1.4rem;
	line-height: 2.1rem;
	color: #393939;
}
.list-text span:nth-child(2){
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: var(--textColor);
}
.list-price{
	flex: 1;
	text-align: right;
	font-size: 1.6rem;
}

.list-total{
	margin-top: 3.2rem;
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#configurationTotalPrice{
	font-size: 2.4rem;
	font-weight: 600;
}
#totalPrice{
	font-size: 2.4rem;
}

.config-bottom{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 3.2rem;
	width: 100%;
	height: 5.6rem;
	padding: 0 3.2rem;
}
.config-bottom div{
	box-sizing: border-box;
	height: 100%;
	width: 18.9rem;
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	border-radius: 0.2rem;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
	cursor: pointer;
	color: var(--textColor);
	font-weight: 700;
	font-size: 2rem;
}
#config-buy{
	background-color: #DF3033;
}

/* orderPage1页 */
#orderPage1,
#orderPage2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	user-select: none;
	visibility: hidden;
}
.order-container{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 8.7rem auto; 
	height: calc(100% - 17.4rem);
	width: 126.2rem;
	font-family: "Roboto";
	font-weight: 400;
	color: var(--textColor);
	backdrop-filter: blur(16.5px);
	-webkit-backdrop-filter: blur(16.5px);
}
.order-container .order-left{
	position: relative;
	box-sizing: border-box;
	width: 75.2rem;
	height: 100%;
	border-radius: 0.8rem;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(177,177,177,0.3);
}
.order-container .order-right{
	box-sizing: border-box;
	width: 49.8rem;
	height: 100%;
	border-radius: 0.8rem;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.3);
}
.order-left-header {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 0.8rem;
	width: 100%;
	height: 8.4rem;
	font-size: 2.4rem;
	background-color: #636669;
	color: #e4e4e4;
	padding-left: 3.2rem;
}
.order-left-header::before{
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 1rem;
}
.order-left-content{
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	font-size: 1.6rem;
}
.order-left-content img{
	margin-top: 13.2rem;
	margin-bottom: 2rem;
	width: 15.6rem;
	height: auto;
}
.order-right{
	position: relative;
	color: var(--textColor);
	font-weight: 400;
	font-family: "Roboto";
}
.order-right .order-right-img{
	position: absolute;
	top: calc(50% - 32rem);
	width: 100%;
	height: 32rem;
	margin-top: 2.6rem;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat; 
}
.order-right .order-right-img img{
	margin-top: -18rem;
	width: 100%;
	height: auto;
}

.order-right-title {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 3.2rem 3.2rem;
}
.order-right-title>span:nth-child(1){
	font-size: 4rem;
	line-height: 6rem;
	font-family: "PMZD";
}
.order-right-title>span:nth-child(2){
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.order-right-table{
	box-sizing: border-box;
	position: absolute;
	bottom: 12rem;
	left: 0;
	width: 100%;
	padding: 0 3.2rem;
}
.order-right-table-header{
	font-size: 2.4rem;
	line-height: 3.6rem;
	padding-bottom: 1.2rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #fff;
}
.order-right-table-content {
	width: 100%;
	height: auto;
}
.order-right-table-content img{
	width: 100%;
	height: auto;
}
.order-right-button {
	position: absolute;
	bottom: 3.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 19rem;
	height: 5.6rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 5.6rem;
	text-align: center;
	border-radius: 0.2rem;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.3);
}

/* orderPage2页 */
.order-left-content-has{
	box-sizing: border-box;
	margin: 3.2rem 0.4rem 3.2rem 3.2rem;
	padding-right: 2.8rem;
	height: calc(100% - 14.9rem);
	font-family: "Roboto";
	font-weight: 400;
	color: var(--textColor);
	overflow: auto;
}
::-webkit-scrollbar{
	width: 0.6rem;
	background-color: rgba(255, 255, 255, 0.8);
	/* background-color: transparent; */
}
.order-left-content-has .order-left-option1{
	box-sizing: border-box;
	width: 100%;
}
.order-left-option-header {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 3.6rem;
	font-size: 2.4rem;
	margin-bottom: 1.4rem;
	cursor: pointer;
}
.order-left-option-header img{
	width: 1.2rem;
	height: 0.6rem;
	transition: all 0.3s ease-in-out; 
}
.order-left-box1{
	padding: 0.8rem 3.2rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0.8rem;
	font-size: 1.6rem;
}
.order-left-box1>div{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 10rem;
}
.order-left-box1>div:not(:last-child){
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.order-left-option1{
	margin-bottom: 3.2rem;
}

.order-left-box1-common {
	display: flex;
	align-items: center;
}
.order-text-common {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 1.2rem;
}
.order-text-common>span:nth-child(1){
	font-size: 1.4rem;
	line-height: 2.1rem;
	color: #393939;
}
.order-text-common>span:nth-child(2){
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: var(--textColor);
}
#order-price{
	font-size: 2.4rem;
}
.order-img-background{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.8rem;
	height: 4.8rem;
	background-color: #fff;
	border-radius: 50%;
}
.size4-8{
	width: 4.8rem;
	height: 4.8rem;
}

#order2-total-text{
	font-size: 1.4rem;
}
#order2-price{
	font-size: 2.2rem;
	font-weight: 600;
}
.driver-info{
	box-sizing: border-box;
	padding: 2.5rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0.8rem;
	font-size: 1.6rem;
	font-family: "Roboto";
	font-weight: 400;
	height: 19.2rem;
	overflow: hidden;
}
.driver-info>div{
	display: flex;
	align-items: center;
}
.driver-info>div:not(:last-child){
	margin-bottom: 1.6rem;
}
.driver-info>div>span:nth-child(1){
	width: 6.5rem;
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.6);
}
.driver-info>div>span:nth-child(2){
	font-size: 1.6rem;
	color: var(--textColor);
}

.order-info{
	box-sizing: border-box;
	position: absolute;
	bottom: 13rem;
	left: 0;
	width: calc(100% - 6.4rem);
	padding: 2.3rem 0;
	margin: 0 3.2rem;
	font-family: "Roboto";
	font-weight: 400;
	border-bottom: 0.1rem solid #cfcfcf;
}
.order-info-list>div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}
.order-info-list>div>span:nth-child(1){
	font-size: 1.6rem;
	color: var(--textColorAlpha06);
}
.order-info-list>div>span:nth-child(2){
	font-size: 1.6rem;
	color: var(--textColor);
}
.order-info>div:nth-child(2){
	text-align: right;
	height: 4.9rem;
	font-size: 1.4rem;
}
#success-price{
	font-size: 2.2rem;
	font-weight: 600;
}
#order2TotalPrice{
	font-size: 2.2rem;
	font-weight: 600;
}
#order-info-pay,
#buy-info-pay{
	font-size: 2.4rem;
}

#buyPage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1rem);
	user-select: none;
	visibility: hidden;
}
.buy-btns{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 3.2rem;
	left: 0;
	width: 100%;
	height: 5.6rem;
	padding: 0 3.2rem;
	font-size: 2rem;
	font-weight: 700;
	color: var(--textColor);
}
.buy-btns>div{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 18.9rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0.2rem;
	pointer-events: auto;
	cursor: pointer;
}
#buy-page-pay {
	background-color: #DF3033;
}
.purchase-order-container{
	box-sizing: border-box;
	height: calc(100% - 14.8rem);
	margin: 3.2rem 0.4rem 3.2rem 3.2rem;
	padding-right: 2.8rem;
	overflow: auto;
	/* background-color: pink; */
}
.buy-info-content{
	font-family: "Roboto";
	font-weight: 400;
	color: var(--textColor);
}
.buy-info-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.4rem;
	margin-bottom: 1.4rem;
	cursor: pointer;
}
.buy-info-head img{
	width: 1.2rem;
	height: 0.6rem;
}
.buy-info-list{
	box-sizing: border-box;
	padding: 3.2rem;
	border-radius: 0.8rem;
	background-color: rgba(255, 255, 255, 0.3);
}
.buy-list-content>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
}
.buy-list-content>div:not(:last-child){
	margin-bottom: 1.6rem;
}
.buy-list-content>div>div>span:first-child{
	font-size: 1.4rem;
	display: inline-block;
	width: 6rem;
	margin-right: 2.3rem;
	color: rgba(0,0,0,0.7);
}
.buy-info-list>div:last-child{
	margin-top: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buy-total>span:first-child{
	font-size: 1.6rem;
}
.buy-total>span:last-child{
	font-size: 2.4rem;
}
.purchase-order-container>.buy-info-content:last-child{
	margin-top: 3.2rem;
}
.buy-driver{
	box-sizing: border-box;
	padding: 2.4rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0.8rem;
}
.buy-driver>div:not(:last-child){
	margin-bottom: 2rem;
}
.buy-driver>div>div{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.buy-driver input{
	box-sizing: border-box;
	padding-left: 1rem;
	height: 5rem;
	width: 100%;
	border-radius: 0.4rem;
	border: 1px solid rgba(255,255,255,0.6);
	color: var(--textColor);
}
.buy-driver input:focus{
	border: 1px solid rgba(255,255,255,1) !important;
}
input::placeholder{
	color:rgba(0,0,0,0.5);
	font-size: 1.2rem;
}
input::-webkit-input-placeholder{
	color:rgba(0,0,0,0.5);
	font-size: 1.2rem;
}
#successPayPage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	user-select: none;
	visibility: hidden;
}
.success-pay-left{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Roboto";
	font-weight: 400;
}
.success-pay-left img{
	width: 15.6rem;
	height: 15.6rem;
	margin-top: 12.7rem;
	margin-bottom: 2rem;
}
.success-pay-left>div:nth-child(2){
	font-size: 1.6rem;
	margin-bottom: 4.2rem;
}
.success-pay-left>div:nth-child(n+3){
	font-size: 2.4rem;
}
#success-pay{
	background-color: #DF3033;
}

.selected{
	border: 2px solid red;
}

#cusChildPage img{
	pointer-events: none;
}
#cusBack{
	font-size: 1.4rem;
}

#anno-container{
	padding-top: 2rem;
	padding-left: 2rem;
	width: 35.8rem;
	display: none;
}
.dialog-container{
	box-sizing: border-box;
	width: 33.8rem;
	/* height: 15.2rem; */
	padding: 1.6rem;
	font-weight: 400;
	font-family: "Roboto";
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #969696;
	transform: translate(1rem,1rem);
	overflow: hidden;
	user-select: none;
	backdrop-filter: blur(0.35rem);
}
.dialog-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--textColor);
	font-size: 1.6rem;
	padding-bottom: 0.8rem;
	margin-bottom: 1.6rem;
	border-bottom: 1px solid var(--textColorAlpha06);
	pointer-events: none;
	text-align: left;
}
#anno_7_dialog .dailog-title,
#anno_10_dialog .dailog-title,
#anno_12_dialog .dailog-title,
#anno_13_dialog .dailog-title,
#anno_14_dialog .dailog-title{
	padding-bottom: 0.2rem;
}
.dialog-content{
	font-size: 1.4rem;
	/* transform: scale(0.8); */
	color: var(--textColorAlpha08);
	text-align: left;
	pointer-events: none;
}
.dialog-img-container{
	display: flex;
	pointer-events: auto;
	cursor: pointer;
}
.dialog-title img{
	width: 3.4rem;
	height: 3.4rem;
	pointer-events: auto;
}

#simple-loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.to-loader-center{
	position: absolute;
	top: 40%;
	left: 50%;
	width: 9.2rem;
	height: 9.2rem;
	transform: translate(-50%,-50%);
	text-align: center;
}
.simple-loader-text {
	font-size: 1.2rem;
	margin-top: 1rem;
	color: var(--textColorAlpha08);
}
.simple-loader {
	border: 0.6rem solid #f3f3f3;
	border-top: 0.6rem solid #DF3033;
	border-radius: 50%;
	width: 8rem;
	height: 8rem;
	display: inline-block;
	animation: spin 2s linear infinite;
}
#buy-driver-head-control>div>div{
	position: relative;
}
#buy-driver-head-control>div>div>span{
	position: absolute;
	bottom: 0;
	right: 0.1rem;
	color: #DF3033;
	font-size: 1rem;
	display: none;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#popSuccessPay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	user-select: none;
	color: var(--textColor);
	font-weight: 400;
	font-family: "Roboto";
	font-size: 2.4rem;
	text-align: center;
	visibility: hidden;
}
.popSuccessPay-container{
	box-sizing: border-box;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 3.2rem;
	background-color: rgba(177,177,177,0.3);
	border-radius: 0.8rem;
	
	border: solid 0.1rem rgba(255,255,255,0.6);
}
.popSuccessPay-container>div:nth-child(1){
	margin-top: 3.2rem;
}
.popSuccessPay-container>div:last-child{
	display: flex;
	justify-content: space-around;
	margin-top: 3.2rem;
	margin-bottom: 3.2rem;
}
.popSuccessPay-container>div:last-child>div{
	width: 18.9rem;
	height: 5.6rem;
	border-radius: 0.2rem;
	display: flex; 
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#popSuccessPay-close{
	background-color: rgba(255, 255, 255, 0.3);
}
#popSuccessPay-order{
	background-color: #DF3033;
}
#popSuccessPay-time{
	margin-top: 3rem;
	font-size: 1.6rem;
	color: var(--textColorAlpha06);
}

#display-alone-page{
	width: 6.4rem;
	height: 14.8rem;
	display: none;
}
#display-alone-page img{
	width: 2rem;
	height: 1.8rem;
}
#display-alone-page>div{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}