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

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

#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-cn) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#wrap {
  padding-bottom: 110px;
}
@media (min-width: 971px) {
  #wrap {
    padding-bottom: 120px;
  }
}
#wrap .hide-for-medium {
  display: inline-block !important;
}
@media (min-width: 971px) {
  #wrap .hide-for-medium {
    display: none !important;
  }
}
#wrap .show-for-medium {
  display: inline-block !important;
}
@media (max-width: 970px) {
  #wrap .show-for-medium {
    display: none !important;
  }
}

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

#footer .footer_state_area {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_state_area .large-12.columns {
  padding: 0;
}

.inline-block {
  display: inline-block;
}

.green {
  color: #0e4b42;
  font-weight: bold;
}

#main_content_bg {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(222, 241, 235) 20%, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}

#bg1 {
  background-image: url("../images/bg1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 971px) {
  #bg1 {
    background-position: center top;
  }
}

.isDaaSC #bg2 {
  background-size: cover;
}

#bg2 {
  background-image: url("../images/bg2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (min-width: 971px) {
  #bg2 {
    background-position: center top;
  }
}

#leadin {
  padding: 40px 0;
}
@media (min-width: 971px) {
  #leadin {
    padding: 45px 0;
  }
}
#leadin p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  #leadin p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 38px;
  }
}
#leadin p:last-child {
  margin-bottom: 0;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 970px) {
  .section-title {
    overflow: hidden;
  }
}
.section-title-inner {
  display: inline-block;
  position: relative;
}
@media (min-width: 971px) {
  .section-title-inner {
    padding-left: 74px;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-size: cover;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon span:not(.icon) {
    padding-left: 15px;
  }
}
@media (min-width: 971px) {
  .section-title-inner.with-icon span:not(.icon):before {
    left: -150px;
  }
}
.section-title-inner.s1-icon:before {
  background-image: url("../images/S1-icon.png");
}
.section-title-inner.s2-icon:before {
  background-image: url("../images/S2-icon.png");
}
.section-title-inner.s3-icon:before {
  background-image: url("../images/S3-icon.png");
}
.section-title-inner.s4-icon:before {
  background-image: url("../images/S4-icon.png");
}
.section-title-inner.s5-icon:before {
  background-image: url("../images/S5-icon.png");
}
.section-title span.icon {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 971px) {
  .section-title span.icon {
    display: none;
  }
}
.section-title span:not(.icon) {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .section-title span:not(.icon) {
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    display: inline-block;
    font-size: 34px;
    line-height: 52px;
  }
}
.section-title span:not(.icon):lang(en) {
  max-width: 80%;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):lang(en) {
    max-width: 100%;
  }
}
.section-title span:not(.icon).smaller {
  max-width: 100%;
}
.section-title span:not(.icon):before, .section-title span:not(.icon):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 72px;
  height: 8px;
  background-image: url("../images/Dot.png");
}
@media (min-width: 971px) {
  .section-title span:not(.icon):before, .section-title span:not(.icon):after {
    height: 8px;
  }
}
.section-title span:not(.icon):before {
  left: -72px;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):before {
    left: -72px;
  }
}
.section-title span:not(.icon):after {
  right: -72px;
}
@media (min-width: 971px) {
  .section-title span:not(.icon):after {
    right: -72px;
  }
}
.section-desc {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .section-desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }
}

.green {
  color: #005642;
}

.bold {
  font-weight: bold;
}

#welcome {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #welcome {
    padding: 35px 0;
  }
}

