html,
body {
    margin: 0;
    min-width: 0;
    background: #ffffff;
    color: #1f2937;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

#public_consultation_phone,
#public_consultation_phone *,
#public_message,
#public_message *,
#public_m_consultation_phone,
#public_m_consultation_phone *,
#public_m_message,
#public_m_message * {
    box-sizing: content-box;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.product-v2-body {
    overflow-x: hidden;
    background: #ffffff;
}

.product-v2-hero {
    display: flow-root;
    min-height: 638px;
    background-color: #000000;
    background-image: var(--product-v2-hero-image, url("/rely/images/product_v2/hero.png"));
    background-position: center top;
    background-repeat: no-repeat;
    background-size: max(1401px, 100vw) auto;
}

.product-v2-pc-nav,
.product-v2-mobile-nav {
    position: relative;
    z-index: 30;
}

.product-v2-mobile-nav,
.product-v2-mobile-footer {
    display: none;
}

.product-v2-body .public_top_pc {
    position: relative;
    z-index: 40;
}

.product-v2-body .public_top_logo img,
.product-v2-body #pc_tel img {
    filter: brightness(0) invert(1);
}

.product-v2-body .public_top_pc_mune a {
    color: rgba(255, 255, 255, .92);
    text-decoration: none;
}

.product-v2-body .public_top_pc_mune span {
    color: rgba(255, 255, 255, .82);
}

.product-v2-body .mune_now,
.product-v2-body .public_top_pc_mune_default {
    background-image: url("/rely/images/unlink_white.png");
}

.product-v2-body .mune_now dl:nth-child(1) a {
    color: #ffffff !important;
}

.product-v2-body #hp_mune li:hover .public_top_pc_mune a {
    color: #ffffff;
}

.product-v2-pc-footer {
    background: #efefef;
    color: #333;
}

.product-v2-header {
    position: relative;
    top: 58px;
    width: min(1212px, calc(100% - 48px));
    height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 21px;
    color: #fff;
}

.product-v2-logo {
    flex: 0 0 185px;
}

.product-v2-logo img {
    display: block;
    width: 185px;
}

.product-v2-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 61px;
    padding-left: 16px;
    white-space: nowrap;
}

.product-v2-nav a {
    position: relative;
    padding: 31px 0 27px;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, .78);
    transition: color .2s ease;
}

.product-v2-nav a:hover,
.product-v2-nav a.active {
    color: #fff;
}

.product-v2-nav a.active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 18px;
    height: 4px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .95);
    transform: translateX(-50%);
}

.product-v2-about-link:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 31px;
    width: 6px;
    height: 6px;
    border-right: 1px solid rgba(255, 255, 255, .78);
    border-top: 1px solid rgba(255, 255, 255, .78);
    transform: rotate(-45deg);
}

.product-v2-hotline {
    flex: 0 0 auto;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
}

.product-v2-main {
    position: relative;
    left: -15px;
    width: min(1164px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 39px;
    background: #ffffff;
    color: #1f2937;
}

.product-v2-main.is-loading .product-v2-results {
    opacity: .58;
    pointer-events: none;
}

.product-v2-results {
    min-height: 486px;
}

.product-v2-main:before {
    display: none;
    content: none;
}

.product-v2-toolbar {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0;
    background: #ffffff;
}

.product-v2-brand-tabs {
    display: flex;
    align-items: center;
    gap: 0;
    background: #fff;
}

.product-v2-brand {
    position: relative;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-right: 1px solid #dce5f0;
    background: #ffffff;
    color: #152033;
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    transition: none;
}

.product-v2-brand:last-child {
    border-right: 0;
}

.product-v2-brand img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 28px;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.product-v2-brand[data-brand="support"] img {
    width: 75px;
}

.product-v2-brand .active-logo {
    display: block;
    opacity: 0;
}

.product-v2-brand span {
    display: none;
}

.product-v2-brand:hover,
.product-v2-brand.active {
    background: #1d75ff;
    color: #fff;
}

.product-v2-brand:hover .active-logo,
.product-v2-brand.active .active-logo {
    opacity: 1;
}

.product-v2-brand:hover .tab-logo,
.product-v2-brand.active .tab-logo {
    opacity: 0;
}

.product-v2-search {
    width: 256px;
    height: 32px;
    display: flex;
    align-items: center;
    margin-right: 12px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

.product-v2-search img {
    width: 16px;
    margin-left: 14px;
    opacity: .56;
}

.product-v2-search input {
    flex: 1;
    min-width: 0;
    height: 32px;
    padding: 0 9px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #3a4658;
    font-size: 14px;
}

.product-v2-search input::placeholder {
    color: #c4cbd5;
}

.product-v2-search button {
    width: 56px;
    height: 32px;
    margin: 0;
    border: 0;
    background: #1677ff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.product-v2-list {
    margin-top: 34px;
    background: #ffffff;
}

.product-v2-item {
    position: relative;
    min-height: 132px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 31px;
    padding: 0 270px 30px 0;
    border-bottom: 1px solid #d9dee8;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease;
}

.product-v2-item:hover {
    border-bottom-color: #8fb9f6;
    transform: translateX(3px);
}

.product-v2-icon {
    flex: 0 0 101px;
    width: 101px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    background: #fff;
}

.product-v2-icon img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}

.product-v2-icon-empty {
    color: #16b8dc;
    font-size: 38px;
    font-weight: 700;
}

.product-v2-copy {
    flex: 1;
    min-width: 0;
    max-width: 720px;
    padding-top: 15px;
    padding-right: 0;
}

.product-v2-copy h2 {
    margin: 0 0 13px;
    color: #273244;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.product-v2-copy p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.72;
}

.product-v2-metrics {
    position: absolute;
    right: 18px;
    bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    color: #1677ff;
    font-size: 12px;
    white-space: nowrap;
}

.product-v2-metrics span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-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");
}

