@media (max-width: 1080px) {
    body {
        background: #f7f7f7;
    }
    
    .function-item-m:nth-child(2) .phone-mockup-m{
        order: 2;
    }
    
}

.common-container {
    max-width: 1200px;
}

.core-functions-section {
    background: #FFFFFF;
    width: 100%;
    padding: 96px 0 76px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.functions-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.functions-header {
    text-align: center;
    margin-bottom: 90px;
}

.functions-title {
    font-size: 2.188vw;
    font-weight: bold;
    color: #333333;
    margin: 0 0 1.146vw 0;
}

.functions-content {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.functions-list {
    flex: 1;
}

.function-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 25px;
    /*margin-bottom: 20px;*/
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.function-item:hover,
.function-item.active {
    background: linear-gradient(90deg, #F1F5FF 0%, #FFFFFF 100%);
    border-left: 8px solid #2027B5;
}

.function-item:hover .function-title,
.function-item.active .function-title {
    color: #072EA9;
}

.function-content {
    flex: 1;
    margin-left: 30px;
}

.function-title {
    font-size: 1.458vw;
    font-weight: bold;
    color: #333333;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.function-sub-title {
    font-size: 1.25vw;
    color: #666666;
}

.function-description {
    color: #777777;
    font-size: 1.042vw;
    line-height: 1.6;
    margin: 0;
}

.functions-mockup {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5vw;
}

.phone-container {
    position: relative;
}

.phone-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.604vw;
    height: 27.604vw;
    background-image: url(/template/hcjy/assets/img/app-function_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    opacity: 0.6;
}

.phone-container img {
    width: 15.99vw;
    height: 33.229vw;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
}

.functions-footer {
    text-align: center;
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.payment-list {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    margin-bottom: 40px;
    height: 100%;
}

.core-functions-section-m {
    background: #F7F7F7;
    width: 100%;
    padding: 80px 0;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}

.functions-container-m {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.functions-header-m {
    margin-bottom: 60px;
}

.functions-title-m {
    font-size: 2.188vw;
    font-weight: bold;
    color: #111111;
    margin: 0 0 15px 0;
}

.functions-content-m {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

.function-item-m {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    gap: 40px;
    max-width: 600px;
}

.phone-mockup-m {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
}

/*.phone-mockup-m::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    background-image: url(/template/hcjy/assets/img/app-function_bg.webp);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    z-index: 0;*/
/*}*/

.phone-mockup-m img {
    width: 220px;
    height: 450px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.function-info-m {
    text-align: left;
    flex: 1;
    padding: 0 4vw;
}

.function-title-m {
    font-size: 1.667vw;
    font-weight: bold;
    color: #072EA9;
    margin: 0 0 10px 0;
}

.function-description-m {
    font-size: 1.042vw;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1080px) {
    .payment-list {
        justify-content: center;
    }
    
    .payment-list img{
        width: 15vw;
        height: 15vw;
    }

    .core-functions-section {
        display: none !important;
    }

    .core-functions-section-m {
        display: flex !important;
        padding: 8.333vw 0;
        background: #FFFFFF;
    }

    .functions-container-m {
        padding: 0 4.167vw;
    }

    .functions-header-m {
        margin-bottom: 8.333vw;
    }

    .functions-title-m {
        font-size: 5vw;
        margin-bottom: 2.222vw;
    }

    .functions-sub-title-m {
        font-size: 3.67vw;
    }

    .functions-content-m {
        gap: 8.333vw;
    }

    .function-item-m {
        gap: 9.259vw;
    }

    .phone-mockup-m::before {
        width: 69.167vw;
        height: 69.167vw;
    }

    .phone-mockup-m img {
        width: 30.833vw;
        height: 62.778vw;
    }

    .function-title-m {
        font-size: 3.889vw;
        color: #072EA9;
        width: 35vw;
    }

    .function-description-m {
        font-size: 2.593vw;
        line-height: 1.6;
        /*padding: 0 20vw;*/
    }

    .functions-title {
        font-size: 5vw;
        margin-bottom: 30px;
    }

    .functions-content {
        flex-direction: column;
        gap: 40px;
    }

    .functions-list {
        max-width: 100%;
    }

    .function-item {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .function-title {
        font-size: 16px;
    }

    .function-description {
        font-size: 12px;
    }

    .phone-container::before {
        width: 200px;
        height: 200px;
    }

    .phone-container img {
        width: 280px;
    }
}