@font-face {
  font-family: 'zw';
  src: url('../fonts/DelonRegular.eot');
  src: url('../fonts/DelonRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/DelonRegular.woff2') format('woff2'), url('../fonts/DelonRegular.woff') format('woff'), url('../fonts/DelonRegular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'zw';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'zw';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "zw";
  max-width: 1920px;
  --color: #ee1e24;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1510px;
}
.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;
  color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
  width: auto;
  max-width: 1750px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  margin-right: auto;
  width: 65%;
  height: 100%;
}
#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 {
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#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;
  font-weight: 300;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 190px;
  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 .box {
  height: 2.77777778em;
}
#header .nav .ui.menu .box form {
  width: 220px;
  height: 50px;
  border-radius: 1.66666667em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 .5em;
}
#header .nav .ui.menu .box form input::placeholder {
  color: white;
}
#header .nav .ui.menu .box form button {
  width: 1.38888889em;
  padding-left: .2em;
  background-color: transparent;
  border: none;
}
#header .nav .ui.menu .box .msg {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .msg:hover {
  background-color: var(--color);
}
#header .nav .ui.menu .box .msg i {
  font-size: 1.7em;
}
#header .nav .ui.menu .box .yuy ul {
  left: auto;
  right: 0;
}
#header .nav .ui.menu .box .yuy span {
  text-transform: capitalize;
}
#header .mask {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  opacity: 0;
}
#header .mask i.ie1 {
  -webkit-transform: translate(40%, -50%);
  -moz-transform: translate(40%, -50%);
  -ms-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
  opacity: .5;
}
#header .mask i.ie2 {
  -webkit-transform: translate(-30%, 50%);
  -moz-transform: translate(-30%, 50%);
  -ms-transform: translate(-30%, 50%);
  transform: translate(-30%, 50%);
}
#header.inner {
  color: black;
}
#header.inner .nav .ui.menu .box form input::placeholder {
  color: black;
}
#header.inner .nav .ui.menu .box form,
#header.inner .nav .ui.menu .box .msg {
  border-color: #7f6c66;
}
#header.active {
  color: black;
}
#header.active .nav .ui.menu .box form input::placeholder {
  color: black;
}
#header.active .mask {
  opacity: 1;
}
#header.active .nav .ui.menu .box form,
#header.active .nav .ui.menu .box .msg {
  border-color: #7f6c66;
}
#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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#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;
}
span.tag {
  line-height: 1.2;
  letter-spacing: 4px;
}
span.h2 {
  line-height: 1.2;
}
.more {
  height: 2.8em;
  padding: 0 .5em;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="56" viewBox="0 0 200 56"><path shape-rendering="geometricPrecision" d="M16 1 H184 A16 16 0 0 0 200 16 V40 A16 16 0 0 0 184 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="white" stroke="white" stroke-width=".6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="56" viewBox="0 0 200 56"><path shape-rendering="geometricPrecision" d="M16 1 H184 A16 16 0 0 0 200 16 V40 A16 16 0 0 0 184 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="white" stroke="white" stroke-width=".6"/></svg>');
  width: 10em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: transparent;
}
.more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="56" viewBox="0 0 200 56"><path shape-rendering="geometricPrecision" d="M16 1 H184 A16 16 0 0 0 200 16 V40 A16 16 0 0 0 184 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="none" stroke="white" stroke-width=".6"/></svg>');
  width: 10em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.more:hover {
  background-color: var(--color);
}
.more:hover:before {
  opacity: 0;
}
.more.full {
  background-color: var(--color);
  color: white;
}
.more.full:before {
  display: none;
}
.more.full:hover {
  background-color: black;
}
.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/html-bg.jpg");
}
.mask i {
  position: absolute;
}
.mask i.ie1 {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -15%);
  -moz-transform: translate(35%, -15%);
  -ms-transform: translate(35%, -15%);
  transform: translate(35%, -15%);
  width: 102.3125vw;
  height: 108.8125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.7;
  border-radius: 100%;
  z-index: 1;
}
.mask i.ie2 {
  left: 0;
  bottom: 15%;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  width: 53.3125vw;
  height: 47.75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 -30%,#ffdfba 14%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
}
.mask i.ie3 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-40%, -5%);
  -moz-transform: translate(-40%, -5%);
  -ms-transform: translate(-40%, -5%);
  transform: translate(-40%, -5%);
  width: 109.375vw;
  height: 81.8125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.75;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #f88885 10%, #ffdfba 40%, transparent 60%);
}
.text {
  line-height: 1.8;
}
.text strong {
  font-weight: 500;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner ul .slick-track {
  transform: unset !important;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .page {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  line-height: 1;
  width: 410px;
  max-width: 90%;
}
#banner .page .line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#banner .page .line i {
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list {
  padding-top: 2em;
  overflow: hidden;
}
#index-body .init-1 .list .slick-list {
  overflow: unset;
}
#index-body .init-1 .list .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
#index-body .init-1 .list .slick-slide.slick-current {
  top: -2em;
}
#index-body .init-1 .list .img-box {
  background-color: black;
  color: white;
}
#index-body .init-1 .list .img-box .more {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#index-body .init-1 .list .img-box:hover img {
  opacity: .6;
  -webkit-filter: blur(2.1px);
  filter: blur(2.1px);
}
#index-body .init-1 .list .img-box:hover .more {
  opacity: 1;
}
#index-body .init-1 .more.full {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="280" height="56" viewBox="0 0 280 56"><path shape-rendering="geometricPrecision" d="M16 1 H264 A16 16 0 0 0 280 16 V40 A16 16 0 0 0 264 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="none" stroke="white" stroke-width=".6"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="280" height="56" viewBox="0 0 280 56"><path shape-rendering="geometricPrecision" d="M16 1 H264 A16 16 0 0 0 280 16 V40 A16 16 0 0 0 264 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="white" stroke="white" stroke-width=".6"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="280" height="56" viewBox="0 0 280 56"><path shape-rendering="geometricPrecision" d="M16 1 H264 A16 16 0 0 0 280 16 V40 A16 16 0 0 0 264 56 H16 A16 16 0 0 0 0 40 V16 A16 16 0 0 0 16 1 Z" fill="white" stroke="white" stroke-width=".6"/></svg>');
  width: 14em;
}
#index-body .init-2 .list {
  padding: 0 25%;
  overflow: hidden;
}
#index-body .init-2 .list .slick-list {
  overflow: unset;
}
#index-body .init-2 .list .box {
  height: 24.6875vw;
}
#index-body .init-2 .list .box .content {
  padding: 1em 1.5em;
  margin-bottom: 1.6em;
  background-color: white;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list .box .content span.h6 {
  line-height: 1.2;
}
#index-body .init-2 .list .slick-current .box .content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-3 {
  color: white;
}
#index-body .init-3 .right {
  padding-right: 10px;
}
#index-body .init-3 .right li {
  margin: -10px;
}
#index-body .init-3 .right li .box2 {
  padding-top: 100%;
  border-radius: 100%;
}
#index-body .init-3 .right li span.h6 {
  line-height: 1;
}
#index-body .init-3 .right li:nth-child(1) {
  margin-bottom: -30%;
  -webkit-transform: translateX(46%);
  -moz-transform: translateX(46%);
  -ms-transform: translateX(46%);
  transform: translateX(46%);
}
#index-body .init-3 .right li:nth-child(1) .box2 {
  background-color: black;
}
#index-body .init-3 .right li:nth-child(2) {
  grid-row: 2;
}
#index-body .init-3 .right li:nth-child(2) .box2 {
  background-color: var(--color);
}
#index-body .init-3 .right li:nth-child(3) {
  grid-row: 2;
}
#index-body .init-3 .right li:nth-child(3) .box2 {
  background-color: white;
  color: black;
}
#index-body .init-5 .list .box {
  padding: 6.5%;
  background-color: white;
}
#index-body .init-5 .list .box .star {
  color: var(--color);
  line-height: 1;
}
#index-body .init-5 .list .box .text {
  line-height: 1.6;
}
#index-body .init-6 span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
#index-body .init-6 .text {
  line-height: 1.6;
}
#index-body .init-7 {
  position: relative;
}
#index-body .init-7 .ins {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  position: fixed;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
  z-index: -10;
}
#index-body .init-7 .ins.active {
  opacity: 1;
  z-index: 1;
}
#footer {
  background-color: black;
  color: white;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}
