@charset "utf-8";

/* CSS Document */

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 {
	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;
}
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;
	-webkit-tap-highlight-color: transparent;
}

/**** 公共css ****/


/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	background-color: #841208;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.wrapper.index {
	background-image: url(../body/0wrap-index.jpg);
}
.wrapper.middle, .wrapper.free {
	background-image: url(../body/wrap-middle.jpg);
}
.wrapper.middle {
	min-height: 100vh;
}
.wrapper.result {
	padding: 2.8rem 0 0 0;
	background-image: url(../body/wrap-result.jpg);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 5.4rem;
	overflow: hidden;
}
.indexBann ul.plate li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate li:nth-child(1) {
    left: -0.15rem;
    top: 2rem;
    width: 2.1rem;
    height: 2.1rem;
	background: url(../body/plate1.png) no-repeat;
	background-size: 100% 100%;
	animation: plate1 15s linear infinite;
	-webkit-animation: plate1 15s linear infinite;
}
.indexBann ul.plate li:nth-child(2) {
    left: 0.13rem;
    top: 2.28rem;
    width: 1.5rem;
    height: 1.5rem;
	background: url(../body/plate2.png) no-repeat;
	background-size: 100% 100%;
	animation: plate2 15s linear infinite;
	-webkit-animation: plate2 15s linear infinite;
}
.indexBann ul.plate li:nth-child(3) {
left: 0.377rem;
    top: 2.53rem;
    width: 1rem;
    height: 1rem;
	background: url(../body/plate3.png) no-repeat;
	background-size: 100% 100%;
}
@keyframes plate1 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes plate1 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@keyframes plate2 {
	from {}
	to {
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes plate2 {
	from {}
	to {
		transform: rotate(-360deg);
	}
}
.indexBann ul.text {
	opacity: 0;
}
.indexBann ul.text.yinyuan {
	animation: textShow 9s linear infinite;
	-webkit-animation: textShow 9s linear infinite;
}
.indexBann ul.text.shiye {
	animation: textShow 9s linear 3s infinite;
	-webkit-animation: textShow 9s 3s linear infinite;
}
.indexBann ul.text.caifu {
	animation: textShow 9s linear 6s infinite;
	-webkit-animation: textShow 9s linear 6s infinite;
}
.indexBann ul.text li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li:nth-child(1) {
left: 0.377rem;
    top: 2.53rem;
    width: 1rem;
    height: 1rem;
}
.indexBann ul.text li:nth-child(2) {
    left: 1.5rem;
    top: 1.85rem;
    width: 0.2rem;
    height: 0.6rem;
    opacity: 0;
}
.indexBann ul.text li:nth-child(3) {
    left: 1.8rem;
    top: 1.6rem;
    width: 0.2rem;
    height: 0.6rem;
    opacity: 0;
}
.indexBann ul.text.yinyuan li:nth-child(1) {
	background-image: url(../body/yinyuan1.png);
}
.indexBann ul.text.yinyuan li:nth-child(2) {
	background-image: url(../body/yinyuan2.png);
	animation: textShow 9s linear .5s infinite;
	-webkit-animation: textShow 9s linear .5s infinite;
}
.indexBann ul.text.yinyuan li:nth-child(3) {
	background-image: url(../body/yinyuan3.png);
	animation: textShow 9s linear 1s infinite;
	-webkit-animation: textShow 9s linear 1s infinite;
}
.indexBann ul.text.shiye li:nth-child(1) {
	background-image: url(../body/shiye1.png);
}
.indexBann ul.text.shiye li:nth-child(2) {
	background-image: url(../body/shiye2.png);
	animation: textShow 9s linear 3.5s infinite;
	-webkit-animation: textShow 9s linear 3.5s infinite;
}
.indexBann ul.text.shiye li:nth-child(3) {
	background-image: url(../body/shiye3.png);
	animation: textShow 9s linear 4s infinite;
	-webkit-animation: textShow 9s linear 4s infinite;
}
.indexBann ul.text.caifu li:nth-child(1) {
	background-image: url(../body/caifu1.png);
}
.indexBann ul.text.caifu li:nth-child(2) {
	background-image: url(../body/caifu2.png);
	animation: textShow 9s linear 6.5s infinite;
	-webkit-animation: textShow 9s linear 6.5s infinite;
}
.indexBann ul.text.caifu li:nth-child(3) {
	background-image: url(../body/caifu3.png);
	animation: textShow 9s linear 7s infinite;
	-webkit-animation: textShow 9s linear 7s infinite;
}
@keyframes textShow {
	0% {}
	5%, 28% {
		opacity: 1;
	}
	33.33%, 100% {
		opacity: 0;
	}
}
@-webkit-keyframes textShow {
	0% {}
	5%, 28% {
		opacity: 1;
	}
	33.33%, 100% {
		opacity: 0;
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.inputBox {
	float: left;
	width: 100%;
	padding: .3rem .4rem .5rem .4rem;
	background: url(../body/input-bg.png) no-repeat;
	background-size: 100% 100%;
}

/** 资料输入版块 **/

.forminput {
	float: left;
	width: 100%;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .2rem 0;
	border-bottom: solid 1px #bd7a61;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
}
.forminput_hang_name {
	float: left;
	width: 45%;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .5rem;
}
.forminput_hang_sex {
	float: right;
	width: 1.8rem;
	background: #fff;
	border: solid .02rem #ccc;
	border-radius: .3rem;
}
.forminput_hang_sex a {
	float: left;
	width: 50%;
	line-height: .46rem;
	color: #ccc;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #da445b;
	color: #fff;
}
.forminput_hang_sex a:first-child.current {
	border-radius: .3rem 0 0 .3rem;
}
.forminput_hang_sex a:last-child.current {
	border-radius: 0 .3rem .3rem 0;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	cursor: pointer;
	font-size: .3rem;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}

/** 资料输入版块 **/

.button {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.button a {
	display: block;
	width: 5.86rem;
	margin: 0 auto;
}
.button a img {
	display: block;
	width: 100%;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.indexSwiper {
	width: 94%;
	float: left;
	margin: -4rem 3% 0 3%;
}
.bigbox {
	float: left;
	width: 100%;
	padding: .3rem .26rem;
	margin: .84rem 0 0 0;
	background: #fffce4;
	border: solid .04rem #df5546;
	border-radius: .1rem;
}
.picTitle {
	float: left;
	width: 6.78rem;
	margin: -.68rem 0 0 -.14rem;
}
.picTitle img {
	display: block;
	width: 100%;
}
.indexAbout {
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .3rem 0 0 0;
	background: url(../body/zy-logo.png) no-repeat center top;
	background-size: auto 3.1rem;
}
.indexAbout ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 .8rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: left .1rem;
	background-size: .56rem auto;
	font-size: .28rem;
	text-align: justify;
}
.indexAbout ul li:nth-child(1) {
	background-image: url(../body/zy-icon1.png);
}
.indexAbout ul li:nth-child(2) {
	background-image: url(../body/zy-icon2.png);
}
.indexAbout ul li:nth-child(3) {
	background-image: url(../body/zy-icon3.png);
}
.indexAbout ul li:nth-child(4) {
	background-image: url(../body/zy-icon4.png);
}

/**** 首页 ****/


