@font-face {
    font-family: 'InterSemiBold';
    src: url('/wp-content/themes/daier/fonts/Inter-SemiBold.eot');
    src: url('/wp-content/themes/daier/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/daier/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/daier/fonts/Inter-SemiBold.woff') format('woff'),
        url('/wp-content/themes/daier/fonts/Inter-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/daier/fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterRegular';
    src: url('/wp-content/themes/daier/fonts/Inter-Regular.eot');
    src: url('/wp-content/themes/daier/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/daier/fonts/Inter-Regular.woff2') format('woff2'),
        url('/wp-content/themes/daier/fonts/Inter-Regular.woff') format('woff'),
        url('/wp-content/themes/daier/fonts/Inter-Regular.ttf') format('truetype'),
        url('/wp-content/themes/daier/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



header {
  background-color: #ffffff;
}
h1,h2,h3,h4{
  font-family: 'InterSemiBold' !important;
}
p,li,a{
  font-family: 'InterRegular' !important;
}
.topbar_box {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px 0 0 0;
}

.lan {
  margin: 0;
}

/* 外层容器 */
.lan.gtranslate {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: 'InterRegular';
}

/* 隐藏谷歌默认多余文字区域（保留翻译功能） */
#google_translate_element2 .goog-te-gadget {
  font-size: 0;
  color: transparent !important;
}

#google_translate_element2 .goog-te-gadget span {
  display: none !important;
}

/* 隐藏默认的谷歌下拉，只保留你自己的 */
#google_translate_element2 .goog-te-combo {
  display: none !important;
}

/* 美化你自己的语言选择器 */
.gt_selector {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  max-width: 164px;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease;
}

.gt_selector:hover {
  border-color: #ed1b24;
  box-shadow: 0 6px 18px rgba(237, 27, 36, 0.25);
}

.gt_selector:focus {
  border-color: #ed1b24;
  box-shadow: 0 0 0 4px rgba(237, 27, 36, 0.25);
}

/* 自定义箭头 */
.lan.gtranslate::after {
  content: "⌄";
  position: absolute;
  right: 14px;
  top: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6b7280;
  pointer-events: none;
}

.gt_selector option {
  color: #111827;
  background: #ffffff;
}

.header_style_one {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 99;
}

.header_style_one .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* logo */
.header_style_one .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.header_style_one .logo img {
  max-height: 52px;
  width: auto;
  display: block;
}

/* 中间主导航 */
.header_style_one .nav_main_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_style_one .nav_main_menu .menu-item {
  position: relative;
  list-style: none;
}

.header_style_one .nav_main_menu > .menu-item {
  margin: 0 18px;
}

.header_style_one .nav_main_menu > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 84px;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: all 0.25s ease;
}

.header_style_one .nav_main_menu > .menu-item > a:hover {
  color: #ed1b24;
}

.header_style_one .nav_main_menu > .current-menu-item > a,
.header_style_one .nav_main_menu > .current-menu-parent > a,
.header_style_one .nav_main_menu > .current_page_item > a,
.header_style_one .nav_main_menu > .current_page_parent > a {
  color: #ed1b24;
}

/* 有子菜单的小箭头 */
.header_style_one .nav_main_menu > .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #ed1b24;
  border-bottom: 1.5px solid #ed1b24;
  transform: rotate(45deg);
  margin-top: -2px;
  margin-left: 4px;
  transition: transform 0.25s ease;
}

.header_style_one .nav_main_menu > .menu-item-has-children:hover > a::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

/* 子菜单 */
.header_style_one .nav_main_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

.header_style_one .nav_main_menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header_style_one .nav_main_menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.header_style_one .nav_main_menu .sub-menu li a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.header_style_one .nav_main_menu .sub-menu li a:hover {
  background: #fff5f5;
  color: #ed1b24;
}

/* 右侧区域 */
.header_style_one .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

/* 搜索框区域 */
.header_style_one .search-box {
  display: flex;
  align-items: center;
}

.header_style_one .search-box form {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}

.header_style_one .search-box label,
.header_style_one .search-box .screen-reader-text {
  display: none;
}

