/* ============================================================
   Responsive + typography overlay
   - Restrained business typography scale (clamp 768→1600)
   - Fixes nav wrap, mobile/tablet adaptation
   ============================================================ */

/* ---------- 0. Typography tokens (used inline below via clamp) ----------
   Display   42 → 60   banner main title
   H1        30 → 40   page title
   H2        24 → 32   section title
   H3        18 → 22   card title / lead numbers
   H4        16 → 18   sub heading
   Lead      15 → 17   subtitle / lead paragraph
   Body      15 / 16   default body
   Small     13 / 14
   ---------------------------------------------------------- */

body { font-size: 16px; line-height: 1.7; }
h1, h2, h3, h4, h5 { line-height: 1.3; font-weight: 500; }
p, a, div { line-height: 1.7; }

/* ---------- 1. Banner display title ---------- */
.index_banner .pagewidth .row .title { background-size: 200px auto; }
.index_banner .pagewidth .row .title h1,
.index_banner .pagewidth .row .title p,
.index_banner .pagewidth .row .title .title_green,
.index_solution .pagewidth .row .title h2 {
    font-size: clamp(2.25rem, 1.6rem + 2.5vw, 3.5rem) !important;  /* 36→56 */
    line-height: 1.2;
    font-weight: 500;
}
.index_banner .pagewidth .row .subtitle,
.index_solution .pagewidth .row .subtitle {
    font-size: clamp(0.9375rem, 0.7rem + 0.6vw, 1.125rem); /* 15→18 */
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* ---------- 2. Section title (h2) ---------- */
.index_treaty .title h2,
.index_three .title h2,
.index_safeguard .title h2,
.index_client .title h2,
.product_box1 .title h2,
.product_box2 .title h2,
.product_box3 .title h2,
.product_box4 .title h2,
.product_box5 .title h2,
.product_box6 .title h2,
.product_box7 .pagewidth .info h2,
.product_box8 .info h2 {
    font-size: clamp(1.5rem, 1.05rem + 1.4vw, 2rem) !important;   /* 24→32 */
    line-height: 1.3;
    font-weight: 500;
}

.index_three .title p,
.index_safeguard .title p,
.index_client .title p,
.product_box1 .title p,
.product_box2 .title p,
.product_box3 .title p,
.product_box4 .title p,
.product_box5 .title p,
.product_box6 .title p,
.product_box7 .pagewidth .info p,
.product_box8 .info p {
    font-size: clamp(0.875rem, 0.7rem + 0.4vw, 1rem); /* 14→16 */
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* product_box3 has a bigger sub-headline using h3 — tame it */
.product_box3 .title h3 {
    font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.25rem) !important;  /* 28→36 */
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* ---------- 3. Section body / cards ---------- */
.index_treaty .content .info { font-size: clamp(0.9375rem, 0.8rem + 0.3vw, 1rem); line-height: 1.8; }
.index_treaty .content h4 { font-size: 1.125rem; padding-top: 32px; padding-bottom: 16px; }

.layui-table th  { font-size: 0.9375rem !important; line-height: 1.6 !important; }
.layui-table td  { font-size: 0.9375rem !important; line-height: 1.6 !important; }

/* index_three cards */
.index_three .content .item1 h3,
.index_three .content .item2 h3 { font-size: 0.9375rem; }
.index_three .content .item1 p,
.index_three .content .item2 h2 { font-size: clamp(1.25rem, 0.9rem + 1vw, 1.625rem); line-height: 1.35; }   /* 20→26 */
.index_three .content .item2 p.description { font-size: clamp(1.25rem, 0.9rem + 1vw, 1.625rem); line-height: 1.35; }
.index_three .content .item2 .row p { font-size: clamp(1.375rem, 1rem + 1.2vw, 1.875rem); line-height: 1.1; } /* 22→30 numbers */
.index_three .content .item2 .row h4 { font-size: 0.875rem; }
.index_three .content .item3 .font h3,
.index_three .content .item3 .font p { font-size: clamp(1.25rem, 0.9rem + 1vw, 1.625rem); line-height: 1.3; }
.index_three .content .item1 .ri-thumb-up-fill { font-size: clamp(120px, 14vw, 180px); }

/* big numbers on client section */
.index_client .number h2 span { font-size: clamp(2.5rem, 1.6rem + 3vw, 4rem); font-weight: 600; }  /* 40→64 */
.index_client .number h2 em   { font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.5rem); }                /* 28→40 */
.index_client .number p { font-size: 0.9375rem; }

/* safeguard icons — tame the 90px icon */
.index_safeguard .content .item .icon i { font-size: clamp(48px, 5vw, 72px); }
.index_safeguard .content .item h3 { font-size: 1.125rem; padding-top: 16px; }
.index_safeguard .content .item p  { font-size: 0.9375rem; line-height: 1.7; }

/* product boxes shared */
.product_box1 .content ul li { font-size: 0.9375rem; }
.product_box1 .content ul li span { font-size: 0.8125rem; }

.product_box2 .content .item h3 { font-size: clamp(1.25rem, 0.9rem + 1vw, 1.625rem); }       /* 20→26 */
.product_box2 .content .item p  { font-size: 0.9375rem; line-height: 1.7; }
.product_box2 .content .item p span { font-size: 1rem; }

.product_box3 .content .item { font-size: 0.9375rem; line-height: 1.7; }

.product_box4 .content .text .item .icon,
.product_box5 .content .item .icon { font-size: clamp(36px, 4vw, 52px); }
.product_box4 .content .text .item h3,
.product_box5 .content .item h3 { font-size: 1.0625rem; }            /* 17 */

.product_box6 .content .item            { font-size: 0.9375rem; padding: 8px 18px; }
.product_box6 .content .item:nth-child(2n) { font-size: 0.8125rem; padding: 6px 14px; }
.product_box6 .content .item:nth-child(4n) { font-size: 1rem; padding: 10px 22px; }

.product_box7 .pagewidth .btn .item a   { font-size: 0.9375rem; }

.product_box8 .info h3 { font-size: clamp(1.375rem, 0.95rem + 1.4vw, 1.75rem); line-height: 1.3; }   /* 22→28 */

/* ---------- 4. Buttons ---------- */
.index_banner .pagewidth .row .btn .item a,
.index_solution .pagewidth .row .btn .item a,
.product_box1 .btn .item a,
.product_box7 .pagewidth .btn .item a { font-size: 0.9375rem; }
.btn-big { font-size: 0.9375rem !important; }

/* ---------- 5. Page title (inner pages) ---------- */
.page_title h1 { font-size: clamp(1.625rem, 1.2rem + 1.4vw, 2.25rem); }   /* 26→36 */
.page_title p  { font-size: 0.9375rem; }

/* ---------- 6. Contact / Join ---------- */
.page_contact .pagewidth .info .title h3 { font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2rem) !important; line-height: 1.3; }
.page_contact .pagewidth .info .title h4 { font-size: clamp(1.125rem, 0.85rem + 0.9vw, 1.5rem) !important; }
.page_contact .pagewidth .info .content .item   { font-size: 0.9375rem; }
.page_contact .pagewidth .info .content .item h3 { font-size: 1.125rem; }
.page_contact .pagewidth .info .join { font-size: 0.9375rem; }

