@charset "UTF-8";

.footer {
	padding: 38px 0 60px 0;
	background-color: #1F1F1F;
}

.footer .maxWidth-1400 {
	width: 1420px;
	margin: auto;
}

.footer .footer-navbar1 ul {
	padding: 0 10px;
}

.footer .footer-navbar1 ul li {
	width: 88px;
	height: 34px;
	line-height: 34px;
	margin-right: 10px;
	font-size: 16px;
	background-color: #131116;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	cursor: pointer;
}

.footer .footer-navbar1 .navcont {
	line-height: 35px;
	padding: 0 10px;
}

.footer .footer-navbar1 .navcont a {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer-navbar2 {
	padding: 0 10px;
}

.footer .footer-navbar2 .text .u1 p {
	display: inline-block;
}

.footer .footer-navbar2 .text .u1 p a {
	font-size: 16px;
	color: white;
}

.footer .footer-navbar2 .text .u2,
.footer .footer-navbar2 .text .u3,
.footer .footer-navbar2 .text .u4 {
	margin-top: 26px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer-navbar2 .text .u2 a,
.footer .footer-navbar2 .text .u3 a,
.footer .footer-navbar2 .text .u4 a {
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer-navbar2 .text .u2 span,
.footer .footer-navbar2 .text .u3 span,
.footer .footer-navbar2 .text .u4 span {
	font-size: 16px;
	color: white;
}

.footer .footer-navbar2 .text .u4 a {
	display: flex;
	align-items: center;
}

.footer .footer-navbar2 .text .u4 i {
	display: inline-block;
}

.footer .footer-navbar2 .text .u4 .i1 {
	width: 20px;
	height: 25px;
	background: url(../images/common.png) no-repeat;
	background-position: -119px 0;
}

.footer .footer-navbar2 .text .u4 .i2 {
	width: 20px;
	height: 25px;
	background: url(../images/common.png) no-repeat;
	background-position: -8px 0;
	margin-left: 20px;
}

.footer .footer-navbar2 .text .u4 .i3 {
	width: 20px;
	height: 25px;
	background: url(../images/common.png) no-repeat;
	background-position: -47px 0;
	margin-left: 20px;
}

.footer .footer-navbar2 .text .u4 .i4 {
	width: 20px;
	height: 25px;
	background: url(../images/common.png) no-repeat;
	background-position: -84px 0;
	margin-left: 20px;
}

.footer .footer-navbar2 .code {
	margin-top: 20px;
}

.footer .footer-navbar2 .code .code-list {
	text-align: center;
}

.footer .footer-navbar2 .code .code-list .pic {
	width: 140px;
	height: 140px;
	background-color: #83888a;
}

.footer .footer-navbar2 .code .code-list .name {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}

.footer .footer-navbar2 .code .code-list:nth-of-type(2) {
	margin-left: 30px;
}

.guarantee {
	width: 100%;
	height: 172px;
	background: url(https://imgv2.napai.cn/platpc/guarantee.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 1400px) {
	.footer .maxWidth-1400 {
		width: 1200px;
	}

	.footer .text .u2,
	.footer .text .u3,
	.footer .text .u4 {
		width: 800px;
	}
}

/* 左侧固定条  */
.left-fixed {
	width: 64px;
	background-color: #000;
	color: #FFF;
	font-size: 13px;
	box-sizing: border-box;
	overflow: hidden;
	position: fixed;
	top: 50%;
	right: 20px;
	cursor: pointer;
	margin-top: -130px;
	z-index: 1000;
}

.left-fixed div {
	width: 100%;
	height: 64px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center 10px;
}

.left-fixed div:hover {
	background-color: #e72614;
}

.left-fixed #business-cooperate {
	background-image: url("../images/nkf.png");
	color: #fff;
	background-position: 20px 10px !important;
}

/* .left-fixed div:nth-child(2){ background-image: url('../../Home/images/icon-weibo.png'); } */
/* .left-fixed div:nth-child(3){ background-image: url('../../Home/images/icon-wechat.png'); }*/
.left-fixed div:last-child {
	border: none;
	background-image: url("../images/icon-return-top.png");
	background-position: 20px 15px;
}

.left-fixed .message-box {
	display: block;
	width: 250px;
	position: absolute;
	bottom: 223px;
	right: 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, .5);
	margin: 0;
	padding: 0;
	height: auto;
}

.left-fixed .message-box:hover {
	background-color: #ffffff
}

.left-fixed .message-box .message-box-top {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background-color: #e72614;
	margin: 0;
	padding: 0 20px;
	background-image: none;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left-fixed .message-box .message-box-content {
	display: block;
	color: #666666;
	padding: 10px 20px;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}

.showmsg {
	animation: showmsg 2s infinite alternate;
}

.msg-close {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url('../images/close.png');
	background-size: 100% 100%;
}

@keyframes showmsg {
	/* 0% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	} */
}

@keyframes changeBg {
	/* 0% {
		background-color: #000000;
	}
	50% {
		background-color: #e72614;
	}
	100% {
		background-color: #000000
	} */
}