body{
    min-width: 1020px !important;
}
.Phone {
    display: none!important;
}
.privacynotice {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border: 1px solid #fff;
}
.privacynoticecheck{
    background-color: #fff;
}
.close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url(../static/web/img2022/Universal/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 22;
}
.unwintxt{
    line-height: 300px!important;
}
.carnotice{
    overflow-y: auto;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    padding: 5% 10%;
    background:rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 99;

}
.closecarnotice{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    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: 20%;
    height: 40%;
    left: 50%;
    margin-left: -10%;
    cursor: pointer;
    z-index: 22;
}
.wingroup{
    display: none;
    width: 70%;
    height: 110%;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -35%;
    background:rgba(0, 0,0, 0.9);
    z-index: 2;
    border-radius: 10px;
}
.wingroup .winresult{
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.winmain{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 4%;
}
.winmain .qrcode{
    width:20% ;
    margin: 0 auto;
    margin-top: 8px;
}
.unwin{
    display: none;
}
.notice{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
}
.container {
    width: 100%;
    min-width: 800px;
    max-width: 1920px;
    margin: 0 auto;
}

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

html,
body {
    min-width: 800px !important;
}

.fonsize {
    font-size: 20px;
    line-height: 30px;
}

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

.fonttitle {
    font-size: 30px;
    text-align: center;
}

.height {
    height: 58px;
    line-height: 58px;
}

.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: 10px auto;
}

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

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

.form {
    position: absolute;
    top: 5%;
    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: 49%;
    margin-bottom: 3%;
}

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

.verificationgroup .verificationcode {
    width: 59%;
}

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

.verificationgroup .notebutton {
    width: 40%;
    cursor: pointer;
    /* color: #1e9bc8; */
}

.verificationgroup .noteCode {
    width: 59%;
}

.dealergroup {
    position: relative;
}

.dealertitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    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: 60%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}

.targettitle {
    flex: auto;
}

.target .targetitem {
    display: block;
    width: 90px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 20px;
}

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

.targetgroup {
    width: 40%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.subbuttongroup {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    height: 20%;
}

.subbuttongroup .subbtn {
    width: 60%;
    background: #fff;
    color: #000;
    margin: 10px auto;
}

.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%;
}
.drawExplain{
    width: 330px;
    margin: 10px auto;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .title {
        margin: 5px auto;
    }

    .form {
        top: 0%;
    }

    .titlegroup {
        margin: 5px auto;
    }

    .description {
        margin-bottom: 10px;
    }

    .fonsize {
        font-size: 16px;
        line-height: 22px;
    }

    .fonsize2 {
        font-size: 14px;
        text-align: center;
    }

    .fonttitle {
        font-size: 26px;

    }

    .height {
        height: 30px;
        line-height: 30px;
    }

    .subbuttongroup .subbtn {
        width: 60%;
        background: #fff;
        color: #000;
        margin: 5px auto;
    }

    .target {
        width: 74%;
        margin-bottom: 10px;
    }

    .form-item {
        margin-bottom: 3%;
    }
    .close{
        transform: scale(.8);
    }
}

