@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'AL';
    src: url('../fonts/AnekLatin-Medium.eot');
    src: url('../fonts/AnekLatin-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AnekLatin-Medium.woff2') format('woff2'),
        url('../fonts/AnekLatin-Medium.woff') format('woff'),
        url('../fonts/AnekLatin-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AL';
    src: url('../fonts/AnekLatin-Bold.eot');
    src: url('../fonts/AnekLatin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AnekLatin-Bold.woff2') format('woff2'),
        url('../fonts/AnekLatin-Bold.woff') format('woff'),
        url('../fonts/AnekLatin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AL';
    src: url('../fonts/AnekLatin-Regular.eot');
    src: url('../fonts/AnekLatin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AnekLatin-Regular.woff2') format('woff2'),
        url('../fonts/AnekLatin-Regular.woff') format('woff'),
        url('../fonts/AnekLatin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
  font-family: 'ALC';
  src: url('../fonts/AnekLatinCondensed-Medium.eot');
  src: url('../fonts/AnekLatinCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekLatinCondensed-Medium.woff2') format('woff2'), url('../fonts/AnekLatinCondensed-Medium.woff') format('woff'), url('../fonts/AnekLatinCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ALC';
  src: url('../fonts/AnekLatinCondensed-Regular.eot');
  src: url('../fonts/AnekLatinCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekLatinCondensed-Regular.woff2') format('woff2'), url('../fonts/AnekLatinCondensed-Regular.woff') format('woff'), url('../fonts/AnekLatinCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ALC';
  src: url('../fonts/AnekLatinCondensed-Bold.eot');
  src: url('../fonts/AnekLatinCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AnekLatinCondensed-Bold.woff2') format('woff2'), url('../fonts/AnekLatinCondensed-Bold.woff') format('woff'), url('../fonts/AnekLatinCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  z-index: 10;
}
canvas {
  display: block;
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #f9e856;
  --color1: #5faff9;
  font-weight: normal;
  margin: 0 auto;
}
@-webkit-keyframes f-back-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes f-back-rotate {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes f-back-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  width: 1810px;
}
.public-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.font-family-ALC {
  font-family: 'AL';
}
.index-intro {
  color: #666;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: rgba(95, 175, 249, 0.5);
  padding-left: 28px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 6px;
  border-radius: 26px;
}
.public-btn span {
  margin-right: 19px;
}
.public-btn .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
  width: 44px;
  height: 43px;
  border-radius: 50%;
  color: #333;
}
.public-btn .arrow i {
  font-size: 18px;
}
.public-btn:hover {
  background-color: var(--color1);
}
.public-btn:hover .arrow {
  color: #fff;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 47px;
  color: #333;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 9px;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(249, 232, 86, 0.3);
}
#header .nav .ui.menu .items .h-language span {
  color: #333;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-product-category {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 57px;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
}
#header .h-product-category .product-category-list {
  margin-left: -3px;
  margin-right: -3px;
}
#header .h-product-category .product-category-list>li {
  padding-left: 3px;
  padding-right: 3px;
  width: 16.666%;
}
#header .h-product-category .product-category-list li .img {
  position: relative;
  max-height: 214px;
  overflow: hidden;
}
#header .h-product-category .product-category-list li .img .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.41);
  color: #fff;
}
#header .h-product-category .product-category-list li .product-lis li a{
  transition: .3s;
}
#header .h-product-category .product-category-list li .product-lis li a:hover{
  color: var(--color);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
  margin-top: 57px;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 9.65%;
  color: #fff;
}
#banner .banner-slick li .content .text-box p {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#banner .banner-slick li .content .text-box h2 {
  font-size: 110px;
  font-weight: bold;
  max-width: 1191px;
  line-height: 1;
}
#banner .banner-slick li.li3 .content .text-box {
  text-align: center;
}
#banner .banner-slick li.li3 .content .text-box p {
  text-align: center;
}
#banner .banner-slick li.li3 .content .text-box h2 {
  text-align: center;
  max-width: 100%;
}
#banner .banner-slick1-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.7%;
}
#banner .banner-slick1-box .banner-slick1 {
  margin-left: 4.157%;
  margin-right: 4.157%;
}
#banner .banner-slick1-box .banner-slick1 li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-right: 30px;
  margin-left: 30px;
}
#banner .banner-slick1-box .banner-slick1 li .slide-box .title {
  line-height: 1.3;
}
#banner .banner-slick1-box .banner-slick1 li.active .slide-box,
#banner .banner-slick1-box .banner-slick1 li .slide-box:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #fff;
}
#banner .banner-slick1-box .banner-slick1 li.active .slide-box {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #fff;
}
#banner .banner-slick1-box .prev {
  left: 0;
}
#banner .banner-slick1-box .next {
  right: 0px;
}
#banner .banner-slick1-box .prev,
#banner .banner-slick1-box .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-slick1-box .prev i,
#banner .banner-slick1-box .next i {
  font-size: 26px;
}
#banner .banner-slick1-box .prev:hover,
#banner .banner-slick1-box .next:hover {
  color: var(--color);
}
#index-body .category .category-content ul {
  margin-right: -3px;
  margin-left: -3px;
}
#index-body .category .category-content ul li {
  padding-left: 3px;
  padding-right: 3px;
}
#index-body .category .category-content ul li .img {
  position: relative;
}
#index-body .category .category-content ul li .img .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.41);
  line-height: 1;
  width: 100%;
}
#index-body .category .category-content .top {
  margin-bottom: 8px;
}
#index-body .product {
  background-color: #f7f7f7;
}
#index-body .product .product-slick li .slide-box .canvas-box {
  height: 513px;
  width: 100%;
  text-align: center;
  position: relative;
}
#index-body .product .product-slick li .slide-box .title {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .content {
  position: relative;
}
#index-body .product .content .prev {
  left: 0;
}
#index-body .product .content .next {
  right: 0px;
}
#index-body .product .content .prev,
#index-body .product .content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .content .prev i,
#index-body .product .content .next i {
  font-size: 26px;
}
#index-body .product .content .prev:hover,
#index-body .product .content .next:hover {
  color: var(--color);
}
#index-body .product .content .color-list li {
  margin: 0 3px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  cursor: pointer;
}
/*#index-body .product .content .color-list li:nth-child(1) {
  background-color: #cfc6b8;
}
#index-body .product .content .color-list li:nth-child(2) {
  background-color: #32b16c;
}
#index-body .product .content .color-list li:nth-child(3) {
  background-color: #00b7ee;
}
#index-body .product .content .color-list li:nth-child(4) {
  background-color: #5f52a0;
}
#index-body .product .content .color-list li:nth-child(5) {
  background-color: #ea68a2;
}
#index-body .product .content .color-list li:nth-child(6) {
  background-color: #b3d465;
}*/
#index-body .product1 .product1-slick {
  margin-right: -5px;
  margin-left: -5px;
}
#index-body .product1 .product1-slick .slick-list {
  padding-left: 9.79%;
  padding-right: 9.79%;
}
#index-body .product1 .product1-slick .li {
  padding-left: 5px;
  padding-right: 5px;
}
#index-body .product1 .product1-slick .li .slide-box .img .item-img {
  position: relative;
  display: none;
}
#index-body .product1 .product1-slick .li .slide-box .img .item-img.active {
  display: block;
}
#index-body .product1 .product1-slick .li .slide-box .img .item-img .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product1 .product1-slick .li .slide-box .img:hover .item-img .img2 {
  opacity: 1;
}
#index-body .product1 .product1-slick .li .slide-box .title {
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product1 .product1-slick .li .slide-box .img{
  background-color: #f7f7f7;
}
#index-body .product1 .product1-slick .li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product1 .product1-slick .li .slide-box .color-list li {
  width: 16px;
  height: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4px;
  margin-bottom: 4px;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li.active::after {
  opacity: 1;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li:nth-child(1) span {
  background-color: #5bae9c;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li:nth-child(2) span {
  background-color: #ae5da1;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li:nth-child(3) span {
  background-color: #f8b551;
}
#index-body .product1 .product1-slick .li .slide-box .color-list li:nth-child(4) span {
  background-color: #00b7ee;
}
#index-body .product2 .product2-slick .li .slide-box {
  position: relative;
}
#index-body .product2 .product2-slick .li .slide-box .bot {
  color: #ffffff;
  position: absolute;
  left: 2.58%;
  right: 0;
  bottom: 0;
}
#index-body .product2 .product2-slick .li .slide-box .bot .title {
  margin-bottom: 42px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product2 .product2-slick .li .slide-box .bot .title:hover {
  color: var(--color);
}
#index-body .product2 .product2-slick .li .slide-box .bot .product2-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
  border-radius: 22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product2 .product2-slick .li .slide-box .bot .product2-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .product2 .product2-slick .slick-dots {
  position: absolute;
  bottom: 9.5%;
  left: 2.58%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .product2 .product2-slick .slick-dots li {
  margin-right: 6px;
}
#index-body .product2 .product2-slick .slick-dots li .circle-box {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
#index-body .product2 .product2-slick .slick-dots li.slick-active .circle-box {
  background-color: transparent;
}
#index-body .product2 .product2-slick .slick-dots li .circle-box span {
  display: inline-block;
}
@-webkit-keyframes circle-loading-right {
  0% {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circle-loading-right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circle-loading-right {
  0% {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circle-loading-left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circle-loading-left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circle-loading-left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
#index-body .product2 .product2-slick .slick-dots li .circle-box .right-circle,
#index-body .product2 .product2-slick .slick-dots li .circle-box .left-circle {
  position: absolute;
  width: 6px;
  height: 12px;
  overflow: hidden;
}
#index-body .product2 .product2-slick .slick-dots li .circle-box .right-circle {
  right: -1px;
  top: -1px;
}
#index-body .product2 .product2-slick .slick-dots li .circle-box .left-circle {
  left: -1px;
  top: -1px;
}
#index-body .product2 .product2-slick .slick-dots li .circle-box .right-circle .circle-border {
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#index-body .product2 .product2-slick .slick-dots li .circle-border {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: 1px solid transparent;
}
#index-body .product2 .product2-slick .slick-dots li .circle-box .left-circle .circle-border {
  left: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