.welcome-container {
  position: relative;
  overflow: hidden;
}
.welcome-container.expanded {
  max-height: none !important;
}
.welcome-item {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .welcome-item {
    margin-bottom: 30px;
  }
}
.welcome-item:last-child {
  margin-bottom: 0;
}
.welcome-item:nth-child(odd) .welcome-question {
  background: #c8e9de;
}
.welcome-item:nth-child(odd) .welcome-answer-inner {
  border: 1px solid #c8e9de;
  border-top: 0;
  background: #ffffff;
}
.welcome-item:nth-child(even) .welcome-question {
  background: #ebf7f3;
}
.welcome-item:nth-child(even) .welcome-answer-inner {
  border: 1px solid #c8e9de;
  border-top: 0;
  background: #fff;
}
.welcome-question-img {
  width: 50px;
  min-width: 50px;
}
@media (min-width: 971px) {
  .welcome-question-img {
    width: 73px;
    min-width: 73px;
  }
}
.welcome-question {
  border-radius: 30px;
  font-size: 20px;
  line-height: 26px;
  color: #065541;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 25px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .welcome-question {
    padding: 10px 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.welcome-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 14px;
  background-image: url("../images/arrow-hideshow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .welcome-question:after {
    right: 40px;
    width: 24px;
    height: 14px;
  }
}
.welcome-question.show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.welcome-question.show:after {
  transform: translateY(-50%);
}
.welcome-question-no {
  padding-right: 5px;
}
.welcome-question-text {
  padding-left: 10px;
}
@media (min-width: 971px) {
  .welcome-question-text {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.welcome-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
@media (min-width: 971px) {
  .welcome-answer {
    font-size: 22px;
    line-height: 34px;
  }
}
.welcome-answer-inner {
  background: #dbeee7;
  padding: 15px 25px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 971px) {
  .welcome-answer-inner {
    padding: 20px 40px;
  }
}
.welcome-answer.show {
  max-height: 2000px;
}
.welcome-answer-desc {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .welcome-answer-desc {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }
}
.welcome-answer-desc ul {
  margin: 10px 0;
  padding-left: 20px;
}
@media (min-width: 971px) {
  .welcome-answer-container {
    display: flex;
  }
}
@media (min-width: 971px) {
  .welcome-answer-container.align-center {
    align-items: center;
  }
}
.welcome-answer-graphic {
  width: 200px;
  min-width: 200px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .welcome-answer-graphic {
    width: 287px;
    min-width: 287px;
    margin: 0;
  }
}
@media (min-width: 971px) {
  .welcome-answer-graphic.graphic1 {
    display: flex;
    align-items: flex-end;
  }
}
.welcome-answer-graphic.graphic1 img {
  transform: translateY(20px);
}
.welcome-answer-remark {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 971px) {
  .welcome-answer-remark {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 971px) {
  .welcome-answer-content {
    width: calc(100% - 287px);
    padding-right: 20px;
  }
}
.welcome-answer table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #c8e9de;
  border-left: 1px solid #c8e9de;
}
@media (min-width: 971px) {
  .welcome-answer table {
    margin-bottom: 25px;
  }
}
.welcome-answer table th {
  background: #d8efe8;
  color: #065541;
}
.welcome-answer table th.bg-white {
  background: #fff;
}
.welcome-answer table th,
.welcome-answer table td {
  width: 50%;
  padding: 10px 5px;
  text-align: center;
  border-right: 1px solid #c8e9de;
  border-bottom: 1px solid #c8e9de;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  width: 25%;
}
@media (min-width: 971px) {
  .welcome-answer table th,
  .welcome-answer table td {
    padding: 20px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.welcome-answer table th .table-img,
.welcome-answer table td .table-img {
  display: flex;
  align-items: center;
}
.welcome-answer table th.top-corner,
.welcome-answer table td.top-corner {
  border-radius: 10px 0 0 0;
}
.welcome-answer table th img,
.welcome-answer table td img {
  margin: 0 5px;
  height: 30px;
  width: auto;
}
@media (min-width: 971px) {
  .welcome-answer table th img,
  .welcome-answer table td img {
    margin: 0 15px;
    height: 40px;
  }
}
.welcome-answer table th span.normal,
.welcome-answer table td span.normal {
  font-weight: normal;
}
.welcome-answer table td {
  background: #fff;
}
.welcome-answer table td.normal,
.welcome-answer table td .normal {
  font-weight: normal;
}
.welcome-answer table tr:last-child td:first-child {
  border-radius: 0 0 0 30px;
}
.welcome-answer table tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}
.welcome-answer-btn.sticky-btn {
  margin: 0 0 15px;
  justify-content: flex-start;
}
.welcome-answer-btn.sticky-btn.welcome-answer-btn-text {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .welcome-answer-btn.sticky-btn.welcome-answer-btn-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.welcome-answer-btn-app-icon {
  display: flex;
  margin-top: 10px;
}
.welcome-answer-btn-app-icon div:not(.app-column) {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .welcome-answer-btn-app-icon div:not(.app-column) {
    font-size: 16px;
    line-height: 30px;
  }
}
.welcome-features {
  width: 100%;
  max-width: 640px;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 971px) {
  .welcome-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.welcome-features-item {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media (min-width: 971px) {
  .welcome-features-item {
    margin-bottom: 0px;
    width: 50%;
  }
}
.welcome-features-item:last-child {
  margin-bottom: 0;
}
.welcome-features-item:last-child:after {
  content: none;
}
.welcome-features-item-inner {
  display: flex;
  align-items: center;
}
.welcome-features-icon {
  width: 60px;
  margin-right: 10px;
}
@media (min-width: 971px) {
  .welcome-features-icon {
    width: 80px;
    margin-right: 10px;
  }
}
.welcome-features-text {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .welcome-features-text {
    font-size: 16px;
    line-height: 30px;
  }
}
.welcome-features-text p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .welcome-features-text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.welcome-features-text ul {
  text-align: left;
  padding-left: 20px;
}
.welcome-features-text ul li {
  color: #0e4b42;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
@media (min-width: 971px) {
  .welcome-features-text ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
.welcome-features-text ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  width: 18px;
  height: 18px;
  background: url("../images/icon_tick.png") no-repeat;
}
.welcome .green-box {
  background: #d8efe8;
  margin-top: 10px;
  text-align: center;
  padding: 10px 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 971px) {
  .welcome .green-box {
    padding: 20px 0px;
  }
}
.welcome .green-box-header {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .welcome .green-box-header {
    font-size: 18px;
    line-height: 24px;
  }
}
.welcome .green-box-content > div {
  color: #004c3a !important;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 26px;
  flex-wrap: wrap;
  padding: 10px 25px;
}
@media (min-width: 971px) {
  .welcome .green-box-content > div {
    padding: 0 40px;
    font-size: 20px;
    line-height: 26px;
  }
}
.welcome .green-box-item {
  display: flex;
  align-items: center;
}
.welcome .green-box-item:first-child {
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .welcome .green-box-item:first-child {
    margin-bottom: 20px;
  }
}
.welcome .green-box-item:last-child {
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 40%, rgb(216, 239, 232) 100%);
  padding: 20px 25px;
}
@media (min-width: 971px) {
  .welcome .green-box-item:last-child {
    padding: 20px 40px;
  }
}
.welcome .green-box-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome .green-box-icon {
  width: 63px;
  min-width: 63px;
  margin-right: 10px;
}
@media (min-width: 971px) {
  .welcome .green-box-icon {
    width: 93px;
    min-width: 93px;
    margin-right: 20px;
  }
}
.welcome .green-box-title {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0e4b42;
}
@media (min-width: 971px) {
  .welcome .green-box-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.welcome .green-box-desc {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
@media (min-width: 971px) {
  .welcome .green-box-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.welcome .green-box-desc ol {
  padding-left: 20px;
}
.welcome .green-box-desc ol li {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
@media (min-width: 971px) {
  .welcome .green-box-desc ol li {
    font-size: 16px;
    line-height: 22px;
  }
}
.welcome .green-box-desc.larger {
  font-size: 18px;
  line-height: 24px;
  color: #0e4b42;
  font-weight: 700;
}
@media (min-width: 971px) {
  .welcome .green-box-desc.larger {
    font-size: 20px;
    line-height: 26px;
  }
}

.referral {
  margin-bottom: 50px;
  background: url("../images/referral/green_gradient_bg.png") no-repeat center center;
  background-size: cover;
}
@media (min-width: 971px) {
  .referral {
    margin-bottom: 20px;
  }
}
.referral-item {
  margin-bottom: 15px;
  border-radius: 80px;
  background: #fff;
}
@media (min-width: 971px) {
  .referral-item {
    margin-bottom: 30px;
  }
}
.referral-question {
  background: #F7FBF9;
  background: linear-gradient(180deg, rgb(247, 251, 249) 0%, rgb(225, 241, 236) 100%);
  border-radius: 80px;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  position: relative;
  padding: 15px 40px;
  cursor: pointer;
  font-weight: 400;
}
@media (min-width: 971px) {
  .referral-question {
    padding: 35px 60px;
    font-size: 21px;
    line-height: 32px;
  }
}
.referral-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 14px;
  background-image: url("../images/referral/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .referral-question:after {
    right: 60px;
    width: 32px;
    height: 18px;
  }
}
.referral-question .highlight {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
}
.referral-question .highlight .line {
  flex-grow: 1;
  height: 3px;
  align-self: center;
}
.referral-question .highlight .left-line {
  background: #055541;
  background: linear-gradient(270deg, rgb(5, 85, 65) 0%, rgba(5, 85, 65, 0) 100%);
}
.referral-question .highlight .right-line {
  background: #055541;
  background: linear-gradient(90deg, rgb(5, 85, 65) 0%, rgba(5, 85, 65, 0) 100%);
}
.referral-question .highlight span {
  position: relative;
  font-weight: 700;
  color: #055541;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  max-width: 240px;
  padding: 0 10px;
}
@media (min-width: 971px) {
  .referral-question .highlight span {
    white-space: nowrap;
    max-width: none;
    font-size: 34px;
    line-height: 42px;
  }
}
.referral-question.show {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.referral-question.show:after {
  transform: translateY(-50%);
}
.referral-question-no {
  padding-right: 5px;
}
.referral-question-text {
  padding-left: 10px;
}
@media (min-width: 971px) {
  .referral-question-text {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.referral-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
@media (min-width: 971px) {
  .referral-answer {
    font-size: 22px;
    line-height: 34px;
  }
}
.referral-answer-inner {
  background: #fff;
  padding: 15px 25px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (min-width: 971px) {
  .referral-answer-inner {
    padding: 20px 40px;
  }
}
.referral-answer-content {
  padding: 25px 0;
}
@media (min-width: 971px) {
  .referral-answer-content {
    padding: 25px 5px;
    display: flex;
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: space-between;
  }
}
.referral-answer.show {
  max-height: 2000px;
}
.referral-detail-item {
  position: relative;
  margin-top: 70px;
  border-radius: 25px;
  background: #eaf7f3;
}
@media (min-width: 971px) {
  .referral-detail-item {
    margin-top: 50px;
  }
}
@media (min-width: 971px) {
  .referral-detail-item:nth-child(1), .referral-detail-item:nth-child(3) {
    width: 28%;
  }
}
@media (min-width: 971px) {
  .referral-detail-item:nth-child(2) {
    width: 44%;
  }
}
.referral-detail-item:first-child {
  margin-top: 30px;
}
@media (min-width: 971px) {
  .referral-detail-item:first-child {
    margin-top: 50px;
  }
}
.referral-detail-item-inner {
  height: 100%;
}
.referral-detail-item-inner .referral-swiper {
  min-width: 0;
}
.referral-detail-item-header {
  position: absolute;
  top: -45px;
  left: -10px;
  width: 120px;
  font-size: 0;
}
@media (min-width: 971px) {
  .referral-detail-item-header {
    width: 145px;
  }
}
.referral-detail-item-header img {
  width: 100%;
}
.referral-detail-item-content {
  padding: 55px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 971px) {
  .referral-detail-item-content {
    padding: 55px 20px 25px;
  }
}
.referral-detail-item-icon {
  width: 130px;
  margin: 0 auto 20px;
}
@media (min-width: 971px) {
  .referral-detail-item-icon {
    width: 164px;
  }
}
.referral-detail-item-desc {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 971px) {
  .referral-detail-item-desc {
    font-size: 21px;
    line-height: 32px;
  }
}
.referral-detail-item-desc.top {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .referral-detail-item-desc.top {
    margin-top: 50px;
  }
}
.referral-detail-item-desc a {
  color: #055541;
  font-weight: 700;
}
.referral-detail-item-desc span.green {
  color: #055541;
}
.referral-detail-item-remark {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 971px) {
  .referral-detail-item-remark {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
  }
}

.referral-swiper-caption {
  display: none;
  padding: 0 15px;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
@media (min-width: 971px) {
  .referral-swiper-caption {
    font-size: 18px;
    line-height: 30px;
  }
}

.referral-swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.referral-swiper .swiper-container {
  min-width: 0;
  width: 380px;
}
.referral-swiper .swiper-container .swiper-slide {
  width: 380px !important;
}
.referral-swiper .swiper-container .swiper-slide .referral-slide-img {
  min-width: 294px;
  text-align: center;
  margin: 0 auto;
}
.referral-swiper .swiper-container .swiper-slide .referral-slide-img img {
  text-align: center;
  margin: 0 auto;
  min-width: 294px;
  max-width: 294px;
}
.referral-swiper .swiper-button-prev,
.referral-swiper .swiper-button-next {
  background: url("../images/arrow-R-on.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
}
.referral-swiper .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 5px;
}
@media (min-width: 971px) {
  .referral-swiper .swiper-button-prev {
    left: 5px;
  }
}
.referral-swiper .swiper-button-next {
  right: 5px;
}
@media (min-width: 971px) {
  .referral-swiper .swiper-button-next {
    right: 5px;
  }
}
.referral-swiper .swiper-pagination {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.referral-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background: #0e4b42;
}

#exclusive {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #exclusive {
    padding: 35px 0;
  }
}

.exclusive-item {
  padding: 0;
}
@media (min-width: 971px) {
  .exclusive-item {
    padding: 40px 20px;
  }
}
.exclusive-icon {
  width: 86px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.exclusive-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #0e4b42;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .exclusive-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}
.exclusive-desc {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
@media (min-width: 971px) {
  .exclusive-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.exclusive-swiper {
  padding: 0 30px 30px;
  position: relative;
}
@media (min-width: 971px) {
  .exclusive-swiper {
    padding: 0;
  }
}

.exclusive-swiper .swiper-button-prev,
.exclusive-swiper .swiper-button-next {
  background: url("../images/arrow-R-on.png") no-repeat;
  background-size: cover;
  width: 24px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  margin-top: 0;
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-button-prev,
  .exclusive-swiper .swiper-button-next {
    display: none;
  }
}
.exclusive-swiper .swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
  left: -5px;
}
.exclusive-swiper .swiper-button-next {
  right: -5px;
}
.exclusive-swiper .swiper-pagination {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-pagination {
    display: none;
  }
}
.exclusive-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  background: #0e4b42;
}
.exclusive-swiper .swiper-container {
  box-shadow: 0px 1px 80px 3px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 15px 40px;
  position: relative;
  background: #fff;
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-container {
    border-radius: 15px;
    padding: 0px;
    border-radius: 50px 10px;
  }
}
.exclusive-swiper .swiper-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 105px;
  background: url("../images/S2-bg1.png") no-repeat;
  z-index: 2;
  background-size: cover;
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-container:before {
    width: 681px;
    height: 719px;
  }
}
.exclusive-swiper .swiper-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("../images/S2-bg2.png") no-repeat;
  z-index: 2;
  background-size: cover;
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-container:after {
    width: 705px;
    height: 701px;
  }
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-wrapper {
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 6;
  }
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-slide {
    width: 33.3333% !important;
    height: auto;
  }
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-slide.swiper-slide-duplicate {
    display: none !important;
  }
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-slide:not(:last-child):after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 80%;
    background: #FFF;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(213, 234, 213) 10%, rgb(213, 234, 213) 90%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  }
}
@media (min-width: 971px) {
  .exclusive-swiper .swiper-container, .exclusive-swiper .swiper-wrapper, .exclusive-swiper .swiper-slide {
    transition-property: auto !important;
  }
}

#step {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #step {
    padding: 35px 0;
  }
}

.step-container {
  background: #fff;
  border-radius: 50px 10px;
  box-shadow: 0px 1px 80px 3px rgba(0, 0, 0, 0.07);
  padding: 10px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 971px) {
  .step-container {
    flex-direction: row;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    margin-top: 100px;
  }
}
.step-img {
  width: 440px;
  min-width: 440px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .step-img {
    overflow: visible;
  }
}
.step-img img {
  width: 80%;
  position: relative;
  z-index: 2;
}
@media (min-width: 971px) {
  .step-img img {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: auto;
  }
}
.step-img:after {
  content: "";
  background: url(../images/S3-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 534px;
  height: 268px;
  background-size: cover;
  display: block;
  z-index: 0;
  border-radius: 0 0 0 10px;
}
@media (min-width: 971px) {
  .step-img:after {
    width: 486px;
    height: 244px;
  }
}
.step-list {
  padding: 25px 15px;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 971px) {
  .step-list {
    padding: 40px 15px;
    width: calc(100% - 440px);
    min-width: calc(100% - 440px);
    min-height: 244px;
    display: flex;
    align-items: center;
  }
}
.step-list ul {
  padding-left: 40px;
  margin-bottom: 0;
}
@media (min-width: 971px) {
  .step-list ul {
    padding-left: 65px;
  }
}
.step-list ul li {
  font-size: 18px;
  line-height: 24px;
  color: #0e4b42;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .step-list ul li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
.step-list ul li:last-child {
  margin-bottom: 0;
}
.step-list ul li.list-1, .step-list ul li.list-2 {
  list-style-type: none;
}
.step-list ul li.list-1:before, .step-list ul li.list-2:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #076656;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 971px) {
  .step-list ul li.list-1:before, .step-list ul li.list-2:before {
    left: -60px;
    width: 40px;
    height: 40px;
    font-size: 27px;
  }
}
.step-list ul li.list-1:before {
  content: "1";
}
@media (min-width: 971px) {
  .step-list ul li.list-1:lang(zh-hk):before, .step-list ul li.list-1:lang(zh-cn):before {
    top: -7px;
  }
}
.step-list ul li.list-2:before {
  content: "2";
  top: 22px;
}
@media (min-width: 971px) {
  .step-list ul li.list-2:before {
    top: 26px;
  }
}
.step-list ul li.list-2:lang(zh-hk):before, .step-list ul li.list-2:lang(zh-cn):before {
  top: 34px;
}
@media (min-width: 971px) {
  .step-list ul li.list-2:lang(zh-hk):before, .step-list ul li.list-2:lang(zh-cn):before {
    top: 27px;
  }
}
.step-list ul li.list-2 img {
  vertical-align: bottom;
  width: 136px;
}

#faq {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #faq {
    padding: 35px 0;
  }
}

.faq-container {
  position: relative;
  overflow: hidden;
}
.faq-container.expanded {
  max-height: none !important;
}
.faq-item {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .faq-item {
    margin-bottom: 30px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item:nth-child(odd) .faq-question {
  background: #8ac5ac;
}
.faq-item:nth-child(even) .faq-question {
  background: #98cda6;
}
.faq-question {
  border-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #0e4b42;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 20px 25px;
  cursor: pointer;
}
@media (min-width: 971px) {
  .faq-question {
    padding: 28px 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.faq-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 14px;
  background-image: url("../images/arrow-hideshow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 971px) {
  .faq-question:after {
    right: 40px;
    width: 24px;
    height: 14px;
  }
}
.faq-question.show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.faq-question.show:after {
  transform: translateY(-50%);
}
.faq-question-no {
  padding-right: 5px;
}
@media (min-width: 971px) {
  .faq-question-text {
    padding-right: 50px;
  }
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
@media (min-width: 971px) {
  .faq-answer {
    font-size: 20px;
    line-height: 32px;
  }
}
.faq-answer-inner {
  background: #fff;
  padding: 15px 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 971px) {
  .faq-answer-inner {
    padding: 20px 40px;
  }
}
.faq-answer.show {
  max-height: 2000px;
}
.faq-answer ul {
  padding-left: 20px;
}
.faq-answer ul li {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .faq-answer ul li {
    font-size: 22px;
    line-height: 34px;
  }
}
.faq-answer a {
  color: #333333;
  text-decoration: underline;
}
.faq-answer .payroll_customer {
  vertical-align: bottom;
  width: 136px;
}
@media (min-width: 971px) {
  .faq-answer .payroll_customer {
    width: auto;
  }
}

#open {
  padding: 20px 0;
}
@media (min-width: 971px) {
  #open {
    padding: 35px 0;
  }
}

.open-container {
  overflow: hidden;
  margin-bottom: 0px;
  max-width: 1140px;
  padding-top: 20px;
}
@media (min-width: 971px) {
  .open-container {
    display: flex;
    align-items: center;
    padding: 0px 0;
    margin: 50px auto 50px;
  }
}
.open-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 971px) {
  .open-img {
    width: 50%;
    margin: 0 0 0 auto;
    padding-right: 50px;
    text-align: right;
  }
}
.open-img img {
  width: 300px;
  min-width: 300px;
}
@media (min-width: 971px) {
  .open-img img {
    width: 350px;
    min-width: 350px;
  }
}
.open-content {
  padding: 25px 15px;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 971px) {
  .open-content {
    padding: 15px;
    width: 50%;
  }
}
.open-title {
  color: #005642;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .open-title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }
}
.open-desc {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .open-desc {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
  }
}
.open-desc ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.open-desc ol li {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .open-desc ol li {
    font-size: 20px;
    line-height: 26px;
  }
}
.open-desc p {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 971px) {
  .open-desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
.open-desc.bottom {
  margin-top: 10px;
  margin-bottom: 0;
}
.open-remark {
  padding: 25px 15px;
}
@media (min-width: 971px) {
  .open-remark {
    padding: 32px 50px;
  }
}
.open-remark p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (min-width: 971px) {
  .open-remark p {
    font-size: 14px;
    line-height: 20px;
  }
}
.open-remark table {
  width: 100%;
  background: transparent;
  border: 0;
}
.open-remark table tbody {
  border: 0;
}
.open-remark table tr {
  background: transparent;
}
.open-remark table tr:not(:last-child) td {
  padding: 0 2px 10px;
}
.open-remark table tr td {
  padding: 0 2px;
  vertical-align: top;
  border: 0;
  background: transparent;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

#app {
  padding: 0 0 0px;
}
@media (min-width: 971px) {
  #app {
    padding: 0 0 30px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon) {
    padding: 0 0px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon):before {
    content: none;
    left: -193px;
  }
}
@media (max-width: 970px) {
  #app .section-title span:not(.icon):after {
    content: none;
    right: -193px;
  }
}

.app-container {
  display: flex;
  width: 410px;
  justify-content: center;
  margin: 20px auto;
}
@media (min-width: 971px) {
  .app-container {
    width: 410px;
    margin: 0;
  }
}
.app-icon {
  width: 96px;
  min-width: 96px;
}
@media (min-width: 971px) {
  .app-icon {
    width: 96px;
    min-width: 96px;
  }
}
.app-content {
  margin-left: 5px;
  width: 310px;
}
@media (min-width: 971px) {
  .app-content {
    width: 310px;
  }
}
.app-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .app-row {
    margin-bottom: 10px;
  }
}
.app-row:last-child {
  margin-bottom: 0;
}
.app-row.app-search img {
  width: 100%;
}
.app-col img {
  height: 44px;
  width: auto;
}
@media (min-width: 971px) {
  .app-col img {
    height: 44px;
  }
}
.app-bottom-text {
  text-align: center;
  color: #333333;
  font-size: 22px;
  line-height: 32px;
}

#remark {
  padding-top: 45px;
}
#remark p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#remark p:last-child {
  margin-bottom: 0;
}
#remark p a {
  color: #333333;
}
#remark ol, #remark ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#remark ol li, #remark ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
#remark ol li ol, #remark ol li ul, #remark ul li ol, #remark ul li ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
#remark a {
  color: #333333;
}
#remark table tbody {
  background: none;
  border: none;
}
#remark table tr {
  background: none;
}
#remark table th {
  background: #0e4b42;
  color: #fff;
}
#remark table th,
#remark table td {
  border: 1px solid #333333;
  background: none;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}

