@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&amp;subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Arial", "Noto Sans TC", sans-serif !important;
  overflow: hidden;
  overflow-y: auto;
  color: #0A0F0A;
  font-weight: 300;
}

body.home {
  background: url(../img/section-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection {
  background: #5FE164;
  color: #0A0F0A;
}
*::selection {
  background: #5FE164;
  color: #0A0F0A;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.pad,
.mobile {
  display: none;
}

.desktop {
  display: block;
}

.clearfix {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}

header .header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #fff;
  width: calc(100% - 240px);
  border: 2px solid #5FE164;
  border-bottom: 5px solid #5FE164;
}
header .logo {
  float: left;
  width: 120px;
  margin: 12px 24px;
}
header .logo img {
  display: block;
  width: 100%;
}
header ul {
  float: right;
}
header ul li {
  width: 264px;
  float: left;
  list-style: none;
  border-left: 2px solid #5FE164;
  text-align: center;
  position: relative;
}
header ul li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #0A0F0A;
  line-height: 64px;
}
header ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-left: 7px;
}
header ul li div {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  left: -2px;
  top: 64px;
  width: calc(100% + 4px);
}
header ul li div a {
  border: 2px solid #5FE164;
  border-top: 0;
  background: #fff;
}
header ul li div a:first-of-type {
  border-top: 5px solid #5FE164;
}
header ul li div a:hover {
  background: #5FE164;
  color: #fff;
}
header ul li:hover div,
header ul li div:hover {
  max-height: 140px;
}
header .mobile-menu .icon {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 164px;
  margin: auto;
  z-index: 1;
  display: block;
}
header .mobile-menu .icon a {
  margin: 15px 12px;
  width: 52px;
  display: block;
}
header .mobile-menu .icon a img {
  display: block;
  width: 100%;
}
header .mobile-menu .icon a:hover img {
  display: none;
}
header .mobile-menu .icon a:hover img + img {
  display: block;
  width: 100%;
}
header .mobile-menu .icon a img + img {
  display: none;
}

#header.home .mobile-menu .icon {
  display: none;
}

footer {
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 99;
}
footer .top {
  padding: 100px 120px 74px 120px;
  position: relative;
}
footer .top > img {
  width: 300px;
  position: absolute;
  right: 120px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .top title {
  display: block;
  font-size: 68px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .top b {
  display: block;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 40px;
}
footer .top b i {
  display: inline-block;
  font-style: normal;
  margin-left: 5px;
  background: #3D9E4E;
  border-radius: 4px;
  padding: 0 8px;
}
footer .top p {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 40px;
}
footer .top a {
  display: inline-block;
  line-height: 70px;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 32px;
  overflow: hidden;
  position: relative;
}
footer .top a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 65px 0 0;
}
footer .top a img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  opacity: 1;
}
footer .top a img + img {
  opacity: 0;
}
footer .top a:hover img {
  opacity: 0;
}
footer .top a:hover img + img {
  opacity: 1;
}
footer .top a:before {
  content: "";
  display: block;
  background: #5FE164;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  -webkit-transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
footer .top a:hover {
  color: #fff;
}
footer .top a:before {
  -webkit-transform: translate(-120%, -50%) translateZ(0);
          transform: translate(-120%, -50%) translateZ(0);
}
footer .top a:hover:before {
  -webkit-transform: translate(-45%, -34%) translateZ(0);
          transform: translate(-45%, -34%) translateZ(0);
}
footer .marquee {
  background: #5FE164;
  padding: 29px 0;
  overflow: hidden;
}
footer .marquee img {
  display: block;
  margin-left: 40px;
  height: 114px;
}
footer .marquee > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: relative;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}
footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 75px 120px 0 120px;
  white-space: nowrap;
}
footer .bottom .form {
  width: 100%;
}
footer .bottom .form .logo {
  display: block;
  width: 120px;
  margin-bottom: 36px;
}
footer .bottom .form .logo img {
  display: block;
  width: 100%;
}
footer .bottom .form title {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .bottom .form form {
  width: 388px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  position: relative;
}
footer .bottom .form form.valid span {
  opacity: 0;
}
footer .bottom .form form.invalid span {
  opacity: 1;
}
footer .bottom .form form input {
  width: 309px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px 0px 0px 4px;
  padding: 0 24px;
  border: 0;
  color: #fff;
}
footer .bottom .form form input + span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #E74B4B;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -28px;
  opacity: 0;
}
footer .bottom .form form button {
  width: 79px;
  height: 48px;
  background: #5FE164;
  border-radius: 0px 4px 4px 0px;
  border: 0;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}
footer .bottom .form form button:hover {
  background: #fff;
  color: #5FE164;
}
footer .bottom .link {
  padding-left: 4vw;
}
footer .bottom .link title {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 8px;
}
footer .bottom .link ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-right: 50px;
}
footer .bottom .link ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
}
footer .bottom .link ul li a:hover {
  text-decoration: underline;
}
footer .bottom .link ul li a img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-left: 9px;
}
footer .copyright {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 120px 100px 120px;
}
footer .copyright span:first-of-type {
  text-align: left;
  width: 100%;
}
footer .copyright span:last-of-type {
  text-align: right;
  width: 100%;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
#green-bg {
  position: fixed;
  right: 2.8vw;
  top: 2.9svh;
  height: 26.9svh;
  width: 34.2vw;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
  pointer-events: none;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
#green-bg .bg1 {
  display: block;
  width: 100%;
  height: 100%;
}
#green-bg .bg2,
#green-bg .bg3,
#green-bg .bg4 {
  display: none;
  width: 100%;
  height: 100%;
}
#green-bg.right-bottom {
  top: 70.2svh;
}
#green-bg.right-bottom .bg2 {
  display: block;
}
#green-bg.right-bottom .bg1,
#green-bg.right-bottom .bg3,
#green-bg.right-bottom .bg4 {
  display: none;
}
#green-bg.left-bottom {
  right: 63vw;
  top: 70.2svh;
}
#green-bg.left-bottom .bg3 {
  display: block;
}
#green-bg.left-bottom .bg1,
#green-bg.left-bottom .bg2,
#green-bg.left-bottom .bg4 {
  display: none;
}
#green-bg.left-top {
  right: 63vw;
  top: 2.9svh;
}
#green-bg.left-top .bg4 {
  display: block;
}
#green-bg.left-top .bg1,
#green-bg.left-top .bg2,
#green-bg.left-top .bg3 {
  display: none;
}

#home-bg {
  width: 100vw;
  height: 100svh;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  pointer-events: none;
}
#home-bg .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
#home-bg.scrolling {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

#fullpage {
  z-index: 1;
}

.kv-wrapper {
  margin: 0 auto;
  width: calc(100% - 240px);
  height: calc(100svh - 1px);
  position: relative;
  z-index: 1;
}

