
.contactBan{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding-top: 233px;
	background-image: url(/_lj_image/contact/contact-us-banner.webp);
	background-size: cover;
	background-position: center;
}
.contactBan::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); 
	z-index: 1;
} 
.contactBan .contactBanDiv {
    position: relative;
    z-index: 2; /* 设置内容容器的层级高于阴影层 */
	padding: 80px 10px;
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

.contactBan .img-li{
	display: flex;
	flex-direction: row;
}
.contactBan .img-li .icon{
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactBan .icon i{
	color: #333;
	font-size: 16px;
}
.contactBan .contactBanDiv h5{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
}
.contactBan .contactBanDiv h1{
	font-size: 5.6rem;
	margin-top: -16px;
	line-height: normal;
}
.contactBan .contactBanDiv .contactBanDiv-Cont>p{
	width: 90%;
	font-size: 32px;
	margin: 20px 0px 40px 0px
}
.contactBan .contactBanDiv div{
	margin-bottom: 20px;
}
.contactBan .contactBanDiv .img-li span{
	font-size: 18px;
	margin-left: 10px;
	flex: 1;
	/* opacity: 0.9; */
}
.contactBan .contactBanDiv div.live-chat{
	margin-top: 46px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.contactBan .contactBanDiv div.live-chat .tel{
	width: 315px;
	height: 86px;
	box-sizing: border-box;
	padding-left: 70px;
	background-image: url(/_lj_image/contact/contact_button.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	animation: scaleif .6s linear alternate infinite;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.contactBan .contactBanDiv div.live-chat .tel span{
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 2px;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}
.contactBan .contactBanDiv div.live-chat .tel p{
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 8px;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
	word-break: break-all;
}
@keyframes scaleif {
	0% { transform: scale(1);}
	100% { transform: scale(1.05);}
}

/* ----------------------------------- */

.contactCont{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.contactCont .contactContDiv{
	width: 100%;
}
.contactCont .contactContDiv .top{
	width: 100%;
	height: 50px;
	background-color: #FF2370;
}
.contactCont .contactContDiv .cont{
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 80px;
	color: #000;
}
.contactCont .contactContDiv .cont div.title{
	margin-bottom: 38px;
}
.contactCont .contactContDiv .cont div.title h5{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
}
.contactCont .contactContDiv .cont div.title p{
	font-size: 20px;
	color: #222;
}
.contactCont .contactContDiv .cont div.form{
	max-width: 800px;
	width: 100%;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group{
	margin: 15px 0px;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group input,.contactCont .contactContDiv .cont div.form #contact-form div.form-group textarea{
	border: 1px solid #DCDCDC;
	border-radius: 12px;
	padding: 0 8px;
	width: 100%;
	color: #000;
	font-size: 19px;
	outline: none;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group textarea {
	padding: 5 8px;
	line-height: 1.8;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group input::placeholder, .contactCont .contactContDiv .cont div.form #contact-form div.form-group textarea::placeholder{
	color: #666;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group input.input-text{
	line-height: 68px;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group textarea.input-area{
	resize: none;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group-span{
	margin-top: -6px;
	margin-left: 30px;
	margin-bottom: 35px;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group input.input-text::placeholder, .contactCont .contactContDiv .cont div.form #contact-form div.form-group textarea.input-area::placeholder {
	font-size: 1.2rem;
	color: #999999;
}
.contactCont .contactContDiv .cont div.form #contact-form div.form-group-btn-sub button{
	width: 100%;
	background-color: #FF2370;
	color: #fff;
	padding: 16px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
}
.contactCont .contactContDiv .cont div.form p.p-tip{
	color: #FF2370;
	font-size: 14px;
	margin-top: 30px;
}
.contactCont .contactContDiv .cont div.form p.p-tip a{
	color: #FF2370;
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media screen and (max-width:1200px){
	.contactBan .contactBanDiv h1{
		font-size: 70px;
	}
	.contactBan .contactBanDiv .contactBanDiv-Cont>p{
		font-size: 26px;
		margin: 20px 0px;
	}
	.contactBan .contactBanDiv div{
		margin-bottom: 10px;
	}
	.contactCont .contactContDiv .cont div.form #contact-form div.form-group input.input-text{
		line-height: 58px;
	}
}
@media screen and (max-width:860px){
	.contactBan{
		padding-top: 0;
	}
	.contactBan .contactBanDiv h1{
		font-size: 60px;
	}
	.contactBan .contactBanDiv .contactBanDiv-Cont>p{
		font-size: 20px;
	}
	.contactBan .contactBanDiv .img-li span{
		font-size: 16px;
	}
	.contactCont .contactContDiv .cont{
		padding-top: 40px;
	}
}
@media screen and (max-width:768px){
	.contactBan .contactBanDiv h1{
		font-size: 50px;
	}
	.contactBan .contactBanDiv .contactBanDiv-Cont>p{
		font-size: 16px;
	}
	.contactBan .img-li .icon{
		width: 25px;
		height: 25px;
	}
	.contactBan .icon i {
		font-size: 0.75rem;
	}
	.contactBan .contactBanDiv .img-li span{
		font-size: 14px;
	}
	.contactCont .contactContDiv .cont div.title h5{
		font-size: 20px;
	}
	.contactCont .contactContDiv .cont div.title p{
		font-size: 16px;
	}
	.contactCont .contactContDiv .cont div.form #contact-form div.form-group input, .contactCont .contactContDiv .cont div.form #contact-form div.form-group textarea{
		font-size: 16px;
	}
	.contactCont .contactContDiv .cont div.form #contact-form div.form-group input.input-text{
		line-height: 48px;
	}
	
	.contactBan .contactBanDiv div.live-chat{
		margin-top: 20px;
	}
	.contactBan .contactBanDiv div.live-chat .tel{
		width: 252px;
		height: 68.8px;
		padding-left: 60px;
	}
	.contactBan .contactBanDiv div.live-chat .tel span{
		font-size: 0.5625rem;
	}
	.contactBan .contactBanDiv div.live-chat .tel p{
		font-size: 17px;
		line-height: 19px;
	}
}
@media screen and (max-width:480px){
	.contactBan .contactBanDiv h1{
		font-size: 2.375rem;
	}
	.contactBan .contactBanDiv .contactBanDiv-Cont>p{
		font-size: 14px;
		margin: 10px 0;
	}
	.contactBan .contactBanDiv .img-li span{
		font-size: 12px;
	}
}