.footer-wrap {
	background: #20252c;
	font-size: 14px;
	color: #fff;
	position: relative
}
.footer-wrap .footer-hrefs {
	height: 257px;
	background: #20252c;
	overflow: hidden
}
.footer-wrap .footer-hrefs .hrefs-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.footer-wrap .footer-hrefs .hrefs-box a {
	cursor: pointer;
	color: #fff;
}
.footer-wrap .footer-hrefs .hrefs-box a:hover {
	text-decoration: underline
}
.footer-wrap .footer-hrefs .hrefs-box .href-one {
	margin-right: 60px;
	max-width: 200px;
	min-width: 100px;
	padding-top: 39px;
	line-height: 36px
}
.footer-wrap .footer-hrefs .hrefs-box .href-two {
	width: 156px;
	padding-top: 79px;
	line-height: 36px
}
.footer-wrap .footer-hrefs .hrefs-box .href-three {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 79px;
	line-height: 36px
}
.footer-wrap .footer-hrefs .hrefs-box .href-four {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 280px;
	height: 164px;
	margin-top: 79px
}
.footer-wrap .footer-hrefs .hrefs-box .href-four .code-box {
	text-align: center;
	margin-left: 40px
}
.footer-wrap .footer-hrefs .hrefs-box .href-four .code-box p {
	color: #fff;
	margin-top: 5px;
	text-align: center
}
.footer-wrap .footer-hrefs .hrefs-box .href-four .code-box img {
	width: 120px
}
.footer-wrap .footer-icp {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #171b20;
	color: #999;
	font-size: 12px
}
.footer-wrap .footer-message {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, .5);
	z-index: 999
}
.footer-wrap .footer-message .message-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 441px
}
.footer-wrap .footer-message .message-box .tips {
	width: 441px;
	position: absolute;
	left: 0;
	top: -40px
}
.footer-wrap .footer-message .message-box .sign-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	padding-right: 20px
}
.footer-wrap .footer-message .message-box .sign-info .name {
	margin-left: 20px
}
.footer-wrap .footer-message .message-box .sign-info .sign-input {
	width: 200px
}
.footer-wrap .footer-message .message-box .sign-info .sign-input .el-input__inner {
	border-radius: 15px
}
.footer-wrap .footer-message .message-box .sign {
	width: 140px;
	cursor: pointer;
	background: none;
	border: none;
}
.footer-wrap .footer-message .message-box .close {
	position: absolute;
	right: -64px;
	top: 0;
	z-index: 10000;
	cursor: pointer
}
.footer-wrap .coupon-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 1234;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer-wrap .coupon-wrap .coupon-box {
	width: 360px;
	margin: 50px auto;
	background: transparent
}
.footer-wrap .coupon-wrap .coupon-box .coupon-img img {
	width: 100%
}
.footer-wrap .coupon-wrap .coupon-box .coupon-content {
	background: #e83535;
	position: relative;
	padding: 0 20px 20px 20px;
	border-radius: 0 0 5px 5px
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list {
	max-height: 165px;
	overflow-y: auto
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list::-webkit-scrollbar {
	width: 5px;
	height: 1px
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	background: rgba(0, 0, 0, .5);
	visibility: hidden
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background: #ccc;
	visibility: hidden
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list:hover::-webkit-scrollbar-thumb {
	visibility: visible
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list .coupon-item {
	height: 60px;
	padding: 10px 20px;
	line-height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 6px
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list .coupon-item .coupon-name {
	color: #000;
	line-height: 40px
}
.footer-wrap .coupon-wrap .coupon-box .coupon-list .coupon-item .coupon-amount {
	font-size: 20px;
	color: #e61a20;
	line-height: 40px
}
.footer-wrap .coupon-wrap .coupon-box .coupon-input {
	margin-top: 10px
}
.footer-wrap .coupon-wrap .coupon-box .coupon-button {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ffb500;
	border-radius: 20px;
	font-size: 20px;
	color: red;
	cursor: pointer
}
.footer-wrap .coupon-wrap .coupon-box .coupon-tips {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #fff
}
.footer-wrap .coupon-wrap .coupon-box .coupon-close {
	position: absolute;
	bottom: -60px;
	margin-left: -10px;
	left: 50%;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	z-index: 99999;
	cursor: pointer
}
.footer-wrap .left-dialog {
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 9
}
.footer-wrap .left-dialog .left-coupon {
	width: 90px;
	height: 90px;
	position: relative
}
.footer-wrap .left-dialog .left-sign {
	width: 80px;
	height: 80px;
	margin-top: 30px;
	position: relative
}
.footer-wrap .left-dialog .close-small-coupon,
.footer-wrap .left-dialog .close-small-sign {
	width: 13px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	cursor: pointer;
	background-color: transparent
}
.footer-wrap .left-dialog .get-small-coupon,
.footer-wrap .left-dialog .get-small-sign {
	width: 100%;
	height: 66px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1000;
	cursor: pointer;
	background-color: transparent
}
.footer-wrap .left-dialog img {
	width: 100%;
	height: 100%
}
.footer-wrap .dialog-ad {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 1200;
	padding-top: 50px
}
.footer-wrap .dialog-ad .banner-box {
	max-width: 400px;
	max-height: 400px;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	position: relative
}
.footer-wrap .dialog-ad .banner-box .banner-img img {
	width: 100%;
	height: 100%
}
.footer-wrap .dialog-ad .banner-box .banner-close {
	position: absolute;
	bottom: -60px;
	margin-left: -10px;
	left: 50%;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	z-index: 1201;
	cursor: pointer
}
.footer-wrap .dialog-sign {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1200
}
.footer-wrap .dialog-sign .sign-box {
	border-radius: 5px;
	padding: 15px 20px;
	width: 80%;
	max-width: 500px;
	background: #fff;
	text-align: center;
	top: 30%;
	margin: 0 auto;
	position: relative
}
.footer-wrap .dialog-sign .sign-box .sign-title {
	font-size: 18px;
	text-align: center;
	color: #000;
	font-weight: 600
}
.footer-wrap .dialog-sign .sign-box .sign-img,
.footer-wrap .dialog-sign .sign-box .sign-img img {
	width: 100%;
	height: 100%
}
.footer-wrap .dialog-sign .sign-box .sign-input {
	margin-top: 20px
}
.footer-wrap .dialog-sign .sign-box .sign-input .el-input__prefix {
	line-height: 40px
}
.footer-wrap .dialog-sign .sign-box .sign-input .font_family {
	color: var(--main-color);
	font-size: 18px
}
.footer-wrap .dialog-sign .sign-box .sign-button {
	height: 45px;
	width: 100%;
	color: #fff;
	background: #e61a20;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	border-radius: 5px
}
.footer-wrap .dialog-sign .sign-box .sign-close {
	position: absolute;
	bottom: -60px;
	margin-left: -10px;
	left: 50%;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	z-index: 1201;
	cursor: pointer
}
.mobile-footer {
	padding: 0 10px;
	font-size: 12px
}
.mobile-footer .href-one {
	padding-top: 20px
}
.mobile-footer .href-one .href {
	display: inline-block;
	margin-right: 5px
}
.mobile-footer .href-one .href:after {
	margin-left: 5px;
	content: "|"
}
.mobile-footer .href-one .href:last-child:after {
	display: none
}
.mobile-footer .href-one .href:first-child {
	margin-left: 0
}
.mobile-footer .href-two {
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px
}
.mobile-footer .href-two p {
	font-size: 12px
}
.mobile-footer .href-three {
	margin-top: 20px;
	padding-bottom: 20px
}
.mobile-footer .href-three .code-box {
	width: 30%;
	text-align: center;
	float: left;
	margin-right: 3%;
	max-width: 100px
}
.mobile-footer .href-three p {
	font-size: 12px;
	margin-top: 5px
}
@media only screen and (max-width:1200px) {
	.footer-wrap .coupon-wrap .coupon-box {
		width: 90%;
		max-width: 360px
	}
	.footer-wrap .coupon-wrap .coupon-box .coupon-button {
		height: 32px;
		line-height: 32px;
		font-size: 15px
	}
	.footer-wrap .coupon-wrap .coupon-box .coupon-content {
		padding: 0 10px 10px 10px;
		margin-top: -20px
	}
	.footer-wrap .coupon-wrap .coupon-box .coupon-list .coupon-item .coupon-amount {
		font-size: 15px
	}
	.footer-wrap .coupon-wrap .coupon-box .coupon-list .coupon-item {
		height: 47px;
		padding: 5px 10px
	}
	.footer-wrap .small-coupon .get-small-coupon {
		height: 80px;
		width: 110px
	}
	.footer-wrap .small-coupon {
		height: 110px;
		width: 110px;
		top: 45%
	}
	.footer-wrap .dialog-ad .ad-box {
		width: 300px;
		height: 300px;
		margin-top: -150px;
		top: 50%;
		left: 50%;
		margin-left: -150px
	}
	.mobile-footer .href-two {
		margin-top: 10px
	}
	.mobile-footer .href-three {
		margin-top: 10px;
		padding-bottom: 10px
	}
	.group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 0;
		border-bottom: 1px solid hsla(0, 0%, 100%, .1)
	}
	.group-item {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.group-item span {
		margin-right: 7px;
		color: var(--main-color);
		font-size: 18px
	}
	.group-item div p {
		color: #fff;
		font-size: 12px;
		line-height: 18px
	}
}
@media only screen and (max-width:756px) {
	.footer-wrap .footer-message {
		display: none;
	}
	.footer-wrap .footer-hrefs {
		height: auto;
	}
	.footer-wrap .footer-hrefs .hrefs-box {
		flex-direction: column;
		padding: 25px 15px;
	}
	.footer-wrap .footer-hrefs .hrefs-box .href-two {
		width: 100%;
		line-height: 1;
		display: flex;
		padding: 0;
	}
	.footer-wrap .footer-hrefs .hrefs-box .href-two .href{
		border-right: 1px solid #fff;
		padding-right: 8px;
		margin-right: 8px;
	}
	.footer-wrap .footer-hrefs .hrefs-box .href-three {
		padding-top: 15px;
		line-height: 24px;
	}
	.footer-wrap .footer-hrefs .hrefs-box .href-four {
		width: auto;
		height: auto;
		margin-top: 15px;
		justify-content: flex-start;
	}
	.footer-wrap .footer-hrefs .hrefs-box .href-four .code-box {
		margin-left: 0;
		margin-right: 20px;
	}
}