@charset "UTF-8";

.footer{
	margin-top:10px;
	position: relative;
	padding: 2rem 0;
	background: #fff;
	text-align: center;
}

.footer .copyright{
		margin-top: 0.5rem;
		font-size: 0.85rem;
		color: #999;
	}

.footer .btn-back-top{
		display: none;
		position: fixed;
		right: 1rem;
		bottom: 3.5rem;
		z-index: 999;
	}

.footer .footer-links a{
			display: inline-block;
			font-size: 1rem;
			color: #666;
		}

.footer .footer-links .sep{
			display: inline-block;
			margin: 0 0.5rem;
			width: 1px;
			height: 12px;
			background: #aaa;
	}
/*.wrapper{margin-bottom:0;}*/
/* 下载 */
.download{
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #e6e6e6;
	height: 50px;
	width: 100%;
	line-height: 50px;
	padding: 0 1rem;
	z-index: 10;
}

.download img{
		display: block;
		vertical-align: middle;
	    width: 35px;
	    height: 35px;
	    margin-top: 8px;
	    margin-right: 10px;
	    border-radius: 6px;
	}

.download span{
		color: #333;
	}

.download .btn{
	    display: inline-block;
	    height: 28px;
	    width: auto;
	    padding: 0 15px;
	    line-height: 28px;
	    position: absolute;
	    background: #3AB15B;
	    color: #fff;
	    vertical-align: middle;
	    top: 12px;
	    right: 1rem;
	    margin: 0;
	    text-align: center;
	    font-size: 12px;
	}
