/*样式重置*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6，p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
	box-sizing: border-box;
	font-family: '微软雅黑';
} 
:focus { 
outline: 0; 
} 
body { 
line-height: 1; 
color: black; 
background: white; 
} 
ol, ul { 
list-style: none; 
} 
table { 
border-collapse: separate; 
border-spacing: 0; 
} 
caption, th, td { 
text-align: left; 
font-weight: normal; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
content: ""; 
} 
blockquote, q { 
quotes: "" ""; 
}

body{
	touch-action: none;
	background-color: #ffc62c;
	overflow: auto;
	height: 17rem;
}

.ui-loader-default{ display:none}
.ui-mobile-viewport{ border:none;}
.ui-page {padding: 0; margin: 0; outline: 0}

.background-box{
	
}

.wrapper{
	/*background: yellow !important;*/
	height: 17rem;	
	/* overflow: auto; */
	background-color: #ffc62c;
}

.container{
	width: 70rem;
	height: 17rem;
	
	/*border: 1px solid #000;*/
	transition: transform .75s;
	touch-action: none;
	background-color: #ffc62c;
	/*transform: translateX(-100vw);*/
}

/* .content-box{
	float: left;
	height: 17rem;
	box-sizing: border-box;
} */

.content{
	width: 10rem;
	height: 17rem;
	box-sizing: border-box;
	/*border: 1px solid red;*/
	float: left;
	background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.logo{
	width: 2rem;
	height: 1rem;
	background: url(../image/logo.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: .7rem;
	left: 50%;
	transform: translateX(-50%);
}

.answer-list-1{
	width: 8rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	z-index: 2;
}

.answer-list-1 .answer-item{
	width: 3.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: .5rem;
	font-weight: bold;
	border-radius: .2rem;
	border: .04rem solid #000;
	margin-right: .2rem;
	margin-bottom: .7rem;
}

.answer-list-2{
	width: 8.5rem;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
	-webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
	position: absolute;
	top: 1.3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.answer-list-2 .answer-item{
	width: 3.6rem;
	height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: .5rem;
	font-weight: bold;
	border-radius: .2rem;
	border: .04rem solid #000;
	margin-top: .5rem;
}

.question{
	margin: 0 auto;
	margin-bottom: 1rem;
}

.page1{
	background-image: url('../image/index.png?v=2019050905');
	background-color:  #ffc62c;
	padding-top: 13.5rem;
}

.start-button{
	width: 4rem;
    /* border: 2px solid #000; */
    height: 1.3rem;
    margin: 0 auto;
    margin-left: 5rem;
}

.next-button{
	width: 3.3rem;
	height: 1.2rem;
	border-radius: .25rem;
	background: #ff7311 url('../image/nextButton.png') no-repeat;
	background-size: 100%; 
	background-position: center;
	/*padding: 1rem;*/
	z-index: 100;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	/* box-shadow: 2px 2px 2px 0rem #000; */
	border: 0.08rem solid #222;
}

.page2{
	/* background-image: url('../image/page2.png'); */
	position: relative;
}

.next1{
	top: 12rem;
}

.question1{
	width: 7.5rem;
	height: 1.6rem;
	line-height: 1.6rem;
	background: url('../image/q1.png') no-repeat;
	background-size: 100% 100%;
	font-size: 0.5rem;
	text-align: center;
	font-weight: bold;
}


.question2{
	width: 6.5rem;
	height: 1.5rem;
	line-height: 1.4rem;
	background: url('../image/q2.png') no-repeat;
	background-size: 100% 100%;
	font-size: 0.58rem;
	text-align: center;
	font-weight: bold;
}

.question4{
	width: 7.5rem;
	height: 1.6rem;
	line-height: 1.6rem;
	background: url('../image/q1.png') no-repeat;
	background-size: 100% 100%;
	font-size: 0.6rem;
	text-align: center;
	font-weight: bold;
}

.question5{
	width: 8.5rem;
	height: 1.6rem;
	line-height: 1.6rem;
	background: url('../image/q1.png') no-repeat;
	background-size: 100% 100%;
	font-size: 0.5rem;
	text-align: center;
	font-weight: bold;
}

.next2{
	top: 10rem;
}

.page2-bottom-plus{
	background-image: url('../image/bottom1.png');
}

.page3{
	background-image: url('../image/page2.png');
	position: relative;
}

.page6-bottom{
	background-image: url('../image/bottom4.png');
}

.next3{
	top: 11.5rem;
}

.question3{
	width: 7.8rem;
	height: 1.3rem;
	line-height: 1.2rem;
	background: url('../image/q3.png') no-repeat;
	background-size: 100% 100%;
	font-size: 0.5rem;
	text-align: center;
	font-weight: bold;
}

.money-option-box{
	width: 5.5rem;
	height: 1.3rem;
	/*border: 1px solid #000;*/
	margin-top: .4rem;
	z-index: 2;
}

.money-option{
	width: 6rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	font-size: .5rem;
	font-weight: bold;
	border-radius: .2rem;
	border: .04rem solid #000;
	margin: 0 auto;
}

.page4{
	background-image: url('../image/page2.png');
}

.page3-bottom{
	background-image: url('../image/bottom3.png');
}

.next4{
	top: 13.8rem;
}

.type-option-box{
	width: 5.5rem;
	height: 3.5rem;
	/*border: 1px solid #000;*/
	margin-top: .25rem;
	padding-bottom: 3rem; 
}

.type-option{
	width: 2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: .4rem;
	font-weight: bold;
	border-radius: .15rem;
	border: .04rem solid #000;
	margin: 0 auto;
}

.type-image{
	margin-top: .2rem;
	width: 5.5rem;
	height: 2.55rem;
	border: .05rem solid #000;
	border-radius: .1rem;
	background-size: 100% auto;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.car-image{
	background-image: url('../image/car.png')
}

.suv-image{
	background-image: url('../image/suv.png')
}

.mpv-image{
	background-image: url('../image/mpv.png')
}

.page5{
	background-image: url('../image/page2.png');
}

#country-options-box{
	width: 8rem;
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	z-index: 2;
}



.next5{
	top: 11rem;
}

.country-option{
	width: 3.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-size: .5rem;
	font-weight: bold;
	border-radius: .2rem;
	border: .04rem solid #000;
	margin-right: .2rem;
	margin-bottom: .7rem;
}

#reason-options-box{
	width: 8rem;
	position: absolute;
	top: 1.7rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	z-index: 2;
}

.reason-option{
	width: 2.2rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .46rem;
	font-weight: bold;
	border-radius: .2rem;
	border: .04rem solid #000;
	margin-right: .46rem;
	margin-bottom: .7rem;
}

.get-bttton{
	width: 6.5rem;
	height: 2.3rem;
	background: url('../image/button.png') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 11.5rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: .52rem;
	font-weight: bold;
	padding:.1rem .5rem .2rem .6rem;
	text-align: center;
	z-index: 2;

}

.pop-up-box{
	display: none;
	z-index: 99
}

.shade{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}

.pop-up{
	width: 8rem;
	min-height: 6rem;
	background: #fed70e url('../image/submit.png') no-repeat;
	/*background: #fed70e;*/
	background-size: 100% auto;
	background-position: center;
	border-radius: 0.2rem;
	display: flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	padding-top: .78rem;
}

.input-box{
	width: 7rem;
	height: 1rem;
	margin-bottom: .28rem; 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.inpu-style-box{
	width: 4.3rem;
	height: .8rem;
	border: .07rem solid #000;
	background: #fff;
	border-radius: 0.2rem;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.input{
	text-indent: 0.2rem;
	border: none;
	background: none;
	height: .7rem;
	font-size: .4rem;
	width: 95%;
	z-index: 500;
	-webkit-user-select: auto;
	-khtml-user-select: auto;    
	-moz-user-select: auto;    
	-ms-user-select: auto;    
	user-select: auto;
}

input:active{
	border: none;
}

.input-text{
	font-size: .35rem;
	font-weight: bold;
}

.submit-button{
	width: 4rem;
	height: 1.2rem;
	text-align: center;
	margin-top:.1rem;
	font-size: .6rem;
	font-weight: bold;
	line-height: 1.1rem;
	color: #000;
	background: #ff9205;
	border-radius: 0.1rem;
	border: .07rem solid #000;
}

.checked{
	background: #fff;
}

.tip-box{
	display: none;
}

.Tip{
	width:5rem ;
	height: .8rem;
	text-align: center;
	line-height: .8rem;
	font-size: 0.35rem;
	color: white;
	border-radius: 1rem;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:rgba(0,0,0,0.7); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	z-index: 500;
}

.tipTitle{
	width: auto;
	padding: 0 .5rem ;
	display: inline-block;
}

.showTip{
	animation: show 0.3s 1;
}

.hideTip{
	animation: hide 0.3s 1;
}
