#main-body .search_tit {
    color: #fff !important;
    font-weight: 600;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .18);
}

#main-body .search_box {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

#main-body .search_drop {
    border: 0;
    height: 74px;
    line-height: 54px;
    outline: 0;
}

#main-body .search_list {
    left: auto;
    right: 20%;
    width: 460px;
    max-height: 250px;
    overflow-y: auto;
    padding: 18px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 28px rgba(18, 43, 89, .16);
}

#main-body .domain-suffix-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 8px);
    height: 36px;
    margin: 4px;
    border: 1px solid #dbe4f3;
    border-radius: 4px;
    color: #263650;
    background: #fff;
    cursor: pointer;
}

#main-body .domain-suffix-option:hover,
#main-body .domain-suffix-option.active {
    color: #337dff;
    border-color: #337dff;
    background: #f2f7ff;
}

#main-body .rec_suffix .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    transform: none !important;
}

#main-body .rec_suffix .swiper-slide {
    float: none;
    width: auto !important;
    min-width: 0;
    padding: 24px 28px;
    box-sizing: border-box;
}

#main-body .rec_suffix_desc {
    height: 76px;
    min-height: 76px;
    margin-bottom: 22px;
}

#main-body .rec_suffix_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
}

#main-body .rec_suffix_price .fl,
#main-body .rec_suffix_price .fr {
    float: none;
}

#main-body [data-domain-price] {
    color: #ff5a36;
    font-size: 16px;
    font-weight: 600;
}

#main-body .suffix_table td:first-child a {
    color: #337dff;
}

#main-body .domain-loading-row {
    text-align: center !important;
    color: #7c899f;
}

@media (max-width: 1360px) {
    #main-body .w1280 {
        width: calc(100% - 64px);
    }
}

@media (max-width: 900px) {
    #search_bar {
        height: 340px;
        padding-top: 85px;
    }

    #main-body .w1280 {
        width: calc(100% - 30px);
    }

    #main-body .search_box {
        margin: 0;
        flex-wrap: wrap;
    }

    #main-body .seacrch_txt {
        min-width: 0;
    }

    #main-body .search_btn {
        width: 28%;
    }

    #main-body .search_list {
        right: 0;
        width: 100%;
        box-sizing: border-box;
    }

    #main-body .rec_suffix .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #main-body .gn_item {
        width: 48%;
        margin-bottom: 18px;
    }
}

@media (max-width: 560px) {
    #main-body .search_tit {
        font-size: 27px;
    }

    #main-body .search_drop {
        width: 94px;
    }

    #main-body .search_btn {
        width: 100%;
        margin-top: 10px;
        border-radius: 6px;
    }

    #main-body .search_list {
        top: 84px;
    }

    #main-body .rec_suffix .swiper-wrapper {
        grid-template-columns: 1fr;
    }

    #main-body .gn_item {
        width: 100%;
    }
}

/* 2026-08-17 domain page refinement */
#main-body {
    --domain-primary: #2f78ff;
    --domain-primary-dark: #1457d7;
    --domain-text: #17233d;
    --domain-muted: #71809a;
    --domain-line: #e5ebf5;
    --domain-panel: #ffffff;
    color: var(--domain-text);
    background: #f7f9fd;
}

#main-body #search_bar {
    position: relative;
    height: 420px;
    padding-top: 68px;
    overflow: visible;
    background-position: center;
    background-size: cover;
}

#main-body #search_bar::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 22%, rgba(83, 148, 255, .28), transparent 28%),
        linear-gradient(110deg, rgba(16, 47, 143, .20), rgba(20, 57, 166, .03));
}

#main-body #search_bar > .w1280 {
    position: relative;
    z-index: 1;
}

#main-body .domain-kicker {
    color: #8db9ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
}

#main-body .search_tit {
    margin: 10px 0 12px;
    font-size: 38px;
    line-height: 1.35;
    letter-spacing: 1px;
}

#main-body .domain-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
}

#main-body .search_box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px 190px;
    max-width: 1080px;
    height: 76px;
    margin: 34px auto 0;
    overflow: visible;
    border: 6px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(4, 27, 94, .30);
}

#main-body .seacrch_txt,
#main-body .search_drop,
#main-body .search_btn {
    box-sizing: border-box;
    height: 64px;
}

#main-body .seacrch_txt {
    width: 100%;
    min-width: 0;
    padding: 0 26px;
    color: var(--domain-text);
    font-size: 16px;
    border-radius: 8px 0 0 8px;
}

