@charset "UTF-8";
button {
  border: 0;
}

.btn {
  font-size: 16px;
  padding: 8px 24px;
  display: inline-block;
  text-align: center;
  line-height: 1.3333333;
  border-radius: 6px;
  border: 1px solid #51f4f4;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background: #51f4f4;
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  color: #51f4f4;
  background: #082e4d;
  border: 1px solid #082e4d;
}
.btn i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.btn-s {
  padding: 8px 16px;
}

.btn-xl {
  padding: 8px 48px;
}

.btn-outline {
  background: #fff;
  border: 1px solid #51f4f4;
  color: #51f4f4;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  color: #51f4f4;
  background: #082e4d;
  border: 1px solid #082e4d;
}

.btn-round {
  background: #fff;
  border: 1px solid #51f4f4;
  color: #51f4f4;
  border-radius: 99px;
}
.btn-round:hover, .btn-round:active, .btn-round:focus {
  color: #51f4f4;
  background: #082e4d;
  border: 1px solid #082e4d;
}

.lineFBBt {
  height: 44px;
  line-height: 44px;
  background-color: #4267b2;
  border-radius: 8px;
  border: 1px solid #4267b2;
  color: #ffffff;
  text-align: center;
  display: block;
}
.lineFBBt span {
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(../image/fbIcon.svg) no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.lineFBBt:hover {
  background-color: #fff;
  border: 1px solid #4267b2;
  color: #4267b2;
}
.lineFBBt:hover span {
  background: url(../image/fbIcon_o.svg) no-repeat;
}

.lineLINEBt {
  height: 44px;
  line-height: 44px;
  background-color: #01b901;
  border-radius: 8px;
  border: 1px solid #01b901;
  color: #ffffff;
  text-align: center;
  display: block;
}
.lineLINEBt span {
  display: inline-block;
  width: 32px;
  height: 36px;
  background: url(../image/lineIcon.svg) no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.lineLINEBt:hover {
  background-color: #fff;
  border: 1px solid #01b901;
  color: #01b901;
}
.lineLINEBt:hover span {
  background: url(../image/lineIcon_o.svg) no-repeat;
}

.unlineBt {
  color: #51f4f4;
  text-decoration: underline;
}
.unlineBt:hover, .unlineBt:active, .unlineBt:focus {
  color: #082e4d;
  text-decoration: underline;
}

.g-main {
  width: 100%;
  max-width: 1260px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.g-main-M {
  width: 100%;
  max-width: 1000px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.g-main-S {
  width: 100%;
  max-width: 800px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
}

.flex-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  position: relative;
}

.disflex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexauto {
  -webkit-flex: 0 0 auto !important;
     -moz-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.nowarp {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flexalign_cc {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.space-between {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexalign_center {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-21 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 12px;
}

@media (min-width: 768px) {
  .g-21 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    padding: 12px;
  }
}
.g-31 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 12px;
}

@media (min-width: 768px) {
  .g-31 {
    -webkit-flex: 0 0 33.33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 100%;
    padding: 12px;
  }
}
.g-21-65 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 12px;
}

@media (min-width: 768px) {
  .g-21-65 {
    -webkit-flex: 0 0 65%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 100%;
    padding: 12px;
  }
}
.g-321 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 12px;
}

@media (min-width: 768px) {
  .g-321 {
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    padding: 12px;
  }
}
@media (min-width: 992px) {
  .g-321 {
    -webkit-flex: 0 0 33.33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 100%;
    padding: 12px;
  }
}
.g-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.g-basis {
  -webkit-flex-basis: 1;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
}

.g-auto {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.g-33 {
  -webkit-flex: 0 0 33.33%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 12px;
}

.g-half {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.g-70 {
  -webkit-flex: 0 0 70%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 12px;
}

.g-100 {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

label {
  display: block;
  margin: 10px 0;
  padding: 0 10px 0 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
  background: transparent;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.mgc {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -0.15px 0.6px 0 0;
  vertical-align: text-bottom;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc:checked:after {
  content: "";
  display: block;
  height: 4px;
  width: 7px;
  border: 0 solid #333;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 3px;
}

.mgc:disabled {
  opacity: 0.65;
}

.mgc:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff;
}

.mgc:checked {
  background-color: #fff;
  border-color: #d7d7d7;
}

.mgc:checked:after {
  border-color: #414141;
}

.mgc-primary {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-primary:checked {
  background-color: #fff;
  border-color: #51f4f4;
}

.mgc-primary:checked:after {
  border-color: #51f4f4;
}

.mgc-success {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-success:checked {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.mgc-success:checked:after {
  border-color: #fff;
}

.mgc-info {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-info:checked {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.mgc-info:checked:after {
  border-color: #fff;
}

.mgc-warning {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-warning:checked {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.mgc-warning:checked:after {
  border-color: #fff;
}

.mgc-danger {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgc-danger:checked {
  background-color: #cf3b3a;
  border-color: #cf3b3a;
}

.mgc-danger:checked:after {
  border-color: #fff;
}

.mgc-mg {
  width: 18px;
  height: 18px;
}

.mgc-mg:checked:after {
  top: 3px;
  left: 3px;
  height: 6px;
  width: 12px;
}

.mgc-lg {
  width: 24px;
  height: 24px;
}

.mgc-lg:checked:after {
  top: 4px;
  left: 4px;
  height: 8px;
  width: 16px;
}

.mgr {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: text-bottom;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr:disabled {
  opacity: 0.65;
}

.mgr:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  -webkit-transition: width 0.25s, height 0.25s;
  -o-transition: width 0.25s, height 0.25s;
  -moz-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.mgr:checked:before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.mgr:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 2px #38a7ff;
}

.mgr:checked {
  border: 1px solid #555;
}

.mgr:checked:before {
  background-color: #555;
}

.mgr-primary {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-primary:checked {
  border: 1px solid #51f4f4;
}

.mgr-primary:checked:before {
  background-color: #51f4f4;
}

.mgr-success {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-success:checked {
  border: 1px solid #5cb85c;
}

.mgr-success:checked:before {
  background-color: #5cb85c;
}

.mgr-info {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-info:checked {
  border: 1px solid #5bc0de;
}

.mgr-info:checked:before {
  background-color: #5bc0de;
}

.mgr-warning {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-warning:checked {
  border: 1px solid #f0ad4e;
}

.mgr-warning:checked:before {
  background-color: #f0ad4e;
}

.mgr-danger {
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.mgr-danger:checked {
  border: 1px solid #cf3b3a;
}

.mgr-danger:checked:before {
  background-color: #cf3b3a;
}

.mgr-sm {
  width: 20px;
  height: 20px;
}

.mgr-sm:checked:before {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 2px 0 0 2px;
}

.mgr-lg {
  width: 24px;
  height: 24px;
}

.mgr-lg:checked:before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.mgc-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 41px;
  height: 24px;
  border: 1px solid #dfdfdf;
  outline: 0;
  border-radius: 16px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #dfdfdf;
}

.mgc-switch:before,
.mgc-switch:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mgc-switch:before {
  width: 39px;
  height: 22px;
  background-color: #fdfdfd;
}

.mgc-switch:after {
  width: 22px;
  height: 22px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mgc-switch:checked {
  border-color: #04be02;
  background-color: #04be02;
}

.mgc-switch:checked:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
}

.mgc-switch:checked:after {
  -webkit-transform: translateX(17px);
  -moz-transform: translateX(17px);
   -ms-transform: translateX(17px);
    -o-transform: translateX(17px);
       transform: translateX(17px);
}

.mgc-sm.mgc-switch {
  height: 20px;
  width: 32px;
}

.mgc-sm.mgc-switch:before {
  height: 18px;
  width: 30px;
}

.mgc-sm.mgc-switch:after {
  width: 18px;
  height: 18px;
}

.mgc-sm.mgc-switch:checked:after {
  top: 0;
  left: 2px;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
   -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
       transform: translateX(10px);
}

.mgc-lg.mgc-switch {
  height: 32px;
  width: 52px;
}

.mgc-lg.mgc-switch:before {
  height: 30px;
  width: 50px;
}

.mgc-lg.mgc-switch:after {
  width: 30px;
  height: 30px;
}

.mgc-lg.mgc-switch:checked:after {
  top: 0;
  left: 2px;
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
   -ms-transform: translateX(18px);
    -o-transform: translateX(18px);
       transform: translateX(18px);
}

.form-style input[type=text],
.form-style input[type=date],
.form-style input[type=datetime],
.form-style input[type=email],
.form-style input[type=number],
.form-style input[type=search],
.form-style input[type=time],
.form-style input[type=url],
.form-style input[type=tel],
.form-style input[type=password],
.form-style textarea,
.form-style select {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  color: #555;
  border-radius: 4px;
  height: 44px;
}

.form-style textarea {
  min-height: 120px;
}

.form-style input[type=text]:focus,
.form-style input[type=date]:focus,
.form-style input[type=datetime]:focus,
.form-style input[type=email]:focus,
.form-style input[type=number]:focus,
.form-style input[type=search]:focus,
.form-style input[type=time]:focus,
.form-style input[type=url]:focus,
.form-style input[type=tel]:focus,
.form-style input[type=password]:focus,
.form-style textarea:focus,
.form-style select:focus {
  box-shadow: 0 0 5px #51f4f4;
  border: 1px solid #51f4f4;
}

.form-style input[type=submit],
.form-style input[type=button] {
  width: 100%;
}

.form-style .error input[type=text],
.form-style .error input[type=date],
.form-style .error input[type=datetime],
.form-style .error input[type=email],
.form-style .error input[type=number],
.form-style .error input[type=search],
.form-style .error input[type=time],
.form-style .error input[type=url],
.form-style .error input[type=password],
.form-style .error input[type=tel],
.form-style .error textarea,
.form-style .error select {
  box-shadow: 0 0 5px #f54747;
  border: 1px solid #f54747;
}

.form-style .error p {
  color: #f54747;
  font-size: 13px;
}

.form-style .disable input[type=text],
.form-style .disable input[type=date],
.form-style .disable input[type=datetime],
.form-style .disable input[type=email],
.form-style .disable input[type=number],
.form-style .disable input[type=search],
.form-style .disable input[type=time],
.form-style .disable input[type=url],
.form-style .disable textarea,
.form-style .disable select {
  background-color: #eee;
  border: 1px solid #eee;
}

.form-style .icon-down {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../image/icon/arrdownIcon.svg) no-repeat right 0.5em center;
  background-color: #fff;
  -o-background-size: 16px;
     background-size: 16px;
}

select::-ms-expand {
  display: none;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: -webkit-linear-gradient(left, #005be3, #1a76ff, #005be3);
  background: -moz-linear-gradient(left, #005be3, #1a76ff, #005be3);
  background: -o-linear-gradient(left, #005be3, #1a76ff, #005be3);
  background: linear-gradient(to right, #005be3, #1a76ff, #005be3);
  color: #fff;
  font-family: "Noto Sans TC", "Helvetica", "Microsoft JhengHei", Verdana, Arial, sans-serif;
  font-size: medium;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

p {
  margin: 0;
}

a {
  color: #333;
  margin: 0px;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #51f4f4;
}

a:focus {
  outline: none !important;
  text-decoration: none;
}

button:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #333;
}

:after,
:before {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.circle_box {
  border-radius: 999em;
}

.clear {
  clear: both;
}

/* ------------------------------------ */
.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.img-rwd {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.hide {
  display: none;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.p-red {
  color: #fa5353;
}

.p-green {
  color: #5cb85c;
}

.main-top {
  padding-top: 72px;
}

.ic {
  position: relative;
  display: inline;
  width: 32px;
  height: 32px;
}

.ic_arr1 {
  fill: rgb(153, 32, 32);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ic_arr2 {
  fill: rgb(153, 32, 32);
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ic_close {
  fill: rgb(153, 32, 32);
}

.ic_s {
  background: url(../images/public/ic_smartpush_A.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.animation {
  position: relative;
  width: 100%;
  height: 100vh;
}
.animation .fx {
  width: 100%;
  max-width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.animation .fx .fx_inner {
  height: 0;
  padding-bottom: 100%;
  background: url(../images/animation/light_fx_fps.png) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}
.animation .scenes {
  width: 100%;
  max-width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.animation .scenes .scenes_inner {
  height: 0;
  padding-bottom: 100%;
}
.animation .bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.animation .bg .bg_inner {
  height: 0;
  padding-bottom: 100%;
  background: url(../images/animation/light2_fx_fps.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

.MG_icon {
  width: 100%;
  /*----物件需要顯示的寬高比例 ----*/
  height: 0;
  padding-bottom: 100%;
  /*----逐格動畫圖片檔 ----*/
  background: url(../images/public/ic_smartpush_A.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

@-webkit-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@-moz-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@-o-keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}

@keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}
.mod_tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: #000;
  cursor: pointer;
}
.mod_tip .active {
  color: red;
}
.mod_tip .tiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: 15px;
}
.mod_tip .tiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.mod_tip:hover .tiptext {
  visibility: visible;
}
.mod_tip .toggle {
  visibility: visible;
}

.lightbox-target {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 2000;
}

.lightbox-target .content {
  width: 90%;
  height: 90%;
  background: #fff;
  color: #333;
  margin: auto;
  margin-top: 6%;
  padding: 8px;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 12px;
}
.lightbox-target .content .lightboxbody {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.lightbox-target .content .title {
  text-align: center;
  font-size: 28px;
  line-height: 52px;
}

.lightbox-target .content {
  max-width: 640px;
  max-height: 460px;
}

@media (max-width: 640px) {
  .lightbox-target .content {
    max-width: 640px;
    max-height: 640px;
  }
}
.lightboxopen {
  display: block;
}

.lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #51f4f4;
  color: #fff;
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index: 99;
  cursor: pointer;
  border-radius: 99em;
}

.lightbox-close:before,
.lightbox-close:after {
  content: " ";
  display: block;
  height: 24px;
  width: 1px;
  background: #082e4d;
  position: absolute;
  left: 20px;
  top: 8px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lightbox-close:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scale11 {
  height: 0;
  padding-bottom: 100%;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  position: relative;
}
.scale11 img {
  width: 100%;
}

.scale169 {
  height: 0;
  padding-bottom: 52.5%;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  position: relative;
}
.scale169 img {
  width: 100%;
}

.ellipsisOne {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.videobg {
  width: 100%;
  height: 100vh;
}
.videobg .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-pages {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.mod-pages .paginations {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-pages .paginations .pageitem {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: #e5e5e5 solid 1px;
  border-radius: 8px;
  margin: 0 3px;
  background-color: #fff;
  text-align: center;
}
.mod-pages .paginations .active {
  background-color: #51f4f4;
}
.mod-pages .paginations .active a {
  color: #fff;
}

.table-normal {
  position: relative;
  margin: 0 auto 20px;
}
.table-normal .table-wrap {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.table-normal table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}
.table-normal tr:nth-child(even) {
  background: #F9F9F9;
}
.table-normal th,
.table-normal td {
  padding: 8px 4px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.table-normal th {
  background: #00bfa8;
}
.table-normal th span {
  display: block;
  font-size: 13px;
}
.table-normal thead,
.table-normal tfoot {
  background: #f9f9f9;
}

.mod-table-scrollx {
  overflow-x: auto;
  margin: 0 auto 20px;
}
.mod-table-scrollx table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.mod-table-scrollx tr:nth-child(even) {
  background: #F9F9F9;
}
.mod-table-scrollx th,
.mod-table-scrollx td {
  padding: 8px 4px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.mod-table-scrollx th {
  background: #00bfa8;
}
.mod-table-scrollx th span {
  display: block;
  font-size: 13px;
}

.list-decimal {
  padding-left: 24px;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.list-decimal li li {
  margin-left: 24px;
  list-style-type: disc;
}

.list-disc {
  padding-left: 24px;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.mod-qa {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 12px;
}
.mod-qa .q {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.mod-qa .q .icon {
  -webkit-flex: 0 0 52px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  background: url(../images/ic_q.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  margin-right: 8px;
}
.mod-qa .q p {
  min-height: 52px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 12px;
  color: #000;
}
.mod-qa .q .switch {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: url(../images/public/ic_arr.svg) no-repeat center;
  -o-background-size: 32px;
     background-size: 32px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mod-qa .q .open {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.mod-qa .a {
  display: none;
}
.mod-qa .a .inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mod-qa .a .inner .icon {
  -webkit-flex: 0 0 52px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  background: url(../images/ic_a.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  margin-right: 8px;
  margin-top: 12px;
}
.mod-qa .a .inner .word {
  min-height: 60px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 12px;
  color: #397edf;
}

.row1 {
  width: 100%;
}
.row1 .inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.row1 .inner .item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.ic_search {
  background: url(../images/public/ic_search.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_arr1 {
  fill: rgb(153, 32, 32);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ic_person {
  background: url(../images/public/ic_person.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_older {
  background: url(../images/public/ic_older.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_notify {
  background: url(../images/public/ic_notify.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_s {
  background: url(../images/public/ic_smartpush_A.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.ic_fb {
  background: url(../images/public/ic_fb.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_fb2 {
  background: url(../images/public/ic_fb2.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_line {
  background: url(../images/public/ic_line.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_line2 {
  background: url(../images/public/ic_line2.svg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}

.ic_language {
  background: url(../images/public/ic_language.svg) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  background-position: 0 4px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 32px;
}

.ic_close {
  background: url(../images/public/ic_close.svg) no-repeat center center, #fff;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 50%;
}

.ic_message {
  background: url(../images/public/ic_smartpush.svg) no-repeat center center, #fff;
  -o-background-size: 38px 38px;
     background-size: 38px 38px;
  width: 44px;
  height: 44px;
}

.message_MG {
  width: 100%;
  /*----物件需要顯示的寬高比例 ----*/
  height: 0;
  padding-bottom: 100%;
  /*----逐格動畫圖片檔 ----*/
  background: url(../images/public/ic_smartpush_A.svg) 0 0 no-repeat;
  background-repeat: no-repeat;
  /*----呼叫動畫名稱 ----*/
  -webkit-animation-name: Fps12p;
     -moz-animation-name: Fps12p;
       -o-animation-name: Fps12p;
          animation-name: Fps12p;
  /*----播放時間----*/
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  /*----影格數----*/
  -webkit-animation-timing-function: steps(12, end);
     -moz-animation-timing-function: steps(12, end);
       -o-animation-timing-function: steps(12, end);
          animation-timing-function: steps(12, end);
  /*----播放次數 ----*/
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*----停在最後一格 ----*/
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*----background-size 的寬度值設為 N影格 ×100% ----*/
  -o-background-size: 1200% 100%;
     background-size: 1200% 100%;
  position: relative;
  display: block;
}

@keyframes Fps12p {
  0% {
    background-position: left top;
  }
  100% {
    /*----background-position 的結束位置為 100% + (100 ÷(N - 1))% ----*/
    background-position: 109.09% top;
  }
}
a.sr-only {
  padding: 4px 8px;
  background: #D1A36D;
  color: #FFF;
  position: fixed;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  -moz-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 210;
}

a.sr-only:focus {
  position: fixed;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  -o-transition: top 0.1s ease-in;
  -moz-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  background: #D1A36D;
  font-weight: 700;
}

.heroheader {
  background: #fff;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-top: 2px solid;
  -moz-border-image: -moz-linear-gradient(left, #AA0225, #AA0225 75%, #004738 75%) 1;
    -o-border-image: -o-linear-gradient(left, #AA0225, #AA0225 75%, #004738 75%) 1;
       border-image: -webkit-linear-gradient(left, #AA0225, #AA0225 75%, #004738 75%) 1;
       border-image: linear-gradient(to right, #AA0225, #AA0225 75%, #004738 75%) 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.heroheader .inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.heroheader .inner .logobox {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.heroheader .inner .logobox .logo {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}
.heroheader .inner .logobox .logo img {
  width: 150px;
  padding-right: 8px;
}
.heroheader .inner .logobox span {
  color: #D1A36D;
  font-size: 1.1em;
  font-weight: 550;
  padding-top: 9px;
  padding-left: 9px;
  vertical-align: top;
  display: inline-block;
  border-left: 1px solid #c4c4c4;
}
.heroheader .inner .navbox {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroheader .inner .navbox .in {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroheader .inner .navbox .in .nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.heroheader .inner .navbox .in .member {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.heroheader .inner .navbox .in .channel {
  display: none;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.heroheader .inner .hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background: url(../images/public/ic_hamburger.svg) no-repeat center center;
  -o-background-size: 28px;
     background-size: 28px;
  cursor: pointer;
}
.heroheader .inner .mod-message {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.heroheader .inner .mod-message .ic {
  width: 44px;
  height: 44px;
}

@media (max-width: 1000px) {
  .heroheader .inner {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .heroheader .inner .navbox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #F5F5F5;
    z-index: 999;
  }
  .heroheader .inner .navbox .in {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heroheader .inner .navbox .in .nav {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .heroheader .inner .navbox .in .member {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 12px;
  }
  .heroheader .inner .navbox .in .channel {
    display: block;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .heroheader .inner .hamburger {
    display: inline-block;
  }
  .heroheader .inner .show {
    display: block;
  }
}
.member {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.member li {
  display: none;
}
.member li:nth-child(1) {
  display: inline;
}

.membernav {
  position: relative;
  cursor: pointer;
}
.membernav .lists {
  position: absolute;
  display: none;
  background-color: #fff;
  width: 128px;
  top: 36px;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  border-radius: 12px;
  text-align: center;
}
.membernav .lists a {
  line-height: 44px;
  width: 100%;
  display: block;
  color: #333;
}
.membernav .lists a:hover {
  color: #D1A36D;
}
.membernav .lists a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 1000px) {
  .member li {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 8px;
    height: 36px;
  }
  .member li:nth-child(2) {
    margin-left: auto;
  }
  .member li .ic {
    width: 36px;
    height: 36px;
    -o-background-size: 24px;
       background-size: 24px;
    background-position: center 8px;
  }
  .member li span {
    float: right;
    line-height: 36px;
  }
  .member li .close_hamburger .ic {
    -o-background-size: 18px;
       background-size: 18px;
    background-position: center center;
  }
  .membernav .lists {
    right: -88px;
  }
}
.nav-title {
  display: none;
}

@media (max-width: 1000px) {
  .nav-title {
    display: block;
    background: #E1E1E1;
    padding: 4px 12px;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
  }
}
.font0 {
  font-size: 0em;
}

.mod-language {
  cursor: pointer;
  position: relative;
}
.mod-language .language-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 88px;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  border-radius: 12px;
  overflow: hidden;
}
.mod-language .language-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.mod-language .language-content a:hover {
  background-color: #ddd;
}

.mod-message {
  cursor: pointer;
  position: relative;
}
.mod-message .message-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 260px;
  top: 100%;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 110;
  padding: 8px;
}
.mod-message .message-content .bt {
  display: block;
  color: #E40439;
  text-align: center;
}

.mod-content-card {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.mod-content-card .pic {
  -webkit-flex: 0 0 88px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  margin-right: 4px;
}
.mod-content-card .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod-content-card .content .time {
  font-size: 0.8em;
  text-align: right;
  color: #999;
}

.loginbt {
  background-color: rgb(241, 241, 241);
  color: #333;
  padding: 8px 24px;
  border-radius: 50px;
}
.loginbt:hover {
  color: #D1A36D;
}

@media (max-width: 1000px) {
  .loginbt {
    display: inline-block;
  }
}
.channel {
  font-size: 1.1em;
}
.channel a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.channel a:hover {
  color: #D1A36D;
}
.channel a .pic {
  -webkit-flex: 0 0 52px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  margin-right: 8px;
}
.channel a p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 12px;
}

.nav {
  display: block;
  background: #fff;
  font-size: 1.1em;
  /*menu層style*/
  /*第一層style*/
  /*第二層style*/
  /*第三層style*/
}
.nav .menu li {
  position: relative;
}
.nav .menu a {
  padding-left: 20px;
  line-height: 52px;
  font-weight: 550;
  color: #333;
}
.nav .menu a:hover {
  color: #D1A36D;
}
.nav .active {
  color: #D1A36D;
}
.nav .subhide {
  display: none;
}
.nav .open {
  display: block;
}
.nav .menu > li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.nav .sub-menu {
  background-color: #fcfcfc;
}
.nav .sub-menu a {
  font-weight: normal;
  padding-left: 40px;
}
.nav .sub-menu ul {
  background-color: #f6f6f6;
}
.nav .sub-menu ul a {
  font-size: 0.9em;
  color: #555;
  padding-left: 60px;
}
.nav .sub-menu ul ul a {
  padding-left: 56px;
}
.nav .toggleIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
  background: url(../images/public/ic_plus.svg) no-repeat;
  background-position: right 24px top 50%;
  margin-top: 5px;
  -o-background-size: 16px;
     background-size: 16px;
}
.nav .closebt {
  background: url(../images/public/ic_minus.svg) no-repeat;
  background-position: right 24px top 50%;
  -o-background-size: 16px;
     background-size: 16px;
}

/* nav pc版顯示*/
@media screen and (min-width: 1000px) {
  .nav {
    background: #fff;
    /*PC所有層基本style*/
    /*pc menu層style*/
    /*pc 第一層style*/
    /*pc 第二層style*/
    /*pc 第三層style*/
  }
  .nav .menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .menu li {
    position: relative;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    padding: 0 12px;
  }
  .nav .menu a {
    line-height: 40px;
    padding-left: 0px;
  }
  .nav .subhide {
    display: block;
  }
  .nav .open {
    display: block;
  }
  .nav .menu > li a {
    display: block;
    border-bottom: 0px;
  }
  .nav .sub-menu {
    background: url(../images/public/megamenu_bg.jpg) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    background-position: bottom;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 12px 6px 32px;
  }
  .nav .sub-menu li {
    float: none;
    width: 15%;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
  }
  .nav .sub-menu li a {
    font-weight: normal;
    padding-left: 0px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/public/ic_nav.svg) no-repeat center left;
    text-align: left;
    padding-left: 12px;
  }
  .nav .sub-menu li a[href="javascript:void(0)"]:hover {
    color: #333;
    cursor: text;
  }
  .nav .sub-menu ul {
    background-color: transparent;
  }
  .nav .sub-menu ul li {
    width: 100%;
  }
  .nav .sub-menu ul li a {
    font-size: 0.9em;
    padding-left: 0px;
    border-bottom: 0;
    background: none;
  }
  .nav .sub-menu ul li a:hover {
    color: #D1A36D;
  }
  .nav .sub-menu ul ul {
    background-color: #f5f5f5;
  }
  .nav .sub-menu ul ul a {
    padding-left: 0px;
  }
  .toggleIcon {
    display: none;
  }
  .closebt {
    display: none;
  }
  .mega {
    position: static !important;
  }
  .mega > .subhide {
    display: none;
  }
  .mega > .open {
    display: block;
  }
}
footer {
  background: #444444;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
footer p {
  width: 100%;
  max-width: 1260px;
  padding: 12px;
  margin: 0 auto;
}
footer .copywriter {
  background-color: #CF092C;
}

.roundpic {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid rgb(235, 235, 235);
}

.roundpic.line {
  border: 2px solid #7cd231;
}

section {
  font-size: 18px;
}

.deco_light_r {
  position: absolute;
  right: 0px;
  top: 0px;
}

.light_ani {
  width: 66px;
  height: 66px;
  overflow: hidden;
  background: url(../images/deco_light.svg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -webkit-animation: lightEffect_r 2s infinite linear;
     -moz-animation: lightEffect_r 2s infinite linear;
       -o-animation: lightEffect_r 2s infinite linear;
          animation: lightEffect_r 2s infinite linear;
}

@-webkit-keyframes lightEffect_r {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.2);
            transform: rotate(180deg) scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

@-moz-keyframes lightEffect_r {
  0% {
    -moz-transform: rotate(0deg) scale(1);
         transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.2);
         transform: rotate(180deg) scale(1.2);
    opacity: 0.6;
  }
  100% {
    -moz-transform: rotate(360deg) scale(1);
         transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

@-o-keyframes lightEffect_r {
  0% {
    -o-transform: rotate(0deg) scale(1);
       transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    -o-transform: rotate(180deg) scale(1.2);
       transform: rotate(180deg) scale(1.2);
    opacity: 0.6;
  }
  100% {
    -o-transform: rotate(360deg) scale(1);
       transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

@keyframes lightEffect_r {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
       -moz-transform: rotate(0deg) scale(1);
         -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.2);
       -moz-transform: rotate(180deg) scale(1.2);
         -o-transform: rotate(180deg) scale(1.2);
            transform: rotate(180deg) scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}
@media (max-width: 640px) {
  section {
    font-size: 16px;
  }
}
.hotgift {
  overflow: hidden;
}
.hotgift .i1 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.hotgift .i1 .giftitem {
  width: 90%;
}
.hotgift .i2 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.hotgift .i2 .giftitem {
  width: 60%;
  margin-top: 15%;
}
.hotgift .i3 {
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.hotgift .i3 .giftitem {
  width: 60%;
  margin-top: 15%;
}

@media (max-width: 640px) {
  .hotgift {
    overflow: hidden;
  }
  .hotgift .i1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hotgift .i1 .giftitem {
    width: 70%;
  }
  .hotgift .i2 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hotgift .i2 .giftitem {
    width: 70%;
    margin-top: 0%;
  }
  .hotgift .i3 {
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .hotgift .i3 .giftitem {
    width: 70%;
    margin-top: 0%;
  }
}
.giftitem {
  display: inline-block;
  width: 60%;
}
.giftitem .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  position: relative;
}
.giftitem .pic img {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.giftitem .pic .light_ani2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  background: url(../images/gift__light.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  -webkit-animation: lightEffect_r 2s infinite linear;
     -moz-animation: lightEffect_r 2s infinite linear;
       -o-animation: lightEffect_r 2s infinite linear;
          animation: lightEffect_r 2s infinite linear;
  z-index: 0;
}
.giftitem em {
  color: #FEDE42;
}

#man {
  position: absolute;
  width: 100%;
  max-width: 380px;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1000px) {
  #man {
    width: 30%;
    max-width: auto;
    top: 40%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
}
@media (max-width: 640px) {
  #man {
    width: 35%;
    max-width: auto;
    top: 55%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
}
@media (max-width: 375px) {
  #man {
    position: fixed;
    width: 35%;
    max-width: auto;
    top: 32%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
  }
}
.kv {
  background: url(../images/kv_bg.png) no-repeat 50% 0;
  -o-background-size: cover;
     background-size: cover;
  padding-bottom: 12px;
  overflow: hidden;
}
.kv .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.kv .inner .animate {
  height: 700px;
  position: relative;
  overflow: hidden;
}
.kv .inner .animate .lv1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv .inner .animate .lv2 {
  position: absolute;
  top: 0;
  z-index: 2;
}
.kv .inner .animate .lv3 {
  position: absolute;
  top: 0;
  z-index: 3;
  -webkit-animation-delay: 0.3s;
     -moz-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.kv .inner .animate .lv4 {
  position: absolute;
  top: 0;
  z-index: 4;
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.kv .inner .animate .lv5 {
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media (max-width: 1000px) {
  .kv .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .kv .inner .animate {
    height: 0;
    padding-bottom: 68%;
    position: relative;
    overflow: hidden;
  }
}
.bg1 {
  background: url(../images/bg.png) center top;
}

.title1 {
  text-align: center;
  margin-bottom: 24px;
}
.title1 .word {
  font-size: 2em;
  line-height: 2em;
  background: url(../images/titlebg.png) no-repeat center bottom;
  font-weight: bold;
}
.title1 p {
  font-size: 1.2em;
  color: #51f4f4;
}

.mod-tab {
  text-align: center;
}
.mod-tab .tab {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.mod-tab .tab button {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.mod-tab .tab button .deco_light_r {
  display: none;
}
.mod-tab .tab .active .btn2 {
  background: url(../images/tab_active.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  color: #1a1514;
}
.mod-tab .tab .active .btn2 .deco_light_r {
  display: block;
}
.mod-tab .inner_1,
.mod-tab .inner_2 {
  display: none;
}

.rule1 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.rule1 .item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.rule1 .item img {
  max-width: 300px;
}
.rule1 .item:first-child {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 640px) {
  .rule1 {
    gap: 12px;
  }
  .rule1 .item {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .rule1 .item:first-child {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.swiperfather {
  width: 100%;
  max-width: 360px;
  margin: auto;
  position: relative;
  /* 統一設定導航按鈕 */
  /* 調整上一頁按鈕的位置（左側） */
  /* 調整下一頁按鈕的位置（右側） */
}
.swiperfather .swiper-button-next,
.swiperfather .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  color: white;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.swiperfather .swiper-button-prev {
  color: #51f4f4;
  left: -4%;
  /* 調整這個數值來讓它遠離 Swiper */
  background-color: transparent;
}
.swiperfather .swiper-button-next {
  color: #51f4f4;
  background-color: transparent;
  right: -4%;
  /* 調整這個數值來讓它遠離 Swiper */
}

.rule1Swiper {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: auto;
}

.btn2 {
  position: relative;
  height: 0;
  padding-bottom: 42%;
  cursor: pointer;
  background: url(../images/tab.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  font-weight: bold;
  font-size: 1.4em;
}
.btn2 .deco_light_r {
  position: absolute;
  right: -14%;
  top: -38%;
}
.btn2 .word {
  text-align: center;
  padding-top: 9%;
}
.btn2:hover {
  color: #51f4f4;
}

.btn3 {
  position: relative;
  height: 0;
  padding-bottom: 34%;
  cursor: pointer;
  background: url(../images/btn3bg.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
  font-weight: bold;
  font-size: 1.4em;
}
.btn3 .deco_light_r {
  position: absolute;
  right: -3%;
  top: -33%;
}
.btn3 a {
  display: block;
  text-align: center;
  padding-top: 9%;
  color: #fff;
}
.btn3 a:hover {
  color: #51f4f4;
}

    .btn3 p {
        display: block;
        text-align: center;
        padding-top: 9%;
        color: #fff;
    }

        .btn3 p:hover {
            color: #51f4f4;
        }

.btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btns .item {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 8px;
  max-width: 250px;
  margin-bottom: 12px;
}

@media (max-width: 640px) {
  .btn3 .deco_light_r {
    position: absolute;
    right: -6%;
    top: -42%;
  }
  .btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btns .item {
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
  }
}
.lottie {
  width: 100%;
  height: 100%;
}

.ny_rule {
  width: 100%;
  max-width: 1000px;
  border-radius: 8px;
  margin: 12px auto 0;
  padding: 16px 0 24px;
}
.ny_rule .ny_title4 {
  text-align: center;
  padding: 8px 0;
}
.ny_rule .ny_title4 h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #FEFFEE;
  font-size: 18px;
  font-weight: bold;
}
.ny_rule .ny_title4 h3::after, .ny_rule .ny_title4 h3::before {
  content: "";
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px #F6E4C4;
  border-bottom: solid 1px #F6E4C4;
}
.ny_rule .ny_title4 h3::before {
  left: 0;
}
.ny_rule .ny_title4 h3::after {
  right: 0;
}
.ny_rule .ny_remind {
  font-size: 16px;
  padding-left: 20px;
  color: #FEFFEE;
}
.ny_rule .ny_remind li {
  list-style: decimal;
}
.ny_rule .hidden {
  display: none;
}

.togglebt {
  line-height: 36px;
  display: inline-block;
  border-radius: 99em;
  border: 1px solid #51f4f4;
  padding: 0 24px;
  cursor: pointer;
  font-size: 16px;
  color: #51f4f4;
}
.togglebt:hover {
  background-color: #00050e;
}
.togglebt i {
  width: 16px;
  height: 16px;
  margin: 4px;
  background: url(../images/ic_arr2.svg) no-repeat;
  -o-background-size: 16px;
     background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.togglebt .rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mod-rightfix {
  position: fixed;
  top: 24%;
  right: 0;
  width: 120px;
  z-index: 200;
  padding-right: 8px;
}
.mod-rightfix a {
  margin-bottom: 8px;
  position: relative;
  display: block;
}
.mod-rightfix a .deco_light_r {
  right: -14px;
  top: -12px;
}

@media (max-width: 640px) {
  .mod-rightfix {
    width: 100px;
    position: fixed;
    top: 54%;
  }
}
.nologin {
  width: 100%;
  min-height: 300px;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.nologin .word {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 12px;
}
.nologin .word h2 {
  padding-top: 6%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.nologin .bg {
  position: absolute;
  width: 100%;
  min-height: 320px;
  background: url(../images/glass.png);
  -o-background-size: cover;
     background-size: cover;
  opacity: 0.8;
  z-index: 0;
  top: 0;
  left: 0;
}

.dashboard {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard .left {
  -webkit-flex: 0 0 60%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.dashboard .right {
  -webkit-flex: 0 0 40%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

@media (max-width: 1000px) {
  .dashboard {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dashboard .left {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dashboard .right {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.card3 {
  max-width: 1000px;
  width: 100%;
  border-radius: 16px;
  min-height: 288px;
  color: white;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 38px 12px 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #00041c;
  position: relative;
}

@media (max-width: 640px) {
  .card3 {
    min-height: 250px;
  }
}
.level-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.level-content .level-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.level-content .level-item .item-value {
  text-align: right;
}
.level-content .level-item .highlight {
  font-size: 28px;
  font-weight: bold;
}

.card_level0 {
  border: 4px solid #9baeb6;
}
.card_level0 i {
  position: absolute;
  width: 190px;
  height: 48px;
  top: -2px;
  left: -2px;
  background: url(../images/ic_level0.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
}
.card_level0 .level-content .level-item:first-child {
  color: #9baeb6;
}

.card_level1 {
  border: 4px solid #51f4f4;
}
.card_level1 i {
  position: absolute;
  width: 206px;
  height: 54px;
  top: -2px;
  left: -2px;
  background: url(../images/ic_level1.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
}
.card_level1 .level-content .level-item:first-child {
  color: #51f4f4;
}

.card_level2 {
  border: 4px solid #FEDE42;
}
.card_level2 i {
  position: absolute;
  width: 206px;
  height: 54px;
  top: -2px;
  left: -2px;
  background: url(../images/ic_level2.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
}
.card_level2 .level-content .level-item:first-child {
  color: #FEDE42;
}

.card_level3 {
  border: 4px solid #F253EE;
}
.card_level3 i {
  position: absolute;
  width: 206px;
  height: 54px;
  top: -2px;
  left: -2px;
  background: url(../images/ic_level3.png) no-repeat;
  -o-background-size: contain;
     background-size: contain;
}
.card_level3 .level-content .level-item:first-child {
  color: #F253EE;
}

@media (max-width: 640px) {
  .item-label,
  .item-value {
    font-size: 14px;
  }
}
.card4 {
  background: rgba(0, 0, 0, 0.8);
  border-top: 4px solid #4337F8;
  color: white;
  padding: 16px;
  font-family: "Arial", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 288px;
  overflow-y: auto;
}
.card4 .emphasis {
  font-weight: bold;
}
.card4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.card4 ul li {
  padding: 2px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card4 ul li p {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.card4::-webkit-scrollbar {
  width: 8px;
  /* 設定滾動條寬度 */
}

.card4::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
  /* 軌道顏色 */
  border-radius: 4px;
}

.card4::-webkit-scrollbar-thumb {
  background: #51f4f4;
  /* 滾動條滑塊顏色 */
  border-radius: 4px;
}

.card4::-webkit-scrollbar-thumb:hover {
  background: #3226C7;
  /* 滑鼠懸停時的滑塊顏色 */
}

@media (max-width: 1000px) {
  .card4 {
    max-height: 266px;
    overflow-y: auto;
  }
}
.card5 {
  background-color: #3D2495;
  border: 1px solid #4439FF;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.card5:nth-child(even) {
  background-color: #2b196b;
}

.card5-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 12px;
  position: relative;
}

.card5-date {
  margin-right: 12px;
  min-width: 92px;
}

.card5-title {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding-right: 8px;
}

.card5-amount {
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}

.card5-amount.positive {
  color: #ffffff;
}

.card5-action {
  width: 28px;
  height: 28px;
  margin-left: auto;
}

.card5-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.card5-btn.negative {
  background-color: #000524;
  border: 1px solid #51f4f4;
}

.card5-btn-icon {
  width: 18px;
  height: 18px;
}

.card5-content {
  padding: 10px 0;
  color: #A9FFFF;
}

.card5-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  border-bottom: 1px solid #0b004b;
}

.card5-row:last-child {
  border-bottom: none;
}

.card5-label {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  text-align: left;
}

.card5-value {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 16px;
}

.card6 {
  width: 100%;
  background-color: #3D2495;
  border: 1px solid #4439FF;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  color: white;
}
.card6:nth-child(even) {
  background-color: #2b196b;
}

.card6 .icon {
  width: 120px;
  height: 120px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.card6 .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.card6 .content .details {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: left;
}
.card6 .content .details .date {
  font-size: 16px;
  color: rgb(218, 218, 218);
}
.card6 .content .details .title {
  width: 100%;
  font-size: 1.1em;
}
.card6 .content .amount {
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
  font-size: 1.1em;
  color: #51f4f4;
}
.card6 .content .amount em {
  font-size: 15px;
}
.card6 .content .number {
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  font-size: 15px;
}
.card6 .content .number .buttons a,
.card6 .content .number .buttons button {
  display: inline-block;
  padding: 4px 12px;
  background-color: #51f4f4;
  color: #082e4d;
  cursor: pointer;
}

@media (max-width: 640px) {
  .card6 .icon {
    width: 120x;
    height: 120px;
    margin-right: 12px;
  }
  .card6 .content {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .card6 .content .details {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  .card6 .content .details .date {
    font-size: 16px;
    color: rgb(218, 218, 218);
  }
  .card6 .content .details .title {
    font-size: 1.1em;
  }
  .card6 .content .amount {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
    font-size: 1.1em;
    color: #51f4f4;
  }
  .card6 .content .amount em {
    font-size: 15px;
  }
  .card6 .content .number {
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
    font-size: 15px;
  }
  .card6 .content .number .buttons button {
    padding: 4px 12px;
    background-color: #51f4f4;
    color: #082e4d;
    cursor: pointer;
  }
}
.card8 {
  background: -webkit-linear-gradient(top, #46CAF4, #0883ED);
  background: -moz-linear-gradient(top, #46CAF4, #0883ED);
  background: -o-linear-gradient(top, #46CAF4, #0883ED);
  background: linear-gradient(to bottom, #46CAF4, #0883ED);
  overflow: hidden;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  border-radius: 16px 16px 0 0;
}

.card8-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 15px 20px;
  position: relative;
}

.card8-date {
  margin-right: 12px;
  min-width: 92px;
  text-align: left;
}

.card8-title {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.card8-amount {
  margin-right: 15px;
}

.card8-action {
  width: 28px;
  height: 28px;
  margin-left: auto;
}

.modal {
  position: absolute;
  width: 100%;
  margin-left: 0px;
  min-height: 288px;
  background: -webkit-linear-gradient(315deg, rgba(251, 211, 238, 0.8), rgba(173, 227, 255, 0.9));
  background: -moz-linear-gradient(315deg, rgba(251, 211, 238, 0.8), rgba(173, 227, 255, 0.9));
  background: -o-linear-gradient(315deg, rgba(251, 211, 238, 0.8), rgba(173, 227, 255, 0.9));
  background: linear-gradient(135deg, rgba(251, 211, 238, 0.8), rgba(173, 227, 255, 0.9));
  backdrop-filter: blur(10px);
  z-index: 5;
  border-radius: 16px;
}
.modal .word {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 12px;
  text-align: center;
}
.modal .word h2 {
  padding-top: 6%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

@media (max-width: 640px) {
  .modal {
    min-height: 540px;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    margin-left: 12px;
  }
  .modal .word h2 {
    padding-top: 20%;
  }
}
.title5 {
  text-align: center;
  border-top: 2px solid #51f4f4;
  border-bottom: 2px solid #51f4f4;
  color: #51f4f4;
  padding: 8px;
  margin-bottom: 18px;
}
.title5 i {
  width: 20px;
  height: 20px;
}

.empty {
  line-height: 120px;
  font-weight: bold;
}

.card7 {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
  text-align: center;
}
.card7 .title {
  font-weight: bold;
  height: 52px;
  overflow: hidden;
}
.card7 .price {
  color: #FEDE42;
}
.card7 .price em {
  display: block;
  color: #fff;
}
.card7 .btn3 {
  max-width: 200px;
  margin: 12px auto;
}

.btn4 {
  line-height: 36px;
  display: inline-block;
  border-radius: 99em;
  border: 1px solid #51f4f4;
  padding: 8px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bolder;
  color: #1974FD;
  background-color: #fff;
}
.btn4:hover {
  background-color: #00050e;
}
.btn4 i {
  width: 16px;
  height: 16px;
  margin: 4px;
  background: url(../images/ic_arr2.svg) no-repeat;
  -o-background-size: 16px;
     background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.btn4 .rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sum {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 24px;
  text-align: center;
  padding: 8px 0;
  border-radius: 99em;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #3657ee;
}
.sum em,
.sum span {
  position: relative;
  z-index: 1;
}
.sum .point {
  font-size: 40px;
  color: #feffb3;
  position: relative;
  z-index: 1;
}
.sum::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
     -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
       -o-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background: -webkit-linear-gradient(bottom, #0ee7e7, #213fca);
  background: -moz-linear-gradient(bottom, #0ee7e7, #213fca);
  background: -o-linear-gradient(bottom, #0ee7e7, #213fca);
  background: linear-gradient(0deg, #0ee7e7, #213fca);
  -webkit-animation: rotateBG 5s linear infinite;
     -moz-animation: rotateBG 5s linear infinite;
       -o-animation: rotateBG 5s linear infinite;
          animation: rotateBG 5s linear infinite;
  z-index: 0;
  border-radius: 50%;
}

@-webkit-keyframes rotateBG {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes rotateBG {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
         transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
         transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-o-keyframes rotateBG {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
       transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateBG {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
       -moz-transform: translate(-50%, -50%) rotate(360deg);
         -o-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pop {
  background: transparent !important;
  box-shadow: none !important;
  max-width: 640px;
  max-height: 640px;
  width: 90%;
  height: 90%;
  position: relative;
  margin: auto;
  margin-top: 4%;
  position: relative;
}
.pop .ani {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop .ani .gift {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.pop .ani .gift p {
  font-size: 1.3em;
  font-weight: bold;
}
.pop .ani .gift img {
  display: inline-block;
  width: 60%;
}
.pop .ani .gift .btn3 {
  width: 200px;
  margin: 20px auto;
}
.pop .ani .gift .btn3 .deco_light_r {
  position: absolute;
  right: -3%;
  top: -14%;
}
.pop .ani .ring {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-animation: grow 2s ease-in-out infinite;
     -moz-animation: grow 2s ease-in-out infinite;
       -o-animation: grow 2s ease-in-out infinite;
          animation: grow 2s ease-in-out infinite;
  z-index: 1;
}
@-webkit-keyframes grow {
  from {
    opacity: 1;
    scale: 0.2;
  }
  to {
    scale: 1.5;
    opacity: 0;
  }
}
@-moz-keyframes grow {
  from {
    opacity: 1;
    scale: 0.2;
  }
  to {
    scale: 1.5;
    opacity: 0;
  }
}
@-o-keyframes grow {
  from {
    opacity: 1;
    scale: 0.2;
  }
  to {
    scale: 1.5;
    opacity: 0;
  }
}
@keyframes grow {
  from {
    opacity: 1;
    scale: 0.2;
  }
  to {
    scale: 1.5;
    opacity: 0;
  }
}
.pop .ani .light_ani2 {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 0;
  -webkit-animation: lightbg 2s infinite linear;
     -moz-animation: lightbg 2s infinite linear;
       -o-animation: lightbg 2s infinite linear;
          animation: lightbg 2s infinite linear;
}
@-webkit-keyframes lightbg {
  0% {
    opacity: 1;
    /* 使用單獨的屬性進行旋轉和縮放 */
    rotate: 0deg;
    scale: 1;
  }
  50% {
    opacity: 0.6;
    rotate: 180deg;
    scale: 1.2;
  }
  100% {
    opacity: 1;
    rotate: 360deg;
    scale: 1;
  }
}
@-moz-keyframes lightbg {
  0% {
    opacity: 1;
    /* 使用單獨的屬性進行旋轉和縮放 */
    rotate: 0deg;
    scale: 1;
  }
  50% {
    opacity: 0.6;
    rotate: 180deg;
    scale: 1.2;
  }
  100% {
    opacity: 1;
    rotate: 360deg;
    scale: 1;
  }
}
@-o-keyframes lightbg {
  0% {
    opacity: 1;
    /* 使用單獨的屬性進行旋轉和縮放 */
    rotate: 0deg;
    scale: 1;
  }
  50% {
    opacity: 0.6;
    rotate: 180deg;
    scale: 1.2;
  }
  100% {
    opacity: 1;
    rotate: 360deg;
    scale: 1;
  }
}
@keyframes lightbg {
  0% {
    opacity: 1;
    /* 使用單獨的屬性進行旋轉和縮放 */
    rotate: 0deg;
    scale: 1;
  }
  50% {
    opacity: 0.6;
    rotate: 180deg;
    scale: 1.2;
  }
  100% {
    opacity: 1;
    rotate: 360deg;
    scale: 1;
  }
}

.title6 {
  text-align: center;
  padding: 20px;
  font-size: 1.8em;
  font-weight: bold;
}

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 96px -176.6666666667px #48ff00, -11px -396.6666666667px #0004ff, 208px -194.6666666667px #b3ff00, -97px -304.6666666667px #ff00d0, 17px 78.3333333333px #bbff00, -15px -167.6666666667px #15ff00, -40px -371.6666666667px #dd00ff, 200px -387.6666666667px #00e6ff, 13px -264.6666666667px #ff9100, 238px 24.3333333333px #aaff00, -51px 66.3333333333px #4dff00, 152px -225.6666666667px #ff7b00, -103px -371.6666666667px #0095ff, 183px -361.6666666667px #ff0900, -247px 48.3333333333px #1100ff, 90px 38.3333333333px #91ff00, -40px -94.6666666667px #2fff00, -14px -13.6666666667px #6a00ff, -213px -380.6666666667px #ff00ae, 106px -356.6666666667px #4800ff, -21px -108.6666666667px #ee00ff, -76px -218.6666666667px #00fffb, 216px -390.6666666667px #00ffd0, -234px -187.6666666667px #0099ff, -208px -317.6666666667px #ffee00, -187px -215.6666666667px #ff0015, -207px -374.6666666667px #ff004d, 62px -187.6666666667px #0022ff, 22px -298.6666666667px #ff0099, 157px -90.6666666667px #00ff3c, 32px -317.6666666667px #15ff00, 175px -152.6666666667px #ff7300, -232px -29.6666666667px #51ff00, 203px 22.3333333333px #ff7700, 116px 67.3333333333px #ffd500, 143px -393.6666666667px #ffaa00, 70px 79.3333333333px #d5ff00, -2px -203.6666666667px #ff1500, 188px -329.6666666667px #00c8ff, -42px -338.6666666667px #00fff7, 52px -115.6666666667px #2b00ff, 102px -28.6666666667px #ff9900, -6px -121.6666666667px #00ffa2, 142px -189.6666666667px #ffbb00, 219px -170.6666666667px #ff0091, 164px -376.6666666667px #bbff00, -81px -128.6666666667px #005eff, 29px 28.3333333333px #00ffe1, 26px -129.6666666667px #00ff26, -4px -265.6666666667px #ff7300, -180px -342.6666666667px #9500ff;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: 96px -176.6666666667px #48ff00, -11px -396.6666666667px #0004ff, 208px -194.6666666667px #b3ff00, -97px -304.6666666667px #ff00d0, 17px 78.3333333333px #bbff00, -15px -167.6666666667px #15ff00, -40px -371.6666666667px #dd00ff, 200px -387.6666666667px #00e6ff, 13px -264.6666666667px #ff9100, 238px 24.3333333333px #aaff00, -51px 66.3333333333px #4dff00, 152px -225.6666666667px #ff7b00, -103px -371.6666666667px #0095ff, 183px -361.6666666667px #ff0900, -247px 48.3333333333px #1100ff, 90px 38.3333333333px #91ff00, -40px -94.6666666667px #2fff00, -14px -13.6666666667px #6a00ff, -213px -380.6666666667px #ff00ae, 106px -356.6666666667px #4800ff, -21px -108.6666666667px #ee00ff, -76px -218.6666666667px #00fffb, 216px -390.6666666667px #00ffd0, -234px -187.6666666667px #0099ff, -208px -317.6666666667px #ffee00, -187px -215.6666666667px #ff0015, -207px -374.6666666667px #ff004d, 62px -187.6666666667px #0022ff, 22px -298.6666666667px #ff0099, 157px -90.6666666667px #00ff3c, 32px -317.6666666667px #15ff00, 175px -152.6666666667px #ff7300, -232px -29.6666666667px #51ff00, 203px 22.3333333333px #ff7700, 116px 67.3333333333px #ffd500, 143px -393.6666666667px #ffaa00, 70px 79.3333333333px #d5ff00, -2px -203.6666666667px #ff1500, 188px -329.6666666667px #00c8ff, -42px -338.6666666667px #00fff7, 52px -115.6666666667px #2b00ff, 102px -28.6666666667px #ff9900, -6px -121.6666666667px #00ffa2, 142px -189.6666666667px #ffbb00, 219px -170.6666666667px #ff0091, 164px -376.6666666667px #bbff00, -81px -128.6666666667px #005eff, 29px 28.3333333333px #00ffe1, 26px -129.6666666667px #00ff26, -4px -265.6666666667px #ff7300, -180px -342.6666666667px #9500ff;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: 96px -176.6666666667px #48ff00, -11px -396.6666666667px #0004ff, 208px -194.6666666667px #b3ff00, -97px -304.6666666667px #ff00d0, 17px 78.3333333333px #bbff00, -15px -167.6666666667px #15ff00, -40px -371.6666666667px #dd00ff, 200px -387.6666666667px #00e6ff, 13px -264.6666666667px #ff9100, 238px 24.3333333333px #aaff00, -51px 66.3333333333px #4dff00, 152px -225.6666666667px #ff7b00, -103px -371.6666666667px #0095ff, 183px -361.6666666667px #ff0900, -247px 48.3333333333px #1100ff, 90px 38.3333333333px #91ff00, -40px -94.6666666667px #2fff00, -14px -13.6666666667px #6a00ff, -213px -380.6666666667px #ff00ae, 106px -356.6666666667px #4800ff, -21px -108.6666666667px #ee00ff, -76px -218.6666666667px #00fffb, 216px -390.6666666667px #00ffd0, -234px -187.6666666667px #0099ff, -208px -317.6666666667px #ffee00, -187px -215.6666666667px #ff0015, -207px -374.6666666667px #ff004d, 62px -187.6666666667px #0022ff, 22px -298.6666666667px #ff0099, 157px -90.6666666667px #00ff3c, 32px -317.6666666667px #15ff00, 175px -152.6666666667px #ff7300, -232px -29.6666666667px #51ff00, 203px 22.3333333333px #ff7700, 116px 67.3333333333px #ffd500, 143px -393.6666666667px #ffaa00, 70px 79.3333333333px #d5ff00, -2px -203.6666666667px #ff1500, 188px -329.6666666667px #00c8ff, -42px -338.6666666667px #00fff7, 52px -115.6666666667px #2b00ff, 102px -28.6666666667px #ff9900, -6px -121.6666666667px #00ffa2, 142px -189.6666666667px #ffbb00, 219px -170.6666666667px #ff0091, 164px -376.6666666667px #bbff00, -81px -128.6666666667px #005eff, 29px 28.3333333333px #00ffe1, 26px -129.6666666667px #00ff26, -4px -265.6666666667px #ff7300, -180px -342.6666666667px #9500ff;
  }
}
@keyframes bang {
  to {
    box-shadow: 96px -176.6666666667px #48ff00, -11px -396.6666666667px #0004ff, 208px -194.6666666667px #b3ff00, -97px -304.6666666667px #ff00d0, 17px 78.3333333333px #bbff00, -15px -167.6666666667px #15ff00, -40px -371.6666666667px #dd00ff, 200px -387.6666666667px #00e6ff, 13px -264.6666666667px #ff9100, 238px 24.3333333333px #aaff00, -51px 66.3333333333px #4dff00, 152px -225.6666666667px #ff7b00, -103px -371.6666666667px #0095ff, 183px -361.6666666667px #ff0900, -247px 48.3333333333px #1100ff, 90px 38.3333333333px #91ff00, -40px -94.6666666667px #2fff00, -14px -13.6666666667px #6a00ff, -213px -380.6666666667px #ff00ae, 106px -356.6666666667px #4800ff, -21px -108.6666666667px #ee00ff, -76px -218.6666666667px #00fffb, 216px -390.6666666667px #00ffd0, -234px -187.6666666667px #0099ff, -208px -317.6666666667px #ffee00, -187px -215.6666666667px #ff0015, -207px -374.6666666667px #ff004d, 62px -187.6666666667px #0022ff, 22px -298.6666666667px #ff0099, 157px -90.6666666667px #00ff3c, 32px -317.6666666667px #15ff00, 175px -152.6666666667px #ff7300, -232px -29.6666666667px #51ff00, 203px 22.3333333333px #ff7700, 116px 67.3333333333px #ffd500, 143px -393.6666666667px #ffaa00, 70px 79.3333333333px #d5ff00, -2px -203.6666666667px #ff1500, 188px -329.6666666667px #00c8ff, -42px -338.6666666667px #00fff7, 52px -115.6666666667px #2b00ff, 102px -28.6666666667px #ff9900, -6px -121.6666666667px #00ffa2, 142px -189.6666666667px #ffbb00, 219px -170.6666666667px #ff0091, 164px -376.6666666667px #bbff00, -81px -128.6666666667px #005eff, 29px 28.3333333333px #00ffe1, 26px -129.6666666667px #00ff26, -4px -265.6666666667px #ff7300, -180px -342.6666666667px #9500ff;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.marquee-box {
  width: 100%;
  background-color: #333;
}

.marquee-container {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  position: relative;
  color: #51f4f4;
  padding: 8px 0;
  border-radius: 4px;
  height: 40px;
  margin: 0 auto;
}

.marquee {
  white-space: nowrap;
  position: absolute;
}

.marquee ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.marquee li {
  display: inline-block;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
}/*# sourceMappingURL=daui.css.map */