@import url(iconfont.css);
@import url(message.css);
@import url(language.css);

:root {
  --color: #ff2222;
  --color2: #f05900;
  --fontcolor: #000000;
  --summarycolor: #555555;
  --border: 5px;
  --fontbold3: 300;
  --fontbold4: 400;
  --fontbold5: 500;
  --fontbold6: 600;
  --fontbold7: 700;
  --fontsize12: 12px;
  --fontsize13: 13px;
  --fontsize14: 14px;
  --fontsize15: 15px;
  --fontsize16: 16px;
  --fontsize17: 17px;
  --fontsize18: 18px;
  --fontsize20: 20px;
  --fontsize22: 22px;
  --fontsize24: 24px;
  --fontsize26: 26px;
  --fontsize28: 28px;
  --fontsize30: 30px;
  --fontsize32: 32px;
  --fontsize34: 34px;
  --fontsize36: 36px;
  --fontsize38: 38px;
  --fontsize40: 40px;
  --fontsize48: 48px;
  --fontfamily: "Roboto", "Lato", "Open Sans", "Poppins", "Oswald", "Noto Sans", "Montserrat", "sans-serif"
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  border-radius: 10px;
  background: rgba(122, 122, 122, .1)
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  background: #d7d7d7
}

::-webkit-scrollbar {
  width: 8px;
  height: 1px
}

*,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent
}

body {
  clear: both;
  margin: 0 auto;
  padding: 148px 0 0 0;
  max-width: 2560px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--fontcolor);
  overflow-x: hidden;
  font-family: var(--fontfamily)
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-weight: var(--fontbold5)
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none;
  color: inherit
}

li,
ol,
ul {
  list-style: none
}

iframe,
video {
  max-width: 100%;
  outline: 0;
  border: none;
  vertical-align: bottom
}

button {
  outline: 0;
  border: none
}

img.lazy {
  display: inline-block;
  opacity: 0
}

img.lazy,
img.tst {
  transition: opacity .6s, transform .3s ease
}

img.loaded {
  opacity: 1
}

img:not([src]) {
  visibility: hidden;
  position: absolute
}

h4.cate-h4,
h4.pro-h4 {
  clear: both;
  font-weight: var(--fontbold5)
}

ul.cate-ulli,
ul.pro-ulli {
  clear: both;
  padding: 10px 0 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
  list-style-type: disc;
  line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
  clear: both;
  padding: 10px 0 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
  list-style-type: decimal;
  line-height: 1.7
}

.prohome-content {
  clear: both;
  margin: 0 auto 30px;
  padding: 0 70px;
  max-width: 1650px;
  line-height: 1.6;
  box-sizing: border-box
}

.prolist-bottom {
  clear: both;
  margin: 0 auto 30px;
  padding: 0 70px;
  max-width: 1650px;
  line-height: 1.6;
  box-sizing: border-box
}

.prolist-bottom a {
  text-decoration: underline
}

.prolist-bottom a:hover {
  color: var(--color)
}

.pro-bottom {
  margin: 0 auto;
  padding: 0
}

.pro-bottom a {
  text-decoration: underline;
  text-transform: lowercase
}

.pro-bottom a:active,
.pro-bottom a:hover {
  color: var(--color)
}

.newscontent-details article a,
.prodetails-content article a {
  color: var(--color)
}

.newscontent-details article a:hover,
.prodetails-content article a:hover {
  text-decoration: underline
}

.prodetails-content article p.productsTags a {
  color: var(--fontcolor);
  text-decoration: underline;
  text-transform: lowercase
}

.prodetails-content article p.productsTags a:hover {
  color: var(--color)
}

@media(max-width:1024px) {
  .prohome-content {
    clear: both;
    margin: 0 auto 20px;
    padding: 0 15px
  }

  .prolist-bottom {
    clear: both;
    margin: 0 auto 20px;
    padding: 0 15px
  }
}

.prolist-content {
  clear: both;
  margin: 0 auto 15px;
  line-height: 1.6
}

.ck-widget-toc {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0;
  min-width: 300px;
  max-width: 100%
}

.ck-widget-toc ol {
  padding: 0 0 0 30px;
  counter-reset: item
}

.ck-widget-toc ol li {
  display: block;
  position: relative;
  list-style: none
}

.ck-widget-toc ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px
}

.ck-widget-toc-title {
  text-align: left;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0 0 0 5px
}

.ck-widget-pt {
  padding-top: 100px;
  margin-top: -100px
}

.ck-widget-toc1 {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0;
  min-width: 300px;
  max-width: 100%
}

.ck-widget-toc1 ol {
  padding: 0 0 0 30px;
  counter-reset: item
}

.ck-widget-toc1 ol li {
  display: block;
  position: relative;
  list-style: none
}

.ck-widget-toc1 ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px
}

article.blogcontent {
  clear: both;
  margin: 0px auto 40px;
  padding: 0px
}

article.blogcontent h2 {
  margin: 20px 0px 0px 0px;
  font-size: 24px;
  line-height: 1.3
}

article.blogcontent h3 {
  margin: 20px 0px 0px 0px;
  font-size: 22px;
  line-height: 1.3
}

article.blogcontent h4 {
  margin: 20px 0px 0px 0px;
  font-size: 20px;
  line-height: 1.3
}

article.blogcontent h5 {
  margin: 20px 0px 0px 0px;
  font-size: 18px;
  line-height: 1.3
}

article.blogcontent img {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  max-width: 49%;
  margin-right: 1%;
  border: solid 1px #EEEEEE;
  vertical-align: top
}

article.blogcontent p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 1.6
}

article.blogcontent p a {
  color: var(--color)
}

