.nav_10{
	height:50px;
	text-align:center;
}

.footer_bar .nav_10{height:0;}
.nav_10 ul{
	height:65px;
	width: 750px;
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 20px;
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#2d2d2d));*/
	background:#eeeeee;
	-moz-box-shadow: 0px -2px 20px #888888; /* ÀÏµÄ Firefox */
box-shadow: 0px -2px 20px #888888;
} 
.nav_10 li>a>p{
	display: block;
	width:50px;
	height:50px;
	margin:auto; 
	-webkit-background-size:100px auto;
	 
} 
.nav_10 li>a>*{
	pointer-events:none;
}
.toshare{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1000;
    background:rgba(0,0,0,0.5);
    display:none;
}
.toshare.on{
    display:block;
}
.toshare table{
    float:right;
    margin-right:10px;
    width:235px;
    text-align:center;
}
.toshare table img{
}
.toshare tr:nth-of-type(2){
    text-align:center;
    border:2px dashed #fff;
    border-radius:8px;
    -webkit-border-radius:8px;
    display:block;
    color:#fff;
    line-height:30px;
}
.toshare td{
    width:116px;
    text-align:center;
}
.toshare tr:nth-of-type(2) img{
    width:66px!important;
    height:66px!important;
    margin:5px;
}