@media only screen and (max-width: 1184px) {
    .target .targetitem{
        height: 30px;
        line-height: 30px;
    }
    .notice{
        font-size: 12px !important;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .privacy{
        margin-top: 0px;
    }

    .title {
        margin: 5px auto;
    }

    .form {
        top: 4%;
    }

    .titlegroup {
        margin: 10px auto;
    }

    .description {
        margin-bottom: 0px;
    }

    .fonsize {
        font-size: 14px;
        line-height: 20px;
    }

    .fonsize2 {
        font-size: 12px;
        text-align: center;
    }

    .fonttitle {
        font-size: 22px;

    }

    .height {
        height: 30px;
        line-height: 30px;
    }

    .subbuttongroup .subbtn {
        width: 60%;
        background: #fff;
        color: #000;
        margin: 5px auto;
    }

    .target {
        width: 80%;
        margin-bottom: 5px;
    }

    .form-item {
        margin-bottom: 3%;
    }
}
@media only screen and (min-width: 1185px) and (max-width: 1366px) {
    .notice{
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fonttitle {
        font-size: 28px;
    }

    .title {
        margin: 10px auto;
    }

    .form {
        top: 4%;
    }

    .titlegroup {
        margin: 10px auto;
    }

    .description {
        margin-bottom: 0px;
    }

    .fonsize {
        font-size: 18px;
        line-height: 26px;
    }

    .fonsize2 {
        font-size: 14px;
        text-align: center;
    }

    .height {
        height: 35px;
        line-height: 35px;
    }

    .subbuttongroup .subbtn {
        width: 60%;
        background: #fff;
        color: #000;
        margin: 15px auto;
    }

    .target {
        width: 80%;
        margin-bottom: 10px;
    }

    .form-item {
        margin-bottom: 2%;
    }
    .close{
        transform: scale(.9);
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .notice{
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fonttitle {
        font-size: 28px;
    }

    .title {
        margin: 10px auto;
    }

    .form {
        top: 4%;
    }

    .titlegroup {
        margin: 10px auto;
    }

    .description {
        margin-bottom: 20px;
    }

    .fonsize {
        font-size: 18px;
        line-height: 26px;
    }

    .fonsize2 {
        font-size: 14px;
        text-align: center;
    }

    .height {
        height: 35px;
        line-height: 35px;
    }

    .subbuttongroup .subbtn {
        width: 60%;
        background: #fff;
        color: #000;
        margin: 15px auto;
    }

    .target {
        width: 80%;
        margin-bottom: 10px;
    }

    .form-item {
        margin-bottom: 3%;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1919px) {

    .target {
        width: 60%;
        margin-bottom: 10px;
    }

    .subbuttongroup .subbtn {
        width: 60%;
        background: #fff;
        color: #000;
        margin: 15px auto;
    }
}
.topbanner,.cars,.cart,.form{
    position: absolute;
}
.toform{
    width: 15%;
    height: 8%;
    position: absolute;
    bottom: 23%;
    left: 2%;
    cursor: pointer;
    /* border: 1px solid red; */
}
.content .title{
    color: #fff;
    padding: 2% 0px;
    font-weight: 600;
    text-align: center;
}
.tos{
    width: 25%;
    height: 16%;
    position: absolute;
    top: 6%;
    right: 5%;
    cursor: pointer;
    /* border: 1px solid red; */
}
.tot{
    width: 25%;
    height: 16%;
    position: absolute;
    top: 8%;
    left: 5%;
    cursor: pointer;
    /* border: 1px solid red; */
}
.mobswiper1{
    display: none!important;
}
.mobswiper2{
    display: none!important;
}
.Phone {
    display: none!important;
}
.swiper-slide{
    width: 100%;
    height: auto;
}
.swiper-slide>img{
    max-width: 100%;
    max-height: 100%;
}
.container {
    width: 100%;
    min-width: 800px;
    margin: 0 auto;
    padding-top: 60px;
}

.container img {
    width: 100%;
    display: block;
}
.banner{
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner .content{
    width: 80%;
    /* padding: 10% 0px; */
}
.banner .form-item{
    border: 1px solid #fff;
	font-family: "DINNextW1G-light","HYXiJianHeiJ";
	position: relative;
	display: block;
    margin-bottom: 2%;
}
.form-item input{
    width: 100%;
    /* line-height: 3em; */
    height: 50px;
	line-height: 50px;
	font-size: 22px;
    color: #fff;
    padding-left: 3%;
}
.massage{
    display: flex;
    justify-content: space-between;
}
.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;
}
.area .select>div{
    height: 60px;
    font-size: 24px;
    line-height: 55px;
    padding-left: 3%;
}
.banner .content .submit-btn{
    display: inline-block;
    width: 100%;
    min-height: 50px; 
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    border-radius: 4px;
    /* margin-top: 20px; */
    border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	background: none;
    /* padding: 0 32px; */
}
.banner img{
    width: 100%;
    vertical-align: top;
}

.content.new__e-content h2 {
    font-size: 25px !important;
	margin-bottom: 18px;
}
 
.banner .title{
    font-size: 28px !important;
    font-family: "DINNextW1G-light","HYXiJianHeiJ";
    color: #fff;
}
input::-moz-placeholder{
    color:#FFF;
}
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{
    height: 50px;
    font-size: 22px;
    line-height: 50px;
}
.select>div:after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url('../images/e/icon-down.png');
    background-size: 100% 100%;
    position: absolute;
    right: 0.2rem;
    top: 22px;
}
.select ul{
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
	padding-bottom: 20px;
}
.select ul>li{
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #000;
}

.select ul>li a{
    font-size: 24px;
}

.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: 24px;
    background-color: #000;
    color: #fff;
	
}
/* .content.new__e-content .select ul li.first{
	height: 43px;
} */
.province,.city{
    max-height: 200px;
    overflow: auto;
}
.province_text:after {
    margin-right: 10px;
}
.city_text::after{
    margin-right: 10px;
}
#distributorId::after{
    margin-right: 10px;
}
#carmodel::after{
    margin-right: 10px;
}
#distributorId{
    padding-left: 1.5%;
}
.tips-text{
    font-family: "HYZhongJianHeiJ";
    letter-spacing: 2px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    display: none;
}
.check-box{
    position: relative;
    top: 0.1rem;
    margin-right: 0.3rem;
}
.content.new__e-content .form-item.model #carmodel, .select>div{
    padding-left: 1.5%;
    
}
.content.new__e-content .form-item.model #carmodel{
    font-family: "DINNextW1G-Regular","HYZhongJianHeiJ" !important;

}
.privacy-clause{
    color: #fff;
    margin-top: 10px;
}
@media screen and (max-width: 1920px) {
    .form-item input{
        height: 60px !important;
        line-height: 60px !important;
        font-size: 22px !important;
    }
	.content.new__e-content .form-item.model #carmodel, .select>div {
	    height: 60px !important;
	    line-height: 60px;
        font-size: 22px !important;
	}
	.content.new__e-content .form-item input{
		font-size: 22px !important;
	}
	.banner .content .submit-btn{
        width: 50% !important;
        background-color: #FFF;
        color: #000;
        height: 60px;
        line-height: 60px;
		font-size: 22px;
        
	}
	.content.new__e-content .select ul li a{
		font-size: 16px;
	}
    .privacy-clause .p-text{
		font-size: 18px;
        border-bottom: 1px solid #fff;
	}
    #inputcheckbox{
        width: 16px;
        height: 16px;
    }
    .banner .title{
        font-size: 35px !important;
        font-family: "DINNextW1G-light","HYXiJianHeiJ";
        color: #fff;
    }
  
}
@media screen and (max-width: 1680px) {
    .form-item input{
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }
	/* .content.new__e-content h2 {
	    font-size: 33px !important;
	} */
	.banner .content.new__e-content h3 {
	    font-size: 16px !important;
	}
	.content.new__e-content .form-item.model #carmodel, .select>div {
	    font-size: 20px !important;
        height: 50px !important;
	    line-height: 50px !important;
	}
	.content.new__e-content .select > div {
	    font-size: 20px!important;
	}
	.content.new__e-content .form-item input{
		font-size: 20px !important;
	}
	.banner .content .submit-btn{
		font-size: 20px;
	}
	.content.new__e-content .select ul li a{
		font-size: 16px;
	}
    .privacy-clause .p-text{
		font-size: 16px;
	}
    #inputcheckbox{
        width: 14px;
        height: 14px;
    }
    .banner .title{
        font-size: 33px !important;
        font-family: "DINNextW1G-light","HYXiJianHeiJ";
        color: #fff;
    }
}

