@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

//禁止文本缩放 字体设置  取消touch高亮效果
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: transparent;
}

body {
	width: 100%;
	height: 100%;
	font-family: MicrosoftYaHei;
	-webkit-overflow-scrolling: touch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
sumary {
	margin: 0;
	padding: 0;
}

//清除输入框内阴影
input,
select,
textarea {
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

ol,
ul {
	list-style: none;
}

//禁止选中文本内容
*:not(input, select, textArea) {
	-webkit-user-select: none;
}

//禁用长按页面时的弹出菜单(iOS下有效) ,img和a标签都要加
img,
a {
	-webkit-touch-callout: none;
}

a,
a:active,
a:hover {
	text-decoration: none;
	color: inherit;
}

//去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)
a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*页面样式*/
.wrap{
	padding-bottom: 0.3rem;
}
.topWrap{
	height: 1rem;
}
.top{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	background: #fff;
	font-size: 0;
	z-index: 999;
	box-shadow: 0px -1px 3px #ccc;
}
.top>span{
	display: inline-block;
	width: 25%;
	height: 0.3rem;
	font-size: 0.3rem;
	color:rgba(50,56,77,1);
	font-weight: 600;
	text-align: center;
	margin: 0.35rem 0;
	border-right: solid 1px #eee;
}
.box{
	padding: 0 0.35rem;
}
.tit4{
	text-align: center;
	font-size:0.6rem;
	font-weight:600;
	color:rgba(255,255,255,1);
	letter-spacing:2px;
	line-height: 0.35rem;
	margin-bottom: 0.3rem;
}
.tit4>span{
	font-size:0.25rem;
	font-weight:400;
	color:rgba(255,255,255,1);
	letter-spacing:0px;
}
.box1{
	background: url(../images/banner_bj.png) no-repeat center top ;
	background-size: 100% 100%;
	padding: 0.45rem 0 0.0004rem;
}
.banImg{
	display: block;
	width: 100%;
}
.ulOne{
	overflow: hidden;
}
.ulOne1{
	padding-top: 0.4rem;
}
.ulOne>li{
	text-align: center;
	width: 31%;
	float: left;
	margin: 0 1%;
	font-size: 0.28rem;
	margin-bottom: 0.34rem;
}
.ulOne>li>img{
	width: 1.2rem;
}
.tit3{
	background: url(../images/title_bg@2x.png) no-repeat;
	background-size: 100% auto;
	height: 1.12rem;
	line-height: 0.88rem;
	font-size:0.4rem;
	font-weight: normal;
	color:rgba(255,255,255,1);
	text-align: center;
	margin:0 -0.35rem 0.3rem;
}
.tit3>font{
	color: #F74522;
}
.table01{
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	color: #32384D;
	background:rgba(255,255,255,1);
    border: 1px solid #F0F1F5;
	border-radius:6px;
}
.table01 tr>td{
	border-right:1px solid #F0F1F5;
	border-bottom: 1px solid #F0F1F5;
	height: 0.9rem;
	font-size:0.28rem;
	font-weight: bold;
}
.table01 tr:last-child>td{
	border-bottom: none;
}
.table01 tr .firstTd{
	font-size:0.32rem;
	color: #32384D;
	font-weight: bold;
}
.table01 tr td:last-child{
	border-right: none;
	color: #F74522;
}
.table01 tr:nth-child(even){
	background:rgba(247,248,250,1);
}
.blockBtn{
	background:linear-gradient(180deg,rgba(247,69,34,1) 0%,rgba(239,61,64,1) 100%);
	border-radius:0.1rem;
	line-height: 0.9rem;
	font-size:0.32rem;
	font-weight:600;
	color:rgba(255,255,255,1);
	height: 0.9rem;
	text-align: center;
	margin: 0.4rem 0.25rem;
}
.tit7{
	font-size:0.28rem;
	font-weight:600;
	color:#32384D;
	line-height:0.4rem;
	text-align: center;
}
.tit7>font{
	color: #F74522;
}
.ulTwo{
	overflow: hidden;
}
.ulTwo>li{
	width: 32%;
	float: left;
	margin-right:2%;
	text-align: center;
	margin-top: 0.3rem;
}
.ulTwo>li:nth-child(3n){
	margin-right: 0;
}
.ulTwo>li>img{
	display: block;
	width: 100%;
}
.ulTwo>li>p{
	margin-top: 0.1rem;
	font-size:0.28rem;
	font-weight:600;
	color:rgba(50,56,77,1);
	line-height:0.4rem;
}
.ulTwo>li>h3{
	margin-top: 0.1rem;
	font-size:0.26rem;
	font-weight:600;
	color:#2aa0d8;
	line-height:0.4rem;
	text-decoration:underline
}
.tip01{
	text-align: center;
	font-size:0.36rem;
	font-weight:600;
	color:rgba(247,69,34,1);
	line-height:0.5rem;
}
.time{
	text-align: center;
	font-size:0.28rem;
	font-weight:600;
	color:rgba(50,56,77,1);
	padding: 0.3rem 0;
	
}
.time>span{
	width:0.8rem;
	height:0.8rem;
	border-radius:0.08rem;
	border:1px solid rgba(220,222,229,1);
	display: inline-block;
	margin: 0 0.2rem;
	line-height: 0.78rem;
	text-align: center;
}
.phone{
	margin: 0 0.25rem;
	height:0.9rem;
	border-radius:0.08rem;
	border:1px solid rgba(220,222,229,1);
	font-size:0.28rem;
	font-weight:600;
	color:rgba(50,56,77,1);
	line-height:0.9rem;
	padding: 0 0.3rem;
}
.phone>input{
	line-height: 0.4rem;
	height: 0.4rem;
	border: none;
	font-size: 0.25rem;
}
.phone>input:focus{
	outline: none;
}
.tip02{
	font-size:0.28rem;
	font-weight:500;
	color:rgba(247,69,34,1);
	line-height:0.4rem;
	text-align: center;
}
.top_li{
	height: 0.6rem;
	overflow: hidden;
}
.top_li li{
	text-align: center;
	font-size:0.24rem;
	font-weight:400;
	color:rgba(49,52,64,1);
	line-height:0.6rem;
	height: 0.6rem;
}
.qestionUl{
	
}
.qestionUl>li{
	border-bottom: dashed 1px #eeeeee;
	padding:0.3rem 0;
	font-size: 0.28rem;
	color: #32384D;
}
.qestionUl>li>span{
	float: right;
	background:rgba(247,69,34,1);
	border-radius:0.28rem;
	color:rgba(255,255,255,1);
	padding: 0.1rem 0.3rem;
	margin-top: -0.1rem;
}
.qestionUl>li>font{
	position: relative;
}
.hot{
	width: 0.6rem;
	position: absolute;
	top: -0.45rem;
	right: -0.1rem;
}
footer{
	position: fixed;
	height: 1rem;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer>span{
	display: inline-block;
	width: 50%;
	text-align: center;
	float: left;
	font-size:0.32rem;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:0.8rem;
}
footer>span img{
	width: 0.5rem;
	vertical-align: middle;
	margin-right: 5px;
}
footer>span:nth-child(1){
	background: #F74522;
}
footer>span:nth-child(2){
	background: #5093FF;
}
.earaUl{
	overflow: hidden;
	padding-bottom: 0rem;
}
.earaUl li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	font-size: 0.3rem;
	text-align: center;
	background-color: #292929;
    border-radius: .1rem;
	line-height: 0.7rem;
	height: 0.7rem;
	margin-top: 0.4rem;
	color: #fff;
	position: relative;
}
.earaUl li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: .1rem;
}
.earaUl li.cur{
	background: #F74522;
}
.earaUl li:nth-child(4n){
	margin-right: 0;
}
.change {
    position: absolute;
	top: -0.35rem;
	right: 0.2rem;
	width:0.8rem;
}

/* pop */
.pop{
	display: none;
	position: fixed;
	top: 20%;
	left: 5%;
	width: 90%;
	background: #fff;
	border-radius: 0.2rem;
	z-index: 9;
	box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.12);
	padding: 0.3rem;
}
.closeImg{
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	width: 0.4rem;
	padding: 0.1rem;
}
.imgBox{
	
}
.imgBox>img{
	display: block;
	width: 85%;
	margin: 0 auto;
}
.imgBox>p{
	font-size: 0.2367rem;
	color:rgba(50,56,77,1);
	line-height:0.5rem;
	
}

.btn>span{
	display: inline-block;
	width: 35%;
	margin: 0.2rem 0 0 10%!important;
	height: 0.7rem;
	line-height: 0.7rem;
}