#warning {
  padding: 20px;
  border: 1px solid #333333;
  margin: 30px 0;
}
@media (min-width: 971px) {
  #warning {
    margin: 20px 0;
    padding: 15px;
  }
}
#warning strong {
  font-weight: bold;
}
#warning p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
#warning ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
#warning ul li {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

#how-to-enrol {
  overflow: hidden;
  position: relative;
}
#how-to-enrol .graphic {
  position: absolute;
}
#how-to-enrol .graphic.graphic-1 {
  top: 185px;
  left: -30px;
  width: 127px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-1 {
    width: 265px;
    left: -63px;
    top: 305px;
  }
}
#how-to-enrol .graphic.graphic-2 {
  top: 500px;
  left: 10px;
  width: 70px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-2 {
    width: 147px;
    left: 230px;
    top: 550px;
  }
}
#how-to-enrol .graphic.graphic-3 {
  top: 30px;
  right: -50px;
  width: 145px;
}
@media (min-width: 971px) {
  #how-to-enrol .graphic.graphic-3 {
    width: 458px;
    top: 20px;
    right: -130px;
  }
}
#how-to-enrol .app-step-header {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  color: #0e4b42;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header {
    margin-top: 0;
    font-size: 36px;
    line-height: 54px;
  }
}
#how-to-enrol .app-step-header.hide-for-medium {
  display: flex !important;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header.hide-for-medium {
    display: none !important;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider {
  font-size: 0;
  line-height: 0;
  margin: 10px 0 20px;
}
@media (min-width: 971px) {
  #how-to-enrol .app-step-header .app-step-header-divider {
    margin: 15px 0 25px;
  }
}
#how-to-enrol .app-step-header .app-step-header-divider img {
  width: 223px;
}