#kv {
  overflow: hidden;
}

.kv .slogan {
  position: absolute;
  top: 16.6svh;
  left: 8.8vw;
  width: 55.5vw;
}
.kv .uwow {
  display: block;
  position: absolute;
  top: 11svh;
  right: 11.9vw;
  width: 9.2vw;
}
.kv .star {
  display: block;
  position: absolute;
  top: 30svh;
  right: 18.9vw;
  width: 55px;
}
.kv .word {
  display: block;
  position: absolute;
  top: 53svh;
  right: 6.9vw;
  width: 28.9vw;
}
.kv .txt {
  display: block;
  position: absolute;
  bottom: 13svh;
  right: 0;
  left: 0;
  margin: auto;
  width: 720px;
  padding: 19px 72px;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #0A0F0A;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
}
.kv .ball {
  display: block;
  position: absolute;
  width: 1.7vw;
}
.kv .ball1 {
  left: 9vw;
  top: 60.4svh;
}
.kv .ball2 {
  right: 9vw;
  top: 36.7svh;
}
.kv .go {
  display: block;
  width: 116px;
  height: 116px;
  position: absolute;
  left: 6.8vw;
  bottom: 40px;
  background: url(../img/btn_scrolldown_bg-default.png) no-repeat;
  background-size: 100% 100%;
}
.kv .go:hover {
  background: url(../img/btn_scrolldown_bg-hover.png) no-repeat;
  background-size: 100% 100%;
}
.kv .go img {
  display: block;
  width: 44.8%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.kv .go:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#section1,
#section3,
#section4 {
  padding: 9.5svh 120px;
  position: relative;
  z-index: 99;
}
#section1 .fp-overflow,
#section3 .fp-overflow,
#section4 .fp-overflow {
  overflow: visible !important;
}

.h2-title h2 {
  font-size: 3.3vw;
  line-height: 3.9vw;
  font-weight: 700;
  margin-bottom: 20px;
}
.h2-title strong {
  display: block;
  font-size: 1.8vw;
  line-height: 2.5vw;
  font-weight: 700;
}
.h2-title strong i {
  display: inline-block;
  font-style: normal;
  background: #5FE164;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 8px;
}
.h2-title p {
  font-size: 20px;
  line-height: 32px;
  color: #2F2F2F;
  margin-top: 32px;
}

