.second-page-title {
                position: relative;
                width: fit-content;
                background: linear-gradient(90deg, rgba(85, 107, 250, 1) 0%, rgba(123, 93, 248, 1) 51%, rgba(204, 65, 99, 1) 100%);
                background-clip: text;
				-webkit-background-clip:text;
                color: transparent;
                font-size: 0.48rem;
                font-weight: 600;
                border-bottom: 0.02rem solid #E1D4D5;
                padding-bottom: 0.17rem;
                padding-right: 0.5rem;
            }
            .second-page-title::before {
                position: absolute;
                display: inline-block;
                content: "";
                width: 0.16rem;
                height: 0.05rem;
                background: #D43030;
                bottom: -0.03rem;
            }
            .second-page-content-item {
                display: flex;
                justify-content: space-between;
                margin-top: 0.4rem;
            }
            .second-page-content-item-text {
                width: 48%;
            }
			.second-page-content-item-img {
				margin-top: 0.1rem;
			}
            .second-page-content-item-img img {
                    width: 100%;
					border-radius: 0.16rem;
					height: 100%;
            }
            .second-page-content-item-text-title {
                position: relative;
                padding-left: 0.16rem;
                font-size: 0.3rem;
				font-weight: 400;
				color: #003366;
            }
            .second-page-content-item-text-title::before {
                display: inline-block;
                content: "";
                width: 0.07rem;
                height: 0.34rem;
                background: #D43030;
                position: absolute;
                top: 0;
                left: 0;
            }
            .second-page-content-item-text-content {
                margin-top: 0.16rem;
                font-size: 0.21rem;
				font-weight: 400;
				line-height: 0.36rem;
				color: rgba(38, 38, 38, 1);
            }
			.banner1 {
				height: 6rem!important;
			}