@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

html {
	font-size: 55px;
}

body {
	/* padding-top: 0.95rem; */
	-webkit-text-size-adjust: 100% !important;
	font-size: 0.25rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	color: #363F4F;
	overflow-x: hidden;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif !important;
}

em,
i {
	font-style: normal;
}


/*使用无衬线字体/禁止IOS调整字体大小*/

a,
img {
	-webkit-touch-callout: none;
}


/*禁止长按连接与图片弹出菜单*/

html,
body {
	-webkit-user-select: none;
	user-select: none;
}


/*禁止选中文本*/

button,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input {
	outline: none;
	border-radius: 0;
}


/*去掉webkit默认的表单样式*/

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif !important;*/
}


/*去掉a等标签点击时的蓝色外边框和灰色半透明背景*/

input::-webkit-input-placeholder {
	color: #808080;
}


/*修改webkit中input的planceholder样式*/

input:focus::-webkit-input-placeholder {
	color: #808080;
}


/*修改webkit中focus状态下input的panceholder样式*/

input::-webkit-input-speech-button {
	display: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}


/*loading加载动画*/

.loading {
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: rgba(0,0,0,0.4);*/
	display: none;
}

.loading .loading-img {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	left: 50%;
	top: 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(0, 0, 0, 0.7) url(../../images/loading.gif) center 0.3rem no-repeat;
	background-size: 0.5rem 0.5rem;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 0.9rem;
}


/*prompt提示框*/

.prompt {
	font-size: 14px;
	display: none;
	position: fixed;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff !important;
	max-width: 6rem;
	padding: 0.1rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 9999;
	width: auto;
}


/*confirm弹出框*/

.confirm-box {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 100;
}

.confirm {
	font-size: 14px;
	position: fixed;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	border: 1px solid #B1B1B1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	padding: 0.2rem 0.3rem 0.3rem 0.3rem;
	width: 5rem;
	text-align: center;
	box-shadow: 0 0 0.15rem #B1B1B1;
	z-index: 9999;
}

.confirm .confirm-title {
	font-weight: bold;
	font-size: 16px;
}

.confirm .confirm-con {
	margin: 0.15rem 0;
}

.confirm .cancel,
.confirm .determine {
	display: inline-block;
	width: 38%;
	height: 0.55rem;
	line-height: 0.55rem;
	cursor: pointer;
	border-radius: 50px;
	font-size: 14px;
	margin: 0 0.15rem;
	border: 1px solid #ccc;
}

.confirm .determine {
	color: #fff;
	background: #F00000;
	border: none;
}

#head {
	position: fixed;
	height: auto;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
}
#main{
	min-height: 100vh;
}
#head .mainmenu {
	display: -webkit-flex;
	display: flex;
	height: .95rem;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* background-color: #FFFFFF; */
	position: relative;
	z-index: 999;
	transition: all 0.3s;
}
#head .head-backdrop-filter {
	-o-backdrop-filter: blur(0.12rem);
	-ms-backdrop-filter: blur(0.12rem);
	-moz-backdrop-filter: blur(0.12rem);
	-webkit-backdrop-filter: blur(0.12rem);
	backdrop-filter: blur(0.12rem);
	background-color: rgba(80, 60, 44, 0.15)
}

#head .mainmenu .head-menu-open {
	font-size: 0;
	width: .95rem;
	height: .95rem;
	background: url('../../images/change-logo-img/hd-more.png') no-repeat center / 0.4rem 0.32rem;
	cursor: pointer;
	display: inline-block;
}

#head .mainmenu .head-menu-close {
	display: none;
	font-size: 0;
	width: .95rem;
	height: .95rem;
	cursor: pointer;
	background: url('../../images/head-menu-close.png') no-repeat center / 0.48rem ;
}

#head .mainmenu .head-logo {
	font-size: 0;
	width: 1.44rem;
	height: .95rem;
	background: url('/web/m/images/change-logo-img/logo-write.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.64rem 0.52rem;
}

#head .mainmenu .head-btn-group{
	/*margin-left: 2.0rem;*/
	display: flex;
	display: -webkit-flex;
	align-items: center;
	/* width: 4.6rem; */
	justify-content: space-between;
	-webkit-justify-content: space-between;
}


