/* 基本設定 */
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  background-image: url(/img/ftps/bg_mark.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #000;
  position: relative;
  letter-spacing: 0.5px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

a:hover,
a:active,
a.active {
  color: #e5d0af;
  text-decoration: none;
}

a.warning::after {
  background-color: #c50007;
}

a:hover::after,
a:active::after,
a.active::after {
  width: 100%;
}

.web-show-link a:hover::after,
.web-show-link a:active::after,
.web-show-link a.active::after {
  width: 0;
}

#mobile .index-link-block a:hover::after {
  width: 0;
}

input,
select,
textarea,
.userphone,
#bankSelect,
#bank-account,
#bank-name {
  height: 38px;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #35494033;
  border-radius: 10px;
  color: #000;
  /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 30%); */
}

.svg-icon {
  height: 14px;
}

.mobile-icon {
  height: 18px;
}

.dashboard-icon {
  height: 22px;
  filter: drop-shadow(0 1px 8px black);
}

.title-icon {
  width: 200px;
  display: block;
  margin: 0 auto;
}

input,
select {
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

textarea {
  height: 31vh;
  width: calc(100% - 19px);
  overflow-y: auto;
  padding: 8px;
  margin-top: 5px;
  border-radius: 15px;
}

option {
  width: 50px !important;
}

input[placeholder],
[placeholder],
*[placeholder] {
  font-size: 15px;
}

input[type='file'] {
  background-color: transparent;
  border: none;
  padding: 0;
  height: 30px;
}

input:disabled {
  border-radius: 10px;
  box-shadow: none;
}

input[data-info='member']:focus {
  background-color: #fff;
  border-color: #4d745e;
}

.input-block {
  margin: 0 0 20px 0;
}

.input-block > span {
  font-weight: bold;
  display: block;
  margin: 2% 0 0 2%;
}

/* 輸入框點擊後外框顏色 */
#options2 {
  font-size: 12px;
  height: 22px;
  margin-top: 0;
}

#options {
  font-size: 18px;
  height: 22px;
  margin: 20px auto auto auto;
  width: auto;
}

#options3 {
  font-size: 18px;
  height: 22px;
  margin: 20px auto auto auto;
  width: auto;
}

/* 輸入框點擊後外框顏色 */

input:focus,
textarea:focus {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #4d745e;
}

input:focus,
textarea:focus,
select:focus {
  outline-offset: 0px;
  outline: none;
}

input:disabled {
  background-color: #dfe5ea;
  color: #000000;
  border: 1px solid #35494033;
}

input[type='file'] {
  color: rgb(134, 134, 134);
  box-shadow: none;
}

span {
  font-size: 15px;
  color: #e76a05;
}

.btn {
  display: inline-block;
  padding: 8px 27px;
  background-color: #e5d0af;
  border: #e5d0af 2px solid;
  background-size: 400%;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  color: #0f3a57;
  border-radius: 10px;
  font-weight: bold;
}

.btn:hover,
.btn:active {
  outline: 0;
  color: #e5d0af;
  background-position: 0;
  border: #e5d0af 2px solid;
  background-color: #0f3a57;
}

.btn:hover::after,
.btn:active::after {
  width: 0;
}

.btn1 {
  padding: 10px 30px !important;
  background-color: #fff;
  border: none;
  color: #e76a05;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
}

.btn1:hover,
.btn1:active {
  background-color: #4791ff;
  color: #fff;
}

.btn2 {
  padding: 15px;
  background-color: transparent;
  border: 1px solid #e8eae6;
  display: block;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.btn2:hover,
.btn2:active {
  background-color: #e5d0af;
  color: #0f3a57;
  font-weight: bold;
}

.submit {
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.link-btn:hover::after,
.link-btn:active::after,
.link-btn.active::after {
  width: 0;
}

.desktop-show {
  display: none;
}

.mobile-show {
  display: unset;
}

/* 文字顏色 */
.font-green {
  color: #068485;
}

/* 顯示排列 */
.display-flex {
  display: flex;
}

/* 圖片顯示 */
img {
  width: auto;
}

#page_about .page .text-area img {
  width: 50px;
  margin-bottom: -11px;
}

#egame .page .text-area img {
  width: 50px;
  margin-bottom: -11px;
}