article.blogcontent p a:hover {
  text-decoration: underline
}

article.blogcontent ul {
  margin: 0px;
  padding: 5px 0px 0px 20px
}

article.blogcontent ul li {
  margin: 0px 0px 5px 0px;
  list-style-type: disc
}

.hidden {
  overflow: hidden
}

.lazy-load {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--color);
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translate(-50%, -50%);
  animation: arrow-circle infinite .75s linear
}

.lazy-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.lazy-wrap::after {
  content: "";
  display: block;
  padding-bottom: 50%
}

.lazy-wrap.lazy-loaded .lazy-load {
  -webkit-animation: none;
  animation: none;
  display: none
}

.lazy-wrap.lazy-loaded::after {
  padding-bottom: 0
}

.lazy-load:after,
.lazy-load:before {
  position: absolute;
  top: 18px;
  left: -2px;
  border-top: 5px solid var(--color);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  transform: rotate(-30deg)
}

.lazy-load:after {
  top: -2px;
  left: 13.5px;
  transform: rotate(150deg)
}

@keyframes arrow-circle {
  0% {
    transform: translate(-50%, -50%) rotate(360deg)
  }

  100% {
    transform: translate(-50%, -50%) rotate(0)
  }
}

.l-wrap {
  width: 100%;
  max-width: 1650px;
  padding: 0 70px;
  margin: 0 auto
}

.head-lang {
  display: flex;
  align-items: center;
  justify-content: center
}

.lang {
  width: auto;
  z-index: 9999;
  text-align: left;
  position: relative;
  margin-right: 20px
}

.lang-icon {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  white-space: nowrap
}

.lang-icon span {
  position: relative;
  padding-right: 18px;
  color: #FFFFFF
}

.lang-icon>img {
  margin-right: 5px
}

.lang-icon span::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 11px;
  width: 8px;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(50deg)
}

.lang-icon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 8px;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(-50deg)
}

.lang-drop {
  position: absolute;
  top: calc(100% + 26px);
  right: 50%;
  transform: translateX(50%);
  background: #FFFFFF;
  border: 1px solid #ebeef5;
  border-radius: var(--border);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, top .3s
}

.lang-drop.lang-flex {
  transform: translateX(23%)
}

.lang-drop.lang-flex .lang-arrow {
  left: 75%
}

.lang-drop.active {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 12px)
}

.lang-arrow {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-top: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -6px;
  left: 50%
}

.lang-wrap {
  width: 140px;
  padding: 8px 0;
  box-sizing: border-box
}

.lang-flex .lang-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 8px
}

.lang-wrap li {
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  transition: background-color .3s
}

.lang-flex .lang-wrap li {
  width: 33%;
  padding: 0
}

.lang-flex .lang-wrap li a {
  padding: 8px 6px
}

.lang-wrap li.lang-active,
.lang-wrap li:hover {
  background-color: #EEEEEE
}

.lang-wrap li a {
  display: block;
  color: var(--fontcolor);
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.lang-wrap li img {
  display: inline-block;
  width: 24px;
  height: 16px;
  vertical-align: -.25em;
  margin-right: 4px
}

@media(max-width:1024px) {
  .l-wrap {
    padding: 0 15px
  }

  .lang-drop.lang-flex {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 54px !important;
    position: fixed;
    width: calc(100vw - 20px)
  }

  .lang-flex .lang-wrap {
    width: 100%
  }

  .lang-drop.lang-flex .lang-arrow {
    left: 80%
  }

  .lang {
    margin-left: auto;
    margin-right: 10px;
    transition: all .2s linear
  }

  .lang-icon span {
    display: none
  }

  .lang-icon>img {
    width: 36px;
    height: 24px
  }

  .lang-drop {
    display: none
  }

  .lang-drop.active {
    display: block
  }
}

.crumbs .banner-img {
  width: 100%
}

.crumbs .banner-img img {
  width: 100%
}

.crumbs .banner-content {
  background-color: #EEEEEE;
  padding: 6px 0
}

.crumbs .banner-content .l-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.crumbs .banner-content .banner-title-h1 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: var(--fontbold5)
}

.crumbs .banner-content .banner-breadcrumbs {
  font-size: 14px
}

.crumbs .banner-content .banner-breadcrumbs em {
  color: var(--color);
  margin-right: 2px
}

.crumbs .banner-content .banner-breadcrumbs a {
  transition: all .1s linear;
  text-transform: capitalize
}

.crumbs .banner-content .banner-breadcrumbs span {
  text-transform: capitalize
}

.crumbs .banner-content .banner-breadcrumbs a:hover {
  color: var(--color)
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999
}

header.is-active .head-top {
  margin-top: -48px;
  opacity: 0;
  visibility: hidden;
  display: none
}

header.is-active .head-info {
  height: 80px
}

header .head-top {
  background: var(--color);
  color: #FFFFFF;
  height: 48px;
  transition: margin .1s linear
}

header .head-top .l-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

header .head-top .head-share {
  display: flex;
  align-items: center;
  height: 100%
}

header .head-top .head-share ul {
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 100%
}

header .head-top .head-share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  padding: 4px;
  transition: all .1s linear;
  color: #FFFFFF;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1)
}

header .head-top .head-share ul li a:hover {
  background: rgba(255, 255, 255, .2)
}

header .head-top .head-share ul li a i {
  font-size: 15px
}

header .head-top .head-contact {
  display: flex;
  align-items: center;
  font-size: 15px
}

header .head-top .head-contact .item {
  display: flex;
  align-items: center;
  margin-right: 30px
}

header .head-top .head-contact .item em {
  color: #FFFFFF;
  margin-right: 5px;
  font-size: 16px
}

