@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-SemiBold.eot');
  src: url('../fonts/RobotoCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-SemiBold.woff2') format('woff2'), url('../fonts/RobotoCondensed-SemiBold.woff') format('woff'), url('../fonts/RobotoCondensed-SemiBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.eot');
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/NotoSans-SemiBold.eot');
  src: url('../fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-SemiBold.woff2') format('woff2'), url('../fonts/NotoSans-SemiBold.woff') format('woff'), url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: "Roboto Condensed";
  max-width: 1920px;
  --color: #c31919;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1715px;
}
.container.wraper {
  width: 100%;
  padding: 0 50px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 0;
}
#header .nav {
  max-width: 1920px;
  margin: auto;
}
#header .nav .ui.menu {
  margin: 0 auto;
  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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .logo img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 102px;
}
#header .nav .ui.menu .logo .img2{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header.inner {
  background: white;
}
#header.inner .nav .ui.menu .logo .img1,
#header.active .nav .ui.menu .logo .img1{
  opacity: 0;
}
#header.inner .nav .ui.menu .logo .img2,
#header.active .nav .ui.menu .logo .img2{
  opacity: 1;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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;
  font-weight: bold;
  margin: 0 23px;
  color: white;
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#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 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: 0px;
  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: .5s;
  -moz-transition: .5s;
  transition: .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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  font-size: 21px;
  cursor: hand;
  color: white;
}
#header .nav .ui.menu .yuy {
  color: white;
  font-size: 26px;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .yuy,
#header.inner .nav .ui.menu .h-search,
#header.active .nav .ui.menu .yuy,
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .logo img {
  height: 73px;
}
#header .product_down{
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  width: 100%;
  display: none;
}
#header .product_down .wrap{
  max-width: 1320px;
  margin: auto;
}
#header .product_down .left{
  width: 65%;
}
#header .product_down .left .title{
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  padding-right: 20px;
}
#header .product_down .left li:last-child .title{
  border-right: 1px solid #eee;
}
#header .product_down .left li:hover .title a{
  text-decoration: underline;
}
#header .product_down .right{
  width: 35%;
  padding-left: 20px;
}
#header .product_down .right ul li a{
  display: block;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #eee;
  border-bottom: none;
}
#header .product_down .right ul li a i{
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
#header .product_down .bottom a span{
  position: relative;
}
#header .product_down .right ul li a span{
  position: relative;
}
#header .product_down .bottom a span::after,
#header .product_down .right ul li a span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: rgba(0,0,0,0.7);
}
#header .product_down .right ul li:last-child a{
  border-bottom: 1px solid #eee;
}
#header .product_down .bottom a:hover span::after,
#header .product_down .right ul li:hover a span::after{
  opacity: 1;
}
#header .product_down .bottom{
  width: 100%;
  margin-top: 30px;
}
#header .product_down .bottom a{
  display: block; 
  padding: 20px;
  position: relative;
  border: 1px solid #eee;
}
#header .product_down .bottom a i{
   position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
#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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
#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;
}
.more {
  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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.more span {
  position: relative;
}
.more img {
  margin-right: 10px;
}
.more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover{
  color: var(--color);
}
.more:hover span::after{
  background: var(--color);
}
.more:hover img{
  -webkit-filter: drop-shadow(var(--color) 0 200px);
  filter: drop-shadow(var(--color) 0 200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
  color: white;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 67%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  max-width: 500px;
}
#banner li .content .left h2 {
  line-height: 1.2;
}
#banner li .content .left p {
  line-height: 1.4;
}
#banner li .content .left .more{
  overflow: hidden;
}
#banner li .content .left .more img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#banner li .content .left .more span::after {
  background-color: white;
  bottom: 2px;
}
#banner li .content .left .more:hover img{
  -webkit-filter: drop-shadow(var(--color) 0 200px);
  filter: drop-shadow(var(--color) 0 200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
#banner li .content .left .more:hover span::after{
  background: var(--color);
}
#banner .page {
  position: absolute;
  right: 6%;
  bottom: 5%;
  color: white;
  cursor: pointer;
}
#banner .page svg {
  fill: white;
}
#banner .page .prev,
#banner .page .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .page .next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#banner .page .current {
  color: var(--color);
}
#index-body .i-about {
  background-color: #efefef;
}
#index-body .i-about .left {
  width: 43%;
}
#index-body .i-about .left .content {
  line-height: 1.5;
}
#index-body .i-about .right {
  width: 57%;
}
#index-body .i-category {
  background-color: #827b66;
}
#index-body .i-category .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-category .left {
  width: 62%;
}
#index-body .i-category .right {
  width: 38%;
}
#index-body .i-category .right .top {
  color: #ded3c5;
}
#index-body .i-category .right .top .page {
  font-weight: 600;
}
#index-body .i-category .right .top .page .current {
  line-height: 1;
}
#index-body .i-category .right .des {
  line-height: 24px;
  color: #ded3c5;
}
#index-body .i-category .right .mores {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ded3c5;
  color: white;
}
#index-body .i-category .right .mores span {
  margin-left: auto;
}
#index-body .i-product {
  background-color: #efefef;
}
#index-body .i-product .top {
  z-index: 3;
  position: relative;
}
#index-body .i-product .top .right .inp {
  width: 375px;
  height: 77px;
  border: 1px solid #cdcdcd;
  line-height: 77px;
}
#index-body .i-product .top .right .inp i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-product .top .right .inp input {
  width: 100%;
  height: 100%;
  background-color: #000000;
  border: none;
  padding: 0 70px 0 30px;
  color: white;
}
#index-body .i-product .top .right .inp input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  padding: 0;
  background: url(../images/arrow-3.png) no-repeat center #000000;
  border: none;
}
#index-body .i-product .top .right .inp.search {
  border: none;
  line-height: normal;
}
#index-body .i-product .top .right ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  width: 100%;
  padding: 15px 0;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#index-body .i-product .top .right ul li {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .top .right ul li a {
  display: block;
  padding: 7px 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
