@charset "utf-8";
*{
    padding: 0;
    margin:0;
    -webkit-tap-highlight-color:transparent;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}
@media (min-width: 320px) {
    html {
        font-size: 100px;
    }
}
@media (min-width: 360px) {
    html {
        font-size: 112.5px;
    }
}
@media (min-width: 400px) {
    html {
        font-size: 125px;
    }
}
@media (min-width: 720px) {
  
 
}

li{list-style:none;}
/* a{  color: #4A4A4A ;text-decoration: none;} */
a {word-break: break-all;}
.grey{color:#999;}
body{
    font-size: 14px;
    font-family: '微软雅黑','micosoft yahei';
    font-family: '微软雅黑', arial, 'Times New Roman';
    font-family: PingFangSC-Light, sans-serif;
    color: #4A4A4A ;
    background: #fff;
    margin:0 auto;
    max-width: 720px;
    overflow-x: hidden;
  	position: relative;
    padding-bottom: 45px;
}
.sharpen{
	color: #000;
	font-weight: bold;
}
.icon-circle::before{
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
}
.icon-circle span{
	vertical-align: middle;
}
.leader_policy .headline{
	margin:  0.2rem 0;
}
.pageLeft{
    background-color: #fff;
    text-align: left;}
.withdraw_policy .policy{
	padding:0 0.24rem;
	box-sizing:border-box;
	border-top:1px solid #EAEAEA;
}
.withdraw_policy .policy li{
	border-bottom:1px solid #EAEAEA;
	padding:0.14rem 0;
	position: relative;
	line-height: 0.25rem;
	
}
.withdraw_policy .policy li:last-child{
	border-bottom:0;
}
.withdraw_policy .policy li span.num{
	color:#4A4A4A;

	position: absolute;
	top:0.15rem;
	left:0;
	font-size:0.19rem;
	font-family:PingFangSC-Semibold;
}
.withdraw_policy .policy li div.text{
	padding-left:0.3rem;
	color:#4A4A4A;
	font-size:0.15rem;
	font-family:PingFangSC-Light;
}
.withdraw_policy .tips{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height: 0.34rem;
	line-height: 0.34rem;
	padding:0 0.24rem;
		font-size:0.12rem;
	background: #FFFCE9;
}
.withdraw_policy .tips img{
	width: 0.12rem;
	vertical-align: middle;
	margin-right: 0.05rem;
}
.withdraw_policy .tips a{
	text-decoration: underline;
	color:#298DEE;
	margin:0 0.1rem;
}
.leader_policy{
	line-height: 0.25rem;
	font-size:0.14rem;
	padding:0.1rem;
	padding-bottom:20px;
	box-sizing:border-box;
}
.leader_policy h1{
	text-align: center;
	font-size:0.24rem;
	margin:0.3rem 0;
}
.leader_policy h3{
	font-size:0.2rem;
	margin:0.2rem 0;
}
.leader_policy h4{
	font-size:0.16rem;
	margin:0.1rem 0;
}
.leader_policy  table ,.leader_policy td{
	border:1px solid #999;
	border-collapse: collapse;
	
}
.leader_policy td{
	padding:3px;
	text-align: left;
}
.leader_policy p, .leader_policy div{
	margin-top:0.05rem;
}