.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;
  /*line-height: .75;
    letter-spacing: 0;
    color: #f5f5f5;*/
}
.kv {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
  min-height: 640px;
  padding-bottom: 56px;
  background-image: linear-gradient(to right, #161616, #3d3d3d);
  transition: all 2s linear;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv {
    /*height: 600px;*/
    padding-bottom: 0;
    background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)), var(--back-img);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: 46%;
    background-position-y: 90%;
  }
}
.kv:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 81.8448%;
  height: 93.2%;
  background-image: linear-gradient(rgba(34, 34, 34, 0.1), rgba(34, 34, 34, 0.1)), var(--back-img);
  background-size: cover,cover;
  background-position: center;
  border-radius: 0 0 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv:before {
    content: unset;
  }
}
.kv .kv_content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 78px;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_content {
    padding-bottom: 30px;
  }
}
.kv .kv_content .kv_heading {
  font-size: 120px;
  font-weight: 800;
  margin-bottom: 21px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .kv .kv_content .kv_heading {
    font-size: 58px;
    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: 15px;
    line-height: 1.5;
  }
}
.kv .kv_content .kv_btnbox {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox {
    flex-direction: column;
  }
}
.kv .kv_content .kv_btnbox a {
  width: 350px!important;
}
@media screen and (max-width: 768px) {
  .kv .kv_content .kv_btnbox a {
    width: 100% !important;
    font-size: 30px;
    border-radius: 3rem;
  }
}
.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;
  }
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox a .btn-text {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  .kv .kv_content .kv_btnbox a .btn-num {
    font-size: 28px;
    margin-top: 2px;
  }
}
.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: 81.8448%;
  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-image: linear-gradient(to right, #161616, #3d3d3d);
  margin-top: -1px;
  padding-top: 300px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations {
    padding-top: 69px;
    background-size: 100% 70.7%;
  }
}
.situations .garnish_text {
  color: #fff;
  opacity: 0.04;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
  left: -5%;
  top: -230px;
  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;
  }
}
.situations .heading_section {
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_section {
    text-align: center;
    margin-bottom: 33px;
  }
}
.situations .heading_section small {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_section small {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.situations .heading_section span {
  display: inline-block;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-right: -6px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .heading_section span {
    font-size: 30px;
  }
}
.situations .situations_situation {
  background-image: linear-gradient(#f2f2f2 0, #f2f2f2 100%);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation {
    background-size: 100% 20%;
  }
}
.situations .situations_situation .situations_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -10px;
  padding-bottom: 100px;
  counter-reset: situations-list;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list {
    display: flex;
    margin-top: 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.situations .situations_situation .situations_list:last-child {
  padding-bottom: 301px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list:last-child {
    padding-bottom: 60px;
  }
}
.situations .situations_situation .situations_list .situations_item {
  position: relative;
  width: 15%;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  text-align: center;
  counter-increment: situations-list;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item {
    width: 30%;
    padding: 3% 0;
    flex-shrink: 0;
  }
}
.situations .situations_situation .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: #ffc625;
  position: relative;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
  /*                    &:before{
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        background-color: #cfa400;
                        transform: scale(0);
                        border-radius: 50%;
                        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
                        z-index: -1;
                    }*/
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item .situations_item-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10%;
  }
}
.situations .situations_situation .situations_list .situations_item .situations_item-icon i {
  font-size: 32px;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.situations .situations_situation .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%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item .situations_item-icon .proper {
    width: 20px;
    height: 20px;
  }
}
.situations .situations_situation .situations_list .situations_item .situations_item-icon .proper i {
  font-size: 10px;
}
.situations .situations_situation .situations_list .situations_item:hover {
  /*.situations_item-icon {
                        &:before {
                            transform: scale(1);
                        }
                        transform: scale(1.2);
                    }*/
}
.situations .situations_situation .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;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item:before {
    font-size: 80px;
  }
}
.situations .situations_situation .situations_list .situations_item:nth-of-type(1) {
  top: 0;
}
.situations .situations_situation .situations_list .situations_item:nth-of-type(2) {
  top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item:nth-of-type(2) {
    top: 0;
  }
}
.situations .situations_situation .situations_list .situations_item:nth-of-type(3) {
  top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item:nth-of-type(3) {
    top: 0;
  }
}
.situations .situations_situation .situations_list .situations_item:nth-of-type(4) {
  top: 90px;
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item:nth-of-type(4) {
    top: 0;
    margin-top: 20px;
  }
}
.situations .situations_situation .situations_list .situations_item:nth-of-type(5) {
  top: 120px;
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item:nth-of-type(5) {
    top: 0;
    margin-top: 20px;
  }
}
.situations .situations_situation .situations_list .situations_item:nth-of-type(6) {
  top: 150px;
  transition-delay: 0.8s;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item:nth-of-type(6) {
    top: 0;
    margin-top: 20px;
  }
}
.situations .situations_situation .situations_list .situations_item .situations_item-heading {
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  /*padding: 0 0.25em;
                    line-height: 1.3;*/
  /*background-image: linear-gradient(to top,#ffbb00 0,#f5ff00 50%,transparent 50%,transparent 100%);*/
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .situations .situations_situation .situations_list .situations_item .situations_item-heading {
    /*margin: 0 auto 16px;*/
    /*background-image: linear-gradient(to top,#ffbb00 0,#f5ff00 25%,transparent 25%,transparent 100%);*/
    font-size: 16px;
  }
}
.situations .situations_situation .situations_list .situations_item .situations_item-text {
  position: relative;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}