#head .mainmenu .head-btn-group .head-btn{
    width: 1.6rem;
    height:.6rem;
    display: flex;
	display: -webkit-flex;
    /* background: url('../../images/download-btn.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;

}
#head .mainmenu .head-btn-group .head-btn:first-child{
  margin-right: 0.24rem;
}
#head .mainmenu .head-btn-group .head-btn .head-btn-text{
    font-size:.23rem;
    font-weight:400;
    color:rgba(153,249,255,1);

}


#head .submenu {
	overflow-y: auto;
	margin-left: -100%;
	padding: 1.4rem 0 1rem;
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background-color: #00a5b8; */
	background-color: rgba(0, 0, 0, 0.95);
	transition: margin-left 0.2s;
	-webkit-transition: margin-left 0.2s;
	-moz-transition: margin-left 0.2s;
	-ms-transition: margin-left 0.2s;
	-o-transition: margin-left 0.2s;
}

#head .submenu.active {
	margin-left: 0;
}

#head .submenu .item {
	height: .9rem;
	line-height: .9rem;
	font-size: .37rem;
	margin: .4rem 0;
	color: #333;
	text-align: center;
	margin-left: 0;
	position: relative;
}

#head .submenu .item dt {
	width: 100%;
	transition: width .3s;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-ms-transition: width .3s;
	-o-transition: width .3s;
}

#head .submenu .item dd {
	display: none;
	background-color: white;
	width: 42%;
	position: absolute;
	z-index: 998;
	top: 0;
	right: 0;
	text-align: left;
	padding-left: 0.4rem;
}

#head .submenu .item dd .nav-sub {
	display: block;
	height: .9rem;
}

#head .submenu .disabled .nav-name {
	color: #d6d6d6;
}

#head .submenu .disabled dt {
	width: 70%;
}

#head .submenu .active dt {
	position: relative;
	width: 70%;
	border-right: 2px solid #333;
}

#head .submenu .active dt::after {
	content: '';
	display: block;
	width: 2px;
	height: inherit;
	position: absolute;
	z-index: 997;
	top: 0;
	right: 55px;
	bottom: 0;
	background-color: #333;
}

#head .submenu .active dd {
	display: block;
}

#head .submenu .item .nav-count {
	font-size: .24rem;
	color: #00a4ae;
	display: inline-block;
	width: .6rem;
	height: .3rem;
	line-height: .3rem;
	border: 1px solid #00a4ae;
	border-radius: .15rem;
	margin-left: .1rem;
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	-ms-border-radius: .15rem;
	-o-border-radius: .15rem;
}

.submenu .menu-item {
	width: 6.86rem;
	margin: auto;
	text-align: center;
	/* border-bottom: 1px solid #3cbac9; */
	/* border-bottom: 1px solid rgba(186, 192, 198, 0.5); */
	overflow: hidden;
}

.submenu .menu-item .item-main {
	/* background-color: #00a5b8; */
	height: 1.08rem;
	line-height: 1.08rem;
	font-size: .32rem;
	font-weight: normal;
	cursor: pointer;
	padding: 0 .32rem;
	position: relative;
	/* color: #fff; */
	color: #FFFFFF;
	display: inline-block;
}

.submenu .menu-item .item-main a {
	/* color: #fff; */
	color: #FFFFFF;
	font-size: 0.32rem;
}

.submenu .menu-item.closed .item-main:after,
.submenu .menu-item.opened .item-main:after {
	content: '';
	display: inline-block;
	width: .16rem;
	height: .08rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	background: url('../../images/icon/icon-down-new.png') no-repeat center / contain;
}

.submenu .menu-item.none.closed .item-main:after {
	display: none;
}
/* .submenu .opened .border-top {
	border-top: 0.01rem solid #363F4F;
}
.submenu .opened .border-bottom {
	border-bottom: 0.01rem solid #363F4F;
} */
.submenu .menu-item .item-sub {
	/* background-color: #00a5b8; */
	/* background-color: #FFFFFF; */
	color: #FFFFFF;
}
.submenu .menu-item .item-sub::before,
.submenu .menu-item .item-sub::after{
	border-color: #363F4F;
}
.submenu .menu-item .item-sub .sub-button {
	display: block;
	font-size: .34rem;
	padding: 0 .8rem;
	/* color: #fff; */
	color: #ffffff;
}