.product-v2-metrics b {
    font-weight: 400;
    color: #667085;
}

.product-v2-arrow {
    position: absolute;
    right: 17px;
    top: 48px;
    width: 21px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-v2-arrow img {
    width: 21px;
    height: 15px;
}

.product-v2-empty {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d9dee8;
    color: #667085;
    font-size: 16px;
}

.product-v2-pages {
    margin: 58px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-left: 414px;
    color: #4b5563;
    font-size: 14px;
}

.product-v2-pages a,
.product-v2-pages span:not(.product-v2-jump) {
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dce5;
    border-radius: 7px;
    background: #fff;
    color: #4e5560;
    font-size: 24px;
}

.product-v2-pages .product-v2-page-arrow {
    min-width: 36px;
    width: 36px;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #263244;
    font-size: 34px;
    font-weight: 300;
}

.product-v2-pages a.product-v2-page-arrow,
.product-v2-pages span.product-v2-page-arrow {
    min-width: 36px;
    width: 36px;
}

.product-v2-pages a:hover,
.product-v2-pages a.active {
    border-color: #1677ff;
    background: #1677ff;
    color: #fff;
}

.product-v2-pages .product-v2-page-arrow:hover {
    border-color: transparent;
    background: transparent;
    color: #1677ff;
}

.product-v2-pages .disabled {
    opacity: .82;
}

.product-v2-pages span.product-v2-page-arrow,
.product-v2-pages span.product-v2-page-arrow.disabled {
    border: 0;
    background: transparent;
    color: #263244;
}

.product-v2-jump {
    margin-left: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4b5563;
    font-size: 20px;
    font-weight: 700;
}

.product-v2-jump-current {
    width: 82px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4e5560;
    font-size: 24px;
    font-weight: 400;
}

.product-v2-jump-box {
    height: 48px;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
}

.product-v2-jump-total {
    padding-right: 18px;
    color: #636b76;
    font-size: 20px;
    font-weight: 400;
}

.product-v2-service {
    position: fixed;
    right: 17px;
    top: 510px;
    z-index: 20;
    width: 82px;
    height: 306px;
}

.product-v2-service > img {
    width: 82px;
    height: 306px;
    object-fit: contain;
}

.product-v2-service button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 82px;
    height: 68px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.product-v2-footer {
    position: relative;
    display: grid;
    grid-template-columns: 168px 150px 160px 150px 150px 100px;
    justify-content: space-between;
    gap: 0;
    padding: 28px max(24px, calc((100vw - 1126px) / 2)) 40px;
    background: #f2f5f8;
    color: #4c596b;
}

.product-v2-footer h3 {
    margin: 0 0 13px;
    color: #1d2a3e;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.product-v2-footer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
}

.product-v2-footer select {
    width: 168px;
    height: 34px;
    border: 1px solid #cbd4df;
    background: #fff;
    color: #4c596b;
}

.product-v2-qrcode {
    text-align: center;
}

.product-v2-qrcode img {
    width: 88px;
    height: 88px;
}

.product-v2-qrcode p {
    margin-top: 8px;
    font-size: 12px;
}

.product-v2-copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
    color: #7a8796;
}