#index-body .product2 .product2-slick .slick-dots li.slick-active .circle-box .right-circle .circle-border {
  -webkit-animation: circle-loading-right 6s linear infinite;
  -moz-animation: circle-loading-right 6s linear infinite;
  animation: circle-loading-right 6s linear infinite;
}
#index-body .product2 .product2-slick .slick-dots li.slick-active .circle-box .left-circle .circle-border {
  -webkit-animation: circle-loading-left 6s linear infinite;
  -moz-animation: circle-loading-left 6s linear infinite;
  animation: circle-loading-left 6s linear infinite;
}
#index-body .join .left .intro {
  line-height: 1.375;
}
#index-body .news .news-slick {
  margin-left: -64px;
  margin-right: -64px;
}
#index-body .news .news-slick li .slide-box {
  margin-left: 64px;
  margin-right: 64px;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  line-height: 1.375;
}
#index-body .about {
  position: relative;
}
#index-body .about .left .intro {
  max-width: 663px;
  font-weight: 300;
  color: #444444;
  line-height: 1.666;
}
#index-body .about .number-Plus li .data-right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#footer {
  background-color: #111112;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: #fff;
}
#footer .f-content dl dd {
  margin-bottom: 20px;
}
#footer .f-content dl dd:last-child {
  margin-bottom: 0;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ddd;
}
#footer .f-content dl dd a:hover {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  /* 标准属性，但浏览器支持度低 */
}
#footer .f-content .left .f-form .title {
  color: #fff;
  line-height: 1.2;
}
#footer .f-content .left .f-form .title span.s1 {
  opacity: 0.5;
}
#footer .f-content .left .f-form .title .t2 .f-back {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
#footer .f-content .left .f-form .title .t2 .f-back > img {
  -webkit-animation: f-back-rotate 5s linear infinite;
  -moz-animation: f-back-rotate 5s linear infinite;
  animation: f-back-rotate 5s linear infinite;
}
#footer .f-content .left .f-form .title .t2 .f-back .back-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#footer .f-content .left .f-form .title .t2 .f-back .back-btn i {
  font-size: 20px;
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .left .f-form .title .t2 .f-back .back-btn:hover {
  background-color: var(--color1);
}
#footer .f-content .left .f-form .title .t2 .f-back .back-btn:hover i {
  color: #fff;
}
#footer .f-content .left .f-form form {
  position: relative;
}
#footer .f-content .left .f-form form input,
#footer .f-content .left .f-form form textarea {
  background: none;
  border: none;
  border: solid 1px rgba(255, 255, 255, 0.18);
  color: #fff;
}
#footer .f-content .left .f-form form input::-webkit-input-placeholder, #footer .f-content .left .f-form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.15);
}
#footer .f-content .left .f-form form input:-moz-placeholder, #footer .f-content .left .f-form form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
}
#footer .f-content .left .f-form form input::-moz-placeholder, #footer .f-content .left .f-form form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
}
#footer .f-content .left .f-form form input:-ms-input-placeholder, #footer .f-content .left .f-form form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.15);
}
#footer .f-content .left .f-form form input::placeholder,
#footer .f-content .left .f-form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.15);
}
#footer .f-content .left .f-form form textarea {
  height: 107px;
  width: 100%;
}
#footer .f-content .left .f-form form input[type='text'] {
  height: 66px;
  background-color: #181818;
}
#footer .f-content .left .f-form form input[type='text'].name,
#footer .f-content .left .f-form form input[type='text'].mail {
  width: 47.2%;
}
#footer .f-content .left .f-form form input[type='submit'] {
  width: 32px;
  height: 33px;
  background: url(../images/f-submit.png);
  position: absolute;
  right: 21px;
  bottom: 13px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .left .f-form form input[type='submit']:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer .f-content .left .qr-account #ewm {
  width: 83px;
  border: 6px solid #fff;
}
#footer .f-content .left .qr-account .social-account li a {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 39px;
  height: 39px;
  color: #fff;
}
#footer .f-content .left .qr-account .social-account li a i {
  font-size: 24px;
}
#footer .f-content .left .qr-account .social-account li a:hover {
  background-color: #fff;
  color: var(--color1);
}
#footer .f-content .right .f-contact .contact-info li .icon {
  width: 30px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-content .right .f-contact .contact-info li span {
  max-width: 286px;
  color: #dddddd;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 55px;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #banner .banner-slick1-box .banner-slick1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  #banner .banner-slick1-box .banner-slick1 li .slide-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  #index-body .category .category-content .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .category-content .bottom ul li {
    width: 50%;
    padding-bottom: 8px;
  }
  #index-body .category .category-content .bottom ul li > img {
    width: 100%;
  }
  #index-body .news .news-slick {
    margin-left: -10px;
    margin-right: -10px;
  }
  #index-body .news .news-slick li .slide-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .f-content .container .left {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
  #footer .f-content .container .right {
    width: 100%;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 5%;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn .arrow {
    zoom: 0.6;
  }
  #banner .banner-slick1-box {
    display: none;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 30px;
  }
  #index-body .product .product-slick li .slide-box .canvas-box{
    height: 360px;
  }
  #index-body .product2 .product2-slick .li .slide-box .bot .title {
    margin-bottom: 0;
  }
  #index-body .product2 .product2-slick .li .slide-box > a {
    display: block;
    height: 240px;
  }
  #index-body .product2 .product2-slick .li .slide-box > a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .f-content .left .f-form .title .t2 .f-back {
    zoom: 0.6;
  }
  #footer .f-content .left .f-form form input[type='text'] {
    height: 40px;
  }
  #footer .f-content .container .left .qr-account {
    display: none;
  }
  #footer .f-content .container .right .r-bottom .f-links,
  #footer .f-content .container .right .r-bottom .f-product {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #banner .banner-slick li {
    height: 240px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .category .category-content .top ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .category-content .top ul li:first-child {
    padding-bottom: 8px;
  }
  #index-body .category .category-content .top ul li,
  #index-body .category .category-content .bottom ul li {
    width: 100%;
  }
  #footer .f-content .left .f-form form input[type='text'].name,
  #footer .f-content .left .f-form form input[type='text'].mail {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
