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;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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/return.png);
	background-size: 0.5rem;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.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;
	background-repeat: no-repeat;
}

.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/tg.png);
}
.nav>ul a:nth-child(4) li i {
	background-image: url(../img/zg.png);
}
.nav>ul a:nth-child(5) li i {
	background-image: url(../img/gz.png);
}

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

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

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

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

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

	font-size: 0.22rem;
	background-color: #fff;
	color: #999;
}
/* 头部 */
.nav_left{
	display: inline-block;
	margin-left: 0.2rem;
}
.nav_left img{
	display: inline-block;
	width: 1.97rem;
	height: 0.54rem;
}
.nav_left .nav_adress{
	display: inline-block;
	color: #333;
	margin-left: 0.2rem;
	font-size: 0.26rem;
}
.nav_left .nav_adress::before{
	width: 0.26rem;
	height: 0.39rem;
	display: inline-block;
	content:"";
	background-image: url(../img/icon-dt.png);
	background-size: 0.26rem 0.39rem;
	position: relative;
	top: 0.1rem;
	right: 0.05rem;
	margin-right: 0.05rem;
}
.nav_adress>.iconfont{
	margin-left: 0.1rem;
	display: block;
    box-sizing: border-box;
	float: right;
	margin-left: 0.1rem;
    width:0.1rem;
    height:0.1rem;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    user-select: none;
}
.nav_left .nav_adress>.iconfont{
	margin-top: 0.38rem;
}
.nav_left .nav_center{
	font-size: 0.3rem;
	color: #333333;
}
.nav_center{
	width: 2.3rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}