@media screen and (max-width: 1440px) {
	.privacy-clause .p-text{
		font-size: 14px;
	}
    .banner .content{
        top: 15%;
    }
    .form-item input{
        height: 45px !important;
        line-height: 45px !important;
        font-size: 18px !important;
    }
	/* .banner .content.new__e-content h2 {
	    font-size: 33px !important;
	} */
	.content.new__e-content .select ul li a{
		font-size: 14px;
	}
	.banner .content.new__e-content h3 {
	    font-size: 16px !important;
		margin-bottom: 25px !important;
	}
	.content.new__e-content .form-item.model #carmodel,.select>div{
	    font-size: 18px !important;

	}
	.content.new__e-content .select > div {
	    font-size: 18px!important;
	}

	.content.form-item input {
	    font-size: 18px !important;
	}
	.area .select>div {
	    height: 45px !important;
	    font-size: 18px !important;
	    line-height: 45px !important;
	}

	.banner .content .submit-btn {
	    font-size: 18px;
	    height: 45px;
	    line-height: 45px;
	}
    #inputcheckbox{
        width: 13px;
        height: 13px;
    }
    .banner .title{
        font-size: 30px !important;
        font-family: "DINNextW1G-light","HYXiJianHeiJ";
        color: #fff;
    }
}

@media screen and (max-width: 1200px) {
    .banner .content{
        top: 5%;
    }
    .banner .content .submit-btn{
        /* margin-top: 15px; */
    }
    .form-item input{
        height: 30px !important;
        line-height: 30px !important;
        font-size: 16px !important;
    }
    .area .select>div {
	    height: 30px !important;
	    font-size: 16px !important;
	    line-height: 30px !important;
	}
    .select>div {
	    height: 30px !important;
	    font-size: 16px !important;
	    line-height: 30px !important;
	}
    .select>div:after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 12px;
        background: url(../images/e/icon-down.png);
        background-size: 100% 100%;
        position: absolute;
        right: 0.2rem;
        top: 10px;
    }
    .select ul>li a {
        font-size: 16px;
    }
    .select ul>li.first {
        font-size: 16px;
       
    }
    .select ul>li {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding: 0 10px;
        color: #000;
    }
    #inputcheckbox{
        width: 12px;
        height: 12px;
    }
}


