@media (max-width: 1200px) {
	.footer-left {
		padding-left: 20px;
	}

	.footer-content {
		margin: 30px 10px !important;
		height: auto;
	}

	.footer-btn {
		font-size: 1rem;
		width: 30%!important;
		border-radius: 5px;
		behavior: url(/cms-chng-theme/js/PIE.htc);
		-ms-behavior: url(/cms-chng-theme/js/PIE.htc);
		margin: 0 1%;
	}

	.footer-btn-dp ul li a {
		display: inline-block;
		max-width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ercode-item {
		margin: 20px auto;
	}

	.footer-text {
		margin-right: 15px !important;
    /* cursor   : pointer; */
	}
}

@media (min-width: 992px) {
	.footer-right {
		float: right;
	}

	.footer-content {
    /* height: 160px; */
		margin: 60px auto !important;
	}

	.footer-btn {
		width: 100px;
		font-size: 1rem;
		margin-right: 30px;
	}
}

@media (max-width: 992px) {
    .footer-container {
      height: auto !important;
      background-image: unset !important;
      background: #20426B !important;
  }
}

footer {
	border-top: 1px solid #999;
}

.footer-content {
	position: relative;
  /* height    : 160px; */
  /* margin-top: 40px; */
}

.xiala {
	width: 30px;
	height: 28px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	border-left: 1px solid #e3e3e3;
}

.footer-left {
	color: #999;
	padding-left: 0;
  /* width    : 550px; */
	font-size: 1.2rem;
}

.footer-left + div {
	padding-right: 0;
}

.footer-btn {
	position: relative;
	display: inline-block;
  /* margin      : 5px 0; */
  /* margin-right: 30px; */
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #fff;
}

.footer-btn:hover {
	color: #fff;
	transition-duration: .3s;
	background-color: #0054A7;
}

.footer-btn:hover .footer-btn-dp {
	display: block !important;
}

.footer-btn-dp {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	max-height: 150px;
	overflow: auto;
  /*overflow-x:hidden;*/
	text-align: left;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 6;
}

.footer-btn font {
	margin-right: 30px;
}

.footer-btn-dp ul::-webkit-scrollbar {
	width: 10px;
}

.footer-btn-dp ul::-webkit-scrollbar-thumb {
	border-radius: 0px;
	behavior: url(/cms-chng-theme/js/PIE.htc);
	-ms-behavior: url(/cms-chng-theme/js/PIE.htc);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}

.footer-btn-dp ul {
	overflow-x: hidden;
	overflow-y: scroll;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: default;
	background-color: #fff;
}

.footer-btn-dp ul li {
	border-bottom: 1px solid #d9d9d9;
	height: 32px;
}

.footer-btn-dp ul li a {
	color: #999;
	padding-left: 5px;
}

.footer-btn-dp ul li:hover a {
	color: #0054A7;
}

.footer-btn-dp::-webkit-scrollbar {
	width: 2px;
	color: #b9b9b9;
}

.footer-texts {
	margin-top: 30px;
}

.footer-text {
	margin-right: 25px;
	cursor: pointer;
}

.footer-text a {
	color: #FFF;
}

/*
.footer-text:hover a {
	color: #0054A7;
}
*/

.footer-text a:hover,
.footer-text a:active,
.footer-text a:checked,
.footer-text a:link,
.footer-text a:visited {
	text-decoration: none;
}

.footer-msgs {
	margin-top: 10px;
}

.ercode-item {
	display: inline-block;
	width: 84px;
	text-align: center;
	font-size: 1.2rem;
}

.ercode-item:last-child {
	padding-right: 0;
}

.ercode-item img {
  /* margin: 0 auto; */
	height: 60px;
	width: 60px;
}

.ercode-item p {
	margin-top: 10px;
	color: #999;
}

.col-xs-6 {
	padding: 0 !important;
}

.footer-container {
  	height: 290px;
  	background-image: url(../images/footer-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.white-footer {
	color: #fff;
}