/* 公共样式 */

body {
	width: 100%;
	max-width: 750px;
	min-width: 320px;
    padding-bottom: 0.98rem;

}

.wrap {
    width: 100%;
	height:auto;
	overflow: hidden;
    margin: 0 auto;
    color: #353535;
	font-size: 0.24rem;
}
.container{
	margin-top: 0.5rem;
	padding: 0 0.3rem;
}
.content{
	margin-top: 0.2rem;
}
.container>.title{
	text-align: center;
}
.container>.title h2{
	font-size: 0.44rem;
	color: #353535;
	line-height: 1.7em;
	margin-bottom: 0.1rem;
}
.container>.title span{
	color: #e9322a;
}
.container .btn{
	text-align: center;
	margin-top: 0.5rem;
}
.container button{
	border: none;
	width: 6.9rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3380ff;
	border-radius: 0.1rem;
}
.container .btn p{
	font-size: 0.22rem;
	color: #757575;
	margin-top: 0.2rem;
}
.cut{
	height: 0.2rem;
	background-color: #efefef;
	margin-top: 0.5rem;
}
.theme-color{
	color: #353535;
}
.sec-color1{
	color: #535353;
}
.sec-color2{
	color: #757575;
}

.bgColor-01{
	background: #ff9f15;
	background: -webkit-linear-gradient(to right, #fec62b, #ff9f15);
	background: linear-gradient(to right, #fec62b, #ff9f15);
}
.bgColor-02{
	background: #183d8a;
	background: -webkit-linear-gradient(to bottom, #617db6, #183d8a);
	background: linear-gradient(to bottom, #617db6, #183d8a);
}
.bgColor-03{
	background: #b6359c;
	background: -webkit-linear-gradient(to bottom, #ef0a6a, #b6359c);
	background: linear-gradient(to bottom, #ef0a6a, #b6359c);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.float-last{
	margin-right: 0 !important;
}
.clearfix{
    clear: both;
}

input::-webkit-input-placeholder {
    color: #a0a0a0;
}

input::-moz-placeholder {
    color: #a0a0a0;
}

input:-moz-placeholder {
    color: #a0a0a0;
}

input:-ms-input-placeholder {
    color: #a0a0a0;
}

/* 头部 */
.logoBox{
	padding: 0.2rem 0.3rem;
}
.logo{
	width: 2.24rem;
	height: 0.4rem;
}
.logo-info{
	width: 4.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border: solid 1px #e5e5e5;
	text-align: center;
	border-radius: 0.2rem;
}

.naviga ul li{
	width: 24.99%;
	float: left;
	text-align: center;
}
.naviga ul li a{
	color: #757575;
	font-size: 0.28rem;
}
.naviga ul li.on::after{
	content: "";
	display: block;
	margin: 0.12rem auto;
	width: 0.3rem;
	height: 0.06rem;
	background: #ff9f15;
	background: -webkit-linear-gradient(to right, #ff9f15, #fec62b);
	background: linear-gradient(to right, #ff9f15, #fec62b);
	border-radius: 0.03rem;
}
.naviga ul li.on a{
	color: #353535;
}

/* banner */
.banner{
	width: 100%;
	height: 5rem;
}

/* 金刚区 */
.icon-items{
	margin: 0.5rem 0;
}
.icon-items ul:first-child{
	margin-bottom: 0.3rem;
}
.icon-items li{
	width: 24.99%;
	float: left;
	text-align: center;
}
.icon-items li a{
	display: block;
	height: 100%;
}
.icon-items li i{
	display: inline-block;
	width: 1rem;
	height: 1rem;
}
.icon-items li p{
	color: #353535;
}

/* 测试题 */
.userTest .title{
	padding: 0.5rem 0;
	background: linear-gradient(#248ffd,#2452fd);
	text-align: center;
	color: #FFFFFF;
}
.userTest .title h2{
	font-size: 0.32rem;
}
.userTest .title p{
	font-size: 0.26rem;
	margin-top: 0.1rem;
}
.userTest .title p span{
	color: #fffc00;
}

.userTest form{
	padding: 0 0.3rem;
	margin-top: 0.5rem;
}

.userTest .list-item{
	margin-top: 0.5rem;
}
.userTest .list-item .s-title{
	line-height: 0.5rem;
	padding-bottom: 0.1rem;
	border-bottom: solid 1px #e5e5e5;
}
.userTest .list-item .s-title h3{
	font-size: 0.28rem;
}
.userTest .list-item .s-title h3::before{
	content: "";
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(img/circular.png) no-repeat;
	background-size: 0.3rem 0.3rem;
	margin-right: 0.1rem;
	position: relative;
	top: 0.04rem;
}
.userTest .list-item label{
	position: relative;
	float: left;
	width: 45%;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 1px #e5e5e5;
	border-radius: 0.3rem;
	text-align: center;
	margin-top: 0.3rem;
	font-size: 0.28rem;
}
.userTest .list-item label:nth-child(odd){
	float: right;
}

.userTest .list-item label input{
	position: absolute;
	width: 100%;
	opacity: 0;
	height: 100%;
}
.userTest .list-item label.select{
	background: #ff9f15;
	background: -webkit-linear-gradient(to right, #fec62b, #ff9f15);
	background: linear-gradient(to right, #fec62b, #ff9f15);
	border: solid 1px #fec62b;
}

.userTest .input-group input{
	width: 100%;
	height: 0.8rem;
	font-size: 0.28rem;
	border-radius: 0.4rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}
.userTest .input-group input[type="text"]{
	border: solid 1px #d2d2d2;
	padding: 0 0.5rem;
}
.userTest .input-group input[type="text"]:focus{
	border-color: #2452fd;
}
.userTest .input-group .bgColor-01{
	margin-bottom: 0.2rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.28rem;
	border-radius: 0.4rem;
	box-sizing: border-box;
}
.userTest .input-group p{
	text-align: center;
	font-size: 0.22rem;
	color: #757575;
}

/* 近期评测结果 */
.txtMarquee-top{
	margin-top: 0.5rem;
}
.txtMarquee-top h4{
	font-size: 0.28rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
}
.txtMarquee-top .infoList li{ height:30px; line-height:30px; color: #535353;  }
.txtMarquee-top .infoList li span{
	float: left;
	width: 25%;
	text-align: center;
}

/* s-banner */
.s-banner{
	margin-top: 0.5rem;
	height: 7rem;
}

/* section-01 */
.section-01{
	margin-top: 0;
	background-color: #f5f5f5;
	padding: 0.5rem 0.3rem;
}
.section-01 ul{
	width: 3.3rem;
}
.section-01 ul li{
	height: 1.4rem;
	background-color: #FFFFFF;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,.05);
	position: relative;
	margin-top: 0.3rem;
}
.section-01 li .text,.section-01 li i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.section-01 li .text{
	left: 0.3rem;
}
.section-01 li .text p{
	font-size: 0.3rem;
	font-weight: bold;
	color: #353535;
	margin-bottom: 0.1rem;
}
.section-01 li .text span{
	color: #FFFFFF;
	padding: 0.04rem 0.12rem;
	border-radius: 0.3rem;
}
.section-01 li i{
	right: 0.2rem;
	margin-top: 0.1rem;
	width: 1.16rem;
	height: 1.16rem;
}


/* section-02 */
.section-02 ul{
	margin-top: 0.1rem;
}
.section-02 ul li{
	float: left;
	width: 2.1rem;
	margin-right: 0.3rem;
	text-align: center;
}
.section-02 ul li span{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	border-radius: 50%;
	font-size: 0.3rem;
	color: #FFFFFF;
	border: solid 0.05rem #FFFFFF;
	position: relative;
	z-index: 2;
	top: 0.24rem;
}
.section-02 ul li p{
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 0.1rem;
	position: relative;
	z-index: 1;
}
.section-02 ul li a{
	display: inline-block;
	width: 1.8rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.2rem;
	position: relative;
	z-index: 2;
	top: -0.2rem;
}
.section-02 .btn .time-info span{
	color: #ff0000;
}

/* section-03 */
.section-03 ul li{
	float: left;
	width: 31%;
	height: 1.68rem;
	border: solid 1px #dcdcdc;
	margin-right: 2%;
	margin-top: 0.3rem;
	text-align: center;
}
.section-03 ul li i{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-top: 0.16rem;
}
.section-03 ul li p{
	margin-top: -0.05rem;
}

/* section-04 */
.section-04 ul li{
	float: left;
	width: 31%;
	height: 0.68rem;
	text-align: center;
	line-height: 0.68rem;
	border: solid 1px #dcdcdc;
	border-radius: 0.1rem;
	margin-top: 0.3rem;
	margin-right:2%;
}
.section-04 ul li:nth-child(3n){
	margin-right: 0;
}

/* section-05 */
.section-05 .content h3{
	font-size: 0.28rem;
	font-weight: bold;
	color: #353535;
}
.section-05 .content h3::before{
	content: "";
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(img/circular.png) no-repeat;
	background-size: 0.3rem;
	margin-right: 0.1rem;
	position: relative;
	top: 0.04rem;
}
.section-05 .content-01 li,.section-05 .content-02 li{
	float: left;
	border: solid 1px #e5e5e5;
	box-shadow: 0.02rem 0 0.1rem rgba(0,0,0,.05);
	border-radius: 0.1rem;
	margin-top: 0.3rem;
	margin-right: 2%;
	position: relative;
}
.section-05 .content-01 li{
	width: 48%;
	height: 1.18rem;
}
.section-05 .content-01 li i{
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	top: 50%;
	left: 0.2rem;
	transform: translateY(-50%);
}
.section-05 .content-01 li .text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.2rem;
}
.section-05 .content-01 li .text p{
	font-size: 0.32rem;
	font-weight: bold;
	color: #353535;
}
.section-05 .content-01 li .text span{
	color: #757575;
}
.section-05 .content-02 li{
	width: 32%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 5px;
}
.section-05 .content-02 li i{
	display: inline-block;
	width: 0.9rem;
	height: 0.9rem;
}
.section-05 .content-02 li h4{
	font-size: 0.32rem;
	color: #3380ff;
}
.section-05 .content-02 .text span{
	color: #353535;
}
.section-05 .content-02 .text p{
	font-size: 0.2rem;
	color: #535353;
}
.section-05 .content-03 ul{
	background: url(img/guarantee.jpg) right bottom no-repeat;
	background-size: 2.44rem 2.33rem;
}
.section-05 .content-03 ul li{
	font-size: 0.28rem;
	color: #353535;
	margin-top: 0.3rem;
}
.section-05 .content-03 ul li::before{
	content: "";
	display: inline-block;
	width: 0.4rem;
	height: 0.35rem;
	background: url(img/icon-24.png) no-repeat;
	background-size: 0.4rem 0.35rem;
	margin-right: 0.1rem;
	position: relative;
	top: 0.05rem;
}
.section-05 .content-03 ul li small{
	font-size: 0.24rem;
	color: #757575;
}

/* section-06 */
.section-06 .signUp-time{
	text-align: center;
	margin-bottom: .2rem;
}
.section-06 .signUp-time .date{
	display: inline-block;
	width: 2.44rem;
	height: 2.34rem;
	background: url(img/date-bg.png) no-repeat;
	background-size: 2.44rem 2.34rem;
	position: relative;
}
.section-06 .signUp-time .date p{
	color: #FFFFFF;
	position: relative;
	top: 0.12rem;
}
.section-06 .signUp-time .date p small{
	font-size: 0.2rem;
}
.section-06 .signUp-time .date span{
	font-size: 1rem;
	font-weight: bold;
	color: #343b46;
	position: relative;
	top: 0.25rem;
}

.section-06 .signUp-form .input-group{
	height: 1rem;
	border: solid 1px #dcdcdc;
	border-radius: 0.1rem;
	margin-top: 0.3rem;
	overflow: hidden;
}
.section-06 .signUp-form .input-group label{
	float: left;
	width: 1.5rem;
	height: 100%;
	background-color: #e5e5e5;
	line-height: 1rem;
	text-align: center;
	font-size: 0.3rem;
	color: #353535;
}
.section-06 .signUp-form .input-group input,.section-06 .signUp-form .input-group select{
	float: left;
	border: none;
	width: 5.35rem;
	height: 100%;
	padding: 0 0.5rem;
	background: #fff;
	box-sizing: border-box;
}
.section-06 .signUp-form .submit-btn{
	font-size: 0.4rem;
	width: 100%;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	color: #FFFFFF;
	background-color: #e60012;
	border: none;
	border-radius: 0.1rem;
	margin-top: 0.3rem;
}

/* 底部版权信息 */
footer{
	margin-top: 0.5rem;
	padding: 0.3rem 0;
	background: #404040;
	text-align: center;
}
footer .foot-logo{
	width: 2.24rem;
	height: 0.4rem;
	margin: 0 auto;
}

footer p{
	color: #FFFFFF;
	margin-top: 0.1rem;
}

/* 底部tab浮窗 */
.tabBar{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.98rem;
	background-color: #FFFFFF;
	box-shadow: -0.05rem 0 0.1rem rgba(0,0,0,.1);
	z-index: 999;
}
.tabBar ul>li{
	float: left;
	width: 24.99%;
	text-align: center;
}
.tabBar ul>li i{
	display: inline-block;
	width: 0.56rem;
	height: 0.56rem;
	margin-top: 0.06rem;
}
.tabBar ul>li p{
	font-size: 0.22rem;
	margin-top: -0.12rem;
}