header .head-top .head-contact .item a {
  color: #FFFFFF
}

header .head-top .head-contact .item span {
  font-size: 14px;
  color: var(--fontcolor)
}

header .head-info {
  height: 100px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
  transition: all .1s linear
}

header .head-info .l-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

header .head-info .head-logo {
  max-width: 50%;
  display: flex;
  align-items: center
}

header .head-info .head-logo a {
  display: inline-flex;
  align-items: center
}

header .head-info .head-logo a span {
  font-size: 18px;
  padding-left: 10px
}

header .head-info .head-logo img {
  width: auto;
  max-height: 50px
}

header .head-info .head-nav {
  height: 100%;
  display: flex;
  align-items: center
}

header .head-info .head-nav .nav-ul {
  display: flex;
  height: 100%
}

header .head-info .head-nav .nav-ul>li {
  position: relative;
  height: 100%
}

header .head-info .head-nav .nav-ul>li>em {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px
}

header .head-info .head-nav .nav-ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: var(--fontcolor);
  font-weight: var(--fontbold5);
  padding: 0 20px;
  transition: all .1s linear;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap
}

header .head-info .head-nav .nav-ul>li:hover>em {
  color: var(--color)
}

header .head-info .head-nav .nav-ul>li:hover>a {
  color: var(--color)
}

header .head-info .head-nav .nav-ul>li:hover .submenu {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0)
}

header .head-info .head-nav .nav-ul>li .submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .1s linear;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #FFFFFF;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1)
}

header .head-info .head-nav .nav-ul>li .submenu li {
  white-space: nowrap;
  position: relative;
  padding: 0 10px;
  height: 55px
}

header .head-info .head-nav .nav-ul>li .submenu li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 100%;
  color: var(--fontcolor);
  padding-right: 30px;
  border-bottom: 1px solid #eaeaea;
  text-transform: capitalize
}

header .head-info .head-nav .nav-ul>li .submenu li ul li a {
  color: var(--fontcolor);
  text-transform: capitalize
}

header .head-info .head-nav .nav-ul>li .submenu li em {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px
}

header .head-info .head-nav .nav-ul>li .submenu li ul {
  display: none
}

header .head-info .head-nav .nav-ul>li .submenu li:hover {
  background: #f6f6f6
}

header .head-info .head-nav .nav-ul>li .submenu li:hover ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #FFFFFF;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
  min-width: 200px
}

header .head-info .head-nav .nav-ul>li .submenu>li:hover>a,
header .head-info .head-nav .nav-ul>li .submenu>li:hover>em {
  color: var(--color)
}

header .head-info .head-nav .nav-ul>li .submenu li:hover ul li:hover a,
header .head-info .head-nav .nav-ul>li .submenu li:hover ul li:hover em {
  color: var(--color)
}

header .head-info .head-nav .nav-ul>li>a.inmenu_1 {
  color: var(--color)
}

.m-menu {
  display: none
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%
}

.head-search {
  display: flex;
  align-items: center;
  margin-right: 10%
}

.head-search button {
  outline: 0;
  background: 0 0;
  border: none;
  padding: 10px;
  cursor: pointer
}

.head-search button em {
  font-size: 26px;
  color: var(--color);
  font-weight: var(--fontbold5)
}

.search-input {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: rotateX(90deg);
  visibility: hidden
}

.search-input input {
  width: 200px;
  height: 40px
}

.search-input input {
  width: 200px;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  border: none;
  outline: 0
}

.search-input .search-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .1s linear
}

.search-input .search-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .1s linear
}

.search-input .search-btn:hover {
  opacity: .9
}

.search-input .search-btn em {
  font-size: 22px;
  color: var(--color)
}

.search-input.active {
  transition: opacity .3s, transform .3s;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top
}

footer {
  clear: both;
  margin: 0 auto;
  padding: 0;
  background: url(../images/footerbg.webp) no-repeat top;
  background-size: cover;
  position: relative;
  z-index: 1
}

.footer-top {
  background-color: var(--color);
  padding: 1% 0
}

.footer-top .l-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer-top .l-wrap .title {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: var(--fontbold5);
  margin: 0;
  margin-bottom: 10px
}

.footer-top .l-wrap .btn {
  width: 150px;
  height: 44px;
  background-color: #FFFFFF;
  border-radius: var(--border);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--fontbold5);
  position: relative;
  z-index: 1;
  border: 1px solid var(--color);
  transition: all .2s linear
}

.footer-top .l-wrap .btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--border);
  transition: all .2s linear
}

.footer-top .l-wrap .btn:hover::after {
  width: 100%
}

.footer-top .l-wrap .btn:hover {
  border-color: #FFFFFF;
  color: #FFFFFF
}

.footer-bottom {
  box-sizing: border-box;
  padding-top: 150px;
  color: #ccc
}

.footer-bottom .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3%
}

.footer-bottom .main .left {
  width: 20%
}

.footer-bottom .main .left .logo img {
  width: auto;
  max-height: 60px
}

.footer-bottom .main .left .text {
  line-height: 24px;
  margin: 20px 0 30px 0
}

.footer-bottom .main .mid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 6%;
  flex: 1;
  justify-content: space-between
}

.footer-bottom .main .mid>div {
  width: 30%
}

.footer-bottom .main div p.title {
  color: var(--color);
  font-size: 24px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-transform: uppercase
}

.footer-bottom .main .mid ul {
  margin: 0;
  padding: 0
}

.footer-bottom .main .mid ul li {
  margin-bottom: 10px
}

.footer-bottom .main .mid ul li .title {
  display: flex;
  align-items: center;
  color: var(--color);
  margin-bottom: 3px
}

