@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "Noto Serif TC", "Crimson Pro", sans-serif;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

body {
  width: 100%;
  height: auto;
  font-weight: 500;
  overflow-x: hidden;
  background: #f9ffff;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.w1000 {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.w900 {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.header {
  position: absolute;
  height: 76px;
  width: 100%;
  /* background-color: #fff; */
  /* border-bottom: #d72a17 6px solid; */
  z-index: 999;
}

.logo {
  position: absolute;
  top: 25px;
  left: 35px;
}

.footer {
  display: flex;
  width: 100%;
  background: #254a91;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  bottom: 0;
  text-align: center;
  z-index: 99;
}

.footer br {
  display: none;
}

.footer p,
.footer a {
  display: inline-block;
  color: #fff;
  margin-left: 8px;
}

.footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  /* 底線粗細 */
  text-underline-offset: 4px;
  /* 與文字距離 */
  text-decoration-color: #fff;
  /* 底線顏色 */
}

/*內容*/
@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.kv .kv-bg {
  background: url(../img/kv-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  height: 800px;
  position: absolute;
  z-index: -2;
  overflow: hidden;
}
.kv .kv-b3 {
  background: url(../img/kv-b3.png) no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 700px;
  height: 600px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  right: -50px;
  top: -80px;
}
.kv .kv-b4 {
  background: url(../img/kv-b4.png) no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 140px;
  height: 137px;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  right: 60px;
  bottom: 220px;
}
.kv .kv-a1 {
  background: url(../img/kv-a1.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 710px;
  height: 562px;
  position: absolute;
  left: calc(52% + 0px);
  top: calc(14% + 0px);
  z-index: 3;
}
.kv .kv-a1::after {
  content: "";
  background: url(../img/kv-b2.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 77px;
  height: 54px;
  position: absolute;
  left: calc(47% + 0px);
  bottom: calc(28% + 0px);
}
.kv .kv-a1 .kv-star {
  background: url(../img/kv-b1.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 57px;
  height: 60px;
  position: absolute;
  left: calc(50% + 0px);
  top: calc(14% + 0px);
  animation: twinkle 1s infinite;
}
.kv .kv-a1 .kv-star:nth-child(2) {
  left: calc(12% + 0px);
  top: calc(20% + 0px);
  animation-delay: 0.3s;
}
.kv .kv-a2 {
  background: url(../img/kv-a2.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 254px;
  height: 203px;
  position: absolute;
  right: calc(0% + 0px);
  top: calc(0% - 60px);
  animation: fadein 0.7s ease-in;
  transform-origin: left bottom;
}
.kv .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-top: 150px;
  padding-bottom: 160px;
  width: 57%;
}
.kv div h1 {
  background: url(../img/kv-img-title.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 644px;
  height: 123px;
  position: relative;
}
.kv h2 {
  background: url(../img/kv-subtitle.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 466px;
  height: 69px;
  position: relative;
}
.kv h3 {
  background: url(../img/kv-section.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 695px;
  height: 112px;
  position: relative;
}
.kv h3::before {
  content: "";
  background: url(../img/kv-sectionbg.png) no-repeat center;
  background-size: contain;
  width: 100%;
  max-width: 616px;
  height: 247px;
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 40px;
}
.kv .tt1 p {
  color: #22368b;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.kv .tt1 p:nth-child(1) {
  padding-top: 110px;
}
.kv a {
  display: block;
  max-width: 360px;
  width: 100%;
}
.kv .btn {
  background: url(../img/kv-btn1.png) no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 374px;
  height: 115px;
  position: relative;
  top: 60px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.kv .btn img {
  display: inline-block;
  padding-left: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  top: -4px;
  position: relative;
}
.kv .btn:hover {
  background: url(../img/kv-btn2.png) no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 374px;
  height: 115px;
  position: relative;
}

.p2 {
  padding-bottom: 80px;
  overflow: hidden;
}
.p2 h2 {
  font-size: 48px;
  color: #484848;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 700;
}
.p2 h2 span {
  color: #e96a4c;
  display: inline-block;
  position: relative;
  padding-top: 80px;
}
.p2 h2 span::after {
  content: "";
  display: block;
  background: url("../img/p1-b1.png") no-repeat center;
  background-size: cover;
  width: 182px;
  height: 8px;
  margin-top: 1px;
}
.p2 .bg {
  background: url("../img/p2-bg.png") no-repeat center;
  width: 100%;
  max-width: 1115px;
  height: 494px;
  position: absolute;
  margin: 0 auto;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 130px;
}
.p2 .container {
  display: flex;
  gap: 120px;
  align-items: center;
  justify-content: center;
}
.p2 .box3 {
  position: absolute;
  background: url("../img/p2-b1.png") no-repeat;
  width: 100%;
  max-width: 144px;
  height: 155px;
  z-index: 5;
  top: 20px;
  margin: 0 auto;
  left: calc(50% - 50px);
}
.p2 .box {
  max-width: 490px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p2 .box .txt {
  background-color: #fff;
  border: 5px solid #d0ebfe;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #2e2e2e;
  position: relative;
  top: 50px;
  left: -80px;
  padding-bottom: 20px;
}
.p2 .box .txt span {
  color: #e96a4c;
  position: relative;
}
.p2 .box .txt span::after {
  content: "";
  display: block;
  background: url("../img/p1-b3.png") no-repeat center;
  background-size: cover;
  width: 133px;
  height: 8px;
  position: absolute;
  left: 0px;
}
.p2 .box .txt::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/p2-b2.png") no-repeat;
  width: 100%;
  max-width: 51px;
  height: 29px;
  z-index: 5;
  bottom: -28px;
  left: calc(50% + 0px);
}
.p2 .box .txt h4 {
  margin: 20px;
  text-align: center;
}
.p2 .box .txt img {
  display: inline-block;
  padding-right: 5px;
  top: 3px;
  position: relative;
  margin: 0 auto;
}
.p2 .box .txt p {
  font-size: 20px;
  color: #484848;
  padding: 0px 50px;
}
.p2 .box .txt h4 br {
  display: none;
}
.p2 .box:first-child span::after {
  left: -10px;
}
.p2 .box img {
  display: block;
  margin: 0 auto !important;
}
.p2 .box2 .txt {
  left: 80px;
}
.p2 .box2 .txt::after {
  content: "";
  background: url("../img/p2-b3.png") no-repeat;
  width: 100%;
}

.p3 {
  background: url("../img/p3-bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  height: 970px;
  padding-bottom: 100px;
}
.p3 h2 {
  font-size: 48px;
  color: #484848;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 120px;
  font-weight: 700;
}
.p3 .container {
  display: flex;
  padding: 70px 20px;
  background: #fdf9eb;
  border-radius: 36px;
  max-width: 1200px;
  margin: 0 auto;
  border: 4px solid #fff;
  position: relative;
}
.p3 .container::after {
  content: "";
  background: url("../img/p3-a4.png") no-repeat;
  width: 100%;
  max-width: 109px;
  height: 107px;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: -150px;
}
.p3 .container::before {
  content: "";
  background: url("../img/p3-a4.png") no-repeat;
  width: 100%;
  max-width: 109px;
  height: 107px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -60px;
}
.p3 .left {
  width: 253px;
  position: absolute;
  flex-shrink: 0;
  top: 190px;
  left: 40px;
  z-index: 2;
}
.p3 .icon {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.p3 .person {
  width: 100%;
  max-width: 256px;
  height: 358px;
  background: url("../img/p3-a3.png") no-repeat;
  z-index: 2;
}
.p3 .person::after {
  content: "";
  background: url("../img/p3-a1.png") no-repeat;
  width: 100%;
  max-width: 109px;
  height: 107px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -60px;
}
.p3 .person::before {
  content: "";
  background: url("../img/p3-a2.png") no-repeat;
  width: 100%;
  max-width: 127px;
  height: 122px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: -120px;
}
.p3 .right {
  width: 900px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.p3 .item {
  display: flex;
  width: 100%;
  max-width: 897px;
}
.p3 .title {
  background: #fff;
  border-radius: 20px 0 0 20px;
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p3 .title h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.p3 .orange h3:first-child,
.p3 .orange h3:last-child {
  color: #ef6b43;
}
.p3 .blue h3 {
  color: #29489d;
}
.p3 .table {
  flex: 1;
  background: #fff;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.p3 .row {
  display: flex;
}
.p3 .row br {
  display: none;
}
.p3 .row + .row {
  border-top: 3px solid #f2d98b;
}
.p3 .row div {
  padding: 14px 10px;
  font-size: 24px;
  font-weight: 400;
  color: #555;
}
.p3 .row div:first-child {
  width: 220px;
  text-align: center;
  border-right: 3px solid #f2d98b;
  border-left: 3px solid #f2d98b;
  flex-shrink: 0;
}
.p3 .row div:last-child {
  flex: 1;
}

.p4 {
  background: #d0ebfe;
  padding-top: 100px;
}
.p4 .container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.p4 .container::after {
  content: "";
  background: url("../img/p4-b4.png") no-repeat;
  width: 100%;
  max-width: 185px;
  height: 122px;
  z-index: 2;
  position: absolute;
  right: -250px;
  bottom: 50px;
}
.p4 .container::before {
  content: "";
  background: url("../img/p4-b4.png") no-repeat;
  width: 100%;
  max-width: 185px;
  height: 122px;
  z-index: 2;
  position: absolute;
  left: -90px;
  top: 120px;
  z-index: -1;
}
.p4 .title {
  text-align: center;
  margin-bottom: 50px;
}
.p4 .tt {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.p4 .title h2 {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  color: #484848;
}
.p4 .title h2 span:first-child {
  color: #f1663c;
  font-size: 80px;
}
.p4 .title h2 span:last-child {
  color: #f1663c !important;
  font-size: 48px;
}
.p4 .title h2 span {
  color: #f1663c;
}
.p4 .title p {
  font-size: 28px;
}
.p4 .title p span {
  color: #1f9cf5;
}
.p4 .title p br, .p4 .tt h2 br {
  display: none;
}
.p4 .browser {
  background: #d8ecfb;
  border: 4px solid #fff;
  border-radius: 28px 28px 0 0;
  border-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.p4 .browser::before {
  content: "";
  width: 100%;
  max-width: 3px;
  height: 300px;
  z-index: 99;
  position: absolute;
  background-color: #fff;
  display: block;
  left: -50px;
  top: 200px;
}
.p4 .browser::after {
  content: "";
  width: 100%;
  max-width: 3px;
  height: 300px;
  z-index: 99;
  position: absolute;
  background-color: #fff;
  display: block;
  right: -50px;
  top: 200px;
}
.p4 .browser-top {
  height: 56px;
  border-bottom: 4px solid #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-right: 28px;
}
.p4 .browser-top span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eef7ff;
}
.p4 .step-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 60px 40px;
}
.p4 .step {
  width: 250px;
  height: 345px;
  background: #fff;
  border-radius: 24px;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p4 .step:not(:first-child)::after {
  content: "";
  background: url("../img/p4-b3.png") no-repeat center/contain;
  width: 100%;
  max-width: 93px;
  height: 15px;
  z-index: 2;
  position: absolute;
  top: 30%;
  left: -20%;
}
.p4 .step:nth-child(1) .icon {
  background: url("../img/p4-icon1.png") no-repeat center/contain;
}
.p4 .step:nth-child(2) .icon {
  background: url("../img/p4-icon2.png") no-repeat center/contain;
}
.p4 .step:nth-child(3) .icon {
  background: url("../img/p4-icon3.png") no-repeat center/contain;
}
.p4 .step:nth-child(4) .icon {
  background: url("../img/p4-icon4.png") no-repeat center/contain;
}
.p4 .step:nth-child(4) br {
  display: non;
}
.p4 .icon {
  width: 100%;
  max-width: 173px;
  height: 162px;
  margin: 0 auto 20px;
}
.p4 .step h3 {
  margin-bottom: 5px;
  font-size: 27px;
  color: #000;
  font-weight: 800;
}
.p4 .step h3 span {
  color: #1f4b9a;
}
.p4 .step p {
  font-size: 20px;
  line-height: 1.2;
  color: #484848;
  text-align: left;
  font-weight: 400;
}
.p4 .step p br {
  display: none;
}
.p4 .arrow {
  width: 40px;
  height: 16px;
  background: url("../img/arrow.png") center/contain no-repeat;
}

.input {
  background: #e0f6f4;
  font-size: 21px;
  padding: 50px 0;
}
.input h2.title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #484848;
  margin-bottom: 36px;
}
.input .form-card {
  border-radius: 50px;
  border: 3px solid #fff;
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 130px 40px;
  position: relative;
}
.input .row {
  display: flex;
  gap: 30px;
  margin-bottom: 22px;
}
.input .field {
  flex: 1;
}
.input .field label {
  display: block;
  color: #555;
  margin-bottom: 15px;
}
.input .field label .req {
  color: #e05a5a;
}
.input .field input[type=text],
.input .field input[type=email],
.input .field input[type=tel] {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  padding: 0 14px;
  outline: none;
  background: #fff;
}
.input .field input:focus {
  border: 2px solid #3fa9c9;
  background: #fff;
}
.input .phone-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input .phone-group input {
  width: 100%;
}
.input .phone-group span {
  color: #999;
}
.input .customer-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  margin-bottom: 22px;
}
.input .customer-row .req {
  color: #e05a5a;
}
.input .customer-row label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
}
.input .field.full label {
  margin-bottom: 8px;
}
.input textarea {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  padding: 12px 14px;
  resize: none;
  outline: none;
  background: #fff;
  font-family: inherit;
}
.input textarea::-moz-placeholder {
  color: #dadada;
}
.input textarea::placeholder {
  color: #dadada;
}
.input textarea:focus {
  border-color: #3fa9c9;
  background: #fff;
}
.input .agree-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #555;
  margin-top: 22px;
}
.input .agree-row a {
  color: #555;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
.input .agree-row a:hover {
  color: #3fa9c9;
  border-bottom: 1px solid #3fa9c9;
}
.input input[type=checkbox] {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  accent-color: #fff;
}
.input .captcha-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: #555;
}
.input .captcha-row input {
  width: 120px;
  height: 38px;
  border-radius: 6px;
  padding: 0 12px;
  outline: none;
}
.input .captcha-img {
  width: 80px;
  height: 36px;
  background: #2b2b2b;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  letter-spacing: 2px;
}
.input .refresh-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #3fa9c9;
  font-size: 24px;
}
.input .note {
  color: #e05a5a;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 5px;
  font-size: 15px;
  text-align: right;
}
.input .submit-wrap {
  text-align: center;
  margin-top: 36px;
}
.input .submit-btn {
  background: url("../img/input-btn1.png") no-repeat center/contain;
  display: inline-block;
  width: 100%;
  max-width: 279px;
  height: 69px;
  line-height: 48px;
  color: #fff;
  letter-spacing: 4px;
  cursor: pointer;
}
.input .submit-btn:hover {
  background: url("../img/input-btn2.png") no-repeat;
}

footer {
  background: #2dabe6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 26px 0;
  letter-spacing: 1px;
}

footer a {
  color: #fff;
  margin: 0 6px;
}

footer br {
  display: none;
}/*# sourceMappingURL=main.css.map */