.header_style_one .search-box input[type="search"],
.header_style_one .search-box input[type="text"] {
  width: 170px !important;
  height: 40px !important;
  border: 1px solid #222222;
  border-radius: 999px;
  background: #ffffff;
  padding: 0 40px 0 14px;
  font-size: 14px;
  color: #222222;
  outline: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.header_style_one .search-box input[type="search"]::placeholder,
.header_style_one .search-box input[type="text"]::placeholder {
  color: #777777;
}

.header_style_one .search-box input[type="search"]:focus,
.header_style_one .search-box input[type="text"]:focus {
  border-color: #ed1b24;
  box-shadow: 0 0 0 3px rgba(237, 27, 36, 0.12);
}

/* submit 点击区放右边 */
.header_style_one .search-box input[type="submit"] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
}

/* 放大镜圆圈 */
.header_style_one .search-box form::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #222222;
  border-radius: 50%;
  transform: translateY(-65%);
  pointer-events: none;
  z-index: 4;
}

/* 放大镜手柄 */
.header_style_one .search-box form::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 2px;
  background: #222222;
  border-radius: 2px;
  transform: translateY(3px) rotate(45deg);
  pointer-events: none;
  z-index: 4;
}

/* 红色按钮 */
.header_style_one .btn-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 40px;
  padding: 0 22px;
  background: #ed1b24;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.header_style_one .btn-store:hover {
  background: #d9151d;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(237, 27, 36, 0.22);
  transform: translateY(-1px);
}

/* 清理 wp_nav_menu 可能带来的 ul */
.header_style_one .nav_main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 只改 header_style_one 里的 UberMenu 一级菜单 */
.header_style_one .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target,
.header_style_one .ubermenu-nav .ubermenu-item-level-0 > .ubermenu-target,
.header_style_one .ubermenu .ubermenu-item-level-0 > .ubermenu-target {
  height: 84px !important;
  font-family: 'InterSemiBold' !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 16px !important;
  color: #222222 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 22px !important;
  line-height: 1 !important;
  transition: color 0.25s ease !important;
}

/* 一级菜单 hover */
.header_style_one .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover,
.header_style_one .ubermenu-nav .ubermenu-item-level-0 > .ubermenu-target:hover,
.header_style_one .ubermenu .ubermenu-item-level-0 > .ubermenu-target:hover {
  color: #ed1b24 !important;
  background: transparent !important;
}

/* 当前激活一级菜单 */
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-active > .ubermenu-target,
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-item-open > .ubermenu-target {
  color: #ed1b24 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.header_style_one .ubermenu .ubermenu-item-level-0 {
  margin: 0 8px !important;
}

/* 一级菜单容器对齐 */
.header_style_one .ubermenu-nav,
.header_style_one .ubermenu-items-align-center {
  display: flex !important;
  align-items: center !important;
}