#main-body .seacrch_txt::placeholder {
    color: #9aa8bc;
}

#main-body .search_drop {
    width: auto;
    padding: 0 30px 0 16px;
    line-height: 64px;
    border-radius: 0;
}

#main-body .search_drop::before {
    top: 14px;
    height: 36px;
    background: #dfe6f1;
}

#main-body .search_btn {
    width: auto;
    line-height: 64px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(135deg, #3987ff, #1766ed);
    transition: background .2s ease, box-shadow .2s ease;
}

#main-body .search_btn:hover {
    background: linear-gradient(135deg, #2378ff, #0d55d4);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

#main-body .search_list {
    top: 70px;
    right: 190px;
    width: 560px;
    max-height: 276px;
    padding: 18px;
    border: 1px solid var(--domain-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18, 43, 89, .22);
}

#main-body .domain-search-tips {
    margin-top: 22px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

#main-body .domain-search-tips span {
    display: inline-flex;
    align-items: center;
    margin: 0 14px;
}

#main-body .domain-search-tips span::before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
    border-radius: 50%;
    content: "";
    background: #67b1ff;
    box-shadow: 0 0 0 4px rgba(103, 177, 255, .14);
}

#main-body .help_bar {
    position: relative;
    z-index: 2;
    height: 72px;
    border-bottom: 1px solid var(--domain-line);
    box-shadow: 0 8px 24px rgba(27, 50, 95, .06);
    background: #fff;
}

#main-body .help_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 0;
}

#main-body .help_box a {
    min-width: 116px;
    padding: 0 24px;
    color: #52627c;
    font-size: 14px;
    line-height: 26px;
    transition: color .2s ease;
}

#main-body .help_box a:hover {
    color: var(--domain-primary);
}

#main-body .domain-section-heading {
    margin: 0 0 38px;
}

#main-body .domain-section-heading > span {
    display: block;
    margin-bottom: 8px;
    color: var(--domain-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

#main-body .domain-section-heading .rec_tit {
    margin: 0;
    color: var(--domain-text) !important;
    font-size: 30px;
    line-height: 1.4;
}

#main-body .domain-section-heading p {
    margin: 10px 0 0;
    color: var(--domain-muted);
    font-size: 14px;
}

#main-body .rec_box {
    padding-top: 74px;
}

#main-body .rec_suffix {
    margin-bottom: 78px;
    overflow: visible;
}

#main-body .rec_suffix .swiper-wrapper {
    align-items: stretch;
    gap: 20px;
}

#main-body .rec_suffix .swiper-slide {
    position: relative;
    min-height: 252px;
    padding: 28px 26px 24px;
    overflow: hidden;
    border: 1px solid var(--domain-line);
    border-radius: 12px;
    background: var(--domain-panel);
    box-shadow: 0 8px 26px rgba(32, 56, 104, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#main-body .rec_suffix .swiper-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--domain-primary), #77a9ff);
}

#main-body .rec_suffix .swiper-slide:hover {
    transform: translateY(-5px);
    border-color: #c9dafb;
    box-shadow: 0 16px 38px rgba(32, 74, 158, .13);
}

#main-body .rec_suffix_tit {
    color: #e8edf6;
    font-size: 44px;
    line-height: 1;
}

#main-body .rec_suffix_icon {
    height: 64px;
}

#main-body .rec_suffix_icon::after {
    display: none;
}

#main-body .suffix_txt {
    max-width: none;
    color: var(--domain-primary);
    font-size: 38px;
    line-height: 1.2;
}

#main-body .rec_suffix_desc {
    height: auto;
    min-height: 78px;
    margin: 18px 0 22px;
    padding-bottom: 18px;
    color: #5f6e86;
    line-height: 1.75;
}

#main-body .rec_suffix_price {
    min-height: 42px;
}

#main-body .rec_suffix_price .btn {
    padding: 8px 16px;
    border: 0;
    border-radius: 6px;
    background: var(--domain-primary);
    transition: background .2s ease;
}

#main-body .rec_suffix_price .btn:hover {
    background: var(--domain-primary-dark);
}

#main-body .gn_bar {
    padding: 74px 0 80px;
    background: linear-gradient(180deg, #f3f7fe, #f7f9fd);
}

#main-body .gn_item_bar {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-left: 0;
}

#main-body .gn_item {
    width: auto;
    height: auto;
    min-height: 230px;
    margin: 0;
    padding: 30px 24px;
    border: 1px solid var(--domain-line);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(32, 56, 104, .05);
    transition: transform .2s ease, box-shadow .2s ease;
}

