@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;
}
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;
}

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


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

.wrapper {
	float: left;
	width: 100%;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.wrapper.free1 {
	padding: 1.85rem 0 0 0;
	background-image: url(../images/wrap-free1.png);
}
.wrapper.free2 {
	padding: 1.85rem 0 0 0;
	background-image: url(../images/wrap-free2.png);
}

/*banner图动画*/

.indexBann {
	float: left;
	width: 100%;
	height: 6.5rem;
	overflow: hidden;
}
.indexBann ul li, .indexBann ul li img {
	float: left;
	width: 100%;
}

/*banner图动画*/


/*输入框*/

.mainInput {
	float: left;
	width: 100%;
	padding: 0 .25rem .4rem .25rem;
	background: #fff;
}
.inputBox1 {
	float: left;
	width: 100%;
	padding: .15rem 0;
	background: #f04f39;
	border-radius: .1rem;
	box-shadow: -.02rem .1rem .1rem 0 #e2e2e2;
}
.inputBox2 {
	float: left;
	width: 100%;
	padding: .3rem;
	background: #fff;
	border-radius: .1rem;
}
.inputTab {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
}
.inputTab a {
	position: relative;
	width: 46%;
	background: #6a96f9;
	border-radius: .1rem;
	line-height: .9rem;
	font-size: .34rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.inputTab a.current {
	background: #f04f39;
	cursor: default;
}
.inputTab a.current::after {
	position: absolute;
	left: 50%;
	top: .8rem;
	content: "";
	width: .15rem;
	height: .15rem;
	margin: 0 0 0 -.07rem;
	background: #f04f39;
	transform: rotate(135deg);
}

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

.forminput {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: 0 .1rem;
	margin: .2rem 0 0 0;
	background: #f5f5f5;
	border-radius: .1rem;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .8rem;
}
.forminput_hang_radio {
	overflow: hidden;
}
.forminput_hang_radio a {
	margin: 0 .4rem 0 0;
	line-height: .8rem;
}
.forminput_hang_radio a i {
	color: #f04f39;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .8rem;
}
.forminput_hang_birth {
	overflow: hidden;
	cursor: pointer;
	line-height: .8rem;
	font-size: .3rem;
}
.forminput_hang_birth span {
	display: block;
}

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

.inputTxt {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	color: #f04f39;
	text-align: center;
}
.button {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.button.zoom {
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
.button a {
	float: left;
	width: 100%;
	background: #f68022;
	border-radius: .1rem;
	line-height: 1rem;
	font-size: .46rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.button a img {
	width: .27rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.inputScroll {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: #f5f5f5;
	border-radius: .1rem;
}
.inputScroll ul li {
	float: left;
	width: 100%;
	line-height: 1.8;
}
.inputScroll ul li span {
	float: left;
	text-align: center;
}
.inputScroll ul li span:nth-child(1) {
	width: 24%;
}
.inputScroll ul li span:nth-child(2), .inputScroll ul li span:nth-child(3) {
	width: 16%;
}
.inputScroll ul li span:nth-child(4) {
	width: 44%;
	color: #9c4141;
}
.inputScroll.dafen ul li span:nth-child(3) {
	float: right;
	width: 58%;
	color: #9c4141;
	text-align: left;
}
.inputScroll .swiperContainer {
	height: 3rem;
	overflow: hidden;
}

/*输入框*/

.main {
	float: left;
	width: 100%;
	padding: .3rem .2rem .5rem .2rem;
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.indexTab {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	padding: 0 .3rem;
	margin: -17.7rem 0 0 0;
}
.indexTab a {
	position: relative;
	width: 46%;
	background: #6a6059;
	border-radius: .1rem;
	line-height: .9rem;
	font-size: .34rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.indexTab a.current {
	background: #f04f39;
}
.indexTab a.current::after {
	position: absolute;
	left: 50%;
	top: .8rem;
	content: "";
	width: .15rem;
	height: .15rem;
	margin: 0 0 0 -.07rem;
	background: #f04f39;
	transform: rotate(135deg);
}
.indexEvaluate {
	float: left;
	width: 100%;
	height: 10.3rem;
	padding: 2.8rem .4rem .5rem .4rem;
	background: url(../images/img06.png) no-repeat;
	background-size: 100% 100%;
}
.indexEvaluate .scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.indexEvaluate .scroll ul li {
	float: left;
	width: 100%;
	padding: .2rem 0;
	border-bottom: dotted 1px #bfbfbf;
}
.indexEvaluate .scroll ul li img {
	float: left;
	width: .8rem;
}
.indexEvaluate .scroll ul li p {
	overflow: hidden;
	padding: 0 0 0 .2rem;
	text-align: justify;
}
.indexEvaluate .scroll ul li span {
	float: right;
}

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


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

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

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


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

.freeXiaob {
	float: left;
	width: 100%;
	margin: -.1rem 0 0 0;
	font-size: .38rem;
	color: #dd890d;
	font-weight: bold;
	text-align: center;
}
.freeData1 {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.freeData1 dt {
	float: left;
	width: 2rem;
	font-size: .28rem;
	text-align: center;
}
.freeData1 dt span {
	display: block;
	width: 100%;
	background: url(../images/tian-bg.png) no-repeat center;
	background-size: auto 100%;
	line-height: 1.22rem;
	font-size: .8rem;
	color: #780e0e;
	font-weight: bold;
	text-align: center;
}
.freeData1 dd {
	overflow: hidden;
	padding: 0 0 0 .2rem;
}
.freeData2 {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
}
.freeData2 dt {
	float: left;
	width: 100%;
	text-align: center;
}
.freeData2 dt span {
	display: inline-block;
	width: 1.12rem;
	background: url(../images/tian-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.12rem;
	font-size: .8rem;
	color: #780e0e;
	font-weight: bold;
	text-align: center;
}
.freeData2 dd {
	float: left;
	width: 100%;
	margin: .1rem 0 0 0;
	text-align: center;
}
.freeTxt {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .29rem;
	color: #c32915;
	text-align: center;
}
.bigbox {
	float: left;
	width: 100%;
	padding: .2rem .3rem .3rem .3rem;
	margin: .4rem 0 0 0;
	background: #fff url(../images/big-bg.png) no-repeat left bottom;
	background-size: 100% auto;
	border-radius: .1rem;
	box-shadow: -0.02rem 0.1rem 0.1rem 0 #e2e2e2;
}
.freeTitle {
	float: left;
	width: 100%;
	height: .9rem;
	background: url(../images/title-bg.png) no-repeat center bottom;
	background-size: 90% .7rem;
	line-height: .7rem;
	font-size: .42rem;
	color: #6a96f9;
	font-weight: bold;
	text-align: center;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .5rem;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .2rem;
	background: #fff;
	border: solid .02rem #6e84a5;
	border-radius: .1rem;
	text-align: justify;
}
.freePop span {
	color: #c32915;
}

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