.solution-v2-body {
    margin: 0;
    background: #fff;
    color: #222;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.solution-v2-hero {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.solution-v2-pc-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.solution-v2-mobile-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.solution-v2-hero-img {
    width: 100%;
    height: auto;
    max-width: none;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    transform: none;
    display: block;
    pointer-events: none;
    user-select: none;
}

.solution-v2-main {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    background: #fff;
}

.solution-v2-results {
    transition: opacity .16s ease;
}

.solution-v2-main.is-loading .solution-v2-results {
    opacity: .45;
    pointer-events: none;
}

.solution-v2-toolbar {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #e5e9f1;
    background: #fff;
}

.solution-v2-tabs {
    display: grid;
    grid-template-columns: repeat(4, 128px);
    align-items: stretch;
    height: 44px;
}

.solution-v2-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #8f97a5;
    background: #f4f7fb;
    border-right: 1px solid #e0e6ee;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.solution-v2-tab:first-child {
    border-radius: 2px 0 0 2px;
}

.solution-v2-tab:last-child {
    border-right: 0;
    border-radius: 0 2px 2px 0;
}

.solution-v2-tab.active,
.solution-v2-tab:hover {
    color: #fff;
}

.solution-v2-tab-service.active,
.solution-v2-tab-service:hover {
    background: #f6a400;
}

.solution-v2-tab-consult.active,
.solution-v2-tab-consult:hover {
    background: #f0141c;
}

.solution-v2-tab-software.active,
.solution-v2-tab-software:hover {
    background: #2f7df3;
}

.solution-v2-tab-integration.active,
.solution-v2-tab-integration:hover {
    background: #06c85f;
}

.solution-v2-search {
    width: 320px;
    height: 36px;
    display: flex;
    align-items: stretch;
    border: 1px solid #e4e8f0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.solution-v2-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    padding: 0 14px;
    color: #333;
    outline: none;
    font-size: 14px;
    background: #fff;
}

.solution-v2-search button {
    width: 70px;
    border: 0;
    color: #fff;
    background: #237be9;
    cursor: pointer;
    font-size: 14px;
}

.solution-v2-list {
    background: #fff;
}

.solution-v2-item {
    width: 100%;
    min-height: 148px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 220px;
    align-items: center;
    gap: 28px;
    border: 0;
    border-bottom: 1px solid #d9dee8;
    padding: 24px 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.solution-v2-item:hover .solution-v2-copy strong,
.solution-v2-item:hover .solution-v2-meta i {
    color: #237be9;
}

.solution-v2-icon {
    width: 101px;
    height: 101px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient(135deg, #f9c141 0%, #f59a00 100%);
}

.solution-v2-category-service .solution-v2-icon {
    background: linear-gradient(135deg, #ffd45b 0%, #f6a400 100%);
}

.solution-v2-category-consult .solution-v2-icon {
    background: linear-gradient(135deg, #ff8a7d 0%, #f0141c 100%);
}

.solution-v2-category-software .solution-v2-icon {
    background: linear-gradient(135deg, #6ca8ff 0%, #2f7df3 100%);
}

.solution-v2-category-integration .solution-v2-icon {
    background: linear-gradient(135deg, #72e65c 0%, #06c85f 100%);
}

.solution-v2-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.solution-v2-icon strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.solution-v2-copy {
    min-width: 0;
    display: block;
}

.solution-v2-copy strong {
    display: block;
    margin-bottom: 12px;
    color: #222b3a;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0;
}

.solution-v2-copy em {
    display: block;
    color: #5d6674;
    font-style: normal;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0;
}

.solution-v2-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    color: #6c7380;
    white-space: nowrap;
}

.solution-v2-click {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7a8494;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.solution-v2-click-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: block;
    background: center / contain no-repeat url("/rely/images/product_v2/metric-cursor.png");
}

.solution-v2-click b {
    margin-left: 2px;
    color: #2b7ff0;
    font-size: 17px;
    font-weight: 700;
}

.solution-v2-meta i {
    color: #237be9;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
}

.solution-v2-empty {
    padding: 90px 20px;
    color: #667085;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e5e9f1;
}

.solution-v2-pages {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #fff;
}

.solution-v2-pages a,
.solution-v2-pages span {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #d7dce5;
    border-radius: 6px;
    color: #6f7783;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
}

.solution-v2-pages a.active {
    color: #fff;
    border-color: #237be9;
    background: #237be9;
}

.solution-v2-pages .disabled {
    color: #c0c5ce;
}

.solution-v2-pages .ellipsis,
.solution-v2-pages .solution-v2-page-total {
    width: auto;
    border: 0;
    background: transparent;
}

.solution-v2-pages .solution-v2-page-total {
    margin-left: 18px;
    color: #777;
    font-size: 16px;
}

.solution-v2-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
}

.solution-v2-modal.show {
    display: block;
}

.solution-v2-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.solution-v2-dialog {
    width: 510px;
    max-width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 42px 56px 36px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.solution-v2-close {
    position: absolute;
    right: 26px;
    top: 22px;
    width: 30px;
    height: 30px;
    border: 0;
    color: #777;
    background: transparent;
    cursor: pointer;
    font-size: 34px;
    line-height: 30px;
}

.solution-v2-tip {
    color: #ffa500;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.solution-v2-tip-text {
    margin: 14px 0 22px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.solution-v2-dialog label {
    display: block;
    margin-bottom: 18px;
    color: #2c313a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.solution-v2-dialog input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid #dfe3ea;
    padding: 0 15px;
    color: #333;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.solution-v2-dialog form button {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #237be9;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}

.solution-v2-pc-footer {
    display: block;
}

.solution-v2-mobile-footer {
    display: none;
}

@media screen and (max-width: 800px) {
    .solution-v2-pc-nav {
        display: none;
    }

    .solution-v2-mobile-nav {
        display: block;
    }

    .solution-v2-hero {
        min-height: 0;
    }

    .solution-v2-hero-img {
        width: 100%;
    }

    .solution-v2-main {
        width: auto;
        max-width: none;
        margin: 0 14px;
    }

    .solution-v2-toolbar {
        min-height: 128px;
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px 0;
    }

    .solution-v2-tabs {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
        height: 40px;
    }

    .solution-v2-tab {
        font-size: 15px;
    }

    .solution-v2-search {
        width: 100%;
    }

    .solution-v2-item {
        min-height: 0;
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .solution-v2-icon {
        width: 72px;
        height: 72px;
    }

    .solution-v2-icon strong {
        font-size: 30px;
    }

    .solution-v2-copy strong {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .solution-v2-copy em {
        font-size: 13px;
        line-height: 1.6;
    }

    .solution-v2-meta {
        grid-column: 2;
        justify-content: space-between;
        gap: 12px;
        margin-top: 8px;
    }

    .solution-v2-click {
        gap: 7px;
        font-size: 13px;
    }

    .solution-v2-click-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .solution-v2-click b {
        margin-left: 0;
        font-size: 14px;
    }

    .solution-v2-meta i {
        font-size: 28px;
    }

    .solution-v2-pages {
        min-height: 86px;
        flex-wrap: wrap;
        gap: 8px;
        padding: 16px 0;
    }

    .solution-v2-pages a,
    .solution-v2-pages span {
        min-width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .solution-v2-pages .solution-v2-page-total {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }

    .solution-v2-dialog {
        padding: 36px 24px 26px;
    }

    .solution-v2-dialog label {
        font-size: 17px;
    }

    .solution-v2-pc-footer {
        display: none;
    }

    .solution-v2-mobile-footer {
        display: block;
    }
}
