.pcimg{
    display: none!important;
}
.close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 1rem;
    height: 1rem;
    background: url(../static/web/img2022/Universal/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 22;
}
.win{
    margin-top: 0.5rem;
}
.win .description{
    margin-bottom:0.5rem ;
}
.unwintxt{
    line-height: 12rem!important;
}
.carnotice{
    overflow-y: auto;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    padding: 5% 10% 20%;
    background:rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 99;
}
.closecarnotice{
    position: absolute;
    right: 16px;
    top: 7px;
    width: 30px;
    height: 30px;
    background: url(../static/web/img2022/Universal/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 22;
}
.carnoticebtn{
    position: relative;
}
.more{
    position: absolute;
    width: 80%;
    height: 40%;
    left: 50%;
    margin-left: -40%;
    cursor: pointer;
    z-index: 22;
}
.wingroup{
    display: none;
    width: 90%;
    height: 120%;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -45%;
    background:rgba(0, 0,0, 0.9);
    z-index: 2;
    border-radius: 10px;
}
.wingroup .winresult{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 5rem;
}
.winmain{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 10% 5%;
}
.winmain .qrcode{
    width:60% ;
    margin: 0 auto;
    margin-top: 8px;
}
.unwin{
    display: none;
}
/* .win .notice{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; 
} */
.notice{
    display: inline-block;
    font-size: 0.44rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    line-height: 0.7rem;
}
.drawExplain{
    width: 80%;
    margin: 10px auto;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: left;
}
.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.container img {
    width: 100%;
    display: block;
}


.fonsize {
    font-size: 0.5rem;
    line-height: 1rem;
}

.fonsize2 {
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
}

.fonttitle {
    font-size: 0.9rem;
    text-align: center;
}

.height {
    height: 1.1rem;
    line-height: 1.1rem;
}

.formgroup {
    width: 100%;
    position: relative;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}

.titlegroup {
    width: 100%;
    margin: 0.1rem auto;
    margin-top: 0.4rem;
}

.title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0.1rem auto;
}

.description {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.form {
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
}

.form button {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
}

.form-item input {
    width: 100%;
    /* border: 1px solid #fff; */
    color: #fff;
    padding-left: 3%;
}

.form-item {
    width: 100%;
    margin-bottom: 1.5%;
}

.verificationgroup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.verificationgroup .verificationcode {
    width: 49%;
}

.verificationgroup .verificationimg {
    width: 49%;
    cursor: pointer;
}

.verificationgroup .notebutton {
    width: 49%;
    cursor: pointer;
    color: #fff;
}

.verificationgroup .noteCode {
    width: 49%;
}

.dealergroup {
    position: relative;
}

.dealertitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding-left: 3%;
    border: 1px solid #fff;
    background: url(../static/web/img2022/Universal/sleect.png) no-repeat 96% center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

#distributorList {
    position: absolute;
    max-height: 200px;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    display: none;
}

#distributorList li {
    width: 100%;
    line-height: 43px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 10px;
}

.target {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;

}

.targettitle {
    width: 70%;
    flex: auto;
    font-size: 0.4rem;
}

.target .targetitem {
    display: block;
    width: 49%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #fff;
    text-align: center;
}

.targetitemactive {
    background-color: #fff;
    color: #000;
}