.join_info .row.content1 .left { font-size: clamp(2.5rem, 1.6rem + 3vw, 4rem) !important; }   /* 40→64, was 72 */
.join_info .row.content1 .right h2,
.join_info .row.content2 .info h2,
.join_info .row.content3 .info h2 { font-size: clamp(1.375rem, 1rem + 1.2vw, 1.75rem); }
.join_info .row.content1 .right p,
.join_info .row.content2 .info p,
.join_info .row.content3 .info p { font-size: 0.9375rem; line-height: 1.8; }

.list_job .pagewidth .title h2 { font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem); }
.list_job .pagewidth .title h4 { font-size: 0.9375rem; }
.list_job .pagewidth .content .layui-colla-item .layui-colla-title h2 { font-size: 1rem; }
.list_job .pagewidth .content .layui-colla-item .layui-colla-title i  { font-size: 1rem; }

/* ---------- 7. Show / news ---------- */
.show_news .title  { font-size: 1.25rem; line-height: 1.4; }
.show_news .info   { font-size: 0.8125rem; }
.show_news .content{ font-size: 0.9375rem; line-height: 1.85; }

/* ---------- 8. Footer / copy ---------- */
.footer .item h3 { font-size: 0.9375rem; }
.footer .item ul li { font-size: 0.9375rem; line-height: 2; }
.copy { font-size: 0.8125rem; }
.copy p span { font-size: 0.8125rem; }

