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

.wrapper {
	float: left;
	width: 100%;
	background: #93c1cb url(../images/wrap-bg.png) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 9.1rem;
	overflow: hidden;
}
.indexBann ul.plate {
	position: absolute;
	left: 1.6rem;
	top: -2rem;
	width: 7.25rem;
	height: 7.25rem;
	background: url(../images/plate.png) no-repeat;
	background-size: 100% 100%;
	animation: palte 20s linear infinite;
}
@keyframes palte {
	100% {
		transform: rotate(360deg);
	}
}
.indexBann ul.teacher {
	position: absolute;
	width: 100%;
	height: 7.6rem;
	background: url(../images/teacher.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 .3rem;
}
.indexBann ul.text li {
	position: relative;
	width: 1.2rem;
	height: 1.2rem;
	background: linear-gradient(#fffdb1, #fed776);
	border: 1px solid #fff;
	border-radius: .1rem;
}
.indexBann ul.text li::before, .indexBann ul.text li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li::before {
	animation: shake 4.5s infinite linear;
}
.indexBann ul.text li:nth-child(1)::before {
	background-image: url(../images/icon01.png);
}
.indexBann ul.text li:nth-child(2)::before {
	background-image: url(../images/icon02.png);
	animation-delay: -3.9s;
}
.indexBann ul.text li:nth-child(3)::before {
	background-image: url(../images/icon03.png);
	animation-delay: -3.3s;
}
.indexBann ul.text li:nth-child(4)::before {
	background-image: url(../images/icon04.png);
	animation-delay: -2.7s;
}
.indexBann ul.text li:nth-child(5)::before {
	background-image: url(../images/icon05.png);
	animation-delay: -2.1s;
}
.indexBann ul.text li:nth-child(1)::after {
	background-image: url(../images/text01.png);
}
.indexBann ul.text li:nth-child(2)::after {
	background-image: url(../images/text02.png);
}
.indexBann ul.text li:nth-child(3)::after {
	background-image: url(../images/text03.png);
}
.indexBann ul.text li:nth-child(4)::after {
	background-image: url(../images/text04.png);
}
.indexBann ul.text li:nth-child(5)::after {
	background-image: url(../images/text05.png);
}
@keyframes shake {
	0% {
		transform: translateY(0);
	}
	/* 第一次上 */
	3.33% {
		transform: translateY(-.1rem);
	}
	/* 第一次回 */
	6.67% {
		transform: translateY(0);
	}
	/* 第二次上 */
	10% {
		transform: translateY(-.1rem);
	}
	/* 第二次回，之后静止 */
	13.33% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	padding: 0 .25rem .35rem .25rem;
	margin: .5rem 0 0 0;
	background: #f9ffeb;
	border: .05rem solid #568ab2;
	border-radius: .1rem;
	box-shadow: 0 0 .1rem 0 #2e5e9a;
}
.bigTitle {
	float: left;
	width: calc(100% + .7rem);
	margin: -.1rem 0 0 -.35rem;
	background: url(../images/title-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .8rem;
	font-size: .4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: .05rem .05rem .05rem #262b5a;
}

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

.forminput {
	float: left;
	width: 100%;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #fff;
	border-radius: .1rem;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	height: .5rem;
	color: #999;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: .02rem solid #ad2d0a;
	border-radius: 50%;
	line-height: .46rem;
	color: #999;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #ad2d0a;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	color: #999;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}

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

.button {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.button a {
	display: block;
	width: 5.8rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .4rem;
	font-weight: bold;
	color: #fff19f;
	text-align: center;
	letter-spacing: .05rem;
}
.button a span {
	background: linear-gradient(#fff, #fff19f);
	-webkit-background-clip: text;
	color: transparent;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.picture.width {
	width: 7.2rem;
	margin: 0 0 0 -.05rem;
}
.indexSwiper {
	float: left;
	width: 90%;
	margin: -7.3rem 5% 0 5%;
}

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


/**** 浮动按钮 ****/

.floatbtn {
	position: fixed;
	bottom: 0;
	float: left;
	width: 100%;
	max-width: 7.5rem;
	padding: .1rem 0;
	background: rgba(0, 0, 0, .7);
	z-index: 9;
}
.floatbtn .button {
	margin: 0;
}

/**** 浮动按钮 ****/


/**** 弹窗 ****/

.popMask {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 7.5rem;
	padding: 0 .5rem;
	background: rgba(0, 0, 0, .75);
	z-index: 9;
}
.popClose {
	float: left;
	width: 100%;
	margin: 0 0 -.8rem 0;
}
.popClose a {
	float: right;
	width: .66rem;
	height: .66rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.popMask .bigbox {
	transform: scale(.9);
}
.indexQujian {
	float: left;
	width: 100%;
}
.indexQujian a {
	display: block;
	margin: .3rem 0 0 0;
	background: #fff;
	border: .02rem solid #ffec8d;
	border-radius: .1rem;
	box-shadow: inset 0 0 .1rem #ffec8d;
	line-height: .7rem;
	text-align: center;
}
.indexQujian a.current {
	background: linear-gradient(#fffdb0, #fed777);
	font-weight: bold;
	color: #ad2d0a;
}

/**** 弹窗 ****/


/**** 免费页 ****/

.freeData {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freeData li i {
	float: left;
	width: 1.92rem;
	height: .48rem;
}
.freeText {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	text-align: justify;
}
.freeText span, .freeText b {
	color: #ad2d0a;
}
.freeText.center {
	text-align: center;
}
.freeTable {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freeTable table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	color: #666;
}
.freeTable table tr th, .freeTable table tr td {
	border: 1px solid #a15e32;
	line-height: .6rem;
	text-align: center;
}
.freeTable table tr th {
	background: #a15e32;
	color: #fff;
}
.freeTable table tr th:first-child {
	border-right-color: #fff;
}
.freeTable table tr.current td {
	background: #ffec8d;
}
.freeZhu {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	font-size: .24rem;
	color: #757575;
	text-align: justify;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .5rem 0;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem;
	background: #fff;
	border-radius: .2rem;
}
.freePop h1 {
	width: 60%;
	margin: -.6rem 20% .3rem 20%;
	border-radius: .5rem;
	line-height: .6rem;
	font-size: .32rem;
	font-weight: bold;
	color: #ffeeb4;
	text-align: center;
}
.freePop h1.bg1 {
	background: #ad2d0a;
}
.freePop h1.bg2 {
	background: #a15e32;
}
.freePop p {
	position: relative;
	width: 100%;
}
.freePop p span {
	color: #ad2d0a;
}
.freePop p a {
	position: absolute;
	right: 0;
	top: 50%;
	width: .6rem;
	height: .8rem;
	background: url(../images/lock.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}
.freePop p.sam {
	padding: 0 0 0 1.8rem;
	background: url(../images/sam.png) no-repeat left top;
	background-size: 1.8rem auto;
}

/**** 免费页 ****/


/**** 结果页 ****/

.resultLink {
	float: left;
	width: 60%;
	margin: .3rem 20% 0 20%;
	background: #ad2d0a;
	border-radius: .5rem;
	line-height: .6rem;
	font-weight: bold;
	color: #ffeeb4;
	text-align: center;
}
.resultInfo {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: #fff;
	border-radius: .2rem;
	font-size: .24rem;
	color: #757575;
	text-align: justify;
}

/**** 结果页 ****/