/* 手机端优化 */
@media (max-width: 768px) {
  .gt_selector {
    min-width: 160px;
    font-size: 13px;
    border-radius: 10px;
  }

  .lan.gtranslate::after {
    right: 12px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header_style_one .container {
    gap: 20px;
  }

  .header_style_one .nav_main_menu > .menu-item {
    margin: 0 12px;
  }

  .header_style_one .search-box input[type="search"],
  .header_style_one .search-box input[type="text"] {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .header_style_one .container {
    min-height: 72px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header_style_one .logo img {
    max-height: 44px;
  }

  .header_style_one .nav_main_menu {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .header_style_one .nav_main_menu > .menu-item > a {
    height: 48px;
    white-space: nowrap;
  }

  .header_style_one .header-right {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .header_style_one .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_style_one .search-box {
    display: none;
  }

  .header_style_one .btn-store {
    min-width: auto;
    height: 38px;
    padding: 0 18px;
    font-size: 12px;
  }

  .header_style_one .nav_main_menu > .menu-item {
    margin: 0 10px 0 0;
  }

  .header_style_one .nav_main_menu > .menu-item > a {
    font-size: 12px;
  }
}
/* UberMenu 一级菜单：有子菜单的项加红色下箭头 */
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target .ubermenu-target-title::after,
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-flyout > .ubermenu-target .ubermenu-target-title::after,
.header_style_one .ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-mega > .ubermenu-target .ubermenu-target-title::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    margin-top: -6px;
    vertical-align: middle;
    border-right: 1.5px solid #ed1b24;
    border-bottom: 1.5px solid #ed1b24;
    transform: rotate(45deg);
}

/* 隐藏 UberMenu 自带的默认箭头，避免冲突 */
.header_style_one .ubermenu .ubermenu-item-level-0 > .ubermenu-target .ubermenu-sub-indicator {
  display: none !important;
}
header .container{
  width: 100%;
  padding: 0 60px;
}
.home-banner-swiper {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}
.banner-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content {
    color: #fff;
}
.banner-content-box{
  max-width: 830px;
}
.banner-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.banner-content p {
    font-size: 16px;
    margin-bottom: 30px;
}
.btn {
    padding: 12px 30px;
    margin-right: 15px;
    border-radius: 50px;
    text-decoration: none;
}
.btn-primary { background: #e30613; color: #fff; }
.btn-secondary { background: #fff; color: #000; }

.swiper-bottom-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.swiper-bottom-nav-box{
    display: flex;
    justify-content: space-between;
}
.swiper-bottom-nav .slide-nav {
    cursor: pointer;
    text-align: left;
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.3s;
    width: 32%;
}
.swiper-bottom-nav .slide-nav.active {
    opacity: 1;
}
.swiper-bottom-nav .slide-nav strong {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.btn{
  border: 0 !important;
}
.product-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.product-category-card {
    background: #f7f7f9;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 0 0 18%;         /* 5 个卡片一行 */
    box-sizing: border-box;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;    /* 水平居中 */
}

.product-category-card img {
    width: auto;           /* 使用原始宽度 */
    height: auto;          /* 使用原始高度 */
    max-width: 100%;       /* 超过容器时自适应缩放 */
    margin-bottom: 15px;
}

.product-category-card h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.product-category-card h4 a{
  color: #222222;
  font-family: 'InterSemiBold' !important;
}
.product-category-card:hover a{
  color: #e30613;
}
.product-category-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.product-category-card ul li::before {
    content: "•";
    color: #e30613;
    margin-right: 5px;
}
.product-category--image{
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product-box{
  padding: 90px 0;
}
.home-title-box{
  margin-bottom: 45px;
  text-align: center;
}
.home-new-title{
  font-size: 40px;
  line-height: 48px;
  color: #222222;
  margin-bottom: 10px;
}
.home-new-title + p{
  font-size: 18px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 25px;
}
.main-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 500px;
}

.main-swiper .slide-bg {
    position: absolute;
    top:0; left:0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.main-swiper .slide-content {
    position: absolute;
    top: 20%;
    left: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 35px;
    border-radius: 15px;
}

.main-swiper .slide-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.main-swiper .slide-content ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.main-swiper .slide-content ul li::before {
    content: ">";
    color: #fff;
    margin-right: 8px;
}

.thumb-swiper {
    margin-top: -30px;
    text-align: center;
}

.thumb-swiper .swiper-slide {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid transparent;
}

.thumb-swiper .swiper-slide-thumb-active img {
    border-color: red; /* 当前选中缩略图高亮 */
}
.thumb-swiper .swiper-slide {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;        /* 圆形 */
    border: 2px solid transparent;
    padding: 4px;
    background-color: #fff;
}

.thumb-swiper .swiper-slide-thumb-active img {
    border-color: red;          /* 当前选中缩略图高亮 */
}
.home-about-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 70px;
    height: 800px;
    margin: 150px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-statistics-wrap {
    position: relative;
    z-index: 2;
    margin-top: -135px;
}

.about-statistics-box {
    background: #ff161f;
    border-radius: 18px;
    padding: 28px 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.stat-item {
    flex: 1;
    color: #fff;
}

.stat-number {
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
    white-space: nowrap;
}

.stat-suffix {
    margin-left: 2px;
}

.stat-desc {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-family: 'InterRegular' !important;
}

.about-content-wrap {
    position: relative;
    z-index: 2;
}

.about-content-box {
    max-width: 781px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    padding: 38px 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.about-content-box h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px;
}

.about-content-box h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
    margin: 0 0 20px;
}

.about-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .about-statistics-box {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 0 0 calc(50% - 10px);
    }

    .stat-number {
        font-size: 38px;
    }

    .stat-desc {
        font-size: 18px;
    }

    .about-content-box h2 {
        font-size: 36px;
    }

    .about-content-box h4 {
        font-size: 24px;
    }

    .about-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-about-section {
        padding: 60px 0 50px;
    }

    .about-statistics-wrap {
        margin-bottom: 40px;
    }

    .about-statistics-box {
        padding: 20px;
        gap: 16px;
    }

    .stat-item {
        flex: 0 0 100%;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-desc {
        font-size: 16px;
    }

    .about-content-box {
        padding: 24px 20px;
    }

    .about-content-box h2 {
        font-size: 28px;
    }

    .about-content-box h4 {
        font-size: 20px;
    }
}
.home-advantage-section {
    padding: 70px 0;
    background: #f7f7f7;
}

.home-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.advantage-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 24px 36px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    height: 100%;
}

.advantage-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-icon img {
    max-width: 42px;
    max-height: 42px;
    width: auto;
    height: auto;
}

.advantage-title {
    font-size: 20px;
    line-height: 1.35;
    color: #222;
    margin: 0 0 18px;
    font-family: 'InterSemiBold' !important;
}

.advantage-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 991px) {
    .home-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .home-advantage-grid {
        grid-template-columns: 1fr;
    }

    .advantage-card {
        padding: 24px 18px 28px;
    }

    .advantage-title {
        font-size: 18px;
    }

    .advantage-desc {
        font-size: 14px;
        line-height: 1.7;
    }
}
.news-section {
    padding: 90px 0;
}

.news-section .news-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.news-section .news-left {
    flex: 1;
}

.news-section .news-left-image img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.news-section .news-left-content {
    margin-top: 15px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
}

.news-section .news-left-content .news-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.news-section .news-left-content .news-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.news-section .news-left-content .news-title a {
    text-decoration: none;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-family: 'InterSemiBold' !important;
    text-transform: capitalize;
}
.news-section .news-left-content .news-title a:hover {
    color: #ed1c24;
    transition: all 0.4s ease 0s;
}
.news-section .btn-view-more {
    color: #e30613;
    text-decoration: none;
    font-weight: bold !important;
}

.news-section .news-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-section .news-right-item {
    display: flex;
    gap: 10px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 6px;
    align-items: center;
}

.news-section .news-right-item .news-thumb img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 4px;
}

.news-section .news-right-item .news-info .news-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.news-section .news-right-item .news-info .news-title {
    margin: 0;
    font-size: 14px;
}

.news-section .news-right-item .news-info .news-title a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-family: 'InterSemiBold' !important;
    text-transform: capitalize;
}
.news-section .news-right-item .news-info .news-title a:hover{
    color: #ed1c24;
    transition: all 0.4s ease 0s;
}
.news-thumb {
    width: 30%;
}
.news-info {
    width: 60%;
}
.news-section .news-view-all {
    text-align: center;
    margin-top: 50px;
}

/* 响应式 */
@media (max-width: 992px) {
    .news-section .news-wrapper {
        flex-direction: column;
    }
    .news-section .news-left,
    .news-section .news-right {
        flex: 1;
    }
}
.quote-section {
  position: relative;
  padding: 22px 18px;
}

.quote-section .container {
  margin: 0 auto;
}

.quote-section__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  min-height: 330px;
  padding: 46px 48px;
  border-radius: 16px;
  overflow: hidden;
  background: url("https://www.chinadaier.com/wp-content/uploads/2026/03/bg.png") center center / cover no-repeat;
}

/* 左侧 */
.quote-section__left {
  flex: 0 0 40%;
  max-width: 430px;
  position: relative;
  z-index: 2;
}

.quote-section__title {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.15;
  color: #222;
  letter-spacing: 0;
}

.quote-section__text {
  margin: 0;
  max-width: 340px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #333;
}

/* 右侧 */
.quote-section__right {
  flex: 0 0 52%;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.quote-section__form-wrap {
  width: 100%;
}

/* placeholder */
.quote-section .nf-field-element input::placeholder,
.quote-section .nf-field-element textarea::placeholder {
  color: #777;
  opacity: 1;
  font-size: 15px;
  font-weight: 400;
}

/* focus */
.quote-section .nf-field-element input:focus,
.quote-section .nf-field-element textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 32, 32, 0.15);
}

/* 按钮 */
.quote-section .submit-wrap {
  text-align: left;
}

.quote-section .nf-field-element input[type="submit"]:hover {
  background: #e31717;
  transform: translateY(-1px);
}

.quote-section .nf-field-element input[type="submit"]:active {
  transform: translateY(0);
}

/* 让按钮位置更像设计稿 */
.quote-section #nf-field-51-wrap {
  margin-top: 6px;
}
.quote-section .nf-before-form-content{
  display: none;
}
.quote-section .nf-form-content .list-select-wrap .nf-field-element>div,.quote-section .nf-form-content input:not([type=button]), .nf-form-content textarea{
  background-color: #ffffff !important;
}
.quote-section .nf-form-content textarea{
  height: 200px;
}
.quote-section .nf-field-element input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 242px;
  height: 40px;
  padding: 0 28px !important;
  border: none;
  border-radius: 999px;
  background: #ff1d1d !important;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.25s ease;
  width: fit-content !important;
}
.quote-section{
  margin-bottom: 50px;
}
/* 响应式 */
@media (max-width: 991px) {
  .quote-section__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 36px 28px;
  }

  .quote-section__left,
  .quote-section__right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .quote-section__text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .quote-section {
    padding: 16px 12px;
  }

  .quote-section__container {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 12px;
  }

  .quote-section__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .quote-section__text {
    font-size: 16px;
  }

  .quote-section .one-half {
    width: 100% !important;
  }

  .quote-section .nf-field-element input[type="submit"] {
    width: 100%;
    min-width: 100%;
  }
}
footer {
    background-image: url('https://www.chinadaier.com/wp-content/uploads/2026/03/foot-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.newfoot_logo h3,
.newfoot_menu h3,
.newfoot_menu a,
.newfoot_logo h5{
  color: #ffffff;
}
@media (max-width: 1440px){
  .stat-number {
    font-size: 40px;
  }
  .stat-desc {
    font-size: 16px;
  }
  .news-section .news-right-item .news-thumb img {
    width: 145px;
    height: 145px;
  }
  .header_style_one .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, .header_style_one .ubermenu-nav .ubermenu-item-level-0 > .ubermenu-target, .header_style_one .ubermenu .ubermenu-item-level-0 > .ubermenu-target{
    padding: 0 !important;
  }
  .search-box form{
    top: 0;
  }
}
@media (max-width: 1280px){
  .home-banner-swiper{
    height: 660px;
  }
}
.newfoot_logo h3{
  margin-top: 20px;
}
.newfoot_logo h5{
  margin-bottom: 20px;
}
.newfoot_menu h3{
  text-transform: uppercase;
}
.newfoot_logo{
  border-right: 0;
}
.newfoot_menu h3 + p{
  color: #ffffff;
  margin: 20px 0;
}
.newfoot_social img{
  margin-right: 10px;
}
.newfoot_down p{
  text-align: center;
}
/* 专门针对 1024px（iPad Pro 竖屏）及以下分辨率的调整 */
@media screen and (max-width: 1024px) {
    nav#ubermenu-main-2-primary, nav#ubermenu-main-229-custommenu {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #ffffff !important;
        top: 50px;
    }
    .header_style_one .ubermenu-nav, .header_style_one .ubermenu-items-align-center{
      justify-content: space-around !important;
    }
    .ubermenu-skin-black-white-2.ubermenu-responsive-toggle{
      display: none !important;
    }
    .product-category-card{
      flex: 0 0 31%;
    }
    .product-categories{
      justify-content: flex-start;
    }
    .home-advantage-grid {
      grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 820px){
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
      display: block !important;
  }
  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    color: #222 !important;
    font-size: 14px !important;
    padding: 0 !important;
  }
  nav#ubermenu-main-2-primary, nav#ubermenu-main-229-custommenu {
    top: 119px;
  }
  header .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 580px){
  .topbar_box{
    display: none;
  }
  .header_style_one .container{
    padding: 0;
  }
  nav#ubermenu-main-2-primary, nav#ubermenu-main-229-custommenu {
    top: 72px;
  }  
  .banner-content h2 {
    font-size: 32px;
  }
  .banner-content-box .btn{
    margin: 10px 0;
  }
  .swiper-bottom-nav {
    left: 0;
    transform: inherit;
    width: 100%;
  }
  .home-new-title {
    font-size: 32px;
    line-height: 38px;
  }
  .product-category-card {
    flex: 0 0 100%;
  }  
  .home-advantage-grid {
    grid-template-columns: repeat(1, 1fr);
  }  
  .news-section .news-right-item .news-thumb img {
    width: 108px;
    height: 108px;
  }  
  .newfoot_logo{
    margin-bottom: 35px;
  }
}