body, div, p, input, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, button, select, textarea,article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	vertical-align: middle;
	font-weight: normal;
}
img {
	margin:auto;
	display: block;
}
body {
	color: #333;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font: normal 14px/200% arial, helvetica,"Microsoft Yahei", "微软雅黑", sans-serif;
	text-align: left;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
a {
	text-decoration: none;
	color: #333;
}

/*去除input默认样式*/
input[type="button"], input[type="submit"], input[type="reset"],textarea,input,button,select{
	-webkit-appearance: none;
	border:0;
	outline:none;
	font-family: inherit;
}
/*去除input属性type=number时候后面的额上下小尾巴*/
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
	clear: both;
}
.clearfix {
	zoom: 1;
}
html{
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
body{
    background-color:#fff;
    height: 100%;
    position: relative;
    max-width: 640px;
    margin:0 auto;
}
/* 改变盒子模型 */
.box-sizing{
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
}

.border-t, .border-b,.border-l,.border-r {
	position: relative;
}
.border-t:before, .border-b:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #ECECEC;
	right: 0;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.border-l::before,.border-r::after{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	background: #ECECEC;
	left: 0;
	width: 1px;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.border-b:after {
	top: auto;
	bottom: 0;
}
.border-r::after{
	right:0;
	left:auto;
}
/* flex布局 */
.flex-wrap {
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -webkit-box;
  	display: -ms-box;
  	display: box;
  	display: flex;
}
.flex-con {
  	-webkit-box-flex: 1;
  	-ms-box-flex: 1;
  	-webkit-flex: 1;
  	-ms-flex: 1;
  	box-flex: 1;
  	flex: 1;
}
.flex-vertical {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-flow: column;
	-flex-direction: column;
	flex-flow: column;
}
/*主内容样式*/
body{
	background-color: #F6F6F6;
}
.help-list{
	padding: 5px 0;
}
.help-list li{
	background-color: #fff;
}
.help-list li a{
	display: block;
	padding: 0 4%;
	height: 45px;
	line-height: 45px;
	padding-right: 8%;
	background: url(../images/help_right@2x.png) no-repeat 96% center;
	background-size: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.help-list li a:active{
	background-color: #f3f4f5;
}
.empty-search-tip{
	padding:15% 5%;
	background-color: #fff;
}
.empty-search-tip img{
	width: 50%;
	margin-left: 30%;
}
.empty-search-tip p{
	text-align: center;
	color: #999;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 8%;
}
.empty-search-tip .backbtn{
	display: block;
	height: 38px;
	line-height: 38px;
	background-color: rgb(4, 133, 238);
	color:#fff;
	width: 42%;
	margin: 10px auto;
	border-radius: 4px;
	text-align: center;
}
.service-opera{
	height: 50px;
}
.service-opera .container{
	position: fixed;
	max-width: 640px;
	min-width: 320px;
	width: 100%;
	bottom:0; 
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 4%;
	box-sizing: border-box;
	color: #9A9A9A;
}
.service-opera p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.service-opera .people-service{
	color:#00ABFB;
	padding: 0 6px;
}
.service-opera .people-service .icon_service{
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	background: url(../images/help_icon_service.png) no-repeat center;
	background-size: 25px;
	margin-top: -2px;
	margin-right: 2px;
}

/*帮助中心*/
.help-banner img{
	width: 100%;
}
.help-search{
	padding: 5px 3%;
	background-color: #f6f6f6;
}
.help-search input{
	width: 100%;
	padding: 6px 10px;
	height: 38px;
	border:1px solid #efefef;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(../images/help_sousuo@2x.png) no-repeat 8px center;
	background-size: 15px;
	background-color: #fff;
	padding-left: 30px;
}
.help-fenlei {
	background-color: #fff;
}
.help-fenlei li{
	padding: 0 3%;
}
.help-fenlei li:active{
	background-color: #f3f4f5;
}
.help-fenlei a{
	display: block;
	padding: 8px 0;
	line-height: 38px;
	background: url(../images/help_right@2x.png) no-repeat 98% center;
	background-size: 7px;
}
.help-fenlei li:last-child a:after{
	height: 0;
}
.help-fenlei a i{
	display: inline-block;
	height: 38px;
	width: 38px;
	vertical-align: middle;
	margin-top: -3px;
	background: url('') no-repeat center;
	background-size: 38px;
	margin-right: 8px;
}
.help-fenlei a i.icon-help-wyrz{
	background-image: url(../images/help_ruzhu@2x.png);
}
.help-fenlei a i.icon-help-yxhd{
	background-image: url(../images/help_hudong@2x.png);
}
.help-fenlei a i.icon-help-ptcj{
	background-image: url(../images/help_pingtai@2x.png);
}

.online-zixun{
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	padding: 8px 2%;
	box-sizing: border-box;
}
.zixun-btn{
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	box-shadow:0 0 1px #bbb;
	border-radius: 3px;
	margin:3px auto;
	width: 96%;
}
.zixun-btn:active{
	background-color: #f6f7f8;
}
.zixun-btn span{
	background: url(../images/htlp_icon_zixun.png) no-repeat left center;
	background-size: 18px;
	padding-left: 22px;
}
.online-zixun p{
	color:#989898;
	text-align: center;
	font-size: 13px;
}
.online-zixun p>a{
	color: #0381F9;
	padding: 0 1px;
}
