﻿@charset "utf-8";
/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/*默认页面主体样式定义*/
body {
  color: #999;
}
a {
  color: #6a6a6a;
}
.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;
}
.w-main {
  position: relative;
}
.w-admin-header .w-admin-row {
  width: 100%;
}
/*---------------------header-----------------------*/
.row_top {
  max-width: 1200px;
  margin: 0 auto;
}
.row_top_in {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row_top .column6 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  *float: left;
  *width: 49.99%;
}
.col-logo {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.w-header,
.body-login .w-admin-header {
  background: #ffffff;
}
.body-admin .w-admin-header {
  background: #ffffff;
}
.w-admin-header .col-logo {
  max-width: 1200px;
  margin: 0 auto;
}
.w-logo h1 {
  font-size: 32px;
  padding: 0 10px;
}
.w-logo h1,
.w-logo a {
  color: #000;
}
.menuPc,
.w-admin-nav {
  background: #0abbb9;
}
.w-nav {
}
.w-admin-header .w-admin-nav {
  float: none;
  margin-left: 0;
}
.w-nav .w-nav-in {
  max-width: 1200px;
  margin: 0 auto;
}
.w-nav .nav_inner {
  display: block;
}
.w-nav .nav_inner > li {
  float: left;
  text-align: center;
}
.w-nav li a {
  text-decoration: none;
  color: #454545;
  padding: 0 10px;
  font-size: 15px;
}
.w-nav .nav_inner > li > a,
.w-nav .nav_inner > li > .li-parent-div > a {
  line-height: 53px;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  color: #fff;
}
.w-nav .nav_inner > li > .submenu {
  top: 53px;
  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;
}
.topLogBox {
  padding-top: 5px;
}
.topLogBox,
.topLogBox a {
  font-size: 12px;
  color: #666;
}
.topLogBox a {
  margin: 0 6px;
  text-decoration: none;
}
.topLogBox a:hover {
  text-decoration: underline;
}
.w-loginRegister,
.w-languege,
.w-shopCart {
  margin-top: 3px;
  float: right;
}
.w-shopCart i {
  background: url(../img/shopcart.png) no-repeat center;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  margin-right: 2px;
}
.topLogBox .w-search {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
}
.topLogBox .w-search .input-search-w {
  background: none;
  width: 225px;
  *width: 175px;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  border: 1px solid #999;
}
.topLogBox .w-search .search-btn-w {
  position: absolute;
  width: 40px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url(../img/header_search.png) no-repeat center #666;
  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;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.w-custom {
  padding-bottom: 10px;
}
/*-----------------------banner------------------*/
.banner img {
  width: 100%;
}
.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
  width: 44px;
  height: 70px;
  margin-top: -35px;
}
.bx-wrapper .bx-prev {
  background-image: url("../img/banner_pre.png") !important;
  background-size: auto !important;
  left: 0px !important;
  background-position: left center !important;
}
.bx-wrapper .bx-next {
  background-image: url("../img/banner_next.png") !important;
  background-size: auto !important;
  right: 0px !important;
  background-position: right center !important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 6px !important;
  height: 6px !important;
  box-sizing: content-box;
  border: 2px solid #0abbb9;
  background: none !important;
}
/*---------------footer------------------*/
.w-footer {
  background: #0abbb9;
  color: #fff;
}
.w-footer a {
  color: #fff;
}
.w-footer .w-form .w-form-UL {
  border-color: rgba(255, 255, 255, 0.2);
}
.w-footer .w-form-UL .w-text-form,
.w-footer .w-form-UL .w-textarea-form {
  color: #fff;
}
.w-footer .w-form-code .w-text-form {
  color: #666;
}
.w-footer .w-form-submit .w-buttom .btn-default-w {
  background: #3bc9c7;
}
.w-footer .w-form-submit .w-buttom .btn-default-w:hover {
  background: #258583;
}
.w-footer .color_main {
  color: #fff;
}
.w-footer .color_vice {
  color: #fff;
}
/*----------------------------组件-----------------------*/
.w-text {
  line-height: 1.7;
}
.btn-default-w {
  padding: 0.85em 1.5em;
  text-align: center;
  color: #666;
  border: 1px solid #dddddd;
  background: #fff;
  min-width: 360px;
  border-radius: 12px;
  overflow: hidden;
}
.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 {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 3px;
  background: #f0f0f0;
  line-height: 1;
  margin-right: 16px;
}
.icon-social {
  background-image: url("../img/icon-social-w.png");
}
.w-social .social-item:hover .icon-social {
  background-image: url("../img/icon-social-wh.png");
}
.search-defaut-w {
  max-width: 100%;
}
.search-defaut-w .input-search-w {
  background: none;
  border: 1px solid #e0e0e0;
  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;
  min-width: 0;
  height: 100%;
  border: none;
}
.search-defaut-w .search-btn-w:hover {
  background: url(../img/input-search-white.png) no-repeat center;
}
.w-service-fixed {
  right: 0;
  margin-bottom: 73px;
  bottom: 0;
}
.w-lantern-h .w-lantern-in {
  padding: 0 25px;
}
.w-lantern-h .lantern_pre {
  background: url(../img/slide_l.png) no-repeat center;
  width: 25px;
  background-size: contain;
}
.w-lantern-h .lantern_next {
  background: url(../img/slide_r.png) no-repeat center;
  width: 25px;
  background-size: contain;
}
.prd_pageState span {
  background: #e3e3e3;
  height: 10px;
  width: 10px;
}
.prd_pageState span.active {
  border: 2px solid #0abbb9;
  background: none;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
}
.w-form-filebox .w-form-file-upload .btn-default-w {
  min-width: 0;
}
.w-form-submit .w-buttom .btn-default-w {
  background: #00b9fb;
  color: #fff;
  border-color: #00b9fb;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.w-form-submit .w-buttom .btn-default-w:hover,
.w-form-submit .w-buttom .btn-default-w:focus {
  background: #0099d2;
  color: #fff;
  border-color: #0099d2;
}
.w-form .w-label-form {
  font-weight: normal;
  width: 2.1em;
}
.w-form .w-form-UL {
  border-bottom: 1px solid #dddddd;
}
.w-form .w-form-UL .w-text-form,
.w-form .w-form-UL .w-textarea-form {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.w-form .w-form-UL .w-form-code .w-text-form {
  border: 1px solid #dddddd;
  padding-left: 10px;
  padding-right: 10px;
}
/*title*/
.color_main {
  color: #555;
}
.color_vice {
  color: #e4e2e2;
}
.w-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.w-title .title-h-in > span {
  font-family: Arial, Helvetica, sans-serif;
}
.w-title16,
.w-title16 h2 {
  line-height: 1.3;
}
.w-title16 h2 {
  font-size: 26px;
}
.w-title16 .title-h-in > span {
  font-size: 89%;
}
.w-title20 .tith span {
  font-size: 36px;
}
.w-title20 h2 {
  font-size: 16px;
}
.w-title20 .tith:after {
  margin-top: 0.5em;
  width: 37px;
  height: 4px;
  background: #00b9fb;
  display: block;
  position: relative;
  content: "";
}
.w-title20 .more {
  width: 47px;
  height: 47px;
  background: url(../img/more.png) no-repeat center;
}
.w-title20 .more:hover {
  background-image: url(../img/morehover.png);
}
.w-title20 .more span,
.w-title20 .more .icon_more {
  display: none;
}
/*--------------------系统------------------------*/
.systitle {
  color: #fff;
  font-size: 24px;
  padding: 0.7em 17px;
  text-align: left;
}
.crumbs {
  color: #757575;
  line-height: 1.5;
  margin-bottom: 1.2em;
  background: none;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ececec;
}
.w-pages {
  text-align: center;
}
.w-pages a {
  border: 0;
  color: #fff;
  background: #d3d3d3;
  padding: 0 0.5em;
  height: 3em;
  line-height: 3em;
  min-width: 2em;
  box-sizing: content-box;
  font-size: 90%;
  margin-left: 1px;
  margin-right: 1px;
}
.w-pages a:hover,
.w-pages a.cur {
}
.w-pages a.disabled,
.w-pages a.disabled:hover {
  color: #999;
  background: none;
  display: none;
}

/*-----------------------------产品----------------------*/
.w-prd-list-cell .w-prd-infobox h2 {
  margin-bottom: 6px;
}
.w-prd-list-cell .w-prd-infobox h2,
.w-product .w-prd-infobox h2 {
  font-size: 115%;
}
.w-prd-list-cell .w-prd-more a {
  color: #8f8f8f;
}
.w-prd-list-cell .w-prd-sum {
  line-height: 1.3;
}
.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-productList .prd_pre {
  background: url(../img/slide_left.png) no-repeat center;
  background-size: contain;
  width: 42px;
  height: 39px;
  left: 0;
  margin-top: -39px;
}
.w-productList .prd_next {
  background: url(../img/slide_right.png) no-repeat center;
  background-size: contain;
  width: 42px;
  height: 39px;
  right: 0;
  margin-top: -39px;
}
.w-productList1 .w-prd-list-cell .w-prd-infobox,
.w-productList2 .w-prd-list-cell .w-prd-infobox,
.w-product .w-prd-list-cell .w-prd-infobox,
.w-prd-list .w-prd-list-cell .w-prd-infobox {
  padding: 1em 1em 1.5em;
}
.w-productList1 .w-prd-list-cell .w-prd-sum {
  height: auto;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 2;
}
.w-productList2 {
  margin-left: -10px;
  margin-right: -10px;
}
.w-productList2 .w-prd-list-cell .w-prd-list-cell-in {
  margin: 0 10px;
}
.w-productList2 .prd_pre {
  left: 10px;
}
.w-productList2 .prd_next {
  right: 10px;
}
.w-productList3 {
  margin-left: -1px;
  margin-right: -1px;
}
.w-productList3 .w-prd-list-cell .w-prd-list-cell-in {
  margin: 0 1px;
}
.w-productList3
  .w-prd-list-cell:hover
  .w-prd-con
  .w-prd-infoboxBox
  .w-prd-infobox {
  padding-top: 10%;
}
.w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2 {
  font-size: 24px;
}
.w-productList3 .w-prd-list-cell .w-prd-sum {
  max-width: 400px;
  margin: 0 auto;
  line-height: 2;
}
.product-detail-info .product-grayBox .product-prices {
  line-height: 1.2;
}
.product-detail-info .product-grayBox {
  background: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-detail-info .product-grayBox .collect_share p {
  color: #000;
}
.w-product .imgSearch .imgSearchBox .icon_search,
.w-prd-list .imgSearch .imgSearchBox .icon_search,
.w-productList .imgSearch .imgSearchBox .icon_search {
  background-image: url(../img/prdimglink.png);
}
.info_tab {
  border-bottom: 1px solid #dddddd;
}
.info_tab_in {
  border: 0;
}
.info_tab ul {
  padding: 0;
}
.info_tab li {
  border: 0;
  background: none;
  margin-bottom: 0;
}
.info_tab li a {
  color: #8f8f8f;
  background: url(../img/tabli.png) no-repeat right center;
  display: block;
  font-size: 24px;
}
.info_tab li:first-child a {
  padding-left: 0;
}
.info_tab li:last-child a {
  background: none;
}
.info_tab li.cur_tab a {
  color: #8a8a8a;
}
.descon_item,
.fileListBox,
.msgLBox {
  padding-left: 0;
  padding-right: 0;
}
.rotatePicbox-tel .navSlide .i_point {
  background: #fff;
  opacity: 1;
}
.w-productcom .bx-wrapper .bx-pager {
  position: relative;
}
.product-detail-top2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dddddd;
}
.product-detail-info .product-title h2 {
  color: #555;
}
.product-detail-top2 .product-detail-images {
  max-width: 820px;
  margin: 0 auto;
}
.product-detail-top2 .bx-wrapper .bx-pager.bx-default-pager a {
  height: 10px;
  width: 10px;
}
/*----------------------------新闻-------------------------*/
.w-News-list {
}
.w-News-list3 li,
.w-News-list4 li,
.w-News-list6 li,
.w-adNews5 li,
.w-adNews6 .adNewsTL li,
.w-adNews8 li {
  border-bottom-style: dashed;
}
.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-adNews5 li,
.w-adNews6 .adNewsTL li,
.w-adNews8 li,
.w-adNews9 li {
  border-color: #d3d3d3;
}
.w-News-list .news-com .news-h {
  font-weight: normal;
}
.w-News-list .news-com .date {
  color: #8f8f8f;
  font-size: 95%;
}
.w-News-list1 .news-com {
  padding: 1em 0;
}
.w-News-list1 li {
  padding: 20px 0;
  border-bottom: 1px dashed #d3d3d3;
}
.w-News-list1 .news-com .news-h {
  line-height: 1.5;
}
.w-News-list1 .news-com .date {
  margin-top: 0;
}
.w-News-list2 .news-item .news-com {
  padding: 0.5em 1em 1.5em;
}
.w-News-list2 li .news-item {
  border: 0;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
}
.w-News-list2 li .news-together {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.5;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}
.w-News-list2 .news-com .news-sum {
  line-height: 1.3;
  max-height: 5.1em;
}
.w-News-list3 .news-com .news-together {
  margin-bottom: 1.3em;
}
.w-News-list3 {
  line-height: 1.8;
}
.w-News-list6 li {
  padding: 20px 0;
}
.w-News-list7 .news-sum {
  line-height: 1.7;
  max-height: 3.3em;
  overflow: hidden;
}
.w-News-list8 .news-item .news-com .news-h a:hover {
  color: #fff;
}

.w-adNews5 li .news-h,
.w-adNews6 .adNewsF .news-h {
  font-weight: normal;
}
.w-adNews1 li .news-item .news-com .news-h a {
  color: #222;
}
.w-adNews1 li .news-item .news-com .news-sum {
  color: #666;
  font-size: 100%;
}
.w-adNews2 li .news-item {
  border: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.w-adNews2 li .viewDetail {
  display: none;
}
.w-adNews2 li .news-item .news-com {
  padding: 0.5em 2px 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-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
  font-size: 115%;
}
.w-adNews4 li {
  border-bottom: 0; /*padding:0 0.8em;*/
}
.w-adNews6 .adNewsF .news-h {
  font-size: 110%;
}
.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-adNews7 .adNewsL li:hover .news-com .news-sum {
  color: #fff;
}
.w-adNews7 .adNewsR .news-com .news-sum {
  color: #fff;
}
.w-adNews8 li {
  padding-top: 1em;
  padding-bottom: 1em;
}
.w-adNews8 li .news-h {
  width: 100%;
  float: none;
  font-weight: normal;
  line-height: 1.8;
}
.w-adNews8 li .date {
  width: 100%;
  float: none;
  text-align: left;
  line-height: 1.3;
}
.w-adNews9 li {
  margin-bottom: 14px;
  border-bottom: 0;
  padding: 0 10px 0 0;
  background: #efefef;
}
.w-adNews9 li .date {
  background: none;
  padding: 13px 25px 22px;
  margin-left: 0;
  line-height: 1.3;
  text-align: left;
}
.w-adNews9 li .date .date-day {
  color: #393939;
  font-size: 34px;
}
.w-adNews9 li .date .date-yearMonth {
  color: #393939;
  padding: 0;
}
.w-adNews9 li .news-com {
  padding: 10px 0;
}
.w-adNews9 li .news-com .news-h {
  fonr-size: 110%;
  margin-bottom: 0.2em;
}
.w-adNews9 li .news-com .news-sum {
  font-size: 95%;
  line-height: 1.6;
  height: 3.1em;
}
.w-adNews11 li .news-h {
  font-size: 115%;
}
.w-adNews li .news-btn {
  padding: 7px 20px;
  min-width: 0;
}

.newsDetail .newsTitle {
  color: #555;
  font-size: 26px;
}
.newsDetail .newsST {
  color: #999;
}
.newsDetail .newsSummary {
  display: none;
}

.news-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.w-productList .w-prd-con {
  border-radius: 12px;
  overflow: hidden;
}

.w-productList .w-prd-con a {
  border-radius: 12px;
  overflow: hidden;
}

.w-productList .w-prd-con a img {
  border-radius: 12px;
  overflow: hidden;
}

.w-productList1 .w-prd-list-cell:hover .w-prd-con .w-prd-img::before {
  display: none !important;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
/*-----------------------------分页 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: 28px;
  line-height: 28px;
  margin: 0 4px;
  overflow: hidden;
}
.next1 a.on1,
.next1 a:hover {
  background: #015cb5;
  color: #fff;
  border: 1px solid #015cb5;
}
/*--------------------分页 end----------------------*/
/*----------------------菜单----------------------------*/
.w-com-menu li > .div-parent > .fa-plus::before {
  content: "\f107";
}
.w-com-menu li.open > .div-parent > .fa-plus::before {
  content: "\f106";
}
/*-----------------------会员中心和购物车--------------------*/
.w-admin-header .w-admin-nav a {
  color: #5c5c5c;
}
/*---------------------登录注册--------------------------*/
.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;
}

@media (min-width: 478px) {
}
@media (min-width: 768px) {
  .w-system {
    padding-top: 30px;
  }
  /*---------------------------菜单-------------------------*/
  .side_bar {
    width: 230px;
  }
  .side_left {
    margin-left: 270px;
  }
  .w-com-menu-V {
    text-align: left;
    background: #fff;
  }
  .w-com-menu-V .systitle {
    margin-bottom: 1px;
  }
  .w-com-menu-V .fa {
    font-size: 100%;
    font-weight: normal;
    right: 0;
    top: 10px;
    bottom: auto;
    color: #000;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent {
    border: 1px solid #ddd;
    border-top: 0;
  }
  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent {
    border-bottom: 1px solid #e6e6e6;
  }
  .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: 15px;
    line-height: 24px;
    color: #555;
    padding: 12px 15px;
  }
  .w-com-menu-V li a {
    padding: 0 15px;
    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: #f6f6f6;
    padding: 5px 0;
  }
  .w-com-menu-V .ul-submenu .div-parent {
    padding: 5px 0;
  }
  .w-com-menu-V .ul-submenu a {
    color: #666;
    *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: 1.8;
    top: 5px;
  }
  .w-com-menu-V .ul-submenu .ul-submenu {
    background: #fff;
  }
  .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;
    text-align: center;
  }
  .w-com-menu-H .systitle {
    display: block;
    color: #555;
    font-size: 26px;
    background: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .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: #8f8f8f;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li {
    margin: 0 4px;
  }
  .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 1.5em;
    border: 1px solid #eee;
    line-height: 36px;
    display: block;
    font-size: 14px;
  }
  .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: #999;
    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) {
  .w-logo {
  }
  .w-logo h1 {
    line-height: 89px;
  }
  .w-logo-img {
  }
  .w-logo-img img {
    height: 80px;
    object-fit: contain;
    object-position: left center;
  }
  .w-nav .li-parentOne-div .fa {
    display: none;
  }
  .w-nav .submenu {
    background: #f9f9f9;
  }
  .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: 16px;
  }
  .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";
  }
  /*---------------------------topLogBox--------------------------*/
}
@media (min-width: 1201px) {
  .w-nav .nav_inner > li > a,
  .w-nav .nav_inner > li > .li-parent-div > a {
    padding: 0 30px;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li {
    min-width: 9em;
  }
  .w-com-menu-H > .w-com-menu-in > .ul-parent > li a{
    border-radius: 12px;
    overflow: hidden;
  }

  .login-navPc .w-admin-nav .nav_inner > li {
    min-width: 110px;
  }
}
@media (max-width: 1366px) {
  .info_tab li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .w-custom {
    padding-left: 5px;
    padding-right: 5px;
  }
  .w-productList3
    .w-prd-list-cell:hover
    .w-prd-con
    .w-prd-infoboxBox
    .w-prd-infobox {
    padding-top: 2em;
  }
  .newsDetail .newsTitle {
    font-size: 140%;
  }
  .info_tab li:first-child a {
    padding-left: 10px;
  }
  .fileListBox,
  .msgLBox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@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%;
    background: #fff;
    padding-top: 0;
    height: 1.4rem;
    z-index: 999;
    color: #000;
    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;
  }
  .topLogBoxPc {
    display: none;
  }
  .menuPc {
    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;
  }
  .w-logo-img {
    display: block;
    padding: 0.17rem 0.25rem;
    line-height: 1.06rem;
  }
  .w-logo-img img {
    max-height: 1.06rem;
    height: 40px;
    object-fit: contain;
  }

  .w-productList1 .n4 {
    margin-bottom: 24px;
  }

  .col-right {
    position: fixed;
    left: -70%;
    width: 70%;
    background: #2d2d2d;
    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;
    color: #fff;
  }
  .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: #fff;
    text-align: left;
    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: #fff;
  }
  .w-languege,
  .w-loginRegister,
  .w-shopCart {
    float: none;
    margin: 0;
    padding: 0.5em;
  }
  .topLogBox .w-search {
    float: none;
    margin: 0.5em;
  }
  .topLogBox .w-search .input-search-w {
    border-color: #666;
    width: 100%;
  }

  /*-----------------------会员中心和购物车--------------------*/
  .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: #2d2d2d;
    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-adNews5 li {
    padding: 1em 0.5em;
  }
  .w-adNews5 li .news-item {
    padding: 0;
  }
  .w-adNews5 li .news-h {
    font-size: 115%;
  }
  .w-News-list1 .news-com {
    padding: 0;
  }
  .w-News-list1 li,
  .w-News-list6 li {
    padding: 0.8em 0;
  }

  .w-prd-list .w-prd-list-cell .w-prd-infobox h2 {
    font-size: 110%;
  }
  .w-productList .prd_pre,
  .w-productList .prd_next {
    width: 2em;
    height: 2em;
    margin-top: -1em;
  }
  .w-productList2 .prd_pre,
  .w-productList2 .prd_next {
    margin-top: -2em;
  }
}
@media (max-width: 767px) {
  .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;
  }
  .info_tab {
    padding-left: 0.2em;
  }
  .product-detail-info .product-grayBox {
    border: 0;
  }
  .w-productList2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }
  .w-productList2 .w-prd-list-cell .w-prd-list-cell-in {
    margin: 0 0.1rem;
  }
  .w-productList3 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .w-productList3
    .w-prd-list-cell:hover
    .w-prd-con
    .w-prd-infoboxBox
    .w-prd-infobox {
    padding-top: 1.5em;
  }
  .w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2 {
    font-size: 120%;
  }
  .w-productList3 .w-prd-list-cell .w-prd-sum {
    line-height: 1.3;
    font-size: 90%;
    max-height: 3.8em;
  }

  .bx-wrapper .bx-prev {
    background-size: contain !important;
  }
  .bx-wrapper .bx-next {
    background-size: contain !important;
  }

  .w-News-list1 .news-com .news-sum {
    max-height: 2.9em;
  }

  .btn-default-w {
    min-width: 30%;
  }

  .w-title20 .tith span {
    font-size: 130%;
  }
  .w-title20 h2 {
    font-size: 100%;
  }
  .w-title20 .more {
    width: 2.5em;
    height: 2.5em;
    background-size: contain;
  }
}
@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;
  }
  .wrap-content-in.pdTop-big,
  .wrap-content-in.pdTop-large {
    padding-top: 0 !important;
  }

  .w-title {
    margin-bottom: 0.5em;
  }
  .w-title16 h2 {
    font-size: 140%;
  }

  .info_tab li a {
    font-size: 130%;
  }
  .fileListBox,
  .msgLBox {
    padding-left: 1em;
    padding-right: 1em;
  }
  .w-productList .prd_pre,
  .w-productList .prd_next {
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.75em;
  }
  .w-productList2 .prd_pre,
  .w-productList2 .prd_next {
    margin-top: -2em;
  }
  .w-adNews9 li .date {
    padding: 1em;
  }
  .w-News-list1 .news-com .news-sum,
  .w-News-list1 .news-com .date {
    font-size: 90%;
  }
  .w-News-list3 .news-com .news-together {
    margin-bottom: 0.5em;
  }

  .w-lantern-h .w-lantern-in {
    padding: 0 1.8em;
  }
  .w-lantern-h .lantern_pre,
  .w-lantern-h .lantern_next {
    width: 1.5em;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    box-sizing: border-box;
  }
  .prd_pageState span {
    height: 6px;
    width: 6px;
  }
  .prd_pageState span.active {
    height: 2px;
    width: 2px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    height: 6px !important;
    width: 6px !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    height: 2px !important;
    width: 2px !important;
    box-sizing: content-box;
  }
}



.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: #0ABBB9;
  color: white;
  border-color: #0ABBB9;
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}