.app-step-remark {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .app-step-remark {
    margin-top: 15px;
  }
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #005642;
  background: linear-gradient(90deg, rgb(0, 86, 66) 0%, rgb(115, 209, 164) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005642", endColorstr="#73D1A4", GradientType=1);
}
.sticky-footer-inner {
  padding: 15px;
  max-width: 1430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 971px) {
  .sticky-footer-inner {
    padding: 20px;
  }
}
.sticky-text {
  font-size: 20px;
  line-height: 24px;
  color: white;
  padding-right: 10px;
}
@media (min-width: 971px) {
  .sticky-text {
    font-size: 26px;
    line-height: 30px;
  }
}
.sticky-btn {
  display: flex;
  justify-content: center;
}
.sticky-btn a, .sticky-btn > div:not(.welcome-answer-btn-app-icon) {
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background: #005642;
  background: linear-gradient(90deg, rgb(0, 86, 66) 0%, rgb(18, 126, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005642", endColorstr="#127E69", GradientType=1);
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  width: 192px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 971px) {
  .sticky-btn a, .sticky-btn > div:not(.welcome-answer-btn-app-icon) {
    width: 240px;
    font-size: 24px;
    line-height: 26px;
  }
}
.sticky-btn a:after, .sticky-btn > div:not(.welcome-answer-btn-app-icon):after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.sticky-btn a:hover:after, .sticky-btn > div:not(.welcome-answer-btn-app-icon):hover:after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}
.sticky-btn a span, .sticky-btn > div:not(.welcome-answer-btn-app-icon) span {
  padding-right: 30px;
  position: relative;
}
.sticky-btn a span:after, .sticky-btn > div:not(.welcome-answer-btn-app-icon) span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("../images/2arrow.png");
  width: 20px;
  height: 16px;
  background-size: contain;
}

.app-section {
  display: inline-block;
  margin: 0;
}
.app-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.app-section .app-icon {
  margin-bottom: 20px;
  justify-content: center;
}
.app-section .app-download {
  justify-content: space-between;
}
.app-section .app-download img {
  max-height: 52px;
}
.app-section .app-download img:lang(en) {
  max-height: 47px;
}
.app-row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (min-width: 971px) {
  .app-row {
    margin-bottom: 10px;
    justify-content: space-between;
  }
}
.app-row:last-child {
  margin-bottom: 0;
}
.app-column:not(.full):first-child {
  margin-right: 10px;
  width: 86px;
  min-width: 86px;
}
.app-column:not(.full):last-child {
  margin-left: 10px;
  width: 86px;
  min-width: 86px;
}
@media (min-width: 640px) {
  .app-column.qrcode {
    min-width: 86px;
    width: 86px;
  }
}

#btnModal1 .modal-content,
#btnModal2 .modal-content {
  top: 50%;
}

