* {
  box-sizing: border-box;
}

body {
  padding: 0 0 80px 0;
  margin: 0;
  height: 100%;
  width: auto;
  background-color: #fff;
  font-family: Arial;
  font-size: 16px;
}

.logo-section {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.logo-description {
  position: absolute;
  right: 50px;
  bottom: 0;

  font-size: 20px;
  text-align: center;
  font-family: 'Noto Serif TC', serif;

  width: 280px;
  margin: 0 0 40px 0;
}

@media (max-width: 1417px) {
  body {
    background-size: auto auto;
  }
}

body {
  background: url("../images/back.jpg") no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
}

.main-wrapper {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}

.main-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.special {
  color: #ff0000;
}

.header {
  width: 100%;
  height: 180px;
  box-sizing: border-box;
}

.top-header {
  box-sizing: border-box;
  color: #fff;
}

.flex-logo {
  justify-content: center;
}

.logo {
  width: 545px;
  height: 180px;

  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0px;
}

.link {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;

  vertical-align: middle;
  text-align: right;
  float: right;
  width: 30%;
  height: 80px;
  display: none;
}

.topKefu {
  display: none;
  width: 80px;
  height: 125px;

  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}

.topKefu img {
  width: 100%;
}

.nav1,
.nav2 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;

  background: rgb(80, 98, 212);
  background: linear-gradient(
    180deg,
    rgba(80, 98, 212, 1) 0%,
    rgba(95, 122, 255, 1) 100%
  );
  width: 50%;
  color: #fff;
  padding: 5px;
  border-right: 1px solid #fff;
}

.nav1 img,
.nav2 img {
  margin: 5px;
  width: 40px;
}

.link1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  vertical-align: middle;
  height: 100%;
  font-size: 14px;
}

.link1 a {
  display: inline-block;
  height: 50%;
  padding-left: 20px;
  
  color: #fff;
  font-weight: 600;
  line-height: 25px;
}

.link1 a:hover {
  color: #ffe478;
}

.nr_1 {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.nr_1 div {
  background: url(../images/icon_plus.png) no-repeat;
  height: 18px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.link2 {
  float: right;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.link2 .kefu {
  background: #5753d5;
  box-sizing: border-box;

  width: 70px;
  padding: 10px;

  color: white;
  text-align: center;
  font-weight: 600;
}

.content {
  box-sizing: border-box;
  padding: 0 0 25px;
  min-height: calc(100vh - 40px);
}

.content a {
  color: black;
}

.content a:hover {
  color: #ffe478;
}

.row-wrapper {
  max-width: 1184px;
  height: auto;
  padding: 12px 0 19px;
  background-color: transparent;
}

.row {
  width: 100%;
  height: 100px;
  padding-bottom: 25px;
}

.row-head {
  width: 160px;
  height: 100px;
  display: inline-block;
  color: #fff;
  vertical-align: top;
}

.col {
  width: calc(100% / 6);
  display: inline-block;
  text-align: center;
}

.col-row1,
.col-row2 {
  height: 50px;
  line-height: 50px;
}

.flex-row {
  display: flex;
  margin-bottom: 18px;
}

.row-wrapper .flex-row:last-child {
  margin-bottom: 0;
}

.flex-row-head {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #0f8dff;
  width: 210px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: solid 1px #000;

  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.flex-row-head .row-head-subtitle {
  display: block;
  font-size: 12px;
}

.flex-row-head-img {
  display: inline-block;
  vertical-align: middle;
}

.flex-row-head-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 24px;
  font-size: 22px;
}

.flex-row-head-text a {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

.flex-row-head-text a:hover {
  color: #fff;
}

.row-wrapper .flex-row:first-child .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) 2px 0;
  width: 44px;
  height: 41px;
}

.row-wrapper .flex-row:nth-child(2) .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) 2px 0;
  width: 44px;
  height: 41px;
}