.growth {
  background-color: #f2f2f2;
}
.growth .growth-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .growth .growth-inner {
    flex-direction: column;
  }
}
.growth .growth-inner .row {
  width: 48%;
  flex-shrink: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .growth .growth-inner .row {
    width: 100%;
  }
}
.growth .growth-inner .row:first-child {
  padding: 60px 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .growth .growth-inner .row:first-child {
    padding: 0;
  }
}
.growth .growth-inner .row.flex-end {
  align-self: flex-end;
}
.growth .growth-inner .title {
  font-size: 72px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  font-weight: 700;
  padding: 0 5%;
}
@media screen and (max-width: 1180px) {
  .growth .growth-inner .title {
    font-size: 2rem;
    text-align: center;
    word-break: keep-all;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.growth .growth-inner .about-text {
  margin-top: 60px;
  padding: 0 5%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .growth .growth-inner .about-text {
    padding: 0;
    margin-top: 30px;
  }
}
.growth .growth-inner .numbers {
  background-color: #fff;
  flex-shrink: 0;
  padding: 5% 7%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
@media screen and (max-width: 1180px) {
  .growth .growth-inner .numbers {
    min-width: unset;
    max-width: 768px;
    margin: 0 auto;
  }
}
.growth .growth-inner .numbers .number-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1180px) {
  .growth .growth-inner .numbers .number-data {
    font-size: 1.2rem;
  }
}
.growth .growth-inner .numbers .number-data span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 500;
}
.growth .growth-inner .numbers .number-data span.number {
  font-weight: bold;
  font-size: 56px;
  position: relative;
  margin-right: 14px;
  color: #00b135;
  /*&:after{
                            content: '%';
                            display: inline-block;
                            position: absolute;
                            right: 0;
                            bottom: 0.2em;
                            font-size: 30px;
                            @media screen and (max-width: 1180px){
                                bottom: 0.1em;
                                font-size: 1.6rem;
                            }
                        }*/
}
@media screen and (max-width: 1180px) {
  .growth .growth-inner .numbers .number-data span.number {
    font-size: 2.5rem;
    margin-right: 0;
  }
}
.growth .growth-inner .numbers .number-data span.number:after {
  content: attr(data-unit);
  font-size: 30px;
  margin-left: 4px;
}
.growth .growth-inner .back {
  overflow: hidden;
  transition-delay: 0.8s !important;
  position: relative;
}
.growth .growth-inner .back:after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .growth .growth-inner .back {
    width: 100%;
    max-width: 500px;
    transition-delay: 0.2s !important;
    margin: 0 auto;
  }
}
.growth .growth-inner .back img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.48, 0.08, 0.35, 1.02);
  position: relative;
  z-index: 0;
}
.product-inner {
  width: 99vw!important;
}
@media screen and (max-width: 768px) {
  .product-inner {
    width: 100%!important;
  }
  .product-inner .head {
    padding: 0 20px;
  }
}
.services .pro-list {
  display: flex;
  flex-wrap: wrap;
}
.services .pro-list img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.services .pro-list .r-dot {
  transition: all 0.6s ease-in-out;
  background-color: transparent;
  box-shadow: unset;
  opacity: 0;
}
.services .pro-list .r-dot i {
  opacity: 0;
}
.services .pro-list .product-item {
  position: relative;
  width: 20%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .services .pro-list .product-item {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .services .pro-list .product-item {
    width: 50%;
  }
}
.services .pro-list .product-item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  z-index: 1;
  text-align: center;
  transition: all 0.6s ease-in-out;
}
.services .pro-list .product-item .info .icon i {
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .services .pro-list .product-item .info .icon i {
    font-size: 32px;
  }
}
.services .pro-list .product-item .info .title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .services .pro-list .product-item .info .title {
    font-size: 16px;
  }
}
.services .pro-list .product-item .info .desc {
  display: none;
}
.services .pro-list .product-item a {
  display: block;
  position: relative;
}
.services .pro-list .product-item a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
}
.services .pro-list .product-item a:hover img {
  transform: scale(1.2);
  transition: all 10s linear;
}
.services .pro-list .product-item a:hover .r-dot {
  opacity: 1;
}
/*
.contact-back{
    background-color: #ccc;
}

.contact-main{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;

    @media screen and (max-width: 1024px){
        flex-direction: column;
    }
    .stackable{
        @media screen and (max-width: 1024px){
            margin-bottom: 40px;
        }
        .stk-content{
            color: #fff;
            .skt-item{
                margin-bottom: 40px;
                .p1{
                    font-size: 24px;
                    margin-bottom: 12px;
                }
                .p2{
                    font-size: 16px;
                }
            }
        }
        .stk-foot{
            @media screen and (max-width: 768px){
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .btn{
                padding: 12px 16px;
                border-radius: 25px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 18px;
                width: 260px;
                margin-top: 0;
                margin-bottom: 12px;
                &:first-child{
                    margin-right: 12px;
                    @media screen and (max-width: 768px){
                        margin-right: 0;

                    }
                }
                &.line-btn{
                    background-color: #f36530;
                }
                &.phone-btn{
                    border:2px solid #fff;

                }
            }
        }
    }
    .contact-form{
        background-color: #fff;
        width: 650px;
        padding: 24px;
        border-radius: 25px !important;
        overflow: hidden !important;
        border-style: solid !important;
        border-color: #f36530 !important;
        border-top-width: 3px !important;
        border-right-width: 3px !important;
        border-bottom-width: 3px !important;
        border-left-width: 3px !important;
        position: relative;
        @media screen and (max-width: 1024px){
            width: 100%;
            max-width: 650px;
        }
        .list{

            margin-bottom: 20px;
            label{
                display: block;
                margin-bottom: 8px;
                em{
                    font-style: normal;
                    color: red;
                }
            }
            .control{
                background-clip: padding-box;
                background-image: none;
                border: 1px solid #ced4da;
                border-radius: 0.25rem;
                color: #495057;
                display: block;
                font-size: 16px;
                line-height: 1.5;
                margin-bottom: 0;
                max-width: 100%;
                padding: 6px 12px;
                transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
                width: 100%;
                height: 48px;
                outline: none;
            }
            .column{
                display: flex;
                position: relative;
                overflow: hidden;
                border-radius: 0.25rem;
                .captcha_img{
                    width: 150px;
                    height: 48px;
                    position: absolute;
                    right: 0;
                }
            }
        }
        .safe{
            font-size: 14px;
            color: #999;
        }
        .btn-submit{

            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 18px;
            width: 260px;
            height: 52px;
            margin-top: 20px;
        }
    }
    #contact-loading{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.6);
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center;
        &.hide{
            display: none;
        }

    }
    .result{
        position: absolute;

        background-color: rgba(0,0,0,0.8);
        color: #fff;
        font-size: 16px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,50%)scale(0);
        text-align: center;
        padding: 20px 40px;
        border-radius: 5px;
        z-index: 4;
        opacity: 0;
        transition: all 0.1s linear;
        &.show{
            bottom: 50%;
            transform: translate(-50%,50%)scale(1);
            opacity: 1;
        }
    }
}
*/
.section-about {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .section-about {
    padding: 80px 0;
  }
}
.section-about .back-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.48, 0.08, 0.35, 1.02);
  transform-origin: 0 0;
}
.section-about .about-text {
  background-color: #fff;
  font-weight: lighter;
  position: relative;
  padding: 40px 40px;
  z-index: 1;
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-about .about-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
  }
}
.section-about .about-text .title {
  font-weight: 500;
  font-size: 40px;
}
.section-about .about-text .content {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section-about .about-text .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.section-about .section-inner {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.section-about .section-inner .main {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .section-about .section-inner .main {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 768px;
  }
}
.section-about:hover .back-img {
  transform: scale(1.05) translate(-50%, -50%);
}
.product-section:before {
  background-image: var(--product-back);
  background-size: cover;
  background-repeat: no-repeat;
}
.product-section .section-inner {
  width: 90vw;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner {
    width: 100%;
  }
}
.product-section .section-inner .pc-product {
  padding: 0 6vw;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .pc-product {
    display: none;
  }
}
.product-section .section-inner .pc-product .swiper-container .swiper-slide {
  padding: 0 1vw;
}
.product-section .section-inner .pc-product .per {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
  background-color: rgba(255, 255, 255, 0.06);
  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);
}
.product-section .section-inner .pc-product .per i {
  font-size: 2vw;
  color: #fff;
}
.product-section .section-inner .pc-product .per.button-prev {
  left: 0;
}
.product-section .section-inner .pc-product .per.button-next {
  right: 0;
}
.product-section .section-inner .pc-product .per:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.product-section .section-inner .pc-product .goods {
  display: block;
  padding: 6%;
  transition: all 0.3s;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.product-section .section-inner .pc-product .goods img {
  width: 100%;
}
.product-section .section-inner .pc-product .goods figcaption {
  margin-top: 10px;
}
.product-section .section-inner .pc-product .goods figcaption .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
.product-section .section-inner .pc-product .goods figcaption .spec {
  font-size: 14px;
  color: #999;
  margin-bottom: 14px;
}
.product-section .section-inner .pc-product .goods figcaption .price {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .pc-product .goods figcaption .price {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-section .section-inner .pc-product .goods figcaption .price .now {
  color: #FE1010;
  font-size: 18px;
}
.product-section .section-inner .pc-product .goods figcaption .price .market {
  color: #b3b3b3;
  font-size: 14px;
  margin-left: 6px;
  text-decoration: line-through;
}
.product-section .section-inner .pc-product .goods figcaption .go-btn a {
  width: 100%;
  max-width: 180px;
  height: 32px;
  background: var(--main-color);
  border-radius: 6px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 300;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .pc-product .goods figcaption .go-btn a {
    width: 100%;
  }
}
.product-section .section-inner .pc-product .goods figcaption .go-btn a:hover {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-section .section-inner .pc-product .goods figcaption .secret {
  font-size: 12px;
  color: var(--main-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .pc-product .goods figcaption .secret {
    display: none;
  }
}
.product-section .section-inner .mobile-product {
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .mobile-product {
    display: flex;
  }
}
.product-section .section-inner .mobile-product::-webkit-scrollbar {
  display: none;
}
.product-section .section-inner .mobile-product .goods {
  display: block;
  width: 268px;
  flex-shrink: 0;
  transition: all 0.3s;
  text-align: center;
  background-color: #fff;
  margin-right: 16px;
  padding: 12px;
}
.product-section .section-inner .mobile-product .goods:first-child {
  margin-left: 16px;
}
.product-section .section-inner .mobile-product .goods img {
  width: 100%;
}
.product-section .section-inner .mobile-product .goods figcaption {
  margin-top: 10px;
}
.product-section .section-inner .mobile-product .goods figcaption .name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-section .section-inner .mobile-product .goods figcaption .spec {
  font-size: 14px;
  color: #999;
  margin-bottom: 14px;
}
.product-section .section-inner .mobile-product .goods figcaption .price {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .mobile-product .goods figcaption .price {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-section .section-inner .mobile-product .goods figcaption .price .now {
  color: #FE1010;
  font-size: 18px;
}
.product-section .section-inner .mobile-product .goods figcaption .price .market {
  color: #b3b3b3;
  font-size: 14px;
  margin-left: 6px;
  text-decoration: line-through;
}
.product-section .section-inner .mobile-product .goods figcaption .go-btn a {
  width: 160px;
  height: 32px;
  background: var(--main-color);
  border-radius: 6px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 300;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .mobile-product .goods figcaption .go-btn a {
    width: 100%;
  }
}
.product-section .section-inner .mobile-product .goods figcaption .go-btn a:hover {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-section .section-inner .mobile-product .goods figcaption .secret {
  font-size: 12px;
  color: var(--main-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .mobile-product .goods figcaption .secret {
    display: none;
  }
}
.product-section .section-inner .row-wrapper {
  margin-top: 60px;
}
.product-section .section-inner .row-wrapper .row {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row {
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
  }
}
.product-section .section-inner .row-wrapper .row ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-section .section-inner .row-wrapper .row ul li {
  width: 25%;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li {
    width: 47%;
  }
}
.product-section .section-inner .row-wrapper .row ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li:not(:last-child) {
    border: none;
    margin-right: 0;
  }
}
.product-section .section-inner .row-wrapper .row ul li .goods {
  display: block;
  padding: 12% 10%;
  transition: all 0.3s;
  text-align: center;
}
.product-section .section-inner .row-wrapper .row ul li .goods img {
  width: 100%;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption {
  margin-top: 10px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .spec {
  font-size: 14px;
  color: #999;
  margin-bottom: 14px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li .goods figcaption .price {
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price .now {
  color: #FE1010;
  font-size: 18px;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .price .market {
  color: #b3b3b3;
  font-size: 14px;
  margin-left: 6px;
  text-decoration: line-through;
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a {
  width: 160px;
  height: 32px;
  background: var(--main-color);
  border-radius: 6px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 300;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a {
    width: 100%;
  }
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .go-btn a:hover {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-section .section-inner .row-wrapper .row ul li .goods figcaption .secret {
  font-size: 12px;
  color: var(--main-color);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-section .section-inner .row-wrapper .row ul li .goods figcaption .secret {
    display: none;
  }
}
.product-section .section-inner .row-wrapper .row:last-child {
  box-shadow: none;
}
.product-section .section-inner .row-wrapper .row:last-child ul {
  /*-webkit-mask: -webkit-gradient(linear,0% 0%,0% 92%,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));*/
}
.shipping-section {
  padding: 160px 0;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.shipping-section:before {
  background-image: var(--product-back);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .shipping-section {
    padding: 80px 0;
    overflow: hidden;
    height: auto;
    display: block;
    margin-bottom: 0;
  }
}
.shipping-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .shipping-section:before {
    width: 100vw;
    height: 80vw;
    transform: skewY(12.5deg);
    transform-origin: 100% 100%;
  }
}
.shipping-section .section-inner h2 .cn {
  color: #fff;
}
.shipping-section .section-inner h2 .en {
  color: var(--main-color);
}
.shipping-section .main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*-webkit-mask: -webkit-gradient(linear,4% 0%,0% 0%,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));*/
}
@media screen and (max-width: 1024px) {
  .shipping-section .main {
    margin-top: 40px;
  }
}
.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;
}
.faqs-section {
  padding: 50px 0;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .faqs-section {
    padding-top: 50px;
    overflow: hidden;
    height: auto;
    display: block;
    margin-bottom: 0;
  }
}
.faqs-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #f2f2f2;
  transform: skewX(20deg);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .faqs-section:before {
    width: 100vw;
    height: 80vw;
    transform: skewY(12.5deg);
    transform-origin: 100% 100%;
  }
}
.faqs-section .section-inner h2 {
  top: 0;
}
.faqs-section .section-inner h2 .cn {
  color: #222;
}
.faqs-section .section-inner h2 .en {
  color: var(--main-color);
}
.faqs-section .main {
  width: 85%;
  display: flex;
  margin-left: 15%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .faqs-section .main {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.faqs-section .main .faq-main {
  width: 86%;
}
@media screen and (max-width: 1024px) {
  .faqs-section .main .faq-main {
    width: 100%;
  }
}
.faqs-section .main .faq-main .faq-item {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
.faqs-section .main .faq-main .faq-item .faq-title {
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.faqs-section .main .faq-main .faq-item .faq-title:before {
  content: "\e620";
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}
.faqs-section .main .faq-main .faq-item .faq-title.faq-show:before {
  content: "\e729";
}
.faqs-section .main .faq-main .faq-item .faq-desc {
  font-size: 14px;
  display: none;
  padding-top: 12px;
}
.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: 300vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nomogram {
    height: 400vh;
  }
}
.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: 38% 0;
  }
}
.nomogram .thumb .bg .mask {
  position: absolute;
  background-color: rgba(0, 0, 0);
  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 .t-drape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F7F7F7;
  height: calc(100% - 200px);
  width: 100%;
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nomogram .thumb .l-drape {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F7F7F7;
  height: 200vh;
  width: calc(50% - 108px);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nomogram .thumb .r-drape {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F7F7F7;
  height: 200vh;
  width: calc(50% - 108px);
  z-index: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nomogram .lean {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.nomogram.show .thumb .bg {
  position: fixed;
}
.nomogram.show .thumb .t-drape {
  height: 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: 2s;
  }
}
.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;
  }
}
/*# sourceMappingURL=index.css.map */