	.content {
		background-color: #161616;
		width: 100%;
		overflow: auto;
		color: #ffffff;
	}

	.content .part1 {
		position: relative;
	}

	.content .part1 .headimg {
		width: 100%;
		height: 887px;

	}

	.content .part2 {}

	.content .part2 .p1 {
		background-image: url('../assets/icon_bg4.png');
		background-repeat:no-repeat;
		background-position:right
	}

	.content .part2 .p1 .title {
		width: 100%;
		line-height: 100px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;

	}

	.content .part2 .p1 .word {
		width: 40%;
		margin: 30px auto;
		position: relative;
	}
	.content .part2 .p1 .word img{
		position: absolute;
		left: 280px;
		top: 63px;
		width: 210px;
	}

	.content .part2 .p1 .word .left {
		width: 50%;
	}

	.content .part2 .p1 .word .left .item {
		display: flex;
		flex-direction: column;
		margin-top: 50px;

	}

	.content .part2 .p1 .word .right {
		width: 50%;
	}

	.content .part2 .p1 .word .right .item {
		display: flex;
		flex-direction: column;
		margin-top: 50px;
	}

	.content .part2 .p1 .word .left .w1 {
		text-align: right;
		margin-right: 30px;
	}

	.content .part2 .p1 .word .left .w2 {
		text-align: left;
	}

	.content .part2 .p1 .word .left .w3 {
		text-align: left;
		margin-left: 20px;
	}

	.content .part2 .p1 .word .right .w1 {
		text-align: right;
	}

	.content .part2 .p1 .word .right .w2 {
		text-align: right;
		margin-right: 20px;
	}

	.content .part2 .p1 .word .right .w3 {
		text-align: left;
		margin-left: 30px;
	}

	.content .part2  .title2 {
		background-image: linear-gradient(to top, #CD20FE, #24d8ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		font-weight: 700;
		text-align: center;

	}

	.content .part2  .menu {
		width: 60%;
		background-color: #5519A2;
		height: 60px;
		border-radius: 30px;
		margin: 20px auto;
	}

	.content .part2  .menu .item1 {
		width: 220px;
		text-align: center;
		font-weight: 700;
		background-image: linear-gradient(-90deg, #CD20FE, #3AB2FD);
		border-radius: 60px;
		line-height: 60px;
	}

	.content .part2  .menu .item {
		width: 180px;
		text-align: center;
		font-weight: 700;
		line-height: 60px;
	}

	.row {
		display: flex;
		flex-direction: row;
	}

	.f9 {
		font-size: 9px;
		color: #c1c1c1;
	}

	.h100 {
		width: 100%;
		height: 100px;
	}

	.h50 {
		width: 100%;
		height: 50px;
	}