.home {
  margin: 0px auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  border: solid 1px red;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
main {
  width: 100%;
  margin-top: 60px;
}
.sec1 {
  padding: 50px 0;
  background-image: linear-gradient(#e1efff, #e0fff0);
}
.sec1 .inner {
  display: flex;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
.sec1 .left {
  width: 100%;
  padding-top: 10px;
}
.sec1 .left h2 {
  color: #006aa4;
  font-size: 30px;
}
.sec1 .left h3 {
  font-size: 18px;
  margin: 16px 0;
  color: #006aa4;
}
.sec1 .left p {
  color: #5d6c74;
  line-height: 1.6;
}
.sec1 .left .contact-btn {
  margin-top: 30px;
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #006aa4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 15px;
  font-size: 14px;
  user-select: none;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #0090f7, #ba62fc);
}
.sec1 .left .contact-btn:hover {
  background-color: #40a9ff;
}
.sec1 .right {
  width: 40%;
  display: none;
}
.sec1 .right .container {
  margin: 20px auto;
  width: 160px;
  height: 160px;
}
.sec1 .right .container > span {
  display: inherit;
  width: 120px;
  height: 120px;
  position: relative;
}
.sec1 .right .container > span > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border: 10px solid #006aa4;
  opacity: 0.4;
  border-radius: 100%;
  animation-fill-mode: forwards;
  perspective: 800px;
  animation: react-spinners-RingLoader-right 20s 0s infinite linear;
}
.sec1 .right .container > span > span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border: 10px solid #006aa4;
  opacity: 0.4;
  border-radius: 100%;
  animation-fill-mode: forwards;
  perspective: 800px;
  animation: react-spinners-RingLoader-left 20s 0s infinite linear;
}
.sec1 a {
  display: inline-block;
  margin-top: 20px;
}
.sec1 .blocks {
  display: flex;
}
.sec1 .blocks .block {
  width: calc(100% / 1);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  margin-right: 16px;
}
.sec1 .blocks .block:last-child {
  margin-right: 0;
}
.sec2 {
  padding: 40px 0;
  background: #0b5a85;
}
.sec2 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.sec2 .inner .title {
  color: #02eeff;
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
.sec2 .inner .blocks .block {
  backdrop-filter: blur(15px);
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0px 0px 3px 1px hsla(0, 0%, 100%, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
}
.sec2 .inner .blocks .block:last-child {
  margin-right: 0;
}
.sec2 .inner .blocks .block h3 {
  color: #02eeff;
  text-align: center;
}
.sec2 .inner .blocks .block .question {
  color: #f6c350;
  margin-top: 30px;
  font-size: 14px;
}
.sec2 .inner .blocks .block .answer {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.contact {
  background: radial-gradient(50% 50% at 50% 50%, rgba(235, 141, 17, 0.15) 0, rgba(235, 141, 17, 0) 100%);
}
.contact .inner {
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
}
.contact .inner h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #006aa4;
}
.contact .inner > .desc {
  padding: 0 20px;
  line-height: 2;
  color: #777;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.contact .inner .detail {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.contact .inner .detail .left {
  width: 100%;
  padding: 20px;
  border: solid 1px #bbb;
  margin-bottom: 20px;
  border-radius: 6px;
}
.contact .inner .detail .left .brand {
  color: #02eeff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 240px;
}
.contact .inner .detail .left .item {
  color: #006aa4;
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
}
.contact .inner .detail .left .item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.contact .inner .detail .left .item a {
  color: #006aa4;
  letter-spacing: 1px;
}
.contact .inner .detail .left .item a:hover {
  color: #04c9d7;
  text-decoration: underline;
}
.contact .inner .detail .right {
  width: 100%;
}
.contact .inner .detail .right form {
  text-align: center;
}
.contact .inner .detail .right form > .row {
  display: flex;
  margin-bottom: 20px;
}
.contact .inner .detail .right form > .row .item {
  display: flex;
  flex: 1;
  position: relative;
  margin-right: 20px;
}
.contact .inner .detail .right form > .row .item .star {
  color: red;
  display: flex;
  position: absolute;
  left: 8px;
  top: 14px;
}
.contact .inner .detail .right form > .row .item:last-child {
  margin-right: 0;
}
.contact .inner .detail .right form > .row input {
  flex: 1;
  margin-left: 20px;
  padding: 12px;
  padding-left: 20px;
  border-radius: 6px;
}
.contact .inner .detail .right form > .row input:first-child {
  margin: 0;
}
.contact .inner .detail .right form > .row textarea {
  padding-left: 20px;
  border-radius: 6px;
}
.contact .inner .detail .right form button {
  width: 120px;
  cursor: pointer;
}
.contact .inner .detail .right form button[disabled='disabled'] {
  background-color: #04c9d7;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.contact .inner .detail .right form button:hover {
  background-color: #40a9ff !important;
  border: none;
}
@media (min-width: 1180px) {
  .sec1 .inner,
  .sec2 .inner,
  .contact .inner {
    width: 1120px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1180px) {
  .sec1 .inner {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100%;
  }
  .sec1 .inner .left {
    width: 60%;
  }
  .sec1 .inner .right {
    width: 40%;
    display: block;
  }
}
@media (min-width: 1180px) {
  .sec2 .inner .title {
    display: block;
  }
  .sec2 .inner .blocks {
    display: flex;
  }
  .sec2 .inner .blocks .block {
    margin-right: 20px;
  }
}
@media (min-width: 1180px) {
  .contact .inner .detail {
    flex-direction: row;
  }
  .contact .inner .detail .left {
    width: 30%;
    border-right: none;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .contact .inner .detail .right {
    width: 70%;
    background-color: #f4f5f5;
    padding: 20px 16px;
    border: solid 1px #bbb;
    border-left: none;
  }
  .contact .inner .detail .right form .row .item input,
  .contact .inner .detail .right form .row .item textarea {
    border-radius: 0;
  }
}
@media (min-width: 1920px) {
  .sec1 .inner,
  .sec2 .inner,
  .contact .inner {
    width: 1400px;
  }
}
@keyframes react-spinners-RingLoader-right {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(180deg) rotateY(360deg) rotateZ(360deg);
  }
}
@keyframes react-spinners-RingLoader-left {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(180deg) rotateZ(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