/* ============================================================
   PC top nav: never wrap last char + tighter padding
   ============================================================ */
.header .pc_menu ul li a,
.main_nav .menu li a { white-space: nowrap; }
.header .pc_menu ul  { flex-wrap: nowrap; column-gap: 4px; }
.header .pc_menu ul li { flex: 0 0 auto; }
.header .pc_menu a   { padding: 14px 24px; font-size: 0.9375rem; }
.header .right a     { font-size: 0.875rem; }
.header .right a p   { font-size: 0.875rem; line-height: 1.3; }

@media screen and (max-width: 1600px) {
    .header .pc_menu a { padding: 14px 22px; }
}
@media screen and (max-width: 1440px) {
    .header .pc_menu a { padding: 14px 18px; }
}
@media screen and (max-width: 1280px) {
    .header { grid-template-columns: 18% 64% 18%; padding-left: 24px; padding-right: 24px; }
    .header .pc_menu a { padding: 12px 14px; font-size: 0.875rem; }
}
@media screen and (max-width: 1024px) {
    .header { grid-template-columns: 20% 60% 20%; padding-left: 16px; padding-right: 16px; }
    .header .pc_menu a { padding: 10px 10px; font-size: 0.8125rem; }
}

/* ============================================================
   Mobile / tablet (≤768px)
   ============================================================ */
