@charset "utf-8";
body {
  padding: 0;
  margin: 0;
}
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  font-family: Arial, "微軟正黑體" !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  width: auto;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
span {
  display: inline-block;
}
div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
/*消除iphone電話號碼顏色異常*/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
/*取消IE的input右側clear按鈕*/
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/*取消Chrome自動填入input淡黃色背景色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input {
  outline-color: #16a936;
  outline-width: 1px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #D4D6D9;
  border-radius: 4px;
  padding: 13px 13px;
  font-size: 14px;
  color: #323740;
  background-color: #FCFCFC;
  background-image: url('../images/icon_down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px ) center;
}
select::-ms-expand {
  display: none;
}
@media all and (max-width: 1024px) {
  .for-desktop {
    display: none!important;
  }
}
@media all and (min-width: 1023px) {
  .for-mobile {
    display: none!important;
  }
}
.col {
  margin-bottom: 30px;
}
.col .col-title {
  font-size: 15px;
  color: #353535;
  line-height: 1;
  margin-bottom: 10px;
}
.col .col-title i.red {
  color: #FF0000;
}
.col .col-value .default-value {
  display: flex;
  align-items: center;
  height: 45px;
  line-height: 1;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  border-bottom: solid 1px #606060;
}
.col .col-value input {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #606060;
}
.col .col-value input:read-only {
  color: #BAC2C7;
  background-color: #EDEDED;
  border: 1px solid #C6C6C6;
}
.col .col-value select {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #606060;
}
.col .col-value .radio-box {
  display: flex;
}
.col .col-value .radio-box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-right: 15%;
  white-space: nowrap;
}
.col .col-value .radio-box > div > input[type=radio] {
  width: auto;
  height: 15px;
  margin: 0;
  margin-right: 5px;
  accent-color: #009E3C;
}
.col .col-value .radio-box > div:last-child {
  margin-right: 0;
}
.col .col-value .checkbox {
  display: flex;
}
.col .col-value .checkbox > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-right: 10%;
  white-space: nowrap;
}
.col .col-value .checkbox > label > input[type=checkbox] {
  width: auto;
  height: 15px;
  margin: 0;
  margin-right: 5px;
  accent-color: #009E3C;
}
.col .col-value .checkbox > label a {
  color: #0077D2;
  margin: 0 3px;
}
.col .col-value .checkbox > div:last-child {
  margin-right: 0;
}
.col .description {
  font-size: 13px;
  color: #AFAFAF;
  margin-top: 10px;
}
.col input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0.6px solid #606060;
  border-radius: 5px;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .col input {
    font-size: 14px;
  }
}
.col select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0.6px solid #606060;
  border-radius: 5px;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .col select {
    font-size: 14px;
  }
}
body > .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body > .lightbox:-webkit-scrollbar {
  display: none;
}
body > .lightbox * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body > .lightbox *::-webkit-scrollbar {
  display: none;
}
body > .lightbox .black-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
}
body > .lightbox .lightbox-content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 460px;
  max-height: 80vh;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}
@media all and (max-width: 500px) {
  body > .lightbox .lightbox-content {
    width: 90%;
  }
}
body > .lightbox .lightbox-content .btn-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #009E3C;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #009E3C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > .lightbox .lightbox-content .btn-close:hover {
  opacity: 0.8;
}
body > .lightbox .lightbox-content .lightbox-title {
  padding: 25px 10px;
  text-align: center;
  font-size: 24px;
  color: #1B1B1B;
  margin-bottom: 20px;
}
body > .lightbox .lightbox-content .body-box {
  padding: 0 20px;
}
body > .lightbox .lightbox-content .body-box .tab-box {
  position: relative;
  display: flex;
  border-radius: 50px;
  padding: 4px;
  background-color: #EBF5EF;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  body > .lightbox .lightbox-content .body-box .tab-box {
    margin-bottom: 20px;
  }
}
body > .lightbox .lightbox-content .body-box .tab-box .inner-wrap {
  display: flex;
  justify-content: space-between;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #EBF5EF;
  color: #40474F;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 40px;
  margin-right: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab:hover {
  color: #fff;
  background: #00803D;
}
@media all and (max-width: 1024px) {
  body > .lightbox .lightbox-content .body-box .tab-box .tab {
    font-size: 15px;
    padding: 8px 10px;
  }
}
body > .lightbox .lightbox-content .body-box .tab-box .tab:last-child {
  margin-right: 0;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab.active {
  color: #fff;
  background: #00803D;
}
header {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
header .inner-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 55px;
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  header .inner-wrap {
    align-items: center;
    padding: 15px 25px;
  }
}
header .inner-wrap .logo-box {
  display: flex;
  align-items: center;
  padding: 22px 0;
}
header .inner-wrap .title-box {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2c2c2c;
}
header .inner-wrap .right-box .btn-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .inner-wrap .right-box .btn-box {
    align-items: center;
  }
}
header .inner-wrap .right-box .btn-box i {
  margin-left: 3px;
}
header .inner-wrap .right-box .btn-box .btn a {
  display: flex;
  align-items: center;
  padding: 34px 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .inner-wrap .right-box .btn-box .btn a:hover {
  color: #000;
}
header .inner-wrap .right-box .btn-box .btn a i {
  display: inline-block;
  margin-right: 5px;
}
header .inner-wrap .right-box .btn-box .btn a > span {
  margin-top: 3px;
}
header .inner-wrap .right-box .btn-box .btn.btn-login a {
  padding: 34px 30px;
  color: #fff;
  background-color: #1BB235;
}
header .inner-wrap .right-box .btn-box.for-mobile {
  color: #353535;
}
header .inner-wrap .right-box .btn-box.for-mobile .btn-logout,
header .inner-wrap .right-box .btn-box.for-mobile .btn-login {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .inner-wrap .right-box .btn-box.for-mobile .btn-logout,
  header .inner-wrap .right-box .btn-box.for-mobile .btn-login {
    align-items: center;
  }
}
header .inner-wrap .right-box .btn-box.for-mobile .btn-login i {
  margin-right: 5px;
}
footer {
  position: relative;
  width: 100%;
  height: 140px;
  background-image: url('../images/footer.png');
  background-color: #f8f8f8;
}
@media all and (max-width: 1024px) {
  footer {
    z-index: 5;
    position: fixed;
    bottom: 0;
    height: 90px;
    background-image: none;
    background-color: #000;
    border-top: solid 2px #ff0000;
  }
}
footer .copyright {
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 14px;
  color: #fff;
  transform: translateX(-50%);
}
footer .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  height: 100%;
}
footer .btn-box .btn1 i {
  background-image: url('../images/icon_activity.svg');
}
footer .btn-box .btn2 i {
  background-image: url('../images/icon_record.svg');
}
footer .btn-box .btn3 i {
  background-image: url('../images/icon_prize.svg');
}
footer .btn-box .btn4 i {
  background-image: url('../images/icon_member.svg');
}
footer .btn-box .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .btn-box .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
}
footer .btn-box .btn a i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .btn-box .btn a span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .btn-box .btn:hover span {
  color: #61CE70;
}
footer .btn-box .btn1:hover i {
  background-image: url('../images/icon_activity_green.svg');
}
footer .btn-box .btn2:hover i {
  background-image: url('../images/icon_record_green.svg');
}
footer .btn-box .btn3:hover i {
  background-image: url('../images/icon_prize_green.svg');
}
footer .btn-box .btn4:hover i {
  background-image: url('../images/icon_member_green.svg');
}
.page-content {
  position: relative;
  max-width: 100vw;
  min-height: calc(100vh - 90px - 140px);
  background-color: #f8f8f8;
  overflow-x: hidden;
}
@media all and (max-width: 1024px) {
  .page-content {
    padding: 20px;
    min-height: calc(100vh - 56px);
    padding-bottom: 90px;
  }
}
.page-content .banner-box {
  position: relative;
  width: 100%;
  height: 245px;
  background-color: #000;
  margin-bottom: 70px;
  background-image: url('../images/records_banner.jpg');
}
.page-content .banner-box .inner-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-content .banner-box .inner-wrap .title-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-content .banner-box .inner-wrap .title-box .title-en-box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 15px;
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span {
  display: inline-flex;
  width: auto;
  color: #fff;
  padding: 0px 15px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(180deg, #02df80, #02db9c);
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span:first-child {
  z-index: 1;
  transform: translateY(1px);
  height: 25px;
  width: 220px;
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span:first-child > span {
  position: absolute;
  top: -25px;
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span:nth-child(2) {
  position: relative;
  padding-top: 5px;
}
.page-content .banner-box .inner-wrap .title-box .title {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px 5px;
  border-bottom: solid 2px #14A636;
}
@media all and (max-width: 1024px) {
  .page-content .banner-box {
    display: none;
  }
}
.page-content > .inner-wrap {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .page-content > .inner-wrap {
    max-width: 460px;
  }
}
.page-content .top-card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media all and (max-width: 550px) {
  .page-content .top-card-box {
    margin-bottom: 10px;
  }
}
.page-content .top-card-box .left-box {
  display: flex;
  flex-direction: column;
  width: 35%;
}
@media all and (max-width: 1024px) {
  .page-content .top-card-box .left-box {
    display: none;
  }
}
.page-content .top-card-box .left-box .member-name {
  font-size: 20px;
  color: #1b1b1b;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.page-content .top-card-box .left-box .btn-logout a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #5f5f5f;
}
.page-content .top-card-box .left-box .btn-logout a > span {
  margin-right: 3px;
}
.page-content .top-card-box .right-box {
  display: flex;
  width: 65%;
}
@media all and (max-width: 1024px) {
  .page-content .top-card-box .right-box {
    width: 100%;
  }
}
@media all and (max-width: 380px) {
  .page-content .top-card-box .right-box {
    flex-direction: column;
  }
}
.page-content .top-card-box .right-box .card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  box-shadow: 0px 2px 10px 0px #00000026;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  width: 100%;
}
@media all and (max-width: 550px) {
  .page-content .top-card-box .right-box .card {
    padding: 10px;
  }
}
@media all and (max-width: 380px) {
  .page-content .top-card-box .right-box .card {
    margin-bottom: 10px;
  }
}
.page-content .top-card-box .right-box .card .icon-box {
  margin-right: 10px;
}
@media all and (max-width: 550px) {
  .page-content .top-card-box .right-box .card .icon-box {
    margin-right: 15px;
  }
}
@media all and (max-width: 550px) {
  .page-content .top-card-box .right-box .card .right-box {
    flex-direction: column;
  }
}
@media all and (max-width: 380px) {
  .page-content .top-card-box .right-box .card .right-box {
    flex-direction: row;
  }
}
.page-content .top-card-box .right-box .card .right-box .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #6D6D6D;
  margin-right: 10px;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .page-content .top-card-box .right-box .card .right-box .title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 380px) {
  .page-content .top-card-box .right-box .card .right-box .title {
    margin-bottom: 0;
  }
}
.page-content .top-card-box .right-box .card .right-box .number-box {
  white-space: nowrap;
}
.page-content .top-card-box .right-box .card .right-box .number-box .number {
  font-size: 30px;
  font-weight: bold;
  color: #00803d;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .page-content .top-card-box .right-box .card .right-box .number-box .number {
    font-size: 26px;
  }
}
.page-content .top-card-box .right-box .card .right-box .number-box span {
  font-size: 11px;
  color: #6d6d6d;
  line-height: 1;
}
.page-content .top-card-box .right-box .card:last-child {
  margin-right: 0;
}
.page-content .member-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .page-content .member-box {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.page-content .member-box > .btn {
  position: relative;
  width: calc(50% - 14px);
  height: 215px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media all and (max-width: 1024px) {
  .page-content .member-box > .btn {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  .page-content .member-box > .btn {
    background-position: 150% 0;
  }
}
@media all and (max-width: 360px) {
  .page-content .member-box > .btn {
    background-position: 180% 0;
  }
}
.page-content .member-box > .btn .title-box {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.page-content .member-box > .btn .title-box .title-en-box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 20px;
}
.page-content .member-box > .btn .title-box .title-en-box > span {
  display: inline-flex;
  width: auto;
  color: #000;
  padding: 0px 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(180deg, #02df80, #02db9c);
}
.page-content .member-box > .btn .title-box .title-en-box > span:first-child {
  z-index: 1;
  transform: translateY(1px);
  height: 15px;
  width: 130px;
}
.page-content .member-box > .btn .title-box .title-en-box > span:first-child > span {
  position: absolute;
  top: -17px;
}
.page-content .member-box > .btn .title-box .title-en-box > span:nth-child(2) {
  position: relative;
  height: 30px;
}
.page-content .member-box > .btn .title-box .title {
  display: inline-flex;
  align-items: center;
}
.page-content .member-box > .btn .title-box .title span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin-left: 10px;
  padding: 0 0px 3px;
  border-bottom: solid 2px #14A636;
}
.page-content .member-box > .btn .title-box .title i {
  margin-left: 10px;
}
.page-content .member-box .btn-info {
  background-image: url('../images/btn-bg01.png');
}
.page-content .member-box .btn-records {
  background-image: url('../images/btn-bg02.png');
}
.page-content .member-box .btn-reward-points {
  background-image: url('../images/btn-bg-reward-points.png');
}
.page-content .member-box .btn-records .title-box .title-en-box > span:first-child {
  width: 110px;
}
.page-content .member-box .btn-records .title-box .title-en-box > span:nth-child(2) {
  width: 130px;
}
.page-content .member-box > .btn:first-child {
  margin-right: 28px;
  margin-bottom: 28px;
}
@media all and (max-width: 1024px) {
  .page-content .member-box > .btn:first-child {
    margin-right: 0;
  }
}
body > .lightbox-rigister-success .lightbox-content .body-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
body > .lightbox-rigister-success .lightbox-content .body-box .content .img {
  margin-bottom: 20px;
}
body > .lightbox-rigister-success .lightbox-content .body-box .content .title {
  font-size: 28px;
  font-weight: bold;
  color: #16A936;
  margin-bottom: 30px;
}
body > .lightbox-rigister-success .lightbox-content .body-box .content .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
body > .lightbox-rigister-success .lightbox-content .body-box .content .btn-box .btn {
  width: calc(50% - 8px);
}
body > .lightbox-rigister-success .lightbox-content .body-box .content .btn-box .btn a {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #16A936;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #16A936;
  margin-bottom: 15px;
}
body > .lightbox-rigister-success .lightbox-content .body-box .content .btn-box .btn-continue a {
  color: #fff;
  background-color: #16A936;
  margin-bottom: 0;
}
