@charset "utf-8";

.footer {

	background: #000;
	padding: 50px 0;

	color: #fff;

}

.footer a {

	color: #fff;

}

.footer .title {

	font-size: 21px;

	padding-left: 15px;

	line-height: 22px;

	margin-bottom: 20px;

	border-left: 3px solid #fff;

}

.footer .qrcode {

	text-align: center;

	line-height: 30px;

}

.footer .qrcode img {

	width: 100%;

}

.footer .list li {

	font-size: 14px;

	line-height: 30px;

}

.footer .contact li {

	line-height: 35px;

	font-size: 13px;

}

.footer .contact li i.icon {

	width: 30px;

	height: 30px;

	line-height: 30px;

	font-size: 20px;

	text-align: center;

	margin-right: 5px;

}

.footer .contact li button {

	margin-top: 10px;

}

.footer .contact li button i.icon {

	width: 20px;

	height: 25px;

	line-height: 25px;

	font-size: 18px;

}

.copyright {

	background: #000;

	padding: 20px 0;

	text-align: center;

	color: #fff;

	line-height: 30px;

}

.copyright span {

	margin: 0 5px;

	display: inline-block;

}

.copyright a {

	margin: 0 5px;

	display: inline-block;

	color: #ccc;

}

.g2t {

	position: fixed;

	right: 80px;

	bottom: 150px;

	background: red;

	text-align: center;

	color: #fff;

	padding: 10px;

	border: 1px solid #fff;

	cursor: pointer;

	display: none;

}

@media only screen and (max-width: 767px) {

	.footer {

		padding: 30px 0;

	}

	.footer .col-sm-6:first-child {

		margin-bottom: 30px;

	}

	.g2t{

		right: 0;

		bottom: 30px;

	}

}