*{
	padding:0;
	margin:0;
	word-break: break-all;
	-webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
	}
body{ 
  font: normal 100% Microsoft Yahei, Arial, sans-serif;
  color:#333333;
  background:#FFF;
  }
 html, body{ margin:0; height:100%; }
ul { 
  list-style:none;
  }
a{
	text-decoration:none;
	color:#333333;
	outline:none;
	} /*取消所有链接虚框*/
a:link,a:visted{
	color:#333333;
	}
img{
	border:0px;
	outline:none;
	}
	.clear{clear: both;}

a.hidefocus{outline:none; }
a:focus{outline:none;} 

.container{
	width:100%;
	max-width:640px;
	background:#fff;;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
header{
	position: fixed;
    top: 0;
    z-index: 9;
	width: 100%;
	padding: 20px 0;
	background: linear-gradient(to right,#9351fb,#3230cf);
}
.top{
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top img{
	width: 80px;
}
.top h1{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.help a{
	padding: 5px 0;
	font-size: 12px;
	color: #333;
	background: url(../images/ar1_03.png) no-repeat left center;
	background-size: 18px;
	padding-left: 20px;
}
.help{
	width: 95%;
	margin: 0 auto;
	text-align: right;
}
.ar-top-box{
	background: #fff;
	padding: 15px 0;
}
.ar_title{
	text-align: center;
	color: #595fea;
	padding: 20px 0;
}
.ar_title h1{
	font-size:18px;
	position: relative;
}
.ar_title h1:after{
	content: "";
	width: 30%;
	height: 1px;
	background:#dcdcdc;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.ar_title h1:before{
	content: "";
	width: 30%;
	height: 1px;
	background:#dcdcdc;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.ar{
	text-align: center;
}
.ar img{
	width: 100px;
}
.ar a{
	color: #333;
}
.ar p{
	font-size: 20px;
	margin-top: 10px;
}
.ar_list{
	width: 95%;
	margin: 0 auto;
}
.ar_list ul li{
	background: #fff;
	border-radius: 10px;
	/*margin-bottom: 15px;*/
	height: 100px;
	box-shadow: 0 0 10px #ccc}
.ar_list ul li a{
	display: flex;
}
.ar_r{
	width: 48%;
	margin-left: 3%;
	/*padding: 15px 0;*/
}
.ar_r h2{
	text-overflow:  ellipsis;
	overflow: hidden;
	-webkit-line-clamp:  1;
	white-space: nowrap;
	font-size: 18px;	
}
.ar_r p{
	text-overflow:  ellipsis;
	overflow: hidden;
	-webkit-line-clamp:  1;
	white-space: nowrap;
	font-size: 12px;
	color: #666;
	margin: 10px 0px 10px 0;
}
.ar_r button{
	background:linear-gradient(to right,#8e50f9,#3430d0);
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
	border: none;
	padding: 5px 10px;
	float: right;
}
.ar_l{
	width: 45%;
	height: 100px;
	background-size: 100%;
}
.ar_l img{
	width: 100%;
	/*height: 100%;*/
	height: 100px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

/*index*/
.index .weui-navbar__item.weui-bar__item--on{
	background: #fff;
	color: #3430d0;
	font-weight: 600;
	position: relative;
}
.index .weui-navbar__item.weui-bar__item--on:before{
	content: "";
	display: block;
	width:30px;
	height: 4px;
	border-radius: 10px;
	background:linear-gradient(to right,#8e50f9,#3430d0);
	position: absolute;
	bottom: 0px;
	left:50%;
	transform: translateX(-50%);
	
}
.index .weui-navbar{
	background: #fff;
}
.weui-navbar + .weui-tab__bd{
	background: #fff;
}
.weui-media-box_appmsg .weui-media-box__hd{
	width:100px;
	height:100px;
}
.yuedu span{
	font-size: 12px;
	color: #999;
}
.source span{
	font-size: 12px;
	color: #999;
}
.yuedu span:first-child{
	background: url(../images/kp_14.png) no-repeat left center;
	padding-left: 18px;
	background-size: 15px;
	margin-right: 10px;
}
.source span:first-child{
	/*padding-left: 18px;*/
	background-size: 15px;
	margin-right: 10px;
}
.weui-media-box__title{
	padding-bottom: 10px;
}
.weui-media-box_appmsg .weui-media-box__thumb{
	width:100px;
	height:100px;
	border-bottom-left-radius:10px;
	border-top-left-radius: 10px;
}
.weui-top{
	position: relative;
}
.weui-img{
	position: absolute;
	right: 0px;
	top: -10px;
	width: 20px;
}








/*底部*/
.foot{
	height:80px;
}
.footer-bottom{
	width:100%;
	height:50px;
	position: fixed;
	bottom:0;left:0;
	background:#f8f8f8;
	font-size:12px;
	border-top:1px solid #e5e5e5;
	padding:15px 0;
}
.footer-bottom ul {
	overflow: hidden;
}
.footer-bottom ul li{
	float: left;
	width:33%;
	text-align: center;
}
.footer-bottom ul li img{
	display:block;
	width: 30px;
	margin: 0 auto;
}
.footer-bottom ul li a{
	color:#999;
	font-size: 14px;
}
.footer-bottom ul li.active i{
	color:#e92f3c;
}
.footer-bottom ul li.active a{
	color:#5d4de4;
}
/*详情*/
.details-top{
	width: 90%;
	height:180px;
	margin: 20px auto;
}
.details-top img{
	width: 100%;
}
.details-title{
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #f5f5f5;
}
.details-title h1{
	font-size: 18px;
}
.details-box{
	padding: 20px 20px;
}
.details-box img{
	width: 100%;
	margin: 10px 0;
}
.details-box p{
	font-size: 12px;
	color: #333;
	text-indent: 2em;
}
.bot{
	width: 100%;
	height:60px;
	background: #fff;
}
.bot-top{
	padding: 0px 20px;
	border-top: 1px solid #f5f5f5;
	height: 60px;
	text-align: center;
}
.bot-top img{
	width: 130px;
	margin-top: 12px;
}
.details-box h1{
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
}
/*帮助中心*/
.help_1 span{float: right;display: inline-block;width:13px;height: 23px;background: url(../images/right_03.png) no-repeat left center;background-size:8px;}
.help_1 li{padding:10px 15px;border-bottom: 1px solid #eee;font-size: 16px;}
.help_1 li a{color: #666;}
.help_1 li p{color: #666;font-size: 14px;margin: 5px 0px;display: none;}