.row-wrapper .flex-row:nth-child(3) .flex-row-head .flex-row-head-img {
  background: url(../images/icon_main.png) -285px 0;
  width: 44px;
  height: 41px;
}

.row-wrapper .flex-row:nth-child(4) .flex-row-head .flex-row-head-img {
  background: url(../images/card.png);
  width: 50px;
  height: 30px;
}

.row-wrapper .flex-row:last-child .flex-row-head .flex-row-head-img {
  background: url(../images/videoplay.png);
  width: 46px;
  height: 42px;
}

.flex-row-body-main {
  flex-grow: 1;
  display: flex;
}

.flex-col-main {
  display: flex;
  flex: 1 1 calc(100% / 6);
  flex-direction: column;

  position: relative;
  margin-right: 0;
  text-align: center;
  color: #fff;
}

.flex-col-main a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

.flex-col-main:not(:first-child):hover {
  color: #ffe478;
}

.flex-col-row1-main {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  background: #0f8dff;
  border: 1px solid #000;
}

.flex-col-row1-main-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  line-height: 30px;
  font-size: 17px;
}

.flex-col-main:first-child .flex-col-row2-main {
  color: #1712f3;
}

.flex-col-row2-main {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  color: red;
}

.flex-row-body {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
}

.flex-col {
  flex: 1 1 calc(100% / 4);
  color: #fef792;
  box-sizing: border-box;
  display: flex;
  /* background-color: #fff; */
}

.row-wrapper.top-navi {
  padding: 0px;
}

.top-navi {
  display: flex;
  justify-content: center;

  height: 46px;
  width: 100%;
  max-width: none;
  min-width: 1200px;

  background: rgb(106, 138, 255);
  background: linear-gradient(
    90deg,
    rgba(106, 138, 255, 1) 0%,
    rgba(31, 56, 239, 1) 100%
  );

  font-size: 18px;
  color: #ffffff;
}

.top-navi .flex-row {
  justify-content: space-between;
  align-items: center;

  width: 100%;
  max-width: 1000px;
}

.top-navi a {
  color: #ffffff;
}

.help .flex-col {
  flex: 1 1 calc(100% / 2);
}

.wallet .flex-col {
  flex: 1 1 calc(100% / 3);
}

.wallet .flex-col-img {
  cursor: pointer;
}

.wallet .flex-col-img img {
  height: 50px;
  width: auto;
}

.flex-col-row {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  background-color: #ffffff;
}

.help .flex-row-head {
  padding: 0 20px;
}

.help .flex-col-row {
  padding: 0;
  line-height: 0;
  min-height: unset;
}

.flex-col-img {
  cursor: pointer;
}

.flex-col-img img {
  height: 70px;
  width: auto;
}

.flex-col-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.help .banner1 {
  background: url(../images/banner1.png) center / cover no-repeat;
  width: 487px;
  height: 55px;
}

.help .banner2 {
  background: url(../images/banner2.png) center / cover no-repeat;
  width: 487px;
  height: 55px;
}

.help .banner3 {
  background: url(../images/banner3.png) center / cover no-repeat;
  width: 487px;
  height: 55px;
}

.help .banner4 {
  background: url(../images/banner4.png) center / cover no-repeat;
  width: 487px;
  height: 55px;
}

.footer {
  background: rgb(26, 26, 26, 1);
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: white;
}
.foot-text {
  color: #fff;
  line-height: 40px;
}

.help-content .help-item {
  box-sizing: border-box;
  border: 8px solid #565f7f;
  padding: 24px;
}

.help-content .help-item .help-title {
  font-size: 14px;
  margin: 0 0 20px;
}

