@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans TC", Arial;
  color: #333333;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, picture, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}
a:active, a:hover {
  outline: 0;
}
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

p, dl {
  width: 100%;
  max-width: 100%;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  font-family: Myriad Pro, "微軟正黑體";
  margin: 0;
  border: none;
  background: none;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: black;
  outline: none;
}

hr {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  width: 100%;
  max-width: 100%;
}

p, dl {
  width: 100%;
  max-width: 100%;
}

/*去除input在ios上的圓角*/
input {
  border-radius: 0;
  -webkit-appearance: none;
}

/* 去除input藍色框框 */
input, button, select, textarea {
  outline: none;
}

/* placeholder 點一下後快速消失 */
input:focus, textarea:focus {
  outline: none;
}

input:focus:placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

html {
  background: #000;
}

body {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  background: url("../../../upload/center-bg.png") top center no-repeat;
}
@media only screen and (min-width: 600px) {
  body {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 1025px) {
  body::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #360319;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
  }
}
body.notice::before {
  content: "請使用直式瀏覽";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #360319;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
}
body .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
body.in-page .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
body .content-txt {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  width: 95%;
  margin: 10px auto;
}
body .content-txt .title {
  padding: 10px 0;
}
body .content-txt .title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 15px;
  background: #6E013B;
  margin-right: 10px;
}
body .content-txt .txt {
  padding: 5px 10px 15px;
}
body .content-txt .txt p {
  line-height: 1.5;
}
body .content-txt img {
  width: auto;
  margin: auto;
}
body .content-txt2 {
  width: 95%;
  margin: 10px auto 0;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .content-txt2 .color-green {
  color: #1ed300;
}
body .content-txt2 .color-red2 {
  color: #fe3e11;
}
body .main-wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px;
}
body .main-wallet img {
  margin: 0 !important;
  width: 35px !important;
}
body .main-wallet p {
  width: auto;
  padding-left: 5px;
}
body .main-wallet .count {
  color: #360319;
}
body .tab-content {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .tab-content-box {
  display: none;
}
body .tab-content-box.open {
  display: block;
}
body .form_content {
  width: 95%;
  margin: 10px auto;
}
body .form_content.lock {
  display: none;
}
body .form_content.none_info {
  text-align: center;
}
body .form_content.none_info img {
  width: auto;
  margin: auto;
}
body .form_content.none_info .t {
  font-size: 1rem;
  font-weight: normal;
  color: #360319;
  padding: 5px;
  text-align: center;
}
body .form_content img {
  width: auto;
  margin: auto;
}
body .form_content .tiny-title {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
}
body .form_content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
body .form_content .txt:not(:first-child) {
  margin-top: 10px;
}
body .form_content .form_top {
  border-bottom: 1px solid #F0F0F0;
}
body .form_content .form_top p {
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}
body .form_content .form_item {
  padding: 10px 0;
  border-bottom: 1px solid #B3B3B3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .form_content .form_item_textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body .form_content .form_item textarea {
  min-height: 150px;
}
body .form_content .form_item .oops {
  text-align: right;
}
body .form_content .form_note {
  padding: 5px 0;
}
body .form_content .form_note p, body .form_content .form_note span {
  font-size: 0.875rem;
  font-weight: normal;
  color: #717171;
  line-height: 1.5;
}
body .form_content .form_note .form_title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #333333;
}
body .form_content .form_title {
  width: auto;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .form_content .txt_input, body .form_content textarea {
  width: 57%;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #717171;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  padding: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
  background: rgba(255, 255, 255, 0.8);
}
body .form_content .txt_input2, body .form_content textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 0.875rem;
  font-weight: normal;
  color: #717171;
}
body .form_content .oops {
  width: 100%;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #360319;
}
body .form_content .note {
  width: 100%;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #360319;
  text-align: center;
}
body .form_content .form_txt {
  padding: 20px 0;
}
body .form_content .form_txt .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}
body .form_content .form_txt .img-box .img {
  width: 35%;
}
body .form_content .form_txt .img-box .t {
  text-align: center;
  padding: 5px 0 0;
}
body .btn_tab {
  width: 95%;
  margin: 10px auto;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
body .btn_tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  font-weight: normal;
  color: #360319;
  font-size: 0.875rem;
}
body .btn_tab li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  color: #fff;
}
body .table-cover {
  width: 95%;
  margin: 10px auto;
  overflow-x: auto;
}
body .table-cover .table {
  width: 100%;
  border-bottom: 1px solid #F3E6DC;
}
body .table-cover .table tr {
  padding: 10px;
}
body .table-cover .table tr:first-child {
  border: 1px solid #F3E6DC;
  border-width: 1px 0;
}
body .table-cover .table tr:nth-child(odd):not(:first-child) {
  background: #DEDEDE;
}
body .table-cover .table th, body .table-cover .table td {
  padding: 20px 10px;
  min-width: 25%;
  text-align: center;
  word-break: keep-all;
}
body .table-cover .table th {
  font-size: 1rem;
  font-weight: normal;
  color: #360319;
}
body .table-cover .table td {
  font-size: 0.875rem;
  word-break: break-word;
}
body .table-cover2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  height: 100%;
}
body .table-cover2 .table {
  table-layout: fixed;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .table-cover2 .table thead tr th {
  position: sticky;
  top: 0;
}
body .table-cover2 .table tr {
  padding: 10px;
}
body .table-cover2 .table th, body .table-cover2 .table td {
  padding: 10px 5px;
  text-align: center;
  word-break: keep-all;
}
body .table-cover2 .table th {
  font-size: 0.875rem;
  font-weight: normal;
  color: #ffffff;
  background: #717171;
}
body .table-cover2 .table td {
  font-size: 0.875rem;
  border-bottom: 1px solid #e8e8e8;
}
body .table-cover2 .table.table-type2 thead tr th {
  top: auto;
  left: 0;
}
body .table-cover2 .table.table-type2 thead tr, body .table-cover2 .table.table-type2 tbody tr {
  padding: 0;
}
body .table-cover2 .table.table-type2 thead tr th, body .table-cover2 .table.table-type2 tbody tr th {
  width: 80px;
  border-bottom: 1px solid #e8e8e8;
}
body .table-cover2 .table.table-type2 thead tr th, body .table-cover2 .table.table-type2 thead tr td, body .table-cover2 .table.table-type2 tbody tr th, body .table-cover2 .table.table-type2 tbody tr td {
  word-break: normal;
  padding: 5px 10px;
}
body .table-btn {
  width: 100%;
  padding: 10px 20px;
  position: relative;
}
body .table-btn .txt, body .table-btn .table-txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .table-btn .txt span, body .table-btn .table-txt span {
  display: block;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #848484;
}
body .table-btn .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
body .table-btn .btn-box button {
  font-size: 0.75rem;
  font-weight: normal;
  color: #ffffff;
  background: #848484;
  padding: 5px 10px;
  border-radius: 5px;
}
body .table-total2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
body .table-total2 .val {
  text-align: right;
}
body .table-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
}
body .table-total .val {
  text-align: right;
}
body .card-cover:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}
body .card-cover .card-cover-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  color: #fff;
  padding: 5px 0;
}
body .card-cover .note {
  width: 100%;
  font-size: 0.75rem;
  font-weight: normal;
  color: #360319;
  text-align: center;
}
body .main .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
body .main .form-item .name {
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
  padding-right: 10px;
}
body .main .form-item .input {
  background: #E9E9E9;
  padding: 5px 10px;
  min-width: 280px;
}
body .main .btn.btn-01 {
  margin-top: 20px;
}
body .copyright {
  padding: 10px;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 0.75rem;
  font-weight: normal;
  color: #666666;
}