#bulletin .page .text-area img {
  width: 50px;
  margin-bottom: -11px;
}

/* 獲取手機驗證碼按鈕樣式 */
.verification-code-block {
  display: flex;
  justify-content: center;
}

.verification-code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  border: none;
  background-color: #087b33;
  color: #fff;
  box-shadow: 3px 3px 0px #084820;
  transition: all 0.5s ease-in-out;
  max-width: 250px;
  margin-bottom: 20px;
  cursor: pointer;
}

.verification-code:hover,
.verification-code:active {
  background-color: #0d9c41;
}

.verification-code i {
  margin-right: 10px;
}

.verification-code h3 {
  margin: 0;
}

/* header區 */
#web {
  display: none;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #092c44 !important;
}

.nav {
  background-color: transparent;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  box-sizing: border-box;
}

.nav a img {
  width: 120px;
  margin-left: 10px;
}

.nav .btn1 {
  padding: 6px 23px !important;
}

#mobile h3 {
  margin: 0;
  font-size: 15px;
}

.current-page-title {
  text-align: center;
  position: fixed;
  width: 128px;
  padding: 10px;
  background: #0968b5;
  border-radius: 8px;
  left: 27px;
  top: 212px;
  box-shadow: 0 3px 10px #151f36;
}

.current-page-title p {
  color: white;
  font-size: 14px;
  margin: 0;
}

button {
  outline: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger:hover,
.hamburger.is-active:hover {
  opacity: 1;
}

.index-link-block {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 0 30px;
  background-color: #1c4561;
  position: fixed;
  top: 60px;
  box-sizing: border-box;
}

#mobile .index-link-block a:not(.btn2) {
  width: 100%;
  color: #f1f1f1;
  text-align-last: center;
  display: block;
}

#mobile .index-link-block a:not(.btn2):hover {
  background: #e5d0af;
  color: #0f3a57;
  font-weight: bold;
}

#mobile .index-link-block a:not(.btn2):focus {
  background: #e5d0af;
  color: #0f3a57;
  font-weight: bold;
}

#mobile .secondary-item.show {
  display: flex !important;
  flex-wrap: wrap;
  /* right: 0; */
  width: 100%;
  z-index: 1000;
}

.index-link-block.show {
  display: block;
  /* right: 0; */
  z-index: 1000;
  text-align: center;
}

.index-link-block .group {
  padding: 10px 0;
}

.index-link-block .group:nth-child(2) {
  padding-top: 0;
}

.group .main-item {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
}

.main-item {
  font-weight: bold;
}

.unfold-btn .open,
.unfold-btn .close {
  display: none;
  width: 18px;
}

.unfold-btn .show {
  display: block;
}

.secondary-item {
  display: none;
}

.secondary-item.show {
  display: block;
}

.secondary-item a {
  display: block;
  padding: 10px 0 0;
}

#mobile .index-link-block .btn2 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}

.mobile-title {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px;
  z-index: 999;
  background: #1c4561;
  color: white;
  justify-content: center;
  box-shadow: 0 0 10px #333333;
}

.mobile-title h2 {
  margin: 5px 0;
  font-size: 18px;
}

.mobile-title a {
  font-size: 24px;
  position: absolute;
  left: 13px;
  top: 9px;
}

/* footer區 */
footer {
  padding: 5px 15px;
  text-align: center;
  background-color: #181818;
}

footer p {
  font-size: 12px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    display: block;
  }
}

/* 內容範圍 */
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-marquee {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  background-color: transparent;
}

/*================================================*/
/* login + register */

.main {
  position: relative;
}

