body,html{
	font-size:100%;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
.page .top_header{
	min-height: 11rem;
	background-color: #005375;
	padding:10px 0;
}
.page .top_header .top_header_t{
	text-align:center;
	color:#f0f0f0;
	padding-top:5px;
}
.page .top_header .top_header_t.name_cn{
	padding-top:1rem;
}
.page .top_header .top_header_t.handset{
	font-size:.8rem;
	padding-bottom: 15px;
}
.page .top_header .top_header_t.info{
	font-size:.8rem;
	padding:5px 10px;
	text-align:left;
}
.page .top_header .top_header_t span.img_radius{
	display:inline-block;
	background-color:#006179bf;
	width:96px;
	height:96px;
	border-radius:50px;
	position:relative;
}
.page .top_header .top_header_t span.img_radius span{
	display:inline-block;
	background-color:#006179bf;
	width:76px;
	height:76px;
	border-radius:40px;
	margin-top:10px;
}
.page .top_header .top_header_t span.img_radius span img{
	border:0;
	width:60px;
	height:60px;
	border-radius:30px;
	margin-top:8px;
}
.page .top_header .top_header_t .top_namecn{
	font-size:1.2rem;
	font-weight:700;
	position: relative;
}
.page .top_header .top_header_t .real_name{
	background-image:url("../images/shiming.png");
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
	display:inline-block;
	text-indent:-999rem;
	width:20px;
	
}
.page .top_header .top_header_t .top_renz{
	font-size: 0.5rem;
	display: inline-block;
	padding:1px;
	border: 1px solid;
	border-radius: 4px;
}
.page .menu_p{
	background-color:#ffffff;
	min-height:3rem;
    margin-top: -10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top:10px;
	border-bottom:1px solid #e0e0e0;
}
.page .menu_p .m_p_t2{
}
.page .menu_p p{
	padding:0;
	margin:0;
	width:50%;
	float:left;
	text-align:center;
	font-size:0.9rem;
}
.page .menu_p p:first-child{
	background-image:url("../images/line.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:1px 50px;
}
.page .menu_item{
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-top:.6rem;
	font-size:0.9rem;
}
.page .menu_item ul{
	width:100%;
	overflow:hidden;
}
.page .menu_item li{
	margin-left:1.2rem;
	border-bottom:1px solid #e0e0e0;
	min-height:48px;
	line-height:48px;
	font-weight:600;
	/*background-image: url(../images/home_menu_icon.png);
    background-repeat: no-repeat;
    background-size:20px;
    background-position: 98% -220px;*/
    position:relative;
}
.page .menu_item li:after {
    content: ' ';
    position: absolute;
    background-image: url(../images/home_menu_icon.png);
    background-size: 20px;
    background-position: 100% -232px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 12px;
    right: 7px;
    pointer-events:none;
}
.page .menu_item li:last-child{
	border-bottom:none;
}
.page .menu_item li a{
	display: inline-block;
	text-decoration: none;
	color: #000000;
	width: 100%;
	margin-left: 2.5rem;
}
.page .menu_item li i{
	display: inline-block;
	text-indent: -999rem;
	width: 32px;
	background-image: url(../images/home_menu_icon.png);
	background-size: 24px;
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
	position: absolute;
	height: 30px;
    margin-top: 9px;
	background-position: left 2px;
}
.page .menu_item li.service i{
	background-position:left -71px;
}
.page .menu_item li.donate i{
	background-position: -1px -38px;
    background-size: 27px;
}
.page .menu_item li.circle i{
	background-position: left -103px;
    background-size: 22px;
}
.page .menu_item li.hallAction i{
	background-position:left -162px;
}
.page .menu_item li.setting i{
	background-position: left -179px;
    margin-top: 9px;
    background-size: 22px;
}
.page .menu_item li.news i{
	background-image:url('../images/mynews.png');
	background-position: left 5px;
    margin-top: 9px;
    background-size: 22px;
}
.page .menu_item li.vpn i{
	background-position:left -458px;
}

.page .menu_item li .tips{
    position: absolute;
    top: 0;
    right:1.8rem;
    font-size: 0.7rem;
    color: green;
}
.page .menu_item li .tips.error{
	color:gray;
}
.page .menu_item li .tips_radius{
	font-size: 1rem;
	color: red;
	display: inline-block;
	background-color: red;
	width: 8px;
	height: 8px;
	top: 20px;
	border-radius: 10px;
	position: absolute;
	right: 1.8rem;
}