@charset "UTF-8";
/*會員*/
.member-body {
  background: #453a34;
}
.member-body .header-title {
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 10px;
}
.member-body .section-info {
  background: transparent;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.member-body2 .section-info {
  background: transparent;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.person-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10PX 20px;
  border-radius: 10px;
  background: #FFF0DE;
  border: 1px solid #CBAC8A;
  -webkit-box-shadow: inset 1px 1px 0px #cbac8a;
          box-shadow: inset 1px 1px 0px #cbac8a;
  color: #8C4F1A;
}
.person-area img {
  width: 20%;
  margin-right: 20px;
}
.person-area h3 {
  font-weight: 700;
  color: #8C4F1A;
}
.person-area p {
  color: #BA936C;
}
.person-area a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
.person-area a:after {
  position: absolute;
  right: 0px;
  top: 13px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/ic-more.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.person-area .avata {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.16%, #FFBA09), color-stop(24.13%, #FCCB29), color-stop(49.42%, #FFEB9D), color-stop(74.71%, #FCC723), to(#FFBC0D));
  background: linear-gradient(180deg, #FFBA09 -1.16%, #FCCB29 24.13%, #FFEB9D 49.42%, #FCC723 74.71%, #FFBC0D 100%);
  padding: 5px;
  border-radius: 10px;
  width: 110px;
  padding-bottom: 0;
  margin-right: 10px;
}
.person-area .avata img {
  border-radius: 10px;
  border: 1px solid #fff;
  width: 100%;
}

.wallet-area {
  min-height: 135px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #FFF0DE;
  border: 1px solid #CBAC8A;
  -webkit-box-shadow: inset 1px 1px 0px #cbac8a;
          box-shadow: inset 1px 1px 0px #cbac8a;
}
.wallet-area .wallet-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 55px;
  width: 80%;
  margin: 0 auto;
}
.wallet-area .wallet-info p {
  color: #8C4F1A;
  font-weight: 700;
  font-size: 1.1rem;
}
.wallet-area .wallet-info p.txt-num {
  color: #BA936C;
  font-weight: 700;
  font-size: 1.1rem;
}
.wallet-area .wallet-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 50%;
  margin: 0 auto;
  padding-top: 10px;
}
.wallet-area .wallet-function a {
  padding: 0 10px;
  color: #fff;
  display: block;
  width: 50%;
  text-align: center;
}

.nav-user li {
  position: relative;
  padding: 0 5px;
}
.nav-user li a {
  color: #8C4F1A;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-user li a img {
  width: 15px;
  height: 20px;
}
.nav-user li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(167, 145, 120, 0)), color-stop(50%, #DABD9D), to(rgba(116, 101, 83, 0)));
  background: linear-gradient(90deg, rgba(167, 145, 120, 0) 0%, #DABD9D 50%, rgba(116, 101, 83, 0) 100%);
}
.nav-user li:last-child:after {
  display: none;
}

.nav-invite li {
  padding: 10px;
  position: relative;
}
.nav-invite li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(167, 145, 120, 0)), color-stop(50%, #DABD9D), to(rgba(116, 101, 83, 0)));
  background: linear-gradient(90deg, rgba(167, 145, 120, 0) 0%, #DABD9D 50%, rgba(116, 101, 83, 0) 100%);
}
.nav-invite li:last-child:after {
  display: none;
}
.nav-invite .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BA936C;
}
.nav-invite .formGroup .label {
  width: 100px;
  margin-right: 10px;
  white-space: nowrap;
  color: #8C4F1A;
  font-weight: 700;
}
.nav-invite .formGroup .btn-copy {
  border-radius: 5px;
  background: #A16000;
  padding: 3px 10px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 2px 0px #D19740 inset, 0px -1px 4px 0px #4B2C00 inset;
          box-shadow: 0px 3px 2px 0px #D19740 inset, 0px -1px 4px 0px #4B2C00 inset;
  -webkit-text-stroke: 0.5px #fff;
  text-shadow: 1px 1px 0 #7D4302, -1px 1px 0 #7D4302, 1px -1px 0 #7D4302, -1px -1px 0 #7D4302;
}
.nav-invite .formGroup .btn-record {
  color: #fff;
  background: url(../img/btn-bg02.png) center center;
  background-size: contain;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  padding: 5px 10px;
}