.submenu .menu-item.none .item-main {
	padding: 0;
}

.submenu .menu-item.none .item-main a {
	padding: 0 0.8rem;
	display: block;
	width: inherit;
	font-size: .32rem;
	/* color: #fff; */
	color: #FFFFFF;
	font-weight: normal;
	height: 1.08rem;
	line-height: 1.08rem;
}

.submenu .menu-item.closed .item-sub {
	height: 0;
	padding: 0;
	overflow: hidden;
	transition: height 0.3s;
	-moz-transition: height 0.3s;
	/* Firefox 4 */
	-webkit-transition: height 0.3s;
	/* Safari 和 Chrome */
	-o-transition: height 0.3s;
	/* Opera */
}
/* 线不被隐藏 */
.submenu .menu-item.opened {
	padding-bottom: 0.04rem;
}
.submenu .menu-item.opened .item-main:after {
	background-image: url(../../images/icon/icon-up.png);
}

.submenu .menu-item.opened .item-sub {
	height: auto;
	padding: .32rem 0;
}
/*  */

.aion-common-footer
{
	padding: 0.48rem 0;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #363F4F;
	/* border-top: 0.01rem solid #dcdde0; */
}
.aion-common-footer .service-phone a {
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #363F4F;
	line-height: 2;
	text-decoration: underline;
}
.aion-common-footer .service-phone {
	margin: 0 0 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aion-common-footer .service-phone i {
	margin: 0 0.4rem;
}

.aion-common-footer .service-link {
	margin: 0 0 0.36rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aion-common-footer .service-link a {
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #363F4F;
	line-height: 2;
	text-decoration: underline;
}

.aion-common-footer .service-link i {
	margin: 0 0.4rem;
}
.service-icon {
	display: flex;
	justify-content: space-between;
	padding: 0 1.5rem 0.48rem;
}

.service-icon .flex-box-column{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.service-icon .flex-box-column-download-app {
	display: none;
}
.service-icon .flex-box-column > a img{
	width: 0.8rem;
	height: 0.8rem;
	vertical-align: middle;
}
.service-icon .flex-box-column >span{
	font-family: PingFangSC-Light;
	font-weight: 300;
	font-size: 0.24rem;
	color: #697588;
	letter-spacing: 0;
	text-align: center;
	transform: scale(0.833);
	margin-top: 0.16rem;
}

.aion-common-footer .aion-common-copyright,
.aion-common-footer .aion-common-copyright a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.22rem;
	color: #9FA9B8;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.4rem;
}
.aion-common-footer .aion-common-copyright img{
	width: auto;
}

/* 新版的底部 */
/* .aion-common-footer
{
	padding: 0.26rem 0 0;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #303745;
}
.aion-common-footer .aion-common-footer-link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.aion-common-footer .aion-common-footer-link a{
	font-size: 0.24rem;
	color: #303745;
}
.aion-common-footer .aion-common-footer-link > i {
	margin: 0 0.3rem;
}
.aion-common-footer .aion-common-footer-contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0.6rem 0;
	padding: 0 1.66rem;
}
.aion-common-footer .aion-common-footer-contact a {
	position: relative;
	vertical-align: middle;
}
.aion-common-footer .aion-common-footer-contact img{
	width: 0.8rem;
	height: 0.8rem;
}

.aion-common-footer .aion-common-copyright{
	margin-bottom: 0.2rem;
}
.aion-common-footer .aion-common-copyright,
.aion-common-footer .aion-common-copyright a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	color: #818B94;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.4rem;
}
.aion-common-footer .aion-common-copyright img{
	width: auto;
} */

#foot {
	background-color: #fff;
	position: relative;
}

#foot:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#foot .row {
	min-height: .4rem;
	line-height: .4rem;
	margin-bottom: .2rem 0;
	margin-left: .6rem;
}

