.foot {
	position: relative;
	width: 100%;
	background: rgba(19, 108, 255, 0.1);
	padding: 20px 0;
}

.foot-content {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

.foot-top {
	position: relative;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 50px;
}

.foot-top-content {
	position: relative;
	width: 62%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
}

.foot-top-contact {
	position: relative;
	width: 35%;
	padding-left: 60px;
	border-left: 1px solid #e5e5e5;
}

.foot-top-item {
	position: relative;
	width: 16%;
}

.foot-top-item-large {
	width: 30%;
}

.foot-top-item-middle {
	width: 25%;
}

.foot-top-item-pic {
	position: relative;
	width: 100%;
	aspect-ratio: 3.29 / 1;
	background-image: url("../../img/foot/logo.png");
	background-size: cover;
}

.foot-top-item-des {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	font-style: normal;
	text-transform: none;
	bottom: 14px;
	left: 0;
}

.foot-top-item-tittle {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 21px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.foot-top-item-text {
	position: relative;
}

.foot-top-item-text a {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	transition: all 0.3s;
}

.foot-top-item-text:hover a {
	color: rgba(19, 108, 255, 1);
}

.foot-top-contact-tittle {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.foot-top-contact-text-contact {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.foot-top-contact-text-contact-icon {
	position: relative;
	width: 16px;
	height: 16px;
	background-size: cover;
}

.foot-location {
	top: -4px;
	background-image: url("../../img/foot/location.svg");
}

.foot-phone {
	background-image: url("../../img/foot/phone.svg");
}

.foot-mail {
	background-image: url("../../img/foot/mail.svg");
}

.foot-top-contact-text-contact-text {
	position: relative;
	width: calc(100% - 20px);
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	font-style: normal;
	text-transform: none;
	margin-left: 10px;
	top: -10px;
}

.foot-top-contact-text-contact-text-line-height{
	position: relative;
	width: calc(100% - 20px);
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	font-style: normal;
	text-transform: none;
	margin-left: 10px;
	top: -10px;
}


.foot-middle {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px 10px 10px 10px;
	padding: 36px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.foot-middle-item {
	position: relative;
	width: 23%;
}

.foot-middle-logo {
	position: relative;
	height: 98px;
	aspect-ratio: 1/1;
	margin: 0px auto;
	background-size: cover;
}

.foot-middle-item:nth-child(2) .foot-middle-logo {
	aspect-ratio: 1.132/1;
}

.foot-middle-item:nth-child(3) .foot-middle-logo {
	aspect-ratio: 1.8135/1;
}

.foot-middle-item:nth-child(4) .foot-middle-logo {
	aspect-ratio: 1.1596/1;
}

.foot-middle-item:nth-child(1) .foot-middle-logo {
	background-image: url("../../img/foot/logo1.svg");
}

.foot-middle-item:nth-child(2) .foot-middle-logo {
	background-image: url("../../img/foot/logo2.svg");
}

.foot-middle-item:nth-child(3) .foot-middle-logo {
	background-image: url("../../img/foot/logo3.svg");
}

.foot-middle-item:nth-child(4) .foot-middle-logo {
	background-image: url("../../img/foot/logo4.svg");
}

.foot-middle-text {
	position: relative;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 19px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 30px;
}

.foot-bottom {
	margin-top: 50px;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

@media screen and (max-width: 1199px) {
	.foot-content {
		width: 100%;
	}
	.foot-top {
		display: none;
	}
	.foot-middle {
		margin: 0px auto;
		flex-wrap: wrap;
		width: 90%;
	}
	.foot-middle-item {
		width: 50%;
		margin-bottom: 40px;
	}
	.foot-middle-logo {
		height: 50px;
	}
	.foot-middle-text {
		font-family: Source Han Sans CN, Source Han Sans CN;
		font-weight: 400;
		font-size: 12px;
		color: #666666;
		line-height: 14px;
		text-align: center;
		font-style: normal;
		text-transform: none;
		margin-top: 20px;
	}
}
