@import url("./template.css");

/* ============================================
   全局样式和变量定义
   ============================================ */
   :root {
    --primary-green: #52a320;
    --primary-green-dark: #4a5f2b;
    --primary-green-light: #8fbe4d;
    --primary-green-hover: #6eb62f;
    --bg-dark: #222324;
    --bg-light: #fcfdfb;
    --text-dark: #333;
    --text-gray: #717377;
    --text-light: #999;
    --border-color: #ccc;
    --orange: #f78314;
    --blue: #3282e6;
    --el-color-primary: var(--primary-green);
    --el-color-primary-light-3: var(--primary-green-hover);
    --el-color-primary-light-5: var(--primary-green-light);   
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F1F1F1;
    background-repeat: repeat;
    color: #222;
    line-height: 1.6;
}

.wrapper {
    margin: 0 auto;
    width: 1350px;
    padding: 0;
    text-align: left;
    position: relative;
}

.wrapper02 {
    margin: 0 auto;
    width: 1350px;
    padding: 0;
}

.container {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom: none;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #666;
}



/* ============================================
   顶部区域
   ============================================ */
#top {
    background: url('../img/header_bg01.jpg') repeat-x;
    width: 100%;
    /*min-height: 420px;*/
    position: relative;
}

#top01 {
    background: url('../img/header_bg01.jpg') repeat-x;
    width: 100%;
    min-height: 166px;
    position: relative;
}

.header01 {
    height: 30px;
    display: block;
    position: relative;
    padding: 4px 0;
    width: 1350px;
}

.login-bar {
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    text-align: left;
    top: 4px;
    width: 595px;
    color: #717377;
    font-size: 11px;
}

.login-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.login-input {
    width: 129px;
    height: 22px;
}

.login-input .el-input__inner {
    background-color: #222324;
    border: 1px solid #686c6f;
    color: #b4b4b4;
    font-size: 12px;
    height: 22px;
    line-height: 14px;
    padding: 3px 5px;
}

.login-btn {
    height: 22px;
    padding: 0 15px;
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

.login-btn:hover {
    background-color: var(--primary-green-hover);
    border-color: var(--primary-green-hover);
}

/* 首页登录弹窗 */
.login-dialog .el-dialog__header {
    text-align: center;
    border-bottom: none;
}

.login-dialog-header {
    text-align: center;
}

.login-dialog-title-main {
    font-size: 22px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 6px;
}

.login-dialog-sub {
    font-size: 13px;
    color: #666;
}

.login-dialog-link {
    color: #0064e5;
    text-decoration: none;
    margin-left: 4px;
}

.login-dialog-link:hover {
    text-decoration: underline;
}

.login-dialog-body {
    padding-top: 0;
}

.login-dialog-tabs .el-tabs__nav-wrap::after {
    height: 1px;
}

.login-dialog-form {
    margin-top: 18px;
}

.login-dialog-row {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-start;
}

.login-dialog-label {
    width: 110px;
    font-size: 13px;
    color: #333;
    padding-top: 6px;
}

.login-dialog-field {
    flex: 1;
}

.login-dialog-inline-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    color: #0064e5;
    text-decoration: none;
}

.login-dialog-inline-link:hover {
    text-decoration: underline;
}

