.banner {
  width: 100%;
  height: 120vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 125vh;
  }
}
.banner .bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.banner .bg .slogan-box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.banner .bg .slogan-box .slogan {
  width: 100%;
  height: 100%;
  z-index: 3;
}
@keyframes p1Animation {
  0% {
    letter-spacing: 100px;
  }
  100% {
    letter-spacing: 2px;
  }
}
.banner .bg .slogan-box .slogan .p1 {
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  position: fixed;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: top 0.3s ease-in-out; */
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 2px;
  animation: p1Animation 3s cubic-bezier(0, 0, 0, 1);
  animation: shift 1s ease-in-out infinite alternate;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .banner .bg .slogan-box .slogan .p1 {
    font-size: 40px;
    top: 42%;
  }
}
.banner .bg .slogan-box .slogan .p1:before,
.banner .bg .slogan-box .slogan .p1:after {
  display: block;
  content: attr(data-p1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.banner .bg .slogan-box .slogan .p1:before {
  animation: p1 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  color: #8b00ff;
  z-index: -1;
}
.banner .bg .slogan-box .slogan .p1:after {
  animation: p1 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  color: #00e1e5;
  z-index: -2;
}
@keyframes p1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes shift {
  0%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73%,
  100% {
    transform: translate(-50%, -50%) rotateX(0deg) skewX(0deg);
  }
  41% {
    transform: translate(-50%, -50%) rotateX(10deg) skewX(10deg);
  }
  42% {
    transform: translate(-50%, -50%) rotateX(-10deg) skewX(-10deg);
  }
  59% {
    transform: translate(-50%, -50%) rotateX(20deg) rotateY(10deg) skewX(20deg) skewY(10deg);
  }
  60% {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(-10deg) skewX(-20deg) skewY(-10deg);
  }
  63% {
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-5deg) skewX(-10deg) skewY(-5deg);
  }
  70% {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(-20deg) skewX(-20deg) skewY(-20deg);
  }
  71% {
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-10deg) skewX(10deg) skewY(-10deg);
  }
}
.banner .bg .slogan-box .slogan .hide {
  opacity: 0;
}
.banner .bg .slogan-box .slogan ames p2dis 0% {
  opacity: 1;
}
.banner .bg .slogan-box .slogan ames p2dis 100% {
  opacity: 0;
}
.banner .bg .slogan-box .slogan .p2 {
  position: fixed;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.banner .bg .slogan-box .slogan .hide2 {
  opacity: 0;
  animation: p2dis 0.2s ease-out;
}
.banner .bg .slogan-box .btnbox {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 8%;
  z-index: 999;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .banner .bg .slogan-box .btnbox {
    margin: 0 auto 20%;
  }
}
.banner .bg .slogan-box .btnhide {
  opacity: 0;
}
.banner .bg .slogan-box .arrowbox {
  opacity: 1;
}
.banner .bg .slogan-box .arrowbox .arrow_up {
  position: absolute;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 999;
  bottom: 4%;
  opacity: 0;
  -webkit-animation: grow 0.1s forwards;
  animation: grow 0.1s forwards;
  animation-delay: 0s;
}
@-webkit-keyframes grow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .bg .slogan-box .arrowbox .arrow_up .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  border-top: 3px solid white;
  border-left: 3px solid white;
  margin-left: -10px;
  opacity: 0;
  -webkit-animation: up 4s infinite;
  animation: arrow 4s infinite;
  border-radius: 2px;
}
.banner .bg .slogan-box .arrowbox .arrow_up .arrow:nth-of-type(2) {
  top: 20px;
  width: 16px;
  height: 16px;
}
.banner .bg .slogan-box .arrowbox .arrow_up .arrow:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .arrow-dec {
  position: absolute;
  top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  display: flex;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn {
  padding: 2px;
  opacity: 0;
  -webkit-animation: up 4s infinite;
  animation: arrowdec 4s infinite;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(2) {
  animation-delay: 0.1s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(3) {
  animation-delay: 0.2s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(4) {
  animation-delay: 0.3s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(5) {
  animation-delay: 0.4s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(6) {
  animation-delay: 0.5s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(7) {
  animation-delay: 0.6s;
}
.banner .bg .slogan-box .arrowbox .arrow_up .dec-cn:nth-child(8) {
  animation-delay: 0.7s;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) -webkit-rotate(45deg);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20px) -webkit-rotate(45deg);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -20px) -webkit-rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20px) -webkit-rotate(45deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    transform: translate(0, -20px) rotate(45deg);
  }
  30% {
    opacity: 0;
    transform: translate(0, -20px) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px) rotate(45deg);
  }
}
@-webkit-keyframes arrowdec {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20px);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: translate(0, -20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
  }
}
@keyframes arrowdec {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0.8;
    transform: translate(0, -20px);
  }
  80% {
    opacity: 0.8;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}
.banner .bg .slogan-box .arrowhide {
  opacity: 0;
}
.banner .bg .video-container {
  height: 100vh;
}
.banner .bg .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.banner .bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(calc(var(--offset)*1px)) translateX(50%) scale(var(--size));
  transform-origin: 49.999998% 50%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .banner .bg .mask {
    width: 100%;
    transform: translateY(calc(var(--offset)*1px)) scale(var(--size));
  }
}
.banner .bg .mask .mask-u-d {
  width: 100%;
  position: relative;
}
.banner .bg .mask .mask-u-d:before {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: -100vw;
  height: 2000vh;
  width: 300vw;
  background: #000;
}
.banner .bg .mask .mask-u-d .mask-l-r {
  width: 100%;
  position: relative;
}
.banner .bg .mask .mask-u-d .mask-l-r .title1 {
  font-size: 80px;
  font-weight: 700;
  font-style: italic;
  position: fixed;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: top 0.3s ease-in-out; */
  z-index: 10;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .banner .bg .mask .mask-u-d .mask-l-r .title1 {
    font-size: 40px;
    top: 42%;
  }
}
.banner .bg .mask .mask-u-d .mask-l-r .show {
  opacity: 1;
}
.banner .bg .mask .mask-u-d .mask-l-r::before {
  content: "";
  position: absolute;
  left: calc(100% - 5px);
  top: -100vh;
  height: 300vh;
  width: 300vw;
  background: #000;
}
.banner .bg .mask .mask-u-d .mask-l-r img {
  width: 100%;
  height: 100%;
}
.banner .bg .mask .mask-u-d .mask-l-r::after {
  content: "";
  position: absolute;
  right: calc(100% - 5px);
  top: -100vh;
  height: 300vh;
  width: 100vw;
  background: #000;
}
.banner .bg .mask .mask-u-d:after {
  content: "";
  position: absolute;
  bottom: calc(100% - 5px);
  left: -100vw;
  height: 300vh;
  width: 300vw;
  background: #000;
}
.section {
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section {
    padding: 80px 0;
    overflow: hidden;
  }
}
.section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 98vw;
  height: 68%;
}
@media screen and (max-width: 1024px) {
  .section:before {
    width: 100vw;
    height: 80vw;
    transform: skewY(12.5deg);
    transform-origin: 100% 100%;
  }
}
.section .section-inner {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section .section-inner {
    width: 90vw;
  }
}
.section .section-inner .head {
  text-align: center;
  margin-bottom: 30px;
}
.section .section-inner .head .title {
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section .section-inner .head .title {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 25px;
  }
}
.l-inner {
  position: relative;
  margin: 0 auto;
  width: 85.35871%;
  max-width: 80%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .l-inner {
    width: 89.33333%;
    max-width: 100%;
  }
}
.garnish_text {
  position: absolute;
  font-size: 12vw;
  font-family: Montserrat, sans-serif;
}
.banner-section .banner-content {
  height: 840px;
}
@media screen and (max-width: 768px) {
  .banner-section .banner-content {
    height: 480px;
  }
}
.banner-section .banner-content .mobile-vis {
  height: 100%;
}
.banner-section .slogan {
  display: none;
}
.guest {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  z-index: 3;
  text-align: center;
  overflow: hidden;
}
.guest .guest-group-title {
  height: 208px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .guest-group-title {
    margin-bottom: 5px;
    height: 104px;
  }
}
.guest .guest-group-desc {
  height: 96px;
  overflow: hidden;
  margin-bottom: 45px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .guest-group-desc {
    margin-bottom: 12px;
    height: 60px;
  }
}
.guest .kv_heading {
  font-size: 80px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .kv_heading {
    font-size: 36px;
  }
}
.guest .kv_statement {
  font-size: 24px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .guest .kv_statement {
    font-size: 15px;
  }
}
.kv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.kv_content .kv_heading {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv_content .kv_heading {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
.kv_content .kv_statement {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv_content .kv_statement {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.kv_content .kv_btnbox {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .kv_content .kv_btnbox {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .kv_content .kv_btnbox {
    flex-direction: column;
  }
}
.kv_content .kv_btnbox a {
  width: 350px!important;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .kv_content .kv_btnbox a {
    width: 90% !important;
    font-size: 25px;
  }
  .kv_content .kv_btnbox a .text {
    font-size: 25px;
  }
}
.kv_content .kv_btnbox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .kv_content .kv_btnbox a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kv {
  position: relative;
  background-color: #2e2e2e;
  transition: all 300ms linear;
}
.kv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/static/img/yuanhu4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 174px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .kv:before {
    height: 90px;
    background-size: 100%;
  }
}
.kv .kv_btnbox {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*a{
            width: 350px!important;
            font-size: 28px;
            &:first-child{
                margin-right: 10px;
            }
            @media screen and (max-width: 768px) {
                width: 90% !important;
                font-size: 25px;
                .text{
                    font-size: 25px;
                }
            }
            &:first-child{
                margin-right: 20px;
                @media screen and (max-width: 1024px) {
                    margin-right: 0;
                    margin-bottom: 20px;
                }
            }
        }*/
}
@media screen and (max-width: 768px) {
  .kv .kv_btnbox {
    height: 72px;
    justify-content: space-around;
    bottom: 8vw;
    overflow: hidden;
  }
}
.kv .kv_btnbox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .kv .kv_btnbox a:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv_btnbox a.button {
    width: calc(50% - 10px);
    height: 44px;
    padding: 0 8px 0 8px;
  }
  .kv .kv_btnbox a.button .text {
    font-size: 14px;
  }
  .kv .kv_btnbox a.button .text i {
    font-size: 24px;
  }
  .kv .kv_btnbox a.button .dot {
    width: 30px;
    height: 30px;
  }
}
.kv .hero {
  width: 100%;
  height: 840px;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .hero {
    height: 600px;
  }
}
.kv .hero .item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kv .kv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  width: -moz-max-content;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.kv .kv_content .kv_heading {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_content .kv_heading {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
.kv .kv_content .kv_statement {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_content .kv_statement {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.kv .kv_content .kv_btnbox {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .kv .kv_content .kv_btnbox {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox {
    flex-direction: column;
  }
}
.kv .kv_content .kv_btnbox a {
  width: 350px!important;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .kv .kv_content .kv_btnbox a {
    width: 90% !important;
    font-size: 25px;
  }
  .kv .kv_content .kv_btnbox a .text {
    font-size: 25px;
  }
}
.kv .kv_content .kv_btnbox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kv .kv_scroll {
  position: absolute;
  bottom: calc(8% + 30px);
  right: 67px;
  width: 130px;
  height: 13px;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_scroll {
    display: none;
  }
}
.kv .kv_scroll span {
  font-size: 13px;
  color: #fff;
  display: block;
  transform-origin: right center;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.kv .kv_scroll i {
  width: 75px;
  height: 3px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kv .kv_scroll i:before,
.kv .kv_scroll i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.kv .kv_scroll i:before {
  background-color: #23d152;
  z-index: 1;
  animation: scroll 1.5s infinite linear;
}
.kv .kv_scroll i:after {
  background-color: #fff;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
@keyframes scroll {
  0% {
    left: -100%;
  }
  80% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.kv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, #222 0, rgba(34, 34, 34, 0) 100%);
  background-size: cover;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv:after {
    width: 100%;
  }
}
.situations {
  background-color: #000000;
  position: relative;
}
.situations .garnish_text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.04;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
  left: 5%;
  top: 0;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .garnish_text {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_model {
    margin-bottom: 30px;
  }
}
.situations .heading_section {
  color: #fefefe;
  text-align: center;
  font-size: 54px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_section {
    text-align: center;
    font-size: 36px;
  }
}
.section-works:before {
  height: 48%;
}
.section-works .case-inner {
  width: 96vw;
}
.section-works .row-wrapper {
  margin-top: 60px;
}
.section-works .row-wrapper .row {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row {
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
}
.section-works .row-wrapper .row .case-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 0 8vw;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row .case-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box {
    padding: 0;
  }
}
.section-works .row-wrapper .row .case-box .case-list {
  width: 100%;
}
.section-works .row-wrapper .row .case-box .case-list .swiper-slide {
  padding: 0 20px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
  border-radius: 40px;
  width: 50%;
  min-width: 550px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-list .case-item {
    width: 100%;
    min-width: 100%;
  }
}
.section-works .row-wrapper .row .case-box .case-list .case-item a {
  padding: 60px 20px 60px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info {
  text-align: center;
  margin-bottom: 40px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .work-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .title {
  margin-top: 10px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .price {
  color: #000;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-list .case-item .info .price {
    font-size: 20px;
  }
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .proper {
  background-color: #00b135;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-list .case-item .info .proper {
    width: 26px;
    height: 26px;
  }
}
.section-works .row-wrapper .row .case-box .case-list .case-item .info .proper i {
  font-size: 12px;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution {
  position: relative;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution i {
  position: absolute;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution i.lf {
  left: -20px;
  top: 0;
}
.section-works .row-wrapper .row .case-box .case-list .case-item .resolution i.rf {
  right: -20px;
  bottom: 0;
  transform: rotate(180deg);
}
.section-works .row-wrapper .row .case-box .case-per {
  position: absolute;
  top: 20%;
  font-weight: 100;
  background-color: rgba(255, 255, 255, 0.6);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
.section-works .row-wrapper .row .case-box .case-per:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .section-works .row-wrapper .row .case-box .case-per {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-per {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 12px #ccc;
  }
}
.section-works .row-wrapper .row .case-box .case-per i {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section-works .row-wrapper .row .case-box .case-per i {
    font-size: 24px;
  }
}
.section-works .row-wrapper .row .case-box .case-per.case-button-next {
  right: 0;
}
.section-works .row-wrapper .row .case-box .case-per.case-button-prev {
  left: 0;
}
.section-works .btn {
  width: 400px;
  height: 48px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-works .btn {
    width: 82%;
  }
}
.service-section {
  padding-bottom: 0;
}
.backdrop-text {
  width: 64%;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .backdrop-text {
    width: 100%;
    padding: 15px;
    padding-bottom: 60px;
  }
}
.backdrop-text .p1 {
  font-size: 22px;
  margin-bottom: 20px;
}
.backdrop-text .p2 {
  font-size: 15px;
}
.bad-section .atlas {
  margin-top: 60px;
}
.bad-section .atlas ul {
  /*            display: flex;
            flex-wrap: wrap;
            justify-content: center;*/
  column-count: 8;
  column-gap: 0;
}
@media screen and (max-width: 1024px) {
  .bad-section .atlas ul {
    justify-content: space-between;
    column-count: 2;
  }
}
.bad-section .atlas ul li {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .bad-section .atlas ul li {
    width: 100%;
  }
}
.bad-section .atlas ul li .res img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bad-section .atlas ul li .res img {
    width: 100%;
  }
}
.bad-section .atlas ul li .res:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.bad-section .atlas ul li .res .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-weight: 500;
  font-size: 20px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 6px;
  overflow: hidden;
}
.bad-section .atlas ul li .res .sa-btn {
  background-image: var(--gradient-1);
  color: #fff;
  padding: 10px 16px;
  position: absolute;
  top: 108%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80%;
}
.bad-section .atlas ul li .res:hover .sa-btn {
  top: 50%;
  opacity: 1;
}
.bad-section .atlas ul li .res:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.bad-section .atlas ul li .res:hover .text {
  opacity: 0;
}
.contact-inner {
  position: relative;
  z-index: 2;
}
.contact-back {
  padding: calc(100vh + 300px) 0 100px 0 !important;
}
@media screen and (max-width: 1024px) {
  .contact-back {
    padding: 100vh 0 60px 0!important;
  }
}
.motion,
.peg {
  width: 200px;
  height: 200px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 60%;
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}
@media screen and (max-width: 1024px) {
  .motion,
  .peg {
    bottom: 80%;
  }
}
.motion .thumb,
.peg .thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.motion .thumb .bg,
.peg .thumb .bg {
  display: block;
  background-image: url("/static/img/img_kv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -moz-background-attachment: fixed;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0 0;
  -webkit-transform-origin: 100% 0 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .motion .thumb .bg,
  .peg .thumb .bg {
    background-position: 50% 0;
  }
}
.motion.down,
.peg.down {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition-delay: 0.1s;
}
.nomogram {
  width: 100%;
  /*height: 318vh;*/
  position: relative;
  /*&:before{
        content: "";
        background-color: #2e2e2e;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }*/
}
.nomogram .thumb {
  width: 100%;
  height: calc(100vh + 60px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb {
    height: 100vh;
  }
}
.nomogram .thumb .bg {
  content: "";
  background-image: url("/static/img/img_kv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 2s linear;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .bg {
    background-position: 42% 0;
  }
}
.nomogram .thumb .bg .mask {
  position: absolute;
  background-color: #f7ff25;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 2s;
}
.nomogram .thumb .pegs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.nomogram .thumb .mask-back {
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/static/img/mash-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: -1;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .mask-back {
    width: 300px;
    height: 410px;
  }
}
.nomogram .thumb .mask-back.out {
  position: fixed;
  opacity: 0;
  transition: all 500ms;
  width: 100%;
  height: calc(100% + 500px);
}
.nomogram .thumb .t-drape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #191919;
  height: calc(100% - 580px);
  width: 100%;
  z-index: 2;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .t-drape {
    height: calc(100% - 400px);
  }
}
.nomogram .thumb .t-drape .text {
  font-size: 54px;
  color: #fff;
  text-align: center;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .t-drape .text {
    font-size: 22px;
    padding: 0 40px;
  }
}
.nomogram .thumb .l-drape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #191919;
  height: 200vh;
  width: calc(50% - 340px);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .l-drape {
    width: calc(50% - 148px);
  }
}
.nomogram .thumb .r-drape {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #191919;
  height: 200vh;
  width: calc(50% - 340px);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1024px) {
  .nomogram .thumb .r-drape {
    width: calc(50% - 148px);
  }
}
.nomogram .lean {
  position: relative;
  /*bottom: 100px;
        left: 0;*/
  width: 100%;
  z-index: 9;
  margin-top: 120px;
  padding-bottom: 120px;
}
.nomogram .heading_model {
  margin-bottom: 40px;
}
.nomogram.show .thumb .bg {
  position: fixed;
}
.nomogram.show .thumb .t-drape {
  height: 0;
}
.nomogram.show .thumb .t-drape .text {
  opacity: 0;
}
.nomogram.show .thumb .l-drape {
  width: 0;
}
.nomogram.show .thumb .r-drape {
  width: 0;
}
.nomogram.show .mask {
  opacity: 0.7;
  animation-name: mask_depth;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 1s;
}
@media screen and (max-width: 1024px) {
  .nomogram.show .mask {
    animation-delay: 1s;
  }
}
.nomogram.down .thumb {
  bottom: 0;
  top: unset;
}
.nomogram.down .thumb .bg {
  position: absolute;
  bottom: 0;
  top: unset;
}
@keyframes mask_fade {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mask_depth {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.work-section {
  position: relative;
  transition: all 500ms;
  bottom: 20vh;
}
@media screen and (max-width: 1024px) {
  .work-section {
    bottom: 0;
  }
}
.work-section .black {
  margin: 0 auto;
  max-width: 1400px;
}
.work-section .black .service-describe {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .work-section .black .service-describe {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.work-section .black .content-bg {
  position: relative;
  background-image: linear-gradient(45deg, #18f9ea, #9e29ff);
  transform-origin: 50% 10%;
  border-radius: 10px;
  margin-top: 40px;
}
.work-section .black .content-bg .section-content {
  position: relative;
  transform-origin: 50% 3%;
}
.work-section .black .content-bg .section-content .srv-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.work-section .black .content-bg .section-content .srv-main .srv-bg {
  width: 100%;
  background-color: #000;
  /* &:after{
                            content: '';
                            position: absolute;
                            top: -4px;
                            left: -1%;
                            width: 102%;
                            height: 100%;
                            background-image: linear-gradient(45deg, #18f9ea,#9e29ff);
                            z-index: -1;
                            overflow: hidden;
                        } */
}
.work-section .black .content-bg .section-content .srv-main .srv-type {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  padding-top: 60px;
  text-align: center;
  transition: all 1s ease;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-type {
    height: 200px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-type .srv-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-type .srv-name {
    width: 80%;
    padding: 10px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-type .srv-name .title {
  font-size: 64px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-type .srv-name .title {
    font-size: 32px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-type .srv-name .desc {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-type .srv-name .desc {
    font-size: 14px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec {
  width: 100%;
  padding-left: 5%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
  max-width: 1024px;
  margin: 0 auto;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec {
  flex: 1;
  text-align: center;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav {
  position: sticky;
  top: 20%;
  margin: 50% 0;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .srv-nav-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .srv-nav-title {
    font-size: 16px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .srv-nav-content {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .srv-nav-content {
    font-size: 16px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .srv-nav-content li {
  margin-top: 20px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .srv-nav-content li {
    height: 30px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .selected {
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  /* background: #FFF -webkit-linear-gradient(45deg, #ff8e8e, #cb13ff) no-repeat; */
  background: #FFF -webkit-linear-gradient(45deg, var(--linear-color)) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 0% 100%;
  animation: selected 1.5s;
  animation-fill-mode: forwards;
  transition: 0.15s ease-in;
  transform-origin: center;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .selected {
    font-size: 20px;
  }
}
@keyframes selected {
  0% {
    -webkit-background-size: 0 100%;
  }
  100% {
    -webkit-background-size: 100% 100%;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .contact .button {
  position: relative;
  width: 52px;
  height: 52px;
  background-image: -webkit-linear-gradient(45deg, var(--linear-color));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-top: 30px;
  transition: all 0.2s ease-in-out;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .contact .button:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .contact .button {
    margin-top: 20px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .contact .button:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  -webkit-filter: blur(15px);
  background-image: linear-gradient(45deg, var(--linear-color));
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .nav-sec .srv-nav .contact .button i {
  font-size: 32px;
  color: #FFF;
  margin-top: 2px;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv {
  margin-top: 100px;
  flex: 1;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv {
    flex: 2;
    margin-top: 30px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item {
  border-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30% 15%;
  background-color: transparent;
  position: relative;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.47, 0.78);
  border-radius: 20px;
  margin-bottom: 120px;
  /* &:after {
                                    position: absolute;
                                    content: "";
                                    top: 30px;
                                    left: 0;
                                    right: 0;
                                    z-index: -1;
                                    height: 100%;
                                    width: 100%;
                                    transform: scale(0.8);
                                    -webkit-filter: blur(25px);
                                    background-image: linear-gradient(45deg,var(--linear-color));

                                } */
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-image: linear-gradient(45deg, var(--linear-color));
  border-radius: 22px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:before {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
@media screen and (min-width: 768px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(1),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(5),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(9) {
    transition-delay: 0s;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(2),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(6),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(10) {
    transition-delay: 0.2s;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(3),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(7),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(11) {
    transition-delay: 0.4s;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(4),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(8),
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:nth-child(12) {
    transition-delay: 0.6s;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item.showin {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item {
    width: 100%;
    margin-bottom: 60px;
    padding: 6% 10% 6% 12%;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .bg {
  /*background-image: url("/static/img/kv.webp");*/
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 1s ease;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .bg:before,
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .bg:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .bg:before {
  transition: 1s ease;
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
}
@media screen and (max-width: 1400px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .bg:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content {
  position: relative;
  z-index: 1;
  transition-duration: 0.4s;
  transition: all 0.5s ease-in-out;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline {
  color: #fff;
  text-align: center;
  display: block;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .name {
  font-size: 48px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.3s ease;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .name {
    font-size: 32px;
    color: #FFF;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon {
    width: 120px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon .text {
  opacity: 0;
  transition: 0.3s ease;
  font-size: 18px;
  color: #fff;
  margin-left: -12px;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon .text {
    opacity: 1;
    font-size: 16px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon .iconfont {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon .iconfont {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline .icon .iconfont {
    right: 5px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .outline:hover .name {
    color: #fff;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list {
    gap: 4px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .s1 {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .s1 {
    font-size: 13px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con {
  display: flex;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con .con-like {
  --red: #ff3264;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con .con-like {
    width: 12px;
    height: 12px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come {
  position: relative;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come {
    width: 16px;
    height: 16px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #FFF;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag {
    border: 1px solid #FFF;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(2) {
  top: 0;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(2) {
    left: 12px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(3) {
  top: 0;
  left: 40px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(3) {
    left: 24px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(4) {
  top: 0;
  left: 60px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(4) {
    left: 36px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(5) {
  top: 0;
  left: 80px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(5) {
    left: 48px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(6) {
  top: 0;
  left: 100px;
  z-index: 6;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(6) {
    left: 60px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(7) {
  top: 0;
  left: 120px;
  z-index: 7;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag:nth-child(7) {
    left: 72px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .come .flag img {
  width: 100%;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-like .like {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-like .checkmark {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-like .filled {
  fill: var(--red);
  position: absolute;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-like .outline {
  fill: #ffffff;
  position: absolute;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-like .filled {
  animation: kfr-filled 0.5s;
  display: none;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-fill .checkmark .filled {
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .list .con-fill .checkmark .filled {
    width: 10px;
    height: 10px;
  }
}
@keyframes kfr-filled {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .text {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1400px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .content .text {
    font-size: 13px;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion {
  position: absolute;
  top: calc(100% - 140px);
  left: 0;
  width: calc(100% - 20px);
  margin: auto;
  opacity: 0;
  background-color: #0000008a;
  border-radius: 16px;
  transform: translate(10px, 10px);
  transition: 0.3s ease;
  transition-property: opacity, transform;
  z-index: 2;
  box-shadow: 10px 10px 20px rgba(133, 87, 74, 0.2);
  pointer-events: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion {
    position: relative;
    margin-top: 20px;
    z-index: 1;
    opacity: 1;
    background-color: transparent;
    top: unset;
    left: unset;
    width: 100%;
    transform: unset;
    pointer-events: auto;
    box-shadow: none;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 36px;
    padding-top: 10px;
    font-weight: 500;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .trigger .icon {
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.25s ease;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .trigger .icon:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .trigger .icon:before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .trigger.show .icon {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .expand {
    height: auto!important;
  }
}
@media screen and (max-width: 768px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .expand {
    height: 0;
    transition: all 0.2s;
    overflow: hidden;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .expand.show {
    height: var(--height);
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list {
  width: 100%;
  margin: 0;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list {
    padding: 0;
    height: auto;
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list a {
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  display: inline-block;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li:first-child {
  border-top: none;
}
@media screen and (max-width: 1400px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 5px 0;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: none;
  opacity: 1;
  transition: color 0.12s ease-in;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1400px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a {
    color: rgba(255, 255, 255, 0.8);
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a .s1 {
  display: inline-block;
  font-weight: 300;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: all 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  transition: all 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition-property: transform, color;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  transform: translateX(0);
}
@media screen and (max-width: 1400px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a i {
    color: rgba(255, 255, 255, 0.8);
  }
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a:hover .s1 {
  opacity: 0.85;
}
.work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item .accordion .list li a:hover i {
  transform: translateX(6px);
}
@media screen and (min-width: 1025px) {
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover {
    transform: translateY(-10px);
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover .bg:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover .accordion {
    opacity: 1 !important;
    transform: translate(10px, 0);
    pointer-events: auto;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover .outline .icon {
    width: 120px;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover .outline .icon .text {
    opacity: 1;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover .outline .icon .iconfont {
    right: 5px;
    transform: translateY(-50%);
    color: #ffffff;
  }
  .work-section .black .content-bg .section-content .srv-main .srv-item-sec .all-srv .srv-item:hover .content {
    transform: translateY(-10%);
  }
}
.process-section {
  padding: 5% 10%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .process-section {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.process-section .list {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .process-section .list {
    overflow: hidden;
    padding-bottom: 20px;
    padding: 0 15px;
  }
}
.process-section .list .item {
  float: left;
  width: calc(25% - 10px);
  transform: translateY(40px);
  transition-duration: 0.4s;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.47, 0.78);
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1280px) {
  .process-section .list .item {
    width: calc(50%);
  }
}
@media screen and (max-width: 768px) {
  .process-section .list .item {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .process-section .list .item:nth-child(1) {
    margin-top: 60px;
    transition-delay: 0.2s;
  }
  .process-section .list .item:nth-child(2) {
    margin-top: 188px;
    transition-delay: 0.4s;
  }
  .process-section .list .item:nth-child(3) {
    margin-top: 0;
    transition-delay: 0.6s;
  }
  .process-section .list .item:nth-child(4) {
    margin-top: 142px;
    transition-delay: 0.8s;
  }
}
.process-section .list .item .back {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding: 40px 25px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .back {
    border-radius: 18px;
    padding: 10px 15px;
  }
}
.process-section .list .item .title {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .title {
    margin-bottom: 10px;
  }
}
.process-section .list .item .title .name {
  font-size: 36px;
  position: relative;
  z-index: 1;
  color: #fefefe;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .title .name {
    font-size: 28px;
  }
}
.process-section .list .item .title .num {
  font-size: 160px;
  font-style: italic;
  color: #666;
  opacity: 0.15;
  position: absolute;
  top: -178px;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .title .num {
    opacity: 0;
  }
}
.process-section .list .item .img {
  width: 80%;
  padding-top: 80%;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.process-section .list .item .ys {
  width: fit-content;
  width: -moz-fit-content;
}
.process-section .list .item .txt {
  margin-top: 10px;
  padding: 6px 20px;
  display: flex;
  align-items: flex-start;
  background-color: rgba(79, 91, 109, 0.4);
  color: #fefefe;
  border-radius: 100px;
  overflow: hidden;
  font-size: 18px;
  width: max-content;
  width: -moz-max-content;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .process-section .list .item .txt {
    font-size: 15px;
    margin-top: 4px;
    padding: 4px 14px;
  }
}
.process-section .list .item .txt .proper {
  background-color: #12d16d;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.process-section .list .item .txt .proper i {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.process-section .list .item .txt .s1 {
  flex-grow: 0;
  margin-left: 10px;
}
.process-section.showin .list .item {
  transform: translateY(0);
  opacity: 1;
}
.process-section.showin .list .item:after {
  opacity: 1;
}
.process-section.showin:after {
  opacity: 1;
}
.natural {
  position: relative;
  width: 100%;
  /*top: 16%;*/
  opacity: 0;
  padding-top: 30vh;
  transform: translateY(40px);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.47, 0.78);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural {
    padding-top: 30vh;
  }
}
.natural.showin {
  opacity: 1;
  transform: translateY(0);
}
.natural .l-inner {
  width: 100%;
  max-width: 980px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .natural .l-inner {
    padding: 0 15px;
  }
}
.natural .natural-title {
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
  font-size: 54px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .natural-title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}
.natural .situations_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -10px;
  padding-bottom: 80px;
  counter-reset: situations-list;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list {
    display: flex;
    margin-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list:last-child {
    padding-bottom: 60px;
  }
}
.natural .situations_list .swiper-slide {
  width: 400px;
  height: 600px;
  margin: 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .swiper-slide {
    width: 210px;
    height: 400px;
    margin: 0 20px;
  }
}
.natural .situations_list .swiper-slide:nth-child(odd) {
  margin-top: 40px;
}
.natural .situations_list .courses {
  color: #fff;
  width: 100%;
  /*.p2{
                font-size: 24px;
                margin-bottom: 10px;
                @media screen and (min-width: 1px) and (max-width: 768px){
                    font-size: 20px;
                }
            }*/
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .courses {
    width: 100%;
  }
}
.natural .situations_list .courses .p1 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .courses .p1 {
    font-size: 24px;
  }
}
.natural .situations_list .courses .p3 {
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .courses .p3 {
    font-size: 16px;
  }
}
.natural .situations_list .courses .btn-box {
  margin-top: 40px;
  width: 80%;
  height: 48px;
}
.natural .situations_list .courses .btn-box .arr-btn {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
}
@media screen and (max-width: 768px) {
  .natural .situations_list .courses .btn-box .arr-btn span {
    font-size: 14px;
  }
}
.natural .situations_list .courses .btn-box .arr-btn span:before,
.natural .situations_list .courses .btn-box .arr-btn span:after {
  background-color: #fff;
}
.natural .situations_list .courses .btn-box .arr-btn:hover {
  color: #000;
  background-color: #fff;
}
.natural .situations_list .courses .btn-box .arr-btn:hover span:before,
.natural .situations_list .courses .btn-box .arr-btn:hover span:after {
  background-color: #000;
}
.natural .situations_list .navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.natural .situations_list .navigation a {
  color: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.natural .situations_list .navigation a:first-child {
  margin-right: 16px;
}
.natural .situations_list .navigation a:hover {
  background-color: #fff;
  color: #000;
}
.natural .situations_list .navigation a i {
  font-size: 24px;
}
.natural .situations_list .navigation .button-prev i {
  transform: rotate(180deg);
}
.natural .situations_list .situations_item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  /*padding: 50px 0;*/
  text-align: center;
  counter-increment: situations-list;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item {
    /*width: calc(33.33% - 10px);*/
    width: 100%;
    /*padding: 6% 0;*/
    flex-shrink: 0;
  }
}
.natural .situations_list .situations_item .situations_item-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5%;
  border-radius: 50%;
  /*background-image: linear-gradient(to bottom,#4c4c4c,#000);*/
  color: #fff;
  position: relative;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10%;
  }
}
.natural .situations_list .situations_item .situations_item-icon i {
  font-size: 66px;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-icon i {
    font-size: 56px;
  }
}
.natural .situations_list .situations_item .situations_item-icon .proper {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #00b135;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-icon .proper {
    width: 20px;
    height: 20px;
  }
}
.natural .situations_list .situations_item .situations_item-icon .proper i {
  font-size: 10px;
}
.natural .situations_list .situations_item:hover {
  /*.situations_item-icon {
                    &:before {
                        transform: scale(1);
                    }
                    transform: scale(1.2);
                }*/
}
.natural .situations_list .situations_item:before {
  position: absolute;
  content: attr(data-key);
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  color: #f7f7f7;
  bottom: 2px;
  right: 6px;
  line-height: 1;
  z-index: 0;
  opacity: 0;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:before {
    font-size: 80px;
  }
}
.natural .situations_list .situations_item:nth-of-type(1) {
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(2) {
    top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(3) {
    top: 0;
  }
}
.natural .situations_list .situations_item:nth-of-type(4) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(4) {
    top: 0;
    margin-top: 20px;
  }
}
.natural .situations_list .situations_item:nth-of-type(5) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(5) {
    top: 0;
    margin-top: 20px;
  }
}
.natural .situations_list .situations_item:nth-of-type(6) {
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item:nth-of-type(6) {
    top: 0;
    margin-top: 20px;
  }
}
.natural .situations_list .situations_item .situations_item-heading {
  font-size: 32px;
  font-weight: 800;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-heading {
    font-size: 20px;
  }
}
.natural .situations_list .situations_item .situations_item-text {
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 12px;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .natural .situations_list .situations_item .situations_item-text {
    font-size: 16px;
  }
}
.faq {
  margin-top: 120px;
  padding: 0 15px;
}
.faq .heading {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.faq .heading .p1 {
  font-size: 54px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .faq .heading .p1 {
    font-size: 36px;
  }
}
.faq .heading .p2 {
  font-weight: 300;
  opacity: 0.6;
  font-size: 24px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .faq .heading .p2 {
    font-size: 15px;
  }
}
.faq .btn-box {
  width: 300px;
  height: 48px;
  margin: 0 auto;
  margin-top: 40px;
}
.faq .btn-box .arr-btn {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
}
@media screen and (max-width: 768px) {
  .faq .btn-box .arr-btn span {
    font-size: 14px;
  }
}
.faq .btn-box .arr-btn span:before,
.faq .btn-box .arr-btn span:after {
  background-color: #fff;
}
.faq .btn-box .arr-btn:hover {
  color: #000;
  background-color: #fff;
}
.faq .btn-box .arr-btn:hover span:before,
.faq .btn-box .arr-btn:hover span:after {
  background-color: #000;
}
.faq ul {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .faq ul {
    width: 98%;
  }
}
.faq ul li {
  padding: 32px;
  font-weight: bold;
  text-align: left;
  background-color: #00000038;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 32px;
  border: 1px solid #444;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .faq ul li {
    padding: 16px 32px;
    margin-bottom: 12px;
  }
}
.faq ul li:last-child {
  margin-bottom: 0;
}
.faq ul li dt {
  position: relative;
  padding-right: 48px;
  color: #fff;
}
.faq ul li dt .iconfont {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateX(0deg);
  transition: transform 0.5s ease;
}
.faq ul li dt.on .iconfont {
  transform: translateY(-50%) rotateX(180deg);
  transition: transform 0.5s ease;
}
.faq ul li dd {
  display: none;
  margin-top: 32px;
  padding: 32px;
  background-color: #6f6f6f3b;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .faq ul li dd {
    margin-top: 16px;
    padding: 16px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */