@charset "UTF-8";
/* 按钮 */
/* 输入框 */
/* 文本域 */
/* 图片背景 */
/* 滚动条不可见但可滚动 */
/* 文本行距空白的协调 */
/* 大屏幕设备(桌面) */
@media (min-width: 1023px) and (max-width: 3840px) {
  .container-outer {
    width: 1600px;
  }
}
@media (min-width: 1023px) and (max-width: 1920px) {
  .container-outer {
    width: 1400px;
  }
  div.product-detail .product-top {
    height: 640px;
  }
  div.product-detail .product-top .swiper.thumb {
    min-width: 120px;
  }
  div.product-detail .product-top .swiper.show {
    min-width: 640px;
    width: 640px;
  }
  div.product-detail .product-top .product-info {
    width: calc(100% - 120px - 640px - 4rem);
  }
  div.product-detail .product-info h3 {
    font-size: 3.6rem;
  }
  div.product-detail .product-info p {
    font-size: 1.8rem;
  }
  div.product-detail .product-info button {
    font-size: 1.8rem !important;
  }
  div.product-detail .product-info .product-manual > a {
    font-size: 1.8rem;
  }
  div.product-detail .product-info .content-share {
    font-size: 1.8rem;
  }
  div.product-detail .product-bottom .product-bottom-nav li {
    font-size: 1.8rem;
  }
  div.distributor-card {
    font-size: 1.8rem;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .container-outer {
    width: 1200px;
  }
  div.product-detail .product-top {
    height: 550px;
  }
  div.product-detail .product-top .swiper.thumb {
    min-width: 102px;
  }
  div.product-detail .product-top .swiper.show {
    min-width: 550px;
    width: 550px;
  }
  div.product-detail .product-top .product-info {
    margin-left: 2rem;
    width: calc(100% - 102px - 550px - 2rem);
  }
  div.product-detail .product-info h3 {
    font-size: 3rem;
  }
  div.product-detail .product-info p {
    font-size: 1.6rem;
  }
  div.product-detail .product-info button {
    font-size: 1.6rem !important;
    line-height: 4.4rem !important;
    height: 4.4rem !important;
  }
  div.product-detail .product-info .product-manual > a {
    font-size: 1.6rem;
    line-height: 4.4rem;
    height: 4.4rem;
  }
  div.product-detail .product-info .product-manual ul {
    top: 2.2rem;
  }
  div.product-detail .product-info .product-manual li:first-child {
    padding-top: 3.2rem;
  }
  div.product-detail .product-info .content-share {
    font-size: 1.6rem;
  }
  div.product-detail .product-info .content-share > span {
    height: 4.4rem;
    line-height: 4.4rem;
  }
  div.product-detail .product-bottom .product-bottom-nav li {
    font-size: 1.6rem;
  }
  div.product-detail .product-bottom .zc-detail-text .text {
    font-size: 1.4rem;
  }
  div.page-about .part-bottom li {
    width: 380px;
  }
  div.page-about .part-bottom li p {
    font-size: 14px;
    width: 80%;
  }
  div.distributor-card {
    font-size: 1.6rem;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .container-outer {
    width: 1024px;
  }
  div.product-detail .product-top {
    height: 450px;
  }
  div.product-detail .product-top .swiper.thumb {
    min-width: 82px;
  }
  div.product-detail .product-top .swiper.show {
    min-width: 450px;
    width: 450px;
  }
  div.product-detail .product-top .product-info {
    margin-left: 2rem;
    width: calc(100% - 82px - 450px - 2rem);
  }
  div.product-detail .product-info > * {
    margin-bottom: 2rem;
  }
  div.product-detail .product-info h3 {
    font-size: 2.8rem;
  }
  div.product-detail .product-info p {
    font-size: 1.6rem;
  }
  div.product-detail .product-info button {
    font-size: 1.6rem !important;
    line-height: 3.8rem !important;
    height: 3.8rem !important;
  }
  div.product-detail .product-info .product-manual > a {
    font-size: 1.6rem;
    line-height: 3.8rem;
    height: 3.8rem;
  }
  div.product-detail .product-info .product-manual ul {
    top: 1.9rem;
  }
  div.product-detail .product-info .product-manual li:first-child {
    padding-top: 2.9rem;
  }
  div.product-detail .product-info .content-share {
    font-size: 1.6rem;
    gap: 1rem;
  }
  div.product-detail .product-info .content-share > span {
    height: 3.8rem;
    line-height: 3.8rem;
  }
  div.product-detail .product-bottom .product-bottom-nav li {
    font-size: 1.6rem;
  }
  div.product-detail .product-bottom .zc-detail-text .text {
    font-size: 1.4rem;
  }
  div.distributor-card {
    font-size: 1.4rem;
  }
}
/* 小屏幕设备（包括横屏手机） */
@media (max-width: 1023px) {
  /* 通用移动端样式 */
  .container-outer {
    width: 100%;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* 头部 */
  .header {
    height: 60px;
  }
  .header .part-top {
    height: 60px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  }
  .header .part-top .tools-list > * {
    background-color: transparent;
    box-shadow: none;
    width: 3rem;
    padding: 0;
  }
  .header .part-top .tools-list > * span {
    display: none;
  }
  .header .part-top .tools-list .user-cart.has-cart::after {
    top: -1rem;
  }
  .header .part-top .tools-list .nav-show {
    display: block;
  }
  .header .part-top .tools-list .nav-show.hide {
    display: none;
  }
  .header .part-top .tools-list .nav-close {
    font-size: 1.8rem;
  }
  .header .part-top .tools-list .nav-close.show {
    display: block;
  }
  .header .part-top .tools-list .language-switcher {
    width: auto !important;
    height: 3rem !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    gap: 0.5rem;
  }
  .header .part-top .tools-list .language-switcher .lang-btn {
    width: auto !important;
    padding: 0 0.8rem !important;
    height: 3rem !important;
    font-size: 1.3rem !important;
    border: 1px solid rgba(62, 58, 57, 0.2) !important;
    border-radius: 0.3rem !important;
    background-color: #fff;
  }
  .header .part-top .tools-list .language-switcher .lang-btn:first-child {
    border-right: 1px solid rgba(62, 58, 57, 0.2) !important;
  }
  .header .part-top .tools-list .language-switcher .lang-btn.active {
    color: #FCC319 !important;
    font-weight: 600 !important;
    background-color: rgba(252, 195, 25, 0.1) !important;
    border-color: #FCC319 !important;
  }
  .header .part-top .tools-list .language-switcher .lang-btn:not(.active) {
    color: #3E3A39;
  }
  .header .part-top .tools-list .language-switcher .lang-btn:not(.active):active {
    transform: scale(0.95);
  }
  .header .part-top svg {
    font-size: 2.4rem;
  }
  .header.fixed .part-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FAF3E8;
  }
  .header.fixed .header-nav {
    top: 60px;
  }
  .header .header-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    overflow: auto;
    border: 0;
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1) inset;
  }
  .header .header-nav.show {
    display: block;
  }
  .header .header-nav > ul > li {
    display: block;
    width: 100%;
    margin: 0;
    box-shadow: 0 -1px 0 0px #eee inset;
  }
  .header .header-nav > ul > li:first-child {
    margin-left: 0;
  }
  .header .header-nav > ul > li::after {
    content: none;
  }
  .header .header-nav > ul > li > a {
    padding-left: 2rem;
  }
  .header .header-nav > ul > li > a::before {
    content: none;
  }
  .header .header-nav > ul > li.has-sub > a {
    border-right: 0;
  }
  .header .header-nav > ul > li.has-sub > a::after {
    content: none;
  }
  .header .header-nav > ul > li ul {
    position: relative;
    left: 0;
    box-shadow: 0 1px 0 0px #eee inset;
    top: auto;
    display: none;
  }
  .header .header-nav > ul > li li {
    position: relative;
    line-height: 60px;
    padding: 0;
    height: auto;
    overflow: visible;
    opacity: 1;
    box-shadow: 0 -1px 0 0px #eee inset;
  }
  .header .header-nav > ul > li li.has-sub::after {
    content: none;
  }
  .header .header-nav > ul > li li:hover {
    background-color: transparent;
  }
  .header .header-nav > ul > li ul a {
    padding-left: 4rem;
    font-size: 16px;
    line-height: 60px;
  }
  .header .header-nav > ul > li ul ul a {
    padding-left: 6rem;
  }
  .header .header-nav > ul > li ul ul ul a {
    padding-left: 8rem;
  }
  .header .header-nav .submenu-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 60px;
  }
  .header .header-nav .submenu-button::after {
    content: '+';
    font-size: 3rem;
    color: #3E3A39;
  }
  .header .header-nav .submenu-button.submenu-opened::after {
    content: '-';
  }
  /* 页面position */
  .banner-path {
    padding-top: 0.5rem;
  }
  /* 产品列表 */
  .product-list div.left {
    display: none;
  }
  .product-list div.right {
    width: 100%;
  }
  .product-list div.page-overview {
    line-height: 1;
    height: auto;
    padding: 0.5rem 0 2rem 0;
    text-align: center;
  }
  .product-list .item-list .text {
    padding: 1rem;
  }
  /* 产品样本/手册 */
  .catalogue-list div.left {
    display: none;
  }
  .catalogue-list div.right {
    width: 100%;
  }
  .catalogue-list div.right .item-list .text {
    padding: 1rem;
  }
  /* 全球经销商 */
  div.page-distributors h2 {
    padding: 1rem 0 3rem 0;
  }
  /* 联系我们 */
  .page-contact div.page-inside {
    padding: 1rem 0 4rem 0;
  }
  .page-contact div.page-inside h2 {
    padding-bottom: 2rem;
  }
  /* 关于我们 */
  div.page-about h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
  }
  div.page-about .word-part p {
    font-size: 1.4rem;
  }
  div.page-about .strength .part1 {
    margin-top: 4rem;
  }
  /* 购物车 */
  div.cart-page {
    padding: 2rem 0 4rem 0;
  }
  div.cart-page h2 {
    padding-bottom: 2rem;
  }
  div.cart-page .cart-list > li {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  div.cart-page .cart-list .product-title h3 {
    font-size: 1.4rem;
  }
  div.cart-page .cart-list .product-title > span {
    opacity: 0.8;
  }
  div.cart-page .total-info .btn-bottom {
    margin-top: 0;
    gap: 1rem;
  }
  /* 产品详情 */
  div.product-detail .product-info > * {
    margin-bottom: 2rem;
  }
  div.product-detail .product-info h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  div.product-detail .product-info p {
    font-size: 1.4rem;
  }
  div.product-detail .product-info button {
    font-size: 1.6rem !important;
    line-height: 3.8rem !important;
    height: 3.8rem !important;
  }
  div.product-detail .product-info .product-manual > a {
    font-size: 1.6rem;
    line-height: 3.8rem;
    height: 3.8rem;
  }
  div.product-detail .product-info .product-manual ul {
    top: 1.9rem;
  }
  div.product-detail .product-info .product-manual li:first-child {
    padding-top: 2.9rem;
  }
  div.product-detail .product-info .content-share {
    font-size: 1.6rem;
    gap: 1rem;
  }
  div.product-detail .product-info .content-share > span {
    height: 3.8rem;
    line-height: 3.8rem;
  }
  div.product-detail .product-bottom .product-bottom-box {
    min-height: auto;
  }
  div.product-detail .product-bottom .product-bottom-nav li {
    font-size: 1.6rem;
  }
  div.product-detail .product-bottom .zc-detail-text .text {
    font-size: 1.4rem;
  }
  /* 首页 */
  div.product-category h3 {
    padding: 3rem 0 3rem 0;
    font-size: 3rem;
  }
  div.hot-product h3 {
    font-size: 3rem;
  }
  div.hot-product .swiper-slide .text {
    padding: 1rem;
  }
  /* 竖屏特定调整 */
  /* 横屏特定调整 */
}
@media (max-width: 1023px) and (orientation: portrait) {
  .header .part-top .tools-list .search-show {
    display: block;
  }
  .header .part-top .search {
    opacity: 0;
    position: absolute;
    top: 12px;
    right: 0.5rem;
    z-index: 110;
    pointer-events: none;
  }
  .header .part-top .search .search-icon {
    display: none;
  }
  .header .part-top .search .close-icon {
    display: block;
    color: #3E3A39;
    font-size: 1.8rem;
  }
  .header .part-top .search.show {
    opacity: 1;
    pointer-events: auto;
  }
  div.banner-path .link .dis {
    display: none;
  }
  .footer div.footer-content-top {
    display: block;
    padding: 2rem 0 2rem 0;
  }
  .footer div.footer-item {
    padding: 2rem 0 2rem 0.5rem;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer div.footer-item:first-child {
    padding-left: 0;
    border-top: 0;
  }
  .footer div.logo-item {
    width: 100%;
    margin-bottom: 15%;
  }
  .footer div.back-show {
    overflow: hidden;
  }
  .footer div.back-show .bee {
    bottom: auto;
    left: auto;
    top: 402px;
    right: -4px;
    width: 150px;
    height: auto;
    transform: rotate(-10deg);
  }
  .footer div.back-show .path1 {
    bottom: 0;
    left: -520px;
    right: auto;
    top: auto;
    width: 900px;
    transform: translate(1%, -450px);
  }
  .footer div.back-show .path2 {
    height: auto;
    width: 280px;
    left: auto;
    bottom: auto;
    top: 461px;
    right: 130px;
    opacity: 0.3;
  }
  .footer div.footer-item-top {
    border-bottom: 0;
    padding: 0;
    font-size: 2.2rem;
  }
  .product-list div.item-list {
    gap: 1rem;
  }
  .product-list div.item-list > div {
    width: calc((100% - 1rem) / 2);
  }
  .catalogue-list div.item-list {
    gap: 1rem;
  }
  .catalogue-list div.item-list > div {
    width: calc((100% - 1rem) / 2);
  }
  div.distributors-list > div {
    gap: 1rem;
  }
  div.distributor-card {
    width: 100%;
  }
  div.distributor-marker {
    width: 16px;
    height: 16px;
  }
  .page-contact div.page-inside h3 {
    font-size: 2.2rem;
    padding-bottom: 2rem;
  }
  .page-contact div.content-box {
    display: block;
  }
  .page-contact div.content-box .contact-info {
    width: 100%;
  }
  .page-contact div.content-box .contact-info li {
    padding-left: 6rem;
    min-height: 4.8rem;
    margin-bottom: 4rem;
  }
  .page-contact div.content-box .contact-info li svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-contact div.content-box #message {
    width: 100%;
  }
  div.page-about h3 {
    text-align: center;
  }
  div.page-about .page-inside {
    padding: 2rem 0 4rem 0;
  }
  div.page-about .flex-part {
    display: block;
  }
  div.page-about .innovating .word-part {
    width: 100%;
  }
  div.page-about .innovating .img-part {
    display: none;
  }
  div.page-about .strength {
    padding: 4rem 0 0 0;
  }
  div.page-about .strength .word-part {
    width: 90%;
    margin: 0 auto;
  }
  div.page-about .strength .img-part {
    width: 100%;
  }
  div.page-about .strength .img-box {
    position: relative;
    top: auto;
    left: auto;
    transform: scaleX(-1) scale(1.1);
    border-radius: 0;
    box-shadow: none;
  }
  div.page-about .strength .part1 {
    padding-top: 0;
  }
  div.page-about .strength .part1 .img-box {
    height: 350px;
  }
  div.page-about .strength .part2 {
    margin-top: 0;
  }
  div.page-about .strength .part2 .img-box {
    height: 350px;
    background-position: center 100%;
  }
  div.page-about .links {
    text-align: center;
  }
  div.page-about .about-text {
    display: block;
  }
  div.page-about .about-text li {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
  }
  div.page-about .about-text li p {
    font-size: 14px;
    width: 80%;
  }
  div.page-about .part-else .page-inside {
    padding: 4rem 0 5rem 0;
    background-size: 300px auto, 150px auto;
  }
  div.page-about .part-else p {
    width: 100%;
    font-size: 1.4rem;
  }
  div.cart-page {
    min-height: auto;
  }
  div.page-order {
    background-image: none;
  }
  div.page-order .inside-part {
    display: block;
  }
  div.page-order .inside-part .order-box {
    width: 100%;
  }
  div.page-order .inside-part .cart-box {
    display: none;
  }
  .search-center .product-list {
    gap: 1rem;
  }
  .search-center .product-list .data-list {
    width: calc((100% - 1rem) / 2);
  }
  .search-center .product-list .text {
    padding: 1rem;
  }
  .search-center .catalogue-list {
    gap: 1rem;
  }
  .search-center .catalogue-list .data-list {
    width: calc((100% - 1rem) / 2);
  }
  .search-center .catalogue-list .text {
    padding: 1rem;
  }
  div.product-detail .product-top {
    display: block;
    height: auto;
  }
  div.product-detail .product-top .swiper.thumb {
    display: none;
  }
  div.product-detail .product-top .swiper.show {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 0;
    display: block;
  }
  div.product-detail .product-top .swiper.show.image-show {
    display: none;
  }
  div.product-detail .product-top .product-info {
    width: 100%;
    margin-left: 0;
  }
  div.product-detail .product-info h3 {
    font-size: 2.2rem;
  }
  div.product-detail .product-info .content-share {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
  div.product-detail .product-info .content-share > label {
    display: none;
  }
  div.product-detail .product-info .content-share > span {
    height: 3.8rem;
    line-height: 3.8rem;
  }
  div.product-detail .product-bottom .product-bottom-box {
    padding: 2rem 0;
    min-height: auto;
  }
  div.product-detail .product-bottom .product-bottom-nav li {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
  div.product-detail .product-bottom .zc-detail-text .text {
    font-size: 1.2rem;
    padding: 0 5px;
  }
  div.product-category .category-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  div.product-category .category-list li {
    width: calc((100% - 2rem) / 3);
  }
  div.hot-product .swiper-slide .text > p {
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
    height: 4.2em;
  }
  div.company-intro {
    padding: 150px 0 120px 0;
  }
  div.company-intro .show-frame {
    display: block;
  }
  div.company-intro .about-images {
    width: 100%;
    margin-right: 0;
  }
  div.company-intro .about-images table {
    border-spacing: 0.5rem;
    margin: 0;
  }
  div.company-intro .about-images .block3 {
    width: 70%;
  }
  div.company-intro .about-text {
    width: 100%;
  }
  div.company-intro .about-text h3 {
    position: absolute;
    top: -110px;
    left: 0;
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
  div.company-intro .about-text ul li {
    padding: 15px 15px 15px 130px;
    font-size: 1.6rem;
  }
  div.company-intro .link-button {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  div.company-intro .link-button a {
    width: 50%;
  }
  div.index-banner .index-banner-item .big div {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-shadow: 0 0 1px #fff;
  }
  div.index-banner .index-banner-item .small div {
    font-size: 1.2rem;
    margin-bottom: 6rem;
    text-shadow: 0 0 1px #fff;
  }
  div.index-banner .index-banner-item .img .pic {
    display: none;
  }
  div.index-banner .index-banner-item .img .mpic {
    display: block;
  }
  div.index-banner .swiper-button-prev {
    display: none;
  }
  div.index-banner .swiper-button-next {
    display: none;
  }
  div.distributor-card {
    font-size: 1.2rem;
    min-height: auto;
    max-height: none;
  }
  div.distributor-card .top .animal {
    right: 0;
  }
  div.distributor-card .bottom {
    flex-wrap: wrap;
  }
  div.distributor-card .bottom .left {
    width: 100%;
  }
  div.distributor-card .bottom .right {
    width: 100%;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .product-list div.item-list {
    gap: 1rem;
  }
  .product-list div.item-list > div {
    width: calc((100% - 2rem) / 3);
  }
  .catalogue-list div.item-list {
    gap: 1rem;
  }
  .catalogue-list div.item-list > div {
    width: calc((100% - 2rem) / 3);
  }
  div.distributor-card {
    font-size: 1.4rem;
  }
  div.distributor-card .bottom .right {
    width: 70%;
  }
  div.page-about .innovating .img-part {
    height: 330px;
  }
  div.page-about .about-text li {
    width: 30%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 3rem;
  }
  div.page-about .about-text li img {
    margin-bottom: 1rem;
  }
  div.page-about .about-text li p {
    font-size: 12px;
    width: 80%;
  }
  .search-center .product-list {
    gap: 1rem;
  }
  .search-center .product-list .data-list {
    width: calc((100% - 2rem) / 3);
  }
  .search-center .product-list .text {
    padding: 1rem;
  }
  .search-center .catalogue-list {
    gap: 1rem;
  }
  .search-center .catalogue-list .data-list {
    width: calc((100% - 2rem) / 3);
  }
  .search-center .catalogue-list .text {
    padding: 1rem;
  }
  div.product-detail .product-top {
    height: 350px;
  }
  div.product-detail .product-top .swiper.thumb {
    min-width: 60px;
  }
  div.product-detail .product-top .swiper.show {
    min-width: 350px;
    width: 350px;
  }
  div.product-detail .product-top .product-info {
    margin-left: 2rem;
    width: calc(100% - 60px - 350px - 2rem);
  }
  div.company-intro {
    padding: 80px 0;
  }
  div.company-intro .about-images {
    width: 46%;
  }
  div.company-intro .about-text {
    width: 52%;
  }
  div.company-intro .about-text h3 {
    font-size: 3rem;
  }
  div.company-intro .about-text ul li {
    padding: 10px 10px 10px 120px;
    font-size: 1.4rem;
  }
  div.index-banner .index-banner-item .big div {
    font-size: 3rem;
    text-shadow: 0 0 1px #fff;
  }
  div.index-banner .index-banner-item .small div {
    font-size: 1.4rem;
    text-shadow: 0 0 1px #fff;
  }
  div.index-banner .swiper-button-prev {
    display: none;
  }
  div.index-banner .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1023px) and (orientation: landscape) and (max-width: 800px) {
  div.product-detail .product-top .swiper.thumb {
    display: none;
  }
  div.product-detail .product-top .swiper.show {
    display: block;
  }
  div.product-detail .product-top .swiper.show.image-show {
    display: none;
  }
  div.product-detail .product-top .product-info {
    width: calc(100% - 350px - 2rem);
  }
  div.product-detail .product-top .product-info h3 {
    font-size: 2.2rem;
  }
  div.product-detail .product-top .product-info .content-share {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
  div.product-detail .product-top .product-info .content-share > label {
    display: none;
  }
  div.product-detail .product-top .product-info .content-share > span {
    height: 3.8rem;
    line-height: 3.8rem;
  }
}