@media (max-width: 1100px) {
    .product-v2-header {
        gap: 24px;
    }

    .product-v2-nav {
        gap: 22px;
        padding-left: 0;
    }

    .product-v2-hotline {
        display: none;
    }

    .product-v2-metrics {
        flex-basis: 120px;
        flex-wrap: wrap;
        justify-content: flex-start;
        white-space: normal;
    }

    .product-v2-service {
        display: none;
    }
}

@media (max-width: 820px) {
    html,
    body,
    .product-v2-body {
        min-height: 100%;
        background: #ffffff;
    }

    .product-v2-pc-nav,
    .product-v2-pc-footer {
        display: none;
    }

    .product-v2-mobile-nav,
    .product-v2-mobile-footer {
        display: block;
    }

    .product-v2-body .public_top_m {
        margin-top: 0;
        padding-top: 30px;
    }

    .product-v2-body .public_m_slogan {
        display: none;
    }

    .product-v2-body #public_m_menu_button {
        background-color: rgba(255, 255, 255, .96);
    }

    .product-v2-hero {
        min-height: 430px;
        background-position: center top;
        background-size: cover;
    }

    .product-v2-header {
        top: 0;
        width: calc(100% - 28px);
        height: auto;
        min-height: 72px;
        flex-wrap: wrap;
        gap: 14px;
        padding: 16px 0 12px;
    }

    .product-v2-logo {
        flex-basis: 138px;
    }

    .product-v2-logo img {
        width: 138px;
    }

    .product-v2-nav {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
        scrollbar-width: none;
        padding-bottom: 6px;
    }

    .product-v2-nav::-webkit-scrollbar {
        display: none;
    }

    .product-v2-nav a {
        padding: 10px 0 12px;
        font-size: 14px;
    }

    .product-v2-nav a.active:after {
        bottom: 2px;
    }

    .product-v2-about-link:before {
        display: none;
    }

    .product-v2-main {
        left: 0;
        width: calc(100% - 28px);
        margin-top: 0;
        padding-top: 32px;
        padding-bottom: 46px;
        background: #ffffff;
    }

    .product-v2-toolbar {
        display: block;
        min-height: 0;
        padding: 18px 0 10px;
    }

    .product-v2-results {
        min-height: 320px;
    }

    .product-v2-brand-tabs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .product-v2-brand {
        width: auto;
        height: 58px;
        gap: 0;
    }

    .product-v2-brand img {
        max-width: 72px;
        height: auto;
        max-height: 30px;
    }

    .product-v2-search {
        width: 100%;
        margin-top: 14px;
    }

    .product-v2-item {
        min-height: 0;
        align-items: flex-start;
        gap: 16px;
        padding: 24px 0;
        flex-wrap: wrap;
    }

    .product-v2-icon {
        flex-basis: 74px;
        width: 74px;
        height: 74px;
    }

    .product-v2-copy {
        flex: 1 1 calc(100% - 90px);
        padding-right: 0;
    }

    .product-v2-copy h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .product-v2-copy p {
        font-size: 14px;
        line-height: 1.7;
    }

    .product-v2-metrics {
        position: static;
        flex: 1 1 calc(100% - 62px);
        order: 3;
        margin-left: 90px;
        font-size: 13px;
    }

    .product-v2-click-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .product-v2-arrow {
        position: static;
        order: 4;
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        margin-left: auto;
    }

    .product-v2-pages {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
    }

    .product-v2-pages .product-v2-page-arrow {
        min-width: 48px;
        width: 48px;
        border: 1px solid #d7dce5;
        border-radius: 7px;
        background: #fff;
        color: #4e5560;
        font-size: 24px;
    }

    .product-v2-jump {
        width: 100%;
        margin: 4px 0 0;
        justify-content: center;
        text-align: center;
    }

    .product-v2-jump-current {
        width: 48px;
        height: 38px;
        font-size: 18px;
    }

    .product-v2-jump-box {
        min-width: 104px;
        height: 38px;
    }

    .product-v2-jump-total,
    .product-v2-jump {
        font-size: 16px;
    }

    .product-v2-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
        padding: 34px 20px 78px;
    }

    .product-v2-qrcode {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .product-v2-hero {
        min-height: 360px;
    }

    .product-v2-nav {
        gap: 10px;
    }

    .product-v2-nav a {
        font-size: 13px;
    }

    .product-v2-nav a.active:after {
        width: 18px;
    }

    .product-v2-brand {
        height: 54px;
        padding: 0 6px;
    }

    .product-v2-brand img {
        max-width: 64px;
        height: auto;
    }

    .product-v2-search button {
        width: 72px;
        font-size: 14px;
    }

    .product-v2-copy h2 {
        font-size: 19px;
    }

    .product-v2-footer {
        grid-template-columns: 1fr;
    }
}