.people {
  overflow: hidden;
}
.people .slider {
  position: relative;
  padding-bottom: 80px;
  margin-top: 7svh;
}
.people .slider * {
  overflow: visible;
}
.people .slider .item {
  position: relative;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.people .slider .item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.people .slider .item img + img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.people .slider .item img + img:hover {
  opacity: 1;
}
.people .slider .item strong {
  display: block;
  margin-top: -48px;
  background: #FFFFFF;
  border: 2px solid #5FE164;
  border-radius: 12px;
  padding: 8px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.people .slider .item strong span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.people .slider .item strong small {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.people .slider .item i {
  background: #5FE164;
  border-radius: 40px;
  line-height: 44px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  top: -50px;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 1;
}
.people .slider .item i:after {
  content: "";
  display: block;
  width: 27px;
  height: 25px;
  background: url(../img/people-line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.people .slider .item:hover i {
  opacity: 1;
}
.people .slider .slick-disabled {
  opacity: 0.2;
}
.people .slider .slick-prev {
  width: 64px;
  height: 40px;
  background: url(../img/left-arrow.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  text-indent: -999999px;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: calc(50% + 14px);
}
.people .slider .slick-prev:hover {
  background: url(../img/left-arrow-hover.png) no-repeat;
  background-size: 100% 100%;
}
.people .slider .slick-next {
  width: 64px;
  height: 40px;
  background: url(../img/right-arrow.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  text-indent: -999999px;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: calc(50% + 14px);
}
.people .slider .slick-next:hover {
  background: url(../img/btn-arrow-hover.png) no-repeat;
  background-size: 100% 100%;
}
.people .slider .slick-dots {
  display: none !important;
}

.important .h2-title {
  position: fixed;
  left: 120px;
  top: 0;
  z-index: 1;
}
.important .fix-img {
  display: block;
  position: fixed;
  right: calc(10vw + 120px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30vw;
  height: 30vw;
  pointer-events: none;
}
.important .fix-img svg {
  width: 100%;
}
.important .three .info {
  padding: 9.5svh 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.important .three .info .img {
  display: block;
  width: 30vw;
  margin-right: 10vw;
  opacity: 0;
}
.important .three .info div {
  width: 60vw;
  height: 5.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.important .three .info div i {
  display: block;
  width: 5.6vw;
  margin-right: 1vw;
  font-size: 4.9vw;
  font-weight: 700;
  line-height: 5.7vw;
  color: #5FE164;
  font-style: normal;
}
.important .three .info div p {
  width: 100%;
}
.important .three .info div p span {
  display: block;
  width: 32vw;
  font-size: 20px;
  line-height: 32px;
}
.important .three .info div p span b {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.important .three .slick-prev,
.important .three .slick-next,
.important .three .slick-dots {
  display: none !important;
}

.btn-button {
  display: inline-block;
  line-height: 70px;
  border: 2px solid #0A0F0A;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #0A0F0A;
  padding: 0 32px;
  overflow: hidden;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.btn-button span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 65px 0 0;
}
.btn-button img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  opacity: 1;
}
.btn-button img + img {
  opacity: 0;
}
.btn-button:hover img {
  opacity: 0;
}
.btn-button:hover img + img {
  opacity: 1;
}
.btn-button:before {
  content: "";
  display: block;
  background: #0A0F0A;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  -webkit-transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.btn-button:hover {
  color: #5FE164;
}
.btn-button:before {
  -webkit-transform: translate(-120%, -50%) translateZ(0);
          transform: translate(-120%, -50%) translateZ(0);
}
.btn-button:hover:before {
  -webkit-transform: translate(-45%, -34%) translateZ(0);
          transform: translate(-45%, -34%) translateZ(0);
}

.service .flex {
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.service .flex > div {
  width: 50%;
}
.service .flex > div:first-of-type {
  border-right: 2px solid #5FE164;
}
.service .flex .img {
  display: block;
  width: 18.5vw;
  margin: 0 auto 20px auto;
}
.service .flex title {
  display: block;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service .flex p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.trust .icon {
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.trust .icon li {
  width: 25%;
  list-style: none;
}
.trust .icon li strong {
  display: block;
  font-size: 5vw;
  font-weight: 700;
  line-height: 7vw;
  margin-bottom: 10px;
}
.trust .icon li strong:after {
  content: "+";
  display: inline-block;
  vertical-align: top;
}
.trust .icon li img {
  display: block;
  margin: 0 auto 20px auto;
  width: 120px;
}
.trust .icon li small {
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}

#banner {
  padding: 65px 120px 0 120px;
  background: url(../img/service/bg.png) #0A0F0A top center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
#banner.white {
  background: #fff;
  color: #0A0F0A;
}
#banner.white > div {
  padding: 120px 0 40px 0;
}
#banner.white > div img {
  width: 34.8%;
}
#banner.white > div .left {
  padding: 0;
}
#banner > div {
  position: relative;
}
#banner > div .left {
  width: 50.6%;
  padding: 65px 0 135px 0;
}
#banner > div .left h1 {
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 3.9vw;
  margin-bottom: 16px;
}
#banner > div .left h2 {
  display: inline-block;
  background: #5FE164;
  border-radius: 0 20px 0 20px;
  line-height: 2.4vw;
  padding: 10px 24px;
  font-size: 1.3vw;
  font-weight: 700;
  margin-bottom: 35px;
  color: #0A0F0A;
}
#banner > div .left small {
  display: block;
  line-height: 1.7vw;
  font-size: 1.2vw;
  font-weight: 500;
}
#banner > div img {
  display: block;
  width: 49.4%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.privacy {
  padding: 0 120px 80px 120px;
  color: #2F2F2F;
  font-size: 20px;
  line-height: 32px;
  background: url(../img/page-bg.png) left bottom no-repeat;
  background-size: 48.8vw 36.3vw;
}
.privacy p {
  margin-bottom: 8px;
}
.privacy p.date {
  text-align: right;
  color: #888888;
}
.privacy strong {
  margin: 40px auto 8px auto;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}
.privacy ul.number li {
  list-style: decimal;
  margin-left: 45px;
}
.privacy ul.no li {
  list-style: none;
  margin-left: 45px;
}
.privacy ul li {
  list-style: disc;
  margin-left: 30px;
}
.privacy ul li a {
  color: #2F2F2F;
}
.privacy ul li a:hover {
  text-decoration: underline;
}

.service-list {
  padding: 0 120px;
}
.service-list > div {
  margin-top: 40px;
  padding: 60px 6.3vw;
  background: url(../img/service/right-light-bg.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.service-list > div.ball1:after {
  content: "";
  display: block;
  width: 1.3vw;
  height: 5.7vw;
  background: url(../img/ball-icon.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 6%;
  top: 14px;
}
.service-list > div.ball2:after {
  content: "";
  display: block;
  width: 1.3vw;
  height: 5.7vw;
  background: url(../img/ball-icon.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.5%;
  bottom: 14px;
}
.service-list > div.ball3:after {
  content: "";
  display: block;
  width: 1.3vw;
  height: 5.7vw;
  background: url(../img/ball-icon.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.5%;
  top: -14px;
}
.service-list > div:nth-of-type(2n) {
  background: url(../img/service/left-light-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-list > div:nth-of-type(2n) .title {
  margin-left: 4%;
  margin-right: 0;
}
.service-list > div:last-of-type {
  margin-bottom: 40px;
}
.service-list > div.no {
  background: none;
  border-bottom: 1px solid #5FE164;
  background-size: 100% 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-list > div.no:last-of-type {
  border: 0;
}
.service-list > div.no:nth-of-type(2n) {
  background-size: 100% 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.service-list > div.no .title title {
  white-space: normal;
}
.service-list > div .title {
  width: 48%;
  margin-right: 4%;
}
.service-list > div .title i {
  font-family: "Roboto", sans-serif !important;
  display: block;
  font-size: 100px;
  font-weight: 500;
  line-height: 117px;
  color: #5FE164;
  font-style: normal;
  margin-bottom: 8px;
}
.service-list > div .title title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.service-list > div .title b {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #3D9E4E;
  margin-bottom: 40px;
}
.service-list > div .title p {
  font-size: 20px;
  line-height: 36px;
}
.service-list > div .title a {
  margin-top: 40px;
}
.service-list > div .img {
  display: block;
  width: 48%;
}

.point-list {
  padding: 65px 120px 75px 120px;
  text-align: center;
  background: url(../img/service/point-bg-right.png) right top no-repeat, url(../img/service/point-bg-left.png) left bottom no-repeat;
  background-size: 50% 50%;
  margin: -40px 0 30px 0;
}
.point-list.nobg {
  background: none;
}
.point-list title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 40px;
}
.point-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point-list ul li {
  list-style: none;
  width: 100%;
  margin: 0 3.3vw;
}
.point-list ul li img {
  display: block;
  max-width: 176px;
  margin: 0px auto 32px auto;
}
.point-list ul li strong {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 4px;
}
.point-list ul li b {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #3D9E4E;
}
.point-list ul li p {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.tabs-list {
  background: url(../img/service/point-bg-right.png) right top no-repeat, url(../img/service/point-bg-left.png) left bottom no-repeat;
  background-size: 50% 30%;
  width: 100%;
  padding: 0 120px;
  text-align: center;
  margin: -45px auto 40px auto;
}
.tabs-list > div {
  padding: 100px 0 150px 0;
  border-top: 1px solid #5FE164;
  border-bottom: 1px solid #5FE164;
}
.tabs-list > div > title {
  display: block;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tabs-list > div > b {
  display: block;
  margin: 40px 0 20px 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.tabs-list > div > p {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
.tabs-list > div ul {
  margin-bottom: 40px;
}
.tabs-list > div ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
.tabs-list > div ul li a {
  display: block;
  font-size: 24px;
  line-height: 51px;
  background: transparent;
  border-radius: 24px;
  color: #999999;
  font-weight: 500;
  padding: 0 16px;
  margin: 0 17px;
}
.tabs-list > div ul li.ui-tabs-active a {
  background: #5FE164;
  color: #0A0F0A;
}
.tabs-list > div .box {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #5FE164;
  border-radius: 12px;
  padding: 2.4vw 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.tabs-list > div .box img {
  display: block;
  width: 14.6vw;
  margin-right: 3vw;
}
.tabs-list > div .box .title {
  width: 100%;
  text-align: left;
}
.tabs-list > div .box .title strong {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 2vw;
}
.tabs-list > div .box .title p {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.contact {
  padding: 120px 120px 50px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/service/point-bg-left.png) left bottom no-repeat;
  background-size: 50% 50%;
}
.contact .left {
  width: 36%;
  margin-right: 6%;
}
.contact .left h1 {
  font-size: 3.3vw;
  line-height: 3.9vw;
  font-weight: 700;
  margin-bottom: 0.8vw;
  white-space: nowrap;
}
.contact .left h2 {
  display: inline-block;
  background: #5FE164;
  padding: 0 24px;
  line-height: 3.5vw;
  border-radius: 0px 20px 0 20px;
  font-size: 1.8vw;
  font-weight: 700;
  margin-bottom: 2vw;
}
.contact .left small {
  display: block;
  font-size: 1.2vw;
  line-height: 1.7vw;
  font-weight: 500;
  margin-bottom: 3.9vw;
}
.contact .left img {
  display: block;
  width: 61.8%;
}
.contact .right {
  width: 58%;
  overflow: visible;
  position: relative;
}
.contact .right:before {
  content: "";
  display: block;
  position: absolute;
  left: -10vw;
  top: 23.4vw;
  width: 9vw;
  height: 5.2vw;
  background: url(../img/contact-line.png) no-repeat;
  background-size: 100% 100%;
}
.contact .right form {
  padding: 2vw 3.9vw;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px rgba(95, 225, 100, 0.2);
          box-shadow: 0px 0px 40px rgba(95, 225, 100, 0.2);
  border-radius: 20px;
}
.contact .right form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 40px 0;
  position: relative;
}
.contact .right form fieldset .title {
  display: block;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  padding-right: 35px;
  width: 100%;
  position: relative;
}
.contact .right form fieldset .title span.error {
  display: block;
  color: #5FE164;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  margin: auto !important;
  font-weight: 400;
}
.contact .right form fieldset label {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 13px);
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin-top: 12px;
  margin-right: 20px;
}
.contact .right form fieldset label:nth-of-type(2n) {
  margin-right: 0;
}
.contact .right form fieldset label input.txt {
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 24px;
  font-size: 20px;
  border: 1px solid #C9CACA;
  border-radius: 8px;
  margin-top: 8px;
  font-weight: 400;
}
.contact .right form fieldset label textarea {
  display: block;
  width: 100%;
  height: 255px;
  padding: 20px 24px;
  font-size: 20px;
  border: 1px solid #C9CACA;
  border-radius: 8px;
  margin-top: 8px;
  font-weight: 400;
}
.contact .right form fieldset label.full {
  width: 100%;
  display: block;
  margin: 0;
}
.contact .right form fieldset label.check, .contact .right form fieldset label.radio {
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}
.contact .right form fieldset label.check input, .contact .right form fieldset label.radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.contact .right form fieldset label.check span, .contact .right form fieldset label.radio span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 32px);
}
.contact .right form fieldset label.check i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 5px 8px 0 0;
  background: url(../img/checkbox_default.png) no-repeat;
  background-size: 100% 100%;
}
.contact .right form fieldset label.check input:checked + i,
.contact .right form fieldset label.check input:checked + label + i {
  background: url(../img/checkbox_active.png) no-repeat;
  background-size: 100% 100%;
}
.contact .right form fieldset label.radio i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 5px 8px 0 0;
  background: url(../img/radio_default.png) no-repeat;
  background-size: 100% 100%;
}
.contact .right form fieldset label.radio input:checked + i,
.contact .right form fieldset label.radio input:checked + label + i {
  background: url(../img/radio_active.png) no-repeat;
  background-size: 100% 100%;
}
.contact .right form fieldset label label.error {
  display: none !important;
}

.uiux-two {
  padding: 50px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.uiux-two > div {
  width: 50%;
  border-right: 1px solid #5FE164;
  padding: 2.9vw 2vw;
  position: relative;
}
.uiux-two > div:last-of-type {
  border: 0;
}
.uiux-two > div:last-of-type:after {
  content: "";
  display: block;
  width: 1.2vw;
  height: 4vw;
  position: absolute;
  right: -1.3vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ball-icon.png) center no-repeat;
  background-size: contain;
}
.uiux-two > div img {
  display: block;
  width: 60%;
  margin: 0 auto 20px auto;
}
.uiux-two > div strong {
  display: block;
  font-size: 1.8vw;
  line-height: 2.5vw;
  font-weight: 700;
  margin-bottom: 16px;
}
.uiux-two > div p {
  font-size: 1vw;
  line-height: 1.8vw;
  text-align: center;
}

.uiux-three {
  padding: 50px 120px 70px 120px;
}
.uiux-three > title {
  display: block;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.uiux-three .flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  border-bottom: 1px solid #5FE164;
  position: relative;
}
.uiux-three .flex > div:first-of-type:before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 4vw;
  position: absolute;
  left: -3vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ball-icon.png) center no-repeat;
  background-size: contain;
}
.uiux-three .flex > div:last-of-type {
  border: 0;
}
.uiux-three .flex > div:nth-of-type(2n) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.uiux-three .flex > div img {
  display: block;
  width: 24.5%;
  margin: 0 1.25%;
}
.uiux-three .flex > div p {
  width: 73%;
  position: relative;
  padding-left: 134px;
}
.uiux-three .flex > div p i {
  display: block;
  font-size: 100px;
  line-height: 117px;
  height: 117px;
  font-weight: 500;
  color: #5FE164;
  font-family: "Roboto", sans-serif !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-style: normal;
}
.uiux-three .flex > div p b {
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 12px;
}
.uiux-three .flex > div p small {
  display: block;
  font-size: 20px;
  line-height: 32px;
}

.uiux-five {
  padding: 140px 120px 100px 120px;
  text-align: center;
  margin-bottom: 40px;
  background: url(../img/service/point-bg-right.png) right top no-repeat, url(../img/service/point-bg-left.png) left bottom no-repeat;
  background-size: 50% 50%;
}
.uiux-five > title {
  display: block;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.uiux-five > p {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}
.uiux-five .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.uiux-five .flex:after {
  content: "";
  display: block;
  width: 85%;
  height: 1.5px;
  background: url(../img/service/uiux-line.png) center repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 128px;
  margin: auto;
  z-index: 0;
}
.uiux-five .flex li {
  list-style: none;
  width: calc(20% - 20px);
  margin: 40px 10px 0 10px;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.uiux-five .flex li:first-of-type .img:before {
  display: none;
}
.uiux-five .flex li .img {
  width: 176px;
  margin: 0 auto 32px auto;
  background: #fff;
  position: relative;
  overflow: visible;
}
.uiux-five .flex li .img:before {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/service/uiux-arrow.png) center repeat-x;
  background-size: 100% 100%;
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.uiux-five .flex li .img img {
  display: block;
  width: 100%;
}
.uiux-five .flex li strong {
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 12px;
}
.uiux-five .flex li small {
  display: block;
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 1480px) {
  .kv .slogan {
    left: 4.6vw;
    width: 66.3vw;
  }
  .kv .uwow {
    right: -1.8vw;
    width: 11.1vw;
  }
  .kv .star {
    right: 7.7vw;
  }
  .kv .word {
    top: 62svh;
    right: 2vw;
    width: 32.1vw;
  }
  .kv .txt {
    bottom: 5svh;
  }
  .kv .ball {
    width: 1.3vw;
  }
  .kv .ball1 {
    left: 4.7vw;
  }
  .kv .ball2 {
    right: 6.7vw;
  }
  .kv .go {
    width: 100px;
    height: 100px;
    left: 1.2vw;
  }
  .people .slider .item img {
    width: 85%;
  }
  .important .fix-img {
    width: 25vw;
    height: 25vw;
  }
  .important .three .info {
    padding-top: 12svh;
  }
  .important .three .info .img {
    width: 25vw;
  }
  .important .three .info div {
    width: 65vw;
  }
}
@media screen and (max-width: 1400px) {
  body.home {
    background: url(../img/section-bg.jpg) bottom no-repeat;
    background-size: 100% calc(100svh - 55px);
  }
  .mobile,
.desktop {
    display: none;
  }
  .pad {
    display: block;
  }
  header .header {
    width: 100%;
  }
  header .logo {
    width: 84px;
    margin: 12px;
  }
  header .menu {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #5FE164;
    width: 52px;
    height: 52px;
    cursor: pointer;
  }
  header .hamburger-menu {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  header .bar-top,
header .bar-middle,
header .bar-bottom {
    height: 3px;
    background: #000000;
    border-radius: 5px;
    margin: 6px 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .hamburger-menu.active {
    right: -5px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  header .hamburger-menu.active .bar-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hamburger-menu.active .bar-middle {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
  header .hamburger-menu.active .bar-bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .mobile-menu {
    position: fixed;
    top: 59px;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: url(../img/bg-p.png) #000 center no-repeat;
    background-size: cover;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 999;
  }
  header .mobile-menu.active {
    height: calc(100% - 59px);
  }
  header .mobile-menu .lg {
    display: block;
    width: 193px;
    margin: 0 auto;
    background: #000;
    padding: 12px 24px;
  }
  header .mobile-menu .lg2 {
    margin-top: 60px;
  }
  header .mobile-menu .lg b {
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #FFFFFF;
  }
  header .mobile-menu .lg i {
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #5FE164;
    font-style: normal;
  }
  header .mobile-menu .sm {
    margin-top: 12px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 29px;
  }
  header .mobile-menu .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    display: block !important;
  }
  header .mobile-menu .icon a {
    width: 64px;
    margin: 12px;
    display: inline-block;
  }
  header .mobile-menu .copyright {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
  }
  footer {
    padding-top: 58px;
  }
  footer .top {
    padding: 60px 60px 50px 60px;
  }
  footer .top title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  footer .top b {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  footer .top b i {
    display: block;
    margin: 4px 0 0 0;
    width: 212px;
  }
  footer .top p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  footer .top a {
    line-height: 62px;
    font-size: 15px;
  }
  footer .top a span {
    padding: 0 55px 0 0;
  }
  footer .top a img {
    width: 40px;
  }
  footer .marquee {
    padding: 20px 0;
  }
  footer .marquee img {
    margin-left: 20px;
    height: 48px;
  }
  footer .marquee > div {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
  footer .bottom {
    display: block;
    padding: 60px 60px 0 60px;
  }
  footer .bottom .form {
    padding-bottom: 12px;
  }
  footer .bottom .form .logo {
    margin-bottom: 32px;
  }
  footer .bottom .form title {
    font-size: 15px;
    line-height: 28px;
  }
  footer .bottom .form form {
    width: 100%;
  }
  footer .bottom .form form input {
    width: calc(100% - 79px);
    height: 40px;
    padding: 0 16px;
  }
  footer .bottom .form form button {
    height: 40px;
  }
  footer .bottom .link {
    padding-left: 0;
    margin-top: 20px;
  }
  footer .bottom .link title {
    font-size: 20px;
    line-height: 52px;
    padding-bottom: 0;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    cursor: pointer;
  }
  footer .bottom .link:not(:last-of-type) title:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/add-icon.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .bottom .link:not(:last-of-type) title.active:after {
    background: url(../img/minus-icon.png) center no-repeat;
    background-size: 100% auto;
  }
  footer .bottom .link:not(:last-of-type) > div {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  footer .bottom .link title.active + div {
    max-height: 100svh;
  }
  footer .bottom .link ul {
    display: block;
    margin-right: 0;
  }
  footer .bottom .link ul li a {
    font-size: 16px;
    padding-top: 8px;
  }
  footer .copyright {
    font-size: 16px;
    display: block;
    padding: 20px 60px 30px 60px;
  }
  footer .copyright span {
    display: block;
  }
  footer .copyright span:last-of-type {
    text-align: left;
    margin-top: 32px;
  }
  #green-bg {
    top: calc(2.9svh + 54px);
  }
  .kv-wrapper {
    width: calc(100% - 100px);
  }
  .important .fix-img {
    right: 120px;
    width: 30vw;
    height: 30vw;
  }
  .important .three .info .img {
    width: 30vw;
    margin-right: 2vw;
  }
  .important .three .info div {
    width: 68vw;
  }
  #banner {
    padding: 55px 60px 0 60px;
  }
  #banner.white > div {
    padding: 60px 0 65px 0;
  }
  #banner > div {
    padding: 125px 0 200px 0;
  }
  #banner > div .left h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  #banner > div .left h2 {
    line-height: 36px;
    padding: 8px 16px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  #banner > div .left small {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .privacy {
    padding: 0 60px 60px 60px;
    background: url(../img/page-bg.png) left bottom no-repeat;
    background-size: 36.2vw 26.9vw;
  }
  .service-list {
    padding: 0 60px;
  }
  .service-list > div {
    margin-top: 60px;
    padding: 60px 20px;
  }
  .service-list > div.ball1:after, .service-list > div.ball2:after, .service-list > div.ball3:after {
    display: none;
  }
  .service-list > div:last-of-type {
    margin-bottom: 60px;
  }
  .service-list > div .title i {
    font-size: 48px;
    line-height: 48px;
  }
  .service-list > div .title title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
    white-space: normal;
  }
  .service-list > div .title b {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .service-list > div .title p {
    line-height: 28px;
  }
  .service-list > div .title a {
    margin-top: 20px;
  }
  .point-list {
    padding: 60px;
    margin: -60px 0 60px 0;
  }
  .point-list title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .point-list ul li {
    margin: 0 2.5vw;
  }
  .point-list ul li img {
    margin: 0px auto 12px auto;
  }
  .point-list ul li strong {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 8px;
  }
  .point-list ul li b {
    line-height: 28px;
    margin-bottom: 8px;
  }
  .point-list ul li p {
    line-height: 28px;
  }
  .tabs-list {
    padding: 0 60px;
    margin: -60px auto 60px auto;
  }
  .tabs-list > div {
    padding: 60px 0;
  }
  .tabs-list > div > title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .tabs-list > div > b {
    margin: 40px 0 12px 0;
    line-height: 40px;
  }
  .tabs-list > div > p {
    font-size: 20px;
    line-height: 28px;
  }
  .tabs-list > div ul {
    margin: -20px 0 40px 0;
  }
  .tabs-list > div ul li a {
    font-size: 20px;
    margin: 0;
  }
  .tabs-list > div .box {
    width: 100%;
    padding: 20px 40px;
  }
  .tabs-list > div .box .title strong {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .tabs-list > div .box .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact {
    padding: 120px 60px 50px 60px;
  }
  .contact .left h1 {
    white-space: normal;
  }
  .uiux-two {
    padding: 60px;
  }
  .uiux-three {
    padding: 60px;
  }
  .uiux-three > title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .uiux-three .flex > div {
    padding: 40px 0;
  }
  .uiux-five {
    padding: 40px 60px;
    margin-bottom: 40px;
    background: url(../img/service/point-bg-right.png) right top no-repeat, url(../img/service/point-bg-left.png) left bottom no-repeat;
    background-size: 50% 50%;
  }
  .uiux-five > title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .uiux-five > p {
    font-size: 22px;
    line-height: 36px;
  }
  .uiux-five .flex:after {
    top: calc(6vw + 40px);
  }
  .uiux-five .flex li .img {
    width: 12vw;
  }
}
@media screen and (max-width: 1020px) {
  .kv-wrapper {
    width: 100%;
  }
  #home-bg .bg {
    height: calc(100svh - 54px);
    top: 54px;
  }
  .kv {
    overflow: hidden;
  }
  .kv .slogan {
    top: 12svh;
    left: 0;
    right: 0;
    margin: auto;
    width: 84.4%;
  }
  .kv .uwow {
    top: 36svh;
    right: 8.3vw;
    width: 15.6vw;
  }
  .kv .star {
    top: 48svh;
    right: 62.4vw;
    width: 50px;
  }
  .kv .word {
    top: 55svh;
    right: 7.8vw;
    width: 55.7vw;
  }
  .kv .txt {
    bottom: auto;
    top: 72svh;
    width: 84.4vw;
    padding: 3.5vw;
    font-size: 3vw;
    line-height: 4.5vw;
    border-radius: 25px 25px 0px 0px;
  }
  .kv .ball {
    width: 2.6vw;
  }
  .kv .ball1 {
    left: 60.4vw;
    top: 43svh;
  }
  .kv .ball2 {
    right: auto;
    left: 18vw;
    top: 60svh;
  }
  .kv .go {
    width: 8.9vw;
    height: 8.9vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5svh;
  }
  #green-bg.right-bottom {
    top: 70.2svh;
  }
  #green-bg.left-bottom {
    top: 70.2svh;
  }
  #green-bg.left-top {
    top: calc(2.9svh + 54px);
  }
  #section1,
#section3,
#section4 {
    padding: 60px;
  }
  .h2-title h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .h2-title strong {
    font-size: 32px;
    line-height: 42px;
  }
  .h2-title p {
    line-height: 28px;
    margin-top: 24px;
  }
  .people .slider .item {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  .people .slider .item strong {
    margin-top: -32px;
    padding: 7px 0;
  }
  .people .slider .item strong span {
    font-size: 15px;
    line-height: 25px;
  }
  .people .slider .item strong small {
    font-size: 13px;
    line-height: 22px;
  }
  .people .slider .slick-prev {
    width: 44px;
    height: 28px;
  }
  .people .slider .slick-next {
    width: 44px;
    height: 28px;
  }
  .important .h2-title {
    left: 60px;
    position: relative;
    margin-bottom: 60px;
  }
  .important .fix-img {
    display: none;
  }
  .important .three .info {
    padding: 60px;
    display: block;
  }
  .important .three .info img.img {
    display: none !important;
  }
  .important .three .info .img {
    opacity: 1;
    width: 100%;
    max-width: 300px;
    margin: 85px auto 0 auto;
    aspect-ratio: 1/1;
  }
  .important .three .info div {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
  }
  .important .three .info div i {
    width: 64px;
    margin-right: 8px;
    font-size: 56px;
    line-height: 78px;
  }
  .important .three .info div p span {
    width: 100%;
    line-height: 28px;
  }
  .important .three .info div p span b {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }
  .btn-button {
    line-height: 62px;
    font-size: 15px;
  }
  .btn-button span {
    padding: 0 55px 0 0;
  }
  .btn-button img {
    width: 40px;
  }
  .service .flex {
    margin-top: 40px;
    display: block;
  }
  .service .flex > div {
    width: 100%;
  }
  .service .flex > div:first-of-type {
    border-right: 0;
  }
  .service .flex .img {
    width: 286px;
  }
  .service .flex title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .service .flex p {
    line-height: 28px;
    margin-bottom: 32px;
  }
  .service .flex .slick-prev,
.service .flex .slick-next {
    display: none !important;
  }
  .service .flex .slick-dots {
    margin-top: 25px;
    text-align: center;
  }
  .service .flex .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 8px;
    margin: 0 6px;
    cursor: pointer;
  }
  .service .flex .slick-dots li button {
    display: none;
  }
  .service .flex .slick-dots li.slick-active {
    background: #5FE164;
  }
  .trust .icon {
    margin-top: 40px;
    display: block;
  }
  .trust .icon li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px 10px;
  }
  .trust .icon li strong {
    font-size: 48px;
    line-height: 70px;
  }
  .trust .icon li img {
    margin: 0 auto 10px auto;
    width: 77px;
  }
  .trust .icon li small {
    font-size: 22px;
  }
  #banner {
    background: url(../img/service/bg-p.png) #000 top center no-repeat;
    background-size: 100% 100%;
  }
  #banner.white > div img {
    width: 305px;
  }
  #banner > div .left {
    width: 100%;
  }
  #banner > div .left small {
    max-width: none;
  }
  #banner > div img {
    width: 100%;
    position: relative;
  }
  .service-list > div {
    display: block;
  }
  .service-list > div:nth-of-type(2n) .title {
    margin-left: 0;
  }
  .service-list > div .title {
    width: 100%;
    margin-right: 0;
  }
  .service-list > div .img {
    width: 478px;
    margin: 20px auto 0 auto;
  }
  .service-list > div.no {
    text-align: center;
  }
  .service-list > div.no .title p {
    text-align: center;
  }
  .service-list > div.no .img {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .point-list ul {
    display: block;
  }
  .point-list ul li {
    margin: 0 auto 40px auto;
  }
  .point-list ul li img {
    max-width: 200px;
  }
  .point-list ul li:last-of-type {
    margin-bottom: 0;
  }
  .tabs-list > div .box {
    display: block;
  }
  .tabs-list > div .box img {
    width: 160px;
    margin: 0px auto 20px auto;
  }
  .contact {
    padding: 120px 60px 520px 60px;
    display: block;
    position: relative;
    background: url(../img/service/point-bg-left.png) left bottom no-repeat;
    background-size: 100vw 100vw;
  }
  .contact .left {
    width: 100%;
    margin-right: 0;
    padding-bottom: 100px;
  }
  .contact .left h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .contact .left h2 {
    padding: 0 16px;
    line-height: 60px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .contact .left small {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .contact .left img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100px;
    width: 360px;
  }
  .contact .right {
    width: 100%;
  }
  .contact .right:before {
    left: 119px;
    top: -72px;
    width: 80px;
    height: 44px;
  }
  .contact .right form {
    padding: 25px 20px;
  }
  .contact .right form fieldset {
    margin: 0 0 25px 0;
  }
  .contact .right form fieldset .title {
    font-size: 28px;
    line-height: 36px;
  }
  .contact .right form fieldset label {
    display: block;
    width: calc(100% - 40px) !important;
    font-size: 22px;
    line-height: 36px;
    margin: 16px auto 0 auto !important;
  }
  .contact .right form fieldset label input.txt {
    height: 52px;
    padding: 0 20px;
  }
  .contact .right form fieldset label textarea {
    padding: 12px 20px;
  }
  .contact .right form fieldset label.check, .contact .right form fieldset label.radio {
    line-height: 28px;
  }
  .contact .right form fieldset label.check i, .contact .right form fieldset label.radio i {
    margin-top: 0;
  }
  .uiux-two {
    display: block;
  }
  .uiux-two > div {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #5FE164;
    padding: 75px 0;
  }
  .uiux-two > div:last-of-type {
    border: 0;
  }
  .uiux-two > div:last-of-type:after {
    display: none;
  }
  .uiux-two > div img {
    width: 74%;
    margin: 0 auto 60px auto;
  }
  .uiux-two > div strong {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .uiux-two > div p {
    font-size: 20px;
    line-height: 28px;
  }
  .uiux-three .flex > div {
    display: block;
    padding: 0 0 40px 0;
  }
  .uiux-three .flex > div:first-of-type:before {
    display: none;
  }
  .uiux-three .flex > div img {
    width: 37%;
    margin: 0 auto;
  }
  .uiux-three .flex > div p {
    width: 100%;
    padding-left: 72px;
  }
  .uiux-three .flex > div p i {
    font-size: 52px;
    line-height: 61px;
    height: 61px;
  }
  .uiux-three .flex > div p b {
    font-size: 22px;
    line-height: 36px;
  }
  .uiux-three .flex > div p small {
    line-height: 28px;
  }
  .uiux-five {
    background: url(../img/service/point-bg-right.png) right top no-repeat, url(../img/service/point-bg-left.png) left bottom no-repeat;
    background-size: 30% 30%;
  }
  .uiux-five .flex {
    display: block;
  }
  .uiux-five .flex:after {
    display: none;
  }
  .uiux-five .flex li {
    width: 160px;
    margin: 35px auto 0 auto;
  }
  .uiux-five .flex li .img {
    width: 100%;
    margin: 0 auto 12px auto;
  }
  .uiux-five .flex li .img:before {
    display: none;
  }
  .uiux-five .flex li strong {
    font-size: 22px;
    line-height: 36px;
  }
  .uiux-five .flex li small {
    line-height: 28px;
  }
}
@media screen and (max-width: 765px) {
  body.home {
    background: url(../img/section-bg-mb.jpg) bottom no-repeat;
    background-size: 100% calc(100svh - 55px);
  }
  .pad,
.desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  header .mobile-menu {
    background: url(../img/bg-m.png) #000 center no-repeat;
    background-size: cover;
  }
  header .mobile-menu .lg {
    width: 162px;
  }
  header .mobile-menu .lg b {
    font-size: 32px;
  }
  header .mobile-menu .lg i {
    font-size: 28px;
  }
  header .mobile-menu .sm {
    font-size: 16px;
    line-height: 23px;
  }
  header .mobile-menu .icon {
    margin-top: 14px;
  }
  header .mobile-menu .icon a {
    width: 52px;
    margin: 14px;
  }
  header .mobile-menu .copyright {
    bottom: 30px;
    font-size: 16px;
  }
  footer .top {
    padding: 46px 20px 48px 20px;
  }
  footer .top title {
    font-size: 32px;
  }
  footer .top b {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  footer .top b i {
    width: 185px;
  }
  footer .top p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  footer .top a {
    line-height: 60px;
    font-size: 14px;
  }
  footer .bottom {
    padding: 48px 20px 0 20px;
  }
  footer .bottom .form title {
    white-space: normal;
  }
  footer .bottom .link title {
    font-size: 18px;
  }
  footer .bottom .link ul li a {
    font-size: 14px;
  }
  footer .copyright {
    font-size: 14px;
    padding: 20px 20px 30px 20px;
  }
  .kv .slogan {
    top: 12.3svh;
    width: 100%;
  }
  .kv .uwow {
    top: 33.8svh;
    right: 5vw;
    width: 30vw;
  }
  .kv .star {
    top: 47svh;
    right: 35vw;
  }
  .kv .word {
    top: 57.2svh;
    right: 4.3vw;
    width: 57.9vw;
  }
  .kv .txt {
    top: 72.3svh;
    width: 87.7vw;
    padding: 3.2vw;
    font-size: 4vw;
    line-height: 6.4vw;
    border-radius: 12px 12px 0px 0px;
  }
  .kv .ball {
    width: 15px;
  }
  .kv .ball1 {
    left: 19.7vw;
    top: 46.3svh;
  }
  .kv .ball2 {
    display: none;
  }
  .kv .go {
    width: 16vw;
    height: 16vw;
    bottom: 2svh;
  }
  #green-bg {
    right: 0;
  }
  #green-bg.left-bottom {
    right: 65.8vw;
  }
  #green-bg.left-top {
    right: 65.8vw;
  }
  #section1,
#section2,
#section3,
#section4 {
    padding: 0;
    border-top: 55px solid transparent;
  }
  .h2-title h2 {
    font-size: 7.5vw;
    padding: 0 20px;
  }
  .h2-title strong {
    font-size: 6.8vw;
    line-height: 10vw;
    padding: 0 20px;
  }
  .h2-title p {
    font-size: 3.9vw;
    line-height: 5.8vw;
    padding: 0 20px;
    margin-top: 20px;
  }
  .people .slider {
    padding-bottom: 50px;
    margin-top: 20px;
  }
  .people .slider .item {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .people .slider .item img + img {
    display: none;
  }
  .people .slider .item strong {
    margin-top: -20px;
  }
  .people .slider .item strong span {
    font-size: 16px;
  }
  .people .slider .item strong small {
    font-size: 14px;
  }
  .people .slider .item i {
    line-height: 26px;
    padding: 0 8px;
    top: -50px;
    font-size: 14px;
  }
  .important .h2-title {
    left: 0;
    margin-bottom: 30px;
  }
  .important .three .info {
    padding: 10px 0;
  }
  .important .three .info .img {
    max-width: 225px;
    margin: 5px auto 0 auto;
  }
  .important .three .info div {
    max-width: none;
    padding: 0 20px;
  }
  .important .three .info div i {
    width: 60px;
    margin-right: 4px;
    font-size: 52px;
  }
  .important .three .info div p span {
    font-size: 16px;
    line-height: 24px;
  }
  .important .three .info div p span b {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .btn-button {
    line-height: 60px;
    font-size: 14px;
  }
  .service .flex {
    margin-top: 35px;
  }
  .service .flex .img {
    width: 70vw;
  }
  .service .flex title {
    font-size: 24px;
  }
  .service .flex p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .service .flex .slick-dots {
    margin-top: 5px;
    text-align: center;
  }
  .trust .icon {
    margin-top: 8vw;
  }
  .trust .icon li {
    width: calc(50% - 15px);
    max-width: 160px;
    margin: 0 5px 15px 5px;
  }
  .trust .icon li strong {
    font-size: 11vw;
    line-height: 17vw;
  }
  .trust .icon li img {
    margin: 0 auto 5px auto;
    width: 60px;
  }
  .trust .icon li small {
    font-size: 18px;
    line-height: 28px;
  }
  #banner {
    padding: 55px 20px 0 20px;
    background: url(../img/service/bg-m.png) #000 top center no-repeat;
    background-size: 100% 100%;
  }
  #banner.white > div {
    padding: 35px 0 25px 0;
  }
  #banner.white > div img {
    width: 230px;
  }
  #banner > div {
    padding: 35px 0;
  }
  #banner > div .left {
    padding: 5px 0 25px 0;
  }
  #banner > div .left h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  #banner > div .left h2 {
    padding: 8px 15px;
  }
  #banner > div .left small {
    line-height: 24px;
    font-size: 16px;
  }
  .privacy {
    padding: 0 20px 40px 20px;
    font-size: 16px;
    line-height: 24px;
    background: url(../img/page-bg.png) left bottom no-repeat;
    background-size: 100vw 63.5vw;
  }
  .privacy strong {
    font-size: 18px;
    line-height: 28px;
  }
  .service-list {
    padding: 0;
  }
  .service-list > div {
    margin-top: 20px;
    padding: 20px;
  }
  .service-list > div:last-of-type {
    margin-bottom: 20px;
  }
  .service-list > div .title i {
    font-size: 44px;
    margin-bottom: 12px;
  }
  .service-list > div .title title {
    font-size: 28px;
  }
  .service-list > div .title b {
    font-size: 20px;
    line-height: 29px;
  }
  .service-list > div .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .service-list > div .img {
    width: 284px;
  }
  .service-list > div.no .img {
    margin-bottom: 20px;
  }
  .point-list {
    padding: 20px;
    margin: 20px 0;
  }
  .point-list title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .point-list ul li {
    margin-bottom: 20px;
  }
  .point-list ul li img {
    max-width: 136px;
  }
  .point-list ul li strong {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .point-list ul li b {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .point-list ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .tabs-list {
    padding: 0 20px;
    margin: 0px auto 20px auto;
  }
  .tabs-list > div {
    padding: 20px 0;
  }
  .tabs-list > div > title {
    font-size: 28px;
  }
  .tabs-list > div > b {
    margin: 20px 0 12px 0;
    font-size: 24px;
    line-height: 36px;
  }
  .tabs-list > div ul {
    width: 100vw;
    margin: -20px -20px 20px -20px;
    white-space: nowrap;
    overflow: auto;
    padding: 0 20px;
  }
  .tabs-list > div ul::-webkit-scrollbar {
    display: none;
  }
  .tabs-list > div ul li a {
    font-size: 18px;
    line-height: 44px;
  }
  .tabs-list > div .box {
    padding: 20px;
  }
  .tabs-list > div .box img {
    width: 136px;
  }
  .contact {
    padding: 90px 20px 320px 20px;
  }
  .contact .left {
    padding-bottom: 80px;
  }
  .contact .left h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .contact .left h2 {
    padding: 10px 24px;
    line-height: 40px;
  }
  .contact .left small {
    font-size: 16px;
    line-height: 24px;
  }
  .contact .left img {
    width: 240px;
    bottom: 40px;
  }
  .contact .right:before {
    left: 37px;
    top: -64px;
  }
  .contact .right form {
    padding: 20px;
  }
  .contact .right form fieldset {
    margin: 0 0 20px 0;
  }
  .contact .right form fieldset .title span.error {
    font-size: 16px;
  }
  .contact .right form fieldset .title {
    font-size: 24px;
  }
  .contact .right form fieldset label {
    font-size: 18px;
    line-height: 28px;
  }
  .contact .right form fieldset label input.txt {
    height: 48px;
  }
  .contact .right form fieldset label.check, .contact .right form fieldset label.radio {
    line-height: 24px;
  }
  .uiux-two {
    padding: 20px;
  }
  .uiux-two > div {
    padding: 20px 0;
  }
  .uiux-two > div img {
    width: 87%;
    margin: 0 auto 20px auto;
  }
  .uiux-two > div strong {
    font-size: 28px;
  }
  .uiux-two > div p {
    font-size: 16px;
    line-height: 24px;
  }
  .uiux-three {
    padding: 25px 20px;
  }
  .uiux-three > title {
    font-size: 28px;
  }
  .uiux-three .flex > div {
    padding: 20px 0;
  }
  .uiux-three .flex > div img {
    width: 71.6%;
  }
  .uiux-three .flex > div p {
    padding-left: 64px;
  }
  .uiux-three .flex > div p b {
    font-size: 18px;
    line-height: 28px;
  }
  .uiux-three .flex > div p small {
    font-size: 16px;
    line-height: 24px;
  }
  .uiux-five {
    padding: 20px;
    margin-bottom: 20px;
  }
  .uiux-five > title {
    font-size: 28px;
    line-height: 40px;
  }
  .uiux-five > p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .uiux-five .flex li {
    width: 136px;
    margin: 20px auto 0 auto;
  }
  .uiux-five .flex li .img {
    margin: 0 auto 32px auto;
  }
  .uiux-five .flex li strong {
    font-size: 18px;
    line-height: 28px;
  }
  .uiux-five .flex li small {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 380px) {
  .h2-title h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .important .h2-title {
    margin-bottom: 20px;
  }
  .important .three .info .img {
    max-width: 200px;
  }
  .important .three .info div p span {
    font-size: 15px;
  }
  .important .three .info div p span b {
    font-size: 20px;
  }
  .service .flex .img {
    width: 50vw;
  }
  .btn-button {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .trust .icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -5vw;
  }
}
.fp-watermark {
  display: none !important;
}