@charset "utf-8";
body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: white;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*消除蓝框*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	/* 去掉iphone，ipadinput 样式*/
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

html {
	font-size: 12px;
}

body {
	font-family: 微软雅黑,"Helvetica";
	position: relative;
	background:#EFF0F1;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}
/*公共样式*/

.clearFix:after{
 clear:both;
 display:block;
 visibility:hidden;
 height:0;
 line-height:0;
 content:'';
}

.c_wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}
/*头部*/
.navigation{
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	height: 1rem;
	position: relative;
	box-shadow: 1px 1px 1px #c2c3c4;
	margin-bottom: 1px;
}
.navigation img{
	position: absolute;
	left: 0.15rem;
	top: 0;
	width: 0.23rem;
	height: 0.44rem;
	padding: 0.28rem;
}
.navigation div{
	text-align: center;
	font-size: .35rem;
	line-height: 1rem;
	color: #000000;
}
.navigation div p{
	text-align: center;
	font-size: .35rem;
	line-height: 1rem;
	color: #000000;
}
.navigation div p:nth-child(2){
	font-size: .3rem !important;
	padding-top: 0.05rem !important;
}
.navigation_kh{
	position: absolute;
	right: .3rem;
	top: 0;
	font-size: .3rem;
	color: #000000;
	line-height: 1rem;
}
/*弹窗动画*/
.ball{
	visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 50%;
    z-index: 100;
   
}
.ball_nei{
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}
.ball_show{
	visibility: visible !important;
}
.ball_show .ball_nei{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 5%;
}

.blackboard{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,.7);
    pointer-events: auto;
    
}

/*loading*/
#loading{
	width: 1rem;
	height: 1rem;
	background: url(../img/xiala_3.gif);
	background-size: 100% 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -.5rem;
	margin-left: -.5rem;
	z-index: 1000;
}
.tan{
	
	position: fixed;
	width: 100%;
	left: 0;
	top: 40%;
	z-index: 1000;
	display: none;
}
.enter-tan {
	display: inherit;
	text-align: center;
	font-size: .24rem;
	color: #FFFFFF;
	float: left;
	width: 100%;
}

.enter-tan span {
	display: inline-block;
    background: rgba(0, 0, 0, 0.65);
    min-height: 0.5rem;
    line-height: 0.5rem;
    font-size: .3rem;
    padding: 0.2rem 6%;
    border-radius: .05rem;
    color: #FFFFFF;
	word-break:break-all;
	word-wrap:break-word;
	border-radius: 0.1rem;
}
.htmlboby{
	overflow: hidden !important;
	height: 100% !important;
}

.form_span{
   position: absolute;
   right: 0;
   top: 0;
   color: #000000;
   font-size: .3rem;
   line-height: .3rem;
   padding: .35rem 0;
   margin-right: 0.3rem;
   
}
.content-wrap-makl{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: #000000;
    opacity: 0.3;
}

/*c*/
.c_btn_anniu{
    position: fixed;
    left: 0;
    bottom: 0;
	width: 100%;
	height: 1rem;
	background: #45b0e4;
	text-align: center;
	line-height: 1rem;
	font-size: .36rem;
	color: #FFFFFF;
	z-index: 101;
	
}
.fd_img{
	position: fixed;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #000000;
	display: none;
}
.fd_img img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}
