	body,
	html {
		margin: 0;
		padding: 0;
		font-family: Arial, sans-serif;
	}

	body {
		min-width: 1300px;
	}

	.fnlang {
		position: absolute;
		width: 100%;
		top: 88px;
		background: rgba(0, 0, 0, 0.5);
		z-index: 111;
		left: 20px;
		border-radius: 2px;
	}

	.fnlang .div1 {
		display: flex;
		align-items: center;
		color: #fff;
		height: 50px !important;
		line-height: 50px !important;
		width: 100%;
		padding: 0 20px;
	}

	.fnlang img {
		width: 31px;
		height: 20px;
		margin-right: 10px;
	}

	header {
		height: 88px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: Inter, Inter;
		font-weight: 400;
		font-size: 20px;
		color: #333333;
	}

	.logo2 {
		width: 160px;
	}

	.cn {
		width: 31px;
		height: 20px;
		margin-right: 10px;
	}

	header .header1 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40%;
	}

	header .header2 {
		display: flex;
		align-items: center;
		justify-content: end;
		width: 60%;
	}

	header a {
		color: white;
		text-decoration: none;
		margin-left: 20px;
	}

	.header2 .header2box {
		height: 88px;
		line-height: 88px;
		padding: 0 40px;
		text-align: center;
	}

	.act {
		border-bottom: 4px solid #2FB57A !important;
		color: #2FB57A !important;
		box-sizing: border-box;
	}

	.main {
		position: relative;
	}

	.main img {
		width: 100%;
	}

	.banner2 {
		width: 443px !important;
		padding: 100px 0 20px;
	}

	.bannerright {
		position: absolute;
		top: 0;
		width: 450px;
		height: 400px;
		right: 15%;
	}

	.down {
		display: flex;
		align-items: center;
		border-radius: 29px 29px 29px 29px;
		border: 2px solid #FFFFFF;
		width: 268px;
		height: 60px;
		margin-bottom: 19px;
		font-weight: 400;
		font-size: 28px;
		color: #FFFFFF;
		line-height: 33px;
		text-align: left;
	}

	.down img {
		width: 32px;
		height: 32px;
		margin: 0 12px 0 29px;
	}

	.erweima img {
		width: 140px;
		height: 140px;
		margin-left: 34px;
		border-radius: 10px;
	}

	.banner {
		position: relative;
	}

	.main1,
	.main2,
	.main3,
	.main4,
	.main5,
	.banner {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;

	}

	footer {
		background-color: #2F3744;
		/* height: 270px; */
		color: #9CA0A6;
		text-align: center;
		font-weight: 400;
		font-size: 16px;
	}

	.footer {
		width: 60%;
		/* height: 220px; */
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-bottom: 1px solid #666;
		margin: 0 auto;
		line-height: 30px;
	}

	.left,
	.center,
	.right {
		text-align: left;
		padding-top: 26px;
	}

	.left {
		width: 25%;
	}

	.center {
		width: 50%;
	}

	.right {
		width: 25%;
	}

	.right img {
		width: 130px;
		height: 130px;
	}

	.bottom {
		height: 50px;
		line-height: 50px;
	}

	[v-cloak] {
		display: none;
	}
	.EzspaWeb{
		display: none;
	}
	/* 屏幕小于 500 px */
	@media screen and (max-width: 500px) {
		body {
			min-width: 400px;
		}

		header {
			height: 44px;
			background-color: #fff;
			display: flex;
			align-items: center;
			justify-content: center;
			font-family: Inter, Inter;
			font-weight: 400;
			font-size: 12px;
			color: #333333;
		}

		header .header1 {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 30%;
		}

		header .header2 {
			display: flex;
			align-items: center;
			justify-content: end;
			width: 80%;
		}

		.header2 .header2box {
			height: 44px;
			line-height: 44px;
			padding: 0 5px;
		}

		.act {
			border-bottom: 1px solid #2FB57A !important;
			color: #2FB57A !important;
			box-sizing: border-box;
		}


		.fnlang {
			position: absolute;
			width: 100%;
			top: 44px;
			background: rgba(0, 0, 0, 0.5);
			z-index: 111;
			left: -4px;
			border-radius: 1px;
		}

		.fnlang .div1 {
			display: flex;
			align-items: center;
			color: #fff;
			height: 25px !important;
			line-height: 25px !important;
			width: 100%;
			padding: 0 10px;
		}

		.fnlang img {
			width: 15px;
			height: 10px;
			margin-right: 5px;
		}

		.logo2 {
			width: 80px;
		}

		.cn {
			width: 15px;
			height: 10px;
			margin-right: 5px;
		}

		.main1,
		.main2,
		.main3,
		.main4,
		.main5,
		.banner {
			display: flex;
			justify-content: center;
			align-items: center;
			overflow: hidden;
		}

		.main img {
			width: 140%;
		}

		.banner2 {
			width: 180px !important;
			padding: 30px 0 20px;
		}

		.bannerright {
			position: absolute;
			width: 180px;
			height: 200px;
			right: 3%;
			top: 50px;
		}

		.down {
			display: flex;
			align-items: center;
			border-radius: 15px;
			border: 1px solid #FFFFFF;
			width: 105px;
			height: 23px;
			margin-bottom: 10px;
			font-family: PingFang TC, PingFang TC;
			font-weight: 400;
			font-size: 12px;
			color: #FFFFFF;
			text-align: left;
			font-style: normal;
			text-transform: none;
		}

		.down img {
			width: 14px;
			height: 14px;
			margin: 0 4px 0 12px;
		}

		.erweima img {
			width: 60px;
			height: 60px;
			margin-left: 10px;
			border-radius: 5px;
			flex-shrink: 0;
		}

		footer {
			background-color: #2F3744;
			/* height: 135px; */
			color: #9CA0A6;
			text-align: center;
			font-weight: 400;
			font-size: 12px;
		}

		.footer {
			width: 80%;
			/* height: 110px; */
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			border-bottom: 1px solid #666;
			margin: 0 auto;
			line-height: 15px;
		}

		.left,
		.center,
		.right {
			text-align: left;
			padding-top: 13px;
		}

		.left {
			width: 30%;
		}

		.center {
			width: 50%;
		}

		.right {
			width: 20%;
		}

		.right img {
			width: 65px;
			height: 65px;
		}

		.bottom {
			height: 25px;
			line-height: 25px;
			font-size: 12px;
		}
		.EzspaWeb{
			display: block;
		}

	}