@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&family=Noto+Sans+TC:wght@100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  font-family: "Be Vietnam Pro", "Microsoft JhengHei", "Heiti TC", sans-serif;
  margin: 0;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; /*消除點擊元素時出現半透明區塊*/
  background-color: var(--cis-blue);
}
ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
a, a:hover, button {
  text-decoration: none;
  outline: none; /*消除點擊後邊框*/
  cursor: pointer;
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  outline: none;
  display: block;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /*消除輸入時有X*/
}
main {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
input {
  -webkit-appearance: none;
}
.frward {
  direction: ltr; /* 順向排列 */
}
.opposite {
  direction: rtl; /* 反向排列 */
}
.text-c {
  text-align: center;
}
.pad-b-bs {
  padding-bottom: 50px !important;
}
.pad-b-ms {
  padding-bottom: 30px !important;
}
.dp_rwd {
  display: none;
}
.bgc-1 {
  background-color: #eee;
}
.bgc-2 {
  background-color: #fff9b1;
}
.bgc-3 {
  background-color: #181f3c;
}
.bgc-4 {
  background-color: #b81b22;
}
.bgc-5 {
  background-color: #87713a;
}
@media screen and (max-width:1199px) {
  main {
    padding: 5.859vw 0; /*60*/
  }
  article {
    padding: 0 4.883vw; /*50*/
  }
  .pad-b-bs {
    padding-bottom: 4.883vw; /*50*/
  }
  .pad-b-ms {
    padding-bottom: 2.93vw; /*30*/
  }
}
@media screen and (max-width: 575px) {
  main {
    padding: 8.333vw 0; /*30*/
  }
  article {
    padding: 0 15px;
  }
  .pad-b-bs {
    padding-bottom: 8.333vw; /*30*/
  }
  .pad-b-ms {
    padding-bottom: 4.167vw; /*15*/
  }
}
/* 主視覺
*****************************************/
.top-bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/top_bg_web.webp");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e8e9e7;
  display: flex;
  align-items: center;
}
.top-bg .txt {
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
  padding-left: 5.208vw; /*100*/
}
.top-bg .txt h1 {
  width: 100%;
  font-size: 4.688vw; /*90*/
  line-height: 5.729vw; /*110*/
  color: #005bac;
  padding-bottom: 1.563vw; /*30*/
  font-weight: 700;
}
.top-bg .txt p {
  width: 100%;
  font-size: 1.875vw; /*36*/
  line-height: 2.5vw; /*48*/
  color: #666;
  font-weight: 500;
}
.top-bg .txt .two {
  font-size: 5.208vw; /*100*/
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .top-bg {
    background-image: url("../images/top_bg_rwd.webp");
    background-position: center bottom;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .top-bg .txt {
    padding: 15vh 50px 0;
    text-align: center;
  }
  .top-bg .txt h1 {
    font-size: 8.594vw; /*88*/
    line-height: 10.742vw; /*110*/
    padding-bottom: 2.93vw; /*30*/
  }
  .top-bg .txt p {
    font-size: 3.516vw; /*36*/
    line-height: 4.688vw; /*48*/
  }
  .top-bg .txt .two {
    font-size: 9.766vw; /*100*/
  }
}
@media screen and (max-width: 575px) {
  .top-bg {
    background-size: 72vh auto;
  }
  .top-bg .txt {
    padding: 13vh 0 0;
  }
  .top-bg .txt h1 {
    font-size: 10vw; /*36*/
    line-height: 12.222vw; /*44*/
    padding: 0 8.333vw 4.167vw; /*30 15*/
  }
  .top-bg .txt p {
    font-size: 5.556vw; /*20*/
    line-height: 7.778vw; /*28*/
    padding: 0 8.333vw; /*30*/
  }
  .top-bg .txt .two {
    font-size: 10.556vw; /*38*/
    position: relative;
    top: 1px;
  }
}
/* 單元標題
*****************************************/
.unit-title {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
}
.unit-title h2, .unit-title h3, .unit-title h4 {
  font-size: 60px;
  line-height: 90px;
  color: #005bac;
  font-weight: 700;
}
.unit-title h5 {
  font-size: 32px;
  line-height: 48px;
}
.unit-title .top {
  padding: 2px 10px;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
}
.unit-title h4 br {
  display: none;
}
@media screen and (max-width: 1199px) {
  .unit-title .line-h {
    line-height: 72px !important;
  }
}
@media screen and (max-width: 991px) {
  .unit-title h2, .unit-title h3, .unit-title h4 {
    font-size: 6.25vw; /*48*/
    line-height: 9.375vw; /*72*/
  }
  .unit-title h5 {
    font-size: 28px;
    line-height: 40px;
  }
  .unit-title .top {
    margin-left: 5px;
  }
  .unit-title .line-h {
    line-height: 60px !important;
  }
}
@media screen and (max-width: 575px) {
  .unit-title .lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .unit-title h2 {
    font-size: 9.444vw; /*34*/
    line-height: 12.222vw; /*44*/
  }
  .unit-title .top {
    padding: 0.556vw 1.389vw; /*2 5*/
    margin-left: 1.389vw; /*5*/
  }
  .unit-title h3 {
    font-size: 8.333vw; /*30*/
    line-height: 13.333vw; /*48*/
  }
  .unit-title h4 {
    font-size: 9.444vw; /*34*/
    line-height: 12.222vw; /*44*/
  }
  .unit-title h4 br {
    display: block;
  }
  .unit-title h5 {
    font-size: 5.556vw; /*20*/
    line-height: 8.333vw; /*30*/
  }
  .unit-title .line-h {
    line-height: 12.222vw !important;
  }
}
/* 崁入影片
*****************************************/
.index_vendor {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.563vw; /*30*/
}
.vendor {
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  position: relative;
}
.vendor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .index_vendor {
    padding: 0 4.883vw; /*50*/
    grid-template-columns: 1fr;
    grid-gap: 2.93vw; /*30*/
  }
}
@media screen and (max-width: 575px) {
  .index_vendor {
    padding: 0 15px;
    grid-gap: 30px;
  }
}
/* table
*****************************************/
.a-table table {
  font-size: 16px;
  line-height: 20px;
}
.b-table table {
  font-size: 18px;
  line-height: 24px;
}
.c-table table {
  font-size: 16px;
  line-height: 20px;
}
.a-table table, .b-table table, .c-table table {
  width: 100%;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-collapse: collapse;
}
.a-table td, .b-table td, .c-table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.a-table tr:nth-child(1), .b-table tr:nth-child(1) {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #005bac !important;
}
.c-table tr:nth-child(1) {
  font-size: 16px;
  color: #fff;
  background-color: #005bac !important;
}
.a-table tr:nth-child(1) td, .b-table tr:nth-child(1) td, .c-table tr:nth-child(1) td {
  border: 1px solid #005bac !important;
}
.table-top {
  width: 52px;
  height: 35px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url("../images/arrow-up.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.table-border-lno {
  border-left: none !important;
}
.table-count {
  font-size: 24px;
  line-height: 24px;
  color: #fff67f;
  background-color: #b81b22;
}
.tch {
  height: 70px !important;
}
@media screen and (max-width: 1199px) {
  .a-table table, .c-table table {
    font-size: 1.563vw; /*16*/
    line-height: 1.953vw; /*20*/
  }
  .a-table tr:nth-child(1), .b-table tr:nth-child(1), .table-count {
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw; /*24*/
  }
  .c-table tr:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
    height: 62px;
  }
  .tch {
    height: 85px !important;
  }
}
@media screen and (max-width: 991px) {
  .b-table table {
    font-size: 16px;
    line-height: 20px;
  }
  .c-table tr:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .a-table table, .c-table table {
    font-size: 3.889vw; /*14*/
    line-height: 5vw; /*18*/
  }
  .b-table table {
    font-size: 4.444vw; /*16*/
    line-height: 5.556vw; /*20*/
  }
  .a-table tr:nth-child(1), .b-table tr:nth-child(1), .table-count {
    font-size: 5.556vw; /*20*/
    line-height: 7.778vw; /*28*/
  }
  .c-table tr:nth-child(1) {
    font-size: 3.889vw; /*14*/
    line-height: 5vw; /*18*/
    height: 16.667vw; /*60*/
  }
  .table-top {
    width: 37px;
    height: 25px;
    font-size: 10px;
    line-height: 15px;
    right: 0;
  }
  .tcw-1 {
    width: 600px !important;
  }
  .tcw-2 {
    width: 720px !important;
  }
  .tch {
    height: 23.611vw !important;
  }
}
/* 通貨膨脹
*****************************************/
.inflation {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.inflation p {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 25px 0;
  font-weight: 300;
}
.inflation p span {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #b81c22;
  margin-left: 10px;
  border-radius: 3px;
}
.inflation .ps {
  font-size: 14px;
  text-align: right;
  padding-top: 15px;
}
@media screen and (max-width: 1199px) {
  .inflation p {
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw; /*24*/
    margin: 2.441vw 0; /*25*/
  }
  .inflation p span {
    font-size: 3.516vw; /*36*/
    line-height: 3.516vw;
  }
}
@media screen and (max-width: 575px) {
  .inflation {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .inflation p {
    font-size: 5.556vw; /*20*/
    line-height: 5.556vw; /*20*/
    margin: 5.556vw 0; /*20*/
  }
  .inflation p span {
    font-size: 7.222vw; /*26*/
    line-height: 7.222vw;
    margin-left: 5px;
  }
  .inflation .ps {
    font-size: 3.889vw; /*14*/
    text-align: center;
    padding-top: 10px;
  }
}
/* 準備退休金
*****************************************/
.pension {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
}
.pension .bgp-1 {
  background-image: url("../images/photo-3.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pension .bgp-2 {
  width: 100%;
  height: 300px;
  background-image: url("../images/photo-4.webp");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.pension .bgp-2 p {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 38px;
  line-height: 62px;
  color: #005bac;
  font-weight: 700;
}
.pension .bgp-2 p span {
  font-size: 52px;
  color: #b81b22;
}
.pension .ep-1 {
  width: 100%;
  text-align: center;
  padding: 30px;
}
.pension .ep-1 p {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  font-size: 36px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}
.pension .ep-1 .tp {
  font-size: 48px;
  color: #fff67f;
}
.pension .ep-1 .ps {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .pension .bgp-2 {
    height: 24.414vw; /*250*/
    padding-left: 4.883vw; /*50*/
  }
  .pension .bgp-2 p {
    font-size: 3.125vw; /*32*/
    line-height: 5.469vw; /*56*/
  }
  .pension .bgp-2 p span {
    font-size: 4.297vw; /*44*/
  }
  .pension .ep-1 p {
    font-size: 3.516vw; /*36*/
    line-height: 5.859vw; /*60*/
  }
  .pension .ep-1 .tp {
    font-size: 4.688vw; /*48*/
  }
  .pension .ep-1 .ps {
    font-size: 1.758vw; /*18*/
  }
}
@media screen and (max-width: 575px) {
  .pension {
    grid-row-gap: 15px;
  }
  .pension .bgp-2 {
    height: auto;
    background-image: url("../images/photo-4.webp");
    background-position: right bottom;
    background-size: 200%;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 15px 55vw;
  }
  .pension .bgp-2 p {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .pension .bgp-2 p span {
    font-size: 30px;
  }
  .pension .ep-1 {
    padding: 30px;
  }
  .pension .ep-1 p {
    font-size: 24px;
    line-height: 36px;
  }
  .pension .ep-1 .tp {
    font-size: 28px;
  }
  .pension .ep-1 .ps {
    font-size: 12px;
  }
}
/* 事半功倍
*****************************************/
.double {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  text-align: center;
}
.double .con {
  background-color: #11466c;
}
.double h2 {
  width: 100%;
  font-size: 40px;
  line-height: 40px;
  color: #11466c;
  padding: 15px 0 30px;
  font-weight: 600;
  background-color: #fff;
}
.double h2 span {
  color: #fff;
  background-color: #87713a;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.double h6 {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #00c8ff;
}
.double p {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 30px;
}
.double .sp {
  font-size: 24px;
  line-height: 36px;
}
.double .step {
  width: 100%;
  padding: 30px 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .double h2 {
    font-size: 3.906vw; /*40*/
    line-height: 3.906vw; /*40*/
    padding: 1.465vw 0 2.93vw; /*15 30*/
  }
  .double h6 {
    font-size: 3.516vw; /*36*/
    line-height: 3.516vw; /*36*/
    padding-bottom: 0.977vw; /*10*/
    margin-bottom: 1.465vw; /*15*/
  }
  .double p {
    font-size: 2.93vw; /*30*/
    line-height: 3.906vw; /*40*/
    padding: 0 15px; /*15*/
  }
  .double .sp {
    font-size: 2.344vw; /*24*/
    line-height: 3.516vw; /*36*/
    text-align: justify;
  }
  .double .step {
    padding: 2.93vw 1.465vw; /*30 15*/
  }
}
@media screen and (max-width: 575px) {
  .double {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .double h2 {
    font-size: 8.333vw; /*30*/
    line-height: 8.333vw; /*30*/
    padding: 8.333vw 0 5.556vw; /*30 20*/
  }
  .double h2 span {
    padding: 2px 8px;
    margin-right: 5px;
  }
  .double h6 {
    font-size: 8.333vw; /*30*/
    line-height: 8.333vw; /*30*/
    padding-bottom: 1.667vw; /*6*/
    margin-bottom: 2.778vw; /*10*/
  }
  .double p {
    font-size: 5.556vw; /*20*/
    line-height: 8.333vw; /*30*/
  }
  .double .sp {
    font-size: 5.556vw; /*20*/
    line-height: 8.333vw; /*30*/
  }
  .double .step {
    padding: 4.167vw; /*15*/
  }
}
/* 方案
*****************************************/
.case-title {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  width: 100%;
  padding: 30px 15px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.case-title p {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #fff67f;
}
.case-title p br {
  display: none;
}
.case-tablebox {
  width: 100%;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.case-step {
  font-family: "Manrope", sans-serif;
  width: 120px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.case-svg {
  width: 120px;
  position: relative;
  left: -120px;
  filter: drop-shadow(120px 0 rgba(135, 113, 58, 1))
}
.case-step-txt {
  position: absolute;
  z-index: 100;
  margin-top: -10px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.case-step-txt span {
  font-size: 48px;
  line-height: 48px;
}
.case-ps {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
}
.key-f .pt {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #11466c;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
}
.key-f ol {
  list-style-type: '# ';
  padding-left: 20px;
}
.key-f li {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1199px) {
  .case-title {
    padding: 2.93vw 1.465vw; /*30 15*/
    font-size: 3.516vw; /*36*/
    line-height: 3.516vw; /*36*/
  }
  .case-title p {
    font-size: 2.93vw; /*30*/
    line-height: 2.93vw; /*30*/
    padding-bottom: 1.953vw; /*20*/
  }
  .case-step {
    width: 9.766vw; /*100*/
    left: 4.883vw; /*50*/
    top: -5.859vw; /*60*/
  }
  .case-svg {
    width: 9.766vw;
    left: -9.766vw;
    filter: drop-shadow(9.766vw 0 rgba(135, 113, 58, 1))
  }
  .case-step-txt {
    margin-top: -0.977vw; /*10*/
    font-size: 1.758vw; /*18*/
    line-height: 2.148vw; /*22*/
  }
  .case-step-txt span {
    font-size: 4.297vw; /*44*/
    line-height: 4.297vw; /*44*/
  }
}
@media screen and (max-width: 991px) {
  .key-f .pt {
    font-size: 20px;
    line-height: 20px;
  }
  .key-f li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .case-title {
    padding: 5.556vw; /*20*/
    font-size: 6.111vw; /*22*/
    line-height: 8.889vw; /*32*/
  }
  .case-title p {
    font-size: 5vw; /*18*/
    line-height: 8.333vw; /*30*/
    padding-bottom: 1.389vw; /*5*/
  }
  .case-title p br {
    display: block;
  }
  .case-tablebox {
    grid-template-columns: 18% 82%;
  }
  .case-step {
    width: 16.667vw; /*60*/
    left: 15px; /*15*/
    top: -8.333vw; /*30*/
  }
  .case-svg {
    width: 16.667vw;
    left: -16.667vw;
    filter: drop-shadow(16.667vw 0 rgba(135, 113, 58, 1))
  }
  .case-step-txt {
    margin-top: -1.389vw; /*5*/
    font-size: 3.333vw; /*12*/
    line-height: 4.444vw; /*16*/
  }
  .case-step-txt span {
    font-size: 6.667vw; /*24*/
    line-height: 6.667vw; /*24*/
  }
  .case-ps {
    font-size: 3.889vw; /*14*/
    line-height: 5.556vw; /*20*/
  }
  .key-f .pt {
    font-size: 5vw; /*18*/
    line-height: 5vw; /*18*/
  }
  .key-f ol {
    padding-left: 15px;
  }
  .key-f li {
    font-size: 3.889vw; /*14*/
    line-height: 5.556vw; /*20*/
    padding-bottom: 10px;
  }
}
/* 穩穩退休方案的優勢
*****************************************/
.retire {
  font-family: "Manrope", "Noto Sans TC", sans-serif;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.retire .con {
  background-color: #11466c;
}
.retire .txt {
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.retire h6 {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #00c8ff;
}
.retire p {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1199px) {
  .retire {
    grid-gap: 30px;
  }
  .retire .txt {
    padding: 20px;
  }
  .retire h6 {
    font-size: 24px;
    line-height: 24px;
  }
  .retire p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .retire {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .retire {
    grid-template-columns: repeat(2, 1fr);
  }
  .retire .txt {
    padding: 20px 10px;
  }
  .retire h6 {
    font-size: 5.556vw; /*20*/
    line-height: 5.556vw; /*20*/
    margin-bottom: 8px;
  }
  .retire p {
    font-size: 3.889vw; /*14*/
    line-height: 5.556vw; /*20*/
  }
}
/* 投資工具具備下列特點
*****************************************/
.seven-top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.seven-top .in {
  font-size: 30px;
  line-height: 30px;
  background-color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #181f3c;
}
.seven-top .title {
  padding: 20px;
  background-color: #003d6d;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .seven-top .in {
    font-size: 24px;
    line-height: 24px;
  }
  .seven-top .title {
    padding: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .seven-top {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 767px) {
  .seven-top .in {
    font-size: 5vw;
    line-height: 5vw;
  }
  .seven-top .title {
    padding: 15px;
    margin-right: 15px;
  }
}
/* 瞭解更多
*****************************************/
.contact {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  color: #fff;
  margin-bottom: 50px;
}
.contact .qrcode {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact .qrcode .line {
  width: 150px;
  padding-bottom: 30px;
}
.contact .qrcode .app {
  display: grid;
  grid-template-columns: 150px 150px;
  grid-gap: 50px;
}
.contact .qrcode .app div {
  padding-bottom: 30px;
}
.contact .qrcode .txt {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact .qrcode .txt span {
  font-weight: 600;
  color: #93da49;
}
.contact .qrcode button, .contact .qrcode .appbt {
  display: none;
}
.form-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.form-content .block {
  display: flex;
  align-items: center;
}
.form-content .recer {
  font-size: 16px;
  line-height: 16px;
  background-color: #93da49;
  color: #181f3c;
  border: none;
  border-radius: 3px;
  padding: 10px;
}
.form-content .nb {
  width: 200px;
  height: 50px;
  background-color: #fff;
}
.form-content .ps {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.form-content .ps a {
  color: #93da49;
}
.form-content .verify {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.form-content .verify-btn {
  font-family: "Be Vietnam Pro", "Microsoft JhengHei", "Heiti TC", sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  padding: 18px 0;
  background-color: #93da49;
  color: #181f3c;
  border: none;
  border-radius: 3px;
}
.form-content .nev {
  grid-column: 1 / 3;
}
@media screen and (max-width: 1199px) {
  .contact {
    grid-template-columns: 1fr;
    margin-bottom: 4.883vw; /*50*/
  }
  .contact .qrcode .line, .contact .qrcode .app {
    display: none;
  }
  .contact .txt {
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw; /*24*/
  }
  .contact .qrcode button {
    font-size: 2.344vw; /*24*/
    line-height: 2.344vw;
    color: #fff;
    padding: 1.953vw 2.93vw; /*20 30*/
    background-color: #2cbf13;
    border: none;
    margin-top: 2.93vw; /*30*/
    border-radius: 5px;
    display: block;
  }
  .contact .qrcode .appbt {
    display: grid;
    grid-template-columns: 20.508vw 20.508vw; /*210*/
    grid-gap: 30px;
    margin-top: 2.93vw; /*30*/
  }
  .contact .qrcode .appbt div img {
    border-radius: 5px;
  }
  .form-content {
    grid-gap: 2.93vw; /*30*/
  }
  .form-content .verify {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-content .nev {
    grid-column: 1 / 1;
  }
  /*  .form-content .verify {
    grid-template-columns: 33.333% 200px auto;
  }*/
  .form-content .ps {
    font-size: 1.563vw; /*16*/
    line-height: 2.344vw; /*24*/
  }
}
@media screen and (max-width: 575px) {
  .contact {
    grid-gap: 8.333vw; /*30*/
    padding: 0 15px;
    margin-bottom: 8.333vw; /*30*/
  }
  .contact .qrcode .txt {
    font-size: 5.556vw; /*20*/
    line-height: 8.333vw; /*30*/
  }
  .contact .qrcode button {
    font-size: 5.556vw; /*20*/
    line-height: 5.556vw;
    padding: 4.167vw 5.556vw; /*15 20*/
    margin-top: 4.167vw; /*15*/
  }
  .contact .qrcode .appbt {
    display: grid;
    grid-template-columns: 45.833vw; /*165*/
    grid-gap: 4.167vw; /*15*/
    margin-top: 4.167vw; /*15*/
  }
  .form-content {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  /*  .form-content .verify {
    grid-template-columns: 100px auto;
  }*/
  .form-content .ps {
    font-size: 16px;
    line-height: 24px;
  }
}
/* footer
*****************************************/
footer {
  width: 100%;
  padding: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 18px;
  background-color: #181f3c;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer {
    font-size: 1.758vw;
    line-height: 1.758vw;
    padding: 4.883vw;
  }
}
@media screen and (max-width: 575px) {
  footer {
    font-size: 3.889vw;
    line-height: 6.667vw;
    justify-content: center;
    flex-direction: column;
    padding: 4.167vw;
  }
}