.register,
.login {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-container {
  border-radius: 20px;
  background-color: transparent;
  box-sizing: border-box;
  padding: 20px;
}

.web-link {
  display: none;
}

.mobile-link {
  text-align: center;
}

.mobile-link a {
  color: #383e56;
}

.mobile-link a:hover {
  color: #4d745e;
}

.login-btn {
  margin-top: 30px;
}

.login-logo {
  display: block;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
  /* filter: drop-shadow(1px 2px 5px #fff); */
  /* filter: invert(50%) sepia(40%) saturate(1200%) hue-rotate(180deg) brightness(60%) contrast(100%); */
}

.login_form input,
.register_form input {
  border-radius: 0;
  padding: 0 15px;
}

.login_form label,
.register_form label {
  color: #1b262c;
}

/* register */
.communication-software {
  margin: 0;
}

.register_form .img-block {
  display: flex;
  margin-top: 5px;
  align-items: center;
}

.change {
  background-image: url(/img/ftps/icon_change.png);
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-left: 15px;
}

.input-verification-code-block .display-flex .img-block {
  margin-right: 10px;
}

[type='checkbox'] {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  margin-top: 0;
}

.withdraw_form h2 {
  font-size: 18px;
  margin-bottom: 3px;
}

.text-block a {
  color: #ff0000;
}

.text-block a:hover {
  color: #ff0000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/*================================================*/
/* RWD */
/* login + register */

@media screen and (min-width: 1024px) {
  .login .data-container {
    width: 800px;
    aspect-ratio: 2/1;
  }

  .register .data-container {
    flex-direction: row-reverse;
  }

  .data-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-color: #ededed;
    box-shadow: 0 0.9rem 1.7rem rgb(0 0 0 / 25%),
      0 0.7rem 0.7rem rgb(0 0 0 / 22%);
    overflow: hidden;
    padding: 0;
  }

  .link-block,
  .data-block {
    width: 50%;
  }

  .link-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .data-block {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
  }

  .web-link {
    display: block;
  }

  .mobile-link {
    display: none;
  }

  form h2 {
    margin-top: 0;
  }
}

/*================================================*/
/* 會員中心共同 */
.area {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: calc(100vh - 60px - 55px);
}

.area .container {
  box-sizing: border-box;
}

.area .container-marquee {
  padding: 0 15px;
  box-sizing: border-box;
}

.area .index-page {
  padding: 0;
}

.area .main-title {
  height: 150px;
  background-image: url(/img/ftps/login_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.area .main-title h1 {
  color: #e76a05;
}

.area .content {
  padding-top: 30px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.web-show-link {
  display: none;
}

/*================================================*/
/* member */
#member .phone {
  position: relative;
}

/* 手機驗證提示 */
#valid {
  height: 25px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 20px;
  color: #fff;
  padding: 0 5px;
  border-radius: 1px;
}

.label-danger {
  background-color: #b61b00;
}

.label-success {
  background-color: #0c7c1b;
}

/*================================================*/
/* verify */
.userphone {
  display: flex;
  align-items: center;
}

/*================================================*/
/* 表格 */
#gameItem {
  /* width: 100%; */
  background-color: #fff;
  /* border: 1px solid #333; */
  border-spacing: 0;
  margin-bottom: 20px;
}

#gameItem thead th {
  border-bottom: 2px solid #333;
  background-color: #333;
  color: #fff;
}

#gameItem tbody td {
  border-bottom: 1px solid #333;
}

#gameItem tbody tr:last-child td {
  border-bottom: none;
}

.gameItem-title {
  width: 70%;
  padding: 5px 10px;
  text-align: left;
}

.wallet-frame {
  background: #ffffffcc !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 10px;
  border-radius: 3px;
}

.money {
  font-size: 14px;
  text-align: right;
  padding-left: 20px;
}

/*================================================*/
/* transfer */
.money i {
  cursor: pointer;
}

.precautions {
  background: #0000001c;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.precautions ol {
  padding-inline-start: 20px;
  font-size: 12px;
}

.precautions p {
  font-size: 12px;
}

/*================================================*/
/* bank */
.precautions img {
  width: 100%;
  max-width: 550px;
}

/*================================================*/
/* link-btn-block */
#list-content .link-btn {
  padding: 15px;
  background-color: #00000061;
  display: block;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#list-content .link-btn img {
  display: unset;
}

#list-content .link-btn:hover {
  background-color: #1c456180;
}

#list-content .link-btn.active {
  background-color: #1c4561;
}

#list-content .link-btn .link-btn-img {
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 10px;
}

#list-content .link-btn .btn-img-1 {
  background-image: url(/img/ftps/icon_center-1.svg);
  transition: all 0.3s ease-in-out;
}