#index-body .i-product .top .right ul li:hover {
  color: var(--color);
}
#index-body .i-product .list ul li .box {
  background-color: white;
  display: block;
  padding: 20px;
}
#index-body .i-product .list ul li .box .title {
  margin-top: 15px;
  min-height: 48px;
}
#index-body .i-product .list .slickBtn div {
  border-radius: 0;
  background-color: black;
}
#index-body .i-product .list .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-init4 {
  background-color: #827b66;
}
#index-body .i-init4 .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-init4 .right {
  color: white;
  padding-right: 11%;
}
#index-body .i-init4 .right .des {
  line-height: 1.5;
  color: #ded3c5;
}
#index-body .i-init4 .right .mores {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ded3c5;
  color: white;
}
#index-body .i-init4 .right .mores span {
  margin-left: auto;
}
#index-body .i-init5 {
  background-color: #827b66;
}
#index-body .i-init5 .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-init5 .left {
  color: white;
}
#index-body .i-init5 .left ul li {
  position: relative;
  border-bottom: 1px solid #b1a693;
}
#index-body .i-init5 .left ul li h4 {
  position: relative;
}
#index-body .i-init5 .left ul li .des {
  line-height: 24px;
  opacity: 0.75;
  max-width: 490px;
}
#index-body .i-init5 .left ul li h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init5 .left ul li.active h4::after {
  background-color: white;
}
#index-body .i-init5 .left .mores {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ded3c5;
  color: white;
}
#index-body .i-init5 .left .mores span {
  margin-left: auto;
}
#index-body .i-init5 .right {
  color: white;
}
#index-body .i-init5 .right .box {
  max-width: 690px;
  width: 100%;
  padding: 0 20px;
}
#index-body .i-init6 ul li {
  max-width: 240px;
}
#index-body .i-init6 ul li .icon{
  overflow: hidden;
}
#index-body .i-init6 ul li img {
  height: 37px;
  -o-object-fit: none;
  object-fit: none;
}
#index-body .i-init6 ul li:hover img{
  -webkit-filter: drop-shadow(var(--color) 0 200px);
  filter: drop-shadow(var(--color) 0 200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
#index-body .i-init6 ul li p {
  opacity: 0.9;
}
#index-body .i-news {
  background-color: #433c35;
  color: white;
}
#index-body .i-news .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-news .left {
  width: 52%;
  padding-right: 11%;
}
#index-body .i-news .left ul li {
  color: black;
}
#index-body .i-news .left ul li .box {
  background-color: #f3f0ed;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
#index-body .i-news .left ul li .img {
  width: 56%;
}
#index-body .i-news .left ul li .content {
  width: 44%;
}
#index-body .i-news .left ul li .content .title {
  line-height: 1.2;
  color: #343434;
}
#index-body .i-news .left ul li .content .des {
  line-height: 1.4;
}
#index-body .i-news .left ul li .content .time {
  position: relative;
}
#index-body .i-news .left ul li .content .time::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #81807f;
}
#index-body .i-news .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-news .right {
  width: 48%;
}
#footer {
  background-color: black;
  color: white;
}
#footer .one {
  max-width: 340px;
}
#footer .three {
  max-width: 380px;
}
#footer .four {
  max-width: 400px;
}
#footer ul li {
  font-size: 14px;
  margin-bottom: 3px;
}
#footer ul li a {
  position: relative;
}
#footer ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer ul li:hover a::after {
  width: 100%;
}
#footer .three p {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 4px;
}
#footer .three p img {
  position: absolute;
  left: 0;
  top: 5px;
}
#footer form input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  font-size: 16px;
  margin-bottom: 10px;
  height: 40px;
}
#footer form li {
  margin-bottom: 7px;
}
#footer form li.wid-100 {
  width: 100%;
}
#footer form li.sub {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 18px;
  height: 18px;
  background-color: white;
  border: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
#footer form li.sub input {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#footer form li.sub::after {
  content: "\e76f";
  font-family: "iconfont";
  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: black;
  background: white;
  z-index: -1;
}
#footer .f-copy {
  opacity: 0.8;
  padding: 15px 0;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
.side_inquiry,
.ewm,
.totop{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 50px;
  color: white;
  position: fixed;
  right: 30px;
  bottom: 150px;
  font-size: 20px;
  cursor: pointer;
}
.ewm{
  bottom: 210px;
}
.ewm #ewm{
  width: 110px;
  height: 110px;
  border: 5px solid white;
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
}
.ewm:hover #ewm{
  display: block;
}
.side_inquiry{
  bottom: 270px;
}
@media screen and (max-width: 1700px) {
  #index-body .i-category .right .icon img {
    max-height: 115px;
  }
  #index-body .i-init4 .right,
  #index-body .i-news .left {
    padding-right: 7%;
  }
  #footer .three {
    max-width: 325px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 17px;
  }
  #index-body .i-category .left {
    width: 55%;
  }
  #index-body .i-category .right {
    width: 45%;
  }
  #index-body .i-category .right .des {
    margin-bottom: 30px;
  }
  #index-body .i-category .right .icon img {
    max-height: 70px;
  }
  #index-body .i-init4 .right {
    padding-left: 50px;
  }
  #index-body .i-init5 .left,
  #index-body .i-news .left {
    padding-left: 50px;
  }
  #footer .four {
    max-width: 360px;
  }
  #footer .one ul li {
    width: 100%;
  }
  #footer .one {
    max-width: 185px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #banner li .content {
    top: 50%;
  }
  #index-body .i-about .left {
    padding-left: 0;
  }
  #index-body .i-category .right .top {
    margin-bottom: 20px;
  }
  #index-body .i-category .right {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #index-body .i-product .top .right .inp {
    width: 310px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .i-init6 ul li {
    max-width: 200px;
  }
  #index-body .i-news .left {
    padding-left: 20px;
    padding-right: 3%;
  }
  #footer form li {
    width: 100%;
  }
  #footer .four {
    max-width: 240px;
  }
  #footer .one {
    max-width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-about .left {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-category .left {
    width: 100%;
  }
  #index-body .i-category .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-init4 .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #index-body .i-init4 .left {
    width: 100%;
  }
  #index-body .i-init5 .left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  #index-body .i-init5 .right {
    width: 100%;
  }
  #index-body .i-init6 ul li {
    max-width: 305px;
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-news .right {
    display: none;
  }
  #index-body .i-news .left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .one,
  #footer .two {
    display: none;
  }
  #footer{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .container.wraper {
    padding: 0 15px;
  }
  #index-body .i-product .top .right .inp {
    width: 245px;
  }
  #footer .three,
  #footer .four {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-product .top .right {
    display: none;
  }
  #index-body .i-news .left ul li .img {
    width: 100%;
  }
  #index-body .i-news .left ul li .content {
    width: 100%;
  }
}


