* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-ms-user-select: none;
}
body{
	width:100%;
	height:100%;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 100%;
	/*background: url(../images/grey-bg.jpg) no-repeat 0 0 !important;*/
	/*background-size: cover;*/
	
}
img{
	width: 100%;
	height: auto;
}
.logo{
	width: 50%;
	float: right;
	margin-top: 5px;
}
.backBtn {
  position: absolute;
  top: 10px;
  left: 3%;
  color: #fff !important;
  text-decoration: none;
  font-weight: normal !important;
}
.backBtn img{
	width: 50px;
	vertical-align: middle;
	margin-right: 6px;

}
.banner{
	display: inline-block;
}
.wrapper{
	padding: 0 5%;
}
.mainwrapper{
	padding: 0 4%;
}
.term{
	text-align: left;
	border: 1px solid #dbceba;
	font-size:12px;
	margin-bottom: 4px;
	line-height: 2.2em;
	padding-left: 16%;
	background: #fff;
}
.terms{
	margin-top: 5px;
	margin-bottom: 5px;
}
.terms p{
	font-size: 12px;
	color: #0771BA;
	line-height: 18px;

	font-weight: bold;
}

.terms p:nth-child(2){
		text-indent: 2em;
}

.number{
	color:#ffb518;
	-webkit-text-stroke:1px ;
	font-size:1.3em;
	padding:0 2px;
}
.term img{
	vertical-align: middle;
	width: 23px;
	margin-right: 10px;
	margin-top:-3px;
}
.form{
	/*padding: 3% 2% 0 2%;
	border: 1px solid #dbceba;*/
	margin-bottom: 10px;
	/*background: rgba(255,255,255,0.7);*/
	font-size:0.88em;
}
.form h3{
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	margin-bottom: 5px;
}
.form p{
	margin-bottom: 5px;
}
.form label{
	width: 25%;
	display: inline-block;
}
.form input[type=text],.form input[type=button],input[type=tel]{
	-webkit-appearance:none;
	height: 1.7em;
	border: 1px solid #dbceba;
	width: 70%;
	font-size:16px;
	padding-left:8px;
	background-color: #f2f2f2;
	border-radius: 0;
	color: #1f1f1f;
	box-sizing:border-box;
}
#cardType,
#city{
	-webkit-appearance:none;
	height: 1.7em;
	border: 1px solid #dbceba;
	width: 70%;
	font-size:16px;
	background:#f2f2f2 url(/img/risk/arrow.png) no-repeat 98% 2px;
	background-size: 22px 22px;
	border-radius: 0;
	color: #9D9C9C;
	box-sizing:border-box;
	padding-left: 8px;

}
/*.ui-select{
	width: 65% !important;
	display: inline-block !important;
	vertical-align: middle;
}
#cardType-button{
	-webkit-appearance:none;
	height: 1.8em;
	border: 1px solid #dbceba;
	font-size:16px;
	padding-left:5px;
	border-radius: 0;
	background:#f2f2f2 url(../images/arrow.png) no-repeat 98% 2px;
	background-size: 25px;
	width: 100%;
	margin: 0 !important;
}
.ui-btn-inner{
	-webkit-appearance:none;
	height: 1.7em;
	border: 1px solid #dbceba;
	width: 65%;
	font-size:16px;
	padding-left:5px;
	background-color: none !important;
}
.ui-icon{
	width: 0 !important;
}*/
.form input[type=button]{
	color:#525252;
	background: -webkit-linear-gradient(top,#f0f2f4,#e3e7e9);
	font-size:14px;
	height: 26px;
	width: 72.5%;
}
.form input[type=radio]{
	
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
}
#minus,#add{
	vertical-align:bottom;
	width:35px;
	height: 35px;
}
#total{
	color:#ffb518;
	font-size:1.7em;
	font-weight: bold;
}
.unit{
	padding-left:5px;
	
	

}
#count{
	border:0;
	background-color:#0c99d5;
	font-size:1.4em;
	height:35px;
	color:#fff;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
	border-radius:0;
	width:35%;
}
.notice{
	text-decoration: none;
	font-size: 12px !important;
	color: #000 !important;
	font-weight: normal !important;
}
.selected{
	width: 15px;
	vertical-align: middle;
}
.correct{
	background: url(/img/risk/correct.png) no-repeat 98% 2px;
	background-size: 25px;
}
.incorrect{
	background: url(/img/risk/incorrect.png) no-repeat 98% 2px;
	background-size: 25px;
}
.verification{
	padding: 20% 4% 30% 4%;
	margin-bottom: 10px;
	font-size:1.3em;
	text-align: center;
}
.verification p{
	line-height: 2.3em;
}
#verifCode{
	width: 60%;
	background-color: #cdf1ff;
	margin: 0 auto;
}
.next{
	width: 70%;
	margin:5px auto;
}
.next ~ p {
	font-size:0.9em;
	text-align:right;
	color:#15a3eb;
}

.error_msg{
	text-align: center;
	color: red;
	font-size: 12px;
}
.title{
	position: relative;
	padding: 15px;
	text-align: center;
	color: #fff;
	background-color: #15a3eb;
	font-size: 1.2em;
}
.back{
	position: absolute;
	top: 15px;
	left: 5%;
	display: inline-block;

}
.back img{
	width: 25px;
}
.wrapper article{
	margin-top: 20px;
}
.sub_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 10px 0;
	text-indent: 2em;
}

.question {
	background: url(/img/risk/question.png) no-repeat 0 0;
	background-size: 100% 100%;
	font-size: 16px;
	color: white;
	padding: 3px 0;
}


.question span{
	padding: 0 4% 0 4%;
}
.mulline {
background: url(/img/risk/question.png) no-repeat 0 0;
	background-size: 100% 100%;
	font-size: 16px;
	color: white;
	padding: 3px 0;
  overflow: hidden;
}

.mulline span:nth-child(1){
	display: block;
	border-radius: 8px 0 0 0;
	padding: 0 4% 0 4%;
	height: 100%;
	width: 3%;
	float: left;
}
.mulline span:nth-child(2){
	display: block;
	width: 89%;
	float: left;
}

.answer{
	margin: 10px 0;
	line-height: 1.3em;
	color: #525252;
}
.qr-code{
	text-align: right;
	margin: 5px 0;
}
.qr-code img{
	width: 30%;
	margin: 5px 0;
}
.ui-body-c,.ui-overlay-c {
	/*background: url(../images/grey-bg.jpg) no-repeat 0 0 !important;	*/
}
@media screen and (min-width: 321px) {
	.term{
		padding-left: 14%;
		margin-bottom:5px;
	}
	.terms p{
		font-size: 13px;
		line-height: 16px;
	}
	.form h3{
		margin-bottom:10px;
	}
	.form p{
		margin-bottom:5px;
	}
	.form input[type=text],.form input[type=button]{
		height: 1.8em;
	}
	.notice,.agreement{
		font-size: 0.7em;
	}
}