.tiny-txt {
  margin-bottom: 10px;
  padding: 10px 20px;
}
.tiny-txt p {
  color: #fff;
}
.tiny-txt .tiny-title {
  font-size: 1.375rem !important;
  font-weight: bold !important;
  color: #360319 !important;
  text-align: center;
}

.notice {
  color: #fff;
}

.tab-cover {
  overflow-x: auto;
  overflow-y: hidden;
}

.tab-list, .log-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.tab-list li, .log-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px 5px;
  height: 100%;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  word-break: keep-all;
}
.tab-list li::after, .log-list li::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #360319;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.tab-list li.active:after, .log-list li.active:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.tab-list li a, .log-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-top {
  background: #707070;
  padding: 5px 10px;
  text-align: center;
}
.txt-top p {
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
}

.txt-cover {
  min-height: 150px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.txt-cover .txt-title {
  font-size: 1.5rem;
  font-weight: Bold;
  color: #360319;
}
.txt-cover p {
  font-size: 0.875rem;
  font-weight: normal;
  color: #717171;
}

.txt-box .title {
  font-size: 1rem;
  font-weight: Bold;
  color: #360319;
  padding: 7px 0;
}
.txt-box .t {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  padding: 7px 0;
}

.txt-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border: 1px solid #B4C2CE;
  border-radius: 5px;
}
.txt-copy .link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #707070;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.txt-copy .btn-copy {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  color: #ffffff;
  width: 54px;
  margin: 0;
  border-radius: 0 5px 5px 0;
  word-break: keep-all;
  padding: 10px;
}

