.core-content {
    background: url('../img/main-bg.webp') no-repeat center;
    background-size: cover;
    height: 25.99vw;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.content-title {
    width: 100%;
    font-size: 2.93vw;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strength {
    background: #000000;
    width: 100%;
    height: 43.266vw;
    display: flex;
    flex-direction: column;
    padding: 2vw 3vw;
}

.strength-item-container {
    display: flex;
    flex-direction: column;
}

.strength-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.strength-title {
    font-size: 1.875vw;
    background: linear-gradient(to right,
            rgba(242, 227, 198, 1) 0%,
            rgba(175, 153, 134, 1) 100%);
    -webkit-background-clip: text;  /* 让文字使用背景填充 */
    -webkit-text-fill-color: transparent; /* 透明填充，避免默认颜色覆盖 */
    font-family: 'HarmonyOS Sans', Arial, sans-serif !important;
}

.strength-description {
    font-size: 0.938vw;
    color: #BEBEBE;
    letter-spacing: 0.2vw;
    font-family: 'HarmonyOS Sans', Arial, sans-serif !important;
    margin-top: 1vw;
}

.strength-top-left {
    padding: 0 3vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: url('../img/bg-app.webp') no-repeat center;
    background-size: cover;
    width: 42.813vw;
    height: 18.828vw;
}

.strength-top,
.strength-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
}

.strength-bottom {
    margin-top: 2vw;
}

.strength-top-right,
.strength-bottom-left,
.strength-bottom-mid,
.strength-bottom-right {
    background: linear-gradient(to right,
            rgba(217, 217, 217, .2) 0%,
            rgba(115, 115, 115, .2) 100%);

    border-radius: 5px;
    width: 20.82vw;
    height: 18.828vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.strength-top-right img {
    width: 6.296vw;
    height: 4.878vw;
}

.strength-top-right .strength-title,
.strength-bottom-left .strength-title,
.strength-bottom-mid .strength-title,
.strength-bottom-right .strength-title {
    margin-top: 1.25vw;
}

.strength-top-right .strength-description,
.strength-bottom-left .strength-description,
.strength-bottom-mid .strength-description,
.strength-bottom-right .strength-description {
    margin-top: 1.25vw;
}

.strength-bottom-left img {
    width: 6.736vw;
    height: 6.816vw;
}

.strength-bottom-mid img {
    width: 4.897vw;
    height: 5.234vw;
}

.strength-bottom-right img {
    width: 5.859vw;
    height: 5.078vw;
}