.footer { background: #161821; color: rgba(255, 255, 255, .8); position: relative; z-index: 1; }

.footer a { color: rgba(255, 255, 255, .6); }
.footer a:hover { color: rgba(255, 255, 255, 1); }

.footer-info-box { display: flex; justify-content: space-between; }
.footer-desc-box { display: flex; align-items: center; }

.footer-list dt:not(:first-child) { margin-top: 1.5rem; }
.footer-list dd { color: rgba(255, 255, 255, .6); margin-top: 0.5rem; font-size: 0.9rem; }
.footer .pic-list { display: flex; justify-content: space-between; align-items: center; }
.footer .pic-list .pic-item { margin: 0 1rem; text-align: center; }
.footer .pic-list .pic-item img { max-width: 90px; max-height: 90px; }
.footer .pic-list .pic-item p { font-size: 0.8rem; }

.footer-h-line { height: 1px; font-size: 0; overflow: hidden; background: #35394f; }
.footer-v-line { width: 1px; height: 14rem; font-size: 0; overflow: hidden; background: #35394f; }

.footer .link-powered { border-radius: 15px; font-size: 0.8rem; padding: 2px 8px; background: #3b4c99; color: #7781c9; display: block; transition: all 0.3s; }
.footer .link-powered:hover { background: #a6b5f7; color: #000; }

@media (max-width: 991px) {
	.footer-info-box { flex-direction: column; }
	.footer-desc-box { flex-direction: column; justify-content: center; }
	.footer .footer-list { border-top: 1px solid #35394f; padding: 2rem 3rem; }
	.footer .pic-list { border-top: 1px solid #35394f; padding: 2rem 0; }
	.footer .link-powered { margin-top: 1rem; }
}
@media (min-width: 992px) {
    .footer-list dt { border-bottom: 1px solid #222536; padding-bottom: 0.5rem; }
	.footer-info-box { align-items: center; }
	.footer-desc-box { justify-content: space-between; }
}