.btn-go {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.btn-gogo {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
}
.btn-copy {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  background: #848484;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 5px;
  word-break: keep-all;
}
.btn-check {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #ffffff;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.btn-check[type=checkbox]:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
}
.btn-org {
  color: #fff;
  background: #360319;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn-red {
  text-decoration: underline;
}

.btn-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
}
.btn-cover .btn-reset {
  opacity: 0.8;
}
.btn-cover button, .btn-cover a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
}
.btn-cover button:not(:first-child), .btn-cover a:not(:first-child) {
  margin-left: 5%;
}

.btn-cover2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
}
.btn-cover2 .btn {
  width: 48%;
}
.btn-cover2 button, .btn-cover2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 72px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #B4C2CE;
  font-size: 1rem;
  font-weight: normal;
  color: #360319;
}

.close-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.close-btn .cross {
  width: 20px;
  height: 3px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.close-btn .cross:after {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #707070;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.color-btn {
  margin: 0 5px;
  display: inline-block;
}

.color-o {
  color: #360319 !important;
}

.color-red {
  color: #ff005e !important;
}

.color-blue {
  color: #3850f9 !important;
}

.color-black {
  color: #000000 !important;
}

.color-green {
  color: #04a719 !important;
}

.fixed-box {
  position: fixed;
  top: 50%;
  right: -1px;
  border: 1px solid #000000;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.fixed-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
.fixed-box a:not(:first-child) {
  border-top: 1px solid #000000;
}
.fixed-box a img {
  width: 30px;
}
.fixed-box .gotop {
  display: none;
}
.fixed-box .gotop.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-down-cover {
  position: relative;
}
.drop-down-cover:before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  bottom: 100%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: none;
}
.drop-down-cover.open:before {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.drop-down-cover.open .drop-down-list {
  display: block;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.drop-down-cover .drop-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drop-down-cover .drop-select::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid #717171;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 5px;
}
.drop-down-cover .drop-down-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 3;
  width: 100%;
  background: #fff;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  min-height: 30vh;
  max-height: 30vh;
  overflow-y: auto;
  padding: 10px;
}
.drop-down-cover .drop-down-list li {
  text-align: center;
  padding: 10px 0;
}
.drop-down-cover .drop-down-list li.checked {
  color: #360319;
}
.drop-down-cover .drop-down-list a, .drop-down-cover .drop-down-list .a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drop-down-cover .drop-down-list a span, .drop-down-cover .drop-down-list .a span {
  display: block;
}

.slideToggle-cover.go .arrowBox {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slideToggle-cover .arrowBox {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slideToggle-list .icon {
  max-width: 20px;
  margin-right: 5px !important;
}

.none-touch {
  pointer-events: none;
}

.content-member {
  width: 95%;
  margin: 15px auto;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.content-member:not(:last-child) {
  margin: 15px auto 0;
}
.content-member img {
  width: 45px;
  margin: auto;
}

.money-box {
  padding: 10px;
}
.money-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.money-box ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px;
}
.money-box p {
  font-size: 0.875rem;
  font-weight: normal;
  color: inherit;
  width: auto;
  padding: 5px 10px;
}
.money-box .money span {
  color: #6E013B;
  word-break: keep-all;
}
.money-box .btn-others li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-note {
  font-size: 0.75rem;
  font-weight: normal;
  color: #6E013B;
  text-align: center;
  padding: 5px;
  margin: 5px 0;
}

body.transfer .main .money-box {
  padding: 10px 0 0;
}
body.transfer .main .money-box .btn-money {
  border-bottom: 1px solid #ececec;
}
body.transfer .main .point_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ececec;
}
body.transfer .main .point_btn .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.transfer .main .point_btn .icon {
  margin: 0;
  max-height: 25px;
  max-width: 25px;
}
body.transfer .main .point_btn .t {
  width: auto;
  font-size: 0.75rem;
  font-weight: normal;
  color: #717171;
}
body.transfer .main .point_title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #333;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 5px;
  height: 5px;
  margin: 0 10px;
}
body.transfer .main .point_title.go::after {
  -webkit-transform: rotate(-138deg);
          transform: rotate(-138deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.transfer .main .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}
body.transfer .main .point_list .point_item {
  width: 33.3333333333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
body.transfer .main .point_list .point_item:not(:nth-child(3n+3)) {
  border-right: 1px solid #ccc;
}
body.transfer .main .point_list .point_item span {
  font-size: 0.875rem;
  word-break: keep-all;
  display: block;
  text-align: center;
}
body.transfer .main .point_list .point_item .point_name {
  color: #717171;
}
body.transfer .main .point_list .point_item .point {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f6f7f6));
  background: linear-gradient(#fefefe, #f6f7f6);
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #6E013B;
}

.addCard-cover {
  width: 95%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addCard-cover .addCard {
  width: calc(33.3333333333% - 5px);
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.addCard-cover .addCard:not(.done) {
  opacity: 0.7;
  background: #ccc;
}
.addCard-cover .addCard:not(.done) .img-box::after {
  content: "+";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.125rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.addCard-cover .addCard.done {
  pointer-events: none;
}
.addCard-cover .addCard.done .none {
  display: inline;
}
.addCard-cover .addCard .img-box {
  max-width: 80px;
  margin: auto;
  position: relative;
}
.addCard-cover .addCard .t {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  text-align: center;
}
.addCard-cover .addCard .none {
  display: none;
}

.step-cover {
  width: 100%;
  padding: 20px;
}
.step-cover .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-cover .step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  color: #ccc;
  font-weight: bold;
}
.step-cover .step-list li.active {
  border-color: #360319;
  color: #fff;
  background: #360319;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step-cover .step-list li:not(:last-child) {
  position: relative;
  margin-right: 30px;
}
.step-cover .step-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #ccc;
  position: absolute;
  top: 48%;
  left: 100%;
}
.step-cover .step-list li:not(:last-child).active:after {
  background: #360319;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.upload-cover {
  margin: 10px 0;
}
.upload-cover .upload-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-cover .upload-tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px 0;
  background: #ccc;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.upload-cover .upload-tab li.active {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: none;
  background: none;
  color: #717171;
}
.upload-cover .upload-content {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.upload-cover .upload-content .tab-content-box {
  text-align: center;
}
.upload-cover .upload-content .tab-content-box .t {
  font-size: 0.875rem;
  font-weight: normal;
  color: #360319;
}
.upload-cover .upload-content .upload-btnBox {
  margin: 10px auto;
}
.upload-cover .upload-content .upload-btnBox .btn-upload {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  background: #848484;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  word-break: keep-all;
  position: relative;
}
.upload-cover .upload-content .upload-btnBox .btn-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lightBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.lightBox:before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lightBox.open {
  display: block;
}
.lightBox .service-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  bottom: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 450px;
  height: auto;
}
.lightBox .service-cover a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}
.lightBox .service-cover a .icon-box {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 10px;
}
.lightBox .service-cover a .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.lightBox .service-cover .line-box .icon-box {
  background: #00b900;
}
.lightBox .service-cover .call-box .icon-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
}
.lightBox .lightBox-box {
  min-height: 200px;
  max-height: 70vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 10px 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lightBox .lightBox-box.lightBox-table {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}
.lightBox .lightBox-box.lightBox-table .content-txt2 {
  border-radius: 0;
  width: 100%;
  margin: 0;
}
.lightBox .lightBox-box.lightBox-table .table-cover2 .table {
  width: auto;
}
.lightBox .lightBox-box.lightBox-table .btn-cover {
  width: 90%;
  margin: 20px auto 10px;
}
.lightBox .lightBox-box.lightBox-table-type2 {
  max-height: 100%;
}
.lightBox .lightBox-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  padding: 0;
  text-align: center;
}
.lightBox .lightBox-box .txt.left {
  text-align: left;
}
.lightBox .vd-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  max-width: 600px;
  height: 100vh;
  background: #000;
  margin: auto;
}
.lightBox .vd-cover .vd-box {
  height: 85vh;
  width: 100%;
}
.lightBox .vd-cover .vd-box video {
  width: 100%;
  height: 100%;
}
.lightBox .vd-cover .btn-cover {
  height: 15vh;
  width: 90%;
}
.lightBox .all-cover {
  min-height: 200px;
  max-height: 70vh;
  width: 90%;
  max-width: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lightBox .all-cover .title-box {
  background: url(../../../upload/bg_download.png) no-repeat;
  background-size: 100%;
  height: 85px;
  padding: 10px 20px 20px;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lightBox .all-cover .title-box .close-btn {
  margin-left: auto;
}
.lightBox .all-cover .title-box .close-btn .cross, .lightBox .all-cover .title-box .close-btn .cross:after {
  background: #fff;
}
.lightBox .all-cover .title-box .title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  margin-top: auto;
}
.lightBox .all-cover .txt-box {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
  padding: 10px 20px;
}
.lightBox .all-cover .check-box {
  margin-top: 15px;
}
.lightBox .all-cover .check-box .all-check {
  width: 15px;
  height: 15px;
  border: 2px solid #360319;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
}
.lightBox .all-cover .check-box .all-check:checked:after {
  content: "";
  display: block;
  width: 80%;
  height: 120%;
  border: 3px solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -40%);
          transform: rotate(45deg) translate(-50%, -40%);
}
.lightBox .fail {
  border-radius: 10px;
  width: 90%;
  max-width: 450px;
  min-height: auto;
  padding: 0;
}
.lightBox .fail .txt {
  min-height: 70px;
  padding: 10px 10px 5px;
}
.lightBox .fail .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  padding: 6px;
}
.lightBox .fail .t {
  font-size: 1.125rem;
  font-weight: normal;
  color: #360319;
}
.lightBox .fail .btn-cover {
  margin: 0 auto 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lightBox .fail .btn-cover button, .lightBox .fail .btn-cover a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  height: auto;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  -webkit-box-shadow: 1px 2px 5px #360319;
          box-shadow: 1px 2px 5px #360319;
}