#foot .row .text {
	display: block;
	font-size: .24rem;
	color: #747d7f;
	position: relative;
	padding-left: .5rem;
}

#foot .row .text::before {
	content: '';
	display: inline-block;
	width: .34rem;
	height: .34rem;
	position: absolute;
	z-index: 0;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
}

#foot .row .text.tel::before {
	background: url('../../images/icon-tel.png') no-repeat center / 0.3rem;
}

#foot .row .text.adress::before {
	background: url('../../images/icon-adress.png') no-repeat center / 0.34rem;
}

#foot .friend {
	display: inline-block;
	border-top: 1px solid #253e43;
	margin-left: .6rem;
	padding-top: .4rem;
	margin-top: .4rem;
}

/* #foot .friend.show {
	display: block;
} */

#foot  .code-box {
	display: none;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 9;
	transform: translate(-50%, -100%);
}

#foot  .code-box>img {
	display: inline-block;
	width: 2.07rem;
	height: auto;
}

#foot .friend .link {
	display: inline-block;
	margin-right: .83rem;
	font-size: .18rem;
	color: #747d7f;
}

#foot .friend .link p {
	margin-bottom: .13rem;
}

#foot .friend .link .icon-gac-group {
	display: inline-block;
	width: 1.82rem;
	height: .37rem;
	background: url(../../images/icon/icon-gac-group.png) no-repeat center;
	background-size: 100%;
}

#foot .friend .icon {
	display: inline-block;
	margin-right: .2rem;
}

#foot .friend img {
	display: inline-block;
	height: .64rem;
	width: auto;
}

#foot .copyright {
	text-align: center;
	font-size: .18rem;
	background: #001a1f;
	color: #747d7f;
	margin-top: 0.6rem;
	padding-bottom: 0.3rem;
}

#foot .qr {
	/*display: none;*/
	width: 1.6rem;
	height: 1.99rem;
	background: #fff;
	text-align: center;
	font-size: 0.2rem;
	color: #333;
	position: absolute;
	z-index: 0;
	top: 0.7rem;
	right: 0.42rem;
	/* bottom:0.8rem; */
	left: auto;
	margin: auto;
	border-radius: 0.15rem;
	-webkit-border-radius: 0.15rem;
}
#foot .qr .code-pic{
	width: 85%;
	margin: 0.15rem auto 0.05rem;
}


/*预约试驾弹窗*/

