/* 遮罩层样式 */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

/* 弹窗样式 */
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35rem;
	height: 37.625rem;
	background: url('../img/contactus/modal-bg-new.png') no-repeat;
	background-size: cover;
	z-index: 1001;
}
.zixun-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35rem;
	height: 37.625rem;
	background: url('../img/contactus/modal-bg-new.png') no-repeat;
	background-size: cover;
	z-index: 1001;
}

/* 弹窗标题 */
.modal-title {
	padding: 0 2rem;
	width: calc(100% - 4rem);
	margin-top: 3.75rem;
	display: flex;
	flex-direction: column;
}
.modal-title div {
	font-family: Source Han Sans SC Medium;
	font-weight: bold;
	font-size: 36px;
	color: #49469a;
	margin-bottom: 0.25rem;
}
.modal-title span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #231916;
	line-height: 24px;
}

/* 弹窗内容 */
.modal-content {
	padding: 0 2rem;
	width: calc(100% - 4rem);
	margin-top: 1.9375rem;
}
.modal-content span {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 16px;
	color: #231916;
}

.modal-content span::before {
	content: '*';
	color: #ff3333;
}
.no-required span::before {
	content: '';
}

.modal-content div {
	width: 29rem;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #d8d8d8;
	padding: 0 1rem;
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
}
.big-content div {
	height: 6.25rem;
	align-items: flex-start;
}
.big-content div textarea {
	width: 100%;
	border: none;
	height: 80px;
	margin-top: 10px;
	resize: none;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
textarea::placeholder {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}
.modal-content div input {
	border: none;
	width: 100%;
	height: 1rem;
}
.modal-content div input:focus-visible {
	border: none;
	outline: unset;
}

.modal-content div textarea:focus-visible {
	border: none;
	outline: unset;
}

.modal-footer-btn-1, .cmodal-footer-btn-1 {
	width: calc(100% - 4rem);
	margin: 1.25rem 2rem 0.75rem 2rem;
	height: 2.5rem;
	background: #49469a;
	border-radius: 4px 4px 4px 4px;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.modal-footer-btn-2, .cmodal-footer-btn-2 {
	width: calc(100% - 4rem);
	margin: 0 2rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	cursor: pointer;
}
.zixun-img {
	display: inline-block;
	width: 3.5rem;
	height: 13.125rem;
	cursor: pointer;
	position: fixed;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.zixun-modal {
	height: 43.125rem;
}
