/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
.black {
  color: #0c0c0c; }

.gray {
  color: #868686; }

.light-gray {
  color: #aaaaaa; }

.dark {
  color: #3b3b3b; }

.orange {
  color: #ea5413 !important; }

.blue {
  color: #023894; }

.bold {
  font-weight: bold; }

.left {
  float: left; }

.gray-dot-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #aaa; }

.ls1 {
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.lh200 {
  line-height: 200%; }

.mg20 {
  margin: 20px !important; }

.mg0 {
  margin: 0px !important; }

.up-text {
  text-transform: uppercase; }

.bread-divide-space {
  height: 120px;
  clear: both;
  width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .bread-divide-space {
      height: 70px;
      clear: both; } }

.line {
  display: inline-block;
  width: 100%; }
  .line.dot {
    border-top: 1px dotted #868686; }

.divide-space-10 {
  height: 10px;
  clear: both;
  width: 100%; }

.divide-space-20 {
  height: 20px;
  clear: both;
  width: 100%; }

.divide-space-30 {
  height: 30px;
  clear: both;
  width: 100%; }
  @media screen and (max-width: 63.9375em) {
    .divide-space-30 {
      height: 20px;
      clear: both; } }

.divide-space-50 {
  height: 50px;
  clear: both;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-50 {
      height: 40px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-50 {
      height: 30px;
      clear: both; } }

.divide-space-80 {
  height: 80px;
  clear: both;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .divide-space-80 {
      height: 40px;
      clear: both; } }
  @media screen and (max-width: 39.9375em) {
    .divide-space-80 {
      height: 30px;
      clear: both; } }

.c-divide-space-10 {
  height: 10px;
  clear: both; }

.c-divide-space-50 {
  height: 50px;
  clear: both; }

.c-divide-space-100 {
  height: 100px;
  clear: both; }
  @media screen and (max-width: 39.9375em) {
    .c-divide-space-100 {
      height: 50px;
      clear: both; } }

ul.list_decimal {
  list-style-type: decimal;
  padding-left: 95px;
  color: #ea5413; }
  @media screen and (max-width: 39.9375em) {
    ul.list_decimal {
      padding-left: 80px; } }

.btn-box {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  padding: 10px 25px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  margin: 0px 15px; }
  @media screen and (max-width: 39.9375em) {
    .btn-box {
      margin: 15px; } }
  .btn-box .btn_w {
    display: inline-block;
    line-height: 30px;
    color: #919191;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .btn-box .btn_w.arrow {
      position: relative;
      left: 7.5px; }
  .btn-box .show-arrow {
    width: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-box.add-card {
    width: 12.5%; }
    @media screen and (max-width: 48em) {
      .btn-box.add-card {
        width: 30%; } }
  .btn-box:hover {
    -webkit-box-shadow: 0 0 25px rgba(2, 56, 148, 0.3);
            box-shadow: 0 0 25px rgba(2, 56, 148, 0.3); }
    .btn-box:hover.hover {
      background: #023894; }
      .btn-box:hover.hover p {
        color: #fff; }
    .btn-box:hover .show-arrow {
      opacity: 1;
      visibility: visible;
      -webkit-transform: rotate(180deg) translateX(-5px);
              transform: rotate(180deg) translateX(-5px); }
  .btn-box.active {
    background: #023894; }
    .btn-box.active p {
      color: #fff; }
  .btn-box.next-list {
    background: #023894;
    padding: 12px 35px;
    margin-bottom: 70px; }
    .btn-box.next-list .btn_w {
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px;
      position: relative;
      left: 7.5px; }
    .btn-box.next-list .show-arrow {
      visibility: hidden; }
    .btn-box.next-list:hover {
      -webkit-box-shadow: 0 0 25px rgba(2, 56, 148, 0.3);
              box-shadow: 0 0 25px rgba(2, 56, 148, 0.3); }
      .btn-box.next-list:hover .show-arrow {
        visibility: visible; }

.btn_color {
  border-radius: 9px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding: 15px 20px;
  min-width: 270px;
  width: 100%;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  border: 2px solid #fdfdfd;
  /*   background-image: -moz-linear-gradient( -60deg, rgb(248,248,248) 0%, rgb(255,255,255) 66%, rgb(242,242,242) 66%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( -60deg, rgb(248,248,248) 0%, rgb(255,255,255) 66%, rgb(242,242,242) 66%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( -60deg, rgb(248,248,248) 0%, rgb(255,255,255) 66%, rgb(242,242,242) 66%, rgb(255,255,255) 100%); */
  -webkit-box-shadow: 0px 0px 13px 0px rgba(1, 1, 1, 0.13);
          box-shadow: 0px 0px 13px 0px rgba(1, 1, 1, 0.13);
  font-weight: 400; }
  @media screen and (max-width: 85em) {
    .btn_color {
      min-width: 100%; } }
  .btn_color .show-arrow {
    width: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden; }
  .btn_color:hover {
    color: #ea5413;
    border: 2px solid #ffb74f; }
    .btn_color:hover .show-arrow {
      opacity: 1;
      visibility: visible;
      -webkit-transform: rotate(180deg) translateX(-5px);
              transform: rotate(180deg) translateX(-5px); }
    .btn_color:hover .icon_show {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF8A52F', endColorstr='#FFFDB44B');
      background-image: -owg-linear-gradient(left bottom, #f8a52f 0%, #fdb44b 100%);
      background-image: -webkit-gradient(linear, left bottom, right top, from(#f8a52f), to(#fdb44b));
      background-image: linear-gradient(left bottom, #f8a52f 0%, #fdb44b 100%); }
  .btn_color .icon_show {
    border: 2px solid #fff;
    border-radius: 50%;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF5BAFD2', endColorstr='#FF2C9BDA');
    background-image: -owg-linear-gradient(left bottom, #5bafd2 0%, #2c9bda 100%);
    background-image: -webkit-gradient(linear, left bottom, right top, from(#5bafd2), to(#2c9bda));
    background-image: linear-gradient(left bottom, #5bafd2 0%, #2c9bda 100%);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.19);
            box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.19);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 25px; }
    @media screen and (max-width: 85em) {
      .btn_color .icon_show {
        margin-right: 10px; } }
    .btn_color .icon_show .card_img {
      width: 30px;
      height: 30px; }
    .btn_color .icon_show .card_img-search {
      width: 24px;
      height: 24px; }
    .btn_color .icon_show .card_img-card {
      width: 33px;
      height: 30px; }

.reveal-overlay {
  z-index: 9999;
  background-color: rgba(10, 10, 10, 0.6); }

.reveal {
  border-radius: 20px;
  outline: none; }
  @media screen and (max-width: 63.9375em) {
    .reveal {
      width: 70%;
      padding: 2.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      width: 95%;
      margin: auto;
      height: calc(100vh - 100px) !important;
      min-height: calc(100vh - 150px) !important;
      padding: 20px; } }
  @media screen and (min-width: 64em) {
    .reveal.small {
      width: 55%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .reveal.small {
      width: 70%; } }
  @media screen and (max-width: 39.9375em) {
    .reveal.small {
      height: 80vh;
      min-height: 80vh; } }
  .reveal h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #023894;
    text-align: center;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 63.9375em) {
      .reveal h1 {
        font-size: 28px; } }
    @media screen and (max-width: 39.9375em) {
      .reveal h1 {
        font-size: 24px;
        margin: 30px 0 10px 0; } }
  .reveal .ticket-alert-title {
    border-bottom: 2px solid #023894; }
    .reveal .ticket-alert-title p {
      letter-spacing: 1px;
      padding: 20px 20px 20px 0px; }
  .reveal .ticket-alert-box {
    border-bottom: 2px solid #e8e8e8; }
    .reveal .ticket-alert-box p {
      letter-spacing: 1px;
      padding: 20px;
      color: #9f9f9f; }
  .reveal .alert-box ul {
    padding-left: 12px;
    padding-top: 5px; }
    .reveal .alert-box ul li {
      margin: 10px; }
      .reveal .alert-box ul li p {
        letter-spacing: 1px; }
  .reveal .barcode-box img {
    padding: 20px; }
  .reveal .prompt-txt {
    text-align: center;
    margin: 15px; }
  .reveal .close {
    background: transparent;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block; }
    .reveal .close:after {
      content: '';
      height: 30px;
      border-left: 2px solid #023894;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .reveal .close:before {
      content: '';
      height: 30px;
      border-left: 2px solid #023894;
      position: absolute;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .reveal .reveal-offer-area {
    margin: auto; }
    @media screen and (max-width: 64em) {
      .reveal .reveal-offer-area {
        width: 80%; } }
    @media screen and (max-width: 48em) {
      .reveal .reveal-offer-area {
        width: 90%; } }
    .reveal .reveal-offer-area .offer-box {
      width: calc(100% / 3 - 20px);
      margin: 0 10px;
      float: left;
      letter-spacing: 0px;
      display: inline-block; }
      @media screen and (max-width: 48em) {
        .reveal .reveal-offer-area .offer-box {
          width: calc(100% - 20px);
          margin: 15px 10px; } }
      .reveal .reveal-offer-area .offer-box .offer_icon {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 0px auto 0 auto;
        position: relative;
        z-index: 2; }
        .reveal .reveal-offer-area .offer-box .offer_icon svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .reveal .reveal-offer-area .offer-box .offer_article {
        min-height: 150px;
        border-radius: 10px;
        padding: 30px 0;
        margin: -40px 0 0 0;
        position: relative;
        z-index: 1;
        text-align: center; }
        @media screen and (max-width: 64em) {
          .reveal .reveal-offer-area .offer-box .offer_article {
            min-height: 170px; } }
        @media screen and (max-width: 39.9375em) {
          .reveal .reveal-offer-area .offer-box .offer_article {
            min-height: 100px; } }
        .reveal .reveal-offer-area .offer-box .offer_article .offer_name {
          margin: 20px 0 5px 0;
          font-weight: 600;
          letter-spacing: 2px; }
        .reveal .reveal-offer-area .offer-box .offer_article .offer_word {
          width: calc(100% - 30px);
          margin: 0 auto;
          line-height: 170%; }
        .reveal .reveal-offer-area .offer-box .offer_article.rad {
          border: 2px solid #e61360; }
          .reveal .reveal-offer-area .offer-box .offer_article.rad .offer_name {
            color: #e61360; }
        .reveal .reveal-offer-area .offer-box .offer_article.green {
          border: 2px solid #97c653; }
          .reveal .reveal-offer-area .offer-box .offer_article.green .offer_name {
            color: #97c653; }
        .reveal .reveal-offer-area .offer-box .offer_article.yellow {
          border: 2px solid #f8b500; }
          .reveal .reveal-offer-area .offer-box .offer_article.yellow .offer_name {
            color: #f8b500; }
        .reveal .reveal-offer-area .offer-box .offer_article.blue {
          border: 2px solid #02329b; }
          .reveal .reveal-offer-area .offer-box .offer_article.blue .offer_name {
            color: #02329b; }
        .reveal .reveal-offer-area .offer-box .offer_article.purple {
          border: 2px solid #b363b4; }
          .reveal .reveal-offer-area .offer-box .offer_article.purple .offer_name {
            color: #b363b4; }
  .reveal .reveal-footer-area p {
    text-align: left;
    margin: 10px 0px;
    letter-spacing: 1px; }
  .reveal .reveal-content-area {
    width: 70%;
    margin: auto; }
    @media screen and (max-width: 64em) {
      .reveal .reveal-content-area {
        width: 90%; } }
    @media screen and (max-width: 48em) {
      .reveal .reveal-content-area {
        width: 100%; } }
  .reveal .reveal-form fieldset {
    border: none;
    margin: 10px 0px;
    padding: 0;
    display: inline-block; }
    .reveal .reveal-form fieldset legend {
      margin-bottom: 10px; }
    .reveal .reveal-form fieldset .field-title {
      color: #023894; }
      .reveal .reveal-form fieldset .field-title p .required-icon {
        color: red;
        margin: 0px 1px; }
    .reveal .reveal-form fieldset .prompt-txt {
      color: #868686;
      margin-top: 10px;
      display: inline-block;
      letter-spacing: 1px; }
  .reveal .reveal-form fieldset.ticket {
    width: 100%; }
    .reveal .reveal-form fieldset.ticket input {
      width: 85%;
      border: 1px solid #cbcbcb;
      border-radius: 10px;
      height: 50px;
      padding: 10px 20px;
      display: inline-block;
      float: left; }
      @media screen and (max-width: 63.9375em) {
        .reveal .reveal-form fieldset.ticket input {
          width: 80%; } }
      @media screen and (max-width: 39.9375em) {
        .reveal .reveal-form fieldset.ticket input {
          width: 100%; } }
    .reveal .reveal-form fieldset.ticket .prompt {
      width: calc(15% - 20px);
      display: inline-block;
      float: left;
      text-align: center;
      position: relative;
      margin: 0px 10px; }
      @media screen and (max-width: 63.9375em) {
        .reveal .reveal-form fieldset.ticket .prompt {
          width: calc(20% - 20px); } }
      @media screen and (max-width: 39.9375em) {
        .reveal .reveal-form fieldset.ticket .prompt {
          width: calc(30% - 20px);
          display: none; } }
      .reveal .reveal-form fieldset.ticket .prompt .img {
        height: 50px; }
      .reveal .reveal-form fieldset.ticket .prompt .arrow_box {
        width: 500px;
        padding: 20px;
        height: auto;
        position: absolute;
        top: -220px;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-20px);
                transform: translateX(-50%) translateY(-20px);
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        background: #fff;
        border: 2px solid #ffffff;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1000; }
        @media screen and (max-width: 80em) {
          .reveal .reveal-form fieldset.ticket .prompt .arrow_box {
            left: -50%;
            overflow: hidden; } }
        @media screen and (max-width: 63.9375em) {
          .reveal .reveal-form fieldset.ticket .prompt .arrow_box {
            left: -200%;
            overflow: hidden; } }
        @media screen and (max-width: 39.9375em) {
          .reveal .reveal-form fieldset.ticket .prompt .arrow_box {
            display: none;
            overflow: hidden; } }
        .reveal .reveal-form fieldset.ticket .prompt .arrow_box .box-content {
          width: 50%;
          float: left; }
          .reveal .reveal-form fieldset.ticket .prompt .arrow_box .box-content .title {
            margin-bottom: 20px; }
        .reveal .reveal-form fieldset.ticket .prompt .arrow_box img {
          width: 80%; }
        .reveal .reveal-form fieldset.ticket .prompt .arrow_box:after, .reveal .reveal-form fieldset.ticket .prompt .arrow_box:before {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
          @media screen and (max-width: 80em) {
            .reveal .reveal-form fieldset.ticket .prompt .arrow_box:after, .reveal .reveal-form fieldset.ticket .prompt .arrow_box:before {
              left: auto; } }
          @media screen and (max-width: 63.9375em) {
            .reveal .reveal-form fieldset.ticket .prompt .arrow_box:after, .reveal .reveal-form fieldset.ticket .prompt .arrow_box:before {
              left: auto;
              right: 37.5%; } }
          @media screen and (max-width: 39.9375em) {
            .reveal .reveal-form fieldset.ticket .prompt .arrow_box:after, .reveal .reveal-form fieldset.ticket .prompt .arrow_box:before {
              left: auto;
              right: 25%; } }
        .reveal .reveal-form fieldset.ticket .prompt .arrow_box:after {
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ffffff;
          border-width: 5px;
          margin-left: -5px; }
        .reveal .reveal-form fieldset.ticket .prompt .arrow_box:before {
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ffffff;
          border-width: 8px;
          margin-left: -8px; }
      .reveal .reveal-form fieldset.ticket .prompt:hover {
        cursor: pointer; }
        .reveal .reveal-form fieldset.ticket .prompt:hover .arrow_box {
          -webkit-transform: translateX(-50%) translateY(0px);
                  transform: translateX(-50%) translateY(0px);
          opacity: 1;
          visibility: visible; }
  .reveal .reveal-form fieldset.full {
    width: 100%; }
    .reveal .reveal-form fieldset.full input {
      width: calc(100% - 50px);
      border: 1px solid #cbcbcb;
      border-radius: 10px;
      height: 50px;
      padding: 10px 20px; }
      @media screen and (max-width: 39.9375em) {
        .reveal .reveal-form fieldset.full input {
          margin-left: 10px;
          height: 40px; } }
  .reveal .reveal-form fieldset .prompt-txt {
    letter-spacing: 1px;
    line-height: 200%;
    font-weight: bold; }
  .reveal .reveal-form fieldset.no-margin {
    margin: 10px 0px; }
  .reveal .alert {
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .reveal .alert {
        margin: 30px 0 10px 0; } }
  .reveal .img_exclamation_mark {
    width: 55px;
    margin: 30px 0 10px 0; }
  .reveal .close-button {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer; }
    @media screen and (max-width: 63.9375em) {
      .reveal .close-button {
        top: 4%;
        right: 4%; } }
    @media screen and (max-width: 39.9375em) {
      .reveal .close-button {
        top: 3%;
        right: 5%; } }
  .reveal h3 {
    color: #023894; }
  .reveal .info_member_h {
    max-height: 50vh;
    overflow-y: scroll; }
    @media screen and (max-width: 39.9375em) {
      .reveal .info_member_h {
        height: 35vh;
        max-height: 35vh; } }
  .reveal h4 {
    text-align: left;
    margin: 0px 0 20px 0;
    font-size: 18px; }
    @media screen and (max-width: 39.9375em) {
      .reveal h4 {
        font-size: 16px; } }
  .reveal h5 {
    font-size: 15px; }
  .reveal p {
    margin-bottom: 40px;
    font-size: 15px; }
  .reveal .list_number {
    -webkit-padding-start: 0px;
    margin-left: 50px; }
    @media screen and (max-width: 39.9375em) {
      .reveal .list_number {
        margin: 0; } }
    .reveal .list_number li {
      margin-bottom: 40px; }
    .reveal .list_number.min_mb li {
      margin-bottom: 10px;
      margin-top: 10px; }
    .reveal .list_number.mid_mb li {
      margin-bottom: 20px;
      margin-top: 10px; }
    .reveal .list_number li ul {
      margin-left: -18px; }
  .reveal ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px; }
  .reveal ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .reveal .normal_p {
    margin-left: 35px;
    margin-bottom: 20px; }
  .reveal .line_topDash {
    border-top: 1px dotted #999; }
    .reveal .line_topDash .list_number {
      margin-left: 20px; }
    .reveal .line_topDash p {
      margin: 10px 0 20px 0; }
  .reveal .list_chinese {
    list-style-type: trad-chinese-informal; }
    .reveal .list_chinese li {
      margin: 15px 0; }
  .reveal .inside_table {
    width: 100%;
    color: #636363;
    font-weight: 300;
    margin: 20px 0 30px 0px; }
    .reveal .inside_table .bg_blue {
      background: #c7dcef;
      width: 30%; }
    .reveal .inside_table tr {
      background: #eef4fa; }
    .reveal .inside_table td {
      padding: 20px 16px;
      border: 2px solid #fff; }

/* Card Info container area */
.card-container {
  position: absolute;
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  background-color: #11c181;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF11C181', endColorstr='#FF4AE4A5');
  background-image: -owg-linear-gradient(left top, #11c181 80%, #4ae4a5 99%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(80%, #11c181), color-stop(99%, #4ae4a5));
  background-image: linear-gradient(left top, #11c181 80%, #4ae4a5 99%); }
  .card-container.big_pointBg {
    background-color: #ed8c36;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFED8C36', endColorstr='#FFE9A631');
    background-image: -owg-linear-gradient(left top, #ed8c36 80%, #e9a631 99%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(80%, #ed8c36), color-stop(99%, #e9a631));
    background-image: linear-gradient(left top, #ed8c36 80%, #e9a631 99%); }
    .card-container.big_pointBg .container-area .other_box .banner_r {
      opacity: 0.5; }
    .card-container.big_pointBg .container-area .other_box .box {
      opacity: 0.5; }
  .card-container.bigPoint_say {
    background-color: #2578f6;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF5C78E6', endColorstr='#FF2578F6');
    background-image: -owg-linear-gradient(left top, #5c78e6 80%, #2578f6 99%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(80%, #5c78e6), color-stop(99%, #2578f6));
    background-image: linear-gradient(left top, #5c78e6 80%, #2578f6 99%); }
    .card-container.bigPoint_say .container-area .other_box .banner_r {
      opacity: 0.5; }
    .card-container.bigPoint_say .container-area .other_box .box {
      opacity: 0.5; }
  .card-container .container-area {
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 0; }
    .card-container .container-area .shadow-box {
      opacity: 0.2; }
      .card-container .container-area .shadow-box .shadow {
        position: absolute; }
        .card-container .container-area .shadow-box .shadow:nth-child(1) {
          width: 35%;
          opacity: 0.3;
          top: 15%;
          left: -20%; }
        .card-container .container-area .shadow-box .shadow:nth-child(2) {
          width: 45%;
          opacity: 0.5;
          right: 0;
          top: 5%; }
    .card-container .container-area .cube-box .cube {
      position: absolute; }
      .card-container .container-area .cube-box .cube:nth-child(1) {
        width: 20%;
        opacity: 0.6;
        top: 15%;
        left: -5%;
        -webkit-animation: cube 12s linear infinite;
                animation: cube 12s linear infinite; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .card-container .container-area .cube-box .cube:nth-child(1) {
            width: 25%; } }
        @media screen and (max-width: 39.9375em) {
          .card-container .container-area .cube-box .cube:nth-child(1) {
            width: 30%; } }
    .card-container .container-area .triangle-box .triangle {
      position: absolute; }
      .card-container .container-area .triangle-box .triangle:nth-child(1) {
        width: 20%;
        opacity: 0.6;
        top: 2%;
        right: 10%;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-animation: triangle_top 8s 1s linear infinite;
                animation: triangle_top 8s 1s linear infinite; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .card-container .container-area .triangle-box .triangle:nth-child(1) {
            width: 50%;
            top: -5%; } }
        @media screen and (max-width: 39.9375em) {
          .card-container .container-area .triangle-box .triangle:nth-child(1) {
            width: 50%;
            top: -5%; } }
    .card-container .container-area .circle-box .circle {
      position: absolute; }
      .card-container .container-area .circle-box .circle:nth-child(1) {
        width: 8%;
        opacity: 0.6;
        top: 30%;
        left: 20%; }
      .card-container .container-area .circle-box .circle:nth-child(2) {
        width: 8%;
        opacity: 0.6;
        top: 50%;
        right: 12.5%; }
    .card-container .container-area .wave-box .wave {
      position: absolute; }
      .card-container .container-area .wave-box .wave:nth-child(1) {
        width: 5%;
        opacity: 0.6;
        top: 25%;
        right: 7%;
        -webkit-animation: wave 10s linear infinite;
                animation: wave 10s linear infinite; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .card-container .container-area .wave-box .wave:nth-child(1) {
            width: 15%; } }
        @media screen and (max-width: 39.9375em) {
          .card-container .container-area .wave-box .wave:nth-child(1) {
            width: 25%; } }
      .card-container .container-area .wave-box .wave:nth-child(2) {
        width: 8%;
        opacity: 0.6;
        bottom: 5%;
        left: 20%;
        -webkit-animation: wave 13s 3s linear infinite;
                animation: wave 13s 3s linear infinite; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .card-container .container-area .wave-box .wave:nth-child(2) {
            width: 15%; } }
        @media screen and (max-width: 39.9375em) {
          .card-container .container-area .wave-box .wave:nth-child(2) {
            width: 25%; } }
    .card-container .container-area .line-box {
      opacity: 0.1;
      z-index: 1; }
      .card-container .container-area .line-box .line {
        height: 100vh;
        width: 100vw;
        position: relative;
        background: url(../images/card_info/green/line-bg.svg); }
    .card-container .container-area .other_box .item {
      position: absolute; }
    .card-container .container-area .other_box .banner_l {
      top: -5%;
      left: 0;
      width: 40%; }
      @media screen and (max-width: 39.9375em) {
        .card-container .container-area .other_box .banner_l {
          display: none; } }
    .card-container .container-area .other_box .banner_r {
      top: 5%;
      right: 0;
      width: 40%; }
      .card-container .container-area .other_box .banner_r img {
        width: 100%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .card-container .container-area .other_box .banner_r {
          top: 25%;
          width: 50%; } }
      @media screen and (max-width: 39.9375em) {
        .card-container .container-area .other_box .banner_r {
          display: none; } }
    .card-container .container-area .other_box .box {
      width: calc((70 / 1920) * 100%);
      top: 25%;
      left: 23%; }
      @media screen and (max-width: 39.9375em) {
        .card-container .container-area .other_box .box {
          width: 25%; } }
    .card-container .container-area .other_box .cart {
      opacity: 0.6;
      width: calc((109 / 1920) * 100%);
      -webkit-animation: cube 12s linear infinite;
              animation: cube 12s linear infinite;
      top: 23%;
      right: 27%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .card-container .container-area .other_box .cart {
          width: 8%; } }
    .card-container .container-area .other_box .cash {
      opacity: 0.4;
      width: calc((93 / 1920) * 100%);
      top: 15%;
      left: 15%;
      -webkit-animation: wave 20s 1s linear infinite;
              animation: wave 20s 1s linear infinite; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .card-container .container-area .other_box .cash {
          width: 10%;
          top: 34%; } }
    .card-container .container-area .other_box .coin {
      opacity: 0.4;
      width: calc((55 / 1920) * 100%);
      top: 10%;
      left: 12%;
      -webkit-animation: wave 12s linear infinite;
              animation: wave 12s linear infinite; }
    .card-container .container-area .other_box .rocket {
      opacity: 0.6;
      top: 3%;
      right: 18%;
      width: 8%; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .card-container .container-area .other_box .rocket {
          width: 15%;
          right: 2%; } }
      @media screen and (max-width: 39.9375em) {
        .card-container .container-area .other_box .rocket {
          width: 25%;
          right: 0; } }
    .card-container .container-area .other_box .phone {
      opacity: 0.4;
      top: 27%;
      left: 10%;
      width: calc((110 / 1920) * 100%); }
      @media screen and (max-width: 39.9375em) {
        .card-container .container-area .other_box .phone {
          top: 29%;
          width: 17%; } }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  20% {
    -webkit-transform: translate(15px, 20px);
            transform: translate(15px, 20px); }
  40% {
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px); }
  60% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px); }
  80% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes wave {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  20% {
    -webkit-transform: translate(15px, 20px);
            transform: translate(15px, 20px); }
  40% {
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px); }
  60% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px); }
  80% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes triangle_top {
  0% {
    top: 5%; }
  25% {
    top: 6.5%; }
  50% {
    top: 7.5%; }
  75% {
    top: 6.5%; }
  100% {
    top: 5%; } }

@keyframes triangle_top {
  0% {
    top: 5%; }
  25% {
    top: 6.5%; }
  50% {
    top: 7.5%; }
  75% {
    top: 6.5%; }
  100% {
    top: 5%; } }

@-webkit-keyframes triangle_bottom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes triangle_bottom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes cube {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px); }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes cube {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px); }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes righttoleft {
  from {
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  to {
    opacity: 0.2;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }

@keyframes righttoleft {
  from {
    opacity: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  to {
    opacity: 0.2;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }

.white-gradient {
  width: 100%;
  height: 70%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1); }

.page_title {
  color: #fefefe;
  z-index: 5;
  display: block;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .page_title {
      -webkit-transform: scale(1);
              transform: scale(1);
      margin: 20px auto 30px auto; } }
  @media screen and (max-width: 39.9375em) {
    .page_title {
      margin: 20px auto 0px auto; } }
  .page_title h4 {
    color: #fefefe; }
  .page_title .white_shadow {
    z-index: 1;
    position: relative;
    margin: 30px 0 20px 0; }
    @media screen and (max-width: 39.9375em) {
      .page_title .white_shadow {
        margin: 10px 0 0 0; } }
    .page_title .white_shadow:before {
      position: absolute;
      content: '';
      -webkit-box-shadow: 0px 0px 150px 20px rgba(255, 255, 255, 0.5);
              box-shadow: 0px 0px 150px 20px rgba(255, 255, 255, 0.5);
      display: block;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .page_title .white_shadow img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.page_article {
  width: 100%;
  position: relative;
  z-index: 10; }
  .page_article .article_center {
    width: 1340px;
    margin: 0 auto 0px auto;
    padding: 17px 20px 20px 20px;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 84.375em) {
      .page_article .article_center {
        width: calc(100% - 0px); } }
    @media screen and (max-width: 64em) {
      .page_article .article_center {
        width: calc(100% - 0px);
        padding: 10px; } }

@-webkit-keyframes recycle {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes recycle {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .page_article .article_center .content-center {
      width: 70%;
      margin: auto; }
      @media screen and (max-width: 63.9375em) {
        .page_article .article_center .content-center {
          width: 80%; } }
      @media screen and (max-width: 39.9375em) {
        .page_article .article_center .content-center {
          width: 90%; } }
    .page_article .article_center .get-point-box .arrow {
      display: inline-block; }
      .page_article .article_center .get-point-box .arrow img {
        width: 20px;
        -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
        position: relative;
        top: -7px; }
    .page_article .article_center .get-point-box .txt {
      display: inline-block; }
      .page_article .article_center .get-point-box .txt p {
        margin: 10px 0px; }
        .page_article .article_center .get-point-box .txt p span {
          margin: 0px 5px; }
          .page_article .article_center .get-point-box .txt p span.big {
            font-size: 22px;
            margin: 0px 10px; }
          .page_article .article_center .get-point-box .txt p span.green {
            color: #78c831; }
          .page_article .article_center .get-point-box .txt p span.red {
            color: #ef1c25; }
          .page_article .article_center .get-point-box .txt p span.blue {
            color: #3c9eea; }
    .page_article .article_center .member-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page_article .article_center .member-box:hover .day-icon img {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg); }
      .page_article .article_center .member-box .day-icon {
        display: inline-block;
        width: calc(20% - 10px);
        float: left;
        margin: 0px 10px; }
        .page_article .article_center .member-box .day-icon img {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .page_article .article_center .member-box .txt {
        display: inline-block;
        width: calc(80% - 10px);
        float: left;
        margin: 0px 10px;
        line-height: 180%; }
    .page_article .article_center .cube-content-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 39.9375em) {
        .page_article .article_center .cube-content-box {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .page_article .article_center .cube-content-box .cube-box {
        border: 2px solid #ccc;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        color: #6f6f6f;
        padding: 20px;
        width: 30%;
        min-height: 125px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 39.9375em) {
          .page_article .article_center .cube-content-box .cube-box {
            width: calc(100% - 20px);
            margin: 0px;
            padding: 0px; } }
        .page_article .article_center .cube-content-box .cube-box span {
          color: #ef1c25;
          font-style: italic;
          margin: 0px 10px; }
        .page_article .article_center .cube-content-box .cube-box.h-img .img {
          width: 40%;
          display: inline-block; }
          @media screen and (max-width: 39.9375em) {
            .page_article .article_center .cube-content-box .cube-box.h-img .img {
              width: 20%; } }
        .page_article .article_center .cube-content-box .cube-box.h-img p {
          display: inline-block; }
      .page_article .article_center .cube-content-box .sign-box {
        color: #6f6f6f;
        padding: 20px 30px; }
        @media screen and (max-width: 63.9375em) {
          .page_article .article_center .cube-content-box .sign-box {
            padding: 20px 10px; } }
        @media screen and (max-width: 39.9375em) {
          .page_article .article_center .cube-content-box .sign-box {
            padding: 20px 10px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); } }
    .page_article .article_center .exchange-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page_article .article_center .exchange-box .img {
        display: inline-block; }
        .page_article .article_center .exchange-box .img:nth-child(1) {
          width: 15%;
          -webkit-animation: enlarge 6s linear infinite;
                  animation: enlarge 6s linear infinite; }
          @media screen and (max-width: 63.9375em) {
            .page_article .article_center .exchange-box .img:nth-child(1) {
              width: 17.5%; } }
          @media screen and (max-width: 39.9375em) {
            .page_article .article_center .exchange-box .img:nth-child(1) {
              width: 22.5%; } }
        .page_article .article_center .exchange-box .img:nth-child(2) {
          width: 10%;
          -webkit-animation: recycle 8s linear infinite;
                  animation: recycle 8s linear infinite; }
          @media screen and (max-width: 63.9375em) {
            .page_article .article_center .exchange-box .img:nth-child(2) {
              width: 12.5%; } }
          @media screen and (max-width: 39.9375em) {
            .page_article .article_center .exchange-box .img:nth-child(2) {
              width: 15%; } }
        .page_article .article_center .exchange-box .img:nth-child(3) {
          width: 12.5%;
          -webkit-animation: enlarge 6s linear infinite;
                  animation: enlarge 6s linear infinite; }
          @media screen and (max-width: 63.9375em) {
            .page_article .article_center .exchange-box .img:nth-child(3) {
              width: 15%; } }
          @media screen and (max-width: 39.9375em) {
            .page_article .article_center .exchange-box .img:nth-child(3) {
              width: 20%; } }
    .page_article .article_center .table-area {
      position: relative; }
      .page_article .article_center .table-area .arrow-direction {
        position: absolute; }
        .page_article .article_center .table-area .arrow-direction img {
          width: 17.5px;
          height: 17.5px; }
        @media screen and (max-width: 40em) {
          .page_article .article_center .table-area .arrow-direction {
            top: 62.5%;
            right: -10px; } }
    .page_article .article_center .table-box {
      position: relative; }
      @media screen and (max-width: 40em) {
        .page_article .article_center .table-box {
          overflow: auto;
          display: block;
          width: 95%; }
          .page_article .article_center .table-box table {
            width: 600px !important; } }
      .page_article .article_center .table-box table {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed; }
        .page_article .article_center .table-box table tr {
          padding: .35em; }
          .page_article .article_center .table-box table tr td {
            border-bottom: 1px solid #ccc;
            font-size: 15px;
            letter-spacing: 0.8px; }
            .page_article .article_center .table-box table tr td:nth-child(1) {
              color: #ea5413; }
            .page_article .article_center .table-box table tr td:nth-child(2) {
              color: #1f518f; }
            .page_article .article_center .table-box table tr td:nth-child(3) {
              color: #1f518f; }
        .page_article .article_center .table-box table th, .page_article .article_center .table-box table td {
          padding: 15px .2em;
          text-align: left; }
        .page_article .article_center .table-box table th {
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #1f518f; }
          .page_article .article_center .table-box table th:nth-child(1) {
            border-bottom: 2px solid #9f9f9f; }
          .page_article .article_center .table-box table th:nth-child(2) {
            border-bottom: 2px solid #80b7fc; }
          .page_article .article_center .table-box table th:nth-child(3) {
            border-bottom: 2px solid #4c86cf; }
    .page_article .article_center .button-box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page_article .article_center .button-box .btn-box {
        border-radius: 10px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
        position: relative;
        padding: 10px 20px;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: auto;
        display: inline-block; }
        @media screen and (max-width: 37.5em) {
          .page_article .article_center .button-box .btn-box {
            padding: 10px 10px; } }
        .page_article .article_center .button-box .btn-box p {
          display: inline-block;
          line-height: 30px;
          color: #023894;
          font-weight: bold;
          letter-spacing: 1px; }
        .page_article .article_center .button-box .btn-box .img {
          display: inline-block;
          line-height: 30px;
          margin: 0px 10px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .page_article .article_center .button-box .btn-box .img img {
            width: 15px;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            margin-top: -2px; }
        .page_article .article_center .button-box .btn-box .btn-cover {
          width: 100px;
          height: 100px;
          position: absolute;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          left: -60px;
          top: -60px;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#14000000', endColorstr='#00000000');
          background-image: -owg-linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
          background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
          background-image: linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%); }
        .page_article .article_center .button-box .btn-box:hover {
          -webkit-box-shadow: 0 0 25px rgba(2, 56, 148, 0.3);
                  box-shadow: 0 0 25px rgba(2, 56, 148, 0.3); }
          .page_article .article_center .button-box .btn-box:hover .img {
            -webkit-transform: translateX(5px);
                    transform: translateX(5px); }
        .page_article .article_center .button-box .btn-box.mg0 {
          margin: 0px; }
      .page_article .article_center .button-box.center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .page_article .article_center .button-box.left {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left; }
        @media screen and (max-width: 63.9375em) {
          .page_article .article_center .button-box.left {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
    @media screen and (max-width: 63.9375em) {
      .page_article .article_center .info-img img {
        width: 30%; } }
    @media screen and (max-width: 39.9375em) {
      .page_article .article_center .info-img img {
        width: 35%; } }
  .page_article h1 {
    margin: 50px 0 20px 0;
    font-size: 30px;
    color: #0a3e97; }
    @media screen and (max-width: 63.9375em) {
      .page_article h1 {
        font-size: 22px;
        margin: 50px 0 10px; } }
    @media screen and (max-width: 39.9375em) {
      .page_article h1 {
        font-size: 20px; } }
  .page_article h4 {
    margin: 0 0 50px 0;
    font-size: 18px;
    font-weight: normal; }
    @media screen and (max-width: 63.9375em) {
      .page_article h4 {
        font-size: 14px;
        margin: 10px; } }
  .page_article h3 {
    font-size: 22px; }
    @media screen and (max-width: 39.9375em) {
      .page_article h3 {
        font-size: 16px; } }
  .page_article ul.img_list {
    -webkit-padding-start: 0px; }
    .page_article ul.img_list a {
      color: #023894;
      text-decoration: underline; }
      .page_article ul.img_list a:hover {
        text-decoration: none; }
    .page_article ul.img_list li.img_style {
      list-style: none;
      position: relative;
      display: block;
      margin-bottom: 30px;
      z-index: 1; }
      .page_article ul.img_list li.img_style h3 {
        color: #023894; }
      .page_article ul.img_list li.img_style h3, .page_article ul.img_list li.img_style p {
        margin-left: 75px;
        margin-bottom: 10px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style h3, .page_article ul.img_list li.img_style p {
            margin-left: 55px; } }
      .page_article ul.img_list li.img_style:before, .page_article ul.img_list li.img_style:after {
        position: absolute;
        display: block;
        content: '';
        width: 55px;
        height: 55px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:before, .page_article ul.img_list li.img_style:after {
            width: 35px;
            height: 35px; } }
      .page_article ul.img_list li.img_style:before {
        border: 2px solid #fff;
        border-radius: 50%;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF8A52F', endColorstr='#FFFDB44B');
        background-image: -owg-linear-gradient(left bottom, #f8a52f 0%, #fdb44b 100%);
        background-image: -webkit-gradient(linear, left bottom, right top, from(#f8a52f), to(#fdb44b));
        background-image: linear-gradient(left bottom, #f8a52f 0%, #fdb44b 100%);
        -webkit-box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.19);
                box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.19);
        z-index: 0; }
      .page_article ul.img_list li.img_style:after {
        z-index: 1;
        top: 0;
        left: 0; }
      .page_article ul.img_list li.img_style:nth-child(1):after {
        background: url("../images/card_info/icon1.png") no-repeat center center;
        background-size: 26px 25px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(1):after {
            background-size: 15px; } }
      .page_article ul.img_list li.img_style:nth-child(2):after {
        background: url("../images/card_info/icon2.png") no-repeat center center;
        background-size: 31px 26px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(2):after {
            background-size: 15px; } }
      .page_article ul.img_list li.img_style:nth-child(3):after {
        background: url("../images/card_info/icon3.png") no-repeat center center;
        background-size: 30px 28px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(3):after {
            background-size: 15px; } }
      .page_article ul.img_list li.img_style:nth-child(4):after {
        background: url("../images/card_info/icon4.png") no-repeat center center;
        background-size: 23px 27px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(4):after {
            background-size: 15px; } }
      .page_article ul.img_list li.img_style:nth-child(5):after {
        background: url("../images/card_info/icon5.png") no-repeat center center;
        background-size: 27px 19px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(5):after {
            background-size: 15px; } }
      .page_article ul.img_list li.img_style:nth-child(6):after {
        background: url("../images/card_info/icon6.png") no-repeat center center;
        background-size: 17px 25px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(6):after {
            background-size: 12px; } }
      .page_article ul.img_list li.img_style:nth-child(7):after {
        background: url("../images/card_info/icon7.png") no-repeat center center;
        background-size: 30px 20px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list li.img_style:nth-child(7):after {
            background-size: 15px; } }
    .page_article ul.img_list.big_pointList li.img_style {
      margin-bottom: 10px; }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(1):after {
        background: url("../images/card_info/icon8.png") no-repeat center center;
        background-size: 29px 29px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(1):after {
            background-size: 15px; } }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(2):after {
        background: url("../images/card_info/icon9.png") no-repeat center center;
        background-size: 24px 25px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(2):after {
            background-size: 15px; } }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(3):after {
        background: url("../images/card_info/icon2.png") no-repeat center center;
        background-size: 31px 26px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(3):after {
            background-size: 15px; } }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(4):after {
        background: url("../images/card_info/icon3.png") no-repeat center center;
        background-size: 30px 28px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(4):after {
            background-size: 15px; } }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(5):after {
        background: url("../images/card_info/icon4.png") no-repeat center center;
        background-size: 23px 27px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(5):after {
            background-size: 15px; } }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(6):after {
        background: url("../images/card_info/icon5.png") no-repeat center center;
        background-size: 27px 19px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(6):after {
            background-size: 15px; } }
      .page_article ul.img_list.big_pointList li.img_style:nth-child(7):after {
        background: url("../images/card_info/icon6.png") no-repeat center center;
        background-size: 17px 25px; }
        @media screen and (max-width: 39.9375em) {
          .page_article ul.img_list.big_pointList li.img_style:nth-child(7):after {
            background-size: 12px; } }
  .page_article .card_center {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 60px 0;
    border: 2px solid #fff;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 39.9375em) {
      .page_article .card_center {
        padding: 10px 0 40px 0;
        margin: 0 auto 50px auto; } }
    .page_article .card_center h3, .page_article .card_center p {
      padding: 0 40px; }
      @media screen and (max-width: 85em) {
        .page_article .card_center h3, .page_article .card_center p {
          padding: 0 20px; } }
    .page_article .card_center .icon {
      width: 50px;
      margin: 70px auto 40px auto;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .page_article .card_center .icon img {
        width: 100%; }
      @media screen and (max-width: 63.9375em) {
        .page_article .card_center .icon {
          margin: 40px auto 20px auto; } }
    .page_article .card_center .bank_cover {
      width: 110px;
      height: 130px;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: -50px;
      top: -60px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
      background-image: -owg-linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(left, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%); }
    .page_article .card_center:hover {
      border: 2px solid #2354c2;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .page_article .card_center:hover .bank_cover {
        left: -70px;
        top: -80px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
    @media screen and (max-width: 39.9375em) {
      .page_article .card_center.has_note {
        margin: 0 auto 0px auto; } }
    .page_article .card_center .btn_all {
      width: 70%;
      margin: 50px auto 0 auto;
      display: block; }
      .page_article .card_center .btn_all .btn-box {
        width: 100%;
        margin: 0; }
        .page_article .card_center .btn_all .btn-box .ls1 {
          color: #023894; }
  .page_article .card_all {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }
    @media screen and (max-width: 39.9375em) {
      .page_article .card_all p.note {
        margin-bottom: 30px; } }
  .page_article .way {
    border: 3px solid #fff;
    border-radius: 20px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF023894', endColorstr='#FF2A5EB8');
    background-image: -owg-linear-gradient(left top, #023894 0%, #2a5eb8 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#023894), to(#2a5eb8));
    background-image: linear-gradient(left top, #023894 0%, #2a5eb8 100%);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(1, 1, 1, 0.13);
            box-shadow: 0px 0px 13px 0px rgba(1, 1, 1, 0.13);
    position: absolute;
    width: 40%;
    margin: 0 auto;
    display: block;
    z-index: 3;
    top: -30px;
    left: 30%; }
    .page_article .way h3 {
      color: #fefefe;
      padding: 8px 0;
      margin: 0; }

nav[aria-label="Breadcrumbs"] {
  width: calc(100% - 0px); }

.card-box {
  width: 50%;
  margin: auto; }
  @media screen and (max-width: 39.9375em) {
    .card-box {
      width: 80%; } }
  .card-box .card {
    display: inline-block;
    width: calc(20%);
    margin: 0px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .card-box .card.circle {
      margin: 0px 20px;
      width: 15%; }
    .card-box .card img {
      border: 3px solid white;
      width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .card-box .card img {
          border: 1px solid white; } }
      .card-box .card img.circle-border {
        border-radius: 100%;
        -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
                box-shadow: 0 0 30px rgba(255, 255, 255, 0.7); }
      .card-box .card img.card-border {
        border-radius: 10px;
        -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
                box-shadow: 0 0 30px rgba(255, 255, 255, 0.7); }
    .card-box .card:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