#list-content .link-btn.active .btn-img-1,
#list-content .link-btn:hover .btn-img-1 {
  background-image: url(/img/ftps/icon_center-1-hover.svg);
}

#list-content .link-btn .btn-img-2 {
  background-image: url(/img/ftps/icon_center-2.svg);
  transition: all 0.3s ease-in-out;
}

#list-content .link-btn.active .btn-img-2,
#list-content .link-btn:hover .btn-img-2 {
  background-image: url(/img/ftps/icon_center-2-hover.svg);
}

#list-content .link-btn .btn-img-3 {
  background-image: url(/img/ftps/icon_center-3.svg);
  transition: all 0.3s ease-in-out;
}

#list-content .link-btn.active .btn-img-3,
#list-content .link-btn:hover .btn-img-3 {
  background-image: url(/img/ftps/icon_center-3-hover.svg);
}

#list-content .link-btn .btn-img-4 {
  background-image: url(/img/ftps/icon_center-4.svg);
  transition: all 0.3s ease-in-out;
}

#list-content .link-btn.active .btn-img-4,
#list-content .link-btn:hover .btn-img-4 {
  background-image: url(/img/ftps/icon_center-4-hover.svg);
}

#list-content .link-btn .btn-img-5 {
  background-image: url(/img/ftps/icon_center-5.svg);
  transition: all 0.3s ease-in-out;
}

#list-content .link-btn.active .btn-img-5,
#list-content .link-btn:hover .btn-img-5 {
  background-image: url(/img/ftps/icon_center-5-hover.svg);
}

#list-content .link-btn p,
#list-content .link-btn img {
  /* filter: brightness(0.3); */
  margin-top: 0;
  margin-bottom: 0;
}

#list-content .link-btn.active p,
#list-content .link-btn:hover p,
#list-content .link-btn.active img,
#list-content .link-btn:hover img {
  color: #fff;
  /* filter: brightness(1); */
  font-size: 16px;
}

/*================================================*/
/* 上下頁*/
.next-page-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.next-page-block a,
.next-page-block span {
  color: #ffffff;
  font-size: 14px;
  margin: 0 8px;
}

.pagination {
  display: flex;
  list-style-type: none;
  padding-inline-start: unset;
  width: 100%;
  justify-content: center;
}

.pagination li {
  background: #0f3a57;
  border-radius: 20px;
  margin: 0 1%;
}

.pagination .disabled span {
  color: #ffffff8e;
}

.next-page-block a:hover {
  color: #4d745e;
}

/*================================================*/
/* no-information */
.no-information {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 100px;
  border-radius: 10px;
}

.no-information p {
  text-align: center;
}

/*================================================*/
/* message */
/* 歷史訊息表 */
.message-block {
  background-color: #e4e4e4;
  margin-bottom: 20px;
  word-break: break-all;
  border-radius: 5px;
  overflow: hidden;
  color: #0f3a57;
}

.massage-title {
  padding: 10px 15px;
  font-size: 14px;
}

.massage-title-block {
  margin-bottom: 0;
}

.massage-title-block:last-child {
  margin-bottom: 0;
}

.massage-title-block p {
  margin: 0;
  min-width: 50px;
}

.content-text {
  color: #2e2e2e;
  margin-top: 5px !important;
}

.Reply {
  color: green;
}

.reply-content {
  display: none;
  padding-bottom: 15px;
  margin: 30px 15px 0;
}

.reply-content.show {
  display: block;
}

.detail-show {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px 0;
  background-color: #1c4561;
  color: #fff;
}

.detail-show:hover {
  background-color: #0f3a57;
}

.detail-show p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.detail-show i {
  margin-left: 10px;
  padding-top: 5px;
}

.member-message {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

/*================================================*/
/* record */
.form-block {
  background-color: #e4e4e4;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #181818;
}

.form-block .form-top {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #fff;
}

.form-block .form-block-title {
  color: #0f3a57;
  margin: 0;
  font-weight: bold;
}

.form-block .form-top h4 {
  margin: 0;
}

.form-content p {
  margin: 1px 0;
}

/*================================================*/
/* store */
.wallet-address-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding-right: 10px;
}

.wallet-address {
  list-style-type: none;
  padding-inline-start: 0px;
  font-weight: bold;
  margin-top: 0;
  font-size: 16px;
}