.footer-bottom .main .mid ul li .title img {
  margin-right: 10px
}

.footer-bottom .main .mid ul li p {
  padding-left: 30px
}

.footer-bottom .main .right div {
  width: 100px;
  height: auto
}

.footer-bottom .main .right div .ErWeiImg {
  border-radius: var(--border)
}

.copyright {
  background: rgba(0, 0, 0, .2);
  color: #CCCCCC;
  height: 60px;
  font-size: 14px;
  display: flex;
  align-items: center
}

.footer-bottom .bottom {
  box-sizing: border-box;
  padding: 15px;
  color: #CCCCCC;
  font-size: 14px;
  text-align: center
}

.footer-bottom .bottom a {
  font-size: 14px;
  margin-left: 10px
}

.footer-bottom .bottom a:hover {
  color: #FFFFFF
}

.footer-bottom .bottom .left p {
  margin: 0
}

.footer-bottom .bottom .right span {
  white-space: nowrap
}

.footer-bottom .bottom .right span:first-child {
  margin-right: 60px
}

.footer-bottom .main .mid ul li em {
  display: inline-block;
  transform: scale(1.4);
  vertical-align: middle
}

.footer-bottom .main .mid ul li a:hover {
  color: var(--color)
}

.footer-bottom .main .left .follow ul {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  flex-wrap: wrap
}

.footer-bottom .main .left .follow a {
  color: #FFFFFF;
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 35px;
  height: 35px;
  padding: 4px;
  background-color: var(--color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: all .2s linear
}

.footer-bottom .main .left .follow a em {
  font-size: 20px
}

.footer-bottom .main .left .follow a:hover {
  transform: translateY(-4px);
  background-color: var(--color)
}

.footer-bottom .foot-contact ul li em {
  margin-right: 10px;
}

footer .gotop {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 130px;
  right: 35px;
  background: var(--color);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
  transition: all .4s ease;
  z-index: 9;
  opacity: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF
}

footer .gotop em {
  font-size: 24px
}

footer .gotop.act {
  opacity: 1;
  visibility: inherit;
  bottom: 150px
}

footer .bottom-btn {
  background-color: #fcfCFCFB;
  border-top: solid 1px #F1F1F1;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-around;
  z-index: 99;
  transition: all .2s linear;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  display: none
}

footer .bottom-btn.bottom-btn-keep {
  transform: translateY(0) !important
}

footer .mobile-bottom-bag {
  position: relative;
  display: none
}

footer .mobile-bottom-bag>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--fontcolor);
  font-size: 14px
}

footer .bottom-btn.bottom-btn-hide {
  transform: translateY(0)
}

.common-page {
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  margin-bottom: 20px;
  border-radius: var(--border)
}

.common-page>* {
  background-color: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .14);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  padding: 4px 14px;
  border-radius: var(--border)
}

.common-page .btn {
  height: 40px;
  box-sizing: border-box;
  padding: 10px
}

.common-page .num {
  box-sizing: border-box;
  width: 40px;
  height: 40px
}

.common-page a:hover {
  background-color: var(--color);
  color: #FFFFFF
}

.common-page>.ctxt {
  background-color: var(--color);
  color: #FFFFFF
}

@media(max-width:1280px) {
  header .head-info .head-nav .nav-ul>li>a {
    padding: 0 15px
  }

  header .head-info .head-nav .nav-ul>li>em {
    right: 15px
  }
}