.login-dialog-qr {
    padding: 26px 10px;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.login-dialog-footer {
    text-align: center;
    padding-top: 0;
}

.login-dialog-submit {
    width: 260px;
    height: 42px;
    /*background-color: #002f6c !important;
    border-color: #002f6c !important;*/
    font-weight: bold;
}

/* 首页注册弹窗 */
.register-dialog .el-dialog__header {
    text-align: center;
    border-bottom: none;
}

.register-dialog-header {
    text-align: center;
}

.register-dialog-title-main {
    font-size: 22px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 6px;
}

.register-dialog-sub {
    font-size: 13px;
    color: #666;
}

.register-dialog-link {
    color: #0064e5;
    text-decoration: none;
    margin-left: 4px;
}

.register-dialog-link:hover {
    text-decoration: underline;
}

.register-dialog-body {
    padding-top: 0;
}

.register-dialog-alert {
    display: flex;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 6px;
    background-color: #fff7dd;
    border: 1px solid #ffd27a;
    font-size: 12px;
    color: #5d4a19;
    margin-bottom: 18px;
}

.register-dialog-alert-icon {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #ffb940;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.register-dialog-alert-text {
    line-height: 1.5;
}

.register-dialog-form {
    margin-top: 10px;
}

.register-dialog-row {
    margin-bottom: 14px;
}

.register-dialog-row-halves {
    display: flex;
    gap: 12px;
}

.register-dialog-row-halves .register-dialog-field {
    flex: 1;
}

.register-dialog-select .el-select__wrapper {
    width: 100%;
}

.register-dialog-row-checkbox {
    font-size: 12px;
    color: #333;
}

.register-dialog-footer {
    text-align: center;
    padding-top: 0;
}

.register-dialog-submit {
    width: 320px;
    height: 42px;
    font-weight: bold;
}

.login-links {
    float: left;
    font-size: 14px;
    margin-left: 8px;
}

.login-links a {
    color: #717377;
    text-decoration: underline;
}

.login-links a:hover {
    color: #fff;
}

.separator {
    margin: 0 8px;
    color: var(--primary-green);
}

.header01-promo {
    float: left;
    color: #fff;
    font-size: 12px;
    opacity: .8;
    line-height: 30px;
}

.topnav {
    height: 30px;
    float: right;
    color: var(--primary-green);
    font-size: 12px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.topnav a {
    color: var(--primary-green);
    text-decoration: underline;
}

.topnav a:hover {
    color: #fff;
}

/* Logo 区域 */
.header02 {
    height: 91px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    display: block;
}

.logo {
    width: 260px;
    height: 91px;
    background: url('../img/logo.png') no-repeat transparent;
    display: block;
}

.header-search {
    position: absolute;
    right: 0;
    top: 20px;
    width: 287px;
    z-index: 4;
}

.header-search-input {
    width: 100%;
}

.header-search-input .el-input__inner {
    border-radius: 5px 0 0 5px;
}

.search-type {
    margin-top: 5px;
    text-align: center;
}

.search-type .el-radio-group {
    display: flex;
    gap: 5px;
}

.search-type .el-radio-button__inner {
    padding: 5px 10px;
    font-size: 12px;
}

/* 导航菜单 */
.header03 {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    z-index: 3;
    background: url('../img/nav_bg.png') repeat-x transparent 0 0;
}

.nav-container {
    width: 1350px;
    margin: 0 auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav {
    flex: 1;
    background: transparent;
    border: none;
}

.main-nav .el-menu-item,
.main-nav .el-sub-menu__title {
    color: #eee;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.main-nav .el-menu-item:hover,
.main-nav .el-sub-menu__title:hover {
    color: #444;
    background-color: #fcfdfb;
    border-radius: 5px;
}

.main-nav .el-menu-item a,
.main-nav .el-sub-menu__title a {
    color: inherit;
    text-decoration: none;
}

.cart-container {
    position: relative;
}

.cart-btn {
    color: #eee;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}

.cart-btn:hover {
    color: #444;
    background-color: #fcfdfb;
    border-radius: 5px;
}

/* 币种切换（与 OD.Web2025 lang-currency-select 行为一致，仅币种） */
.nav-container .lang-currency-wrap {
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
}

.nav-container .lang-currency-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    font-size: 14px;
    color: #eee;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.nav-container .lang-currency-btn:hover {
    color: #444;
    background-color: #fcfdfb;
    border-color: rgba(0, 0, 0, 0.12);
}

.nav-container .lang-currency-btn .lang-currency-arrow {
    font-size: 0.68rem;
    opacity: 0.9;
    transition: transform .25s ease;
}

.nav-container .lang-currency-btn.open .lang-currency-arrow {
    transform: rotate(180deg);
}

.nav-container .lang-currency-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 188px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
    z-index: 1100;
}

.nav-container .lang-currency-field label {
    display: block;
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 4px;
}

.nav-container .lang-currency-select {
    width: 100%;
    padding: 6px 28px 6px 10px;
    font-size: 0.9rem;
    color: #1f2d3d;
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.nav-container .lang-currency-select:hover,
.nav-container .lang-currency-select:focus {
    border-color: #0b64e1;
    outline: none;
}

.cart-dropdown {
    position: absolute;
    right: 0;
    top: 45px;
    width: 300px;
    padding: 12px;
    background: #fcfdfb;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.cart-content strong {
    display: block;
    padding-left: 3px;
    background-color: #FFF0D1;
    border-top: 1px dotted #DDD;
    margin-bottom: 10px;
}

.cart-items {
    list-style: none;
    max-height: 175px;
    overflow-y: auto;
    border-top: 1px dotted #DDD;
    border-bottom: 1px dotted #DDD;
    margin-bottom: 10px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-top: 1px dotted #DDD;
}

.cart-item:first-child {
    border-top: none;
}

.item-domain {
    width: 200px;
    float: left;
}

.item-years {
    width: 40px;
    float: left;
}

.item-price {
    text-align: right;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-cart-link {
    color: var(--blue);
    text-decoration: none;
}

.cart-empty {
    text-align: center;
    min-height: 50px;
    font-size: 14px;
    color: #666;
}

.wrapper {
    margin: 0 auto;
    width: 1350px;
    padding: 0;
    text-align: left;
    position: relative;
}

.el-menu--horizontal {
    height: auto;
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 0;
    color: #8fbe4d!important;
}


.el-menu--horizontal>.el-sub-menu .el-sub-menu__title {
    border-bottom: 2px solid transparent;
    color: white;
    height: 100%
}

.el-menu--horizontal.el-menu {
    border-bottom: 0;
}

.el-select__wrapper {
    line-height: 40px;
    min-height: 40px;
}


/* ============================================
   Banner 区域
   ============================================ */
.banner01 {
    background: url('../img/banner_bg.jpg') no-repeat;
    width: 1330px;
    height: 254px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 43px;
}

/* ============================================
   Domains 页面（中间内容）
   ============================================ */
.domains-main {
    width: 1350px;
    margin: 18px auto 0;
}

.domains-layout {
    display: flex;
    gap: 22px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.domains-left {
    flex: 1;
    min-width: 0;
}

.domains-right {
    width: 320px;
    flex: 0 0 320px;
}

.domains-hero {
    height: 210px;
    padding: 28px 30px;
    background: linear-gradient(180deg, #8ec63f 0%, #8ec63f 45%, #cfe8b6 100%);
    position: relative;
    overflow: hidden;
}

.domains-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    height: 120px;
    background: radial-gradient(circle at 25% 20%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.0) 55%),
        radial-gradient(circle at 45% 35%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.0) 60%),
        radial-gradient(circle at 65% 25%, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.0) 58%);
    pointer-events: none;
}

.domains-title {
    font: bold 34px Verdana, Geneva, sans-serif;
    color: #252525;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.domains-searchbox {
    display: inline-flex;
    align-items: center;
    background: #2a2c2d;
    padding: 10px;
    border-radius: 4px;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.domains-search-text {
    width: 300px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #1f2021;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
}

.domains-search-tld {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #1f2021;
    padding: 0 8px;
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    outline: none;
}

.domains-search-btn {
    height: 36px;
    min-width: 96px;
    padding: 0 16px;
    border: 0;
    border-radius: 3px;
    background: linear-gradient(#ffb642, #f28c00);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.domains-search-btn:hover {
    filter: brightness(0.98);
}

.domains-hero-links {
    margin-top: 10px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #0b67c2;
}

.domains-hero-link {
    color: #0b67c2;
    text-decoration: underline;
}

.domains-hero-sep {
    margin: 0 8px;
    color: #0b67c2;
}

.domains-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 16px;
    padding: 26px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

.domains-card-left {
    flex: 1;
    min-width: 0;
}

.domains-card-right {
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    justify-content: flex-end;
}

.domains-questionsbox {
    background: #86b833;
    width: 280px;
    padding: 18px 16px;
    text-align: center;
    color: #fff;
}

.domains-questions-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
}

.domains-questions-sub {
    font-size: 13px;
    opacity: 0.95;
}

.domains-questions-email {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.domains-more {
    display: inline-block;
    margin-top: 10px;
    color: #0b67c2;
    text-decoration: underline;
    font-size: 13px;
}

.domains-bulk {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 16px;
    padding: 22px 26px 26px;
}

.domains-h2 {
    font: bold 22px Verdana, Geneva, sans-serif;
    color: #252525;
    margin-bottom: 6px;
}

.domains-h3 {
    font: bold 18px Verdana, Geneva, sans-serif;
    color: #252525;
    margin-bottom: 8px;
}

.domains-muted {
    color: #666;
    font-size: 13px;
}

.bulk-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: start;
}

.bulk-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    font-size: 13px;
}

.bulk-textarea .el-textarea__inner {
    font-family: Arial, Helvetica, sans-serif;
}

.bulk-sub-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.bulk-tld-table {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 12px;
    padding: 12px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.bulk-tld-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #333;
}

.domains-list {
    margin-left: 18px;
    color: #333;
    font-size: 13px;
}

.domains-link {
    color: var(--primary-green);
    text-decoration: underline;
}

.domains-link:hover {
    color: #333;
}

.domains-sidecard {
    background: linear-gradient(to bottom, #fbfbfb, #f0f0f0);
    border: 1px solid #dedede;
    padding: 24px 18px 28px;
    text-align: center;
    min-height: 420px;
}

.domains-qmark {
    width: 86px;
    height: 86px;
    margin: 4px auto 18px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 30%, #bdf06f 0%, #7fbd2e 55%, #6aa61d 100%);
    box-shadow: 0 12px 18px rgba(0,0,0,0.12);
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}

.domains-side-title {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.domains-side-skype-link {
    font-size: 28px;
    font-weight: bold;
    color: #1aa0ff;
    text-decoration: none;
}

.domains-side-muted {
    color: #888;
    font-size: 13px;
    margin-top: 10px;
}

.domains-side-help-link {
    font-size: 28px;
    color: #0b67c2;
    text-decoration: underline;
}

.domains-side-foot {
    margin-top: 12px;
    color: #888;
    font-size: 12px;
    font-style: italic;
}

/* ============================================
   Register 页面（中间内容）
   ============================================ */
.register-page.domains-main {
    display: flex;
    gap: 22px;
}

.register-page .domains-layout {
    flex: 1;
    min-width: 0;
}

.register-page .domains-left {
    padding: 24px 30px 30px;
}

.register-title {
    font: bold 24px Verdana, Geneva, sans-serif;
    color: #252525;
    margin: 0 0 8px 0;
}

.register-subtitle {
    color: #555;
    font-size: 14px;
    margin: 0 0 24px 0;
}

.register-form {
    margin: 0;
}

.register-section {
    margin-bottom: 24px;
}

.register-h2 {
    font: bold 14px Verdana, Geneva, sans-serif;
    color: #252525;
    margin: 0 0 12px 0;
}

.register-h2-note {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}

.register-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
}

.register-form-grid.register-form-login .form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
}

.form-group .el-input,
.form-group .el-select {
    width: 100%;
}

.form-group .el-input .el-input__wrapper {
    border-radius: 3px;
}

.form-select-full {
    width: 100%;
}

.form-info-icon {
    font-size: 12px;
    color: #0b67c2;
    cursor: help;
    margin-left: 2px;
}

.register-captcha {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.captcha-code {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    text-decoration: line-through;
    padding: 6px 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.captcha-input {
    width: 140px;
}

.register-captcha-help {
    color: #666;
    font-size: 12px;
    margin: 0;
}

.register-terms {
    margin: 20px 0 24px 0;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
}

.register-terms p {
    margin: 0;
}

.register-link {
    color: #0b67c2;
    text-decoration: underline;
}

.register-link:hover {
    text-decoration: none;
}

.register-submit-btn {
    background: linear-gradient(#ffb642, #f28c00) !important;
    border-color: #f28c00 !important;
    padding: 10px 28px !important;
    font-weight: bold;
}

.register-submit-btn:hover {
    filter: brightness(0.98);
}

/* ============================================
   DomainBroker 页面（中间内容）
   ============================================ */
.broker-main {
    width: 1350px;
    margin: 18px auto 0;
}

.broker-container {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.broker-hero {
    background: linear-gradient(180deg, #b9e18c 0%, #d7f0bc 55%, #f8fff1 100%);
    padding: 26px 30px;
    display: flex;
    align-items: center;
    gap: 26px;
    border-bottom: 1px solid #e8e8e8;
}

.broker-hero-icon {
    width: 190px;
    height: 140px;
    position: relative;
    flex: 0 0 190px;
}

.broker-globe {
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.0) 35%),
        radial-gradient(circle at 55% 65%, #8fd3ff 0%, #0e8ad6 55%, #0a6aa8 100%);
    box-shadow: inset 0 0 0 6px rgba(255,255,255,0.45), 0 10px 18px rgba(0,0,0,0.18);
    position: absolute;
    left: 16px;
    top: 0;
}

.broker-www {
    position: absolute;
    left: -6px;
    top: 42px;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -6px;
    color: #bfbfbf;
    text-shadow: 0 2px 0 rgba(255,255,255,0.6), 0 8px 14px rgba(0,0,0,0.25);
}

.broker-hero-title {
    font: bold 34px Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.broker-hero-sub {
    color: #2d2d2d;
    font-size: 13px;
}

.broker-body {
    padding: 26px 30px 30px;
    color: #222;
    font-size: 13px;
    line-height: 1.8;
}

.broker-body p {
    margin-bottom: 14px;
}

.broker-box {
    margin: 22px auto 0;
    width: 820px;
    border: 1px solid #cfcfcf;
    padding: 18px 18px 22px;
    background: #f9f9f9;
}

.broker-box-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 4px;
}

.broker-box-desc {
    color: #333;
    margin-bottom: 8px;
}

.broker-list {
    margin-left: 16px;
    color: #333;
}

.broker-list li {
    margin: 6px 0;
}

.broker-note {
    margin-top: 16px;
    font-size: 18px;
    color: #2d2d2d;
}

.broker-searchrow {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.broker-searchlabel {
    color: #333;
}

.broker-input {
    width: 260px;
    height: 26px;
    border: 1px solid #8d8d8d;
    padding: 0 8px;
    outline: none;
    background: #fff;
}

.broker-select {
    height: 28px;
    border: 1px solid #8d8d8d;
    background: #fff;
    padding: 0 8px;
}

.broker-btn {
    height: 28px;
    padding: 0 18px;
    border: 0;
    border-radius: 2px;
    background: #86b833;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.broker-btn:hover {
    background: #78ab2d;
}

.broker-footnote {
    margin-top: 22px;
    color: #777;
    font-size: 11px;
}

/* ============================================
   Escrow 页面（中间内容）
   ============================================ */
.escrow-main {
    width: 1350px;
    margin: 18px auto 0;
}

.escrow-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.escrow-left {
    flex: 1;
    min-width: 0;
}

.escrow-hero {
    height: 210px;
    background: linear-gradient(180deg, #b9e18c 0%, #d7f0bc 55%, #ffffff 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 26px 30px;
}

.escrow-hero-title {
    font: bold 34px Verdana, Geneva, sans-serif;
    color: #2d2d2d;
}

.escrow-card {
    margin-top: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 26px 30px 30px;
    min-height: 240px;
}

.escrow-card-title {
    font: bold 20px Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.escrow-card-text {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    max-width: 720px;
    margin-bottom: 16px;
}

.escrow-btn {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(#ffb642, #f28c00);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
}

.escrow-btn:hover {
    filter: brightness(0.98);
}

/* ============================================
   Pricing 页面（中间内容）
   ============================================ */
.pricing-page-main {
    width: 1350px;
    margin: 18px auto 0;
}

.pricing-page-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.pricing-page-left {
    flex: 1;
    min-width: 0;
}

.pricing-page-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 22px 24px 26px;
}

.pricing-page-title {
    font: 32px/1.1 Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin-bottom: 14px;
}

.pricing-page-tablewrap {
    border: 1px solid #cfcfcf;
    background: #fff;
}

.pricing-page-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #333;
}

.pricing-page-table thead th {
    background: linear-gradient(#f1f1f1, #e2e2e2);
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #cfcfcf;
    padding: 8px 10px;
    text-align: center;
    font-weight: bold;
}

.pricing-page-table thead th:last-child {
    border-right: none;
}

.pricing-page-table tbody td {
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 6px 10px;
    text-align: center;
    background: #fff;
}

.pricing-page-table tbody td:first-child {
    font-weight: bold;
    color: #2d2d2d;
}

.pricing-page-table tbody tr:first-child td {
    border-top: none;
}

.pricing-page-table tbody td:last-child {
    border-right: none;
}

/* ============================================
   Account 页面（中间内容）
   ============================================ */
.account-page-main {
    width: 1350px;
    margin: 18px auto 0;
}

.account-page-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.account-page-left {
    width: 240px;
    flex: 0 0 240px;
}

.account-page-middle {
    flex: 1;
    min-width: 0;
}

.account-page-right {
    width: 320px;
    flex: 0 0 320px;
}

.account-left-menu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 14px 0 10px;
    font-size: 13px;
}

.account-left-section {
    padding: 0 16px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.account-left-section:last-child {
    border-bottom: none;
}

.account-left-title {
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.account-left-list {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

.account-left-list li {
    margin: 4px 0;
}

.account-left-list a {
    color: #0b67c2;
    text-decoration: underline;
}

.account-left-list a:hover {
    color: #f28c00;
}

.account-page-middle,
.account-page-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.account-right-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.account-panel-header {
    padding: 10px 16px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    font-size: 14px;
    color: #2d2d2d;
    background: linear-gradient(#f7f7f7, #eaeaea);
}

.account-panel-body {
    padding: 12px 18px 14px;
    font-size: 13px;
    color: #333;
}

.notices-list {
    margin: 0;
    padding-left: 16px;
}

.account-info-table,
.account-stats-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.account-info-table td,
.account-stats-table td {
    padding: 4px 4px;
    vertical-align: top;
}

.account-info-table td:first-child,
.account-stats-table td:first-child {
    width: 180px;
    color: #555;
}

.account-ad-placeholder {
    min-height: 140px;
    background: linear-gradient(135deg, #f8fff1, #e3f2d0);
    border: 1px dashed #c5d9a4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7b3d;
    font-size: 13px;
    text-align: center;
}

/* ============================================
   Special Offers 页面（中间内容）
   ============================================ */
.promo-main {
    width: 1350px;
    margin: 18px auto 0;
}

.promo-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.promo-left {
    flex: 1;
    min-width: 0;
}

.promo-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 22px 24px 18px;
}

.promo-title {
    font: 32px/1.1 Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.promo-divider {
    height: 1px;
    background: #dcdcdc;
    margin: 10px 0 18px;
}

.promo-item {
    border: 1px solid #d9d9d9;
    padding: 14px 16px 16px;
    margin-bottom: 18px;
    background: #fff;
}

.promo-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.promo-item-time {
    color: #8a8a8a;
    font-size: 11px;
    margin-bottom: 10px;
}

.promo-item-text {
    color: #333;
    font-size: 12px;
    line-height: 1.8;
}

.promo-link {
    color: #0b67c2;
    text-decoration: underline;
}

.promo-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 12px;
    padding: 4px 2px 10px;
}

.promo-pager-link {
    color: #999;
    text-decoration: none;
    margin: 0 8px;
}

.promo-pager-link:hover {
    color: #0b67c2;
    text-decoration: underline;
}

.promo-disabled {
    pointer-events: none;
    color: #c0c0c0;
}

.promo-page-current {
    color: #f28c00;
    font-weight: bold;
    margin: 0 6px;
}

/* ============================================
   Help 页面（中间内容）
   ============================================ */
.help-main {
    width: 1350px;
    margin: 18px auto 0;
}

.help-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.help-left {
    flex: 1;
    min-width: 0;
}

.help-hero {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 22px 24px 26px;
}

.help-hero-title {
    font: 34px/1.1 Verdana, Geneva, sans-serif;
    color: var(--primary-green);
    margin-bottom: 18px;
}

.help-searchrow {
    display: flex;
    align-items: center;
    gap: 14px;
}

.help-search-input {
    flex: 1;
    height: 28px;
    border: 1px solid #8d8d8d;
    padding: 0 10px;
    outline: none;
}

.help-search-btn {
    height: 28px;
    padding: 0 20px;
    border: 1px solid #6aa61d;
    background: linear-gradient(#9ad34d, #6aa61d);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
}

.help-search-btn:hover {
    filter: brightness(0.98);
}

.help-card {
    margin-top: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 22px 24px 24px;
}

/* ============================================
   Transfer 页面
   ============================================ */
.transfer-main {
    width: 1350px;
    margin: 18px auto 0;
}

.transfer-layout {
    display: flex;
    gap: 22px;
    padding: 0;
}

.transfer-left {
    flex: 1;
    min-width: 0;
}

.transfer-right {
    width: 320px;
    flex: 0 0 320px;
}

.transfer-hero {
    height: auto;
    padding: 22px 24px;
    background: linear-gradient(180deg, #8ec63f 0%, #8ec63f 45%, #cfe8b6 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
}

.transfer-hero-title {
    font: bold 26px Verdana, Geneva, sans-serif;
    color: #fff;
    margin-bottom: 6px;
}

.transfer-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.6;
}

.transfer-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 18px 20px;
    margin-bottom: 16px;
}

.transfer-card-title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.transfer-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.transfer-row-checkbox {
    margin-top: 6px;
}

.transfer-label {
    width: 190px;
    font-size: 13px;
    color: #555;
    padding-top: 8px;
}

.transfer-field {
    flex: 1;
    min-width: 0;
}

.transfer-hint {
    margin-top: 6px;
    color: #777;
    font-size: 12px;
}

.transfer-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.transfer-submit {
    min-width: 140px;
}

.transfer-help-link {
    color: var(--primary-green);
    font-size: 13px;
}

.transfer-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.transfer-step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.transfer-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--primary-green);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
}

.transfer-step-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}

.transfer-step-text {
    color: #666;
    font-size: 13px;
    line-height: 1.55;
}

.transfer-sidecard {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 16px 18px;
    margin-bottom: 16px;
}

.transfer-side-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
}

.transfer-checklist {
    padding-left: 18px;
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

.transfer-faq-q {
    font-weight: 700;
    margin-top: 10px;
    color: #333;
    font-size: 13px;
}

.transfer-faq-a {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 4px;
}

/* ============================================
   Transfer (22NET-like) layout
   ============================================ */
.transfer-page {
    background: #fff;
}

.transfer-hero22 {
    background: var(--primary-green);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.transfer-hero22 h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 14px;
}

.transfer-hero22 p {
    font-size: 16px;
    opacity: 0.92;
    max-width: 720px;
    margin: 0 auto 26px;
    line-height: 1.7;
}

.transfer-search22 {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}

.transfer-search22 h3 {
    color: #333;
    margin-bottom: 16px;
    font-weight: 700;
}

.search-input-group22 {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease;
}

.search-input-group22:focus-within {
    border-color: var(--primary-green);
}

.search-input-group22 input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    padding: 8px 0;
    color: #333;
}

.domain-suffix22 {
    color: var(--primary-green);
    font-weight: 700;
    margin-left: 10px;
}

.lock-icon22 {
    color: var(--primary-green);
    margin-left: 10px;
    font-size: 16px;
}

.transfer-btn22 {
    background: var(--primary-green);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 18px;
    width: 100%;
    cursor: pointer;
}

.transfer-btn22:hover {
    background: var(--primary-green-hover);
}

.alternative-link22 {
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
}

.alternative-link22 a {
    color: var(--primary-green);
}

.alt-inline22 {
    margin-top: 8px;
    display: inline-block;
}

.help-text22 {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.help-text22 a {
    color: var(--primary-green);
}

.steps-section22,
.pricing-section22 {
    padding: 56px 0;
    background: #f8f9fa;
}

.benefits-section22,
.requirements-section22 {
    padding: 56px 0;
    background: #fff;
}

.section-title22 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin-bottom: 26px;
}

.steps-grid22 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.step-card22 {
    background: #fff;
    border-radius: 16px;
    padding: 26px 18px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.step-number22 {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0 auto 14px;
}

.step-title22 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}

.step-description22 {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.benefits-grid22 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.benefit-card22 {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 22px 18px;
    text-align: center;
}

.benefit-icon22 {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 28px;
}

.benefit-title22 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
}

.benefit-description22 {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.pricing-table22 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.table22 {
    width: 100%;
    border-collapse: collapse;
}

.table22 th {
    background: var(--primary-green);
    color: #fff;
    padding: 16px 14px;
    text-align: left;
}

.table22 td {
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.domain-name22 {
    font-weight: 800;
    color: #333;
}

.transfer-price22 {
    font-weight: 900;
    color: var(--primary-green);
}

.renewal-price22 {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.requirement-item22 {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 18px 18px;
    margin-bottom: 14px;
    border-left: 4px solid var(--primary-green);
}

.requirement-title22 {
    font-weight: 900;
    color: #333;
    margin-bottom: 6px;
}

.requirement-description22 {
    color: #666;
    line-height: 1.7;
    font-size: 13px;
}

.highlight22 {
    background: #fff3cd;
    color: #856404;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
}

.cta-section22 {
    background: var(--primary-green);
    color: #fff;
    padding: 56px 0;
    text-align: center;
}

.cta-section22 h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 12px;
}

.cta-section22 p {
    opacity: 0.9;
    margin-bottom: 18px;
}

.cta-btn22 {
    background: #fff;
    color: var(--primary-green);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 900;
    padding: 12px 20px;
    cursor: pointer;
}

.cta-btn22:hover {
    opacity: 0.95;
}

@media (max-width: 1024px) {
    .steps-grid22 { grid-template-columns: repeat(2, 1fr); }
    .benefits-grid22 { grid-template-columns: 1fr; }
    .transfer-hero22 { padding: 44px 0; }
}

@media (max-width: 480px) {
    .steps-grid22 { grid-template-columns: 1fr; }
    .transfer-hero22 h1 { font-size: 30px; }
}

.help-section {
    margin-bottom: 14px;
}

.help-section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.help-section-link {
    color: #0b67c2;
    text-decoration: underline;
}

.help-links {
    list-style: none;
    margin-left: 0;
}

.help-links li {
    margin: 4px 0;
}

.help-link {
    color: #0b67c2;
    text-decoration: underline;
    font-size: 12px;
}

/* ============================================
   Contact 页面（中间内容）
   ============================================ */
.contact-main {
    width: 1350px;
    margin: 18px auto 0;
}

.contact-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.contact-left {
    flex: 1;
    min-width: 0;
}

.contact-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 22px 24px 24px;
}

.contact-title {
    font: 32px/1.1 Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin-bottom: 14px;
}

.contact-text {
    font-size: 12px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 16px;
}

.contact-row {
    display: flex;
    margin-bottom: 8px;
    font-size: 12px;
}

.contact-label {
    width: 110px;
    color: #666;
    font-weight: bold;
}

.contact-value {
    color: #333;
}

.contact-link {
    color: #0b67c2;
    text-decoration: underline;
}

.contact-switch {
    display: flex;
    gap: 18px;
    align-items: stretch;
}

.contact-nav {
    width: 220px;
    flex: 0 0 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 14px 0;
}

.contact-nav-title {
    font-weight: bold;
    color: #2d2d2d;
    padding: 0 16px 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.contact-nav-item {
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    color: #333;
}

.contact-nav-item:hover {
    background: #f6f6f6;
}

.contact-nav-item.is-active {
    background: #eaf6da;
    color: #2d2d2d;
    font-weight: bold;
    border-left: 4px solid var(--primary-green);
    padding-left: 12px;
}

.contact-panel {
    flex: 1;
    min-width: 0;
}

.contact-panel .contact-card {
    height: 100%;
}

/* ============================================
   Forgot Password 页面（中间内容）
   ============================================ */
.forgot-main {
    width: 1350px;
    margin: 18px auto 0;
}

.forgot-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.forgot-left {
    flex: 1;
    min-width: 0;
}

.forgot-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 22px 24px 26px;
    min-height: 360px;
}

.forgot-title {
    font: 32px/1.1 Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.forgot-divider {
    height: 1px;
    background: #dcdcdc;
    margin: 10px 0 18px;
}

.forgot-form {
    padding-left: 10px;
}

.forgot-row {
    display: flex;
    gap: 18px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.forgot-label {
    width: 70px;
    font-size: 13px;
    color: #333;
    padding-top: 4px;
}

.forgot-field {
    flex: 1;
}

.forgot-input {
    width: 300px;
    height: 22px;
    border: 1px solid #8d8d8d;
    padding: 0 8px;
    outline: none;
}

.forgot-hint {
    margin-top: 6px;
    font-size: 11px;
    color: #888;
    line-height: 1.3;
}

.forgot-captcha {
    width: 90px;
    height: 30px;
    border: 1px solid #cfcfcf;
    background: #f6f6f6;
    cursor: pointer;
    display: block;
}

.forgot-actions {
    margin-top: 18px;
    padding-left: 88px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.forgot-submit {
    height: 28px;
    min-width: 92px;
    padding: 0 18px;
    border: 1px solid #6aa61d;
    background: linear-gradient(#9ad34d, #6aa61d);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
}

.forgot-submit:hover {
    filter: brightness(0.98);
}

.forgot-cancel {
    color: #0b67c2;
    text-decoration: underline;
    font-size: 12px;
}

/* ============================================
   Logon 页面（中间内容）
   ============================================ */
.logon-main {
    width: 1350px;
    margin: 18px auto 0;
}

.logon-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.logon-left {
    flex: 1;
    min-width: 0;
}

.logon-left-title {
    font: bold 18px/1.1 Verdana, Geneva, sans-serif;
    color: #2d2d2d;
    margin: 4px 0 10px;
}

.logon-banner {
    position: relative;
    height: 220px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    background: linear-gradient(180deg, #2e7bb7 0%, #1c5e92 55%, #d7e6f2 100%);
    overflow: hidden;
}

.logon-banner-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 20%, rgba(255,255,255,0.25), rgba(255,255,255,0) 55%);
}

.logon-banner-tlds {
    position: absolute;
    inset: 0;
    color: rgba(255, 255, 255, 0.22);
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 42px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    padding: 22px 26px;
    align-content: flex-start;
}

.logon-banner-tlds span:nth-child(8) { font-size: 68px; }
.logon-banner-tlds span:nth-child(9) { font-size: 56px; }

.logon-banner-figure {
    position: absolute;
    left: 30px;
    bottom: -18px;
    width: 250px;
    height: 240px;
    background:
        radial-gradient(circle at 55% 40%, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 55%),
        linear-gradient(135deg, rgba(255,255,255,0.0), rgba(255,255,255,0.35));
    transform: rotate(-2deg);
    border-radius: 18px;
    opacity: 0.55;
}

.logon-right {
    width: 360px;
    flex: 0 0 360px;
}

.logon-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    padding: 18px 18px 20px;
    border-radius: 4px;
}

.logon-card-title {
    font-weight: bold;
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 12px;
}

.logon-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.logon-label {
    width: 140px;
    font-size: 12px;
    color: #333;
    text-align: right;
}

.logon-input {
    flex: 1;
    height: 22px;
    border: 1px solid #8d8d8d;
    padding: 0 8px;
    outline: none;
}

.logon-vcode {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
}

.logon-code-input {
    width: 120px;
    flex: 0 0 120px;
}

.logon-captcha {
    width: 90px;
    height: 30px;
    border: 1px solid #cfcfcf;
    background: #f6f6f6;
    cursor: pointer;
}

.logon-remember {
    justify-content: center;
    margin-top: 4px;
}

.logon-remember-label {
    font-size: 12px;
    color: #333;
}

.logon-actions {
    display: flex;
    justify-content: center;
    margin: 14px 0 10px;
}

.logon-btn {
    height: 34px;
    min-width: 130px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(#ffb642, #f28c00);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.logon-btn:hover {
    filter: brightness(0.98);
}

.logon-links {
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 1.7;
}

.logon-link {
    color: #0b67c2;
    text-decoration: underline;
}

.banner-left {
    width: 660px;
    float: left;
}

.banner01 h2 {
    color: #252525;
    float: left;
    font: bold 36px Verdana, Geneva, sans-serif;
    margin: 20px 0 0 0;
    width: 100%;
}

.search-box {
    width: 537px;
    float: left;
    padding: 17px 0 0 0;
}

.search-left {
    background-color: #282a2b;
    width: 410px;
    height: 60px;
    display: flex;
    float: left;
    padding: 10px;
    gap: 5px;
}

.search-input {
    width: 300px;
    float: left;
}

.search-input .el-input__inner {
    background: transparent;
    border: none;
    color: #555555;
    height: 42px;
    font: 18px/42px Arial, sans-serif;
    padding-left: 5px;
}

.tld-select {
    width: 92px;
    float: left;
}

.tld-select .el-input__inner {
    background: #f5f5f5;
    border: none;
    color: #666666;
    height: 42px;
    font: 18px/42px Verdana, "Lucida Grande", sans-serif;
    text-align: left;
}

.search-right {
    background-color: #282a2b;
    width: 120px;
    height: 60px;
    display: block;
    float: left;
    margin-left: 1px;
    padding: 10px;
}

.btn-search {
    background: var(--primary-green);
    border: 0;
    cursor: pointer;
    height: 42px;
    width: 98px;
    color: #fff;
    font-weight: bold;
}

.btn-search:hover {
    background: var(--primary-green-hover);
}

.txt_url {
    float: left;
    width: 400px;
    clear: both;
    margin-top: 5px;
    margin-left: 12px;
    font-weight: 700;
    font-size: 14px;
}

.banner-right {
    float: left;
    margin-top: 5px;
    width: 800px;
    height: 201px;
}

.featured-carousel {
    width: 100%;
    height: 201px;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   主内容区域
   ============================================ */
.main {
    padding: 10px;
}

.ad_side {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.ad_side ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.pricing-card {
    float: left;
    height: auto;
    font-size: 16px;
    padding-top: 25px;
    color: #333;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    background: linear-gradient(to top, #e2efd0, #f8fdf1);
    border: 1px solid #a9ca7f;
    display: block;
    overflow: visible;
    text-align: center;
    border-radius: 5px;
}

.pricing-card:last-child {
    margin-right: 0;
}

.pricing-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.pricing-title {
    font-size: 16px;
}

.pricing-price {
    font-size: 18px;
}

.orange {
    color: var(--orange);
}

.pricing-btn {
    background: var(--primary-green);
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 133px;
    margin: 10px auto 15px;
}

a.pricing-btn.el-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.pricing-btn:hover {
    background: var(--primary-green-hover);
}

@media (max-width: 1024px) {
    .ad_side ul {grid-template-columns: 1fr;}
}

/* About 页面布局 */
.about-main {
    padding: 20px 20px 40px;
}
.about-hero {
    padding: 24px 28px;
    background: var(--primary-green);
    color: #fff;
    border-radius: 4px;
    margin-bottom: 24px;
}
.about-hero h1 {
    margin-bottom: 8px;
    font-size: 26px;
}
.about-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.about-left {
    flex: 2;
    min-width: 0;
}
.about-right {
    flex: 1;
    min-width: 260px;
}
.about-card,
.about-stats-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 18px 20px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
}
.about-card h2,
.about-stats-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.about-card ul,
.about-stats-card ul {
    padding-left: 18px;
    margin: 0;
}

/* Terms of Service 页面 */
.terms-toc-card {
    margin-top: 0;
}

.terms-toc-list {
    padding-left: 18px;
    margin: 0;
}

.terms-toc-list a {
    color: #333;
    text-decoration: none;
}

.terms-toc-list a:hover {
    color: var(--primary-green);
    text-decoration: underline;
}

.terms-policy-card {
    margin-top: 14px;
}

.terms-policy-card h2 {
    margin-bottom: 10px;
}

/* Careers 页面 */
.careers-main {
    padding: 20px 20px 40px;
}

.careers-hero22 {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 26px 28px;
    background: var(--primary-green);
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}

.careers-title22 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 10px;
}

.careers-subtitle22 {
    opacity: 0.95;
    line-height: 1.7;
    margin: 0 0 14px;
}

.careers-cta22 {
    --el-button-bg-color: #fff;
    --el-button-text-color: var(--primary-green);
    --el-button-border-color: rgba(255,255,255,0.85);
}

.careers-hero-left {
    flex: 1;
    min-width: 0;
}

.careers-hero-right {
    width: 320px;
    flex: 0 0 320px;
}

.careers-hero-illustration22 {
    height: 160px;
    border-radius: 12px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.careers-benefits22 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 14px;
}

.careers-benefit22 {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 18px 16px;
    text-align: center;
}

.careers-benefit-icon22 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 900;
    font-size: 18px;
}

.careers-benefit-title22 {
    font-weight: 900;
    margin-bottom: 6px;
    color: #333;
}

.careers-benefit-text22 {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.careers-filter22 {
    margin: 12px 0 16px;
}

.filter-select22 {
    width: 260px;
}

.careers-positions22 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.position-card22 {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 16px 16px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.04);
}

.position-header22 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.position-title22 {
    font-weight: 900;
    color: #333;
}

.department-tag22 {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary-green);
    background: rgba(82, 163, 32, 0.10);
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.position-description22 {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.position-meta22 {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.position-actions22 {
    display: flex;
    justify-content: flex-end;
}

.careers-culture-image22 {
    height: 220px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(82,163,32,0.14), rgba(143,190,77,0.06));
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 900;
}

@media (max-width: 1024px) {
    .careers-hero22 { flex-direction: column; }
    .careers-hero-right { width: 100%; flex: 0 0 auto; }
    .careers-benefits22 { grid-template-columns: 1fr; }
    .careers-positions22 { grid-template-columns: 1fr; }
}

/* Help (22NET-like) */
.help22-page {
    width: 1350px;
    margin: 18px auto 0;
}

.help22-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
}

.help22-title {
    font-size: 22px;
    font-weight: 900;
    color: #333;
    text-align: center;
    margin-bottom: 18px;
}

.help22-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.help22-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.help22-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border-color: var(--primary-green);
}

.help22-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #fff;
    font-size: 22px;
}

.help22-item-title {
    font-size: 14px;
    font-weight: 900;
    color: #333;
    margin-bottom: 6px;
}

.help22-item-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.help22-support {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.help22-support-item {
    text-align: center;
    padding: 14px 10px;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.help22-support-item:hover {
    background: #f8f9fa;
}

.help22-support-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 18px;
}

.help22-support-title {
    font-size: 13px;
    font-weight: 900;
    color: #333;
    margin-bottom: 6px;
}

.help22-support-detail {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.help22-support-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.3;
}

.help22-hero {
    background: var(--primary-green);
    border-radius: 12px;
    padding: 34px 24px;
    margin-bottom: 18px;
    color: #fff;
    text-align: center;
}

.help22-hero-title {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 16px;
}

.help22-search {
    max-width: 640px;
    margin: 0 auto 12px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.help22-search-input {
    flex: 1;
    padding: 12px 14px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
}

.help22-search-btn {
    padding: 12px 18px;
    background: var(--primary-green);
    color: #fff;
    border: none;
    font-weight: 900;
    cursor: pointer;
}

.help22-search-btn:hover {
    background: var(--primary-green-hover);
}

.help22-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0 auto;
    font-size: 12px;
    opacity: 0.95;
}

.help22-hot a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    opacity: 0.9;
}

.help22-hot a:hover {
    opacity: 1;
    text-decoration: underline;
}

.help22-ticket {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.help22-ticket:hover {
    text-decoration: underline;
}

.help22-faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.help22-faq-col {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
}

.help22-faq-head {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
    padding: 14px;
    color: #fff;
    font-weight: 900;
}

.help22-faq-list {
    list-style: none;
    padding: 12px 14px;
    margin: 0;
    background: #fff;
}

.help22-faq-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.help22-faq-list li:last-child {
    border-bottom: none;
}

.help22-faq-list a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.help22-faq-list a:hover {
    color: var(--primary-green);
}

@media (max-width: 1024px) {
    .help22-grid { grid-template-columns: repeat(2, 1fr); }
    .help22-support { grid-template-columns: repeat(2, 1fr); }
    .help22-faq { grid-template-columns: 1fr; }
    .help22-hero-title { font-size: 24px; }
}

@media (max-width: 768px) {
    .help22-grid { grid-template-columns: 1fr; }
    .help22-support { grid-template-columns: 1fr; }
}

/* Query Result (22NET-like) */
.query22-page {
    width: 1350px;
    margin: 18px auto 0;
}

.query22-searchbar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(35, 25, 66, 0.04);
    border-radius: 12px;
    padding: 18px 20px;
}

.query22-search-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.query22-search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f7faf4;
    border: 1px solid #d7e7c5;
    border-radius: 28px;
    overflow: hidden;
}

.query22-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    height: 48px;
    padding: 0 18px;
    font-size: 18px;
    color: #333;
}

.query22-search-btn {
    border: none;
    width: 56px;
    height: 48px;
    background: var(--primary-green);
    color: #fff;
    cursor: pointer;
}

.query22-search-btn:hover {
    background: var(--primary-green-hover);
}

.query22-ai-link {
    color: var(--orange);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.query22-head {
    margin: 14px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.query22-count {
    color: #222;
    font-weight: 700;
}

.query22-filter-btn {
    border-color: #d5e6c0 !important;
}

.query22-main-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: linear-gradient(90deg, #eaf6da 80%, #fff 100%);
    border: 1px solid #cde4b1;
    border-radius: 12px 12px 0 0;
    padding: 20px;
}

.query22-main-domain {
    font-size: 26px;
    font-weight: 900;
    color: #2a5f13;
}

.query22-main-available {
    margin-top: 4px;
    color: var(--primary-green);
    font-weight: 700;
}

.query22-main-renewal {
    margin-top: 4px;
    color: #707070;
}

.query22-main-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.query22-main-price {
    font-size: 34px;
    font-weight: 900;
    color: var(--orange);
}

.query22-cart-btn {
    background: var(--primary-green);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
}

.query22-cart-btn.small {
    padding: 8px 12px;
}

.query22-cart-btn:hover {
    background: var(--primary-green-hover);
}

.query22-cart-btn:disabled {
    background: #b5b5b5;
    cursor: not-allowed;
}

.query22-bundle-row {
    background: #f8fff1;
    border: 1px solid #d2e8b9;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.query22-badge {
    background: var(--orange);
    color: #fff;
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 700;
}

.query22-bundle-name {
    font-weight: 700;
}

.query22-bundle-tld {
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
    border-radius: 7px;
    padding: 2px 10px;
    font-size: 13px;
}

.query22-bundle-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.query22-old {
    color: #aaa;
    text-decoration: line-through;
}

.query22-new {
    color: var(--orange);
    font-size: 20px;
    font-weight: 800;
}

.query22-alt-list {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    margin-bottom: 20px;
}

.query22-alt-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #efefef;
    padding: 14px 20px;
}

.query22-alt-row:first-child {
    border-top: none;
}

.query22-star {
    color: #bbb;
}

.query22-domain {
    font-weight: 700;
    color: #2d2d2d;
}

.query22-renewal {
    margin-left: auto;
    color: #888;
}

.query22-dialog-row {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1024px) {
    .query22-search-wrap { flex-direction: column; align-items: stretch; }
    .query22-main-card { flex-direction: column; align-items: flex-start; }
    .query22-bundle-row { flex-wrap: wrap; }
}

/* Query page (22NET-like) */
.querypg-main {
    width: 1350px;
    margin: 18px auto 0;
}

.querypg-hero {
    border-radius: 12px;
    padding: 40px 30px;
    color: #fff;
    text-align: center;
    background: var(--primary-green);
}

.querypg-hero h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
}

.querypg-search {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #d6e8bd;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    gap: 8px;
}

.querypg-search input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 10px;
}

.querypg-search button {
    border: none;
    border-radius: 10px;
    background: var(--primary-green);
    color: #fff;
    padding: 10px 24px;
    font-weight: 700;
    cursor: pointer;
}

.querypg-search button:hover { background: var(--primary-green-hover); }

.querypg-promo {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.querypg-promo-item {
    background: #fff;
    border: 1px solid #d6e8bd;
    border-radius: 10px;
    padding: 10px 12px;
    text-align: center;
    min-width: 92px;
    cursor: pointer;
}

.querypg-promo-item .tld { font-weight: 800; color: var(--primary-green); display: block; }
.querypg-promo-item .old { font-size: 11px; color: #999; text-decoration: line-through; display: block; }
.querypg-promo-item .new { font-size: 14px; color: var(--orange); font-weight: 800; display: block; }

.querypg-section {
    margin-top: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px;
}

.querypg-title {
    font-size: 30px;
    font-weight: 800;
    color: #333;
    text-align: center;
}

.querypg-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.querypg-card {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.querypg-card .ext { font-size: 28px; color: var(--primary-green); font-weight: 800; }
.querypg-card .desc { color: #666; font-size: 13px; min-height: 38px; }
.querypg-card .price { margin-top: 8px; font-weight: 800; color: #333; font-size: 24px; }
.querypg-card button {
    margin-top: 10px; border: none; border-radius: 8px; background: var(--primary-green);
    color: #fff; padding: 8px 12px; cursor: pointer;
}

.querypg-main .trust-section,
.querypg-main .features-section,
.querypg-main .pricing-section,
.querypg-main .faq-section {
    margin-top: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px;
}

.querypg-main .trust-section {
    background: linear-gradient(135deg, #f7fcef 0%, #eef8df 100%);
    border: 1px solid #d9e9be;
}

.querypg-main .trust-container {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.querypg-main .trust-left {
    padding: 8px 4px;
}

.querypg-main .trust-headline {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 900;
    color: #2d2d2d;
    margin-bottom: 14px;
}

.querypg-main .trust-gradient {
    color: var(--primary-green);
}

.querypg-main .trust-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d8e8bd;
    color: #55615c;
    font-size: 14px;
    font-weight: 700;
}

.querypg-main .trust-right {
    background: #fff;
    border: 1px solid #dbe8c7;
    border-radius: 12px;
    padding: 18px;
}

.querypg-main .trust-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.querypg-main .trust-stat-card {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 14px;
}

.querypg-main .trust-stat-main {
    display: block;
    color: var(--primary-green);
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 4px;
}

.querypg-main .trust-stat-sub {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.querypg-main .trust-icons {
    margin-top: 16px;
    display: grid;
    gap: 10px;
}

.querypg-main .trust-icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a5c45;
    font-size: 14px;
    font-weight: 600;
}

.querypg-main .trust-icon-item i {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--primary-green);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.querypg-main .section-header {
    text-align: center;
    margin-bottom: 20px;
}

.querypg-main .section-header h2 {
    font-size: 34px;
    font-weight: 900;
    color: #333;
    margin-bottom: 8px;
}

.querypg-main .section-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.querypg-main .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.querypg-main .feature-card {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 22px 18px;
    text-align: center;
}

.querypg-main .feature-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.querypg-main .feature-title {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.querypg-main .feature-description {
    color: #666;
    line-height: 1.65;
    font-size: 14px;
}

.querypg-main .pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.querypg-main .pricing-card {
    background: linear-gradient(to top, #e2efd0, #f8fdf1);
    border: 1px solid #a9ca7f;
    border-radius: 8px;
    padding: 24px 16px 18px;
    text-align: center;
}

.querypg-main .domain-extension {
    font-size: 34px;
    font-weight: 900;
    color: var(--primary-green);
    margin-bottom: 8px;
}

.querypg-main .domain-description {
    color: #666;
    min-height: 44px;
    font-size: 13px;
    line-height: 1.5;
}

.querypg-main .domain-price {
    margin-top: 12px;
    font-size: 30px;
    font-weight: 900;
    color: #333;
}

.querypg-main .domain-price .period {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.querypg-main .pricing-card .home22-btn {
    margin-top: 12px;
}

.querypg-main .faq-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.querypg-main .faq-wrap .el-collapse {
    border-top: none;
    border-bottom: none;
}

.querypg-main .faq-wrap .el-collapse-item {
    margin-bottom: 12px;
    border: 1px solid #dfe7d8;
    border-radius: 10px;
    overflow: hidden;
    background: #fdfefb;
}

.querypg-main .faq-wrap .el-collapse-item__header {
    border-bottom: none;
    padding: 0 18px;
    height: 58px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    background: #fdfefb;
}

.querypg-main .faq-wrap .el-collapse-item__wrap {
    border-bottom: none;
    background: #fff;
}

.querypg-main .faq-wrap .el-collapse-item__content {
    padding: 0 18px 18px;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

/* Cart page (22NET-like) */
.cartpg-main {
    width: 1350px;
    margin: 18px auto 0;
}

.cartpg-hero {
    border-radius: 12px;
    padding: 26px 20px;
    color: #fff;
    text-align: center;
    background: var(--primary-green);
}

.cartpg-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
}

.cartpg-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
}

.cartpg-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #333;
}

.cartpg-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 14px 0;
}

.cartpg-item:first-child { border-top: none; }
.cartpg-domain { font-size: 20px; font-weight: 700; color: #333; }
.cartpg-meta { color: #666; font-size: 13px; margin-top: 4px; }
.cartpg-price { color: var(--orange); font-weight: 800; font-size: 20px; min-width: 90px; text-align: right; }
.cartpg-remove { border: none; background: transparent; color: #999; cursor: pointer; }
.cartpg-remove:hover { color: #ff4d4f; }

.cartpg-summary-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.cartpg-summary-row:first-child { border-top: none; }
.cartpg-summary-row.total { font-weight: 800; font-size: 20px; }

.cartpg-checkout {
    width: 100%;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    background: var(--primary-green);
    color: #fff;
    padding: 12px;
    font-weight: 700;
    cursor: pointer;
}
.cartpg-checkout:hover { background: var(--primary-green-hover); }
.cartpg-empty { text-align: center; color: #777; padding: 26px 0; }

@media (max-width: 1024px) {
    .querypg-cards { grid-template-columns: repeat(2, 1fr); }
    .querypg-main .trust-container { grid-template-columns: 1fr; }
    .querypg-main .features-grid { grid-template-columns: repeat(2, 1fr); }
    .querypg-main .pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .cartpg-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .querypg-cards { grid-template-columns: 1fr; }
    .querypg-main .trust-stats { grid-template-columns: 1fr; }
    .querypg-main .features-grid { grid-template-columns: 1fr; }
    .querypg-main .pricing-grid { grid-template-columns: 1fr; }
    .querypg-main .trust-headline,
    .querypg-main .section-header h2 { font-size: 28px; }
    .cartpg-item { grid-template-columns: 1fr; }
}

/* Escrow page (22NET-like) */
.escrow22-page {
    width: 1350px;
    margin: 18px auto 0;
}

.escrow22-hero {
    background: var(--primary-green);
    border-radius: 12px;
    color: #fff;
    text-align: center;
    padding: 36px 24px;
}

.escrow22-hero h1 {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 8px;
}

.escrow22-offer-card {
    margin: 20px auto 0;
    /*max-width: 1000px;*/
    background: #fff;
    color: #333;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #d8e9c2;
}

.escrow22-offer-card h3 {
    margin-bottom: 12px;
    color: #2d2d2d;
}

.escrow22-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.escrow22-form-grid input {
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 0 10px;
    outline: none;
}

.escrow22-btn {
    border: none;
    border-radius: 8px;
    background: var(--primary-green);
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: 700;
}

.escrow22-btn:hover {
    background: var(--primary-green-hover);
}

.escrow22-section {
    margin-top: 18px;
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 12px;
    padding: 24px;
}

.escrow22-section.white {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.escrow22-section h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #2d2d2d;
}

.escrow22-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.escrow22-feature {
    background: #fff;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.escrow22-feature .icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.escrow22-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.escrow22-step {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.escrow22-step span {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--primary-green);
    color: #fff;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.escrow22-pricing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.escrow22-price-card {
    background: #fff;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
}

.escrow22-price-card.featured {
    border: 2px solid var(--primary-green);
}

.escrow22-price-card .price {
    margin: 8px 0;
    font-size: 34px;
    font-weight: 900;
    color: var(--orange);
}

.escrow22-price-card ul {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.escrow22-price-card li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.escrow22-payments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.escrow22-payments > div {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    font-weight: 700;
}

.escrow22-cta {
    margin-top: 18px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    padding: 32px 20px;
    background: var(--primary-green);
}

.escrow22-cta h2 {
    font-size: 38px;
    font-weight: 900;
}

.escrow22-cta-btn {
    margin-top: 12px;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: var(--primary-green);
    font-weight: 900;
    padding: 12px 24px;
    cursor: pointer;
}

.escrow22-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.escrow22-modal-card {
    width: 100%;
    max-width: 640px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.escrow22-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.escrow22-modal-head button {
    border: none;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
    color: #999;
}

.escrow22-modal-body {
    padding: 16px;
    display: grid;
    gap: 10px;
}

.escrow22-modal-body input,
.escrow22-modal-body textarea,
.escrow22-modal-body select {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 10px;
    outline: none;
}

.escrow22-terms {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1024px) {
    .escrow22-features,
    .escrow22-steps,
    .escrow22-payments {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .escrow22-form-grid,
    .escrow22-pricing,
    .escrow22-features,
    .escrow22-steps,
    .escrow22-payments {
        grid-template-columns: 1fr;
    }
    .escrow22-hero h1 { font-size: 34px; }
    .escrow22-cta h2 { font-size: 30px; }
}

/* Whois page */
.whois22-page { width: 1350px; margin: 18px auto 0; }
.whois22-head { text-align: center; margin-bottom: 14px; }
.whois22-head h1 { font-size: 42px; font-weight: 900; color: #2d2d2d; }
.whois22-form, .whois22-result { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; padding: 20px; margin-bottom: 14px; }
.whois22-searchrow { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.whois22-history { margin-top: 10px; font-size: 13px; color: #666; }
.whois22-history a { margin-left: 8px; color: var(--primary-green); text-decoration: none; }
.whois22-domain-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.whois22-domain { font-size: 28px; font-weight: 900; color: #2d2d2d; }
.whois22-status { border-radius: 999px; padding: 4px 12px; font-weight: 800; font-size: 12px; }
.whois22-status.ok { background: #dff5e0; color: #1a6b2d; }
.whois22-status.bad { background: #fde7e9; color: #a8172c; }
.whois22-meta { color: #888; margin-bottom: 10px; }
.whois22-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.whois22-card { background: #f8fff1; border: 1px solid #dcebc9; border-radius: 10px; padding: 14px; margin-top: 10px; }
.whois22-card h3 { margin-bottom: 8px; font-size: 18px; }
.whois22-card pre { white-space: pre-wrap; max-height: 250px; overflow: auto; }
.whois22-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.whois22-related .item { background: #fff; border: 1px solid #e8e8e8; border-radius: 8px; padding: 10px; text-align: center; }
.whois22-related .price { color: var(--orange); font-weight: 800; margin: 5px 0; }

/* Reseller page */
.reseller22-page { width: 1350px; margin: 18px auto 0; }
.reseller22-hero { background: var(--primary-green); color: #fff; border-radius: 12px; text-align: center; padding: 44px 20px; }
.reseller22-hero h1 { font-size: 44px; font-weight: 900; margin-bottom: 10px; }
.reseller22-section { margin-top: 18px; background: #f8fff1; border: 1px solid #dcebc9; border-radius: 12px; padding: 24px; }
.reseller22-section.white { background: #fff; border-color: rgba(0,0,0,.08); }
.reseller22-section h2 { text-align: center; font-size: 34px; font-weight: 900; margin-bottom: 16px; }
.reseller22-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reseller22-grid .card { background: #fff; border: 1px solid #dcebc9; border-radius: 10px; padding: 16px; text-align: center; }
.reseller22-grid .icon { width: 56px; height: 56px; border-radius: 999px; margin: 0 auto 10px; background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.reseller22-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.reseller22-steps .step { background: #f8fff1; border: 1px solid #dcebc9; border-radius: 10px; padding: 16px; text-align: center; }
.reseller22-steps .step span { width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--primary-green); color: #fff; font-weight: 900; margin-bottom: 8px; }
.reseller22-actions { margin-top: 16px; display: flex; gap: 10px; justify-content: center; }
.reseller22-btn { border: none; border-radius: 999px; padding: 12px 24px; font-weight: 800; background: var(--primary-green); color: #fff; cursor: pointer;  margin-top: 20px;}
.reseller22-btn.light { background: #fff; color: var(--primary-green); }
.reseller22-btn.outline { background: transparent; border: 1px solid var(--primary-green); color: var(--primary-green); }
.reseller22-cta { margin-top: 18px; background: var(--primary-green); color: #fff; text-align: center; border-radius: 12px; padding: 36px 20px; }
.reseller22-cta h2 { font-size: 38px; font-weight: 900; margin-bottom: 8px; }

@media (max-width: 1024px) {
    .whois22-grid { grid-template-columns: 1fr; }
    .whois22-related { grid-template-columns: repeat(2, 1fr); }
    .reseller22-grid { grid-template-columns: repeat(2, 1fr); }
    .reseller22-steps { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .whois22-searchrow { grid-template-columns: 1fr; }
    .whois22-related { grid-template-columns: 1fr; }
    .reseller22-grid { grid-template-columns: 1fr; }
    .reseller22-hero h1 { font-size: 32px; }
}

/* News page */
.news22-page {
    width: 1350px;
    margin: 18px auto 0;
}

.news22-hero {
    background: var(--primary-green);
    color: #fff;
    border-radius: 12px;
    padding: 36px 24px;
    text-align: center;
}

.news22-hero h1 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 8px;
}

.news22-toolbar {
    margin-top: 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.news22-cats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.news22-cats button {
    border: 1px solid #d6e8bd;
    background: #f8fff1;
    color: #356a20;
    border-radius: 999px;
    padding: 6px 12px;
    cursor: pointer;
}

.news22-cats button.active {
    background: var(--primary-green);
    border-color: var(--primary-green);
    color: #fff;
}

.news22-search {
    max-width: 280px;
}

.news22-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.news22-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 16px;
}

.news22-badge {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    background: #eaf6da;
    color: #2f6b18;
    font-size: 12px;
    font-weight: 700;
}

.news22-card h3 {
    margin: 10px 0 6px;
    font-size: 24px;
    color: #2d2d2d;
}

.news22-meta {
    color: #888;
    font-size: 12px;
}

.news22-summary {
    color: #555;
    margin: 8px 0 12px;
    line-height: 1.6;
}

.news22-card a {
    color: var(--primary-green);
    font-weight: 700;
    text-decoration: none;
}

.news22-card a:hover {
    text-decoration: underline;
}

.news22-pager {
    margin: 14px 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    .news22-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .news22-toolbar { flex-direction: column; align-items: stretch; }
    .news22-search { max-width: none; }
    .news22-hero h1 { font-size: 32px; }
}

/* News detail page */
.newsd22-page {
    width: 1350px;
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
}

.newsd22-main,
.newsd22-side {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 18px;
}

.newsd22-badge {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    background: #eaf6da;
    color: #2f6b18;
    font-size: 12px;
    font-weight: 700;
}

.newsd22-main h1 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 900;
    color: #2d2d2d;
    line-height: 1.2;
}

.newsd22-main .meta {
    color: #888;
    font-size: 13px;
    margin-top: 8px;
}

.newsd22-main .summary {
    margin-top: 10px;
    color: #444;
    font-weight: 700;
}

.newsd22-main .content p {
    margin-top: 12px;
    color: #555;
    line-height: 1.75;
}

.newsd22-main .back {
    display: inline-block;
    margin-top: 16px;
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 700;
}

.newsd22-side h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2d2d2d;
}

.newsd22-side .item {
    padding: 10px 0;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.newsd22-side .item:first-of-type {
    border-top: none;
}

.newsd22-side .item .title {
    font-weight: 700;
    color: #2d2d2d;
}

.newsd22-side .item .meta {
    color: #888;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .newsd22-page {
        grid-template-columns: 1fr;
    }
}

/* Help detail page */
.helpd22-page {
    width: 1350px;
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
}

.helpd22-main,
.helpd22-side {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 18px;
}

.helpd22-breadcrumb {
    font-size: 13px;
    color: #777;
}

.helpd22-breadcrumb a {
    color: var(--primary-green);
    text-decoration: none;
}

.helpd22-main h1 {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 900;
    color: #2d2d2d;
    line-height: 1.2;
}

.helpd22-main .meta {
    margin-top: 8px;
    color: #888;
    font-size: 13px;
}

.helpd22-content p {
    margin-top: 12px;
    color: #555;
    line-height: 1.8;
}

.helpd22-back {
    display: inline-block;
    margin-top: 16px;
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 700;
}

.helpd22-side h3 {
    font-size: 20px;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.helpd22-side .item {
    border-top: 1px solid #eee;
    padding: 10px 0;
    cursor: pointer;
}

.helpd22-side .item:first-of-type {
    border-top: none;
}

.helpd22-side .title {
    font-weight: 700;
    color: #2d2d2d;
}

.helpd22-side .meta {
    color: #888;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .helpd22-page {
        grid-template-columns: 1fr;
    }
}

/* Manage center sticky mega menu (MyDomains) */
.manage-center-page #top01 {
    min-height: 46px;
    background: #f3f4f6;
}

.manage-center-page #top01 .header01 {
    display: none;
}

.manage-center-page #top01 .header03 {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 64px;
    background: #f3f4f6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.manage-center-page .header03 .nav-container.account-mega-nav {
    width: 100%;
    max-width: none;
    height: 64px;
    padding: 0 16px;
    background: transparent;
    border-radius: 0;
    gap: 14px;
}

.manage-center-page .header03 .mega-nav-menu {
    background: transparent !important;
    height: 64px;
    line-height: 64px;
    flex: 1;
    min-width: 0;
}

.manage-center-page .header03 .mega-nav-menu > .el-menu-item,
.manage-center-page .header03 .mega-nav-menu > .el-sub-menu > .el-sub-menu__title {
    height: 64px !important;
    line-height: 64px !important;
}

.manage-center-page .header03 .manage-nav-logo {
    display: inline-flex;
    align-items: center;
    height: 64px;
    width: 180px;
    flex: 0 0 180px;
    text-decoration: none;
}

.manage-center-page .header03 .manage-nav-logo .logo {
    width: 180px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.manage-center-page .header03 .cart-container .el-button--text{
    color: var(--el-color-primary);
} 

.manage-center-page .header03 .mega-nav-menu .el-menu-item,
.manage-center-page .header03 .mega-nav-menu .el-sub-menu__title {
    color: #1f2937 !important;
    font-size: 16px;
}

.manage-center-page .header03 .mega-nav-menu .el-menu-item.is-active {
    color: var(--primary-green) !important;
    border-bottom: 2px solid var(--primary-green) !important;
    background: transparent !important;
}

.manage-center-page .header03 .mega-nav-menu .el-sub-menu__title:hover,
.manage-center-page .header03 .mega-nav-menu .el-menu-item:hover {
    color: var(--primary-green) !important;
    background-color: var(--el-menu-hover-bg-color);
}

/* MyDomains user center upgrades */
.account-page-main.account-page-main-fluid {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 18px 20px;
}

.account-page-main.account-page-main-fluid .account-page-layout {
    width: 100%;
    gap: 16px;
}

.account-page-main.account-page-main-fluid .account-page-left.account-sidebar {
    width: 300px;
    flex: 0 0 300px;
}

.account-el-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.account-el-menu .el-menu-item.is-active,
.account-el-menu .el-sub-menu__title:hover,
.account-el-menu .el-menu-item:hover {
    color: var(--primary-green) !important;
}

.account-el-menu .account-side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1;
}

.account-page-main.account-page-main-fluid .account-page-middle.account-page-middle-full {
    flex: 1;
    min-width: 0;
}

.account-page-main.account-page-main-fluid .account-right-panel {
    min-height: calc(100vh - 260px);
}

.account-mega-nav {
    background: linear-gradient(180deg, rgba(82,163,32,0.22), rgba(82,163,32,0.06));
    border-radius: 8px;
    padding: 0 10px;
}

.account-mega-nav .mega-nav-menu > .el-sub-menu.is-opened > .el-sub-menu__title,
.account-mega-nav .mega-nav-menu > .el-menu-item.is-active {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .account-page-main.account-page-main-fluid .account-page-layout {
        flex-direction: column;
    }
    .account-page-main.account-page-main-fluid .account-page-left.account-sidebar {
        width: 100%;
        flex: 0 0 auto;
    }
    .account-page-main.account-page-main-fluid {
        padding: 12px;
    }
}

/* MyDomains right content (22NET-like, themed) */
.mydomains22-body {
    padding: 16px !important;
    background: #f7f9fc;
}

.mydomains22-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.mydomains22-stat-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.mydomains22-stat-card .title {
    color: #666;
    font-size: 12px;
    margin-bottom: 6px;
}

.mydomains22-stat-card .value {
    color: var(--primary-green-dark);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.mydomains22-stat-card .sub {
    margin-top: 8px;
    color: #8a8a8a;
    font-size: 12px;
}

.mydomains22-toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mydomains22-toolbar .search-input { width: 280px; }
.mydomains22-toolbar .el-select { width: 190px; }

.mydomains22-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.mydomains22-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e8edf3;
}

.mydomains22-table th,
.mydomains22-table td {
    border-top: 1px solid #edf1f5;
    padding: 10px 8px;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
}

.mydomains22-table thead th {
    background: #f5f8fc;
    font-weight: 700;
    border-top: none;
}

.mydomains22-table .domain-name {
    color: var(--primary-green-dark);
    font-weight: 800;
}

.mydomains22-table .domain-sub {
    color: #999;
    font-size: 12px;
    margin-top: 2px;
}

.mydomains22-table .status-tag {
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    display: inline-block;
}

.mydomains22-table .tag-expiring { background: #fff7e6; color: #d46b08; border: 1px solid #ffd591; }
.mydomains22-table .tag-active { background: #f6ffed; color: #389e0d; border: 1px solid #b7eb8f; }
.mydomains22-table .tag-hold { background: #fff1f0; color: #cf1322; border: 1px solid #ffa39e; }

.mydomains22-table .ops .el-button { margin-right: 6px; margin-bottom: 6px; }

.mydomains22-empty {
    text-align: center;
    color: #999;
    padding: 36px 0;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 6px;
}

.mydomains22-pagination {
    margin-top: 12px;
    text-align: right;
}

@media (max-width: 1200px) {
    .mydomains22-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .mydomains22-stats { grid-template-columns: 1fr; }
    .mydomains22-toolbar .search-input,
    .mydomains22-toolbar .el-select { width: 100%; }
}

/* MyAccount right content */
.myaccount22-body {
    background: #f7f9fc;
    padding: 16px !important;
}

.myaccount22-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.myaccount22-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 14px;
}

.myaccount22-card .label {
    color: #666;
    font-size: 12px;
}

.myaccount22-card .value {
    margin-top: 8px;
    color: var(--primary-green-dark);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.myaccount22-addfund {
    display: inline-block;
    margin-top: 8px;
    color: var(--primary-green);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.myaccount22-addfund:hover {
    color: var(--primary-green-hover);
    text-decoration: underline;
}

.myaccount22-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 12px;
}

.myaccount22-panel {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 14px;
}

.myaccount22-panel h3 {
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.myaccount22-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.myaccount22-panel li {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 10px;
    border-top: 1px solid #eef2f6;
    padding: 10px 0;
}

.myaccount22-panel li:first-child {
    border-top: none;
}

.myaccount22-panel .time {
    color: #888;
    font-size: 12px;
}

.myaccount22-panel .txt {
    color: #333;
}

.myaccount22-panel .quick-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

@media (max-width: 1200px) {
    .myaccount22-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .myaccount22-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .myaccount22-stats {
        grid-template-columns: 1fr;
    }
    .myaccount22-panel .quick-btns {
        grid-template-columns: 1fr;
    }
}

/* User Center (UC) shared styles */
.UC-body,
.myfunds22-body,
.myrecords22-body,
.myssl22-body,
.myticket22-body,
.submitticket22-body,
.mytemplates22-body,
.mytransfer22-body {
    background: #f7f9fc;
    padding: 16px !important;
}

.UC-card,
.myfunds22-balance,
.myfunds22-form,
.myfunds22-methods,
.submitticket22-form {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
}

.UC-toolbar,
.myrecords22-toolbar,
.myssl22-toolbar,
.myticket22-toolbar,
.mytemplates22-toolbar,
.mytransfer22-toolbar {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.UC-table,
.myrecords22-table,
.myssl22-table,
.myticket22-table,
.mytemplates22-table,
.mytransfer22-table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.UC-pager,
.myrecords22-pagination,
.myssl22-pagination,
.myticket22-pagination,
.mytemplates22-pagination,
.mytransfer22-pagination {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.UC-stats-3,
.myrecords22-stats,
.myssl22-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.UC-stat-item,
.myrecords22-stats .stat-card,
.myssl22-summary .item {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 12px 14px;
}

.UC-stat-label,
.myrecords22-stats .label,
.myssl22-summary .k {
    color: #666;
    font-size: 12px;
}

.UC-stat-value,
.myrecords22-stats .value,
.myssl22-summary .v {
    margin-top: 8px;
    color: #2d2d2d;
    font-size: 28px;
    font-weight: 900;
}

@media (max-width: 1024px) {
    .UC-stats-3,
    .myrecords22-stats,
    .myssl22-summary {
        grid-template-columns: 1fr;
    }
}

/* MyFunds page (page-specific only) */
.myfunds22-balance {
    padding: 14px;
    margin-bottom: 12px;
}

.myfunds22-balance .label { color: #666; font-size: 12px; }
.myfunds22-balance .value {
    margin-top: 8px;
    color: var(--primary-green-dark);
    font-size: 32px;
    font-weight: 900;
}

.myfunds22-form {
    padding: 14px;
}

.myfunds22-form .row {
    margin-bottom: 12px;
}

.myfunds22-form label {
    display: block;
    color: #333;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
}

.myfunds22-form .method-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.myfunds22-form .method-note {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.myfunds22-form .quick-amounts {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: #666;
    font-size: 12px;
}

.myfunds22-form .submit-btn {
    width: 100%;
}

.myfunds22-methods {
    padding: 14px;
    margin-top: 12px;
}

.myfunds22-methods h3 {
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.myfunds22-methods .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.myfunds22-methods .card {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    font-weight: 700;
    color: #2d2d2d;
}

@media (max-width: 1024px) {
    .myfunds22-methods .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .myfunds22-methods .cards { grid-template-columns: 1fr; }
}

/* Small page-specific details */
.myrecords22-stats .value.plus,
.myssl22-summary .v.green {
    color: var(--primary-green-dark);
}

.myrecords22-stats .value.minus {
    color: #f56c6c;
}

.myssl22-summary .v.orange {
    color: #e6a23c;
}

.myrecords22-table .amount-plus {
    color: var(--primary-green-dark);
    font-weight: 700;
}

.myrecords22-table .amount-minus {
    color: #f56c6c;
    font-weight: 700;
}

.submitticket22-form {
    padding: 16px;
}

.submitticket22-form .row {
    margin-bottom: 12px;
}

.submitticket22-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.submitticket22-form .row-actions {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}

/* MyTemplateAdd page */
.mytemplateadd22-form {
    padding: 16px;
}

.mytemplateadd22-form .row {
    margin-bottom: 12px;
}

.mytemplateadd22-form .two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mytemplateadd22-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.mytemplateadd22-form .row-actions {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .mytemplateadd22-form .two-cols {
        grid-template-columns: 1fr;
    }
}

/* MyMessage page */
.mymessage22-list {
    padding: 10px 14px;
}

.mymessage22-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px dashed #e8edf3;
}

.mymessage22-item:last-child {
    border-bottom: none;
}

.mymessage22-main {
    flex: 1;
    min-width: 0;
}

.mymessage22-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.mymessage22-main p {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.mymessage22-meta {
    color: #999;
    font-size: 12px;
}

.mymessage22-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.mymessage22-empty {
    text-align: center;
    color: #999;
    padding: 18px 0;
}

@media (max-width: 768px) {
    .mymessage22-item {
        flex-direction: column;
    }
    .mymessage22-actions {
        justify-content: flex-start;
    }
}

/* MyAccountSetting page */
.myaccountsetting22-form {
    padding: 16px;
}

.myaccountsetting22-form .row {
    margin-bottom: 12px;
}

.myaccountsetting22-form .two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.myaccountsetting22-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.myaccountsetting22-form .actions {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .myaccountsetting22-form .two-cols {
        grid-template-columns: 1fr;
    }
}

/* reset.html */
.reset22-page {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(90deg, #6fb2de 0%, #ffffff 6%, #ffffff 94%, #6fb2de 100%);
}

.reset22-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
}

.reset22-card {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border-radius: 8px;
    padding: 28px 34px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
}

.reset22-card h1 {
    margin: 0;
    text-align: center;
    color: #0f255a;
    font-size: 42px;
    font-weight: 700;
}

.reset22-card .sub {
    margin: 8px 0 0;
    text-align: center;
    font-size: 30px;
    color: #1e1e1e;
}

.reset22-card .support {
    margin: 10px 0 24px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.reset22-card .support a {
    color: #1b78d6;
    text-decoration: none;
}

.reset22-form {
    display: grid;
    gap: 14px;
}

.reset22-note {
    margin-top: 18px;
    color: #6b7a99;
    font-size: 14px;
    line-height: 1.7;
}

.reset22-note .tag {
    display: inline-block;
    background: #f0f2f5;
    border-radius: 10px;
    padding: 2px 10px;
    color: #666;
    font-weight: 700;
    margin-bottom: 8px;
}

.reset22-note ol {
    margin: 0;
    padding-left: 20px;
}

.reset22-btn {
    width: 100%;
    margin-top: 18px;
    height: 52px;
    border-radius: 26px;
    font-size: 28px;
    font-weight: 700;
    background: #041a5b !important;
    border-color: #041a5b !important;
}

.reset22-card .signin {
    margin: 22px 0 0;
    text-align: center;
    font-size: 15px;
    color: #222;
}

.reset22-card .signin a {
    color: #1b78d6;
    text-decoration: none;
}

/* Verify.html */
.verify22-page {
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 12px 36px;
    background: linear-gradient(135deg, #f5f7fa 0%, #d9e3f0 100%);
}

.verify22-card {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.verify22-header {
    padding: 34px 26px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

.verify22-header.verify22-success {
    background: linear-gradient(135deg, #11998e 0%, #3fcd7f 100%);
}

.verify22-header.verify22-error {
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
}

.verify22-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.verify22-loading span {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: verify22spin 1s linear infinite;
}

@keyframes verify22spin {
    to { transform: rotate(360deg); }
}

.verify22-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.verify22-header p {
    margin: 8px 0 0;
    font-size: 15px;
    opacity: 0.95;
}

.verify22-body {
    padding: 26px;
    text-align: center;
}

.verify22-status {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.verify22-status-ok { color: #11998e; }
.verify22-status-bad { color: #eb3349; }

.verify22-message {
    color: #5b6472;
    line-height: 1.65;
    font-size: 15px;
}

.verify22-token {
    margin-top: 14px;
    background: #f7f9fc;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    padding: 10px;
    font-family: Consolas, monospace;
    font-size: 13px;
    word-break: break-all;
    color: #666;
}

.verify22-actions {
    margin-top: 18px;
}

.verify22-btn {
    width: 100%;
    margin-top: 10px;
}

/* Home sections (Notice / Promo / Features) */
.home22-notice {
    float: left;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 16px 18px;
}

.home22-notice-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.home22-notice-head h2 {
    font-size: 24px;
    color: var(--primary-green-dark);
    font-weight: 900;
}

.home22-notice-head a {
    color: var(--primary-green);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.home22-notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-top: 1px solid #eef2f6;
}

.home22-notice-list li {
    display: flex;
    gap: 12px;
    padding: 10px 0;
}

.home22-notice-list li:first-child { border-top: none; }

.home22-notice-list .date {
    color: #888;
    min-width: 90px;
    font-size: 12px;
}

.home22-notice-list a {
    color: #2d2d2d;
    text-decoration: none;
}
.home22-notice-list a:hover { color: var(--primary-green); }

.home22-promo {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.home22-promo .promo-item {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.home22-promo .promo-item-right { grid-template-columns: 1fr 1.2fr; }

.home22-promo .txt h3 {
    color: var(--primary-green-dark);
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 8px;
}

.home22-promo .txt p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}

.home22-promo .txt ul {
    margin: 0 0 10px 18px;
    color: #555;
}

.home22-promo .txt li { margin-bottom: 4px; }

.home22-btn {
    display: inline-block;
    border-radius: 8px;
    background: var(--primary-green);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 14px;
    border: none;
}
.home22-btn:hover { background: var(--primary-green-hover); }

.home22-promo .imgbox {
    height: 220px;
    border-radius: 10px;
    border: 1px dashed #cde0b3;
    background: linear-gradient(135deg, rgba(82,163,32,0.18), rgba(143,190,77,0.08));
}

.home22-promo .imgbox.transfer {
    background: linear-gradient(135deg, rgba(82,163,32,0.1), rgba(74,95,43,0.15));
}

.home22-features {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 18px;
}

.home22-features h2 {
    text-align: center;
    font-size: 34px;
    color: var(--primary-green-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.home22-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.home22-feature-grid .feature-card {
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.home22-feature-grid .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.home22-feature-grid h3 {
    font-size: 22px;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.home22-feature-grid p {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .home22-feature-grid { grid-template-columns: 1fr; }
    .home22-promo .promo-item,
    .home22-promo .promo-item-right { grid-template-columns: 1fr; }
}


.home22-faqs {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 18px;
}

.home22-faqs h2 {
    text-align: center;
    font-size: 34px;
    color: var(--primary-green-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.home22-faq-wrap {
    max-width: auto;
    margin: 0 auto;
}

.home22-faq-wrap .el-collapse {
    border-top: 1px solid #e9edf3;
    border-bottom: 1px solid #e9edf3;
}

.home22-faq-wrap .el-collapse-item__header {
    height: auto;
    min-height: 54px;
    line-height: 1.6;
    font-weight: 700;
    color: #2d2d2d;
    padding: 8px 0;
}

.home22-faq-wrap .faq-question {
    color: #2d2d2d;
}

.home22-faq-wrap .el-collapse-item__content {
    color: #555;
    line-height: 1.8;
    padding-bottom: 14px;
}

.el-collapse {
    --el-collapse-header-font-size: 18px;
    --el-collapse-content-font-size: 16px;
}

/* Bulk transfer page (22NET-like, Ourdomains theme) */
.bulktransfer22-page {
    width: 1350px;
    margin: 18px auto 0;
}

.bulktransfer22-hero {
    background: var(--primary-green);
    color: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
}

.bulktransfer22-hero h1 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 8px;
}

.bulktransfer22-form-card {
    /*max-width: 860px;*/
    margin: 18px auto 0;
    background: #fff;
    color: #333;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    text-align: left;
}

.bulktransfer22-form-card h3 {
    margin-bottom: 12px;
    color: #2d2d2d;
}

.bulktransfer22-row {
    margin-bottom: 12px;
}

.bulktransfer22-row label {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-weight: 700;
    font-size: 13px;
}

.bulktransfer22-row textarea,
.bulktransfer22-row input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 12px;
    outline: none;
    font-size: 14px;
}

.bulktransfer22-row textarea {
    min-height: 110px;
    resize: vertical;
}

.bulktransfer22-row textarea:focus,
.bulktransfer22-row input:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(82,163,32,0.12);
}

.bulktransfer22-btn {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: var(--primary-green);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 16px;
    cursor: pointer;
    margin-top: 6px;
}

.bulktransfer22-btn:hover { background: var(--primary-green-hover); }

.bulktransfer22-help {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #777;
    font-size: 12px;
}

.bulktransfer22-help a {
    color: var(--primary-green);
    text-decoration: none;
}

.bulktransfer22-example {
    margin-top: 12px;
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 12px;
}

.bulktransfer22-example h4 {
    margin-bottom: 6px;
    font-size: 13px;
}

.bulktransfer22-example pre {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px;
    margin: 0;
    font-family: Consolas, monospace;
    font-size: 12px;
    white-space: pre-wrap;
}

.bulktransfer22-section {
    margin-top: 18px;
    background: #f8fff1;
    border: 1px solid #dcebc9;
    border-radius: 12px;
    padding: 24px;
}

.bulktransfer22-section.white {
    background: #fff;
    border-color: rgba(0,0,0,0.08);
}

.bulktransfer22-section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    color: #2d2d2d;
    margin-bottom: 16px;
}

.bulktransfer22-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.bulktransfer22-benefits .benefit-card {
    background: #fff;
    border: 1px solid #dcebc9;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}

.bulktransfer22-benefits .icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-green-light));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.bulktransfer22-benefits .title {
    font-size: 18px;
    font-weight: 800;
    color: #2d2d2d;
    margin-bottom: 6px;
}

.bulktransfer22-benefits .desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.bulktransfer22-table-wrap {
    border: 1px solid #e8edf3;
    border-radius: 10px;
    overflow: hidden;
}

.bulktransfer22-table {
    width: 100%;
    border-collapse: collapse;
}

.bulktransfer22-table th {
    background: var(--primary-green);
    color: #fff;
    font-weight: 700;
    padding: 14px 12px;
    text-align: left;
}

.bulktransfer22-table td {
    padding: 12px;
    border-top: 1px solid #edf1f5;
    color: #333;
}

.bulktransfer22-table .rate {
    color: var(--primary-green);
    font-weight: 800;
}

.bulktransfer22-cta {
    margin-top: 18px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    padding: 34px 20px;
    background: var(--primary-green);
}

.bulktransfer22-cta h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 8px;
}

.bulktransfer22-cta .cta-btn {
    margin-top: 12px;
    border: none;
    border-radius: 10px;
    background: #fff;
    color: var(--primary-green);
    font-weight: 900;
    padding: 12px 24px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .bulktransfer22-benefits { grid-template-columns: 1fr; }
}

/* 底部信息区域 */
.bt_info {
    width: 1160px;
    margin: 10px auto 0 auto;
    height: auto;
    float: none;
    background: linear-gradient(to top, #dfdfdf, #f6f6f6);
    border: 1px solid #cccccc;
    display: inline-block;
    overflow: visible;
    text-align: center;
    clear: both;
    padding: 16px;
}

.b_c1 {
    margin-right: 1%;
    width: 30%;
    float: left;
    margin-top: 16px;
}

.footer-followus-card {
    background-color: #263746;
    color: #f5f7fa;
    border-radius: 6px;
    padding: 18px 20px 20px;
    text-align: left;
}

.footer-followus-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-followus-contact p {
    margin: 4px 0;
    font-size: 13px;
}

.footer-followus-contact i {
    margin-right: 8px;
}

.footer-followus-social {
    margin: 14px 0 12px;
}

.footer-followus-social .social-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #1b2733;
    color: #f5f7fa;
    margin-right: 10px;
    font-size: 14px;
    text-decoration: none;
}

.footer-followus-social .social-link:hover {
    background-color: #34495e;
}

.payment-methods {
    margin-top: 6px;
}

.payment-title {
    font-size: 14px;
    margin: 0 0 6px;
}

.payment-icons i {
    font-size: 20px;
    margin-right: 8px;
}

.registry-support {
    margin-top: 12px;
}

.registry-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.registry-logo {
    height: 28px;
    object-fit: contain;
}

.n1 {
    font-size: 18px;
    margin-bottom: 5px;
}

.n2 {
    margin-bottom: 5px;
}

.skype-link {
    display: inline-block;
}

.skype {
    background: url('../img/shell-1.png') no-repeat scroll 0 -235px transparent;
    height: 34px;
    width: 78px;
    line-height: 2000px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    outline: none;
}

.n6 {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.n3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.n4 {
    margin-bottom: 5px;
}

.n5 {
    font-size: 12px;
    color: #666;
}

.b_c2_container {
    width: 69%;
    float: left;
    height: auto;
    display: flex;
    gap: 2%;
}

.b_c2 {
    width: 24%;
    float: left;
    text-align: left;
    margin-top: 16px;
    font-size: 14px;
}

.b_c2 h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.b_c2 ul {
    list-style: none;
}

.b_c2 ul li {
    margin-bottom: 5px;
}

.b_c2 ul li a {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}

.b_c4 {
    float: left;
    width: 400px;
    position: relative;
    margin-top: 15px;
}

.b_c4 span {
    text-align: left;
    float: left;
    width: 100%;
}

.email-signup-form {
    display: flex;
    gap: 5px;
    float: left;
    margin-top: 10px;
}

.email-input {
    width: 190px;
    height: 25px;
}

.email-input .el-input__inner {
    height: 25px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #bbb;
    padding-left: 7px;
    line-height: 25px;
    color: #999;
}

.signup-btn {
    background: var(--primary-green);
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 80px;
}

.signup-btn:hover {
    background: var(--primary-green-hover);
}

/* ============================================
   链接样式
   ============================================ */
.green {
    color: var(--primary-green);
}

a.green:link,
a.green:visited,
a.green:active {
    color: var(--primary-green);
    text-decoration: underline;
}

a.green:hover {
    color: #fff;
    text-decoration: underline;
}

.green01 {
    color: var(--primary-green);
}

a.green01:link,
a.green01:visited,
a.green01:active {
    color: var(--primary-green);
    text-decoration: none;
}

a.green01:hover {
    color: var(--orange);
    text-decoration: underline;
}

.green03 {
    color: var(--primary-green-dark);
    font-family: Verdana, Geneva, sans-serif;
}

a.green03:link,
a.green03:visited,
a.green03:active {
    color: var(--primary-green-dark);
    text-decoration: underline;
}

a.green03:hover {
    color: var(--orange);
    text-decoration: underline;
}

.blue01 {
    color: var(--blue);
}

a.blue01:link,
a.blue01:visited,
a.blue01:active {
    color: var(--blue);
    text-decoration: none;
}

a.blue01:hover {
    color: var(--orange);
    text-decoration: underline;
}

.gray {
    color: #717377;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

a.gray:link,
a.gray:visited,
a.gray:active {
    color: #717377;
    text-decoration: underline;
}

a.gray:hover {
    color: #fff;
    text-decoration: underline;
}

.new-badge {
    font-size: 12px;
    font-weight: bold;
    color: red;
}

/* ============================================
   页脚
   ============================================ */
.footer {
    background: #f5f5f8;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 10px;
    padding: 32px 0 18px;
    color: #4b5563;
    border-top: 1px solid #e5e7eb;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.f_head {
    text-align: center;
    color: #9ca3af;
    font-size: 12px;
    line-height: 32px;
}

.f_main {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer-badge {
    display: inline-block;
}

.f_main .icann {
    background: url("../img/shell-1.png") no-repeat scroll -441px -298px transparent;
    display: inline-block;
    height: 62px;
    margin-right: 10px;
    width: 65px;}	
.f_main .verisign{
    background: url("../img/shell-1.png") no-repeat scroll -360px -298px transparent;
    display: inline-block;
    height: 62px;
    margin-right: 10px;
    width: 65px;}	
.f_main .cnnic{
    background: url("../img/shell-1.png") no-repeat scroll -257px -298px transparent;
    display: inline-block;
    height: 62px;
    margin-right: 15px;
    width: 83px;}	
.f_main .paypal {
    background: url("../img/shell-1.png") no-repeat scroll -40px -298px transparent;
    display: inline-block;
    height: 62px;
    margin-right: 10px;
    width: 65px;}
.f_main .visa {
    background: url("../img/shell-1.png") no-repeat scroll -90px -298px transparent;
    display: inline-block;
    height: 62px;
    margin-right: 10px;
    width: 65px;}
 
.f_main .mastercard {
    background: url("../img/shell-1.png") no-repeat scroll -170px -298px transparent;
    display: inline-block;
    height: 62px;
    margin-right: 10px;
    width: 65px;}

    .f_main .mychange {
        width: 83px;
        height: 62px;
        margin-right: 10px;
        display: inline-block;
        background: url("../img/mypng.png") no-repeat scroll 0px 20px transparent;}

/* 首页改版 footer（参考 juming.hk 轻浅风格） */
.bt_info {
    width: 100%;
    margin: 0;
    height: auto;
    float: none;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
    padding: 4px 0 4px;
}

.b_c1 {
    margin-right: 0;
    width: 30%;
    float: none;
    margin-top: 0;
}

.b_c2_container {
    width: 70%;
    float: none;
    height: auto;
    display: flex;
    gap: 120px;
}

.b_c2 {
    width: auto;
    float: none;
    text-align: left;
    margin-top: 0;
    font-size: 14px;
}

.b_c2 h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.b_c2 ul {
    list-style: none;
}

.b_c2 ul li {
    margin-bottom: 6px;
}

.b_c2 ul li a {
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
}

.b_c2 ul li a:hover {
    color: var(--orange);
    text-decoration: underline;
}

.footer-followus-card {
    background: transparent;
    color: #111827;
    border-radius: 0;
    padding: 4px 0 0 32px;
    text-align: left;
}

.footer-followus-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-followus-contact p {
    margin: 3px 0;
    font-size: 13px;
    color: #6b7280;
}

.footer-followus-contact i {
    margin-right: 8px;
}

.footer-followus-social {
    margin: 14px 0 10px;
}

.footer-followus-social .social-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background-color: #111827;
    color: #f9fafb;
    margin-right: 8px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid rgba(55, 65, 81, 0.8);
}

.footer-followus-social .social-link:hover {
    background-color: #52a320;
    border-color: #52a320;
    color: white;
}

.payment-methods {
    margin-top: 6px;
}

.payment-title {
    font-size: 13px;
    margin: 0 0 4px;
    color: #111827;
}

.payment-icons i {
    font-size: 20px;
    margin-right: 8px;
}

.registry-support {
    margin-top: 10px;
}

.registry-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.registry-logo {
    height: 26px;
    width: 26px;
    object-fit: cover;
    /* object-fit: contain; */
    filter: none;
    opacity: 1;
    border-radius: 50%;

}

.registry-logo:hover {
    filter: none;
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid #e5e7eb;
    padding-top: 10px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #6b7280;
}

.footer-bottom-copy {
    white-space: nowrap;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #9ca3af;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: var(--orange);
    text-decoration: underline;
}

.footer-divider {
    color: #4b5563;
}

    


/*.el-input__wrapper {
    padding:0px;
}*/


    /* Register */
    .register-left{flex: 1; min-width: 0;}
    .register-box{background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05); padding: 22px 24px 18px; margin-bottom: 20px;}
    .register-box .el-input__inner{ padding: 0 5px;} 



/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1024px) {
    .wrapper,
    .wrapper02 {
        width: 100%;
        padding: 0 15px;
    }

    .banner01 {
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .banner-left,
    .banner-right {
        width: 100%;
        float: none;
    }

    .banner-right {
        margin-top: 20px;
    }

    .search-box {
        width: 100%;
    }

    .search-left {
        width: 60%;
    }

    .search-right {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .header01 {
        height: auto;
        padding: 10px 0;
    }

    .login-bar {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }

    .login-form {
        flex-wrap: wrap;
    }

    .header01-promo {
        display: none;
    }

    .topnav {
        float: none;
        width: 100%;
        justify-content: center;
        margin-top: -10px;
    }

    .header02 {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }

    .logo {
        margin: 0 auto;
    }

    .header-search {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .nav-container {
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .nav-container .lang-currency-wrap {
        width: 100%;
        margin: 10px 0 0;
    }

    .nav-container .lang-currency-dropdown {
        right: auto;
        left: 0;
        width: 100%;
        max-width: 280px;
    }

    .main-nav {
        width: 100%;
    }

    .main-nav .el-menu {
        flex-direction: column;
    }

    .ad_side ul {
        flex-direction: column;
    }

    .pricing-card {
        width: 100%;
        margin-right: 0;
    }

    .b_c2_container {
        width: 100%;
        flex-direction: column;
        gap: 5px;
    }

    .b_c2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .b_c1 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .search-left {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .search-input,
    .tld-select {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-right {
        width: 100%;
        margin-left: 0;
    }

    .btn-search {
        width: 100%;
    }

    .email-signup-form {
        flex-direction: column;
    }

    .email-input {
        width: 100%;
    }

    .signup-btn {
        width: 100%;
    }
}

/* Payment.html — layouts aligned with 22net payment, Ourdomains green theme */
.payment22-page {
    background: #f7f9fc;
}

.payment22-hero {
    background: var(--primary-green);
    padding: 72px 20px 48px;
    color: #fff;
}

.payment22-hero-inner {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
}

.payment22-hero-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.payment22-hero-sub {
    margin: 0 auto;
    max-width: 800px;
    font-size: 16px;
    line-height: 1.65;
    opacity: 0.95;
}

.payment22-section {
    padding: 48px 20px 64px;
}

.payment22-section-title {
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    margin: 0 0 36px;
    color: var(--primary-green-dark);
}

.payment22-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.payment22-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.payment22-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.payment22-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 26px;
    color: #fff;
}

.payment22-card--online .payment22-card-icon {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
}

.payment22-card--offline .payment22-card-icon {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
}

.payment22-card--paypal .payment22-card-icon {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
}

.payment22-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px;
    color: #2d2d2d;
}

.payment22-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 16px;
    flex: 1;
}

.payment22-methods {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.payment22-method-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 10px;
    min-width: 108px;
}

.payment22-method-item i {
    font-size: 40px;
    color: var(--primary-green);
    margin-bottom: 8px;
}

.payment22-method-item--alipay i {
    color: #1677ff;
}

.payment22-method-item span {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
}

.payment22-card-btn {
    width: 100%;
    margin-top: auto;
}

.payment22-bank {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 28px;
}

.payment22-paypal-block {
    margin-top: 24px;
}

.payment22-bank-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e8edf3;
}

.payment22-bank-head h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-green-dark);
}

.payment22-bank-row {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    gap: 12px;
}

.payment22-bank-row:last-of-type {
    border-bottom: none;
}

.payment22-bank-label {
    font-weight: 600;
    color: #4b5563;
    min-width: 120px;
    font-size: 14px;
    flex-shrink: 0;
}

.payment22-bank-value {
    flex: 1;
    font-size: 14px;
    color: #1f2d3d;
    line-height: 1.6;
    padding-right: 36px;
}

.payment22-bank-value strong {
    color: var(--primary-green-dark);
}

.payment22-copy-btn {
    position: absolute;
    right: 0;
    top: 10px;
    background: #f0f0f0;
    border: none;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4b5563;
    opacity: 0.85;
    transition: background 0.2s, color 0.2s;
}

.payment22-bank-row:hover .payment22-copy-btn {
    opacity: 1;
}

.payment22-copy-btn:hover {
    background: var(--primary-green);
    color: #fff;
}

.payment22-notice {
    background: #fff7e6;
    border: 1px solid #ffd591;
    border-radius: 8px;
    padding: 14px 18px;
    margin-top: 16px;
}

.payment22-notice--info {
    background: #e6f7ff;
    border-color: #91d5ff;
}

.payment22-notice p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #ad6800;
}

.payment22-notice--info p {
    color: #0958d9;
}

.payment22-notice i {
    margin-right: 8px;
}

.payment22-paypal-cta {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1024px) {
    .payment22-grid {
        grid-template-columns: 1fr;
    }

    .payment22-hero-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .payment22-hero-sub {
        font-size: 14px;
    }

    .payment22-section-title {
        font-size: 24px;
    }

    .payment22-bank-label {
        min-width: 100px;
    }

    .payment22-bank-head .el-button {
        width: 100%;
    }
}

/* MyInvoice — PDF-style document + print export */
.myinvoice22-body {
    padding: 16px;
    background: #e8e8e8;
}

.invoice-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.invoice-toolbar {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.invoice-url-hint {
    margin: 0 0 12px;
    font-size: 13px;
    color: #666;
}

.invoice-url-hint code {
    font-size: 12px;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
}

.invoice-sheet {
    max-width: 210mm;
    margin: 0 auto;
    min-height: 260mm;
    padding: 18mm 16mm 14mm;
    background: #fff;
    color: #111;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 11pt;
    line-height: 1.35;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #ccc;
}

.invoice-sheet-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111;
}

.invoice-co-title {
    font-size: 14pt;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.invoice-co-brand {
    margin-bottom: 10px;
}

.invoice-co-logo {
    display: block;
    max-width: 220px;
    width: auto;
    height: auto;
    max-height: 56px;
    object-fit: contain;
}

.invoice-co-lines div {
    font-size: 10.5pt;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.invoice-doc-title {
    font-size: 22pt;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
}

.invoice-section-label {
    font-size: 9pt;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
}

.invoice-billto {
    margin-bottom: 20px;
}

.invoice-billto-name {
    font-weight: 700;
    margin-bottom: 4px;
}

.invoice-billto-line,
.invoice-billto-vat {
    font-size: 10.5pt;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 14px;
    font-size: 10pt;
}

.invoice-table th,
.invoice-table td {
    border: 1px solid #111;
    padding: 8px 6px;
    vertical-align: top;
    text-align: left;
}

.invoice-table th {
    font-weight: 700;
    background: #f2f2f2;
    text-transform: capitalize;
}

.invoice-table .col-invno {
    width: 18%;
}

.invoice-table .col-date {
    width: 12%;
}

.invoice-table .col-cust {
    width: 14%;
}

.invoice-table .col-amt {
    width: 12%;
    text-align: right;
}

.invoice-table .td-amt {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.invoice-table .td-desc {
    word-break: break-word;
}

.invoice-total-row {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 16px;
    margin: 16px 0 22px;
    padding-top: 8px;
    border-top: 2px solid #111;
    font-weight: 700;
    font-size: 11pt;
}

.invoice-total-value {
    min-width: 72px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.invoice-special {
    margin-bottom: 18px;
}

.invoice-special-lines {
    font-size: 10pt;
}

.invoice-bank {
    margin-bottom: 20px;
}

.invoice-bank-lines {
    font-size: 10pt;
    line-height: 1.55;
}

.invoice-bank-lines .bk-label {
    font-weight: 700;
    margin-right: 6px;
}

.invoice-page-foot {
    text-align: center;
    font-size: 9pt;
    color: #444;
    margin-top: 28px;
}

@media print {
    body {
        background: #fff !important;
    }

    .invoice-chrome,
    .invoice-url-hint {
        display: none !important;
    }

    .myinvoice22-body {
        padding: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        border: none !important;
    }

    .account-page-main,
    .account-page-layout,
    .account-page-middle,
    .account-right-panel,
    .account-panel-body {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
        background: #fff !important;
    }

    .account-panel-header {
        display: none !important;
    }
    #footer-placeholder, #top-header, #account-sidebar, .account-mega-nav {
        display: none !important;
    }

    .invoice-sheet {
        max-width: none;
        min-height: auto;
        margin: 0;
        padding: 12mm 14mm;
        box-shadow: none !important;
        border: none !important;
        page-break-after: avoid;
    }

    @page {
        size: A4;
        margin: 12mm;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}