/*================================================*/
/* withdraw */
#bankSelect,
#bank-account,
#bank-name {
  display: flex;
  align-items: center;
}

.text-block h2 {
  color: #e76a05;
}

.member-dashboard {
  width: 100%;
}

.link-all {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.member-dashboard .member_center {
  background: #0f3a57;
  padding: 15px;
  border-radius: 8px;
  display: block;
}

.member-dashboard .member_center .input-block {
  display: flex;
  margin: 0;
  align-items: center;
  margin-left: 0px;
  justify-content: center;
}

.member-dashboard .member_center i {
  display: none;
}

.member-dashboard .member_center .input-block .input-content {
  margin-top: 0;
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #fff;
}

.member-dashboard .member_center .input-block .input-content label {
  font-size: 20px;
}

.link-all a {
  width: calc(50% - 5px);
  height: 100px;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 14px;
  text-shadow: 0 0 5px #000, 0 0 7px #000, 0 0 10px #000;
  background-size: 101%;
  background-position: 11% 30%;
  transition: all 0.5s ease-in-out;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: grid;
  align-items: center;
}

.link-all a:nth-child(1) {
  background-image: url(/img/ftps/block-1-bg.jpg);
}

.link-all a:nth-child(2) {
  background-image: url(/img/ftps/block-2-bg.jpg);
}

.link-all a:nth-child(3) {
  background-image: url(/img/ftps/block-3-bg.jpg);
}

.link-all a:nth-child(4) {
  background-image: url(/img/ftps/block-4-bg.jpg);
}

.link-all a:nth-child(5) {
  background-image: url(/img/ftps/block-5-bg.jpg);
}

.link-all a:nth-child(6) {
  background-image: url(/img/ftps/block-6-bg.jpg);
}

.link-all i {
  color: white;
  font-size: 38px;
}

.link-all h4 {
  color: white;
  font-size: 16px;
  margin: 0;
}

.area .form .right h1 {
  margin-top: 0;
  font-size: 24px;
}

/* 手機固定按鈕 link-btn */

.mobile-fixed {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* .title-icon {
        display: none;
    } */

  #list-content .link-btn img {
    display: none;
  }

  .area .content {
    background: transparent;
    /* min-height: 80vh; */
    /* padding-top: 18px; */
  }

  .mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100px; */
    padding: 8px 0 0 0;
    background: #1f1f1f;
    display: flex;
    justify-content: space-evenly;
    box-shadow: 0 0 12px #000000bb;
  }

  .mobile-fixed .link-btn {
    text-align: center;
    font-size: 9px;
  }

  .mobile-fixed .link-btn i {
    font-size: 25px;
  }

  .mobile-fixed .link-btn p {
    font-size: 0.7rem;
    padding-top: 0px !important;
    margin-top: 4px !important;
  }
}

/* RWD */
/* 桌機版 */