#appModal .modal-content {
  top: 50%;
  padding: 40px 15px 15px;
}
#appModal .modal-content .close {
  top: 10px;
}
#appModal .modal-popup-btn {
  max-width: 768px;
  background-color: #fff;
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#appModal .modal-popup-btn a {
  display: block;
  color: #005642;
  padding: 2px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #005642;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.exclusive .section-desc {
  margin-bottom: 50px;
}
@media (min-width: 971px) {
  .exclusive .section-desc {
    margin-bottom: 60px;
  }
}

.tax-season-offer {
  background: #FBFBFB;
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgb(251, 251, 251) 20%, rgb(231, 243, 239) 50%, rgb(251, 251, 251) 80%, rgba(251, 251, 251, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FBFBFB", endColorstr="#FBFBFB", GradientType=1);
  padding: 0px 0;
}
.tax-season-offer-header {
  display: flex;
}
.tax-season-offer-header span {
  background: #209162;
  background: linear-gradient(90deg, rgb(32, 145, 98) 0%, rgb(103, 200, 112) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#209162", endColorstr="#67C870", GradientType=1);
  color: #fff;
  font-weight: bold;
  border-radius: 30px 5px 30px 5px;
  position: relative;
  padding: 10px 20px 10px 55px;
  font-size: 20px;
  line-height: 28px;
  margin-top: -24px;
}
@media (min-width: 971px) {
  .tax-season-offer-header span {
    margin-top: -27px;
    padding: 10px 20px 10px 65px;
    font-size: 24px;
    line-height: 34px;
  }
}
.tax-season-offer-header span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: url("../images/icon-tax.png") no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 26px;
}
@media (min-width: 971px) {
  .tax-season-offer-header span:before {
    left: 20px;
    width: 42px;
    height: 36px;
  }
}
.tax-season-offer-title {
  font-size: 20px;
  line-height: 30px;
  color: #0e4b42;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .tax-season-offer-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.tax-season-offer-desc {
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .tax-season-offer-desc {
    margin-bottom: 20px;
  }
}
.tax-season-offer-desc p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
@media (min-width: 971px) {
  .tax-season-offer-desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
.tax-season-offer-btn-inner {
  background: #005642;
  background: linear-gradient(90deg, rgb(0, 86, 66) 0%, rgb(18, 126, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005642", endColorstr="#127E69", GradientType=1);
  padding: 2px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
}
.tax-season-offer-btn-inner:hover {
  transition-duration: 0.4s;
  background: #005642;
}
.tax-season-offer-btn-inner:hover a {
  transition-duration: 0.4s;
  background: #005642;
}
.tax-season-offer-btn-inner:hover a span {
  color: #fff;
}
.tax-season-offer-btn a {
  background: #fff;
  width: 160px;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
}
@media (min-width: 971px) {
  .tax-season-offer-btn a {
    padding: 11px;
    width: 170px;
  }
}
.tax-season-offer-btn a span {
  font-weight: bold;
  color: #005642;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 971px) {
  .tax-season-offer-btn a span {
    font-size: 20px;
    line-height: 28px;
  }
}
.tax-season-offer-detail {
  padding: 15px 15px 20px;
}
@media (min-width: 971px) {
  .tax-season-offer-detail {
    padding: 25px 25px 35px;
    display: flex;
  }
}
.tax-season-offer-info {
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .tax-season-offer-info {
    margin-bottom: 0px;
    width: calc(100% - 250px);
    padding-right: 30px;
  }
}
.tax-season-offer-img {
  width: 180px;
  min-width: 180px;
  margin: 0 auto;
}
@media (min-width: 971px) {
  .tax-season-offer-img {
    width: 280px;
    min-width: 280px;
    margin: 0;
  }
}

.swiper-tab {
  background: #fff;
  border-radius: 20px;
}
.swiper-tab .tab-header {
  max-width: 1000px;
  margin: 0 auto;
}
.swiper-tab .tab-header .tab-btn {
  font-size: 18px;
  line-height: 28px;
  border-radius: 15px;
  padding: 12px 12px 12px;
  background: #aed8c9;
  color: #0e4b42;
  width: calc(50% - 10px);
}
@media (min-width: 971px) {
  .swiper-tab .tab-header .tab-btn {
    padding: 30px 30px;
    font-size: 30px;
    line-height: 38px;
  }
}
.swiper-tab .tab-header .tab-btn:nth-child(1) {
  margin-right: 10px;
}
.swiper-tab .tab-header .tab-btn:nth-child(2) {
  margin-left: 10px;
}
.swiper-tab .tab-header .tab-btn.active {
  background: #0e4b42;
  color: #fff;
}
@media (min-width: 971px) {
  .swiper-tab .tab-header .tab-btn.active#pse_app_family_account_btn span:after {
    bottom: -22px;
  }
}
.swiper-tab .tab-header .tab-btn.active span {
  position: relative;
  padding-right: 30px;
}
.swiper-tab .tab-header .tab-btn.active span:after {
  content: "";
  background: url("../images/account/tab-arrow.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 971px) {
  .swiper-tab .tab-header .tab-btn.active span:after {
    width: 20px;
    height: 24px;
  }
}
.swiper-tab .tab-content-container {
  background: #fff;
}/*# sourceMappingURL=style.css.map */