.content-title-1{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-weight: 700;
    font-size: 50px;
    line-height: 72px;
    letter-spacing: 0px;
    background:-webkit-linear-gradient(90deg, #1372B4 0%, #1CABE8 50.27%, #1277AF 100%);
    background: linear-gradient(90deg, #1372B4 0%, #1CABE8 50.27%, #1277AF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent;  
    width: fit-content; 
}
.content-part-items{
    display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: max-content;
	justify-items: center;
	align-items: stretch;
	grid-gap: 16px;
}
.content-p{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    color: rgba(89, 87, 87, 1);
    margin-bottom: 14px;
}
.content-part-item .content-p:last-child{
    margin-bottom: 0px;
}
.content-p-highlight{
    display: inline-block;
    color: rgba(0, 72, 152, 1);
}
.bg-f6f6f6{
    background: rgba(246, 246, 246, 1);
}
.content-title-2{
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
}
.width-1464{
    max-width: 1464px;
}
.m-x-auto{
    margin-left: auto;
    margin-right: auto;
}
.m-show{
    display: none;
}
.content-video{
    width: 100%;
    max-width:  100%;
    aspect-ratio: 128/72;
}
.content-video video{
    width: 100%;
    max-width:  100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .pc-show{
        display: none;
    }
    .m-show{
        display: block;
    }
    .content-part-items{
        display: block;
    }
    .content-title-1{
        font-size: 24px;
        line-height: 42px;
        margin: 0px auto 12px;
    }
    .content-p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .content-title-2{
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 14px;
    }
}