﻿@charset "utf-8";
/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/*默认页面主体样式定义*/
body {
  color: #0d0d0d;
}
a {
  color: #000;
}
.w-header .row,
.topLogBox .topLogBox-in,
.w-main .row,
.w-footer-in {
  max-width: 1200px;
  margin: 0 auto;
}
.body {
  overflow: hidden;
  font-size: 14px;
}
.col-right {
  display: none;
}
.w-foot-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*---------------------header-----------------------*/
.row_top {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row_top .column2 {
  width: 18%;
  display: table-cell;
  vertical-align: middle;
  *float: left;
  *width: 17.99%;
}
.row_top .column8 {
  width: 64%;
  display: table-cell;
  vertical-align: middle;
  *float: left;
  *width: 63.99%;
}
.col-logo {
  position: relative;
  z-index: 1;
}
.w-header-common,
.w-admin-header {
  /* padding: 23px 0 35px 0; */
}
.w-admin-header {
  background: #fff;
}
.w-admin-header .col-logo {
  float: left;
}
.w-logo h1 {
  font-size: 32px;
  padding: 0 10px;
}
.w-logo h1,
.w-logo a {
  color: #212121;
}
.w-nav {
  text-align: center;
  font-size: 0;
}
.body-login-special .login-navPc .w-admin-nav {
  margin: 0;
}
.w-nav .nav_inner > li {
  float: left;
  text-align: center;
  z-index: 10;
}
.w-nav li a {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
}
.w-nav .nav_inner > li > a,
.w-nav .nav_inner > li > .li-parent-div > a {
  line-height: 80px;
  font-size: 15px;
  display: block;
  color: #000;
  padding: 0 12px;
}
.w-nav .nav_inner > li > .submenu {
  top: 80px;
  left: 0;
}
.w-nav .nav_inner > li:hover > .submenu,
.w-nav .submenu li:hover > .submenu {
  display: none;
}
.w-nav .submenu a {
  font-size: 14px;
  text-align: left;
}
.w-nav .nav_simpline_cur {
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
}
.w-nav .nav_inner > li.active .nav_simpline_cur,
.w-nav .nav_inner > li:hover .nav_simpline_cur {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.topLogBox,
.topLogBox a {
  font-size: 12px;
  color: #333;
}
.topLogBox a {
  margin: 0 6px;
  text-decoration: none;
}
.topLogBox a:hover {
  text-decoration: underline;
}
.w-loginRegister,
.w-shopCart {
  margin-bottom: 5px;
  float: right;
}
.w-languege {
  margin-bottom: 5px;
  text-align: right;
}
.w-shopCart i {
  background: url(../img/shopcart.png) no-repeat center;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}
.topLogBox .w-search {
  position: relative;
  margin-top: 3px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
}
.topLogBox .w-search .input-search-w {
  background: none;
  width: 175px;
  height: 26px;
  line-height: 26px;
  padding: 0 30px 0 5px;
  border: 1px solid #d6d6d6;
}
.topLogBox .w-search .search-btn-w {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/header_search.png) no-repeat center #606060;
  cursor: pointer;
}
.topLogBox .w-search .search-btn-w span {
  display: none;
}
.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  opacity: 0.3;
}
.w-custom {
  padding-top: 5px;
  max-width: 1200px;
  margin: 0 auto;
}
/*-----------------------banner------------------*/
.bx-controls-direction {
  opacity: 0;
}
.bx-wrapper:hover .bx-controls-direction {
  opacity: 1;
}
.banner .bx-wrapper .bx-prev {
  background-image: url("../img/banner_pre.png") !important;
  left: 0 !important;
  background-position: left center !important;
}
.banner .bx-wrapper .bx-next {
  background-image: url("../img/banner_next.png") !important;
  right: 0 !important;
  background-position: right center !important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff !important;
}

.why-section {
  position: relative;
}
.why-section .row {
  position: relative;
}
.why-section .w-text {
  color: #fff;
}