.help-content .help-item .helper-wrapper .helper-title {
  display: flex;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.help-content .help-item .helper-wrapper .helper-title span {
  background: #565f7f;
  border-radius: 40px;
  margin-right: 12px;
  padding: 4px 12px;

  color: #fff;
  white-space: nowrap;
}

.help-content .help-item .helper-wrapper .helper-img {
  display: block;
  width: 80%;
  margin: 12px auto 12px;
}

.help-content .help-item .helper-wrapper .helper-img.small {
  max-width: 450px;
}

.help-content .help-item .helper-wrapper .helper-img.extra-small {
  max-width: 250px;
}

.help-content .help-item .helper-wrapper .helper-img.big {
  width: 100%;
}

.help-content .help-item .helper-wrapper table {
  width: 80%;
  margin: 0 auto 20px;
  border: 1px solid #565f7f;
}

.help-content .help-item .helper-wrapper table thead tr {
  border-bottom: 1px solid #565f7f;
}

.help-content .help-item .helper-wrapper table thead tr td {
  background-color: #a9a9a9;
}

.help-content .help-item .helper-wrapper table tr:not(:last-child) {
  border-bottom: 1px solid #565f7f;
}

.help-content .help-item .helper-wrapper table td:not(:last-child) {
  border-right: 1px solid #565f7f;
}

.help-content .help-item .helper-wrapper table td {
  padding: 4px 6px;
  text-align: center;
}

/**************************\
    Basic Modal Styles
  \**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.modal__container {
  background-color: #fff;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;

  padding: 30px;
  margin: 0 30px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;

  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #565f7f;
  text-align: center;
}
.modal__close {
  background: transparent;
  border: 0;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__btn {
  background-color: #e6e6e6;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  padding: 0.5rem 1rem 0.5rem;
  margin: 0;

  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-transform: none;
  line-height: 1.15;

  -webkit-appearance: button;
  overflow: visible;
  will-change: transform;

  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.flex-row-body a.flex-col {
  border: 1px solid #000;
}

.desktop-only {
  display: flex;
}

.mobile-only {
  display: none;
}

@media (min-width: 1401px) {
  .link2 {
    position: relative;
  }
  .link2 a {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}

@media (max-width: 1400px) {
  .kefu img {
    width: 30px;
  }
}

@media (max-width: 640px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
  }

  .content {
    padding: 0;
  }

  .companyName {
    display: none;
  }

  .logo {
    width: 227px;
    height: 80px;
  }

  .link1 {
    justify-content: flex-start;
  }

  .link1 a {
    height: 30%;
  }

  .link2 img {
    display: none;
  }

  .topKefu {
    display: inline-flex;
  }

  .help .banner1 {
    background: url(../images/mobile_banner_1.png) center / cover no-repeat;
    width: 100vw;
    height: 40px;
  }

  .help .banner2 {
    background: url(../images/mobile_banner_2.png) center / cover no-repeat;
    width: 100vw;
    height: 40px;
  }

  .help .banner3 {
    background: url(../images/mobile_banner_3.png) center / cover no-repeat;
    width: 100vw;
    height: 40px;
  }

  .help .banner4 {
    background: url(../images/mobile_banner_4.png) center / cover no-repeat;
    width: 100vw;
    height: 40px;
  }

  .header {
    padding: 0;
    height: 80px;
    z-index: 1;
    top: 0;
  }

  .content {
    margin-top: 20px;
  }

  .top-header {
    position: relative;
    height: 80px;
    width: 100%;
    padding-top: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .row-wrapper {
    padding: 0 20px;
  }

  .row-wrapper.phone-links .flex-row div a {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #2469fd;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
  }

  .row-wrapper.phone-links img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .row-wrapper.phone-links .flex-row {
    justify-content: space-around;
  }

  .row-wrapper.top-navi {
    flex-direction: column;
    height: auto;
    background: none;
    padding: 20px;
    width: 100%;
    min-width: 100%;
  }

  .row-wrapper.top-navi .flex-row,
  .row-wrapper.phone-links .flex-row {
    margin-bottom: 0;
  }

  .row-wrapper.top-navi .flex-title {
    justify-content: center;
    align-items: center;
    background: #186ff0;
    padding: 5px;
    font-size: 18px;
    color: #fff;
  }

  .row-wrapper.top-navi .flex-links {
    background: #d0f0ff;
    justify-content: space-around;
  }

  .row-wrapper.top-navi .flex-row div {
    padding: 12px 0;
  }

  .row-wrapper.top-navi .flex-row div a {
    background-color: #5c7a29;
    display: block;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
  }

  .main-wrapper {
    width: 100%;
    max-width: unset;
  }

  .content {
    min-height: calc(100vh - 100px - 145px);
  }

  .flex-row {
    flex-flow: row wrap;
    width: 100%;
  }

  .flex-row .flex-row-head {
    width: 100%;
    font-size: 17px;
  }

  .flex-row-head-text a {
    color: #000;
    font-size: 24px;
    line-height: 24px;
  }

  .flex-row-head-text a:hover {
    color: #000;
  }

  .flex-col-row1-main-img {
    background: url(../images/mobile_arrow.png) no-repeat;
    width: 30px;
    height: 37px;
  }

  .flex-row-head-text {
    color: #000;
    font-size: 24px;
    line-height: 24px;
  }

  .flex-row .flex-row-head .flex-row-head-wrapper {
    text-align: center;
  }

  .flex-row .flex-row-body {
    width: 100%;
    flex-flow: wrap;
  }

  .flex-col,
  .wallet .flex-col {
    flex: 1 1 50%;
  }

  .flex-col-img,
  .wallet .flex-col-img {
    width: 100%;
    text-align: center;
  }

  .flex-col-img img,
  .wallet .flex-col-img img {
    height: auto;
    width: 100%;
  }

  .flex-row-body-main {
    flex-flow: row wrap;
  }

  .flex-col-row {
    min-height: unset;
    border: 1px solid #000;
  }

  .help .flex-col {
    display: inline;
    width: 100%;
  }

  .help .flex-col-row {
    border: none;
    /* background-color: #e3eafd; */
  }

  .help .flex-col-row a {
    width: 100%;
    overflow: hidden;
  }

  .flex-col-main {
    flex: 1 1 100%;
    flex-direction: row-reverse;
    background-color: #e3eafd;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin: 0;
  }

  .flex-col-row1-main {
    background-color: #eef5fe;
    height: auto;
    padding: 10px;
    font-size: 13px;
    color: red;
  }

  .flex-col-row1-main-text {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .flex-col-row1-main-text span {
    color: #fff;
    font-size: 10px;
    padding: 3px 20px;
    border-radius: 50px;
  }

  .flex-col-main:nth-child(2) .flex-col-row1-main-text span {
    background-color: #dd3434;
  }

  .flex-col-main:nth-child(3) .flex-col-row1-main-text span {
    background-color: #ffa628;
  }

  .flex-col-main:nth-child(4) .flex-col-row1-main-text span {
    background-color: #294cff;
  }

  .flex-col-main:nth-child(5) .flex-col-row1-main-text span {
    background-color: #5799eb;
  }

  .flex-col-main:nth-child(6) .flex-col-row1-main-text span {
    background-color: #8828ff;
  }

  .flex-col-row2-main {
    flex: 1 1 10%;
    font-size: 12px;
    padding: 10px;
    height: auto;
    background-color: #cfefff;
  }

  .link {
    width: 32%;
  }

  .link1 {
    flex-direction: column;
  }

  .link2 {
    width: 70px;
  }

  .footer {
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .help .flex-col a {
    margin: 0 auto;
    overflow: hidden;
  }

  .link {
    width: 50%;
  }

  .link1 {
    margin-bottom: 0;
    display: inline-block;
    float: left;
  }

  .link1 a {
    display: block;
  }

  .link2 {
    display: inline-block;
    border: none;
    padding: 0;
    width: 70px;
    text-align: right;
  }
}

@media (max-width: 400px) {
  .link {
    width: 35%;
  }

  .link1 {
    visibility: hidden;
    display: none;
  }

  .link2 {
    margin-top: 4px;
  }

  .link2 .kefu {
    width: 60px;
    float: right;
  }
}
