@charset "UTF-8";
#wrap {
  max-width: 100% !important;
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
}

*:lang(zh-hk) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "Arial", "Helvetica Neue", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

*:lang(en) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "Arial", "Helvetica Neue", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

*:lang(zh-cn) {
  font-family: "Microsoft Yahei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#footer .footer_state_area {
  max-width: 1420px;
  margin: 0 auto;
}

.bold {
  font-weight: 600;
}

.green {
  color: #055541;
}

.expand-header {
  cursor: pointer;
}
.expand-header.active span:before, .expand-header.active span:after {
  transform: translateY(-50%) rotate(180deg);
}

.expand-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.expand-content.active {
  max-height: 2000px;
  transition: max-height 1s ease-in-out;
}

#top_banner_area {
  padding: 0;
  max-width: none;
  margin: 0;
}

#top_banner_area .large-12.columns {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/top_banner.png");
  height: 247px;
}
@media (max-width: 767px) {
  #top_banner_area .large-12.columns {
    height: 247px;
    background-size: contain;
    background-image: url("../images/top_banner-m.jpg");
    background-position: center;
  }
}

#top_banner_area {
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(237, 248, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EDF8EF", GradientType=0);
}

#top_banner_area img {
  display: none;
}

span.word-break {
  display: inline-block;
}

.section {
  max-width: 1350px;
  padding: 25px 0;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .section {
    padding: 25px 0;
  }
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 971px) {
  .container {
    padding: 0 30px;
    max-width: 1148px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1350px;
    padding: 0 15px;
  }
}

.leadin {
  padding: 25px 0 40px;
}
@media (min-width: 971px) {
  .leadin {
    padding: 40px 0 60px;
  }
}
.leadin:lang(en) {
  padding-bottom: 25px;
}
@media (min-width: 971px) {
  .leadin:lang(en) {
    padding-bottom: 60px;
  }
}
@media (min-width: 971px) {
  .leadin .container {
    padding: 0 10px;
  }
}
.leadin-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .leadin-container {
    margin-bottom: 30px;
  }
}
.leadin-desc p {
  color: #0c3534;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .leadin-desc p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.leadin-desc p:last-child {
  margin-bottom: 0;
}
.leadin-desc p .larger {
  color: #0f8570;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .leadin-desc p .larger {
    font-size: 28px;
    line-height: 36px;
  }
}

