.content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.agent .title {
	font-size: 1.07rem;
	color: #FFFFFF;
	line-height: 1.25rem;
	margin-bottom: 0.48rem;
}

.sub {
	font-size: 1.33rem;
	color: #FFFFFF;
	line-height: 1.55rem;
	margin-bottom: 1.81rem;
}

.btn {
	display: flex;
	align-items: center;
}

.left {
	width: 6.96rem;
	height: 1.76rem;
	background: #FFFFFF;
	border-radius: 0.88rem;
	font-size: 0.69rem;
	color: #000000;
	line-height: 1.76rem;
	text-align: center;
	cursor: pointer;
	margin-right: 1.87rem;
}

.right {
	width: 6.96rem;
	height: 1.76rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0.88rem;
	border: 0.03rem solid #FFFFFF;
	font-size: 0.69rem;
	color: #FFFFFF;
	line-height: 1.76rem;
	text-align: center;
	cursor: pointer;
}

/* 弹窗样式 */
.modal-overlay {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	/* 半透明黑色背景 */
	z-index: 1000;
	justify-content: center;
	align-items: center;
	animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
	position: relative;
	background: white;
	border-radius: 0.43rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	width: 13.3rem;
	/* height: 11.1rem; */
	overflow: hidden;
}

.modal-close {
	position: absolute;
	top: 0.33rem;
	right: 0.43rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: #999;
	cursor: pointer;
	width: 0.6rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.modal-close:hover {
	color: #333;
	background-color: #f5f5f5;
}

.modal-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 0.8rem;
	box-sizing: border-box;
}

.modal-title {
	font-weight: 600;
	font-size: 0.85rem;
	color: #000000;
	line-height: 1.33rem;
	margin-bottom: 0.56rem;
}

.model-code {
	margin-bottom: 1rem;
}

.modal-code img {
	width: 9.28rem;
	height: 8.8rem;
}

.modal-sub {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.69rem;
}

.modal-sub span {
	font-size: 0.48rem;
	color: rgba(0, 0, 0, 0.85);
	line-height: 0.69rem;
}

.line {
	width: 3.5rem;
	height: 0.03rem;
	background: #DFDFDF;
}

.model-phone {
	display: flex;
	align-items: center;

}

.model-phone img {
	width: 0.69rem;
	height: 0.69rem;
	margin-right: 0.21rem;
}

.model-phone span {
	font-size: 0.59rem;
	color: rgba(0, 0, 0, 0.85);
	line-height: 0.69rem;
}

.agent .logo {
	width: 2.4rem;
	height: 2.4rem;
	margin-bottom: 0.43rem;
}

.modal-title-internation {
	font-size: 0.85rem;
	color: #000000;
	line-height: 0.85rem;
	margin-bottom: 0.43rem;
}

.modal-sub-internation {
	font-size: 0.53rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 0.64rem;
	margin-bottom: 1.31rem;
	text-align: center;
}

.modal-email {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: left;
}

.modal-email .official {
	font-size: 0.53rem;
	color: #000000;
	line-height: 0.64rem;
	margin-bottom: 0.43rem;
}

.modal-email .emailText {
	width: 100%;
	height: 1.49rem;
	background: #F6F6F6;
	border-radius: 0.11rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.43rem;
	box-sizing: border-box;
}

.modal-email .emailText .text {
	font-size: 0.53rem;
	color: #000000;
	line-height: 0.64rem;
}

.modal-email .emailText img {
	width: 0.64rem;
	height: 0.64rem;
	cursor: pointer;
}


/* 动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}




@media (max-width:992px) {
	.agent .title {
		font-size: 0.48rem;
		line-height: 0.56rem;
		margin-bottom: 0.32rem;
	}

	.agent .sub {
		font-size: 0.64rem;
		line-height: 0.75rem;
		margin-bottom: 1.52rem;
	}

	.agent .btn {
		flex-direction: column;
	}

	.agent .left {
		width: 4.53rem;
		height: 0.96rem;
		font-size: 0.43rem;
		line-height: 0.96rem;
		margin-right: 0;
		margin-bottom: 0.64rem;
	}

	.agent .right {
		width: 4.53rem;
		height: 0.96rem;
		font-size: 0.43rem;
		line-height: 0.96rem;
	}

	.modal-content {
		margin: 20px;
		max-width: calc(100% - 40px);
	}

	.modal-close {
		top: 10px;
		right: 15px;
		font-size: 20px;
	}

	.modal-title {
		margin-bottom: 0.46rem;
		font-weight: 500;
		font-size: 0.48rem;
		line-height: 0.67rem;
	}

	.model-code {
		margin-bottom: 0.59rem;
	}

	.modal-code img {
		width: 7.73rem;
		height: 7.33rem;
	}

	.modal-sub span {
		font-size: 0.35rem;
	}

	.line {
		width: 2.5rem;
		height: 0.01rem;
	}


	.model-phone img {
		width: 0.48rem;
		height: 0.48rem;
		margin-right: 0.11rem;
	}

	.model-phone span {
		font-size: 0.43rem;
	}
}