body{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.alert-content{
	z-index: 999;
}
.top_info {
	width: 100%;
	font-size: 0.3rem;
	height: 0.88rem;
	background-color: #fff;
	text-align: center;
	line-height: 0.88rem;
	letter-spacing: 0px;
	color: #333333;
}
.top_info a{
	font-size: 0.26rem;
}
.return_p ,.zdreturn_p{
	width: 0.88rem;
	height: 0.88rem;
	background-color: #fff;
	float: left;
}

.return_p>div,.zdreturn_p>div {
	width: 0.88rem;
	height: 0.88rem;
	background-image: url(../../img/login/return.png);
	background-size: 0.5rem;
	background-position: center;
	background-repeat: no-repeat;
}

.nav {
	width: 3.6rem;
	/*height: 6rem;*/
	background-color: #fff;
	z-index: 998;
	position: fixed;
	top: 0.88rem;
	right: 0.2rem;
	display: none;
}

.navigation_p>div {
	width: 0.88rem;
	height: 0.88rem;
	background-image: url(../img/navigation.png);
	background-size: 0.5rem;
	background-position: center;
	background-repeat: no-repeat;
}

.navigation_ph>div {
	width: 0.88rem;
	height: 0.88rem;
	background-image: url(../img/navigation_h.png);
	background-size: 0.5rem;
	background-position: center;
	background-repeat: no-repeat;
}

.navigation_p {
	width: 0.88rem;
	height: 0.88rem;
	background-color: #fff;
	float: right;
}

.navigation_ph {
	width: 0.88rem;
	height: 0.88rem;
	background-color: #fff;
	float: right;
}

.bg {
	display: none;
	position: absolute;
	top: 0.88rem;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #b2b2b2;
	z-index: 888;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
	cursor: pointer;
}

.nav>ul a li {
	padding-left: 0.6rem;
	width: 3rem;
	height: 0.73rem;
	font-size: 0.28rem;
	color: #666;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dfdfdf;
}

.nav>ul a li i {
	display: inline-block;
	width: 0.36rem;
	height: 0.32rem;
	margin-right: 0.2rem;
	background-size: contain;
}

.nav>ul a:nth-child(1) li i {
	background-image: url(../img/index.png);
}

.nav>ul a:nth-child(2) li i {
	background-image: url(../img/zp.png);
}

.nav>ul a:nth-child(3) li i {
	background-image: url(../img/zg.png);
}

.nav>ul a:nth-child(4) li i {
	background-image: url(../img/tg.png);
}
.nav>ul a:nth-child(5) li i {
	background-image: url(../img/nav_book.png);
}
.nav>ul a:nth-child(6) li i {
	background-image: url(../img/nav_kw.png);
}
.nav>ul a:nth-child(7) li i {
	background-image: url(../img/zhibo.png);
}

.nav>ul a:nth-child(8) li i {
	background-image: url(../img/book.png);
}

.nav>ul a:nth-child(9) li i {
	background-image: url(../img/yuan.png);
}


.nav>ul a:nth-child(10) li i {
	background-image: url(../img/about.png);
}
.nav>ul a:nth-child(11) li i {
	background-image: url(../img/fx.png);
}
.nav>ul a:nth-child(12) li{
	border: none;
}

/*底部*/
.top_m {
	margin-top: 0.1rem;
	display: block;
}

.bottom {
	position: relative;
	top: 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	text-align: center;
	width: 100%;

	font-size: 0.22rem;
	background-color: #fff;
	color: #999;
}