	@media screen and (min-width: 751px) {
		.blockOne {
			min-width: 1200px;
			min-height: 1268px;
			background-image: url('../../assets/img/pc/vivid/blockOnebg.png');
			background-repeat: no-repeat;
			background-size: 100% 100%;

			.introduce {
				height: 134px;
				color: #FFFFFF;
				letter-spacing: 5px;
				padding-top: 266px;
				text-align: center;

				.introduce-text1 {
					font-family: DOUYINSANSBOLD, DOUYINSANSBOLD;
					font-weight: normal;
					font-size: 42px;
					line-height: 66px;
					letter-spacing: 5px;
				}

				.introduce-text2 {
					font-family: PingFangSC, PingFang SC;
					font-weight: 600;
					font-size: 26px;
					line-height: 66px;

					.liu {
						font-weight: 600;
						font-size: 60px;
						line-height: 84px;
					}
				}
			}

			.for {
				display: flex;
				justify-content: center;
				margin: 30px 0 70px 0;

				.apply {
					width: 152px;
					height: 40px;
					background: linear-gradient(180deg, #429FFF 0%, #0A66FF 100%);
					border-radius: 8px;
					font-weight: 600;
					font-size: 16px;
					color: #FFFFFF;
					line-height: 40px;
					text-align: center;
					cursor:pointer;

				}
			}

			.module {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;

				.list {
					width: 350px;
					height: 224px;
					border-radius: 8px;
					border: 1px solid transparent;
					box-sizing: border-box;
					background-image: linear-gradient(180deg, #FFFFFF 0%, #B9CDFF 100%),
						linear-gradient(180deg, rgba(15, 107, 255, 1), rgba(190, 226, 254, 1));
					background-origin: border-box;
					background-clip: content-box, border-box;
					margin: 55px 0;

					.icon {
						display: flex;
						height: 87px;
						align-items: center;
						justify-content: center;
						margin-top: -55px;

						img {
							width: 82px;
							height: 87px;
						}
					}

					.title {
						width: auto;
						height: 29px;
						font-family: zihunbiantaoti;
						font-size: 24px;
						line-height: 29px;
						background: -webkit-linear-gradient(0deg, #0A66FF 0%, #429FFF 100%);
						-webkit-background-clip: text;
						-webkit-text-fill-color: transparent;
						padding-top: 15px;
						padding-bottom: 10px;
						text-align: center;
					}

					.text {
						width: 306px;
						font-family: PingFangSC, PingFang SC;
						font-weight: 400;
						font-size: 16px;
						color: #2F3740;
						line-height: 26px;
						padding: 10px 22px;
					}
				}
			}
		}

		.blockTwo {
			min-width: 1200px;
			min-height: 1202px;
			background-image: url('../../assets/img/pc/vivid/blockTwobg.png');
			background-repeat: no-repeat;
			background-size: 100% 100%;

			.title {
				width: auto;
				height: 85px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 40px;
				color: #2F3740;
				line-height: 56px;
				text-align: left;
				font-style: normal;
				padding-top: 155px;
			}

			.text {
				width: auto;
				height: 40px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 20px;
				color: #666666;
				line-height: 40px;
				letter-spacing: 2px;
				text-align: justify;
				font-style: normal;
			}

			.text1 {
				height: 40px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 400;
				font-size: 16px;
				color: #666666;
				letter-spacing: 1px;
				text-align: justify;
				font-style: normal;
			}

			.module {
				margin-top: 95px;

				img {
					width: 1200px;
					height: 703px;
				}
			}
		}

		.blockThree {
			min-width: 1200px;
			height: 1745px;

			.title {
				width: auto;
				height: 85px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 40px;
				color: #2F3740;
				line-height: 56px;
				text-align: left;
				font-style: normal;
				padding-top: 155px;
			}

			.text {
				width: auto;
				height: 40px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 20px;
				color: #666666;
				line-height: 40px;
				letter-spacing: 2px;
				text-align: justify;
				font-style: normal;
			}

			.text1 {
				height: 40px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 400;
				font-size: 16px;
				color: #666666;
				letter-spacing: 1px;
				text-align: justify;
				font-style: normal;
			}

			.module {
				height: 347px;

				.module-title {
					font-family: PingFangSC, PingFang SC;
					font-weight: 600;
					font-size: 22px;
					color: #323232;
					line-height: 30px;
					letter-spacing: 2px;
				}

				.module-text {
					width: 570px;
					font-family: PingFangSC, PingFang SC;
					font-weight: 400;
					font-size: 16px;
					color: #666666;
					line-height: 32px;
					letter-spacing: 1px;
					text-align: justify;
					font-style: normal;
				}

				.list-one {
					display: flex;
					justify-content: space-between;
					flex-wrap: nowrap;
					margin-top: 50px;

					.list {
						.module-one {
							display: flex;
							align-items: center;
							margin-top: 15%;

							.module-title {
								margin-left: -50px;
							}

							img {
								width: 82px;
								height: 42px;
							}

						}

						img {
							width: 541px;
							height: 347px;
						}
					}
				}

				.list-two {
					display: flex;
					justify-content: space-between;
					flex-wrap: nowrap;
					margin-top: -105px;

					.list {
						.module-one {
							display: flex;
							align-items: center;
							margin-top: 30%;

							.module-title {
								margin-left: -57px;
							}

							img {
								width: 82px;
								height: 42px;
							}

						}

						img {
							width: 574px;
							height: 353px;
						}
					}
				}

				.list-three {
					display: flex;
					justify-content: space-between;
					flex-wrap: nowrap;
					margin-top: 50px;

					.list {
						.module-one {
							display: flex;
							align-items: center;
							margin-top: 15%;

							.module-title {
								margin-left: -57px;
							}

							img {
								width: 82px;
								height: 42px;
							}

						}

						img {
							width: 538px;
							height: 338px;
						}
					}
				}

				.list-four {
					display: flex;
					justify-content: space-between;
					flex-wrap: nowrap;

					.list {
						.module-one {
							display: flex;
							align-items: center;
							margin-top: 15%;

							.module-title {
								margin-left: -57px;
							}

							img {
								width: 82px;
								height: 42px;
							}

						}

						img {
							width: 563px;
							height: 326px;
						}
					}
				}
			}
		}

		.blockFour {
			min-width: 1200px;
			position: relative;
			height: 766px;
			background: linear-gradient(270deg, #05246B 0%, #000B51 26%, #000B51 76%, #06256F 100%);

			.title {
				height: 174px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 40px;
				color: #FFFFFF;
				line-height: 66px;
				letter-spacing: 4px;
				text-align: center;
				padding-top: 85px;
			}

			.vs {
				height: 397px;
				display: flex;
				justify-content: center;
				position: relative;

				.left {
					width: 485px;
					height: 317px;
					background: #FFFFFF;
					border-radius: 24px;
					margin-right:35px;
					position: relative;
					z-index: 5;
					padding: 40px;

					.left-title {
						height: 66px;
						font-family: PingFangSC, PingFang SC;
						font-weight: 600;
						font-size: 24px;
						color: #323232;
						letter-spacing: 2px;
					}

					.list {
						font-family: PingFangSC, PingFang SC;
						font-weight: 500;
						font-size: 18px;
						color: #323232;
						line-height: 60px;

						li {
							display: flex;
							flex-direction: row;
							justify-content: flex-start;
							align-items: center;
							list-style-type: none;

							img {
								width: 22px;
								height: 22px;
								margin-right: 10px;
							}
						}
					}
				}

				.right {
					width: 485px;
					height: 317px;
					background: linear-gradient(180deg, #419EFF 0%, #0567FE 100%);
					border-radius: 24px;
					margin-left: 35px;
					position: relative;
					z-index: 5;
					padding: 40px;

					.right-title {
						height: 66px;
						font-family: PingFangSC, PingFang SC;
						font-weight: 600;
						font-size: 24px;
						color: #FFFFFF;
						letter-spacing: 2px;
					}

					.list {
						font-family: PingFangSC, PingFang SC;
						font-weight: 600;
						font-size: 18px;
						color: #FFFFFF;
						line-height: 60px;

						li {
							display: flex;
							flex-direction: row;
							justify-content: flex-start;
							align-items: center;
							list-style-type: none;

							img {
								width: 29px;
								height: 29px;
								margin-right: 10px;
							}
						}
					}
				}
			}

			.vs::before {
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				background-image: url('../../assets/img/pc/vivid/blockFour2.png');
				background-repeat: no-repeat;
				background-size: 308px 317px;
				background-position: center;
				z-index: 10;
			}
		}

		.blockFive {
			min-width: 1200px;
			height: 885px;

			.title {
				height: 65px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 40px;
				color: #2F3740;
				line-height: 56px;
				text-align: center;
				margin-top: 125px;
			}

			.module {
				text-align: center;
				margin-top: 80px;
				img {
					width: 1209px;
					height: 598px;
				}
			}
		}
		.blockSix{
			min-width: 1200px;
			min-height: 809px;
			background-image: url('../../assets/img/pc/vivid/blockSix1.png');
			background-repeat: no-repeat;
			background-size: 100% 100%;
			.title{
				height: 134px;
				font-family: PingFangSC, PingFang SC;
				font-weight: 600;
				font-size: 40px;
				color: #323232;
				line-height: 66px;
				letter-spacing: 4px;
				text-align: center;
				padding-top: 80px;
			}
		}
	}