@media screen and (min-width: 1024px) {
  .area .container {
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
  }

  .desktop-show {
    display: unset;
  }

  .mobile-show {
    display: none;
  }

  /* header區 */
  #mobile {
    display: none;
  }

  #web {
    display: block;
  }

  #web .right-index-link-block {
    /* width: 750px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #web .right-index-link-block a {
    font-size: 14px;
    margin: 0 12px;
  }

  footer {
    text-align: center;
    display: block;
  }

  .main {
    min-height: 84dvh;
  }

  .web-left-block img {
    margin-top: 32vh;
  }

  /* login + register */

  .login-logo {
    margin-left: 0;
    /* filter: invert(0) sepia(0) hue-rotate(0deg); */
  }

  .link-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
  }

  .link-area a {
    margin-bottom: 0;
  }

  .login-btn {
    margin-bottom: 10px;
  }

  .input-block-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .input-block-area .input-block {
    width: calc(50% - 5px);
  }

  .input-verification-code-block {
    padding: 20px 0;
  }

  .verification {
    display: flex;
    align-items: center;
  }

  .register_form .img-block {
    margin-left: 15px;
  }

  /*================================================*/
  /* 會員中心共同 */
  .web-show-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .web-show-link a {
    display: flex;
    align-items: center;
    width: 101%;
    padding: 10px 25px 10px 10px;
    box-sizing: border-box;
    font-size: 12px;
    position: relative;
  }

  .web-show-link a::before {
    content: '';
    width: 4%;
    height: 90%;
    background: #e5d0af;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: -8px;
    transition: 0.55s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .web-show-link a span {
    color: #e5d0af;
    z-index: 2;
  }

  .web-show-link a:hover span {
    color: #0f3a57;
  }

  .web-show-link a.active span {
    color: #0f3a57;
  }

  .web-show-link a + a {
    margin-top: 20px;
  }

  .web-show-link a:hover::before,
  .web-show-link a.active::before {
    width: 100%;
  }

  .web-show-link a i {
    font-size: 20px;
    margin-right: 5px;
  }

  .member_center .user {
    display: block;
    width: 270px;
    margin-bottom: 60px;
  }

  .member_center .user .title-icon {
    margin-left: auto;
    margin-right: auto;
  }

  /*================================================*/
  /* member-dashboard btn setting */

  .user-icon {
    width: 118px;
  }

  .block-content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .area #web .container-marquee {
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
  }

  .area #web .container a {
    width: 168px;
    margin: 0 3px;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
  }

  .area #web .container a:hover {
    background-color: #e76a05;
    color: #fff;
  }

  .area #web .container a.active {
    background-color: #e76a05;
    color: #fff;
  }

  .area .form {
    flex: auto;
    background: #ffffffc2;
    border-radius: 20px;
  }

  .area .form .right,
  .area .form .left {
    padding: 0 10px;
  }

  .area .form .right .input-block:first-child {
    margin-top: 0;
  }

  .area .form .left h4 {
    margin-top: 0;
    font-size: 12px;
  }

  .area .content {
    border-radius: 20px;
  }

  .precautions {
    background: #0f3a577a;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
  }

  /*================================================*/
  /* message */
  /* 歷史訊息表 */
  .massage-title-block {
    display: flex;
    align-items: center;
  }

  .massage-title-block .content-text {
    margin-top: 0 !important;
  }

  /*================================================*/
  /* record */
  .form-block {
    display: flex;
  }

  .form-block .form-top,
  .form-block .form-content {
    /* width: 30%; */
    padding: 0 15px;
  }

  .form-block .form-content {
    padding: 0 15px 0 40px;
  }

  .form-block .form-top {
    border-bottom: none;
    padding-bottom: 0px;
    border-right: 1px solid transparent;
  }

  .member-dashboard {
    width: 100%;
    display: flex;
    flex-basis: 300px;
  }

  .member-dashboard .member_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    margin-right: 12px;
    height: 650px;
    border-radius: 0;
    border-radius: 10px;
  }

  .title-icon {
    margin: 0;
    width: 180px;
  }

  .member-dashboard .member_center .input-block {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .member-dashboard .member_center i {
    display: unset;
  }

  .member-dashboard .member_center .input-block .input-content {
    margin-top: 0;
    font-size: 16px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .member-dashboard .member_center .input-block .input-content label {
    font-size: 16px;
  }

  .link-all {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1.3fr 1.2fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 12px 12px;
    grid-template-areas:
      'grid-member grid-member grid-withdraw'
      'grid-store grid-msg grid-msg'
      'grid-transfer grid-transfer grid-record';
  }

  .grid-member {
    grid-area: grid-member;
  }

  .grid-store {
    grid-area: grid-store;
  }

  .grid-transfer {
    grid-area: grid-transfer;
  }

  .grid-withdraw {
    grid-area: grid-withdraw;
  }

  .grid-msg {
    grid-area: grid-msg;
  }

  .grid-record {
    grid-area: grid-record;
  }

  .link-all a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
    border-radius: 10px;
  }

  .link-all a:hover {
    box-shadow: 0 0 10px 1px #0f3a57;
  }

  .link-all i {
    color: white;
    font-size: 29px;
  }

  .link-all h4 {
    color: white;
    font-size: 18.5px;
    text-shadow: 0 0 5px black;
    mix-blend-mode: revert;
  }
}

@media screen and (min-width: 1200px) {
  .web-show-link a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .member-dashboard .member_center {
    margin-bottom: 30px;
  }
}