.nav-userdetail li {
  padding: 5px 10px;
  position: relative;
}
.nav-userdetail li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(167, 145, 120, 0)), color-stop(50%, #DABD9D), to(rgba(116, 101, 83, 0)));
  background: linear-gradient(90deg, rgba(167, 145, 120, 0) 0%, #DABD9D 50%, rgba(116, 101, 83, 0) 100%);
}
.nav-userdetail li:last-child:after {
  display: none;
}

.account-bg-top {
  background: url(../img/bg-rank01.png) no-repeat center bottom;
  background-size: contain;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.account-bg-middle {
  background: url(../img/bg-rank02.png) repeat-y center center;
  background-size: contain;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  min-height: auto;
  padding-bottom: 80px;
}

.account-bg-bottom {
  background: url(../img/bg-rank03.png) no-repeat center top;
  background-size: contain;
  height: 55px;
  width: 100%;
  margin: 0 auto;
}

.account-bg-top .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.account-bg-top .header-title .btn-left {
  width: 22px;
  height: 50px;
  background: url("../img/btn-gift01.png") no-repeat center right;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.account-bg-top .header-title .btn-center {
  background: url("../img/btn-gift02.png") repeat-x center;
  height: 50px;
  padding: 0 30px;
  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;
  background-size: contain;
}
.account-bg-top .header-title .btn-center h1 {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 0 #c65c00, -2px 2px 0 #c65c00, 2px -2px 0 #c65c00, -2px -2px 0 #c65c00, 0px 2px 0 #c65c00, 2px 0px 0 #c65c00, 0px -2px 0 #c65c00, -2px 0px 0 #c65c00;
}
.account-bg-top .header-title .btn-right {
  width: 22px;
  height: 50px;
  background: url("../img/btn-gift03.png") no-repeat center left;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.account-bg-middle .txt-back {
  color: #BA936C;
  font-weight: 700;
}

/*儲值*/
.paymen-area {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paymen-area li {
  width: 33.33%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.4));
}
.paymen-area li img {
  width: 92px;
  border-radius: 10px;
  border: 2px solid #dcd3b9;
}
.paymen-area li.selected img {
  border: 2px solid #c81616;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.deposit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
.deposit-area li {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: #8C4F1A;
  font-weight: 800;
  outline: none;
}
.deposit-area li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(167, 145, 120, 0)), color-stop(50%, #DABD9D), to(rgba(116, 101, 83, 0)));
  background: linear-gradient(90deg, rgba(167, 145, 120, 0) 0%, #DABD9D 50%, rgba(116, 101, 83, 0) 100%);
}
.deposit-area li:last-child:after {
  display: none;
}
.deposit-area li .icon {
  width: 30px;
  height: 30px;
}
.deposit-area li .icon img {
  width: 100%;
}
.deposit-area li .box-money {
  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;
}
.deposit-area li img.money {
  width: 30%;
}

.mark-area {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 8rem;
}
.mark-area p {
  color: #fff;
}
.mark-area svg {
  padding: 0;
  color: #ffc107;
}
.mark-area ol li {
  color: #FFF;
  padding-bottom: 10px;
}

.deposit-wrapper .deposit-bg-top {
  background: url("../img/bg-deposit01.png") no-repeat bottom center;
  background-size: contain;
  height: 128px;
}
.deposit-wrapper .deposit-bg-middle {
  background: url("../img/bg-deposit02.png") repeat-y center;
  background-size: 100% auto;
  padding: 30px 30px 10px;
}
.deposit-wrapper .deposit-bg-bottom {
  background: url("../img/bg-deposit03.png") no-repeat bottom center;
  background-size: contain;
  height: 52px;
  margin-top: -12px;
}
.deposit-wrapper .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.deposit-wrapper .header-title .btn-left {
  width: 22px;
  height: 50px;
  background: url("../img/section-title01.png") no-repeat center right;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.deposit-wrapper .header-title .btn-center {
  background: url("../img/section-title02.png") repeat-x center;
  height: 50px;
  padding: 0 30px;
  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;
  background-size: contain;
  min-width: 250px;
  text-align: center;
}
.deposit-wrapper .header-title .btn-center h3 {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 0 #c65c00, -2px 2px 0 #c65c00, 2px -2px 0 #c65c00, -2px -2px 0 #c65c00, 0px 2px 0 #c65c00, 2px 0px 0 #c65c00, 0px -2px 0 #c65c00, -2px 0px 0 #c65c00;
}
.deposit-wrapper .header-title .btn-center span {
  background: #c81616;
  padding: 3px 8px;
  color: #ffecc6;
  font-size: 0.9rem;
  border-radius: 10px;
  margin-left: 10px;
}
.deposit-wrapper .header-title .btn-right {
  width: 22px;
  height: 50px;
  background: url("../img/section-title03.png") no-repeat center left;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.deposit-wrapper .section-info {
  margin-bottom: 35px;
  width: 90%;
}
.deposit-wrapper .section-info:last-child {
  margin-bottom: 0;
}
.deposit-wrapper .section-info .body-info {
  padding-top: 0;
}

/*轉點*/
.transfer-body .section-info {
  background: #FFF0DE;
  border: 1px solid #CBAC8A;
  -webkit-box-shadow: inset 1px 1px 0px #cbac8a;
          box-shadow: inset 1px 1px 0px #cbac8a;
  padding: 5px;
}
.transfer-body .header-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

.section-info .header-title {
  text-align: left;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-info .header-title p {
  font-weight: 800;
  color: #8C4F1A;
  margin-right: 10px;
}
.section-info .btn-transfer {
  font-size: 0.8rem;
  color: #fff;
  background: url(../img/btn-bg02.png) center center;
  background-size: contain;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  padding: 8px 10px;
}
.section-info .btn-transfer:hover {
  background-color: #FFDB7A;
}
.section-info .btn-memr {
  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;
  color: #fff;
}
.section-info .btn-memr .btn-left {
  background-image: url("../img/btn-memr01.png");
  background-size: cover;
  background-position: left;
  height: 45px;
  width: 10px;
}
.section-info .btn-memr .btn-middle {
  background-image: url("../img/btn-memr02.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
  height: 45px;
  width: 100%;
  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;
}
.section-info .btn-memr .btn-right {
  background-image: url("../img/btn-memr03.png");
  background-size: cover;
  background-position: right;
  height: 45px;
  width: 10px;
}

.formTransfer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formTransfer img {
  width: 40px;
}
.formTransfer .input-transfer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}
.formTransfer .input-transfer .input {
  color: #977755;
  cursor: pointer;
}
.formTransfer .input-transfer .input::-webkit-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input::-moz-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input:-ms-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input::-ms-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input::placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input:hover::-webkit-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input:hover::-moz-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input:hover:-ms-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input:hover::-ms-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer .input:hover::placeholder {
  color: #977755 !important;
}
.formTransfer .input-transfer img {
  width: 8px;
}
.formTransfer .input2 {
  width: 100%;
  margin: 10px 0;
  border-radius: 0.45rem;
  padding: 0.65rem;
  margin-bottom: 0.65rem;
  color: #977755;
  background-color: #dccfb7;
  -webkit-box-shadow: inset 2px 2px 5px #b6a38e, inset -2px -2px 5px #dccfb7;
          box-shadow: inset 2px 2px 5px #b6a38e, inset -2px -2px 5px #dccfb7;
  border: 2px solid #f1e3cc;
}
.formTransfer .input2::-webkit-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input2::-moz-placeholder {
  color: #977755 !important;
}
.formTransfer .input2:-ms-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input2::-ms-input-placeholder {
  color: #977755 !important;
}
.formTransfer .input2::placeholder {
  color: #977755 !important;
}
.formTransfer .input2:focus {
  border: 1px solid #f1e3cc;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 93, 17, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(246, 93, 17, 0.25);
}

.wallet-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffecc6;
}

p.txt-num {
  font-weight: bold;
  color: #fff;
}

#overlayT {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9998;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  pointer-events: none;
}

.active ~ #overlay {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.accountSelect-area {
  position: fixed;
  z-index: 9999;
  bottom: -200px;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  width: 480px;
  max-width: 100%;
  background: #202326;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px 15px 0 0;
  padding: 1.25rem 0.875rem 5.75rem;
  height: 5rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}

.accountSelect .nav-wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accountSelect .nav-wallet li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
  padding: 0.65rem;
}
.accountSelect .nav-wallet li img {
  margin: 0 10px;
}

/*帳務紀錄*/
.section-record {
  width: 95%;
  margin: 0 auto;
}
.section-record .record-list {
  border-radius: 10px;
  padding: 0.65rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
  background: #FFF0DE;
  border: 1px solid #CBAC8A;
  -webkit-box-shadow: inset 1px 1px 0px #cbac8a;
          box-shadow: inset 1px 1px 0px #cbac8a;
}
.section-record .record-list .icon {
  margin-right: 20px;
}
.section-record .record-list .txt-time {
  color: #8C4F1A;
}
.section-record .record-list .record-info {
  color: #8C4F1A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-record .record-list .record-infolast {
  color: #8C4F1A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  margin-left: auto;
}

/*遊戲紀錄*/
.section-record .page-title {
  text-align: center;
}
.section-record .rol-btn {
  width: auto;
  padding: 0.3rem 1.2rem;
  color: #fff;
  text-align: left;
  border-radius: 0.25rem;
  background-color: #D67D2A;
}
.section-record .rol-btn:after {
  width: 10px;
  margin-left: 10px;
  background-position: center;
  background-size: auto;
  display: inline-block;
  vertical-align: 0.1em;
  content: "";
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.4em solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-record .rol-btn.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-record .formcolor {
  margin: 10px 0;
}
.section-record .formcolor .input-nb, .section-record .formcolor span {
  color: #f65d11;
  width: 23.3333333333%;
  text-align: center;
}
.section-record .formcolor input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section-record .box-btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.section-record .box-btnGroup .btn-record {
  border: 1px solid transparent;
  background-color: #fff;
  color: black;
  display: inline-block;
  font-weight: 400;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  width: 23%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-record .box-btnGroup .btn-record:hover {
  border: 1px solid #f65d11;
}
.section-record .box-customTime .formGroupcol .label {
  margin-top: 1rem;
}
.section-record .box-btnGroup, .section-record .box-customTime {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-record .box-btnGroup.active, .section-record .box-customTime.active {
  max-height: 500px;
}
.section-record .nav-game {
  width: 100%;
  margin-top: 20px;
}
.section-record .nav-game li {
  color: #8C4F1A;
  padding: 10px 20px;
  margin: 8px 0;
  border-radius: 10px;
  background: #FFF0DE;
  border: 1px solid #CBAC8A;
  -webkit-box-shadow: inset 1px 1px 0px #cbac8a;
          box-shadow: inset 1px 1px 0px #cbac8a;
  font-weight: 700;
}
.section-record .game-table {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(18, 18, 18, 0.125);
  background: rgba(255, 255, 255, 0.3019607843);
  margin: 10px auto;
}
.section-record .game-table th {
  color: #212529;
  font-size: 0.9rem;
  padding: 10px 0 0 0;
}
.section-record .game-table td {
  width: 33.33%;
  color: #8C4F1A;
  font-weight: bold;
  padding: 10px;
}
.section-record .game-table2 {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.1098039216);
}
.section-record .game-table2 th {
  color: #8C4F1A;
  font-size: 0.9rem;
  padding: 10px 0 0 0;
}
.section-record .game-table2 td {
  width: 33.33%;
  color: #8C4F1A;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-record .hr2 {
  height: 2px;
  width: 100%;
  background: #000;
}

/*優惠*/
.action-wrapper {
  background: url("../img/bg-action.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}

.section-active {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-active .active-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
}
.section-active .active-list img {
  width: 100%;
}
.section-active p {
  color: #8C4F1A;
}

/*訊息*/
.section-msg {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-msg .accordion-item {
  margin: 5px auto 10px auto;
  border: 1px solid rgba(18, 18, 18, 0.125);
}
.section-msg .accordion-header {
  border-radius: 0.25rem;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.3019607843);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.section-msg .accordion-button {
  display: block;
  outline: none;
  text-align: left;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-msg .accordion-body {
  color: #fff;
  padding: 5px;
  background: rgba(0, 0, 0, 0.1098039216);
}
.section-msg .txt-time {
  white-space: nowrap;
}

/*贈禮*/
.gift-bg-top {
  background: url(../img/bg-rank01.png) no-repeat center bottom;
  background-size: contain;
  height: 100px;
  width: 100%;
  margin: 0 auto;
}

.gift-bg-middle {
  background: url(../img/bg-rank02.png) repeat-y center center;
  background-size: contain;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}

.gift-bg-bottom {
  background: url(../img/bg-rank03.png) no-repeat center top;
  background-size: contain;
  height: 55px;
  width: 100%;
  margin: 0 auto;
}

.main-body .section-gift {
  background: none;
  padding-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
}
.main-body .section-gift .body-info {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.main-body .section-gift .body-info h3, .main-body .section-gift .body-info p {
  text-align: center;
}
.main-body .section-gift .body-info h3 {
  color: #8C4F1A;
  font-weight: 800;
}
.main-body .section-gift .body-info p {
  color: #BA936C;
  padding: 0;
}
.main-body .section-gift .btn-gift {
  background: url(../img/btn-gift.png) repeat-x center;
  background-size: contain;
  font-weight: bold;
  border-radius: 10px;
  background: #2DE53D;
  -webkit-box-shadow: 0px 3px 2px 0px #88FF92 inset, 0px -1px 4px 0px #1C8E26 inset;
          box-shadow: 0px 3px 2px 0px #88FF92 inset, 0px -1px 4px 0px #1C8E26 inset;
}
.main-body .section-gift .btn-gift span {
  font-weight: bold;
  color: white;
  text-shadow: -1px -1px 0 #208028, 1px -1px 0 #208028, -1px 1px 0 #208028, 1px 1px 0 #208028;
}
.main-body .section-gift .formGroup .label {
  color: #8C4F1A;
  font-weight: 800;
}

.gift-bg-top .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.gift-bg-top .header-title .btn-left {
  width: 22px;
  height: 50px;
  background: url("../img/btn-gift01.png") no-repeat center right;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gift-bg-top .header-title .btn-center {
  background: url("../img/btn-gift02.png") repeat-x center;
  height: 50px;
  padding: 0 30px;
  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;
  background-size: contain;
}
.gift-bg-top .header-title .btn-center h1 {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 0 #c65c00, -2px 2px 0 #c65c00, 2px -2px 0 #c65c00, -2px -2px 0 #c65c00, 0px 2px 0 #c65c00, 2px 0px 0 #c65c00, 0px -2px 0 #c65c00, -2px 0px 0 #c65c00;
}
.gift-bg-top .header-title .btn-right {
  width: 22px;
  height: 50px;
  background: url("../img/btn-gift03.png") no-repeat center left;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*加到桌面*/
a.back {
  display: inline-block;
  margin: 10px;
  color: #BA936C;
}

.add-body {
  padding-bottom: 180px;
}

.main-body .section-add {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.main-body .section-add .add04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 3.65rem;
}
.main-body .section-add .add04 h3 {
  text-align: left;
}
.main-body .section-add .add04 img {
  width: 100px;
}

.gift-bg-top h3 {
  text-align: center;
  margin-top: 30px;
}

.gift-bg-middle img.add {
  width: 80%;
}