.why-section .w-simImg img {
  margin-bottom: 20px;
}

.why-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

/*---------------footer------------------*/
.w-footer {
  color: #888;
  background: #1b1b1b;
  font-size: 90%;
}
.w-footer a {
  color: #888;
}
.w-footer a:hover {
  color: #fff;
}
.w-footer .search-defaut-w .input-search-w {
  border-color: #666;
}
/*----------------------------组件-----------------------*/
.w-text {
  line-height: 1.7;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.btn-default-w {
  padding: 0.7em 2.5em;
  text-align: center;
  color: #fff;
  background: #000;
}
.btn-default-w:hover,
.btn-default-w:focus,
.btn-global-w:hover,
.btn-global-w:focus {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.w-social .social-item {
  background: #888;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 3px;
  line-height: 1;
}
.icon-social {
  background-image: url("../img/icon-social-w.png");
}
.search-defaut-w {
  max-width: 100%;
}
.search-defaut-w .input-search-w {
  background: none;
  line-height: 2.6em;
  height: 2.6em;
  padding-right: 50px;
}
.search-defaut-w .search-btn-w {
  background: url(../img/input-search-white.png) no-repeat center;
  width: 44px;
  height: 100%;
  border: none;
}
.search-defaut-w .search-btn-w:hover {
  background: url(../img/input-search-white.png) no-repeat center;
}
.w-text-form,
.w-textarea-form {
  background: none;
  color: inherit;
  border-color: #ccc;
}
.w-option .radio-simulation {
  background-image: url(../img/radio.png);
}
.w-option input.checked[type="hidden"] + label {
  background-image: url(../img/radio_selected.png);
}
.w-checkbox .checkbox-simulation {
  border-color: #ccc;
}
.w-select-dl .w-select-dt .select-icon {
  background-image: url(../img/icon-select.png);
}
.w-select-box,
.w-select-dl .w-select-dt .select-icon,
.w-select-option,
.w-select-option div {
  border-color: #ccc;
}
.w-lantern-h .w-lantern-in {
  padding: 0 32px;
}
.w-lantern-marquee .w-lantern-in {
  padding: 0;
}
.w-lantern-h .lantern_pre,
.w-lantern-h .lantern_next {
  width: 30px;
  height: 48px;
  margin-top: -24px;
  background-color: #cccccc;
}
.w-lantern-h .lantern_pre {
  background-image: url(../img/lantern_pre.png);
}
.w-lantern-h .lantern_next {
  background-image: url(../img/lantern_next.png);
}
/*title*/
.color_vice {
}
.w-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-title .title-h-in > span {
  font-family: Arial, Helvetica, sans-serif;
}
.w-title1 {
  padding-bottom: 6px;
}
.w-title1 .title-h-in {
  display: inline-block;
  *display: unline;
  *zoom: 1;
  border-bottom: 1px solid #ebebeb;
  padding: 0 120px;
}
.w-title1 .title-h-in > span {
  font-size: 100%;
  color: #c0c0c0;
}
.w-title1 .simpline {
  height: 12px;
  width: 12px;
  margin-bottom: -6px;
  margin-top: 0;
}
.w-title16 h2 {
  font-size: 30px;
  font-weight: bold;
}
.w-title16 .title-h-in > span {
  font-size: 18px;
  display: inline-block;
  padding: 0.1em 1em 0;
  border-top: 1px solid #909090;
}
/*--------------------系统------------------------*/
.systitle {
  color: #fff;
  font-size: 24px;
  padding: 0.7em 1em 0.7em 18px;
  text-align: left;
}
.crumbs {
  color: #333;
  padding-bottom: 0.8em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  background: none;
  border-bottom: 1px solid #e7e7e7;
}
.w-pages a {
  border-color: #ddd;
  border-width: 1px;
  color: #5a5a5a;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 90%;
}
.w-pages {
  text-align: center;
}
.w-pages a:hover,
.w-pages a.cur {
}
.w-pages a.disabled,
.w-pages a.disabled:hover {
  color: #999;
  background: none;
  border-color: #d5d5d5;
}

/*-----------------------------产品----------------------*/
.w-product1 .w-prd-list-cell .w-prd-infobox,
.w-prd-list1 .w-prd-list-cell .w-prd-infobox {
  padding-top: 0.3em;
}
.w-prd-list-cell .w-prd-infobox h2 {
  margin-bottom: 0;
}
.w-prd-list-cell .w-prd-sum {
  line-height: 1.3;
  color: #777;
}
.w-prd-list-cell .w-prd-price-groups {
  margin-bottom: 0;
}
.w-prd-list-cell .w-prd-price-groups .product-price-prefix {
  font-weight: normal;
}
.w-prd-list-cell .w-prd-btns a {
  line-height: 1.2;
}
.w-prd-list-cell .w-prd-btns a.btn-buy {
  background: #628a82;
  border-color: #628a82;
  color: #fff;
}
.w-prd-list-cell .w-prd-infobox h2 a:hover {
  text-decoration: none;
}
.w-prd-list-cell .w-prd-price-groups > div {
  font-size: 100%;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale {
  color: #eb4346;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-amount {
  color: #000;
}
.w-prd-list
  .w-prd-list-cell
  .w-prd-price-groups
  .w-prd-price-sale
  .product-price-prefix {
  color: #bbb;
}
.w-prd-list
  .w-prd-list-cell
  .w-prd-price-groups
  .w-prd-price-markit
  .product-price-prefix {
  color: #999;
}
.product-detail-info .product-grayBox .product-prices {
  line-height: 1.2;
}
.product-detail-info .product-grayBox {
  background: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.info_tab ul {
  padding: 0;
}
.info_tab_in {
  border-color: #d0d0d0;
}
.info_tab li {
  border: 0;
  background: none;
  margin-bottom: 0;
}
.info_tab li a {
  color: #333;
  background: url(../img/tabli.png) no-repeat right center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: block;
}
.info_tab li:last-child a {
  background: none;
}
/*----------------------------新闻-------------------------*/
.w-News-list {
}
.w-News-list1 li,
.w-News-list2 li .news-item,
.w-News-list3 li,
.w-News-list4 li,
.w-News-list6 li,
.w-News-list7 li,
.w-adNews4 li,
.w-adNews6 .adNewsTL li,
.w-adNews8 li,
.w-adNews9 li {
  border-color: #e2e2e2;
}
.newsDetail .newsTitle {
  color: #000;
}
.w-News-list .news-com .news-h {
  font-weight: normal;
  margin-top: 0;
}
.w-News-list .news-sum {
  color: #666;
}
.w-News-list1 .news-com .date,
.w-News-list1 .news-com .news-sum {
  margin-top: 0;
}
.w-News-list .date,
.w-adNews .date {
  font-size: 95%;
  color: #929292;
}
.w-News-list8 .news-item .news-com .news-h a:hover {
  color: #fff;
}
.w-adNews .news-h a:hover {
  text-decoration: none;
}
.w-adNews1 li .news-item .news-com .news-h a {
  color: #565656;
}
.w-adNews1 li .news-item .news-com .news-sum {
  color: #5e5e5e;
  font-size: 100%;
}
.w-adNews2 li .news-item {
  border: none;
}
.w-adNews2 li .viewDetail {
  display: none;
}
.w-adNews2 li .news-item .news-com {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 0;
}
.w-adNews2 li .news-item .news-com .news-com-top {
  margin-bottom: 0;
}
.w-adNews2 li .news-item .news-com .news-h {
  font-weight: normal;
}
.w-adNews2 li .news-item .news-com .news-sum {
  margin-top: 5px;
  line-height: 1.5;
  height: 4.5em;
  font-size: 95%;
}
.w-adNews2 li .news-item .news-com .news-com-top .date {
  font-size: 13px;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
  font-size: 115%;
}
.w-adNews4 li {
  border-bottom-style: dashed;
  border-color: #c2c2c2;
}
.w-adNews5 li .news-h {
  font-weight: normal;
}
.w-adNews5 li {
  border-bottom: 0;
  padding: 0.7em 0;
}
.w-adNews5 li .news-com {
  margin-left: 27%;
}
.w-adNews6 .adNewsF .news-h {
  font-size: 105%;
}
.w-adNews6 .adNewsF .news-sum {
  font-size: 90%;
}
.w-adNews7 .adNewsL li {
  background-color: #f0f0f0;
}
.adNews7datebg {
  background: #e0e0e0;
}
.w-adNews7 .adNewsL li .news-com .news-h a:hover {
  text-decoration: underline;
}
.w-adNews7 .adNewsL li .news-com .news-sum {
  font-size: 100%;
}
.w-adNews8 li {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.w-adNews8 li .news-h {
  width: 100%;
  float: none;
  font-weight: normal;
  line-height: 1.5;
}
.w-adNews8 li .date {
  width: 100%;
  float: none;
  text-align: left;
  line-height: 1.8;
}
.w-adNews9 li {
  border-bottom-style: dashed;
  border-color: #c2c2c2;
}
.w-adNews9 li:first-child {
  padding-top: 0.5em;
}
.w-adNews11 li .news-h {
  font-size: 115%;
}
.w-adNews li .news-btn {
  padding: 7px 20px;
  min-width: 0;
}

/*-----------------------------分页 start--------------------------------*/
.next1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.next1 ul {
  display: inline-block;
}
.next1 ul li {
  display: inline-block;
}
.next1 a {
  display: inline-block;
  border: 1px solid #ebebeb;
  color: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  overflow: hidden;
}
.next1 a.on1,
.next1 a:hover {
  background: #aa2423;
  color: #fff;
  border: 1px solid #aa2423;
}
/*--------------------分页 end----------------------*/

/*----------------------菜单----------------------------*/
.w-com-menu li > .div-parent > .fa-plus::before {
  content: "\f107";
}
.w-com-menu li.open > .div-parent > .fa-plus::before {
  content: "\f106";
}
/*-----------------------会员中心和购物车--------------------*/
/*---------------------登录注册--------------------------*/
.body-login {
  background: #fff;
}
.signbox-A .login-h2A,
.login-input-A,
.register-A a,
.password-forget-A a,
.login-button-A,
.signfoot,
.login-checkA span {
  color: #666;
}
input[class*="login-input-A"]::-webkit-input-placeholder {
  color: #666;
}
input[class*="login-input-A"]:-moz-placeholder {
  color: #666;
}
input[class*="login-input-A"]::-moz-placeholder {
  color: #666;
}
input[class*="login-input-A"]:-ms-input-placeholder {
  color: #666;
}
.sign-content-A {
  background-image: url("../img/signboxbg.png");
}
.login-button-A {
  background-image: url("../img/signbtnbg.png");
}
.login-checkA input.checked[type="checkbox"] + label {
  background-image: url("../img/login-checked.png");
}
.login-input-A,
.login-button-A,
.login-checkA label {
  border-color: #999;
}

.w-News-list3 .news-item {
  display: flex;
  gap: 20px;
}
.w-News-list3 .news-item .news-img {
  width: 260px;
  flex: none;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.w-News-list3 .news-item .news-img img {
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
}

@media (min-width: 478px) {
}
@media (min-width: 768px) {
  .w-system {
    padding-top: 30px;
  }
  /*---------------------------菜单-------------------------*/
  .side_bar {
    width: 213px;
  }
  .side_left {
    margin-left: 300px;
  }
  .systitle {
    width: 233px;
    margin: 15px 0 16px 17px;
  }
  .w-com-menu-V {
    border: 3px solid #f23e00;
  }
  .w-com-menu-V .fa {
    font-size: 100%;
    font-weight: normal;
    right: 0;
    bottom: auto;
    color: #fff;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent .fa {
    top: 11px;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent {
    background: #f23e00;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent {
    border-bottom: 1px solid #ff7f53;
    margin: 0 6px;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent:last-child {
    border-bottom: 0;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent {
    background: none;
    border: 0;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 13px 10px 13px 3px;
  }
  .w-com-menu-V li a {
    padding: 8px 10px;
    font-size: 100%;
    line-height: 1.8;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent:hover > .div-parent {
    box-sizing: content-box;
  }
  .w-com-menu-V .ul-submenu {
    background: none;
    padding: 5px 0;
  }
  .w-com-menu-V .ul-submenu a {
    color: #fff;
    *position: relative;
  }
  .w-com-menu-V .ul-submenu .li-parent .div-parent {
    border-bottom: 0;
  }
  .w-com-menu-V .ul-submenu .li-parent .div-parent .fa {
    line-height: 2;
    color: #fff;
    top: 6px;
  }
  .w-com-menu-V .ul-submenu .ul-submenu {
    background: none;
  }
  .w-com-menu-V .ul-submenu .ul-submenu .div-parent {
    padding: 0;
  }
  .w-com-menu-V .ul-submenu .ul-submenu a {
  }
  .w-com-menu-H {
    margin-bottom: 20px;
  }
  .w-com-menu-H > .w-com-menu-in {
    margin: 0 auto;
  }
  .w-com-menu-H > .w-com-menu-in > ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .w-com-menu-H > .w-com-menu-in > ul > li {
    position: relative;
  }
  .w-com-menu-H li {
    margin: 0;
  }
  .w-com-menu-H li a {
    color: #333;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent {
    position: relative;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent a {
    padding: 0 15px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    border: 1px solid #5f5d5d;
  }
  .w-com-menu-H .ul-submenu {
    top: 36px;
  }
  .w-com-menu-H .ul-submenu .ul-submenu {
    top: 28px;
    background: #fff;
  }
  .w-com-menu-H .ul-submenu li .div-parent {
    margin: 0 5px;
  }
  .w-com-menu-H .ul-submenu li a {
    line-height: 2;
    color: #333;
    font-size: 14px;
  }
  .w-com-menu-H .ul-submenu .ul-submenu-up {
    display: none;
  }

  .order-progress .order-progress-line .order-progress-line-sec .line {
    width: 111px;
  }
}
@media (min-width: 961px) {
  .body-login .w-admin-header .w-admin-nav {
    float: right;
    margin-left: 0;
  }
  .w-logo {
    min-height: 80px;
    min-width: 50px;
  }
  .w-logo-img {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .w-logo h1,
  .w-logo-img {
    /* line-height: 80px; */
  }
  .w-logo-img img {
    max-height: 80px;
    height: 64px;
    object-fit: contain;
    object-position: left center;
  }
  .w-nav .li-parentOne-div .fa {
    display: none;
  }
  .w-nav .submenu {
    background: #212121;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
  }
  .w-nav .submenu li {
    width: 171px;
  }
  .w-nav .submenu li:last-child {
    border-bottom: 0;
  }
  .w-nav .submenu li .submenu {
    left: 171px;
  }
  .w-admin-shopCart {
    position: absolute;
    right: 10px;
    margin-right: 0;
    padding-top: 12px;
    z-index: 2;
    top: 20px;
  }
  .w-admin-shopCart a {
    background: #f5f5f5;
    padding: 7px 15px;
  }
  .w-admin-shopCart a span,
  .w-admin-shopCart a .fa-angle-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .w-admin-shopCart a .num {
    left: 111px;
  }
  .w-nav .li-parent-div .fa-plus:before {
    content: "\f105";
  }
  .w-admin-header .w-admin-nav {
    margin-left: 15px;
  }
  /*---------------------------topLogBox--------------------------*/

  .div-table .td-w .div-padding {
    padding: 0 10px;
  }
}
@media (min-width: 1201px) {
  .bx-controls-direction {
    width: 1170px;
    position: absolute;
    height: 1.66rem;
    top: 50%;
    margin-top: -0.83rem;
    left: 50%;
    margin-left: -585px;
  }
  .w-nav .nav_inner > li {
    min-width: 96px;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li {
    min-width: 120px;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent a {
    line-height: 40px;
    border-radius: 12px;
    overflow: hidden;
  }
  .w-com-menu-H .ul-submenu {
    top: 40px;
  }
}
@media (max-width: 1366px) {
  .w-header-common,
  .w-admin-header {
    padding: 12px 0 20px 0;
  }
  .w-title16 h2 {
    font-size: 24px;
  }
  .w-title16 .title-h-in > span {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .w-admin-shopCart {
    top: 29px;
  }
}
@media (max-width: 1200px) {
  .w-custom {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  /*---------------------头部--------------------------------*/
  .w-admin-shopCart {
    margin-right: 10px;
  }
  .w-admin-shopCart a {
    padding: 7px 5px;
  }
  .w-admin-shopCart a span,
  .w-admin-shopCart a .fa-angle-right {
    display: none;
  }
  .w-admin-shopCart a .num {
    left: 20px;
  }
}
@media (max-width: 960px) {
  html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  body {
    height: 100%;
    min-width: 100%;
  }
  .body {
    padding-top: 1.4rem;
  }
  /*--------------------header---------------------*/
  .w-admin-header,
  .body-login .w-admin-header,
  .w-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    z-index: 999;
    color: #333;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .row_top {
    display: block;
  }
  .row_top .column {
    float: none;
    width: 100%;
    display: block;
  }
  .row_top .column8 .w-nav {
    display: none;
  }
  .col-logo,
  .w-admin-header .col-logo {
    float: none;
    text-align: center;
    padding: 0;
  }
  .w-logo {
    padding: 0 1.2rem;
    height: auto;
    min-height: 0;
    min-width: 0;
  }
  .w-logo h1 {
    font-size: 0.7rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .w-logo-img {
    display: block;
    padding: 0 0.25rem;
    /* line-height: 1.4rem; */
  }
  .w-logo-img img {
    /* max-height: 1.4rem; */
	height: 60px;
  }
  .w-admin-header .w-logo {
    padding: 0 13.5em 0 1.2rem;
  }
  .col-right {
    position: fixed;
    left: -70%;
    width: 70%;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
  }
  .w-nav {
    background: none;
    overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .w-admin-header .w-admin-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .w-nav ul {
    list-style: none;
    padding-left: 0;
  }
  .w-nav .nav_inner {
    display: block;
  }
  .w-nav .nav_inner > li {
    display: block;
    float: none;
    text-align: left;
    margin: 0;
  }
  .w-nav .nav_inner > li > a,
  .w-nav .nav_inner > li > .li-parent-div > a {
    line-height: 2.5;
    padding: 0 10px;
    font-size: 14px;
  }
  .w-nav li {
    border-bottom: 0;
    border-top: 0;
    float: none;
  }
  .w-nav li a,
  .w-nav .submenu li a,
  .w-admin-header .w-admin-nav a {
    display: block;
    color: #434343;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
  }
  .w-nav .nav_inner > li:hover > .submenu,
  .w-nav .submenu li:hover > .submenu {
    display: none;
  }
  .w-nav .nav_inner > li > .submenu {
    top: 0;
  }
  .w-nav .submenu {
    position: relative;
    font-size: 14px;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }
  .w-nav .submenu li {
    width: auto;
  }
  .w-nav .submenu li .submenu {
    left: 0;
    top: 0;
  }
  .w-nav .submenu ul,
  .w-nav .submenu .submenu ul {
    background: none;
  }
  .w-nav .li-parent-div .fa {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-size: 150%;
  }
  .w-nav .li-parent-div .fa-plus::before {
    content: "\f107";
  }
  .w-nav .li-parent-div.open .fa-plus::before {
    content: "\f106";
  }
  .w-nav .submenu li a {
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
  }
  .w-nav .submenu .submenu li a {
    padding-left: 2.5em;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .w-nav .nav_simpline_cur {
    display: none;
  }
  .topLogBoxPc {
    display: none;
  }
  .topLogBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .topLogBox,
  .topLogBox a {
    color: #6a6a6a;
  }
  .w-languege {
    text-align: left;
  }
  .w-languege,
  .w-loginRegister,
  .w-shopCart {
    float: none;
    margin: 0;
    padding: 0.5em;
    border-bottom: 1px solid #e1e1e1;
  }
  .topLogBox .w-search {
    float: none;
    margin: 0.5em;
  }
  .topLogBox .w-search .input-search-w {
    border-color: #e0e0e0;
    width: 100%;
  }

  .w-text {
	font-size: 14px;
  }

  .feature-table {
	margin-bottom: 40px;
  }
  

  .feature-table .w-text {
	height: 20px;
	overflow: hidden;
  }
  .feature-table .w-simImg img {
	width: 100px;
	height: 100px;
	object-fit: contain;
  }
  .feature-table .w-simImg {
	margin-top: 24px;
  }

  .news-section .w-simImg  {
	margin: 24px 0 !important;
  }

  .why-section  .w-text{
	max-width: 200px;
	margin: auto;
  }

  /*-----------------------会员中心和购物车--------------------*/
  .w-admin-shopCart,
  .w-admin-top {
    display: none;
  }
  .mobile-nav-toggle {
    top: 0.35rem;
  }
  .signTel,
  .shopCartTel,
  .signQuitTel {
    display: block;
    top: 0.35rem;
  }
  .w-admin-header .w-admin-nav {
    position: fixed;
    left: -70%;
    width: 70%;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
    float: none;
  }
  .w-admin-nav .w-nav-in {
    height: 100%;
  }
  .order-progress {
    display: none;
  }

  .w-prd-list .w-prd-list-cell .w-prd-infobox h2 {
    font-size: 110%;
  }

  .btn-default-w {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .w-News-list3 .news-item {
    flex-direction: column;
  }
  .w-News-list3 .news-item .news-img {
    width: 100%;
  }


  .w-foot-content {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
  /*----------------------系统页-------------------*/
  .systitle {
    font-size: 125%;
    margin-bottom: 0;
    padding: 0.4em 1em;
    font-weight: normal;
  }
  .w-system .w-com-menu-H {
    margin-left: 0;
    margin-right: 0;
  }
  .product-detail-info .product-grayBox {
    border: 0;
  }
  /*----------------------新闻---------------------------*/
  .w-lantern-h .w-lantern-in {
    padding: 0 1.5em;
  }
  .w-lantern-marquee .w-lantern-in {
    padding: 0;
  }
  .w-lantern-h .lantern_pre,
  .w-lantern-h .lantern_next {
    width: 1.5em;
    height: 2.4em;
    margin-top: -1.2em;
    background-size: 1em auto;
  }
  .w-title1 .title-h-in {
    padding: 0 3em;
  }
  .w-title16 h2 {
    font-size: 130%;
  }
  .w-title16 .title-h-in > span {
    font-size: 105%;
  }
}
@media only screen and (max-width: 479px) {
  .body {
    font-size: 0.35rem;
  }
  .w-admin-header .w-logo {
    padding: 0 8.5em 0 1.2rem;
  }
  .topLogBox .w-search .input-search-w {
    height: 2.5em;
    line-height: 2.5em;
  }

  .w-title {
    margin-bottom: 0.2em;
  }
  .w-title1 h2 {
    line-height: 1.5;
  }
}

.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: #c10c1d;
  color: white;
  border-color: #c10c1d;
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}