@media(max-width:1024px) {
  body {
    padding-top: 55px
  }

  .head-search {
    display: none
  }

  .search-input {
    margin: 10px 0;
    display: block;
    position: static;
    opacity: 1;
    transform: none;
    visibility: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    border-radius: var(--border);
    overflow: hidden
  }

  .search-input input {
    flex: 1
  }

  header.is-active .head-info {
    height: 55px
  }

  header .head-info .head-logo img {
    max-height: 30px
  }

  header.is-active .head-info .head-nav {
    top: 54px;
    height: calc(100vh - 54px)
  }

  header .head-top {
    font-size: 14px;
    height: 30px;
    position: static;
    transition: all .2s linear;
    display: none
  }

  header .nav-ul>li .submenu>li em {
    display: none
  }

  header .head-info {
    height: 55px
  }

  header .head-info .head-logo {
    max-width: inherit
  }

  header .head-info .head-nav {
    background: #FFFFFF;
    width: 100%;
    height: calc(100vh - 55px);
    padding: 10px 20px;
    position: fixed;
    left: 0;
    top: 55px;
    transition: all .2s linear;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    z-index: 9999
  }

  header .head-info .head-nav.head-nav-act {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0)
  }

  header .head-info .head-nav .nav-ul {
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 0 60px
  }

  header .head-info .head-nav .nav-ul>li {
    height: auto
  }

  header .head-info .head-nav .nav-ul>li:hover>a,
  header .head-info .head-nav .nav-ul>li:hover>em {
    color: inherit
  }

  header .head-info .head-nav .nav-ul>li:hover .submenu {
    opacity: inherit;
    visibility: inherit;
    transform: inherit;
    transform: none
  }

  header .head-info .head-nav .nav-ul>li.cur>a {
    color: var(--color)
  }

  header .head-info .head-nav .nav-ul>li.cur>em {
    color: var(--color);
    transform: rotateX(180deg)
  }

  header .head-info .head-nav .nav-ul>li>em {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 0;
    font-size: 22px;
    cursor: pointer;
    transition: all .1s linear;
    transform: none
  }

  header .head-info .head-nav .nav-ul>li>a {
    padding: 12px 0;
    height: auto;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 400
  }

  header .head-info .head-nav .nav-ul>li>a::after {
    content: none
  }

  header .head-info .head-nav .nav-ul>li .submenu {
    display: none;
    opacity: 1;
    visibility: inherit;
    position: static;
    transform: none;
    box-shadow: none;
    transition: none;
    padding-left: 10px;
    min-width: inherit
  }

  header .head-info .head-nav .nav-ul>li .submenu li {
    height: auto
  }

  header .head-info .head-nav .nav-ul>li .submenu li:hover {
    background: 0 0
  }

  header .head-info .head-nav .nav-ul>li .submenu li a {
    border: none;
    font-weight: var(--fontbold4);
    padding: 5px 0
  }

  header .head-info .head-nav .nav-ul>li .submenu li ul {
    display: block !important;
    position: static !important;
    padding-left: 10px;
    box-shadow: none !important
  }

  .search-box {
    height: auto;
    width: 100%
  }

  .search-box input {
    flex: 1
  }

  .m-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer
  }

  .m-menu span {
    position: absolute;
    background: var(--color);
    width: 30px;
    height: 3px;
    border-radius: var(--border);
    right: 0;
    transition: all .2s linear
  }

  .m-menu span:nth-child(1) {
    top: 25%
  }

  .m-menu span:nth-child(2) {
    top: 48%
  }

  .m-menu span:nth-child(3) {
    top: 73%
  }

  .m-menu.act span {
    top: 48%;
    width: 32px
  }

  .m-menu.act span:nth-child(1) {
    transform: rotate(45deg)
  }

  .m-menu.act span:nth-child(2) {
    width: 0
  }

  .m-menu.act span:nth-child(3) {
    transform: rotate(-45deg)
  }

  .footer-bottom .main {
    flex-wrap: wrap
  }

  .footer-bottom .main .mid {
    margin: 0;
    width: 100%;
    flex: inherit
  }

  .footer-bottom .main .mid>div {
    width: 50%;
    margin-bottom: 20px
  }

  .footer-bottom .main .left {
    width: 40%;
    margin-bottom: 2%
  }

  .footer-bottom .main .left .text {
    margin: 20px 0
  }

  .footer-bottom .main .right {
    width: 100%
  }

  .footer-bottom .bottom {
    padding: 2% 0
  }

  .footer-bottom .bottom .right {
    width: 100%;
    text-align: end
  }

  .footer-bottom .bottom .right span:first-child {
    margin-right: 20px
  }

  .footer-top .l-wrap .right {
    width: 100%;
    margin-top: 3%
  }

  .footer-top .l-wrap {
    flex-wrap: wrap
  }

  .footer-top {
    padding: 3% 0
  }

  footer .bottom-btn {
    display: flex;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
  }

  footer .bottom-btn .btn-item {
    width: 25%;
    height: 55px;
    box-sizing: border-box;
    position: relative
  }

  footer .gotop {
    display: none
  }

  footer .bottom-btn .btn-item .gotop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
    opacity: 1;
    visibility: inherit;
    display: flex
  }

  footer .bottom-btn .btn-item>p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #222
  }

  footer .bottom-btn .btn-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #222
  }

  footer .bottom-btn .btn-item em {
    font-size: 20px;
    line-height: 1
  }

  footer .bottom-btn .btn-item p {
    font-size: 12px;
    text-transform: capitalize
  }

  .crumbs .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .nav-ul .head-contact {
    padding: 15px 0;
    border-top: 1px solid #EEEEEE
  }

  .nav-ul .head-contact .item {
    font-size: 17px;
    color: #333333;
    width: 100%;
    display: flex;
    align-items: center
  }

  .nav-ul .head-contact .item em {
    margin-right: 6px;
    color: var(--color);
    font-size: 22px
  }

  footer {
    margin-bottom: calc(55px + constant(safe-area-inset-bottom));
    margin-bottom: calc(55px + env(safe-area-inset-bottom))
  }
}

@media screen and (max-width:768px) {

  .footer-bottom .main .left .follow span,
  .footer-bottom .main .left .logo,
  .footer-bottom .main .left .text {
    display: none
  }

  .footer-bottom .bottom .right {
    text-align: center
  }

  .footer-bottom .main .left .follow {
    margin: 10px 0
  }

  #indexbanner .swiper-button-next,
  #indexbanner .swiper-button-prev {
    display: none
  }

  .crumbs .banner-content .banner-title-h1 {
    display: none
  }

  .rfixed {
    bottom: calc(140px + constant(safe-area-inset-bottom));
    bottom: calc(140px + env(safe-area-inset-bottom));
    right: 24px
  }

  iframe,
  video {
    min-height: 240px;
    height: auto
  }
}

@media(max-width:500px) {
  html {
    overflow-x: hidden
  }

  .footer-bottom .main .right {
    display: none
  }

  .footer-bottom .main .mid {
    flex-wrap: wrap
  }

  .footer-bottom .main .mid>div {
    width: 100%;
    margin-bottom: 20px
  }

  .footer-bottom .main .mid .quick ul {
    display: flex;
    flex-wrap: wrap
  }

  .footer-bottom .main .mid ul li {
    font-size: 14px;
    padding: 6px 0;
    margin: 0
  }

  .footer-bottom .main .mid .quick ul li {
    width: 50%
  }

  .footer-bottom .main .mid .title {
    font-size: 20px;
    margin-bottom: 10px
  }

  .footer-top {
    display: none
  }

  .footer-bottom .bottom .left p {
    font-size: 12px;
    text-align: center
  }

  .footer-bottom .bottom {
    padding: 10px 0
  }

  .footer-bottom .bottom .right {
    display: none
  }

  .footer-bottom .main .left {
    width: 100%
  }
}