.tab-list-conainer {
  width: 100%;
  padding: 0 0 0;
  position: relative;
}
@media (min-width: 971px) {
  .tab-list-conainer {
    padding: 0;
  }
}
.tab-list-conainer:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 25px;
  background: #ececec;
}
.tab-list-conainer #tab-slider {
  width: 100%;
  overflow: visible;
  padding: 0 15px;
}
@media (min-width: 971px) {
  .tab-list-conainer #tab-slider {
    overflow: hidden;
  }
}
.tab-list-conainer #tab-slider .swiper-wrapper {
  padding: 30px 0px 25px;
  align-items: flex-end;
  overflow: visible;
}
@media (min-width: 971px) {
  .tab-list-conainer #tab-slider .swiper-wrapper {
    padding: 28px 0 25px;
    transform: none !important;
    overflow: hidden;
  }
}
.tab-list-conainer #tab-slider .swiper-wrapper:lang(en) {
  padding: 40px 0px 25px;
}
@media (min-width: 971px) {
  .tab-list-conainer #tab-slider .swiper-wrapper:lang(en) {
    padding: 28px 0 25px;
  }
}
.tab-list-conainer #tab-slider .swiper-button-next,
.tab-list-conainer #tab-slider .swiper-button-prev {
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 50px;
  top: 50%;
  margin-top: -15px;
}
@media (min-width: 971px) {
  .tab-list-conainer #tab-slider .swiper-button-next,
  .tab-list-conainer #tab-slider .swiper-button-prev {
    display: none;
  }
}
.tab-list-conainer #tab-slider .swiper-button-next:lang(en),
.tab-list-conainer #tab-slider .swiper-button-prev:lang(en) {
  margin-top: -7px;
}
.tab-list-conainer #tab-slider .swiper-button-prev {
  transform: rotate(180deg);
  left: 2px;
  right: auto;
}
.tab-list-conainer #tab-slider .swiper-button-next {
  right: 2px;
  left: auto;
}
.tab-list-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.tab-list-item.swiper-slide {
  width: 225px;
  background: #eaf7ec;
  color: #0c3534;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 971px) {
  .tab-list-item.swiper-slide {
    width: 25% !important;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 970px) {
  .tab-list-item.swiper-slide:lang(en) {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tab-list-item.swiper-slide:not(.active):not(.inactive) {
  overflow: hidden;
}
.tab-list-item.swiper-slide:not(.active):not(.inactive):before {
  content: "";
  background-image: url("../images/bg-tab-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  bottom: -50%;
  left: -136%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
@media (min-width: 971px) {
  .tab-list-item.swiper-slide:not(.active):not(.inactive):before {
    bottom: -50%;
    left: -16%;
  }
}
.tab-list-item.swiper-slide > div {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 971px) {
  .tab-list-item.swiper-slide > div:lang(en) {
    min-height: 80px;
  }
}
.tab-list-item.swiper-slide.inactive {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background: #d2ded4;
}
.tab-list-item.swiper-slide.inactive .blur {
  filter: blur(2px);
}
.tab-list-item.swiper-slide.active {
  background: #0f8570;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
}
@media (min-width: 971px) {
  .tab-list-item.swiper-slide.active {
    font-size: 24px;
    line-height: 26px;
  }
}
.tab-list-item.swiper-slide.active:before, .tab-list-item.swiper-slide.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tab-list-item.swiper-slide.active:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -4px;
  margin-top: -6px;
}
.tab-list-item.swiper-slide.active:before {
  border-color: transparent;
  border-top-color: #0f8570;
  border-width: 12px;
  margin-left: -6px;
}
.tab-list-item.swiper-slide.active > div {
  position: relative;
  padding: 25px 5px;
  overflow: hidden;
}
@media (min-width: 971px) {
  .tab-list-item.swiper-slide.active > div:lang(en) {
    min-height: 102px;
  }
}
.tab-list-item.swiper-slide.active > div:before {
  content: "";
  background-image: url("../images/bg-tab.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  display: block;
  position: absolute;
  bottom: -50%;
  left: -169%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
@media (min-width: 971px) {
  .tab-list-item.swiper-slide.active > div:before {
    bottom: -50%;
    left: -16%;
  }
}
.tab-list-item.swiper-slide .coming-soon {
  position: absolute;
  bottom: 94%;
  right: 0;
  padding: 0;
  height: auto;
  min-height: auto !important;
}

.tab-content {
  display: none;
}
.tab-content[data-tab="2"] .container {
  max-width: 1320px;
}
.tab-content-container {
  margin-top: -25px;
}
.tab-content-banner {
  width: 100%;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 45px;
  background-color: #f4f4f4;
  background-image: url("../images/tab1-banner_m.png");
}
@media (min-width: 768px) {
  .tab-content-banner {
    height: 370px;
    background-size: 1920px 370px;
    background-image: url("../images/tab1-banner.png");
  }
}
.tab-content-banner.banner1 {
  background-image: url("../images/tab1-banner_m.png");
}
@media (min-width: 768px) {
  .tab-content-banner.banner1 {
    background-image: url("../images/tab1-banner.png");
  }
}
.tab-content-banner.banner2 {
  background-image: url("../images/ep2/tab2-banner_m.png");
  background-color: #e5e4e2;
  height: 260px;
}
@media (min-width: 768px) {
  .tab-content-banner.banner2 {
    background-image: url("../images/ep2/tab2-banner.png");
    height: 370px;
  }
}
.tab-content-banner.banner3 {
  background-image: url("../images/ep3/tab3-banner_m.png");
  background-color: #ececec;
  height: 260px;
}
@media (min-width: 768px) {
  .tab-content-banner.banner3 {
    background-image: url("../images/ep3/tab3-banner.png");
    height: 370px;
  }
}
.tab-content-banner-desc {
  font-size: 22px;
  line-height: 28px;
  color: #0c3534;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .tab-content-banner-desc {
    font-size: 24px;
    line-height: 30px;
  }
}

.case-item-container {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .case-item-container {
    padding: 60px 0 0;
  }
}
.case-item {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .case-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.case-no {
  position: relative;
  padding: 0px 15px;
  background: #0f8570;
  color: #fff;
  text-align: center;
  border: 5px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(3px 1px 10px rgba(15, 133, 112, 0.4));
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .case-no {
    margin-bottom: 0px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0px 30px;
  }
}
.case-no span {
  position: relative;
  z-index: 1;
  font-size: 28px;
}
@media (min-width: 768px) {
  .case-no span {
    font-size: 40px;
  }
}
.case-no:before, .case-no:after {
  top: 24px;
  right: -16px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(-74deg);
  border-width: 22px;
}
@media (min-width: 768px) {
  .case-no:before, .case-no:after {
    border-width: 42px;
    right: -33px;
  }
}
.case-no:before {
  border-color: #fff transparent transparent;
  margin-left: 51px;
}
.case-no:after {
  border-color: #0f8570 transparent transparent;
  margin-left: 57px;
  top: 14px;
  right: -20px;
}
@media (min-width: 768px) {
  .case-no:after {
    right: -40px;
  }
}
.case-bg {
  background: #0f8570;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.case-text {
  color: #055541;
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .case-text {
    font-size: 40px;
    line-height: 48px;
  }
}
.case-text span {
  position: relative;
  padding: 0 15px;
  display: block;
}
@media (min-width: 768px) {
  .case-text span {
    display: inline-block;
  }
}
.case-text span:after {
  content: "";
  background: #0F8570;
  background: linear-gradient(90deg, rgba(15, 133, 112, 0) 0%, rgb(15, 133, 112) 20%, rgb(15, 133, 112) 80%, rgba(15, 133, 112, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F8570", endColorstr="#0F8570", GradientType=1);
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 100%;
}
.case-desc {
  font-size: 22px;
  line-height: 30px;
  color: #0c3534;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .case-desc {
    font-size: 24px;
    line-height: 34px;
  }
}
.case-desc span {
  color: #0f8570;
  font-weight: 700;
}

.tab2-part3 {
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .transfer .case-item-container {
    padding: 35px 0 0;
  }
}
.transfer-header {
  background: #0f8570;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 4px;
  padding-top: 4px;
  margin: 40px auto 0px;
}
@media (min-width: 768px) {
  .transfer-header {
    margin: 60px auto 0px;
    padding-right: 7px;
    padding-top: 7px;
  }
}
.transfer-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #eaf7ed;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px;
}
.transfer-header-icon {
  width: 56px;
  min-width: 56px;
  position: relative;
  z-index: 1;
}
.transfer-header-text {
  position: relative;
  z-index: 1;
  padding-left: 4px;
  color: #055541;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .transfer-header-text {
    font-size: 42px;
    line-height: 51px;
  }
}
.transfer table {
  width: 100%;
  margin-bottom: 35px;
}
.transfer table tr:last-child td {
  border-bottom: 2px solid #aad5b4;
}
.transfer table th,
.transfer table td {
  background: #0f8570;
  font-size: 14px;
  line-height: 26px;
  padding: 8px;
  border: 1px solid #aad5b4;
  vertical-align: top;
  width: 33.333%;
}
@media (min-width: 768px) {
  .transfer table th,
  .transfer table td {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
  }
}
.transfer table th:last-child,
.transfer table td:last-child {
  border-right: 2px solid #aad5b4;
}
.transfer table th {
  text-align: center;
  color: #fff;
}
.transfer table td {
  background: #eaf7ed;
  text-align: left;
  color: #0c3534;
}
.transfer table td.center {
  text-align: center;
}
.transfer table td ul {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .transfer table td ul {
    padding-left: 26px;
  }
}
.transfer table td ul.with-tick {
  list-style-type: none;
}
.transfer table td ul.with-tick li {
  position: relative;
}
.transfer table td ul.with-tick li:before {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("../images/ep2/icon-tick.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: 8px;
}
@media (min-width: 768px) {
  .transfer table td ul.with-tick li:before {
    top: 6px;
    left: -25px;
    width: 22px;
    height: 19px;
  }
}
.transfer table td .table-note {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
}
.transfer table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.transfer table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.transfer table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.transfer table tr:first-child th:first-child,
.transfer table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.transfer table tr:first-child th:last-child,
.transfer table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.transfer table tr th:first-child,
.transfer table tr td:first-child {
  border-left: 2px solid #aad5b4;
}
.transfer table tr:first-child th,
.transfer table tr:first-child td {
  border-top: 2px solid #aad5b4;
}

.case2 {
  padding-bottom: 50px;
}

.chat-box {
  padding-bottom: 30px;
}
@media (min-width: 971px) {
  .chat-box {
    padding-bottom: 40px;
  }
}
.chat-box:last-child {
  padding-bottom: 0;
}
.chat-box-container {
  margin-top: 30px;
}
.chat-box-header {
  padding: 10px 25px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  background: #0f8570;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  z-index: 1;
  position: relative;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
}
@media (min-width: 971px) {
  .chat-box-header {
    font-size: 24px;
    line-height: 30px;
  }
}
.chat-box-app-icon {
  width: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  z-index: 1;
}
@media (min-width: 971px) {
  .chat-box-app-icon {
    right: -44px;
    width: 88px;
  }
}
.chat-box-app-icon img {
  width: 100%;
}
.chat-box-content {
  position: relative;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: -22px;
  border: 5px solid #fff;
  border-radius: 20px;
  filter: drop-shadow(3px 1px 10px rgba(15, 133, 112, 0.4));
  padding: 40px 65px 20px 15px;
  background: #eaf7ec;
  font-size: 22px;
  line-height: 28px;
  color: #0f8570;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .chat-box-content {
    margin-left: 35px;
    margin-right: 35px;
    padding: 45px 65px 25px 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
.chat-box-content:before, .chat-box-content:after {
  bottom: -30px;
  right: -5px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(90deg);
  border-width: 22px;
}
.chat-box-content:before {
  border-color: #fff transparent transparent;
  border-width: 26px;
  border-radius: 9px;
}
.chat-box-content:after {
  border-color: #eaf7ec transparent transparent;
  border-width: 20px;
  bottom: -20px;
  right: 0px;
}

.tick-box-container {
  margin-top: 65px;
  margin-bottom: 40px;
}
@media (min-width: 971px) {
  .tick-box-container {
    display: flex;
    justify-content: space-between;
  }
}
.tick-box-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 20px;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 55px;
}
@media (min-width: 971px) {
  .tick-box-item {
    width: calc(50% - 20px);
    margin-bottom: 0px;
    padding: 50px 25px 25px;
  }
}
.tick-box-item:last-child {
  margin-bottom: 0;
}
.tick-box-item:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/tick.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: cover;
}
@media (min-width: 971px) {
  .tick-box-item:before {
    top: -50px;
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 971px) {
  .step-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.step-image {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .step-image {
    margin-bottom: 0px;
    width: 50%;
  }
}
.step-image .step-header {
  display: block;
}
@media (min-width: 971px) {
  .step-image .step-header {
    display: none;
  }
}
.step-image .swiper-container {
  max-width: 494px;
  margin: 0 auto;
}
.step-image .swiper-container .swiper-button-prev,
.step-image .swiper-container .swiper-button-next {
  background: url("../images/arrow.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.step-image .swiper-container .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 10px;
}
.step-image .swiper-container .swiper-button-next {
  right: 10px;
}
.step-image .swiper-container .swiper-slide {
  text-align: center;
  padding-bottom: 50px;
}
.step-image .swiper-container .swiper-pagination {
  bottom: 10px;
}
.step-image .swiper-container .swiper-pagination-bullet {
  background: #efefef;
  opacity: 1;
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.step-image .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f8570;
}
.step-image .swiper-container .swiper-slide {
  opacity: 0 !important;
}
.step-image .swiper-container .swiper-slide-active {
  opacity: 1 !important;
}
.step-content {
  width: 100%;
}
@media (min-width: 971px) {
  .step-content {
    width: 50%;
  }
}
.step-header {
  color: #055541;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  display: none;
  text-align: center;
}
@media (min-width: 971px) {
  .step-header {
    text-align: left;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.step-list-container {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 971px) {
  .step-list-container {
    margin-bottom: 0;
  }
}
.step-list-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  display: none;
  cursor: pointer;
}
@media (min-width: 971px) {
  .step-list-item {
    display: flex;
    margin-bottom: 30px;
  }
}
.step-list-item.active {
  display: flex;
}
@media (max-width: 970px) {
  .step-list-item.active {
    justify-content: center;
  }
}
.step-list-item.active .step-list-item-num span {
  color: #fff;
}
.step-list-item.active .step-list-item-num:before {
  background: #0f8570;
}
.step-list-item-num {
  position: relative;
}
.step-list-item-num span {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #0c3534;
  font-size: 22px;
  font-weight: 700;
  width: 46px;
  min-width: 46px;
  display: block;
}
@media (min-width: 971px) {
  .step-list-item-num span {
    width: 50px;
    min-width: 50px;
    font-size: 24px;
  }
}
.step-list-item-num:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background: #efefef;
  border-radius: 100px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
}
@media (min-width: 971px) {
  .step-list-item-num:before {
    top: -5px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }
}
.step-list-item-text {
  padding-left: 10px;
  color: #0c3534;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 971px) {
  .step-list-item-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.step-remark {
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #0c3534;
}
@media (min-width: 971px) {
  .step-remark {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
.step-reminder {
  padding: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 25px 3px rgba(15, 133, 112, 0.4);
  margin-top: 20px;
}
@media (min-width: 971px) {
  .step-reminder {
    margin-top: 40px;
    padding: 16px;
  }
}
.step-reminder-icon {
  width: 40px;
  min-width: 40px;
}
@media (min-width: 971px) {
  .step-reminder-icon {
    width: 59px;
    min-width: 59px;
  }
}
.step-reminder-desc {
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .step-reminder-desc {
    padding-left: 12px;
    font-size: 18px;
    line-height: 28px;
  }
}
.step-reminder-header {
  color: #0f8570;
  font-weight: 600;
}
@media (min-width: 971px) {
  .step-reminder-header {
    margin-bottom: 5px;
  }
}

.contact {
  padding: 60px 0;
  background: #ebfaf5;
}
@media (min-width: 971px) {
  .contact {
    padding: 60px 0;
  }
}
.contact-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 50px 0px 25px;
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
}
@media (min-width: 971px) {
  .contact-box {
    padding: 50px 30px;
  }
}
.contact-box:before {
  content: "";
  position: absolute;
  top: -32.5px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon-contact.png") no-repeat;
  width: 70px;
  height: 65px;
  background-size: cover;
}
.contact-header {
  color: #055541;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 971px) {
  .contact-header {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 45px;
  }
}
.contact-header span {
  position: relative;
  padding: 0 15px;
  display: block;
}
@media (min-width: 971px) {
  .contact-header span {
    display: inline;
  }
}
.contact-header span:after {
  content: "";
  background: #0F8570;
  background: linear-gradient(90deg, rgba(15, 133, 112, 0) 0%, rgb(15, 133, 112) 20%, rgb(15, 133, 112) 80%, rgba(15, 133, 112, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0F8570", endColorstr="#0F8570", GradientType=1);
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 100%;
}
.contact-desc p {
  color: #0c3534;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 971px) {
  .contact-desc p {
    padding: 0 0px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.contact-desc p:last-child {
  margin-bottom: 0;
}

.tnc {
  padding: 25px 0;
  text-align: left;
}
@media (min-width: 971px) {
  .tnc {
    padding: 50px 0 25px;
  }
}
.tnc .app-section {
  max-width: 335px;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 971px) {
  .tnc .app-section {
    padding: 0px 0 50px;
  }
}
.tnc .app-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.tnc .app-section .app-icon {
  margin-bottom: 20px;
  justify-content: center;
}
.tnc .app-section .app-download {
  justify-content: space-between;
}
.tnc .app-section .app-download img {
  max-height: 52px;
}
.tnc .app-section .app-download img:lang(en) {
  max-height: 47px;
}
.tnc .app-row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
@media (min-width: 640px) {
  .tnc .app-row {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.tnc .app-row:last-child {
  margin-bottom: 0;
}
.tnc .app-col:not(.full):first-child {
  margin-right: 5px;
}
@media (min-width: 640px) {
  .tnc .app-col:not(.full):first-child {
    margin-right: 17px;
  }
}
.tnc .app-col:not(.full):last-child {
  margin-left: 5px;
}
@media (min-width: 640px) {
  .tnc .app-col:not(.full):last-child {
    margin-left: 17px;
  }
}
@media (min-width: 640px) {
  .tnc .app-col.qrcode {
    width: 149px;
  }
}
.tnc ul, .tnc ol {
  color: #222;
  margin: 0;
  padding: 0;
  margin-left: 25px;
}
.tnc ul li a, .tnc ol li a {
  text-decoration: underline;
  color: #222;
}
.tnc p {
  color: #222;
}

.tab2-part4 {
  padding: 35px 0 50px;
  background: #ebfaf5;
}
@media (min-width: 971px) {
  .tab2-part4 {
    padding: 45px 0 55px;
  }
}
.tab2-part4 .more-container {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-container {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.tab2-part4 .more-container.two-col {
  margin-top: 80px;
  padding: 0 20px 0 20px;
  margin-bottom: 0px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-container.two-col {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
  }
}
.tab2-part4 .more-container.two-col .more-item {
  box-shadow: 1px 1px 25px rgba(15, 133, 112, 0.4);
  padding: 40px 20px 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 70px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-container.two-col .more-item {
    margin-bottom: 0;
    width: calc(50% - 45px);
    padding: 50px 30px 25px;
  }
}
.tab2-part4 .more-container.two-col .more-item:last-child {
  margin-bottom: 0;
}
.tab2-part4 .more-container.two-col .more-item-header {
  margin-left: -15px;
  margin-top: -70px;
  justify-content: flex-start;
}
@media (min-width: 971px) {
  .tab2-part4 .more-container.two-col .more-item-header {
    margin-top: -80px;
  }
}
.tab2-part4 .more-container.two-col .more-item-text {
  border-radius: 50px;
  margin-bottom: 0;
}
.tab2-part4 .more-item {
  margin-bottom: 40px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-item {
    margin-bottom: 55px;
  }
}
.tab2-part4 .more-item:last-child {
  margin-bottom: 0;
}
.tab2-part4 .more-item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-item-header {
    margin-bottom: 20px;
    margin-left: 70px;
  }
}
.tab2-part4 .more-item-icon {
  width: 90px;
  min-width: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-item-icon {
    left: -70px;
    width: 113px;
    min-width: 113px;
  }
}
.tab2-part4 .more-item-text {
  position: relative;
  background: #0f8570;
  border-radius: 40px;
  padding: 15px 25px 15px 55px;
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-item-text {
    font-size: 24px;
    line-height: 36px;
  }
}
.tab2-part4 .more-item p {
  color: #0c3534;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .tab2-part4 .more-item p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.tab2-part4 .more-item p:last-child {
  margin-bottom: 0;
}
.tab2-part4 .more-item p span {
  font-weight: 700;
  color: #0f8570;
}

@keyframes move-left {
  0% {
    left: 0;
  }
  50% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@keyframes move-right {
  0% {
    right: 0;
  }
  50% {
    right: -8px;
  }
  100% {
    right: 0px;
  }
}
.tab3-part1 {
  padding: 25px 0 0;
}
@media (min-width: 768px) {
  .tab3-part1 {
    padding: 35px 0;
  }
}
.tab3-part1 .swiper-container .swiper-slide {
  padding-top: 15px;
}

.tab3-part2 {
  padding: 25px 0 35px;
}
@media (min-width: 768px) {
  .tab3-part2 {
    padding: 35px 0;
  }
}

@media (min-width: 768px) {
  .phone .case-item-container,
  .wallet .case-item-container {
    padding: 40px 0 0;
  }
}
.phone-header,
.wallet-header {
  padding-right: 4px;
  padding-top: 4px;
  margin: 40px auto 0px;
}
@media (min-width: 768px) {
  .phone-header,
  .wallet-header {
    margin: 0px auto 0px;
    padding-right: 7px;
    padding-top: 7px;
  }
}
.phone-header-inner,
.wallet-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.phone-header-icon,
.wallet-header-icon {
  width: 70px;
  min-width: 70px;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .phone-header-icon,
  .wallet-header-icon {
    margin-right: 15px;
    width: 95px;
    min-width: 95px;
  }
}
.phone-header-text,
.wallet-header-text {
  position: relative;
  z-index: 1;
  padding-left: 4px;
  color: #055541;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  border-bottom: 3px solid #34a344;
  padding: 10px 0px;
}
@media (min-width: 768px) {
  .phone-header-text,
  .wallet-header-text {
    border-bottom: 6px solid #34a344;
    padding: 15px 0px;
    font-size: 42px;
    line-height: 51px;
  }
}
.phone .step-tab,
.wallet .step-tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-150%);
}
.phone .step-reminder-container,
.wallet .step-reminder-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.phone .step-reminder-item,
.wallet .step-reminder-item {
  width: 100%;
}
@media (min-width: 971px) {
  .phone .step-reminder-item,
  .wallet .step-reminder-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 971px) {
  .phone .step-reminder-item.full,
  .wallet .step-reminder-item.full {
    width: 100%;
  }
}
.phone .step-reminder,
.wallet .step-reminder {
  padding: 12px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 1px 1px 25px 3px rgba(15, 133, 112, 0.4);
  margin-top: 20px;
}
@media (min-width: 971px) {
  .phone .step-reminder,
  .wallet .step-reminder {
    margin-top: 40px;
    padding: 20px;
  }
}
.phone .step-reminder-icon,
.wallet .step-reminder-icon {
  width: 40px;
  min-width: 40px;
}
@media (min-width: 971px) {
  .phone .step-reminder-icon,
  .wallet .step-reminder-icon {
    width: 59px;
    min-width: 59px;
  }
}
.phone .step-reminder-desc,
.wallet .step-reminder-desc {
  padding-left: 12px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .phone .step-reminder-desc,
  .wallet .step-reminder-desc {
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}/*# sourceMappingURL=style.css.map */