.targetgroup {
    width:26%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.privacy{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start; 
}
.privacynotice {
    display: inline-block;
    width: 0.33rem;
    height: 0.33rem;
    margin-top: 0.1rem;
    font-size: 0.33rem;
    margin-right: 0.2rem;
    border: 1px solid #fff;
}
.privacynoticecheck{
    background-color: #fff;
}
.subbuttongroup {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    height: 20%;
}

.subbuttongroup .subbtn {
    width: 67%;
    background: #fff;
    color: #000;
    margin: 10px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    
}

.linkgrouop {
    position: relative;
}

.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.link a {
    display: block;
    height: 50%;
    width: 100%;
}
.phonetitle{
    font-size: 0.7rem;
}
.notegroup{
    flex-flow: row-reverse nowrap;
}
.topbanner,.cars,.cart,.form{
    position: absolute;
}
.toform{
    width: 15%;
    height: 9%;
    position: absolute;
    bottom: 23%;
    left: 3%;
    cursor: pointer;
    /* border: 1px solid red; */
}
.tos{
    width: 29%;
    height: 16%;
    position: absolute;
    top: 3%;
    right: 5%;
    cursor: pointer;
    /* border: 1px solid red; */
}
.tot{
    width: 29%;
    height: 16%;
    position: absolute;
    top: 7%;
    left: 5%;
    cursor: pointer;
    /* border: 1px solid red; */
}
@font-face
{
    font-family: HYXiJianHeiJ;
    src: url('../font/HYXiJianHeiJ.ttf')
}

@font-face
{
    font-family: HYZhongJianHeiJ;
    src: url('../font/HYZhongJianHeiJ.ttf')
}

@font-face
{
    font-family: DINNextW1G-Regular;
    src: url('../font/DINNextW1G-Regular.ttf')
}
.pcswiper1{
    display: none!important;
}
.pcswiper2{
    display: none!important;
}
.swiper-slide{
    width: 100%;
    height: auto;
}
.swiper-slide>img{
    max-width: 100%;
    max-height: 100%;
}
.pcimg{
    display: none!important;
}
.video_wrap{
    width: 100vw !important;
    height: 56.25vw !important;
    position: relative;
    margin: -10px 0px;
    background: #000;
}
.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 2.4rem;
}

.container img {
    width: 100%;
    display: block;
    margin-top: -1px;
}
.content .title{
    color: #fff;
    padding: 5% 0px;
    font-weight: 600;
    text-align: center;

}
.banner{
    width: 100%;
    
    display: flex;
    justify-content: center;
}
.banner .content{
	width: 92.6%;
    padding: 3% 0px 6%;
}
.banner .form-item{
    border: 1px solid #fff;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
	height: 1.5rem;
	position: relative;
	display: block;
    margin-bottom: 2%;
}
.form-item input{
    width: 100%;
    color: #FFF;
    font-size: .47rem;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
	position: absolute;
	bottom: 0.3rem;
	padding-left: 3%;
}
.massage{
    display: flex !important;
    justify-content: space-between !important;
}
.form-item input::placeholder{
    color: #fff;
    font-size: .47rem;
	font-family: 'HYXiJianHeiJ';
}
.form-item.area{
    font-size: 0;
    display: flex;
    justify-content: space-between;
    border:none;
}
.form-item.area .select{
    display: inline-block;
    width: 49%;
    border: 1px solid #fff;
}
.banner .content .submit-btn{
    width: 100%;
    display: block;
    font-size: .47rem;
    font-family: 'HYXiJianHeiJ';
    color: #fff;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    /* margin-top: 1rem; */
    /* background: #141213; */
	letter-spacing: 0.08rem;
    border: 1px solid #fff;
}
.banner img{
    width: 100%;
    vertical-align: top;
}


     
input::-moz-placeholder{
    color:#FFF;
	font-size: .72rem;
}
input:-ms-input-placeholder{
    color:#fff;
	
}
input::-webkit-input-placeholder{
    color:#fff;
}
input::placeholder{
    color:#fff;
}

.select {
    width: 100%;
    color: #ffffff;
    /* border-bottom: 1px solid #fff; */
    position: relative;
}

.select>div:after{
    content: '';
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background: url('../images/e/icon-down.png') no-repeat ;
    background-size: .4rem auto;
    position: absolute;
    right: 0.2rem;
	top: .7rem;
}
.select ul{
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;

}
.select ul>li{
    height: 1.1rem;
    line-height: 1.1rem;
    box-sizing: border-box;
    padding: 0 10px;
    color: #000;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
}

.select ul>li a{
    font-size: .47rem;
	color: #000;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
}

.select ul>li.selected a{
    border-bottom: 1px solid #000;
}

.model .select ul{
    z-index: 100;
}
.provice .ul{
    z-index: 10;
}
.city_text {
    /* border-left: 1px solid #fff; */
    
}