.drive-mask {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.drive-mask .mask-box{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.drive-mask .drive-pop {
	width: 100%;
    background: #23a7af;
    border-top: 8px solid #afe2e2;
    border-top-left-radius: 0.1rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.4rem;
}

.drive-mask .drive-pop .ge-tit {
	text-align: center;
	margin: 0.5rem auto 0.1rem;
}

.drive-mask .drive-pop .ge-tit img {
	width: 65%;
}

.drive-mask .drive-pop .hint {
	text-align: center;
	margin-bottom: 0.2rem;
}

.drive-mask .drive-pop .inp-list {
	width: 75%;
	margin: 0.3rem auto 0;
	overflow: hidden;
}

.drive-mask .drive-pop .inp-list .wit {
	width: 48%;
	float: left;
}

.drive-mask .drive-pop .inp-list .rit {
	float: right;
}

.drive-mask .drive-pop .inp-list .with {
	width: 100%;
}

.drive-mask .drive-pop .inp-list li {
	margin-bottom: 0.4rem;
	/*background: #fff;*/
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}

.drive-mask .drive-pop .inp-list li input {
	width: 100%;
	height: 0.8rem;
	border: 0;
	padding: 0 0.2rem;
	background: #049ca5;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	font-size: 0.26rem;
	color: #fff;
}

.drive-mask .drive-pop .inp-list li .sel {
	width: 100%;
	display: block;
	position: relative;
}

.drive-mask .drive-pop .inp-list li .sel:after {
	content: "";
	width: 0.4rem;
	height: 0.8rem;
	background: url(../../images/icon/sel-icon.png) no-repeat left center;
	background-size: 0.25rem auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.drive-mask .drive-pop .inp-list li select, .dealer-name {
	width: 100%;
	height: 0.8rem;
	border: 0;
	padding: 0 0.5rem 0 0.2rem;
	background: #049ca5;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	position: relative;
	z-index: 2;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.drive-mask .drive-pop .drive-sub-btn {
	display: block;
	width: 2.5rem;
	height: 0.8rem;
	margin: 0 auto;
	background: #aee3e2;
	color: #175c60;
	border: 0;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}

.drive-mask .guide:after {
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.drive-mask .guide {
	width: 100%;
	height: 1.9rem;
	background: #fff;
	padding: 0.3rem 0;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
}

.drive-mask .guide .left,
.drive-mask .guide .right {
	text-align: center;
}

.drive-mask .guide .left {
	width: 70%;
	float: left;
}

.drive-mask .guide .right {
	width: 30%;
	float: left;
}
.drive-mask .guide .left a{
	display: block;
	margin-bottom: 0.1rem;
}
.drive-mask .guide .left img {
	width: 85%;
}
.drive-mask .guide .right img {
	width: 80%;
}
.dealer-list-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0,0,0,0.5);
}
.dealer-list-wrapper .dealer-list-container {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
}
.dealer-list-wrapper .dealer-list-container .dealer-list {
	max-height: 10.1rem;
	overflow: auto;
}
.dealer-list-wrapper .dealer-list-container .dealer-item {
	display: flex;
	padding: .32rem .08rem .48rem;
	border-top: 1px solid #E0E3E2;
}
.dealer-list-wrapper .dealer-list-container .dealer-item:first-child {
	border: none;
}
.dealer-list-wrapper .dealer-list-container .dealer-item .radio {
	width: .72rem;
	height: .72rem;
	background: url('./../../images/icon@radio.png') no-repeat center / 100%;
}
.dealer-list-wrapper .dealer-list-container .dealer-item.checked .radio {
	background-image: url('./../../images/icon@radio_checked.png');
}
.dealer-list-wrapper .dealer-list-container .dealer-item .name {
	margin: .12rem 0 .16rem;
	color: #4B526A;
	font-size: .32rem;
	font-weight: 600;
	line-height: .44rem;
}
.dealer-list-wrapper .dealer-list-container .dealer-item .addr {
	font-size: .28rem;
	color: #4B526A;
	line-height: .4rem;
}
.dealer-list-wrapper .dealer-list-container .btn {
	width: 100%;
	height: 1rem;
	background-color: #00A4B8;
	box-shadow: 0 .08rem .3rem 0 rgba(18,194,169,0.3);
	color: #fff;
	font-size: .34rem;
	line-height: 1rem;
	text-align: center;
}

/*预约试驾*/

.icon-drive {
	/* 废弃预约试驾浮动按钮 */
	display: none !important;
	width: 1.3rem;
	height: 1.3rem;
	position: fixed;
	z-index: 60;
	top: auto;
	right: 0.1rem;
	bottom: 0.6rem;
	left: auto;
	margin: auto;
	-webkit-animation: ball 1000ms cubic-bezier(0.84, 0.84, 0.84, 1) infinite alternate;
	animation: ball 1000ms cubic-bezier(0.84, 0.84, 0.84, 1) infinite alternate;
}

.icon-drive img {
	width: 100%;
	object-fit: cover;
}

@-webkit-keyframes ball {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes ball {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

#cnzz_stat_icon_1275010269 {
	display: none;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	color: #fff;
}

input:-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}
/*下载APP悬浮窗*/
.guide-box {
	display: none;
	width: 5.95rem;
	position: fixed;
	z-index: 60;
	top: auto;
	left: 0;
	bottom: 0.6rem;
	left: auto;
	margin: auto;
}

.guide-box img {
	width: 100%;
}

.guide-box .guide-btn {
	display: block;
	width: 1.55rem;
	height: 0.6rem;
	position: absolute;
	right: 0.65rem;
	top: 0.64rem;
	border-radius: 0.3rem;
}

#head .mainmenu .head-btn-group .head-btn .shopImg{
	width: 1.52rem;
	height: 0.54rem;
	position: absolute;
	right: 2.78rem;
}
#head .mainmenu .head-btn-group .head-btn .downloadImg {
	width: 1.52rem;
	height: 0.54rem;
	position: absolute;
	right: 1.10rem;
}


/* -----------------下载app弹窗----------------- */
#new-download-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
}
#new-download-mask .new-pop-contetn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4.6rem;
	min-height: 4.6rem;
	background: #FBFBFB;
	box-shadow: 0 0.08rem 0.30rem 0 rgba(75,82,106,0.10);
	border-radius: 0.24rem;
	text-align: center;
	padding: 0.72rem 0 0.65rem;
}
#new-download-mask .new-download-aion-icon{
	width: 1.36rem;
  height: 1.1rem;
	margin-bottom: 0.22rem;
}
#new-download-mask .new-download-btn{
	width: 3.24rem;
	height: 0.72rem;
	animation: downloadBtnScale 3.5s
}
@keyframes downloadBtnScale
{
	25% {transform: scale(1.1)}
	50% {transform: scale(1)}
	75% {transform: scale(1.1)}
	100% {transform: scale(1)}
}
#new-download-mask .new-download-p1 {
	width: 2.16rem;
	font-weight: 300;
	font-family: PingFangSC-Light;
	font-size: 0.44rem;
	color: #303745;
	letter-spacing: 0;
	line-height: 0.74rem;
	text-align: justify;
	text-align-last: justify;
	margin: 0 auto;
}
#new-download-mask .new-download-p2{
	width: 3.34rem;
	font-weight: 300;
	font-family: PingFangSC-Light;
	font-size: 0.34rem;
	color: #303745;
	letter-spacing: 0;
	line-height: 0.74rem;
	text-align: justify;
	text-align-last: justify;
	margin: 0 auto;
	white-space: nowrap
}
#new-download-mask .new-download-p3{
	width: 3.34rem;
	font-family: PingFangSC-Light;
	font-size: 0.24rem;
	color: #303745;
	line-height: 0.74rem;
	font-weight: 300;
	letter-spacing: 0;
	text-align: justify;
	text-align-last: justify;
	margin: 0 auto 0.36rem;
}