#main-body .gn_item img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

#main-body .gn_item h2 {
    margin: 8px 0 2px;
    padding: 0;
    color: var(--domain-text) !important;
    font-size: 20px;
}

#main-body .gn_item p {
    margin: 0;
    padding-top: 10px;
    color: var(--domain-muted);
    line-height: 1.75;
}

#main-body #domain-price {
    padding-bottom: 84px;
    scroll-margin-top: 82px;
}

#main-body .suffix_bar {
    overflow-x: auto;
    margin-bottom: 0;
    border: 1px solid var(--domain-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(32, 56, 104, .07);
}

#main-body .suffix_table {
    min-width: 680px;
    border-collapse: collapse;
}

#main-body .suffix_table tr th,
#main-body .suffix_table tr td {
    height: auto;
    padding: 17px 24px;
    line-height: 1.5;
    vertical-align: middle;
    border-bottom: 1px solid #edf1f7;
}

#main-body .suffix_table tr th {
    color: #52627c;
    font-weight: 600;
    background: #f1f5fc;
}

#main-body .suffix_table tr td {
    color: #28374f;
    border-right: 0;
}

#main-body .suffix_table tbody tr:last-child td {
    border-bottom: 0;
}

#main-body .suffix_table tbody tr:nth-child(even) {
    background: #fafcff;
}

#main-body .suffix_table tbody tr:hover {
    background: #f4f8ff;
}

#main-body .suffix_table tr td:first-child {
    width: 38%;
}

#main-body .suffix_table td:first-child .clearfix {
    display: flex;
    align-items: center;
    gap: 14px;
}

#main-body .suffix_table tr td:first-child a {
    display: inline-flex;
    width: 76px;
    margin: 0;
    color: var(--domain-primary);
    font-size: 16px;
    font-weight: 700;
}

#main-body .suffix_table td:first-child span {
    display: inline-flex;
    padding: 3px 9px;
    color: #6e7d94;
    font-size: 12px;
    border-radius: 12px;
    background: #eef3fb;
}

#main-body .domain-loading-row {
    padding: 42px 20px !important;
}

@media (max-width: 1440px) and (min-width: 769px) {
    .header-hd_search {
        display: none !important;
    }
}

@media (max-width: 900px) {
    #main-body #search_bar {
        height: auto;
        min-height: 430px;
        padding: 70px 0 58px;
    }

    #main-body .search_box {
        grid-template-columns: minmax(0, 1fr) 104px;
        height: auto;
    }

    #main-body .search_btn {
        grid-column: 1 / -1;
        margin-top: 8px;
        border-radius: 8px;
    }

    #main-body .search_list {
        top: 70px;
        right: 0;
        width: 100%;
    }

    #main-body .rec_suffix .swiper-wrapper,
    #main-body .gn_item_bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #main-body .gn_item {
        width: auto;
    }
}

@media (max-width: 560px) {
    #main-body #search_bar {
        min-height: 450px;
        padding-top: 58px;
    }

    #main-body .domain-kicker {
        letter-spacing: 2px;
    }

    #main-body .search_tit {
        margin-top: 12px;
        font-size: 28px;
    }

    #main-body .domain-subtitle {
        padding: 0 14px;
        font-size: 14px;
        line-height: 1.8;
    }

    #main-body .search_box {
        grid-template-columns: minmax(0, 1fr) 96px;
        margin-top: 26px;
        border-width: 4px;
    }

    #main-body .seacrch_txt {
        padding: 0 14px;
        font-size: 14px;
    }

    #main-body .search_drop {
        padding-right: 26px;
    }

    #main-body .search_btn {
        width: auto;
        margin-top: 7px;
    }

    #main-body .domain-search-tips span {
        margin: 0 7px;
    }

    #main-body .help_box {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
    }

    #main-body .help_box a {
        min-width: auto;
        padding: 0 18px;
    }

    #main-body .rec_box,
    #main-body .gn_bar {
        padding-top: 56px;
    }

    #main-body .domain-section-heading .rec_tit {
        font-size: 25px;
    }

    #main-body .domain-section-heading p {
        padding: 0 12px;
        line-height: 1.7;
    }

    #main-body .rec_suffix .swiper-wrapper,
    #main-body .gn_item_bar {
        grid-template-columns: 1fr;
    }

    #main-body .rec_suffix .swiper-slide,
    #main-body .gn_item {
        min-height: 0;
    }

    #main-body .rec_suffix_desc {
        min-height: 0;
    }
}
