@charset "utf-8";
/* 清除默认样式 */
*,::after,::before{padding:0;margin:0;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-box-sizing:border-box}
body{font-family:"Microsoft YaHei" , "sans-serif";font-size:14px;line-height:1;color:#333;position:relative;background:#fff;}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
i,em{font-style: normal;text-decoration: none;}
a{text-decoration: none;color: #333;}
input,textarea{outline: none;resize: none;border: none;}
img{vertical-align: middle;/*清除3px的bug*/border: 0;}

/* float */
.fl{float: left;}
.fr{float: right;}
.clearfix{zoom: 1;}
.clearfix::before,.clearfix::after{content: "";display: table;}
.clearfix::after{clear: both;}

/* text */
.text-center{text-align: center;}
.text-overflow{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* display */
.display-in{display: inline;}
.display-ib{display: inline-block;}
.display-bl{display: block;}
.display-no{display: none;}
.show{display: block !important;}
.hidden{display: none !important;}

/* font */
.fw-bold{font-weight: 700;}
.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-16{font-size: 16px;}
.vt-md{vertical-align: middle;}

/* overflow */
.over-hidden{overflow: hidden;}
.over-auto{overflow: auto;}

/* position */
.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}

/* else */
.cur-pointer{cursor: pointer;}
.img-responsive{display: block;width: 100%;max-width: 100%;height: auto;}

/* empty */
.empty{padding-top: 80px;text-align: center;}
.empty .icon-empty{display: inline-block;width: 80px;height: 60px;background: url(../images/icon_empty.png) no-repeat scroll center/contain;}
.empty p{margin-top: 2px;}

/*************** dispatch_jump html&css *******************/
.success-msg,.error-msg{margin-top: 40px;line-height:1.6;text-align: center;}
.success-msg i.success-icon,
i.error-icon,
i.info-icon,
i.wait-icon{display: inline-block;height: 93px;width: 93px;}
.success-msg i.success-icon{background: url(../images/msg-success.png) no-repeat center/93px 93px;}
i.error-icon{background: url(../images/msg-error.png) no-repeat center/93px 93px;}
i.info-icon{background: url(../images/msg-error.png) no-repeat center/93px 93px;}
i.wait-icon{background: url(../images/msg-wait.png) no-repeat center/93px 93px;}
.success-msg h2,.error-msg h2{margin-bottom:5px;padding-top: 18px;font-size: 20px;font-weight: 400;}
.success-msg p,.error-msg p{font-size:14px;color:#808080;}
.success-btn,.error-btn{padding: 30px 15px 15px;}
.success-btn a,.error-btn a{display: block;height: 40px;line-height: 40px;text-align: center;border-radius: 6px;font-size:18px;color: #fff;background-color: #1AAD19;}

.full-bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

/***** search-header start *****/
.search-header{
	height: 0.84rem;
	background-color: #207edc;
}

.search-header .form-group{
	position: relative;
	padding: 0.2rem 0.4rem 0;
}

.search-header .form-group .icon-search{
	position: absolute;
	left: 0.64rem;
	top: 0.26rem;
	width: 0.36rem;
	height: 0.34rem;
	background: url(../images/icon-search.png) no-repeat scroll center/cover;
}

.search-header .form-group input{
	display: block;
	padding-left: 0.7rem;
	height: 0.5rem;
	width: 100%;
	border-radius: 12px;
	font-size: 0.28rem;
	color: #fff;
	background-color: #4491e8;
}

.search-header .form-group input::-webkit-input-placeholder{
	font-size: 0.28rem;
	color: #fff;
}
/***** search-header end *****/

/************** common header start **************/
.common-header{
	position: relative;
	height: 45px;
	line-height: 45px;
	background-color: #018ee6;
}

.common-header > *{
	position: absolute;
	top: 0;
	padding: 10px 6px;
	box-sizing: border-box;
	height: 100%;
	width: 40px;
}

.common-header .icon-back{
	left: 0;
	background: url(../images/icon_back.png) no-repeat scroll center/cover;
	background-clip: content-box;
	background-origin: content-box;
}

.common-header .icon-home{
	right: 0;
	background: url(../images/icon_home.png) no-repeat scroll center/cover;
	background-clip: content-box;
	background-origin: content-box;
}
/************** common header end **************/

/************** common footer start **************/
.common-footer{width:100%;position:fixed;bottom:0;text-align:center;background-color:#ffffff;padding-top:0.2rem}
.common-footer li{display:inline-block;width:20%;text-align:center;position:relative;margin:0 .16rem}
.common-footer li .footer_b{position:relative;display:block;left:0;right:0;top:0;margin:auto;width:45%}
.common-footer li span{font-size:.28rem;color:rgba(0,0,0,.54)}
.common-footer .footer_a{z-index:1;position:relative;display:none;left:0;right:0;margin:auto;width:45%}
/************** common footer end **************/

/* home-btn */
.to-home-btn{position:fixed;bottom:15%;left:calc(100% - 55px);width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,.6)}
.to-home-btn::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:20px;height:20px;background:url(../images/icon/home.png) no-repeat scroll center/cover}