@charset "utf-8";
/* CSS Document */
body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
body, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .32rem;
	color: #666;
}
b {
	font-weight: bold;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/**** 公共css ****/


/* --------首页----------- */
.indexWrap {
	float: left;
	width: 100%;
}
.banner, .banner img {
	float: left;
	width: 100%;
}
.indexMain {
	float: left;
	width: 100%;
	background: #cf4336;
	padding: .6rem;
}
/** 资料输入版块 **/
.forminput {
	width: 100%;
	float: left;
	margin: -.2rem 0 0 0;
}
.forminput div:nth-child(2).forminput_hang {
	margin: .1rem 0 0 0;
}
.forminput_hang {
	width: 100%;
	float: left;
}
.forminput_hang_bt {
	width: 1rem;
	float: left;
	line-height: .7rem;
	color: #e1d2b9;
}
.forminput_hang_name {
	overflow: hidden;
	height: .7rem;
	border-bottom: solid 1px #e1d2b9;
}
.finput {
	width: 100%;
	float: left;
	border: none;
	background: none;
	outline: none;
	color: #e1d2b9;
	height: .7rem;
}
.forminput_hang_radio {
	overflow: hidden;
}
.forminput_hang_radio a {
	width: auto;
	float: left;
	margin: 0 .4rem 0 0;
	line-height: .7rem;
	color: #e1d2b9;
}
.forminput_hang_radio i {
	font-size: .35rem;
}
.forminput_hang_birth {
	overflow: hidden;
	border-bottom: solid 1px #e1d2b9;
	line-height: .7rem;
	color: #e1d2b9;
	display: block;
	cursor: pointer;
}
/** 资料输入版块 **/
.indexBtn {
	width: 100%;
	float: left;
	margin: .5rem 0 0 0;
	padding: 0 .95rem;
	animation: btnScale 1s linear infinite alternate;
	-moz-animation: btnScale 1s linear infinite alternate;
	-ms-animation: btnScale 1s linear infinite alternate;
	-webkit-animation: btnScale 1s linear infinite alternate;
}
.indexBtn a {
	width: 100%;
	float: left;
	line-height: .84rem;
	background: url(../images/indexBtn.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #85502C;
	font-size: .38rem;
}
@keyframes btnScale {
	from { }
	to {
		transform: scale(.8);
	}
}
@-moz-keyframes btnScale {
	from { }
	to {
		transform: scale(.8);
	}
}
@-ms-keyframes btnScale {
	from { }
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnScale {
	from { }
	to {
		transform: scale(.8);
	}
}
.indexNum {
	width: 100%;
	float: left;
	margin: .1rem 0 0 0;
	color: #e8cda2;
	font-size: .3rem;
	text-align: center;
}
.indexNum span {
	color: #fff;
}

/* 结果页 */
.resultWrap {
	width: 100%;
	float: left;
	background: url(../images/resultBg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.resultTree ul li {
	position: absolute;
	width: 1.45rem;
}
.resultTree ul li img {
	width: 100%;
	float: left;
}
.resultTree ul li:first-child {
	top: 1.4rem;
	right: 0;
}
.resultTree ul li:last-child {
	top: 8.7rem;
	left: 0;
}
.resultSave {
	float: left;
	width: 100%;
	padding: 0 2.3rem;
	position: absolute;
	top: 10.3rem;
}
.resultSave a {
	width: 100%;
	float: left;
	background: #f1d7ae;
	border-radius: .3rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #661c1c;
	text-align: center;
}
.resultMain {
	width: 100%;
	float: left;
	padding: .5rem .25rem;
}
.resultPic, .resultPic img {
	width: 100%;
	float: left;
}
.resultEnd {
	width: 100%;
	float: left;
	padding: 0 .3rem;
	margin: .4rem 0 0 0;
}
.resultEnd .pic {
	width: 1.36rem;
	float: right;
}
.resultEnd .pic img {
	width: 100%;
	float: left;
}
.resultEnd .txt {
	overflow: hidden;
	padding: .2rem 0 0 0;
	color: #f8f3e7;	
}
.resultEnd .txt a {
	width: auto;
	display: inline-block;
	margin: 0 0 .05rem 0;
	background: #9c2121;
	border-radius: .3rem;
	padding: .05rem .3rem;
	color: #f7f2e7;
}
.resultEnd .pic img {
	width: 100%;
	float: left;
}
.resultBtn {
	width: 100%;
	float: left;
	padding: .4rem;
	padding-top: 0;
	display: flex;
	justify-content: space-around;
}
.resultBtn a {
	width: 3.16rem;
	float: left;
}
.resultBtn a img {
	width: 100%;
	float: left;
}
/* 结果页 */