.rfixed {
  position: fixed;
  bottom: calc(200px + constant(safe-area-inset-bottom));
  bottom: calc(200px + env(safe-area-inset-bottom));
  right: 35px;
  z-index: 99
}

.compare-panel {
  width: 280px;
  background: #FFFFFF;
  position: fixed;
  z-index: 998;
  bottom: 0;
  right: 0;
  box-shadow: -1px -1px 3px #CCCCCC;
  display: none;
  transition: bottom .2s
}

.compare-t {
  background-color: var(--color);
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer
}

.compare-close {
  position: relative;
  width: 24px;
  height: 24px;
  background: 0 0;
  cursor: pointer
}

.compare-close::after,
.compare-close::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  border-radius: 2px
}

.compare-close::before {
  transform: rotate(45deg);
  left: 4px
}

.compare-close::after {
  transform: rotate(-45deg);
  right: 4px
}

.compare-tit {
  text-align: center;
  flex: 1;
  line-height: 1.5
}

.compare-checked {
  color: #FFFFFF;
  margin: 0 4px
}

#productChache_list {
  padding: 0 18px;
  height: 220px;
  overflow-y: auto
}

#productChache_list::-webkit-scrollbar {
  width: 4px
}

#productChache_list::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: rgba(0, 0, 0, .05)
}

#productChache_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .15)
}

.selected-item {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  display: flex;
  align-items: center
}

.item-clear {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer
}

.item-clear::after,
.item-clear::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: var(--fontcolor);
  border-radius: 2px;
  top: 50%;
  margin-top: -1px
}

.item-clear::before {
  transform: rotate(45deg);
  left: 3px
}

.item-clear::after {
  transform: rotate(-45deg);
  left: 3px
}

.item-content {
  flex: 1;
  display: flex;
  align-items: center
}

.item-img {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center
}

.item-img img {
  max-width: 100%;
  max-height: 100%
}

.item-c {
  width: calc(100% - 50px);
  padding: 0 10px;
  font-size: 12px
}

.item-title {
  max-height: 34px;
  word-break: break-word;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  color: var(--fontcolortitle)
}

.item-price {
  color: var(--color)
}

.compare-b {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between
}

.compare-b * {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  border-radius: 2px;
  padding: 0 2px
}

.clear-all {
  color: var(--fontcolortitle);
  background-color: #ededed;
  cursor: pointer
}

.compare-inquire,
.compare-inquire:hover {
  color: #FFFFFF;
  background-color: var(--color)
}

.compare-b .orderNow {
  margin: 0;
  background: #f66f08;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0 2px;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  display: block;
  width: 80px
}

.rfixed-sc {
  width: 40px;
  height: 40px;
  background: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  display: none
}

.rfixed-sc i {
  font-size: 20px
}

.rfixed-scnum {
  position: absolute;
  right: 25px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #e00;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  transform: scale(.9);
  line-height: 16px
}

.item-clear::after,
.item-clear::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: var(--color);
  border-radius: 2px;
  top: 50%;
  margin-top: -1px
}

.item-clear::before {
  transform: rotate(45deg);
  left: 3px
}

.item-clear::after {
  transform: rotate(-45deg);
  left: 3px
}

@media(max-width:768px) {
  .compare-panel {
    width: 100%;
    bottom: calc(55px + constant(safe-area-inset-bottom));
    bottom: calc(55px + env(safe-area-inset-bottom))
  }
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.toast-title {
  font-weight: var(--fontbold7)
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.toast-message a,
.toast-message label {
  color: #FFFFFF
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: var(--fontbold7);
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #FFFFFF;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .8;
  line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4
}

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em
}

.toast-center-center {
  top: 40%;
  right: 0;
  width: 100%;
  transform: translateY(-50%)
}

.toast-top-center {
  top: 20%;
  right: 0;
  width: 100%
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 12px;
  left: 12px
}

.toast-top-right {
  top: 12px;
  right: 12px
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#toast-container>div {
  font-size: 16px;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 5px 15px 5px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFFFFF;
  opacity: .9
}

#toast-container>div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center
}

#toast-container>div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-center-center>div,
#toast-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto
}

.toast {
  background-color: #030303
}

.toast-success {
  background-color: #51a351
}

.toast-error {
  background-color: #bd362f
}

.toast-info {
  background-color: #2f96b4
}

.toast-warning {
  background-color: #f89406
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4
}

@media all and (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em
  }
}

@media all and (min-width:481px) and (max-width:768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em
  }

  #toast-container>div.rtl {
    padding: 15px 50px 15px 15px
  }
}

@media(max-width:768px) {
  #toast-container>div {
    font-size: 15px;
    opacity: 1
  }
}

@media(max-width:415px) {
  #toast-container>div {
    font-size: 13px
  }
}

.home-title {
  font-weight: var(--fontbold6);
  font-size: 44px;
  color: #000;
  text-align: center;
  margin-bottom: 5px
}

.home-des {
  text-align: center;
  color: var(--color)
}

@media(max-width:1280px) {
  .home-title {
    font-size: 36px
  }
}

@media(max-width:1280px) {
  .home-title {
    font-size: 30px
  }
}

@media(max-width:768px) {
  .home-title {
    font-size: 26px
  }
}

@media(max-width:500) {
  .home-title {
    font-size: 24px
  }
}

.pagecontact {
  background: url(../images/pagecontact-bg.webp) no-repeat center;
  position: relative;
  background-size: cover;
  padding-bottom: 130px;
  padding-top: 50px
}

.home-cate .product-category p a {
  font-size: 18px
}

.home-cate .category-header a {
  font-size: 18px
}

