*{
	box-sizing: border-box;
}
html,body,ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,input,textarea,form,img,button{
	padding: 0;
	margin: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
img{
	border: none;
	width: 100%;
}
.imgBox{
	font-size: 0;
	position: relative;
}
ul,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #fff;
}
a:focus, a:hover{
    color: inherit;
    text-decoration: none;
}
 .qb_contai a:focus,.qb_contai a:hover{
 	color: #fff;
 }
i,b{
	font-style: normal;
}
input{
	outline: none;
	color: #fff;
}
.tab_body a.caozuo_btn{
	color: #fff;
}
.caozuo_btn.ck_btn{
	background-color: #47c3d9;
}
.font_color{
	color: #65ccff;
}
.float_l{
	float: left;
}
.float_r{
	float: right;
}
.clear_fix:after{
	content: '';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	clear: both;
}
.text_l{
	text-align: left;
}
.text_r{
	text-align: right;
}
.text_c{
	text-align: center;
}
.color_huang{
	color: #ff7e00;
}

.mobile_contai{
    width: 100%;
	max-width: 640px;
	position: relative;
	margin: 0 auto;
}

.overhide{
	overflow: hidden;
}
.zgb{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 888;
	display: none;
}
.mar_auto{
	margin: 0 auto;
}
.btn{
	cursor: pointer;
}
.table_box a{
	color: #000;
}
.over_hide{
	overflow: hidden;
}
