.logo-txt {
	margin-left: 20px;
	line-height: 20px;
}
.logo-txt span{
	font-size:12px;
	color: #fff;
	letter-spacing:8px;
}
.nav .link {
	position: relative;
	font-size: 20px;
	white-space: nowrap
}

.nav .link::after {
	content: '';
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	background-color: #FE9B70;
	border-radius: 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}


.nav .link.active::after {
	width: 40px
}

.nav .link:hover::after {
	width: 40px
}

.banner {
	width: 100%;
	height: 400px;
	background-image: url('../images/join/banner.png');
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.why {
	padding: 124px 0
}

.why .item {
	width: 300px
}

.why .title {
	font-size: 28px
}

.item-title {
	font-size: 32px;
	color: #333;
	font-weight: 800;
	display: inline-block;
	padding-left: 20px;
	border-left: 6px solid #FE9B70;
	line-height: 1.25
}

.join {
	background-image: url('../images/join/join_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.join .delivery {
	width: 200px;
	height: 60px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	border-radius: 16px;
	border: 2px solid #FE9B70;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	color: #FE9B70;
	line-height: 1;
	cursor: pointer
}

.join .delivery:hover {
	background-color: #FE9B70;
	color: #fff;
	opacity: .8
}

.join .join-h {
	height: 60px;
	background-color: #FE9B70;
	margin-top: 40px
}

.join .join-item {
	width: 100%;
	margin-top: 10px
}

.join .join-item .icon-arrow {
	width: 18px;
	height: 9px;
	fill: #333;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.join .join-item-t {
	height: 60px;
	background-color: #f6f6f6;
	cursor: pointer
}



.join .position {
	padding-left: 64px
}

.join .join-describe {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 80px;
	font-size: 20px;
	color: #333;
	display: none
}

.join .unfold .icon-arrow {
	-webkit-animation: unfold-icon .3s ease forwards;
	animation: unfold-icon .3s ease forwards
}

.join .fold .icon-arrow {
	-webkit-animation: fold-icon .3s ease forwards;
	animation: fold-icon .3s ease forwards
}

@-webkit-keyframes unfold-icon {
	0% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes unfold-icon {
	0% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes fold-icon {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

@keyframes fold-icon {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
}

.footer {
	height: 380px;
	background-image: url('../images/common/foot_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover
}

.footer .footer-container {
	padding-top: 60px
}

.footer .logo-container {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer .logo-img {
	width: 29px;
	height: 28px
}

.footer .link {
	font-size: 24px
}

.footer .link:hover {
	color: #FE9B70
}

.footer .link.active {
	color: #FE9B70
}

.footer .bot-link:hover {
	color: #FE9B70
}

.footer .line {
	width: 2px;
	height: 26px;
	background-color: #fff;
	margin: 0 16px
}

.delivery-pop {
	border-radius: 8px !important;
	-webkit-box-shadow: 0 0 15px 1px rgba(50, 50, 50, 0.18) !important;
	box-shadow: 0 0 15px 1px rgba(50, 50, 50, 0.18) !important
}

.delivery-pop .layui-layer-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.delivery-pop .title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333
}

.delivery-pop .context {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px
}

.delivery-pop .context-tip {
	font-size: 20px;
	color: #666
}

.delivery-pop .context-email {
	font-size: 24px;
	color: #FE9B70;
	margin-top: 10px
}

.delivery-pop .btn-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px
}

.delivery-pop .btn-area .btn {
	width: 140px;
	height: 46px;
	border-radius: 8px;
	border: solid 1px #FE9B70;
	font-size: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px
}

.delivery-pop .btn-area .btn.btn-cancle {
	color: #FE9B70;
	background-color: transparent
}

.delivery-pop .btn-area .btn.btn-cancle:hover {
	color: #fff;
	background-color: #FE9B70
}

.delivery-pop .btn-area .btn.btn-confirm {
	color: #fff;
	background-color: #FE9B70
}

.delivery-pop .btn-area .btn.btn-confirm:hover {
	opacity: .8
}