.ad-box {
  width: 100%;
  padding: 2px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE710), to(#E3A63B));
  background: linear-gradient(to bottom, #FFE710, #E3A63B);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.ad-box .close-btn {
  height: 30px;
}
.ad-box .close-btn .cross, .ad-box .close-btn .cross:after {
  width: 20px;
  height: 1px;
}
.ad-box .top-ad .btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
}
.ad-box .ad-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ad-box .ad-item .txt-ad {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ad-box .ad-item .logo-app {
  width: 40px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.ad-box .ad-item .txt-box {
  width: auto;
  margin: 0 7px;
}
.ad-box .ad-item .txt-box span {
  display: block;
  padding: 2px 0;
}
.ad-box .ad-item .txt-box .t {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000;
}
.ad-box .ad-item .btn {
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
}
.ad-box .lightBox-AD .lightBox-box, .ad-box .lightBox-DL .lightBox-box {
  background: none;
  padding: 0;
}
.ad-box .lightBox-AD .lightBox-box .up-box, .ad-box .lightBox-DL .lightBox-box .up-box {
  width: 100%;
}
.ad-box .lightBox-AD .lightBox-box .up-box .close-btn, .ad-box .lightBox-DL .lightBox-box .up-box .close-btn {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 1px solid #fff;
  border-radius: 50%;
}
.ad-box .lightBox-AD .lightBox-box .up-box .close-btn .cross, .ad-box .lightBox-AD .lightBox-box .up-box .close-btn .cross:after, .ad-box .lightBox-DL .lightBox-box .up-box .close-btn .cross, .ad-box .lightBox-DL .lightBox-box .up-box .close-btn .cross:after {
  background: #fff;
}
.ad-box .lightBox-AD .lightBox-box .down-box, .ad-box .lightBox-DL .lightBox-box .down-box {
  min-height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#ecedea), to(#fefefe));
  background: linear-gradient(to right, #ecedea, #fefefe);
  border-radius: 8px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}
.ad-box .lightBox-AD .lightBox-box .down-box .ad-item, .ad-box .lightBox-DL .lightBox-box .down-box .ad-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ad-box .lightBox-AD .lightBox-box .down-box .ad-item:not(:last-child), .ad-box .lightBox-DL .lightBox-box .down-box .ad-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.ad-box .lightBox-AD .lightBox-box .down-box .ad-item .btn, .ad-box .lightBox-DL .lightBox-box .down-box .ad-item .btn {
  background: #414d5a;
}
.ad-box .lightBox-DL .up-box {
  position: relative;
  padding: 10px 0;
}
.ad-box .lightBox-DL .up-box .close-btn {
  top: 15px !important;
  left: auto !important;
  right: 0 !important;
  border: none !important;
}
.ad-box .lightBox-DL .up-box .close-btn .cross, .ad-box .lightBox-DL .up-box .close-btn .cross:after {
  height: 4px;
}
.ad-box .lightBox-DL .up-box .lightBox-title {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
}
.ad-box .lightBox-DL .down-box .txt-box {
  line-height: 2;
}
.ad-box .lightBox-DL .down-box .txt-box .adimg img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin: 0 5px;
}
.ad-box .lightBox-DL .down-box .check-box {
  text-align: center;
  margin-top: 10px;
}
.ad-box .lightBox-DL .down-box .check-box input {
  width: 15px;
  height: 15px;
  border: 2px solid #360319;
  border-radius: 3px;
  margin-right: 5px;
}
.ad-box .lightBox-DL .btn-cover {
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  width: 100%;
}
header .logo {
  width: 50px;
  display: block;
}
header .member-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .member-box .hello, header .member-box .news p {
  width: auto;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  padding-left: 5px;
}
header .member-box .id-cover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE710), to(#E3A63B));
  background: linear-gradient(to bottom, #FFE710, #E3A63B);
  border-radius: 3px;
  padding: 3px 5px;
  margin-left: 10px;
}
header .member-box .id-cover span {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
  padding: 0;
}
header .member-box .drop-down-cover {
  width: 20px;
  margin-left: 5px;
}
header .member-box .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
header .member-box .news img {
  width: 20px;
}
header.page-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  padding: 15px 20px 10px;
  height: 45px;
}
header.page-header h1.title {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
header.page-header .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
header.page-header .btn-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
}
header.page-header .btn-box .btn img {
  max-height: 14px;
}
header.page-header .btn-box .btn-back {
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer {
  width: 100%;
}
footer .footer-nav {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  width: 100%;
  min-height: 50px;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
footer .footer-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
footer .footer-nav li.active a img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
footer .footer-nav li.active a p {
  color: #fff;
}
footer .footer-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 55px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
  padding-top: 5px;
}
footer .footer-nav li a img {
  max-width: 25px;
  max-height: 25px;
  width: auto;
  -webkit-filter: grayscale(100) brightness(100);
          filter: grayscale(100) brightness(100);
}
footer .footer-nav li a p {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  padding: 0 0 10px;
}

body.home {
  background: #fff;
}
body.home .main .banner {
  width: 95%;
  margin: 2px auto 7px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
body.home .main .banner .slick-slide {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.home .main .banner .slick-slide.slick-active {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.home .main .marquee-cover {
  overflow-x: visible;
  padding: 2px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  position: relative;
}
body.home .main .marquee-cover:before, body.home .main .marquee-cover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-style: solid;
  border-color: #E3A63B transparent transparent;
}
body.home .main .marquee-cover:before {
  left: 0;
  border-width: 20px 20px 0 0;
}
body.home .main .marquee-cover:after {
  right: 0;
  border-width: 20px 0 0 20px;
}
body.home .main .marquee-cover .title {
  font-size: 1rem;
  font-weight: bold;
  color: #FFE068;
  width: auto;
}
body.home .main .marquee-cover .marquee {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
body.home .main .marquee-cover .marquee li {
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFE710;
  display: block;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.8em;
  float: left;
  margin-right: 30px;
}
body.home .main .member-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}
body.home .main .member-box .id-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
body.home .main .member-box .id-cover img {
  max-width: 20px;
}
body.home .main .member-box .id-cover span {
  padding: 0 5px;
}
body.home .main .member-box .wallet {
  width: auto;
  text-align: right;
}
body.home .main .member-box .wallet span {
  font-size: 1rem;
  font-weight: normal;
  color: #858585;
  padding-left: 5px;
}
body.home .main .member-box .wallet .count {
  color: #360319;
}
body.home .main .member-box .wallet .hello {
  font-size: 0.75rem;
  font-weight: normal;
  color: #858585;
}
body.home .main .game-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 10px 10px 0;
}
body.home .main .game-box .btn-list-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.home .main .game-box .btn-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
body.home .main .game-box .btn-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  -webkit-box-shadow: inset 0px -4px 0px 0px #E3A63B;
          box-shadow: inset 0px -4px 0px 0px #E3A63B;
  min-height: 70px;
  border-radius: 15px;
  padding: 0 10px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.55;
}
body.home .main .game-box .btn-list li.active {
  opacity: 1;
}
body.home .main .game-box .btn-list li.active img {
  opacity: 1;
}
body.home .main .game-box .btn-list li img {
  max-width: 45px;
  max-height: 45px;
  opacity: 0.6;
}
body.home .main .game-box .btn-list li span {
  font-size: 1rem;
  font-weight: normal;
  color: #FFE710;
}
body.home .main .game-box .list-cover {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-y: auto;
}
body.home .main .game-box .game-list {
  padding-left: 10px;
  width: 100%;
  display: none;
}
body.home .main .game-box .game-list.open {
  display: block;
}
body.home .main .game-box .game-list li {
  margin: 0 0 5px;
}
body.home .main .game-box .game-list li.game_ps {
  position: relative;
}
body.home .main .game-box .game-list li.game_ps::before {
  content: "遊戲維護中";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
}
body.home .main .game-box .game-list li.game_ps a {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
body.home .main .game-box .game-list li a {
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
body.home .main .game-box .game-list li a .txt {
  position: absolute;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
body.home .main .game-box .game-list li a .txt .name {
  font-size: 1.25rem;
  padding: 5px 0;
}

body.game .main .game-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
body.game .main .game-list li {
  width: calc(50% - 5px);
  text-align: center;
  margin: 0 0 10px;
}
body.game .main .game-list li a {
  display: block;
  margin: 0 auto;
  position: relative;
}
body.game .main .game-list li a .name {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  padding: 5px 0;
  background: #ffffff;
}

body.sale .main .sale-list {
  padding: 0 10px;
}
body.sale .main .sale-list .item {
  margin: 14px 0;
  border-radius: 10px;
  position: relative;
}
body.sale .main .sale-list .item .time-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.sale .main .sale-list .item .time-cover span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #ffffff;
  padding: 5px 10px;
}
body.sale .main .sale-list .item .time-cover .time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
}
body.sale .main .sale-list .item .time-cover .btn-sale {
  color: #360319;
  padding: 5px 10px;
}
body.sale .main .sale-list .item .item-cover {
  position: relative;
}
body.sale .main .sale-list .item .img-box {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
body.sale .main .sale-list .item .img-box .tag {
  font-size: 0.75rem;
  font-weight: normal;
  color: #ffffff;
  padding: 2px;
  width: auto;
  position: absolute;
  left: 10px;
  top: -1px;
  border-radius: 0 0 5px 5px;
  background: rgb(255, 72, 70);
}
body.sale .main .sale-list .item .txt-box {
  background: #fff;
  padding: 14px;
  display: none;
}
body.sale .main .sale-list .item .txt-box::after {
  content: "";
  width: 100%;
  height: 90%;
  background: #F1F4F5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

body.member .main .member-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  padding: 5px 0;
  width: 90%;
}
body.member .main .member-banner .player-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.member .main .member-banner .player-box .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
body.member .main .member-banner .player-box .img-box img {
  width: 100%;
}
body.member .main .member-banner .player-box .txt-box {
  padding: 10px;
}
body.member .main .member-banner .player-box .txt-box .name, body.member .main .member-banner .player-box .txt-box .sign-in {
  font-size: 1.25rem;
  font-weight: normal;
  color: #6E013B;
  width: auto;
}
body.member .main .member-banner .log-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.member .main .member-banner .log-box img {
  width: 35px;
  margin-right: 5px;
}
body.member .main .member-banner .log-box p {
  width: auto;
}
body.member .main .member-banner .log-box span {
  display: block;
}
body.member .main .member-banner .log-box .p01 {
  font-weight: bold;
}
body.member .main .member-banner .log-box .p02 {
  font-size: 0.75rem;
  font-weight: normal;
  color: inherit;
}
body.member .main .member-banner .wallet-box {
  font-weight: bold;
}
body.member .main .money-box {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
}
body.member .main .money-box p {
  color: #FFE710;
}
body.member .main .features-list {
  padding: 5px 5px 5px 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
  border-radius: 20px;
}
body.member .main .features-list > li:not(:last-child) .item p {
  border-bottom: 1px solid #6E013B;
}
body.member .main .features-list > li a, body.member .main .features-list > li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.member .main .features-list > li a .img-box, body.member .main .features-list > li .item .img-box {
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
body.member .main .features-list > li a .img-box img, body.member .main .features-list > li .item .img-box img {
  max-height: 30px;
  width: 30px;
}
body.member .main .features-list > li a p, body.member .main .features-list > li .item p {
  font-size: 0.875rem;
  padding: 18px 5px;
  color: #FFE710;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.member .main .features-list > li a p::after, body.member .main .features-list > li .item p::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid #E3A63B;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 0 10px;
}
body.member .main .go-out {
  width: 95%;
  display: block;
  text-align: center;
  padding: 12px;
  margin: 15px auto 25px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE710), to(#E3A63B));
  background: linear-gradient(to bottom, #FFE710, #E3A63B);
  color: #000;
  letter-spacing: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

body.news .main .news-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fcf6df;
  border-radius: 5px;
  position: relative;
}
body.news .main .news-txt .img-box {
  width: 75px;
  padding-left: 10px;
}
body.news .main .news-txt .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
body.news .main .news-txt .txt .news-title {
  border-bottom: 1px solid #FFE710;
}
body.news .main .news-txt .txt .news-title span {
  font-size: 1rem;
  font-weight: bold;
  color: #666666;
  padding-right: 20px;
}
body.news .main .news-txt .txt p {
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
  padding: 10px 0;
  line-height: 1.5;
}
body.news .main .news-txt .close-btn {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  padding: 10px;
}

body.login {
  width: 100%;
  height: 100%;
  background: url(../../../upload/new_bg_login2.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.login .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 100%;
  max-width: 450px;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
body.login .main .top-box {
  position: relative;
  width: 100%;
}
body.login .main .top-box .logo-box {
  margin: 0 auto 5%;
}
body.login .main .top-box .logo-box img {
  width: auto;
  height: 20vh;
  margin: auto;
}
body.login .main .out-cover {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 0 20px 20px;
  width: 80%;
}
body.login .main .out-cover.open {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.login .main .out-cover .log-tab {
  border: none;
  width: 100%;
  border-radius: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
body.login .main .out-cover .log-tab li {
  position: relative;
  background: url(../../../upload/title.png) top center no-repeat;
  background-size: 70% 110%;
  background-position-x: 65%;
  padding: 25px 15px;
  word-break: keep-all;
}
body.login .main .out-cover .log-tab li span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
}
body.login .main .out-cover .log-tab li p {
  width: auto;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
}
body.login .main .out-cover .log-tab li.active {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  pointer-events: none;
  padding: 25px 0;
}
body.login .main .out-cover .log-tab li.active span {
  display: none;
}
body.login .main .out-cover .log-tab li.active p {
  font-size: 1rem;
  font-weight: bold;
  color: #FFE068;
}
body.login .main .out-cover .tab-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
}
body.login .main .out-cover .tab-content .form_item.mark {
  margin-bottom: 45px;
  position: relative;
}
body.login .main .out-cover .tab-content .form_item.mark .btn-copy {
  position: absolute;
  right: 0;
  bottom: -35px;
}
body.login .main .out-cover .tab-content .gogo {
  display: block;
  text-align: center;
  width: 100%;
}
body.login .main .out-cover .tab-content .gogo span {
  color: #ffffff;
}
body.login .main .tab-content-box {
  padding: 10px 0;
}
body.login .main .tab-content-box span, body.login .main .tab-content-box .send {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
}
body.login .main .tab-content-box .btn-copy {
  background: -webkit-gradient(linear, left top, left bottom, from(#6E013B), to(#360319));
  background: linear-gradient(to bottom, #6E013B, #360319);
}
body.login .main .log-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #360319;
  border-radius: 50px;
  min-width: 45px;
  height: 70px;
}
body.login .main .log-tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: normal;
  color: #360319;
}
body.login .main .log-tab li.active {
  border-radius: 50px;
  background: #360319;
  color: #fff;
}
body.login .main .form_Box {
  margin-bottom: 10px;
}
body.login .main .form_Box .form_note {
  padding: 5px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.login .main .form_item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
}
body.login .main .form_item .form_title {
  width: 20px;
  min-width: 20px;
}
body.login .main .form_item .txt_input {
  padding: 0 0 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
body.login .main .form_item input::-webkit-input-placeholder {
  color: #B3B3B3;
}
body.login .main .form_item input::-moz-placeholder {
  color: #B3B3B3;
}
body.login .main .form_item input:-ms-input-placeholder {
  color: #B3B3B3;
}
body.login .main .form_item input::-ms-input-placeholder {
  color: #B3B3B3;
}
body.login .main .form_item input::placeholder {
  color: #B3B3B3;
}
body.login .main .form_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
body.login .main .eye img {
  display: none;
  width: 20px;
  min-width: 20px;
}
body.login .main .eye img.on {
  display: block;
}
body.login .main .oops {
  width: 100%;
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #E3A63B;
}
body.login .main .color-a {
  color: #FFE068;
}
body.login .main .btn-send {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE710), to(#E3A63B));
  background: linear-gradient(to bottom, #FFE710, #E3A63B);
  color: #000;
}

body.deposit .deposit-cover {
  width: 95%;
  margin: 0 auto;
}
body.deposit .deposit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.deposit .deposit-list li {
  width: calc(33.3333333333% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  margin-top: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
body.deposit .deposit-list li.active {
  border-color: #360319;
}
body.deposit .deposit-list li.active .t {
  color: #360319;
}
body.deposit .deposit-list li:not(:nth-child(3n+3)) {
  margin-right: 7px;
}
body.deposit .deposit-list li img {
  max-width: none;
  width: auto;
  max-height: 40px;
  margin: 5px;
}
body.deposit .add_title {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  padding-bottom: 5px;
}
body.deposit .add-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
body.deposit .add-money li {
  width: auto;
  width: calc(20% - 4px);
  margin: 0 2px 2px;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #360319;
  padding: 5px 0;
  border: 1.5px solid #360319;
  border-radius: 5px;
}
body.deposit .add-money li.active {
  color: #ffffff;
  background: #360319;
}
body.deposit .market-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.deposit .market-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  padding: 0 10px;
}

body.record .main .record_content {
  width: 95%;
  margin: 10px auto 0;
}
body.record .main .record_content img {
  width: auto;
  margin: auto;
}
body.record .main .record_content p, body.record .main .record_content span {
  font-size: 0.9375rem;
  font-weight: normal;
  color: #717171;
  line-height: 1.5;
}
body.record .main .record_content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
body.record .main .record_content .record_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.record .main .record_content .record_item_textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.record .main .record_content .record_item .record_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  word-break: keep-all;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
  padding: 0 20px;
}
body.record .main .record_content .record_item .record_input, body.record .main .record_content .record_item textarea {
  width: 50%;
  font-size: 1rem;
  font-weight: normal;
  color: #717171;
}
body.record .main .record_content .record_item .drop-select {
  height: 37px;
  background: #fff;
  color: #360319;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.record .main .record_content .record_item .drop-select::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #360319;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}