@media screen and (max-width: 768px) {
    .inquiry-button-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        float: none;
    }
}

.register-cont .register-box {
    border: none;
    padding: 19px 0 13px 0;
    background: transparent;
}

.reg-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);
/*    overflow: hidden;*/
}

    .reg-panel .bulk-panel {
        padding: 18px 18px 10px;
        text-align: left;
    }

    .reg-panel .bulk-main {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 10px;
    }

        .reg-panel .bulk-main::before,
        .reg-panel .bulk-main::after {
            display: none;
        }

    .reg-panel .bulk-area,
    .reg-panel .register-textarea textarea {
        flex: 1;
        width: auto !important;
        min-height: 110px;
        height: 110px;
        margin-bottom: 0 !important;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 12px;
        font-size: 13px;
        color: #333;
        resize: vertical;
        outline: none;
        transition: border-color .2s, box-shadow .2s;
        float: none;
    }

        .reg-panel .bulk-area:focus,
        .reg-panel .register-textarea textarea:focus {
            border-color: #fe8431;
            box-shadow: 0 0 0 3px #fff3e8;
        }

        .reg-panel .bulk-area::placeholder,
        .reg-panel .register-textarea textarea::placeholder {
            color: #999;
            line-height: 1.8;
        }

    .reg-panel .inquiry-button-btn {
        float: none;
        flex-shrink: 0;
        margin: 0;
        width: auto;
    }

        .reg-panel .bulk-btn,
        .reg-panel .inquiry-button-btn .inquiry-button {
            width: auto;
            height: 44px;
            line-height: 1;
            padding: 12px 32px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 8px;
        }

    .reg-panel .bulk-banner,
    .reg-panel .remind-tip.bulk-banner {
        background: #fef3c7;
        border: 1px solid #fde68a;
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 12px;
        color: #fe8431;
        margin-bottom: 0;
    }

        .reg-panel .bulk-banner a,
        .reg-panel .remind-tip.bulk-banner a {
            color: #fe8431;
            text-decoration: none;
            font-weight: 500;
        }

        .reg-panel .bulk-banner span,
        .reg-panel .remind-tip.bulk-banner span {
            font-weight: normal !important;
            color: inherit !important;
        }

.domain-suffix-tab {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

    .domain-suffix-tab > ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .domain-suffix-tab > ul > li {
            flex: 1;
            text-align: center;
            border-right: 1px solid #e5e7eb;
            position: relative;
        }

            .domain-suffix-tab > ul > li:last-child {
                border-right: none;
            }

            .domain-suffix-tab > ul > li a {
                display: flex;
                align-items: center;
                justify-content: center;
                float: none;
                width: 100%;
                padding: 10px 16px 12px;
                min-height: auto;
                height: auto;
                margin-right: 0;
                background: #fff;
                border: none !important;
                font-size: 14px;
                color: #666;
                line-height: 1.4;
                box-sizing: border-box;
                transition: all .2s;
            }

                .domain-suffix-tab > ul > li a:focus {
                    outline: none;
                    text-decoration: none;
                }
                .domain-suffix-tab > ul > li a:hover {
                    background: #f0f0f0;
                    color: #333;
                    text-decoration: none;
                }

            .domain-suffix-tab > ul > li.active a {
                background: #fff;
                color: #fe8431;
                border: none !important;
            }

            .domain-suffix-tab > ul > li.active::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 3px;
                background: #fe8431;
            }

    .domain-suffix-tab .tab-title {
        font-size: 14px;
        font-weight: inherit;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .domain-suffix-tab > ul > li.active a .tab-title {
        color: #fe8431;
        font-weight: 600;
    }

.reg-panel .suffix-panel {
    border: none;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
    background: #fff;
    border-radius: 12px;
}

    .reg-panel .suffix-panel .register-search-list {
        border-bottom: none;
    }

.reg-panel .suffix-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e5e7eb;
}

.reg-panel .suffix-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.reg-panel .suffix-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.reg-panel .cat-note {
    font-size: 11px;
    color: #999;
    display: none;
}

.reg-panel .suffix-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
    flex-shrink: 0;
}

    .reg-panel .suffix-actions .suffix-action-btn {
        color: #666;
        cursor: pointer;
        padding: 4px 10px;
        border-radius: 4px;
        transition: all .15s;
        border: 1px solid #e5e7eb;
        background: #fff;
        line-height: 1.5;
    }

        .reg-panel .suffix-actions .suffix-action-btn:hover,
        .reg-panel .suffix-actions .suffix-action-btn.on {
            color: #fe8431;
            border-color: #fe8431;
            background: #fff3e8;
        }

    .reg-panel .suffix-actions .suffix-action-save {
        height: auto;
        line-height: 1.5;
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 4px;
    }

    .reg-panel .suffix-actions .sort-select {
        margin-left: auto;
        font-size: 12px;
        padding: 4px 20px 4px 8px;
        border: 1px solid #e5e7eb;
        border-radius: 4px;
        color: #666;
        background: #fff;
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%239ca3af'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 6px center;
    }

        .reg-panel .suffix-actions .sort-select:focus {
            outline: none;
            border-color: #fe8431;
            color: #fe8431;
        }

    .reg-panel .suffix-actions.is-hidden {
        display: none;
    }

@media screen and (max-width: 768px) {
    .reg-panel .suffix-hd {
        flex-direction: column;
        align-items: stretch;
    }

    .reg-panel .suffix-actions {
        width: 100%;
    }

        .reg-panel .suffix-actions .sort-select {
            margin-left: 0;
            width: 100%;
        }
}

@media screen and (max-width: 768px) {
    .reg-panel .bulk-main {
        flex-direction: column;
    }

    .reg-panel .inquiry-button-btn,
    .reg-panel .bulk-btn,
    .reg-panel .inquiry-button-btn .inquiry-button {
        width: 100%;
    }
}

/* 国际站域名卡片式布局 */
.gjz-suffix-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.gjz-suffix-card {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .gjz-suffix-card:hover {
        border-color: #fe8431;
        box-shadow: 0 2px 12px rgba(254, 132, 49, 0.15);
        transform: translateY(-2px);
    }

.gjz-card-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
}

.gjz-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.gjz-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.gjz-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #fe8431;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-top: auto;
}

    .gjz-card-btn:hover {
        background: #ff7200;
        color: #fff;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(254, 132, 49, 0.3);
    }

.gjz-card-btn-icon {
    margin-left: 6px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .gjz-suffix-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gjz-card-content {
        padding: 16px;
    }

    .gjz-card-title {
        font-size: 16px;
    }

    .gjz-card-desc {
        font-size: 13px;
    }
}