/* 下载app */
.foot-download-icon{
	position: fixed;
	z-index: 60;
	top: auto;
	right: 0;
	bottom: 1rem;
	left: auto;
	width: 1.84rem;
	height: 0.64rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000000;
	box-shadow: 0 0.04rem 0.12rem 0 rgba(10,23,40,0.20);
	/* border-radius: 2rem 0 0 2rem; */
	font-size: 0.24rem;
	color: #FFFFFF;
	letter-spacing: 0;
	cursor: pointer;
	touch-action: none;
	transform-origin: right;
	transform: scale3d(1,1,1);
	display: none;
}
.foot-download-icon >img{
	width: 0.44rem;
	height: auto;
	margin-right: 0.12rem;
}
.foot-download-icon-scale{
	animation: downloadIconScale 8s infinite;
}
@keyframes downloadIconScale
{
	0% {transform: scale3d(1,1,1)}
	12.5% {transform: scale3d(1.05, 1.05, 1)}
	25% {transform: scale3d(1,1,1)}
	37.5% {transform: scale3d(1.05, 1.05, 1)}
	50% {transform: scale3d(1,1,1)}
}

/* 顶部样式 */
.head-btn-group .new-icon-drive{
	width: 1.52rem;
	height: 0.52rem;
	border-radius: 1rem;
	font-family: PingFangSC-Medium;
	font-size: 0.22rem;
	color: #FFFFFF;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-btn-group .head-btn-purchase{
	width: 1.52rem;
	height: 0.52rem;
	font-family: PingFangSC-Medium;
	font-size: 0.22rem;
	color: #FFFFFF;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-btn-group .new-icon-drive.border::before, .head-btn-group .head-btn-purchase.border::before {
	border-color: #FFFFFF;
	/* border-radius: 1rem; */
}

#app .top_tip{
	/* 去掉车型顶部栏 */
	display: none !important;
}
