/*样式重置*/
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: #415dff;
	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: #415dff;
}

.container{
	width: 75rem;
	height: 17rem;
	transition: transform .75s;
	touch-action: none;
	background-color: #415dff;
}

/* .content-box{
	float: left;
	height: 17rem;
	box-sizing: border-box;
} */

.content{
	width: 10rem;
	height: 17rem;
	box-sizing: border-box;
	background-size: cover;
	/*border: 1px solid red;*/
	float: left;
	background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.answer-list-1{
	width: 6rem;
	position: absolute;
	top: 1.9rem;
	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: 2.6rem;
	height: .96rem;
	line-height: .96rem;
	text-align: center;
	font-size: .36rem;
	font-weight: bold;
	margin: 0 .2rem;
	margin-bottom: .5rem;
	background-size: 100%;
}

.answer-list-1{
	margin-top: 5rem;
}
.answer-item{
	background-image: url('../img/noselected.png');
}

.question{
	margin: 0 auto;
	margin-bottom: 1rem;
}

.page1{
	background: url('../img/img.png') no-repeat center top;
	background-color:  #415dff;
	padding-top: 13.5rem;
}

.start-button{
	width: 4.2rem;
     /*border: 2px solid #000; */
    height: 1.5rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-left: 2.75rem;
}

.next-button{
	width: 3.8rem;
	height: 1.33rem;
	background: url('../img/next.png') no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 100;
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	transform: translateX(-50%);
	z-index: 50;
}

.page2{
	background: url('../img/img2.png') no-repeat center top;
	position: relative;
}

.page3{
	background: url('../img/img3.png') no-repeat center top;
	position: relative;
}
.page4{
	background: url('../img/img4.png') no-repeat center top;
	position: relative;
}
.page5{
	background: url('../img/img5.png') no-repeat center top;
	position: relative;
}
.page6{
	background: url('../img/img6.png') no-repeat center top;
	position: relative;
}
.page7{
	background: url('../img/img7.png') no-repeat center top;
	position: relative;
}

/*.next1{
	top: 12rem;
}*/
.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;
}
.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;
}

#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;
}

.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;
}

.pop-up-box{
	display: none;
	z-index: 99
}

.shade{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}

.pop-up{
	width: 8rem;
	min-height: 6rem;

	background: #f9ee1a;
	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: .54rem;
	border:.1rem solid #000;
}
span{
	font-size: 0.5rem;
	font-weight: bold;
	color: #0B2B6B;
}
.submit-button{
	width: 3.8rem;
	height: 1.33rem;
	background: url('../img/submit1.png') no-repeat;
	background-size: cover;
	margin: .3rem 0 0;
}

.input-box{
	width: 7rem;
	height: 1rem;
	margin-top: 0.2rem;
	margin-bottom: .28rem;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-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: 1.5rem;
	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;
}

.get-button{
	width: 3.8rem;
	height: 1.33rem;
	background: url('../img/submit.png') no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 100;
	position: absolute;
	left: 50%;
	bottom: 1.77rem;
	transform: translateX(-50%);
	z-index: 50;
}

.checked{
	background-image: url('../img/selected.png');
}

.tip-box{
	display: none;
}

.Tip{
	width:4rem ;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.35rem;
	color: white;
	border-radius: .1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-.5rem;
	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;
}