@media screen and (max-width: 768px) {

    body { font-size: 15px; line-height: 1.7; }
    body:before {
        width: 100%; max-width: 500px; height: 300px;
        top: -120px; left: 50%; right: auto; transform: translateX(-50%);
    }

    .pagewidth {
        width: auto; max-width: 100%; margin: 0 auto;
        padding-left: 16px; padding-right: 16px; box-sizing: border-box;
    }
    body { --width: 100%; }
    img { max-width: 100%; height: auto; }

    /* header */
    .header { padding: 10px 16px; grid-template-columns: auto 1fr auto; gap: 8px; }
    .header .logo img { height: 32px; }
    .header .pc_menu { display: none; }
    .header .right { justify-content: flex-end; }
    .header .right a { padding: 6px 12px; font-size: 12px; }
    .header .right a p { font-size: 12px; line-height: 1.2; }
    .header .trigger { display: block; position: relative; width: 32px; height: 32px; }
    .header .innernav { position: relative; top: auto; right: auto; margin: 8px; }
    .main_nav { width: 80%; right: -80%; }
    .main_nav .menu li a { font-size: 18px; }

    /* banner */
    .index_banner .pagewidth { height: auto; min-height: 88vh; padding-top: 100px; padding-bottom: 60px; }
    .index_banner .pagewidth .row .title { padding-top: 24px; background-size: 60% auto; background-position: center bottom; }
    .index_banner .pagewidth .row .title h1,
    .index_banner .pagewidth .row .title p,
    .index_banner .pagewidth .row .title .title_green {
        font-size: clamp(1.75rem, 1.2rem + 3vw, 2.25rem) !important;  /* 28→36 */
    }
    .index_banner .pagewidth .row .subtitle { font-size: 0.9375rem; padding: 0 8px; }
    .index_banner .pagewidth .row .btn { padding-top: 32px; flex-direction: column; gap: 12px; }
    .index_banner .pagewidth .row .btn .item a { width: 100%; font-size: 0.9375rem; }
    /* shrink floating logos */
    .index_banner .pagewidth .row .logo.logo_deepseek { width: 60px; height: 60px; left: -10px; top: -40px; }
    .index_banner .pagewidth .row .logo.logo_doubao { width: 50px; height: 50px; right: -10px; top: -40px; }
    .index_banner .pagewidth .row .logo.logo_yuanbao { width: 36px; height: 36px; left: 10px; top: 40px; }
    .index_banner .pagewidth .row .logo.logo_kimi { width: 32px; height: 32px; right: 0; top: 90px; }
    .index_banner .pagewidth .row .logo.logo_wenxinyiyan { width: 32px; height: 32px; left: 0; top: 160px; }
    .index_banner .pagewidth .row .logo.logo_baiduaisou { width: 28px; height: 28px; right: 0; top: 200px; }

    /* section title shrink (mobile) */
    .index_treaty .title h2,
    .index_three .title h2,
    .index_safeguard .title h2,
    .index_client .title h2,
    .product_box1 .title h2,
    .product_box2 .title h2,
    .product_box3 .title h2,
    .product_box4 .title h2,
    .product_box5 .title h2,
    .product_box6 .title h2,
    .product_box7 .pagewidth .info h2,
    .product_box8 .info h2 { font-size: 1.5rem !important; }

    /* spacing */
    .padding,
    .product_box5,
    .product_box6,
    .product_box7,
    .index_three { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* index_treaty (table) */
    .index_treaty .content { padding-top: 24px; }
    .index_treaty .content .info,
    .index_treaty .content .layui-table { width: auto !important; max-width: 100% !important; }
    .index_treaty .content h4 { padding-top: 24px; padding-bottom: 16px; font-size: 1rem; }
    .layui-table td, .layui-table th {
        padding: 8px 10px !important; font-size: 0.8125rem !important;
        line-height: 1.5 !important; min-height: 0 !important;
    }

    /* grids → 1 col */
    .index_three .content,
    .product_box4 .content .tree,
    .product_box4 .content .text,
    .product_box5 .content { grid-template-columns: 1fr !important; gap: 16px !important; padding-top: 24px; }
    .index_three .content .item1 .ri-thumb-up-fill { font-size: 100px; right: 16px; top: 16px; }
    .index_three .content .item1,
    .index_three .content .item2,
    .index_three .content .item3 { padding: 20px; }

    /* 4 / 5 column icons */
    .product_box4 .content .text .item .icon,
    .product_box5 .content .item .icon { line-height: 80px; height: 80px; width: 80px; font-size: 32px; }
    .product_box4 .content .item .icon span,
    .product_box5 .content .item .icon span { display: none; }

    /* tag cloud */
    .product_box6 .content { gap: 10px 10px; }

    /* CTA */
    .product_box7 .pagewidth .btn { flex-direction: column; gap: 12px; }

    /* mockup section — hide */
    .product_box8:before, .product_box8:after { display: none; }
    .product_box8 .box { grid-template-columns: 1fr !important; padding: 40px 20px 0 !important; gap: 16px !important; }
    .product_box8 .info { padding-bottom: 32px; }
    .product_box8 .img .mobile,
    .product_box8 .img .pc,
    .product_box8 .img .logo { display: none !important; }

    /* contact */
    .page_contact .pagewidth { grid-template-columns: 1fr !important; gap: 24px !important; }
    .page_contact .pagewidth .info { padding-top: 24px; }

    /* footer / copy */
    .footer { padding: 32px 0; }
    .footer .pagewidth { display: block; }
    .footer .item { margin-bottom: 20px; }
    .footer .item ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
    .footer .item:nth-last-child(2) ul { display: block; }
    .copy { padding: 20px 0; }
    .copy .pagewidth { display: block; text-align: center; }
    .copy p span { display: block; margin-left: 0; }

    /* search form */
    .search_list_form { padding-top: 24px; }
    .search_list_form .layui-form { width: 100% !important; }
    .search_list_form .layui-form .box { grid-template-columns: 1fr auto !important; gap: 8px !important; }
}

/* ---------- Small phones (≤480px) ---------- */
@media screen and (max-width: 480px) {
    body { font-size: 14.5px; }
    .index_banner .pagewidth .row .title h1,
    .index_banner .pagewidth .row .title p,
    .index_banner .pagewidth .row .title .title_green { font-size: 1.625rem !important; }   /* 26 */
    .index_treaty .title h2,
    .index_three .title h2,
    .index_safeguard .title h2,
    .index_client .title h2,
    .product_box1 .title h2,
    .product_box2 .title h2,
    .product_box3 .title h2,
    .product_box4 .title h2,
    .product_box5 .title h2,
    .product_box6 .title h2,
    .product_box7 .pagewidth .info h2,
    .product_box8 .info h2 { font-size: 1.375rem !important; }   /* 22 */
}

/* ============================================================
   Contact page (.page_contact) - 直客 / 渠道 业务卡片
   原 .item 之上扩展，保持线上整体布局风格
   ============================================================ */
.page_contact .info .content .item.biz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.page_contact .info .content .item.biz > p,
.page_contact .info .content .item.biz > h3 {
    margin: 0;
}
.page_contact .info .content .item.biz .info_text {
    flex: 1;
}
.page_contact .info .content .item.biz .qr {
    flex-shrink: 0;
    text-align: center;
}
.page_contact .info .content .item.biz .qr img {
    width: 96px;
    height: 96px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: block;
    margin-bottom: 4px;
    background: #fff;
    padding: 4px;
    box-sizing: border-box;
}
.page_contact .info .content .item.biz .qr span {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

/* turn .item.biz into a 2-column inner layout: text on left, QR on right */
.page_contact .info .content .item.biz {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.page_contact .info .content .item.biz > p,
.page_contact .info .content .item.biz > h3 {
    grid-column: 1;
}
.page_contact .info .content .item.biz > .qr {
    grid-column: 2;
    grid-row: 1 / span 2;
}

@media screen and (max-width: 768px) {
    .page_contact .info .content .item.biz .qr img {
        width: 84px;
        height: 84px;
    }
}

/* ============================================================

/* ============================================================
   Contact page: compact one-screen layout
   ============================================================ */
.page_contact.padding {
    padding-top: 100px;
    padding-bottom: 24px;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.page_contact .pagewidth {
    grid-gap: 48px !important;
    margin: 0 auto;
}
.page_contact .pagewidth .info {
    padding-top: 0 !important;
}
.page_contact .pagewidth .info .title {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.page_contact .pagewidth .info .title h3 {
    font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.25rem) !important;
    line-height: 1.2 !important;
}
.page_contact .pagewidth .info .title h4 {
    font-size: clamp(1.125rem, 0.85rem + 0.9vw, 1.5rem) !important;
    line-height: 1.3 !important;
}
.page_contact .pagewidth .info .content {
    margin-bottom: 20px !important;
}
.page_contact .pagewidth .info .content .item {
    margin-bottom: 12px !important;
    font-size: 0.9375rem !important;
    padding: 14px 18px;
    background: rgba(22,23,28,0.4);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
}
.page_contact .pagewidth .info .content .item h3 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin: 2px 0 !important;
}
.page_contact .pagewidth .info .content .item h4 {
    font-size: 0.9375rem !important;
    margin: 2px 0 !important;
    line-height: 1.5 !important;
}
.page_contact .pagewidth .info .content .item > p {
    font-size: 0.8125rem !important;
    line-height: 1.4 !important;
    color: rgba(255,255,255,0.5);
    margin: 0 !important;
}

/* biz block — 2-col internal layout (text + qr) */
.page_contact .info .content .item.biz {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    column-gap: 16px !important;
}
.page_contact .info .content .item.biz > p {
    grid-column: 1;
    grid-row: 1;
    color: #8afaa2 !important;
}
.page_contact .info .content .item.biz > h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.375rem !important;
}
.page_contact .info .content .item.biz > .qr {
    grid-column: 2;
    grid-row: 1 / span 2;
    text-align: center;
}
.page_contact .info .content .item.biz .qr img {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.15);
    display: block;
    margin: 0 auto 2px;
}
.page_contact .info .content .item.biz .qr span {
    display: block;
    font-size: 0.6875rem;
    color: rgba(255,255,255,0.5);
}

/* join footer link */
.page_contact .pagewidth .info .join {
    padding-top: 16px !important;
    font-size: 0.875rem !important;
}

/* right side message box */
.page_contact .pagewidth .message .box {
    padding: 32px !important;
}
.page_contact .pagewidth .message .box .title h3 {
    font-size: 1.25rem !important;
    margin-bottom: 16px !important;
}
.page_contact .pagewidth .message .box .layui-form-label {
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    font-size: 0.875rem !important;
}
.page_contact .pagewidth .message .box .layui-form-item {
    margin-bottom: 6px !important;
}
.page_contact .pagewidth .message .box .row {
    grid-gap: 16px !important;
}
.page_contact .pagewidth .message .box .layui-input,
.page_contact .pagewidth .message .box .layui-textarea {
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
}
.page_contact .pagewidth .message .box .layui-textarea {
    min-height: 60px;
    line-height: 1.5;
}
.page_contact .pagewidth .message .box .layui-form-item:last-child .layui-input-block {
    padding-top: 12px !important;
}
.page_contact .pagewidth .message .box .layui-btn-lg {
    height: 42px;
    line-height: 42px;
    font-size: 0.9375rem;
}

/* mobile — natural scroll */
@media screen and (max-width: 768px) {
    .page_contact.padding {
        min-height: 0;
        padding-top: 80px;
        padding-bottom: 40px;
        display: block;
    }
    .page_contact .pagewidth {
        grid-template-columns: 1fr !important;
        grid-gap: 24px !important;
    }
    .page_contact .pagewidth .message .box {
        padding: 20px !important;
    }
    .page_contact .info .content .item.biz .qr img {
        width: 80px;
        height: 80px;
    }
}

/* ---- Contact form row alignment fix (override layui float/clear) ---- */
.page_contact .pagewidth .message .box .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 16px !important;
    align-items: stretch !important;
}
.page_contact .pagewidth .message .box .row > .layui-form-item {
    clear: none !important;
    float: none !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0;
}
.page_contact .pagewidth .message .box .row > .layui-form-item .layui-form-label {
    float: none !important;
    width: 100% !important;
    padding: 0 0 6px 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    height: auto !important;
}
.page_contact .pagewidth .message .box .row > .layui-form-item .layui-input-block {
    margin-left: 0 !important;
    flex: 1 !important;
    min-width: 0 !important;
}
.page_contact .pagewidth .message .box .row > .layui-form-item .layui-input {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* ---- Override style.css line 368 padding & layui float for the row ---- */
.page_contact .pagewidth .message .box .row .layui-form-item .layui-form-label {
    padding-top: 0 !important;
    padding-bottom: 6px !important;
}
.page_contact .pagewidth .message .box .row .layui-form-item:after {
    display: none !important;
}

/* ---- Bigger QR, drop the caption ---- */
.page_contact .info .content .item.biz .qr img {
    width: 110px !important;
    height: 110px !important;
}
.page_contact .info .content .item.biz .qr span {
    display: none !important;
}

/* ============================================================
   FORCE: simple block layout for the row, no flex no float
   appended last so it wins
   ============================================================ */
.page_contact .pagewidth .message .box .row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    align-items: start !important;
}
.page_contact .pagewidth .message .box .row .layui-form-item {
    display: block !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 0;
}
.page_contact .pagewidth .message .box .row .layui-form-item:before,
.page_contact .pagewidth .message .box .row .layui-form-item:after {
    content: none !important;
    display: none !important;
}
.page_contact .pagewidth .message .box .row .layui-form-item > .layui-form-label {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 6px 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    font-size: 0.875rem !important;
    color: #fff !important;
}
.page_contact .pagewidth .message .box .row .layui-form-item > .layui-input-block {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.page_contact .pagewidth .message .box .row .layui-form-item .layui-input {
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    line-height: 38px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    font-size: 0.875rem !important;
}