.city ul {
    z-index: 10
}
.select ul>li.first{
    font-size: .48rem;
    background-color: #fff;
    color: #000;
}
.province,.city{
    max-height: 200px;
    overflow: auto;
}
#distributorId{
    padding-left: 1.5%;
}
.tips-text{
    font-family: "HYZhongJianHeiJ";
    letter-spacing: 2px;
    color: #fff;
    margin-top: .6rem;
    display: none;
	text-align: center;
	font-size: .5rem;
}
.banner .content.new__e-content h2 {
	    font-size: .69rem !important;
        color: #fff;
}
.banner .content.new__e-content h3 {
    font-size: .47rem !important;
    padding-bottom: .2rem !important;
    margin-bottom: .5rem!important;
    margin-top: .3rem;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
	display: block;
    color: #fff;
}
.banner .title{
    font-size: .7rem !important;
    font-family: "DINNextW1G-light","HYXiJianHeiJ";
    color: #fff;
}
.area .select>div {
	    height: 1.5rem !important;
		font-size: .47rem !important;
		line-height: 1.5rem !important;
		margin-top: 0;
        color: #fff;
        padding-left: 3%;
	}


/*******************手机页面*********************/
/**弹层**/

.new__layer-disclaimer {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
}
.new__layer-disclaimer .layer-main {
    position: absolute;
    top: 5%;
    left: 10%;
    height: 90%;
    background: #fff;
    width: 80%;
    padding: 1rem 0 0;
}
.new__layer-disclaimer .layer-main h2 {
    margin: 0 0 1.44rem;
    text-align: center;
    line-height: 1;
    font-size: .69rem;
    font-family: "DINNextW1G-Regular","HYZhongJianHeiJ";
    font-weight: bold;
}
.new__layer-disclaimer .layer-box {
    height: calc(100% - 92px);
    padding: 0 1rem;
    overflow: hidden;
    overflow-y: scroll;
    line-height: .68rem;
    font-size: .36rem;
}
.new__layer-disclaimer .layer-box p {
    padding: 0 0 .68rem;
}
.new__layer-disclaimer .layer-close {
    position: absolute;
    right: .16rem;
    top: .16rem;
    background: url(../images/close.png) center center no-repeat;
    background-size: .48rem auto;
    width: .8rem;
    height: .8rem;
    display: inline-block;
}

.content.new__e-content .form-item.model #carmodel {
	font-family: 'DINNextW1G-regular';
}
.content.new__e-content .form-item.model #carmodel{
	font-size: .56rem !important;
	font-family: "DINNextW1G-Regular","HYZhongJianHeiJ" !important;
}
.content.new__e-content .form-item.model #carmodel,.select>div{
	    height: 1.5rem !important;
		font-size: .47rem;
		line-height: 1.5rem !important;
		color: #fff;
		font-family: "DINNextW1G-light","HYXiJianHeiJ";
		margin-top: rem;
        padding-left: 1.5%;
	}
	
	input::-webkit-input-placeholder {
	color: #fff;
	font-size: .72rem;
	}
.privacy-clause{text-align: center;margin-top: .3rem;}
.privacy-clause .check-box {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0.3rem 0 0;
}
.privacy-clause .check-box label {
    display: block;
    width: .5rem;
    height: .5rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.privacy-clause .check-box input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.privacy-clause .check-box input[type=checkbox]:checked + label {
    border: 1px solid #fff;
    background: #a8a8a8;
}
.privacy-clause .check-box input[type=checkbox]:checked + label::before{
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.privacy-clause .p-text {
    /* flex: 1; */
	font-size: .33rem;
    display: inline-block;
    font-family: 'HYXiJianHeiJ';
    color: #fff;
}
.privacy-clause .p-text label{
	font-family: 'HYXiJianHeiJ';
    color:#0c7ca6;
}


.new__layer-disclaimer .layer-main{
    width: 80% !important;
}
.new__layer-disclaimer .layer-main p{
    font-size: .47rem !important;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
	line-height: .85rem;
}
.new__layer-disclaimer .layer-main .phone-complete-text{
    margin-top: 4rem !important;
}
.m_bottomImg{
    margin-top: -1px;
    display: block;
    width: 100vw;
    height: 6.378vw;
    background-image: url('../static/web/img2022/jihu2.0/0426/m/m_07.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:0% 0% ;
}