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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{background-color:#f3f3f3;}
body {
	line-height: 1;
	background: white;
	/*max-width:1200px;*/
	margin:0 auto !important;
}
html,body{width:100%;height:100%;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* 正式 */
/*.main{*/
/*	width:100%; !* 相当于600px *!*/
/*	height: 100vh;*/
/*	margin: 0 auto;*/
/*    position: relative;;*/
/*}*/
/*.bg{*/
/*	width: 100%;*/
/*	height: 240px;*/
/*	opacity: 1;*/
/*	background: rgba(78, 143, 255, 1);*/
/*	position: relative;*/
/*	align-items: center;*/
/*}*/

/*@media screen and (min-width:420px){*/
/*	.main,.bg{*/
/*		max-width: 450px !important;*/
/*	}*/
/*}*/
/*.title{*/
/*	padding-top:30px;*/
/*	text-align: center;*/
/*	color: #ffffff;*/
/*	font-family: '苹方';*/
/*}*/
/*.title>div:first-child{*/
/*	font-size: 22px;*/
/*	line-height: 30px;*/
/*}*/
/*.title>div:last-child{*/
/*	font-size: 17px;*/
/*	line-height: 30px;*/
/*}*/
/*.bg img{*/
/*	width:183px;*/
/*	height:147px;*/
/*	position: absolute;*/
/*	top:0px;*/
/*	right: 10px;*/
/*}*/
/*.content,.result-content{*/
/*	height: calc(100vh - 160px);*/
/*	background-color: #ffffff;*/
/*	position: relative;*/
/*	top: -120px;*/
/*	left: 0;*/
/*	padding: 20px;*/
/*	border-top-left-radius: 30px;*/
/*	border-top-right-radius: 30px;*/
/*}*/
.main{
	width:100%; /* 相当于600px */
	height: auto;
	margin: 0 auto;
	/*margin-top:30px;*/
	/*border:1px solid #f4f4f4;*/
	border-radius:10px;
	background:#fff;
}
.bg{
	width: 100%;
	/*height: 240px;*/
	opacity: 1;
	background: rgba(78, 143, 255, 1);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 0;
	border-radius:10px;
}

@media screen and (min-width:420px){
	.main,.bg{
		max-width: 500px !important;
	}
}
.title{
	text-align: center;
	color: #ffffff;
	font-family: '苹方';
}
.title>div:first-child{
	font-size: 22px;
	line-height: 30px;
}
.title>div:last-child{
	font-size: 17px;
	line-height: 30px;
}
.bg img{
	width:183px;
	height:147px;
	position: absolute;
	bottom: 40px;
	right: 10px;
}
.content,.result-content{
	border-radius:10px;
	/*height: calc(100vh - 240px);*/
	background-color: #ffffff;
	/*position: relative;*/
	/*top: -40px;*/
	/*left: 0;*/
	padding: 20px;

	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.content .form-item div{
	font-size: 16px;
	color: #252525;
	line-height: 30px;
}
.content .form-item input{
	width: 100%;
	height:40px;
	border-radius: 38px;
	background: rgba(238, 241, 249, 1);
	box-sizing: border-box;
	border: 0 none;
	margin: 8px 0;
	padding-left: 20px;
}
.content .form-item input::placeholder{
	color: rgba(0,0,0,.2);
}
.form-btn{
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 30px 0;
	color: #ffffff;
	border-radius: 40px;
	background: linear-gradient(0deg, rgba(32, 110, 255, 1) 0%, rgba(130, 180, 255, 1) 100%);
	box-sizing: border-box;
}
.result-content{
	padding:40px 20px;
	position: relative;;
	box-sizing: border-box;;
}
.result-content img{
	width: 350px;
	position: absolute;
	top:30px;
    left:50%;
    margin-left:-175px;
	box-sizing: border-box;;z-index: 0;
}
.result-content-txt{
	font-size: 18px;
	font-weight: 500;
	color: rgba(85, 85, 85, 1);
	line-height: 36px;
	position: relative;z-index: 1;
}
.result-content-txt b{
	font-weight: 600;
	font-size: 20px;
}

.main.result_con{position:absolute;top:0;}