.kche-t155-text-p p {
  font-size: 18px
}

.home-more {
  font-size: 18px
}

.home-service .service-flex .text {
  font-size: 18px
}

.home-service .service-flex .infoleft .list li {
  font-size: 18px
}

.home-about .aboutflex .aboutinfo .text {
  font-size: 18px
}

.home-are .areflex .areitem ul li {
  font-size: 18px
}

.home-news .newslist li .info .text {
  font-size: 18px
}

.home-say .home-des {
  font-size: 18px
}

#sayswiper .comments {
  font-size: 18px
}

.kche-t116 .kche-t116-item .kche-t116-item-des {
  font-size: 18px
}

.kche-t114 .kche-t114-des {
  font-size: 18px
}

.kche-t107 .kche-t107-des {
  font-size: 18px
}

.kche-t97 .kche-t97-item .kche-t97-item-des {
  font-size: 18px
}

.kche-t130 .kche-t130-item .kche-t130-item-des {
  font-size: 18px
}

.kche-t158 .kche-t158-con p {
  font-size: 18px
}

.kche-t176 .kche-t176-list .kche-t176-item-des p {
  font-size: 18px
}

.kche-t115 .kche-t115-item .kche-t115-item-des {
  font-size: 18px
}

.kche-t168 .kche-t168-item-des p {
  font-size: 18px
}

.about-us {
  font-size: 18px
}

.kche-history-item>p {
  font-size: 18px
}

.certificates-container .certificates-info {
  font-size: 18px
}

.kche-t183 .kche-t183-des {
  font-size: 18px
}

.plastic-lunch-box-customization {
  font-size: 18px
}

.kche-t202 .kche-t202-below p {
  font-size: 18px
}

.kche-t179 .kche-t179-des {
  font-size: 18px
}

.kche-t201 .kche-t201-intro p {
  font-size: 18px
}

.kche-t148 .kche-t148-item-des p {
  font-size: 18px
}

.prolist-content {
  font-size: 18px
}

.kche-t86 .kche-t86-item-flex>.kche-item-r>.kche-item-text {
  font-size: 18px
}

.pro-list li .pro-info .text {
  font-size: 18px
}

.paper2-content {
  font-size: 18px
}

.prolist-bottom {
  font-size: 18px
}

.market {
  font-size: 18px
}

.kche-t203 .kche-t203-text p {
  font-size: 18px
}

.kche-t217 .kche-t217-text,
.kche-t217 .kche-t217-text p {
  font-size: 18px
}

.kche-t146 .kche-t146-text-bottom p {
  font-size: 18px
}

.kche-t214 .kche-t214-des {
  font-size: 18px
}

.kche-t214 .kche-t214-p3 {
  font-size: 18px
}

.kche-t116 .kche-t116-des {
  font-size: 18px
}

.capability {
  font-size: 18px
}

.kche-t138 .kche-t138-des {
  font-size: 18px
}

.kche-t138 .kche-t138-list .kche-t138-item .kche-t138-info {
  font-size: 18px
}

.kche-t93 .kche-t93-item>.kche-t93-item-text>.des {
  font-size: 18px
}

.kche-t91 .kche-t91-item>.kche-t91-item-des {
  font-size: 18px
}

.quality-control {
  font-size: 18px
}

.kche-t183 .kche-t183-text-box p {
  font-size: 18px
}

.kche-t210 .kche-t210-item .kche-t210-item-des p {
  font-size: 18px
}

.kche-t129 .kche-t129-list .kche-t129-item p {
  font-size: 18px
}

.news .wrap-r .news-list li .info .text {
  font-size: 18px
}

.news-d-main .page-main.wrap-r {
  font-size: 18px
}

.paper-cup-customization {
  font-size: 18px
}

.wmkcbox-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.wmkcbox-contact .wmkcbox-contact-left {
  width: 45%;
  margin-right: 5%
}

.wmkcbox-contact .wmkcbox-contact-left .home-title {
  text-align: left;
  color: var(--color);
  line-height: 1.4;
  margin-bottom: 10px
}

.wmkcbox-contact .wmkcbox-contact-left .home-title span {
  color: #000
}

.wmkcbox-contact .wmkcbox-contact-left p {
  line-height: 28.8px;
  color: #666
}

.wmkcbox-contact .wmkcbox-contact-feedback {
  flex: 1;
  background: #F2F2F2;
  padding: 2% 3%
}

.wmkcbox-contact .wmkcbox-contact-feedback input,
.wmkcbox-contact .wmkcbox-contact-feedback textarea {
  background-color: #FFFFFF
}

.wmkcbox-contact .wmkcbox-contact-feedback .wmkcfeedback .send-btn {
  height: 50px
}

@media (max-width:1024px) {
  .wmkcbox-contact .wmkcbox-contact-left {
    width: 100%;
    margin-right: 0
  }

  .wmkcbox-contact .wmkcbox-contact-feedback {
    margin-top: 20px;
    padding: 30px 20px
  }
}

.wmpage32-tab-btn ul li {
  width: 45%
}

.pro-list li .pro-info .text,
.pro-list li .pro-info .btn {
  display: none
}

.sidebar .products ul li .text p {
  font-size: 16px
}

.home-about .aboutflex .aboutinfo .text,
#sayswiper .comments p {
  line-height: 28.8px
}