#footer span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
#footer .coy svg {
  max-height: 1.55555556em;
  width: auto;
  fill: white;
  display: block;
}
@media screen and (max-width: 1000px) {
  #index-body .init-3 .right ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #index-body .init-3 .right li:nth-child(1) {
    grid-row: 1;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-bottom: 0;
  }
  #index-body .init-3 .right li:nth-child(2) {
    grid-row: 1;
  }
  #index-body .init-3 .right li:nth-child(3) {
    grid-row: 1;
  }
  #index-body .init-2 .list {
    padding: 0 10%;
  }
  #index-body .init-2 .list .box {
    height: 35vw;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-6 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .box .left {
    width: 100%;
  }
  #index-body .init-6 .box .right {
    width: 100%;
    margin-top: 3%;
  }
  #index-body .init-3 .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-3 .right li:nth-child(1) {
    grid-row: 1;
    -webkit-transform: translateX(46%);
    -moz-transform: translateX(46%);
    -ms-transform: translateX(46%);
    transform: translateX(46%);
    margin-bottom: -30%;
  }
  #index-body .init-3 .right li:nth-child(2) {
    grid-row: 2;
  }
  #index-body .init-3 .right li:nth-child(3) {
    grid-row: 2;
  }
  #index-body .init-2 .list .box {
    height: 260px;
  }
  #index-body .init-2 .list .box .content {
    width: 90%;
  }
  #index-body .init-1 .list .slick-slide.slick-current {
    top: 0;
  }
  #index-body .init-1 .list {
    padding-top: 0;
  }
  #banner li .content {
    zoom: .7;
  }
  #banner .page {
    display: none;
  }
  .font-32 {
    font-size: 18px;
  }
  .font-80 {
    font-size: 24px;
  }
}
.inner-banner .down {
  line-height: 1;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page .mask {
  overflow: hidden;
}
.inner-page .mask i.ie1 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -25%);
  -moz-transform: translate(-40%, -25%);
  -ms-transform: translate(-40%, -25%);
  transform: translate(-40%, -25%);
  width: 53.3125vw;
  height: 66.375vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ffa681 0%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ffa681 0%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ffa681 0%, #ffdfba 40%, transparent 60%);
}
.inner-page .mask i.ie2 {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -20%);
  -moz-transform: translate(30%, -20%);
  -ms-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
  width: 64.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 60%);
}
.inner-page .mask i.ie3 {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-30%, 30%);
  -moz-transform: translate(-30%, 30%);
  -ms-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
  width: 53.3125vw;
  height: 40.75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.5;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ffa681 -10%, #ffdfba 30%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ffa681 -10%, #ffdfba 30%, transparent 60%);
  background-image: radial-gradient(circle, #ffa681 -10%, #ffdfba 30%, transparent 60%);
}
.inner-page .mask i.ie4 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  width: 64.75vw;
  height: 51.3125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.4;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d -10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ff8d5d -10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ff8d5d -10%, #ffdfba 40%, transparent 60%);
}
.inner-page .text {
  line-height: 1.8;
}
.inner-page .custom-6 .box span.h2 {
  white-space: nowrap;
  color: white;
  z-index: -1;
}
.inner-page .custom-6 .box form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  height: 2.66666667em;
  line-height: 2.66666667em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .custom-6 .box form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.inner-page .custom-6 .box form ul li input:focus {
  border-color: var(--color);
}
.inner-page .custom-6 .box form ul li button {
  width: 3.77777778em;
  height: 2.66666667em;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
}
.inner-page .custom-7 .img {
  padding-left: 33%;
  margin-left: -33%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.inner-page .custom-7 .img>div {
  height: 800px;
}
.inner-page .custom-7 .img i {
  left: 0;
  bottom: 0;
  transition: .5s;
  /*height: 100%;*/
  /*width: 100%;*/
  /*text-align: center;*/
}
.inner-page .custom-7 .img i img {
  /*max-height: 100%;*/
  margin: 0 auto;
}
/*.inner-page .custom-7 .img span:first-child i:first-child {
  position: relative !important;
  max-height: none;
}*/
.inner-page .custom-7 .img i.active {
  opacity: 1;
}
.inner-page .custom-7 .img i span {
  position: absolute;
  font-weight: bold;
  left: 95%;
  white-space: nowrap;
}
.inner-page .custom-7 .img i span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  right: 100%;
  bottom: 0;
}
.inner-page .custom-7 .img i span:after {
  content: '';
  width: 6em;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: 100%;
  top: 100%;
  margin-top: -.25em;
  margin-right: .25em;
  transform-origin: right center;
}
.inner-page .custom-7 .img i.cat_498670 span {
  left: 67%; 
}
.inner-page .custom-7 .img i.cat_498670 span:after {
  transform: rotate(-36deg);
}
.inner-page .custom-7 .img i.cat_498671 span {
  left: 82%;
  top: 62%;
}
.inner-page .custom-7 .img i.cat_498671 span:after {
  transform: rotate(20deg);
}
.inner-page .custom-7 .list li img {
  border-radius: 100%;
  border: 2px solid transparent;
  transition: .5s;
}
.inner-page .custom-7 .list li span {
  color: #1b1b1b;
}
.inner-page .custom-7 .slide.c498671 .list li span {
  display: none;
}
.inner-page .custom-7 .list li.active img {
  border-color: var(--color);
}
.inner-page .m-page2 a,
.inner-page .m-page2 span {
  display: inline-block;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page2 a:hover {
  border-color: #474747;
}
.inner-page .m-page2 span.current {
  border-color: #474747;
}
.custom-page .custom1 .mask i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -30%);
  -moz-transform: translate(-40%, -30%);
  -ms-transform: translate(-40%, -30%);
  transform: translate(-40%, -30%);
  width: 110.875vw;
  height: 78.875vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa695d 10%, #ffdfba 50%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #fa695d 10%, #ffdfba 50%, transparent 60%);
  background-image: radial-gradient(circle, #fa695d 10%, #ffdfba 50%, transparent 60%);
}
.custom-page .custom1 .mask i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -40%);
  -moz-transform: translate(40%, -40%);
  -ms-transform: translate(40%, -40%);
  transform: translate(40%, -40%);
  width: 89.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
}
.custom-page .custom1 .mask i:nth-child(3) {
  right: 0;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(35%, 40%);
  -moz-transform: translate(35%, 40%);
  -ms-transform: translate(35%, 40%);
  transform: translate(35%, 40%);
  width: 109.0625vw;
  height: 56.0625vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa8a80 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #fa8a80 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, #fa8a80 10%, #ffdfba 50%, transparent 70%);
}
.custom-page .custom2 .mask i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -40%);
  -moz-transform: translate(-30%, -40%);
  -ms-transform: translate(-30%, -40%);
  transform: translate(-30%, -40%);
  width: 79vw;
  height: 72.375vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f8ac69 10%, #ffdfba 50%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #f8ac69 10%, #ffdfba 50%, transparent 70%);
  background-image: radial-gradient(circle, #f8ac69 10%, #ffdfba 50%, transparent 70%);
}
.custom-page .custom2 .mask i:nth-child(2) {
  right: 0;
  top: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 64.75vw;
  height: 51.3125vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 10%, #ffdfba 40%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 10%, #ffdfba 40%, transparent 60%);
  background-image: radial-gradient(circle, #ff8d5d 10%, #ffdfba 40%, transparent 60%);
}
.custom-page .custom2 .mask i:nth-child(3) {
  bottom: 0;
  left: 0;
  top: auto;
  -webkit-transform: translate(-50%, 30%);
  -moz-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  width: 56.5vw;
  height: 75.75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.8;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa8a80 0%, #ffdfba 35%, transparent 60%);
  background-image: -moz-radial-gradient(circle, #fa8a80 0%, #ffdfba 35%, transparent 60%);
  background-image: radial-gradient(circle, #fa8a80 0%, #ffdfba 35%, transparent 60%);
}
.custom-page .custom-1 .right {
  position: relative;
  z-index: 1;
}
.custom-page .custom-1 .right span.h2 {
  width: 110%;
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
  margin-bottom: 15%;
}
.custom-page .custom-1 .right .content {
  padding: 0 6%;
}
.custom-page .custom-1 .right .content a.link {
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-1 .right .content a.link:hover {
  color: var(--color);
}
.custom-page .custom-3 a.img-box {
  padding-top: 100%;
}
.custom-page .custom-3 a.img-box .content {
  width: 100%;
  padding: 7% 13%;
  zoom: 0.75;
  top: 0;
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 a.img-box .content span {
  padding: 0.75em;
  background-color: black;
  color: white;
}
.custom-page .custom-3 a.img-box .content span:last-child {
  background-color: var(--color);
  padding: 0.8em 1.2em;
}
.custom-page .custom-3 a.img-box:hover .content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.custom-page .custom-3 li:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.custom-page .custom-3 li:first-child .content {
  width: 50%;
  right: 0;
  padding: 3% 7%;
  padding-left: 0;
  top: 30%;
}
.custom-page .custom-4 .img {
  margin-top: auto;
}
.custom-page .custom-4 .text p:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-radius: 100%;
  margin-right: 4px;
  background-color: var(--color);
  display: inline-block;
  vertical-align: middle;
}
.custom-page .custom-5 li {
  padding: 1em 1.5em;
  border-left: 1px solid black;
}
.custom-page .custom-5 li:first-child {
  border-left: none;
}
.custom-page .custom-5 i {
  height: 1em;
  width: 1em;
}
.custom-page .custom-5 i img {
  max-height: 100%;
}
.custom-page .custom-5 span.h6 {
  line-height: 1.4;
  font-weight: 500;
  width: 200px;
}
.customdet-page .customdet1 .mask i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform: translate(-45%, -30%);
  -moz-transform: translate(-45%, -30%);
  -ms-transform: translate(-45%, -30%);
  transform: translate(-45%, -30%);
  width: 123.375vw;
  height: 78.875vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa695d 0%, #ffdfba 50%, transparent 80%);
  background-image: -moz-radial-gradient(circle, #fa695d 0%, #ffdfba 50%, transparent 80%);
  background-image: radial-gradient(circle, #fa695d 0%, #ffdfba 50%, transparent 80%);
}
.customdet-page .customdet1 .mask i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -40%);
  -moz-transform: translate(50%, -40%);
  -ms-transform: translate(50%, -40%);
  transform: translate(50%, -40%);
  width: 89.75vw;
  height: 87vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.65;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: -moz-radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
  background-image: radial-gradient(circle, #ff8d5d 0%, #ffdfba 40%, transparent 70%);
}
.customdet-page .customdet2 .mask i:nth-child(1) {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(40%, -30%);
  -moz-transform: translate(40%, -30%);
  -ms-transform: translate(40%, -30%);
  transform: translate(40%, -30%);
  width: 159.625vw;
  height: 193.5vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.6;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #fa8a80 5%, #ffdfba 25%, transparent 45%);
  background-image: -moz-radial-gradient(circle, #fa8a80 5%, #ffdfba 25%, transparent 45%);
  background-image: radial-gradient(circle, #fa8a80 5%, #ffdfba 25%, transparent 45%);
}
.customdet-page .customdet2 .mask i:nth-child(2) {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  -webkit-transform: translate(-45%, 30%);
  -moz-transform: translate(-45%, 30%);
  -ms-transform: translate(-45%, 30%);
  transform: translate(-45%, 30%);
  width: 150vw;
  height: 75vw;
  background-image: -webkit-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: -moz-radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  background-image: radial-gradient(circle,#ffa681 10%,#ffdfba 50%,transparent 70%);
  opacity: 0.75;
  border-radius: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(circle, #f8ac69 5%, #ffdfba 20%, transparent 40%);
  background-image: -moz-radial-gradient(circle, #f8ac69 5%, #ffdfba 20%, transparent 40%);
  background-image: radial-gradient(circle, #f8ac69 5%, #ffdfba 20%, transparent 40%);
}
.customdet-page .customdet-1 span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  color: transparent;
  font-size: 3.125vw;
}
.customdet-page .customdet-2 .img {
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}
.customdet-page .customdet-2 .img ul {
  position: relative;
  -webkit-transition: .01s;
  -moz-transition: .01s;
  transition: .01s;
}
.customdet-page .customdet-2 .img ul li {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customdet-page .customdet-2 .img ul li.active {
  position: static;
  opacity: 1;
}
.customdet-page .customdet-2 .list ul li span.num i {
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.customdet-page .customdet-2 .list ul li span.num:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: black;
}
.customdet-page .customdet-2 .list ul li:last-child span.num:after {
  display: none;
}
.customdet-page .customdet-2 .list ul li .content span.h6 {
  font-weight: 500;
}
.customdet-page .customdet-3 li {
  max-width: 330px;
}
.customdet-page .customdet-3 i {
  width: 1em;
  height: 1em;
}
.customdet-page .customdet-3 i img {
  max-height: 100%;
}
.customdet-page .customdet-3 span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.product-page .product-1 .options .slide {
  height: 3em;
  padding: 0 1em;
  border: 1px solid black;
  display: block;
  position: relative;
  min-width: 20em;
}
.product-page .product-1 .options .slide span {
  height: 100%;
}
.product-page .product-1 .options .slide form {
  height: 100%;
}
.product-page .product-1 .options .slide form input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-right: .5em;
}
.product-page .product-1 .options .slide form button {
  border: none;
  background-color: transparent;
}
.product-page .product-1 .options .slide ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: .5em;
  border: 1px solid black;
  width: 100%;
  background-color: white;
  z-index: 1;
  display: none;
}
.product-page .product-1 .options .slide ul li {
  margin: .5em 0;
}
.product-page .product-1 .options .slide ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .options .slide ul li a:hover {
  color: var(--color);
}
.product-page .product-1 .options .slide:hover ul {
  display: block;
}
.product-page .product-2 span.h6 {
  font-weight: 500;
}
.prodet-page .prodet-1 .text {
  max-height: 200px;
  overflow: auto;
}
.prodet-page .prodet-2 .options {
  line-height: 1;
}
.prodet-page .prodet-2 .options span {
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  display: none;
}
.prodet-page .prodet-2 .options span.active:before {
  display: block;
}
.prodet-page .prodet-2 .list span.h6 {
  font-weight: 500;
  text-align: left;
}
.about-page .about-1 .box {
  height: 650px;
}
.about-page .about-1 .box .mask {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}
.about-page .about-1 .list li:not(.line) {
  min-width: 15%;
}
.about-page .about-1 .list span.h2 {
  opacity: .3;
  color: var(--color);
}
.about-page .about-1 .list .line {
  height: 3em;
  width: 1px;
  background-color: #999;
}
.about-page .about-1 .list p {
  white-space: nowrap;
}
.about-page .about-2 {
  padding: 6% 0 10%;
}
.about-page .about-2 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}
.about-page .about-2 .left span {
  line-height: 1.8;
  padding-left: 21px;
  position: relative;
}
.about-page .about-2 .left span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.about-page .about-2 .left .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
}
.about-page .about-2 .left .title em {
  display: block;
}
.about-page .about-2 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-2 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-2 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-2 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-2 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-2 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-2 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-2 .right .tag ul li.current a {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.about-page .about-2 .right .content ul li {
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-2 .right .content ul li .tit {
  line-height: 1;
  color: #030303;
  font-weight: 700;
}
.about-page .about-2 .right .content ul li .con {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-2 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right .content ul li.active {
  background: #ffe3d7;
}
.factory-page .factory-1 .ui.container {
  max-width: 1000px;
}
.factory-page .factory-1 .slide {
  overflow: hidden;
}
.factory-page .factory-1 .slide:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.factory-page .factory-1 .slide .list .slick-list {
  overflow: unset;
}
.factory-page .factory-1 .slide .small img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .3;
}
.factory-page .factory-1 .slide .small .slick-current img {
  opacity: 1;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.news-page .news-1 .list ul li .content time {
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 4.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
  border-bottom: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content a.link:hover {
  color: var(--color);
  border-color: var(--color);
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.news-page .m-page > div {
  text-align: center;
  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;
}
.news-page .m-page a,
.news-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .m-page a:hover,
.news-page .m-page span.current {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.newdet-page .newdet-1 .left .m-link .post {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
.newdet-page .newdet-1 .left .form input,
.newdet-page .newdet-1 .left .form textarea {
  width: 100%;
  border: none;
  padding: .7em 1em;
}
.newdet-page .newdet-1 .left .form textarea {
  height: 6em;
}
.newdet-page .newdet-1 .left .form button {
  border: none;
}
.newdet-page .newdet-1 .right {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
}
.newdet-page .newdet-1 .right span.h6 {
  font-weight: 500;
}
.newdet-page .newdet-1 .right form {
  height: 3em;
  border: 1px solid #666;
}
.newdet-page .newdet-1 .right form input,
.newdet-page .newdet-1 .right form button {
  border: none;
  width: 100%;
  background-color: transparent;
}
.newdet-page .newdet-1 .right form input {
  padding: 00px 1em;
}
.newdet-page .newdet-1 .right form button {
  width: 2em;
}
.newdet-page .newdet-1 .right .post li {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee;
}
.newdet-page .newdet-1 .right .backImg {
  min-height: 40vh;
  padding: 8%;
  color: white;
}
.faq-page .faq-1 .left {
  background-color: var(--color);
  padding: 3%;
  color: white;
  position: sticky;
  top: 120px;
}
.faq-page .faq-1 .left span.h6 {
  font-weight: 500;
}
.faq-page .faq-1 .left ul li {
  margin-bottom: .5em;
}
.faq-page .faq-1 .left ul li ul {
  display: none;
}
.faq-page .faq-1 .left ul li a:hover {
  text-decoration: underline;
}
.faq-page .faq-1 .right ul li {
  margin-bottom: 1em;
  border: 1px solid #d3d3d3;
  padding: .8em;
  background-color: rgba(255, 255, 255, 0.5);
}
.faq-page .faq-1 .right ul li span.h6 {
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-1 .right ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: relative;
  margin-top: .3em;
}
.faq-page .faq-1 .right ul li span.h6 i:after,
.faq-page .faq-1 .right ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.faq-page .faq-1 .right ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .right ul li .text {
  margin-top: 1em;
  display: none;
}
.faq-page .faq-1 .right ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sustainability-page .sustainability-1 .box {
  color: white;
}
.sustainability-page .sustainability-2 {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea {
  width: 100%;
  border: none;
  padding: .7em 1em;
}
.contact-page .contact-1 .form textarea {
  height: 6em;
}
.contact-page .contact-1 .form button {
  border: none;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-page .contact-1 .info i {
  font-size: 2em;
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .box {
    height: 400px;
  }
  .custom-page .custom-1 .right span.h2 {
    margin-bottom: 5%;
    -webkit-transform: translateX(0.5em);
    -moz-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    transform: translateX(0.5em);
    width: 120%;
  }
  .custom-3 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li .content span.h6 {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 iframe {
    height: 320px;
  }
  .faq-page .faq-1 .left {
    padding: 5% !important;
  }
  .faq-page .faq-1 .left .nav:first-child {
    display: none;
  }
  .newdet-page .newdet-1 .right {
    display: none;
  }
  .newdet-page .newdet-1 .left {
    width: 100%;
  }
  .newdet-page .newdet-1 .m-link div {
    width: 100%;
    text-align: left;
  }
  .newdet-page .newdet-1 .m-link div .flex-je {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-page .about-1 .box {
    height: 320px;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li.line {
    display: none;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .about-page .about-2 .right .content {
    padding-left: 80px;
  }
  .about-page .about-2 .left {
    position: static;
  }
  .custom-page .custom-4 .img {
    margin-top: 5%;
  }
}
@media screen and (max-width: 700px) {
  .font-36,
  .font-30,
  .font-28,
  .font-32 {
    font-size: 18px;
  }
  .font-60 {
    font-size: 28px;
  }
  .font-40 {
    font-size: 24px;
  }
  .about-page .about-2 .right .content ul li {
    padding: 5%;
    margin-bottom: 5%;
  }
  .product-page .product-1 .options .slide:first-child {
    display: none;
  }
  .product-page .product-1 .list {
    display: none;
  }
  .product-page .product-1 .options {
    margin-top: 0;
  }
  .product-page .product-1 .options .slide {
    width: 100%;
  }
  .custom-3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-page .custom-3 li .content {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    opacity: 1 !important;
  }
  .custom-page .custom-5 li {
    border: none;
  }
  .customdet-page .customdet-2 .img {
    display: none;
  }
  .customdet-page .customdet-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customdet-page .customdet-3 ul li {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .box {
    height: 240px;
  }
  .custom-page .custom-1 .right .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .custom-1 .right .box2 .img {
    width: 100%;
  }
  .custom-page .custom-1 .right .box2 .content {
    width: 100%;
    padding: 3%;
  }
  .custom-page .custom-1 .right span.h2 {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 0 .5em;
  }
  .custom-page .custom-4 .img {
    display: none;
  }
}

.oemodm-page .oemodm-1 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.oemodm-page .oemodm-1 .list .slick-track .slick-slide {
  height: auto;
}
.oemodm-page .oemodm-1 .list .slick-track .slick-slide > div,
.oemodm-page .oemodm-1 .list .slick-track .slick-slide li {
  height: 100%;
}
.oemodm-page .oemodm-1 .list .box {
  height: 100%;
  padding: 7%;
  background-color: white;
}
.oemodm-page .oemodm-1 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.oemodm-page .oemodm-1 .list .slickBtn div:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: white;
}

.sustainability-new87-1 span.h2 {
    text-align: center
}
.sustainability-new87-1 .list ul li .box {
    min-height: 450px;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    color: #fff;
    overflow: hidden;
    position: relative
}

.sustainability-new87-1 .list ul li .box .content {
    padding: 15% 5%;
    height: 100%;
    background-color: rgba(238,30,36,.89);
    transform: translateY(100%);
    transition: .5s
}

.sustainability-new87-1 .list ul li .box span.h3 {
    font-size: 40px;
    display: block;
    line-height: 1.2
}

.sustainability-new87-1 .list ul li .box .content .text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1em;
    font-weight: 300
}

.sustainability-new87-1 .list ul li .box>span.h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5em 5%;
    background-color: rgba(238,30,36,.89);
    transition: .5s;
    font-size: 28px
}

.sustainability-new87-1 .list ul li .box:hover>span.h3 {
    transform: translateY(100%)
}

.sustainability-new87-1 .list ul li .box:hover .content {
    transform: translateY(0)
}
@media screen and (max-width: 1000px) {
    .sustainability-new87-1 .list ul li .box>span.h3 {
        font-size: 20px
    }

    .sustainability-new87-1 .list ul li .box {
        min-height: 250px
    }

    .sustainability-new87-1 .list ul li .box .content {
        transform: translateY(0)
    }

    .sustainability-new87-1 .list ul li .box>span.h3 {
        transform: translateY(100%)
    }

    .sustainability-new87-1 .list ul li .box span.h3 {
        font-size: 22px
    }
}
.oemodm2-page .oemodm2-1 span.h6 {
  line-height: 1.2;
  max-width: 600px;
}
.oemodm2-page .oemodm2-1 .play path {
  fill: none;
}
.oemodm2-page .oemodm2-1 .play i {
  font-size: 3em;
}
.oemodm2-page .oemodm2-1 .play svg {
  height: 100%;
  letter-spacing: .05em;
  font-weight: 500;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
.oemodm2-page .oemodm2-1 .play>img {
  margin-left: -15%;
}
.oemodm2-page .oemodm2-1 .content .img img {
  width: auto;
  max-width: none;
}
.oemodm2-page .oemodm2-2 .top .img {
  transform: translateX(-20%);
}
.oemodm2-page .oemodm2-2 .top .text {
  font-weight: 500;
}
.oemodm2-page .oemodm2-3 {
  overflow: hidden;
}
.oemodm2-page .oemodm2-3 .list .slick-list {
  overflow: unset;
}
.oemodm2-page .oemodm2-3 .list li {
  margin-right: 7.8vw;
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
.oemodm2-page .oemodm2-3 .list li span.h6 {
  color: white;
  line-height: 1.2;
}
.oemodm2-page .oemodm2-3 .list li.ie1 {
  width: 21.8vw !important;
}
.oemodm2-page .oemodm2-3 .list li.ie1 span.h6 {
  position: absolute;
  transform-origin: left center;
  transform: rotate(-90deg);
  left: 0;
  bottom: 2%;
  width: 120%;
}
.oemodm2-page .oemodm2-3 .list li.ie2 {
  width: 33.3vw !important;
}
.oemodm2-page .oemodm2-3 .list li.ie2 span.h6 {
  margin-top: -5%;
}
.oemodm2-page .oemodm2-4 span.h6 {
  line-height: 1.2;
}
.oemodm2-page .oemodm2-4 .text {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.oemodm2-page .oemodm2-4 .box .left {
  position: sticky;
  top: 120px;
}
.technical-page .technical-1 li p {
  font-weight: 500;
}
.technical-page .technical-1 span.h6 {
  line-height: 1;
}
.technical-page .technical-2 .list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: .5s;
}
.technical-page .technical-2 .list li span.h6 {
  font-weight: 500;
}
.technical-page .technical-2 .list li.active {
  background-color: rgba(250, 193, 193, 0.21);
  border-top-color: transparent;
}
.technical-page .technical-2 .list li.active+li {
  border-top-color: transparent;
}
.technical-page .technical-3 .ui.container {
  width: auto;
  max-width: 1760px;
}
.technical-page .technical-3 span.h6 {
  font-weight: 500;
}
.technical-page .technical-4 ul.slick li,
.technical-page .technical-4 .box {
  height: 100%;
}
.technical-page .technical-4 .box {
  border: 1px solid #959596;
}
.technical-page .technical-4 .box i.icon img {
  max-height: 1em;
}
.technical-page .technical-4 .box span.h6 {
  line-height: 1.2;
}
.technical-page .technical-4 .slickDots li {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #b5b5b5;
  border: none;
  margin: 0 1em;
}
.technical-page .technical-4 .slickDots li.slick-active {
  background-color: var(--color);
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}