.inner-banner{
    margin-top: 130px;
    border-top: 3px solid #c31919;
    padding-top: 20px;
}


.tabList .tips {
  font-weight: 700;
  text-align: center;
}
.tabList ul {
  width: 100%;
}
.tabList ul li {
  margin: 20px 35px 0;
  color: #7a7a7a;
}
.tabList ul li .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  margin-top: -2px;
}
.tabList ul li:hover,
.tabList ul li.active {
  color: #000;
}
.about-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 490px;
}
.about-page .init-1 .left {
  width: 780px;
}
.about-page .init-1 .left .tipsTitle {
  font-weight: 500;
}
.about-page .init-1 .left .des {
  margin-top: 20px;
  font-weight: 300;
}
.about-page .init-2 {
  margin-top: -360px;
}
.about-page .init-2 .container .content {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.26);
  background-color: #fff;
  padding: 40px 20px;
}
.about-page .init-2 .container .content .img {
  width: 41%;
}
.about-page .init-2 .container .content .img img {
  width: 100%;
}
.about-page .init-2 .container .content .right {
  width: 59%;
  padding: 10px 70px;
  font-weight: 300;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
}
.about-page .init-3 {
  margin-top: -70px;
}
.about-page .init-3 .container {
  max-width: 1050px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container .list {
  margin-top: 70px;
  text-align: center;
  width: 420px;
}
.about-page .init-3 .container .list .top {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
}
.about-page .init-3 .container .list .top .sub {
  font-size: 60px;
}
.about-page .init-3 .container .list .bottom {
  margin-top: 10px;
  font-weight: 300;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
.about-page .init-4 .container .left {
  width: 780px;
}
.about-page .init-4 .container .left .tips {
  font-weight: 500;
}
.about-page .init-4 .container .left .tipsDes {
  color: #717171;
  margin-top: 60px;
}
.about-page .init-4 .container .left .listCont {
  margin-top: 80px;
  position: relative;
  padding: 0 70px;
}
.about-page .init-4 .container .left .listCont i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 40px;
  cursor: pointer;
  z-index: 2;
}
.about-page .init-4 .container .left .listCont .prev {
  left: 0;
  right: unset;
}
.about-page .init-4 .container .left .listCont .swiper {
  padding-top: 10px;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide {
  width: 20%;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box .img {
  display: block;
  cursor: pointer;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box .img img {
  width: 100%;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-4 .container .right {
  width: 350px;
  margin-left: auto;
  margin-right: 240px;
}
.about-page .init-4 .container .right img {
  width: 100%;
}
.about-page .init-5 .container .content {
  background-color: #f2f2f2;
  padding-left: 90px;
  padding-right: 90px;
}
.about-page .init-5 .container .content .tips {
  text-align: center;
  font-weight: 500;
}
.about-page .init-5 .container .content .listCont {
  margin-top: 40px;
}
.about-page .init-5 .container .content .listCont li {
  margin-top: 30px;
}
.about-page .init-5 .container .content .listCont li .left {
  width: 45%;
}
.about-page .init-5 .container .content .listCont li .left img {
  width: 100%;
}
.about-page .init-5 .container .content .listCont li .right {
  width: 55%;
  padding-left: 50px;
}
.about-page .init-5 .container .content .listCont li .right .titleC {
  border-bottom: 1px solid #dadada;
  font-weight: 500;
  padding-bottom: 15px;
}
.about-page .init-5 .container .content .listCont li .right .titleC .cir {
  width: 50px;
  height: 50px;
  font-size: 22px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .init-5 .container .content .listCont li .right .titleC .text {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  margin-left: auto;
}
.about-page .init-5 .container .content .listCont li .right .des {
  margin-top: 14px;
}
.about-page .about-2 {
  padding: 3rem 0;
  background: url(/ym-lighting/2026/01/23/VCG41169972491.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.about-page .about-3 .top h6,
.about-page .about-2 .top h6 {
    padding: 0 60px;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: var(--color);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.8rem;
}
.about-page .about-3 .top h6:before,
.about-page .about-2 .top h6:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: var(--color);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-page .about-3 .top h6:after,
.about-page .about-2 .top h6:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: var(--color);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.about-page .about-2 .top h2 {
  color: #fff;
}
.about-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 2;
  margin: 1.5rem auto 0;
  max-width: 1051px;
}
.about-page .about-2 .FeaturedBox {
  margin-top: 4rem;
  text-align: center;
}
.about-page .about-2 .FeaturedBox .swiper-button-prev,
.about-page .about-2 .FeaturedBox .swiper-button-next {
  position: static !important;
  margin: 40px 15px 0;
  width: 40px;
  height: 40px;
  line-height: 49px;
  background-color: white;
  fill: white;
  background-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-2 .FeaturedBox .swiper-button-prev::after,
.about-page .about-2 .FeaturedBox .swiper-button-next::after{
  font-size: 20px;
  color: black;
}
.about-page .about-2 .FeaturedBox .swiper-container {
  overflow: inherit;
}
.about-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-2 .FeaturedBox .swiper-slide a h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: bold;
  width: 100%;
  padding: 1rem;
}
.about-page .about-2 .FeaturedBox .scrollbar {
  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;
  margin-top: 9.5rem;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
.about-page .about-3 {
  padding: 4.5rem 0 4.5rem;
}
.about-page .about-3 .top h2 {
  color: #000;
}
.about-page .about-3 .offerBox{
  overflow: hidden;
}
.about-page .about-3 .offerBox .swiper-container {
  padding: 4.5rem 2rem 0;
}
.about-page .about-3 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-3 .offerBox .swiper-slide:hover h4 {
  color: var(--color);
}
.about-page .about-3 .offerBox .swiper-slide span {
  /*width: 72px;
  height: 73px;*/
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2;
}
/*.about-page .about-3 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100%;
  background: var(--color);
  left: -1rem;
  top: -1rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}*/
.about-page .about-3 .offerBox .swiper-slide h4 {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  font-weight: 900;
  margin: 2.4rem 0 1.2rem;
  text-transform: uppercase;
}
.about-page .about-3 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 2;
  color: #949393;
}
/*.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span {
  background: url(../images/offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span {
  background: url(/jubaweld/2022/04/15/tubiao6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span {
  background: url(../images/offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span {
  background: url(/jubaweld/2022/04/15/tubiao4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span {
  background: url(/jubaweld/2022/04/15/tubiao11-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span {
  background: url(/jubaweld/2022/04/15/tubiao3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span {
  background: url(/jubaweld/2022/04/15/88.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span {
  background: url(/jubaweld/2022/04/15/8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span {
  background: url(../images/offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span {
  background: url(../images/offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span {
  background: url(../images/offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span {
  background: url(../images/offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span {
  background: url(../images/offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span {
  background: url(../images/offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span {
  background: url(../images/offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span {
  background: url(../images/offer-8-h.png) no-repeat center center;
}*/
@media (max-width: 1800px) {
  .about-page .init-4 .container .right {
    margin-right: 0;
  }
}
@media (max-width: 1500px) {
  .about-page .init-2 .container .content .img {
    padding: 20px;
  }
}
@media (max-width: 1250px) {
   
  .about-page .init-1 .left {
    width: 100%;
  }
  .about-page .init-4 .container .left {
    width: 100%;
  }
  .about-page .init-4 .container .right {
    margin-top: 40px;
    margin-left: 0;
  }
  .about-page .init-3 .container{
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .tabList {
    display: none;
  }
  .about-page .init-2 .container .content .img {
    width: 100%;
  }
  .about-page .init-2 .container .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
  }
  .about-page .init-3 .container .list {
    width: 49%;
  }
  .about-page .init-5 .container .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-page .init-5 .container .content .listCont li .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .listCont li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 .container .list .top {
    font-size: 50px;
  }
  .about-page .init-3 .container .list .top .sub {
    font-size: 40px;
  }
  .about-page .init-4 .container .right {
    width: 100%;
  }
   .about-page .about-3 .offerBox .swiper-slide h4 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 {
    padding-bottom: 400px;
  }
  .about-page .init-2 .container .content .img {
    padding: 10px;
  }
  .about-page .init-3 {
    margin-top: -40px;
  }
  .about-page .init-3 .container .list {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .init-4 .container .left .tipsDes {
    margin-top: 20px;
  }
  .about-page .init-4 .container .left .listCont {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .listCont li .right .titleC .text {
    margin-top: 10px;
  }
}

.story-page .init-1 {
  text-align: center;
}
.story-page .init-1 .container .tipsTitle {
  text-align: center;
  font-weight: 500;
}
.story-page .init-1 .container .des {
  margin-top: 20px;
  font-weight: 300;
}
.story-page .init-2 img {
  width: 100%;
}
.story-page .init-3 .container .content {
  position: relative;
  padding-bottom: 100px;
  padding-top: 20px;
  border-bottom: 2px solid #eeeeee;
}
.story-page .init-3 .container .content .line {
  width: 2px;
  position: absolute;
  height: 100%;
  top: 0;
  left: -webkit-calc(54%);
  left: -moz-calc(54%);
  left: calc(50% + 4px);
  background-color: #eeeeee;
}
.story-page .init-3 .container .content ul li {
  width: 50%;
  margin-top: 16px;
  text-align: right;
  padding-right: 30px;
  margin-left: 10px;
  position: relative;
}
.story-page .init-3 .container .content ul li .box .sub {
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #5d5d5d;
  background-color: #fff;
}
.story-page .init-3 .container .content ul li .box .year {
  font-weight: 600;
}
.story-page .init-3 .container .content ul li .box .des {
  color: #414141;
}
.story-page .init-3 .container .content ul li:nth-child(2n) {
  margin-left: auto;
  text-align: left;
  padding: 0 0 0 30px;
}
.story-page .init-3 .container .content ul li:nth-child(2n) .sub {
  right: unset;
  left: 0;
}
.story-page .init-3 .container .content ul li:hover .box .sub {
  background-color: #000;
}
@media (max-width: 1000px) {
  .story-page .init-1 {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .story-page .init-3 .container .content ul li {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .story-page .init-3 .container .content ul li:nth-child(2n) {
    margin-left: 0;
  }
  .story-page .init-3 .container .content ul li .box .sub {
    display: none;
  }
  .story-page .init-3 .container .content ul li:nth-child(2n) {
    padding-left: 0;
  }
  .story-page .init-3 .container .content .line {
    display: none;
  }
  .story-page .init-3 .container .content {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .story-page .init-3 .container .content {
    margin-top: 0;
    padding-top: 0;
  }
}
.brands-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.brands-page .init-1 .container {
  width: 100%;
}
.brands-page .init-1 .container .content {
  min-height: 520px;
  padding: 10px;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.brands-page .init-2 .container ul li {
  padding: 60px 0;
  margin-top: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.brands-page .init-2 .container ul li .box .img {
  width: 31%;
  display: block;
}
.brands-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.brands-page .init-2 .container ul li .box .text {
  width: 69%;
  padding-left: 80px;
  margin-top: 30px;
}
.brands-page .init-2 .container ul li:last-child {
  border-bottom: none;
}
.brands-page .init-3 {
  background-attachment: fixed;
  margin-top: 30px;
  -o-background-size: cover;
  background-size: cover;
}
.brands-page .init-3 .container {
  width: 100%;
  min-height: 510px;
}
.brands-page .init-3 .container .content {
  padding: 10px;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
}
.brands-page .init-4 .container ul li {
  padding: 60px 0;
  margin-top: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.brands-page .init-4 .container ul li .box .img {
  width: 31%;
  display: block;
}
.brands-page .init-4 .container ul li .box .img img {
  width: 100%;
}
.brands-page .init-4 .container ul li .box .text {
  width: 69%;
  padding-left: 80px;
  margin-top: 30px;
}
.brands-page .init-4 .container ul li .box .text .title {
  font-weight: 500;
  margin-bottom: 10px;
}
.brands-page .init-4 .container ul li:last-child {
  border-bottom: none;
}
@media (max-width: 1250px) {
  .brands-page .init-1 .container .content,
  .brands-page .init-3 .container .content {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .brands-page .init-2 .container ul li .box .img {
    width: 100%;
  }
  .brands-page .init-2 .container ul li .box .text {
    width: 100%;
    padding-left: 0;
  }
  .brands-page .init-4 .container ul li .box .img {
    width: 100%;
  }
  .brands-page .init-4 .container ul li .box .text {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .brands-page .init-1 .container .content {
    min-height: 280px;
    font-size: 30px;
  }
  .brands-page .init-1,
  .brands-page .init-3 {
    background-attachment: unset;
  }
  .brands-page .init-2 .container ul li {
    padding: 30px 0;
  }
  .brands-page .init-3 .container {
    min-height: 280px;
  }
  .brands-page .init-3 .container .content {
    font-size: 30px;
  }
  .brands-page .init-4 .container ul li {
    padding: 30px 0;
  }
}
.custom-page .init-1 .container .left {
  width: 100%;
  /*position: sticky;*/
  top: 0px;
}
.custom-page .init-1 .container .left .tipsTitle {
  font-weight: 500;
}
.custom-page .init-1 .container .left .tipsDes {
  margin-top: 20px;
  font-weight: 300;
}
.custom-page .init-1 .container .right {
  width: 100%; 
  margin-top: 50px;
  max-width: 1500px;
}
.custom-page .init-1 .container .right ul li {
  margin-top: 30px;
}
.custom-page .init-1 .container .right ul li .cir {
  font-size: 20px;
  font-weight: 500;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
}
.custom-page .init-1 .container .right ul li .textC {
  width: -webkit-calc(36%);
  width: -moz-calc(36%);
  width: calc(100% - 64px);
  /*margin-top: 20px;*/
  padding-left: 50px;
}
.custom-page .init-1 .container .right ul li .textC .title {
  font-weight: 700;
}
.custom-page .init-1 .container .right ul li .textC .des {
  color: #737373;
  margin-top: 10px;
  font-weight: 500;
}
.custom-page .init-1 .container .right ul li:first-child {
  margin-top: 0;
}
.custom-page .init-1 .container .right .more {
  display: inline-block;
  margin-top: 40px;
  font-weight: 700;
  margin-left: 110px;
  border-bottom: 2px solid #a3a3a3;
  line-height: 1.3;
}
.custom-page .init-1 .container .right .gallery{
  margin: 20px -12px 0;
}
.custom-page .init-1 .container .right .gallery .column{
  padding: 0 12px;
}
.custom-page .init-2 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.custom-page .init-2 .container .left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
}
.custom-page .init-2 .container .left .imgList {
  width: 50%;
  padding: 0 5px;
}
.custom-page .init-2 .container .left .imgList img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
}
.custom-page .init-2 .container .left .imgList .img2 {
  margin-top: 20px;
}
.custom-page .init-2 .container .right {
  width: 45%;
  margin-left: auto;
}
.custom-page .init-2 .container .right .title {
  margin-top: 50px;
  font-weight: 500;
}
.custom-page .init-2 .container .right .des {
  font-weight: 300;
  margin-top: 20px;
}
.custom-page .init-2 .container .right .more {
  margin-top: 40px;
}
.custom-page .init-3 .container .left {
  width: 50%;
}
.custom-page .init-3 .container .left .tips {
  font-weight: 500;
}
.custom-page .init-3 .container .left ul {
  padding-top: 50px;
  padding-right: 20px;
}
.custom-page .init-3 .container .left ul li {
  margin-top: 10px;
}
.custom-page .init-3 .container .left ul li .cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: 8px;
  background-color: #000;
}
.custom-page .init-3 .container .left ul li .text {
  color: #737373;
  font-weight: 500;
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin-left: auto;
}
.custom-page .init-3 .container .right {
  width: 50%;
}
.custom-page .init-3 .container .right img {
  width: 100%;
}
.custom-page .init-4 {
  background-color: #f4f4f4;
}
.custom-page .init-4 .container .tips {
  font-weight: 500;
}
.custom-page .init-4 .container .swiper {
  margin-top: 40px;
}
.custom-page .init-4 .container .swiper .swiper-slide {
  width: 25%;
  height: auto;
}
.custom-page .init-4 .container .swiper .swiper-slide .box {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  height: 100%;
}
.custom-page .init-4 .container .swiper .swiper-slide .box .title {
  font-weight: 500;
  color: #021841;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
}
.custom-page .init-4 .container .swiper .swiper-slide .box .sub {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 30px;
  left: 30px;
  background-color: #242424;
  border-radius: 50%;
}
.custom-page .init-4 .container .swiper .swiper-slide .box .cont {
  padding: 30px 20px 60px;
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #242424;
  color: #fff;
  min-height: 280px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.custom-page .init-4 .container .swiper .swiper-slide .box:hover .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.custom-page .init-5 .container .content {
  max-width: 930px;
  margin: auto;
}
.custom-page .init-5 .container .content .tipsTitle {
  font-weight: 500;
}
.custom-page .init-5 .container .content form {
  padding-top: 10px;
}
.custom-page .init-5 .container .content form .list {
  margin-top: 20px;
}
.custom-page .init-5 .container .content form .list .tips {
  color: #6a6a6a;
}
.custom-page .init-5 .container .content form .list input,
.custom-page .init-5 .container .content form .list textarea {
  border: 2px solid #f4f4f4;
  padding: 8px 10px;
  width: 100%;
  margin-top: 10px;
}
.custom-page .init-5 .container .content form .list .submitBtn {
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #000;
}
@media (max-width: 1250px) {
  .custom-page .init-1 .container .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .custom-page .init-1 .container .right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .custom-page .init-2 .container .left {
    width: 100%;
  }
  .custom-page .init-2 .container .right {
    width: 100%;
  }
  .custom-page .init-3 .container .left {
    width: 100%;
  }
  .custom-page .init-3 .container .left ul {
    padding: 20px 0 0 0;
  }
  .custom-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .custom-page .init-1 .container .right ul li .textC {
    width: 100%;
    padding-left: 0;
    /*margin-top: 10px;*/
  }
  .custom-page .init-1 .container .right .more {
    margin-left: 0;
  }
  .custom-page .init-3 .container .left ul li .text {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
  }
}
@media (max-width: 500px) {
  .custom-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .custom-page .init-4 .container .swiper .swiper-slide .box .title {
    position: relative;
    top: 0;
    left: 0;
    padding: 16px 20px;
  }
  .custom-page .init-4 .container .swiper .swiper-slide .box .cont {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .custom-page .init-5 .container .content form .list {
    margin-top: 10px;
  }
  .custom-page .init-5 .container .content form .list input,
  .custom-page .init-5 .container .content form .list textarea {
    margin-top: 4px;
  }
}
.news-page .init-1 {
  position: relative;
  z-index: 2;
}
.news-page .init-1 .container {
  max-width: 780px;
}
.news-page .init-1 .container .tips {
  font-weight: 500;
  text-align: center;
}
.news-page .init-1 .container .catCont {
  width: auto;
  position: relative;
  margin: 10px 0 0 auto;
  cursor: pointer;
}
.news-page .init-1 .container .catCont .catName {
  min-width: 160px;
  background-color: #f2f2f2;
  padding: 8px 10px;
}
.news-page .init-1 .container .catCont .catName i {
  margin-left: 30px;
}
.news-page .init-1 .container .catCont .catCont2 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.news-page .init-1 .container .catCont .catCont2 ul {
  border: 1px solid #eee;
  background-color: #fff;
}
.news-page .init-1 .container .catCont .catCont2 ul li a {
  padding: 6px 16px;
  border-bottom: 1px solid #eee;
  display: block;
}
.news-page .init-1 .container .catCont .catCont2 ul li a:hover {
  background-color: #000;
  color: #fff;
}
.news-page .init-1 .container .catCont .catCont2 ul li:last-child a {
  border-bottom: none;
}
.news-page .init-1 .container .catCont:hover .catCont2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.news-page .init-2 .container {
  max-width: 780px;
}
.news-page .init-2 .container .content ul li {
  margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box {
  border-bottom: 1px solid #dadada;
  padding: 30px 14px;
}
.news-page .init-2 .container .content ul li .box .time {
  width: 120px;
  font-weight: 300;
}
.news-page .init-2 .container .content ul li .box .rightC {
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  margin-left: auto;
}
.news-page .init-2 .container .content ul li .box .rightC .cateC .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  margin-top: -2px;
}
.news-page .init-2 .container .content ul li .box .rightC .title {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box .rightC .des {
  font-weight: 500;
  color: #7b7b7b;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .init-2 .container .content ul li .box:hover {
  background-color: #dadada;
}
.newdet-page .init-1 {
  background-color: #f2f2f2;
  padding: 10px 0;
  min-height: 300px;
}
.newdet-page .init-1 .container .timeC {
  font-weight: 500;
  text-align: center;
}
.newdet-page .init-1 .container .timeC .cateC {
  margin-left: 16px;
}
.newdet-page .init-1 .container .timeC .cateC .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 8px;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.newdet-page .init-2 .container {
  font-weight: 500;
  max-width: 780px;
}
.newdet-page .init-2 .container .content img {
  width: 100%;
}
.newdet-page .init-2 .container .share {
  margin-top: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
.newdet-page .init-2 .container .share .tips {
  font-weight: 500;
  font-size: 18px;
}
.newdet-page .init-2 .container .share ul li {
  width: auto;
  vertical-align: middle;
  line-height: 1;
  margin-left: 20px;
}
.newdet-page .init-2 .container .share ul li a {
  font-size: 18px;
}
.newdet-page .init-2 .container .share ul li a img {
  width: 18px;
}
.newdet-page .init-2 .container .share ul li:first-child {
  margin-left: 14px;
}
.newdet-page .init-2 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-2 .container .m-link .btn {
  font-weight: 500;
  margin-top: 10px;
}
.newdet-page .init-2 .container .m-link .prev img {
  margin-right: 10px;
}
.newdet-page .init-2 .container .m-link .next {
  margin-left: auto;
}
.newdet-page .init-2 .container .m-link .next img {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .news-page .init-1 .container .moreC {
    display: none;
  }
}
@media (max-width: 700px) {
  .news-page .init-2 .container .content ul li .box .rightC {
    width: 100%;
    margin-top: 10px;
  }
}

.contact-page .init-1 {
  padding-bottom: 220px;
}
.contact-page .init-1 .container .left {
  width: 320px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
}
.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 16px;
  font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .init-1 .container .right {
  width: 66%;
  margin-left: auto;
}
.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .list.w-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
.contact-page .init-1 .container .right form .list .more {
  border: 1px solid #000;
  cursor: pointer;
}
.contact-page .init-2 {
  text-align: center;
  background-color: #f2f2f2;
}
.contact-page .init-2 .container .tipsTitle {
  font-weight: 500;
}
.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
  display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-weight: 500;
  display: block;
}
.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}
.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: #000;
  color: #fff;
}
.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}
.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}
@media (max-width: 1250px) {
  .contact-page .init-1 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-bottom: 40px;
  }
  .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }
  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}


.product-page .site-content {
  margin-top: 40px;
  margin-bottom: 150px;
}
select {
  padding: 0.63em 28px 0.63em 1.41575em;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  background-color: var(--background);
  border: 1px solid;
  border-color: var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(../images/select_arrow.png);
  background-position: -webkit-calc(85%) center;
  background-position: -moz-calc(85%) center;
  background-position: calc(85%) center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.umimo-sorting {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.umimo-sorting .woocommerce-ordering {
  position: relative;
}
.umimo-sorting .woocommerce-ordering select {
  font-size: 16px;
  line-height: 1.875;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f4f4f4;
}
.filter-toggle {
  color: var(--accent);
  font-size: 16px;
  background: transparent;
  padding: 0;
  margin-right: auto;
  outline: none;
  text-align: center;
  line-height: 46px;
}
.filter-toggle i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.filter-toggle i img {
  vertical-align: middle;
}
.filter-toggle:focus span,
.filter-toggle:hover span {
  text-decoration: underline;
}
ul.products,
.wc-block-grid__products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  margin-top: 15px;
  line-height: 1.2;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin-bottom: 0;
  display: inline;
}
.img-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s ease;
}
.product-image:hover .img-hover {
    opacity: 1;
}
.umimo-canvas-filter {
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 360px;
  height: 100vh;
}
.off-canvas-active .umimo-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.umimo-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  -moz-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
}
.off-canvas-active .umimo-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: var(--accent);
}
.filter-close:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 30px;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_product_search {
  position: relative;
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.widget_product_search form::before,
.site-search form::before {
  font-size: 18px;
  color: var(--accent);
}
.widget_search form::before,
.widget_product_search form::before {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "\e608";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  border-bottom: 1px solid;
  border-bottom-color: #D9D9D9;
  width: 100%;
  line-height: 1;
  padding: .813em 0;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 0;
}
.alpha,
.beta,
.gamma,
.delta {
  display: block;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.widget .product-categories .cat-item {
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget .product-categories .cat-item a {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
}
.widget .product-categories .cat-item a:hover {
  text-decoration: underline;
}
.widget.woocommerce li .count {
  font-size: 12px;
}
.umimo-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: #000000;
  font-size: 16px;
}
.product_list_widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.product_list_widget .product-list-inner {
  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;
}
.widget_products a {
  display: block;
}
.product_list_widget li img {
  max-width: 90px;
}
.product_list_widget .product-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_list_widget .product-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
ul.products.columns-4 li.product .img-box{
  display: block;
  border: 1px solid rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
  .umimo-canvas-filter {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  .wc-block-grid__products .wc-block-grid__product {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
  }
}

caption,
td,
th {
  font-weight: normal;
  text-align: inherit;
}
table.variations {
  margin-bottom: 20px;
}
.variations .label .swatch-label {
  display: none;
}
.select.swatch-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.swatch-control {
  font-size: 14px;
}
.swatch-wrapper.selected {
  -webkit-box-shadow: 0 0 0 1px #956B3A;
  box-shadow: 0 0 0 1px #956B3A;
  color: #956B3A;
}
.lakit-swatch-item-style-default.lakit-swatch-item-type-color {
  border-radius: 50%;
}
.swatch-anchor {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  border-radius: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.swatch-wrapper.selected .swatch-anchor {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.lakit-swatch-item-type-color .swatch-anchor {
  background: var(--lakit-swatch--color-1, transparent);
}
.lakit-hint {
  position: relative;
}
.lakit-hint:after,
.lakit-hint:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 50%;
  top: initial;
  right: initial;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lakit-hint:after {
  content: attr(data-hint);
  background: #171717;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: .875em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-left: initial;
  margin-top: 14px;
  margin-right: initial;
  margin-bottom: initial;
  letter-spacing: 0;
}
.lakit-hint:hover:after,
.lakit-hint:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.lakit-wrap-cart-cta .wrap-cart-cta .button {
  display: inline-block;
  vertical-align: top;  
  padding: 0px 40px;  
  font-size: 24px;
  height: 53px;
  line-height: 53px; 
  border-radius: 7px;
  text-transform: capitalize;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  background: var(--color);
  color: white;
  border: none;
}
.lakit-wrap-cart-cta .wrap-cart-cta .button:hover {
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
}
.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  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;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  margin: 0;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border: 1px solid #DFDFDF;
  background-color: #fff;
  margin: 0 5px -1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  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;
}
/*.wc-tab-title a:after {
  content: "+";
}*/
/*.wc-tab.active .wc-tab-title a::after {
  content: "鈭�";
}*/
.elementor-add-to-cart > .stock,
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:before,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media (max-width: 992px) {
  .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls {
    display: none;
  }
  .lakit-product-tabs .wc-tab-title {
    display: block;
  }
}
.prodet-page .prodet-1 {
  margin: 30px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .big ul li{
  border: 1px solid rgba(0,0,0,0.3);
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 40px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -20px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 20px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
}
.prodet-page .prodet-1 .right .des{
  line-height: 1.8;
}
.prodet-page .prodet-1 table.variations {
  border: none;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 30px 0 70px;
}
.prodet-page .prodet-2 .panel:nth-child(odd){
  background: #f9f9f9;
}
.prodet-page .prodet-2 .panel.det1 .flex .left{
  width: 60%;
}
.prodet-page .prodet-2 .panel.det1 .flex .right{
  width: 40%;
}
.prodet-page .prodet-2 .panel.det1 .flex .right img{
  max-width: 400px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border-radius: 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  padding: 8px 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
/*.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover,
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--color);
}*/
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: transparent;
  /*padding: 8px 30px;*/
  /*border-radius: 30px;*/
  border: none;
  font-size: 30px;
  font-weight: bold;
}
/*.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #FFFFFF;
  background-color: var(--color);
}*/
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #c31919;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type="submit"]:hover {
  opacity: .7;
}
.prodet-page .prodet-2 table,
.prodet-page .prodet-2 table tr td{
  border: none;
}
.prodet-page .prodet-2 table tr{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: transparent !important;
}
.prodet-page .prodet-2 .det5 ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
}
.prodet-page .prodet-2 .det5 ul li{
  width: 32%;
  background: white;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  list-style-type: none !important;
}
.prodet-page .prodet-2 .det5 ul li strong{
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  min-height: 60px;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
.prodet-page .download ul li .box{
  background: #efefef;
  padding: 20px;
}
.prodet-page .download ul li .box .img-box{
  padding-right: 30px;
}
.prodet-page .download ul li .box p{
  line-height: 24px;
  color: #717171;
}
.prodet-page .download ul li .box .btn a{
  background: #c31917;
  color: white;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  text-align: center;
  width: 49%;
  font-size: 16px;
  font-weight: bold;
}
.prodet-page .download .top{
  border-bottom: 2px solid #e8e8e8;
  position: relative;
}
.prodet-page .download .top h2{
  position: relative;
}
.prodet-page .download .top::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 280px;
  height: 2px;
  background: var(--color);
}
.prodet-page .download .top form{
  position: relative;
  width: 365px;
}
.prodet-page .download .top form input{
  width: 100%;
  background: #f5f7fa;
  border: none;
  padding: 0 60px 0 15px;
  font-size: 16px;
  height: 57px;
}
.prodet-page .download .top form input[type="submit"]{
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  background: url(../images/tc-zoom.png) no-repeat center;
}
.prodet-page .faq .left{
  width: 35%;
  position: sticky;
  top: 120px;
}
.prodet-page .faq .left .txt{
  line-height: 24px;
}
.prodet-page .faq .left a{
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  font-weight: bold;
  background: var(--color);
  color: white;
  border-radius: 7px;
  padding: 0 30px;
  display: inline-block;
  transition: 0.5s;
}
.prodet-page .faq .left a:hover{
  background: #222;
}
.prodet-page .faq .right{
  width: 65%;
}
.prodet-page .faq .right ul li{
  border-bottom: 1px solid #c2c2c2;
}
.prodet-page .faq .right ul li h5{
  position: relative;
}
.prodet-page .faq .right ul li h5 i{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.prodet-page .faq .right ul li .des{
  color: var(--color);
  display: none;
  line-height: 24px;
}
.prodet-page .faq .right ul li.active h5 i{
   -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width:1450px){
  .prodet-page .download ul li .box .btn a{
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 30px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
  .prodet-page .faq .left{
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .prodet-page .faq .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .download ul li .box .img-box{
    width: 100%;
    padding: 0;
  }
  .prodet-page .download ul li .box .content{
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .det5 ul li{
    width: 48%;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .det5 ul li:last-child{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 22px;
  }
}
@media (max-width: 500px){
  .prodet-page .prodet-2 .det5 ul li{
    width: 100%;
  }
  .prodet-page .download ul li{
    width: 100%;
  }
}


.space-page {
  background: url(../images/history-bg.png) no-repeat top 10% left;
}
.space-page .space-1 {
  background: url(/yakco/2025/03/14/design-concepts.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.space-page .space-1::after {
  content: attr(data-text);
  font-size: 120px;
  line-height: .7;
  color: #FFFFFF;
  opacity: .2;
  text-transform: uppercase;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.space-page .space-1 .play {
  margin: 45px auto 160px;
  width: 240px;
  height: 240px;
  position: relative;
  line-height: 240px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.space-page .space-1 .play span {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.space-page .space-1 .play img {
  vertical-align: middle;
}
.space-page .space-1 .play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border-white.png) center;
  background-size: 100% 100%;
}
.space-page .space-1 .play:hover::before {
  -webkit-animation: rote 3s linear infinite;
  -moz-animation: rote 3s linear infinite;
  animation: rote 3s linear infinite;
}
.space-page .space-2 {
  margin-bottom: 150px;
}
.space-page .space-2 ul li {
  margin-top: 130px;
  margin-left: 38%;
  position: relative;
}
.space-page .space-2 ul li .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}
.space-page .space-2 ul li .content {
  position: absolute;
  left: -30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 590px;
  color: #FFFFFF;
  background-color: #020614;
  padding: 30px;
}
.space-page .space-2 ul li .content .icon {
  width: 100px;
}
.space-page .space-2 ul li .content .name {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  padding-right: 100px;
  position: relative;
  text-transform: uppercase;
}
.space-page .space-2 ul li .content .text {
  line-height: 1.6;
  /*font-family: 'Poppins-Light';*/
}
.space-page .space-2 ul li:nth-child(even) {
  margin-left: 0;
  margin-right: 38%;
}
.space-page .space-2 ul li:nth-child(even) .content {
  left: auto;
  right: -30%;
}
@media (max-width: 1200px) {
  .space-page .space-1::after {
    font-size: 100px;
  }
  .space-page .space-1 .play {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 50px auto 100px;
  }
}
@media (max-width: 1000px) {
  .space-page .space-1::after {
    display: none;
  }
  .space-page .space-1 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 40px auto 80px;
  }
  .space-page .space-2 ul li {
    margin-left: 0;
  }
  .space-page .space-2 ul li:nth-child(even) {
    margin-right: 0;
  }
  .space-page .space-2 ul li .bg {
    height: auto;
    padding-top: 45%;
  }
  .space-page .space-2 ul li .content {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 5%;
  }
  .space-page .space-2 ul li .content .name {
    font-size: 24px;
  }
  .space-page .space-2 ul li {
    margin-top: 60px;
  }
  .space-page .space-2 {
    margin-bottom: 60px;
  }
}

.sus-2 .container {
  max-width: 75%;
}
.sus-2 .Tit {
  line-height: 1.1;
}
.sus-mask {
  left: 65%;
  top: 28%;
}
.sus-3 {
  background-color: #282828;
  color: #FFFFFF;
}
.sus-3 .container {
  max-width: 78%;
}
.sus-3 .img {
  width: 115%;
}
.sus-3 li {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.sus-3 li:hover {
  opacity: 1;
}
.sus-4 {
  background-color: #282828;
  color: #FFFFFF;
}
.sus-4 .container {
  max-width: 84%;
}
.sus-4 .Tit {
  line-height: 1.1;
}
.sus-5 .text {
  opacity: .75;
  max-width: 860px;
  margin: auto;
}
@media (max-width: 1250px) {
  .sus-page .mbx{
    display: none;
  }
}
@media (max-width: 1000px) {
  
  .sus-2 .Tit br {
    display: none;
  }
  .sus-3 .img {
    width: 100%;
  }
  .sus-3 li {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
   
}
 
 .faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
    color: #242424;
    display: block;
    position: relative;
    cursor: pointer;

  
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
      color: #444444;
    font-weight: 500;
  line-height: 32px;
  margin: 30px 0 10px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box3 .right .list  ul li{
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}
.faq-page .marginBox .box3 .right .list  ul li:last-child{
  border-bottom: 1px solid #dddddd;
}
.faq-page .marginBox .box3 .right .list  ul li .text{
  margin-top: 15px;
}
.faq-page .marginBox .box3 .right .list  ul li.active .title{
  color: var(--color);
}
@media screen and (max-width: 1600px){
   .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 30px;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}  
@media screen and (max-width: 1250px){
   .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width:500px){
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}
.m-page{
  text-align: center;
  margin-top: 40px;
}
.m-page a,
.m-page span{
  display: inline-block;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 0 5px;
  text-align: center;
  line-height: 30px;
  font-size: 17px;
  background: #222;
  color: white;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
  color: white;
}