.paper2-container .paper2-nav {
  width: 360px
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item {
  border: 1px dashed var(--color);
  border-radius: 10px;
  padding: 0
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::after,
.pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p::before {
  display: none
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item .kche-faq-tit {
  padding: 20px 30px;
  display: flex;
  align-items: center
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item .kche-faq-tit.active {
  border-bottom: 1px dashed rgba(32, 147, 68, 0.3)
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p {
  color: #000 !important;
  font-weight: 600;
  font-size: 20px !important;
  margin-left: 6px
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item .kche-faq-tit em {
  color: var(--color)
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-box {
  padding: 20px 30px
}

.pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-box p {
  font-size: 16px !important
}

@media screen and (max-width:768px) {
  .pro-main .kche-t55>.kche-faq-list>.kche-faq-item .kche-faq-tit {
    padding: 10px
  }

  .pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-tit>p {
    font-size: 18px !important
  }

  .pro-main .kche-t55>.kche-faq-list>.kche-faq-item>.kche-faq-box {
    padding: 10px
  }
}

.product {
  position: relative
}

.paper2-container .paper2-content {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.paper2-container .paper2-content .paper2-item {
  width: 24%;
  background-color: #FFFFFF;
  display: block
}

.paper2-container .paper2-content .paper2-item .title {
  color: #000 !important;
  font-weight: 600;
  padding: 10px
}

.paper2-container .paper2-content .paper2-item p {
  color: #666666;
  padding: 0 20px;
  font-size: 16px !important
}

.paper2-container .paper2-content .paper2-item p strong {
  font-weight: 500;
  position: relative
}

.paper2-container .paper2-content .paper2-item p strong::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color)
}

@media screen and (max-width:1280px) {
  .paper2-container .paper2-content .paper2-item {
    width: 48%;
    margin-bottom: 20px
  }
}

@media screen and (max-width:768px) {
  .paper2-container .paper2-content .paper2-item {
    width: 100%
  }
}

.pro-main .kche-t55.cusfaq-list-double>.kche-faq-list .kche-faq-item .kche-faq-tit {
  justify-content: space-between
}

.pro-main .kche-t216 .kche-t216-list {
  display: flex;
  flex-wrap: wrap
}

.pro-main .kche-t216 .kche-t216-li {
  border-bottom: 1px solid #d9d9d9;
  width: 32%;
  padding: 3% 1%;
  display: block
}

.pro-main .kche-t216 .kche-t216-left {
  width: 100%
}

.pro-main .kche-t216 .kche-t216-left img {
  width: 100%
}

.pro-main .kche-t216 .kche-t216-more {
  width: 100%;
  transform: rotate(0);
  margin-top: 10px
}

.pro-main .kche-t216 .kche-t216-more .title {
  font-size: 20px !important;
  margin-right: 10px
}

.pro-main .kche-t216 .kche-t216-more a {
  display: flex;
  align-items: center
}

.pro-main .kche-t216 .kche-t216-more a em {
  transform: translateX(10px) rotate(-45deg);
  font-size: 20px;
  color: #000
}

@media screen and (max-width:1280px) {
  .pro-main .kche-t216 .kche-t216-li {
    width: 48%
  }

  .pro-main .kche-t216 .kche-t216-list {
    justify-content: space-between
  }
}

@media screen and (max-width:500px) {
  .pro-main .kche-t216 .kche-t216-li {
    width: 100%
  }

  .kche-t216 .kche-t216-more {
    display: flex
  }
}

.kche-t146 .kche-t146-text-item.hover .kche-t146-text-tit {
  color: #fff !important
}

.pro-main .table-wrap table p {
  font-size: 16px !important
}

.pro-main .kche-t116-list {
  justify-content: flex-start
}

.pro-main .kche-t116 .kche-t116-list .kche-t116-item {
  margin-right: 2%
}

.pro-main .kche-t116 .kche-t116-list .kche-t116-item:nth-child(3n) {
  margin-right: 0
}

@media screen and (max-width:768px) {
  .pro-main .kche-t116 .kche-t116-list .kche-t116-item {
    margin-right: 0
  }
}

@media(min-width:1025px) {
  .product .right-wrap .pro-list.list1 li {
    width: 24%;
    margin-right: 1%
  }

  .product .right-wrap .pro-list.list1 li:nth-child(3n) {
    margin-right: 1%
  }

  .product .right-wrap .pro-list.list1 li:nth-child(4n) {
    margin-right: 0%
  }
}

.pro-main .sidebar .inquiry {
  display: none
}

#searchtype {
  height: 26px;
  margin-left: 6px
}

footer {
  position: relative;
  background: #282b35;
}

.footer-bottom {
  padding-top: 50px;
}

footer::before,
footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  top: -59px;
  z-index: 10;
  pointer-events: none;
  -webkit-mask-size: 1000px 60px;
  mask-size: 1000px 60px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x
}

footer::after {
  background-color: #282b35;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 V30 C150,0 350,0 500,30 C650,60 850,60 1000,30 V60 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 V30 C150,0 350,0 500,30 C650,60 850,60 1000,30 V60 Z' fill='%23000'/%3E%3C/svg%3E");
  animation: waveMoveRight 12s linear infinite
}

footer::before {
  background-color: var(--color);
  opacity: 1;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 V30 C150,0 350,0 500,30 C650,60 850,60 1000,30 V60 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 60' preserveAspectRatio='none'%3E%3Cpath d='M0,60 V30 C150,0 350,0 500,30 C650,60 850,60 1000,30 V60 Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-position: -200px 0;
  mask-position: -200px 0;
  animation: waveMoveLeft 15s linear infinite
}

@keyframes waveMoveRight {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  100% {
    -webkit-mask-position: 1000px 0;
    mask-position: 1000px 0;
  }
}

@keyframes waveMoveLeft {
  0% {
    -webkit-mask-position: -200px 0;
    mask-position: -200px 0;
  }

  100% {
    -webkit-mask-position: -1200px 0;
    mask-position: -1200px 0;
  }
}