* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-auto {
  margin: 0 auto;
}

.mt-2 {
  margin-top: 8px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 20px;
}

.mt-16 {
  margin-top: 64px;
}

.mb-4{
  margin-bottom: 16px;
}

.p-10 {
  padding: 40px 0;
}

.p-12 {
  padding: 48px 0;
}

.p-16 {
  padding: 64px 0;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .p-16,
  .p-12 {
    padding: 32px 0;
  }
}
h1 {
  font-size: 56px;
  font-weight: 700;
  color: #0065a3;
  letter-spacing: 0.01em;
  margin: 0;
}

h2 {
  font-size: 24px;
  color: #434343;
  letter-spacing: 0.025em;
  line-height: 1.33em;
  margin-bottom: 1rem;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0.025em;
  color: #00a4ef;
  margin: 0;
  padding: 16px 0;
}

h4 {
  font-size: 28px;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 0.025em;
}

.sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #00497d;
  padding-bottom: 2rem;
}

.col-1 {
  -ms-flex: 0 0 8.333334%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333334%;
  max-width: 8.333334%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333334%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333334%;
  max-width: 33.333334%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

a {
  color: #00a19b;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
p {
  margin: 0;
  letter-spacing: 0.025em;
  line-height: 1.33em;
  font-size: 1rem;
  color: #262626;
}

.tip {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.d-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .m-d-none {
    display: none;
  }
  .m-d-block {
    display: block;
  }
  .m-col-2 {
    -ms-flex: 0 0 16.666667% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }

  .tip{
    text-align: left;
  }
}
.btn {
  width: 100%;
  max-width: 9.375rem;
  height: 3.125rem;
  border-radius: 4px;
  background: #00a19b;
  color: #ffffff;
  text-align: center;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
}

.btn:hover {
  opacity: 0.7;
}

.btn:disabled {
  background: #acacac;
  color: #ffffff;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .btn {
    max-width: 8.75rem;
  }
}
.btnLine {
  width: 100%;
  max-width: 9.375rem;
  height: 3.125rem;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #00a19b;
  color: #00a19b;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnLine:hover {
  opacity: 0.7;
}

.btnLine:disabled {
  background: #acacac;
  color: #ffffff;
  border: none;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .btnLine {
    max-width: 8.75rem;
  }
}
.float_btn .float_action_btn a {
  padding-bottom: 4px;
}
.float_btn .float_action_btn a .break {
  display: block;
}

.kv {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 640px;
  background: #daf3f7;
  overflow: hidden;
}

.kv-section {
  width: 100%;
  height: 600px;
  margin-top: 68px;
}
.kv-section .kv-bg {
  width: 100%;
  height: 100%;
  background: #daf3f7;
  padding-top: 5.5rem;
}
.kv-section .kv-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  background-image: url("../img/kv-clock.svg");
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  height: 100%;
  max-height: 400px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 8;
  padding: 0 20px;
}
.kv-section .kv-title::before {
  content: url(../img/kv-decro.svg);
  width: 54px;
  position: absolute;
  top: -15%;
  display: inline-block;
}
.kv-section .kv-title h1 {
  position: relative;
  font-size: clamp(32px, 2rem + (1vw - 3.2px) * 1.5, 56px);
  min-height: 0vw;
}
.kv-section .kv-title h1::before {
  content: url(../img/kv-n-cash.svg);
  width: 92px;
  height: 102px;
  position: absolute;
  left: -25%;
  top: -100px;
  display: inline-block;
}
.kv-section .kv-title h2 {
  font-size: clamp(20px, 1.25rem + (1vw - 3.2px) * 0.25, 24px);
  min-height: 0vw;
}
.kv-section .dot {
  position: relative;
  margin: 0 auto;
}
.kv-section .dot::before, .kv-section .dot::after {
  content: "";
  width: 360px;
  height: 360px;
  top: 20px;
  left: 37%;
  position: absolute;
  background-color: #f7feff;
  border-radius: 50%;
  -webkit-animation: warn 1s ease-in-out 0s 3;
          animation: warn 1s ease-in-out 0s 3;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.kv-section .kv-circle {
  width: 100%;
  height: auto;
  max-width: 620px;
  background-image: url("../img/kv-circlelight.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv-section .kv-wave {
  width: 100vw;
  height: 640px;
  background-image: url(../img/kv-wave.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  top: 0;
  left: 0;
}
.kv-section .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv-section .chart-group {
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  height: 200px;
  position: absolute;
  top: 350px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 0 40px;
}
.kv-section .chart {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.kv-section .chart div {
  padding: 0;
  height: 40px;
}
.kv-section .chart .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.kv-section .chart .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.kv-section .chart .corner {
  border: 3px dashed #6fc9b8;
  width: 150%;
  position: relative;
  border-radius: 15px;
}
.kv-section .chart .right-bottom {
  left: 10%;
  top: calc(50% - 3px);
}
.kv-section .chart hr {
  border-top: 3px dashed #6fc9b8;
  margin: 0;
  top: 17px;
  position: relative;
  overflow: visible;
  width: 100%;
}
.kv-section .chart .left-bottom {
  left: -10%;
  top: calc(50% - 3px);
}
.kv-section .icon-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.kv-section .icon-group .circle {
  padding: 15px 20px;
  z-index: 2;
}
.kv-section .icon-group .c-right {
  position: relative;
  left: -20%;
}
.kv-section .icon-group .c-left {
  position: relative;
  left: 20%;
}
.kv-section .icon-group img {
  width: 100%;
  max-width: 128px;
  min-width: 96px;
}

@media screen and (max-width: 996px) {
  .kv-section .kv-title {
    width: 360px;
    max-height: 360px;
  }
  .kv-section .kv-wave {
    height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 640px;
  }
  .kv-section {
    height: 640px;
  }
  .kv-section .kv-bg {
    padding-top: 64px;
  }
  .kv-section .kv-title {
    width: 320px;
    max-height: 320px;
  }
  .kv-section .kv-title::before {
    top: -19%;
  }
  .kv-section .kv-title h1::before {
    left: -40%;
  }
  .kv-section .chart-group {
    top: 450px;
  }
  .kv-section .m-col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .kv-section .icon-group img {
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .kv-section {
    margin-top: 34px;
  }
  .kv-section .kv-bg {
    height: 640px;
    padding-top: 100px;
  }
  .kv-section .kv-title {
    max-width: 85%;
  }
  .kv-section .kv-title h1::before {
    left: -50%;
  }
  .kv-section .chart-group {
    bottom: 38%;
    padding: 0 16px;
  }
  .kv-section .icon-group .c-right {
    left: 0;
  }
  .kv-section .icon-group .c-left {
    left: 0;
  }
  .kv-section .icon-group img {
    min-width: 0;
  }
  .kv-section .icon-group .circle {
    padding: 4px;
  }
  .kv-section .chart .right-bottom {
    left: 25%;
  }
  .kv-section .chart .left-bottom {
    left: -25%;
  }
}

/* 台利多多 KV */
.kv {
  height: 570px;
  background: #dff7ff;
}
.kv-section {
  height: 570px;
  margin-top: 68px;
}
.kv-section .kv-bg {
  position: relative;
  height: 100%;
  padding: 0 clamp(64px, 6.5vw, 96px) 48px;
  background: #dff7ff;
  overflow: hidden;
}
.kv-section .kv-bg::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -73px;
  width: 110%;
  height: 145px;
  border-radius: 50% 50% 0 0;
  background: #fff;
  z-index: 3;
}
.kv-section .kv-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: min(1200px, 100%);
  height: 100%;
  margin: 0 auto;
}
.kv-section .kv-title {
  flex: 0 1 390px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  justify-content: center;
  background: none;
  text-align: left;
  color: #4a4a4a;
}
.kv-section .kv-title::before,
.kv-section .kv-title h1::before {
  content: none;
  display: none;
}
.kv-section .kv-title h1 {
  margin: 0 0 22px;
  color: #009b83;
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .06em;
}
.kv-section .kv-title h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.35;
}
.kv-section .kv-title .kv-rate {
  margin: 0 0 22px;
  font-size: clamp(25px, 2.3vw, 38px);
  line-height: 1.25;
}
.kv-section .kv-title .kv-rate strong {
  color: #e85c58;
  font-size: 1.18em;
}
.kv-section .kv-title .kv-period {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}
.kv-section .kv-visual {
  flex: 1 1 650px;
  min-width: 0;
}
.kv-section .kv-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 455px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .kv,
  .kv-section {
    height: 620px;
  }
  .kv-section .kv-bg {
    padding: 28px 20px 60px;
  }
  .kv-section .kv-bg::after {
    bottom: -58px;
    height: 112px;
  }
  .kv-section .kv-content {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  .kv-section .kv-title {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .kv-section .kv-title h1 {
    margin-bottom: 12px;
    font-size: clamp(38px, 11vw, 52px);
  }
  .kv-section .kv-title h2 {
    margin-bottom: 4px;
    font-size: clamp(21px, 6vw, 28px);
  }
  .kv-section .kv-title .kv-rate {
    margin-bottom: 10px;
    font-size: clamp(23px, 6.5vw, 30px);
  }
  .kv-section .kv-title .kv-period {
    font-size: 14px;
  }
  .kv-section .kv-visual {
    flex: 0 1 auto;
    width: min(100%, 560px);
  }
  .kv-section .kv-visual img {
    max-height: 290px;
  }
}

@media screen and (max-width: 576px) {
  .kv-section {
    margin-top: 34px;
  }
  .kv-section .kv-bg {
    height: 600px;
    padding-top: 36px;
    padding-bottom: 54px;
  }
  .kv,
  .kv-section {
    height: 600px;
  }
  .kv-section .kv-title {
    max-width: 100%;
  }
  .kv-section .kv-title .kv-period {
    white-space: normal;
  }
  .kv-section .kv-visual img {
    max-height: 265px;
  }
}

@media screen and (max-width: 360px) {
  .kv,
  .kv-section,
  .kv-section .kv-bg {
    height: 490px;
  }
  .kv-section .kv-bg {
    padding-top: 16px;
    padding-bottom: 34px;
  }
  .kv-section .kv-content {
    gap: 10px;
  }
  .kv-section .kv-title h1 {
    margin-bottom: 8px;
    font-size: 36px;
  }
  .kv-section .kv-title h2 {
    font-size: 20px;
  }
  .kv-section .kv-title .kv-rate {
    margin-bottom: 6px;
    font-size: 22px;
  }
  .kv-section .kv-title .kv-period {
    font-size: 13px;
  }
  .kv-section .kv-visual img {
    max-height: 195px;
  }
}
.apply {
  width: 100%;
  text-align: center;
  padding: 0 40px 50px;
  margin: 0 auto;
}

.apply-section {
  max-width: 1000px;
  margin: 0 auto;
}
.apply-section table {
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  margin: 0 auto;
}
.apply-section table tbody {
  width: 100%;
}
.apply-section table tbody th {
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
  color: #003057;
  background-color: #b5eeff;
  height: 48px;
  border: 2px solid #fff;
}
.apply-section table tbody td {
  font-size: 18px;
  padding: 10px;
  color: #262626;
  background-color: #f4f8fa;
  height: 66px;
  line-height: 1.33em;
  border: 2px solid #fff;
}

.apply-section span{
  color: #00a19b;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .apply {
    padding: 0 20px;
  }
  .apply-section .process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
  .apply-section .process .process-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .apply-section .process .process-content::after {
    width: 100%;
    height: 1px;
  }
  .apply-section .process .process-content:first-child::after {
    content: "";
    display: none;
  }
  .apply-section .process .process-content:last-child::after {
    content: "";
    display: block;
  }
  .apply-section .process .process-content .decro::before, .apply-section .process .process-content .decro::after {
    display: none;
  }
  .apply-section .process .step-title {
    text-align: left;
    min-width: 240px;
    margin-left: 8px;
  }
  .apply-section .process p {
    margin-bottom: 0;
  }
  .apply-section .process .mt-0 {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .apply-section .process .step-title {
    font-size: 16px;
    min-width: 160px;
    margin-right: 10px;
  }
  .apply-section .process .step-title span {
    font-size: 18px;
  }
  .apply-section table tbody th{
    font-size: 16px;
  }
  .apply-section table tbody td{
    font-size: 16px;
  }
}
.step-content {
  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;
}
.step-content .process-wrapper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.step-content .process-wrapper::before {
  content: url(../img/process-cirlce.svg);
  width: 98%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.step-content .process-wrapper .phone-img {
  width: 45%;
  padding-bottom: 40px;
}

@media screen and (max-width: 996px) {
  .step-content .process-wrapper {
    max-height: 540px;
  }
  .step-content .process-wrapper .phone-img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .step-content .process-txt {
    width: 100%;
  }
  .step-content .process-txt ul {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .step-content .process-txt li {
    width: 33.3333333333%;
  }
  .step-content .process-wrapper {
    width: 90%;
    max-height: none;
  }
  .step-content .process-wrapper .phone-img {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .step-content .process-wrapper{
    width: 100%;
  }
  .step-content .process-wrapper .phone-img {
    width: 70%;
  }
}
.step {
  width: 100%;
  height: auto;
}

.process-txt {
  width: 50%;
}
.process-txt #progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 48px;
  margin-top: 60px;
}
.process-txt ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 99;
  position: absolute;
  width: 100%;
  margin-top: -40px;
}
.process-txt li:before {
  content: " ";
  display: block;
  margin: auto;
  /*   width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #92dce5; */
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #92dce5;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.process-txt li.active:before, .process-txt li:hover:before {
  /*   border: solid 2px #ff5061; */
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #00497d;
}
.process-txt li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 40px;
  position: relative;
}
.process-txt li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.process-txt li.active, .process-txt li:hover {
  color: #00497d;
}
.process-txt li:hover:after {
  background: #00497d;
}
.process-txt li.active:after {
  background: #00497d;
}
.process-txt #line {
  width: 80%;
  margin: auto;
  background: #92dce5;
  height: 5px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  -webkit-transition: all ease 0.9s;
  transition: all ease 0.9s;
}
.process-txt #line-progress {
  content: " ";
  width: 0%;
  height: 100%;
  background: #00497d;
  background: -webkit-gradient(linear, left top, right top, from(#00497d), to(#2ea3b7));
  background: linear-gradient(to right, #00497d 0%, #2ea3b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00497d", endColorstr="#2ea3b7",GradientType=1 );
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  -webkit-transition: all ease 0.9s;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  background: #f4f8fa;
  border-radius: 4px;
  -webkit-box-shadow: 15px 14px 22px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 15px 14px 22px -8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.section-content {
  padding: 30px 40px;
  text-align: center;
  text-align: left;
}

.section-content h3 {
  font-size: clamp(20px, 1.25rem + (1vw - 3.2px) * 0.25, 24px);
  text-transform: uppercase;
  color: #00497d;
  letter-spacing: 2px;
  margin-top: 0;
  font-weight: 500;
}

.section-content p {
  font-size: 16px;
  line-height: 1.7em;
  color: #262626;
}

.section-content {
  display: none;
  -webkit-animation: FadeInUp 700ms ease 1;
          animation: FadeInUp 700ms ease 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}
.section-content .text-b {
  color: #28c0fc;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 996px) {
  .section-content {
    padding: 24px;
  }
}
.text-g {
  color: #1cada4;
  font-size: 18px;
  font-weight: 500;
}

.text-d-b {
  color: #0083c9;
  font-size: 18px;
  font-weight: 500;
}

.section-content.active {
  display: block;
}

@-webkit-keyframes FadeInUp {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes FadeInUp {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.process-txt .tip {
  text-align: left;
  margin: 20px 0;
  padding: 0 20px;
}
.process-txt .tip span {
  color: #1cada4;
  font-weight: bold;
}

.discription {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}
.discription .wrapper {
  background-color: #f4f8fa;
  border-radius: 4px;
  padding: 20px;
}
.discription .wrapper .part1 {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}
.discription .wrapper img {
  width: 90%;
}
.discription .wrapper .part1-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-left: 20px;
}
.discription .remind {
  background-color: #fff;
  border: 1px solid #00a4ef;
  border-radius: 4px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .discription .wrapper .part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .discription .wrapper .col-m-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .discription .wrapper .part1-1 {
    margin: 20px 0 0;
  }
}
/* ------------------------------------------ section__4 --------------------------------------------- */
.section__4 {
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 40px;
}

.section__4 .section__4__title {
  color: #CAA126;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 50px 0 10px 0;
}

.section__4 .section__4__title img {
  height: 50px;
  width: 70px;
  padding: 10px;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .section__4 .section__4__title {
    font-size: 24px;
    padding: 30px 0 0;
  }
  .section__4 .section__4__title img {
    height: 30px;
    width: 30px;
  }
}
.section__4 .container_fluid {
  height: 100%;
}

.section__4 .block .box {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  vertical-align: top;
  max-width: 260px;
  margin: 30px 30px 0;
}

.section__4 .block .box h5 {
  color: #CAA126;
  font-size: 20px;
  font-weight: 400;
}

.section__4 .block .box p {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 300;
}

.section__4 .block .box img {
  max-width: 70px;
}

.section__4 .btn_box {
  margin-top: 0px;
}

.section__4 .btn {
  background: #CAA126;
}

.section__4 .btn:hover {
  background: #e2bb24;
}

.mobile {
  display: none;
}

@media (max-width: 500px) {
  .section__4 .block {
    padding-bottom: 20px;
  }
  .section__4 .btn {
    max-width: 280px;
  }
}
@media (max-width: 450px) {
  .mobile {
    display: block;
  }
  .desk {
    display: none;
  }
}
.container_fluid {
  max-width: 1200px;
  margin: 0 auto;
}

#section__5 {
  text-align: center;
}

.word {
  padding: 15px 30px;
}

.word h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #0083c9;
  margin: 0;
}

.word p {
  line-height: 20px;
  margin: 10px 0;
  font-weight: 300;
  color: #8A8A8A;
  font-size: 14px;
}

.row {
  margin: 0 20px 30px;
}

.row h4 {
  margin-bottom: 20px;
}

.item {
  border: 1px solid #0083c9;
  border-radius: 5px;
  overflow: hidden;
}

.item .btn {
  margin: 0 auto;
  padding: 15px 0;
  background: #0083c9;
  color: #fff;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}

.item .btn:hover {
  background: #e2bb24;
}

.promote .container img {
  width: 100%;
  max-width: 1200px;
}
.promote .container .btn {
  margin-right: 48px;
  background-color: #fff;
  color: #5cb7ac;
}

.faq-section {
  color: #00a4ef;
  border: 1px solid #00a4ef;
  border-radius: 4px;
  margin-bottom: 40px;
}

.faq-section .qa-click {
  height: auto;
  cursor: pointer;
  padding: 16px 16px;
  text-align: left;
  font-size: 20px;
}

.faq-section .qa-click img {
  color: #b7acac;
  font-size: 12px;
  margin-top: 5px;
  float: right;
}

.faq-section .arrow {
  position: relative;
}

.faq-section .qa-answer {
  padding: 10px 40px 10px 10px;
  font-size: 16px;
}

.faq-section .qa-answer li {
  color: #1c1c1c;
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
  text-justify: inter-ideograph;
  word-break: normal;
  font-size: 14px;
}

.faq-section .rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.faq-section .rotate-reset {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 768px) {
  .faq,
  .rule {
    padding: 20px 20px 24px;
  }
}
@media screen and (max-width: 576px) {
  .rule-section .qa-click {
    padding: 12px;
  }
  .rule-section .qa-click h3 {
    font-size: 18px;
    font-weight: 400;
  }
  .rule-section .qa-answer ol li {
    font-size: 16px;
    line-height: 1.33em;
  }
}
.popup h3 {
  font-size: 24px;
  font-weight: 700;
  color: #434343;
  line-height: 1.25em;
  padding: 10px 0;
}
.popup h4 {
  font-size: 20px;
  color: #434343;
  line-height: 1.25em;
  margin: 0;
}
.popup h4 span {
  color: #00a19b;
}
.popup p {
  font-size: 14px;
  color: #434343;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 12px;
}
.popup .popup-img {
  width: 100%;
  height: 100%;
  max-width: 220px;
  margin: 10px auto;
}
.popup ul {
  background-color: #F4F8FA;
  border-radius: 8px;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.popup ul li {
  font-size: 16px;
  color: #434343;
  line-height: 1.25em;
  margin: 8px 0;
  margin-left: 16px;
  list-style-image: url(../img/icon_star.svg);
}
.popup .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .btnGroup .btnLine,
.popup .btnGroup .btn {
  margin: 10px;
}
.popup .textLink {
  margin-bottom: 20px;
}
.popup .textLink a {
  color: #00a19b;
  text-decoration: underline;
}
.popup .textLink :hover {
  opacity: 0.7;
}

/* swiper */
* {
  --swiper-pagination-fraction-color: #007a7a;
  --swiper-navigation-color: #00a19b;
  --swiper-navigation-size: 32px;
  --swiper-navigation-top: 50px
  
}


.swiper-button-next{
  right: 15%;
}
.swiper-button-prev{
  left: 15%;
}

@media screen and (max-width: 768px) {
  .swiper-button-next{
    right: 4%;
  }
  .swiper-button-prev{
    left: 4%;
  }
}

@media screen and (max-width: 576px) {
  .swiper-button-next{
    right: 15px;
  }
  .swiper-button-prev{
    left: 15px;
  }
}

* body {
  font-size: 16px;
}

.stage {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dot-pulse {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #00a19b;
  position: relative;
}

@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.75;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.75;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}



/* 讓外層的舞台區塊啟用 Flex 佈局 */
#section__4 .owl-stage {
    display: flex;
}

/* 讓每一個旋轉木馬的項目填滿高度 */
#section__4 .owl-item {
    display: flex;
    flex: 1 0 auto;
}

/* 讓您的卡片內容垂直拉伸，並改為垂直 Flex 排版 */
#section__4 .item {
    display: flex;
    flex-direction: column;
    width: 100%; /* 確保寬度正常 */
    height: 100%; /* 強制填滿等高 */
    background: #fff; /* 可依您的設計調整背景色 */
}

/* 讓文字區塊自動撐開，並把按鈕推到最下方 */
#section__4 .word {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* 自動撐滿剩餘空間 */
}

/* 讓按鈕固定對齊卡片底部 */
#section__4 .word .btn {
    margin-top: auto; 
    align-self: flex-start; /* 保持按鈕原本的靠左或置中，不被拉寬 */
}
