* {
	margin: 0;
	padding: 0;
}

h3 {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 48px;
	color: #222222;
	/* line-height: 78px; */
	text-align: center;
}

.english {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	/* line-height: 78px; */
	text-align: center;
}

.ztzlBox {
	background: url('../images/ztzl_bg.png') no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 1080px;
	position: relative;
	padding-top: 165px;

	.letterbox {
		width: 100%;
		text-align: center;
		margin-top: 90px;
		margin-bottom: 45px;

		img {
			width: 1120px;
			height: 1532px;
			margin: 0 auto;
		}
	}
}

.gysBox {	
	background: url('../images/bottom_bg.png') no-repeat;
	width: 100%;
	height: 1080px;
	background-size: 100% 100%;
	position: relative;
	padding-top: 115px;
	
	.tip {
		margin: 90px 0 30px 463px;
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 24px;
		color: #666666;
	}
	
	.email {
		font-family: PingFang SC;
		font-weight: bold;
		font-size: 28px;
		color: #222222;
		text-align: center;
		margin-bottom: 100px;
	}

	.infoBox {
		margin: 0 311px;
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;

		p {
			font-family: PingFang SC;
			font-weight: 500;
			font-size: 24px;
			color: #333333;
		}

		input {
			width: 275px;
			height: 41px;
			background: rgba(255,255,255,0.14);
			border-radius: 6px;
			border: 1px solid #333333;
			padding: 10px;
		}

		.big {
			width: 750px;
		}
	}

	.btn {
		width: 127px;
		/* height: 45px; */
		padding: 13px 0;
		border: none;
		background: #3650FA;
		border-radius: 6px;
		font-family: PingFang SC;
		font-weight: 500;
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		margin-left: 896px;
		margin-top: 20px;
	}
}

