.banner-img {
	display: block;
}

.module-title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.p-100 {
	padding: 100px;
	box-sizing: border-box;
}

.marketingBrain-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-content {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.form-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.input-box {
	margin-top: 10px;
	width: 23vw;
	border-radius: 10px;
	background: #F6F6F6;
	padding: 0px 20px;
	box-sizing: border-box;
}

.marketingBrain-form .input-box input {
	width: 100%;
	padding: 15px 0px;
	background-color: transparent;
}

.marketingBrain-form .input-box input:focus {
	border: 1px solid transparent !important;
	/* 或直接用 transparent */
	border-color: transparent !important;
	border: none !important;
}

.marketingBrain-form .label.verify::after {
	content: "*";
	color: red;
}

.marketingBrain-form .submit-btn {
	width: 406px;
	height: 48px;
	line-height: 48px;
	border-radius: 10px;
	text-align: center;
	background: linear-gradient(90deg, #05F 0%, #845EFF 50%, #FF7FBF 100%);
	color: #fff;
	font-weight: bold;
	margin-top: 50px;
	cursor: pointer;
}

.ability {
	background: linear-gradient(180deg, #E7F3FF 0%, #F1E1FF 100%);
}

.ability-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}

.ability-content img {
	width: 300px;
	height: auto;
	display: block;
}

.transformation {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: linear-gradient(180deg, #E7F3FF 0%, #F1E1FF 100%);
}

.transformation .module-title {
	margin-bottom: 10px;
}

.transformation .desc {
	font-size: 18px;
	color: #4d4d4d;
	margin-bottom: 50px;
}

.transformation-center {
	width: 70vw;
	border-radius: 20px;
	padding: 5px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 90px;
}

.transformation-img {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

.transformation-center-title {
	font-size: 48px;
	display: flex;
	justify-content: center;
}

.transformation-center-title .marketing-text {
	background: linear-gradient(91deg, #1500FF 22.26%, #7B00FF 89.95%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-size: 48px;
	font-weight: bold;
}

.transformation-center-desc {
	font-size: 18px;
	color: #4d4d4d;
	margin: 20px 0 23px;
}

.transformation-center-img {
	height: 144px;
	width: auto;
}

#show-application {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
}

.diaolg__body .inp_contact {
	border-radius: 4px;
	border: 1px solid #E4E8ED;
	background: #FFF;
	height: 47px;
	width: 240px;
	padding-left: 20px;
	font-size: 14px;
}

.diaolg__body {
	background-color: #FFF;
	padding: 20px 40px;
	border-radius: 10px;
}

.dialog_body-title {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	align-items: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.dialog_body-title .close-dialog {
	font-size: 24px;
	cursor: pointer;
}

.diaolg__body .inp_mask {
	margin-bottom: 28px;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.inp_mask .btn {
	border-radius: 4px;
	background: #1F64FF;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	border: none;
	cursor: pointer;
}

.inp_mask .label {
	width: 70px;
	text-align: right;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}

.apk_code {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	padding: 10px;
	display: none;
	justify-content: center;
	align-items: center;
}

.apk_code .mask {
	background-color: #FFF;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	position: relative;
}

.apk_code .mask div {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.apk_code .mask .closes {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	cursor: pointer;
}