@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

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

fieldset,
img {
  border: 0;
  border-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*:focus {
  outline: none;
}

.priceColor_defult {
  color: #222222;
}

.priceColor_1 {
  color: #216052;
}

.priceColor_2 {
  color: #6a16ed;
}

.priceColor_3 {
  color: #007ce6;
}

.priceColor_5 {
  color: #fd620d;
}

.priceColor_6 {
  color: #fa2bee;
}

.priceColor_7 {
  color: #1f28ed;
}

.priceColor_9 {
  color: #037e03;
}

.priceColor_10 {
  color: #ff0000;
}

.priceColor_11 {
  color: #506407;
}

.priceColor_13 {
  color: #ff007b;
  font-weight: 600;
}

.gradientBlue {
  background: rgb(31, 86, 176);
  background: -webkit-gradient(linear, left top, right top, from(#1f56b0), to(#256de3));
  background: linear-gradient(90deg, #1f56b0 0%, #256de3 100%);
  color: #fff;
}

.gradientLightBlue {
  background: #8fbafd;
  background: -webkit-gradient(linear, left top, right top, from(#8fbafd), to(#bad4fc));
  background: linear-gradient(90deg, #8fbafd 0%, #bad4fc 100%);
  color: #222222;
}

.gradientYellow {
  background: #fcb52c;
  background: -webkit-gradient(linear, left top, right top, from(#fcb52c), to(#fed515));
  background: linear-gradient(to right, #fcb52c 0%, #fed515 100%);
  color: #222222;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1;
}

p {
  font-size: 1rem;
}

li {
  font-size: 1rem;
}

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

html {
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
  font-family: "Roboto Condensed", "Noto Sans TC", "微軟正黑體", sans-serif;
  overflow-x: hidden;
  overflow-y: overlay;
  color: #222222;
  background-color: #f7f7f7;
}

footer {
  background-color: #ffffff;
}

main {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  background-image: url(../img/header_bg.jpg);
  background-position: center center;
  height: 416px;
  position: relative;
}
.header__logo {
  position: absolute;
  left: 16px;
  top: 16px;
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.header__cha {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
}
.header__cha img {
  position: absolute;
}
.header__cha .coin_01 {
  left: calc(50% - 774px);
  bottom: 97px;
}
.header__cha .coin_02 {
  right: calc(50% - 621px);
  top: 92px;
}
.header__cha .coin_03 {
  right: calc(50% - 767px);
  bottom: 76px;
}
.header__cha .cha {
  bottom: 130px;
  right: calc(50% + 52px);
}
.header__slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__slogan p {
  font-size: 19px;
  font-weight: 500;
  background: #528cdd;
  background: -webkit-gradient(linear, left top, right top, from(#528cdd), to(#8db5ef));
  background: linear-gradient(to right, #528cdd 0%, #8db5ef 100%);
  display: inline-block;
  padding: 7px 20px;
  border-radius: 20px 20px 2px 20px;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
}
.header__slogan h1 {
  font-size: 52px;
  color: #1c5cb6;
  font-weight: bold;
  line-height: 1.2;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.searchArea {
  width: 90%;
  height: auto;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 15px rgba(22, 65, 135, 0.25);
          box-shadow: 8px 8px 15px rgba(22, 65, 135, 0.25);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -80px;
}
.searchArea .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
.searchArea .tabs__radio {
  display: none;
}
.searchArea .tabs__label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  width: 50%;
  height: 54px;
  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;
  background-color: #f3f6fd;
  padding: 2%;
}
.searchArea .tabs__label:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
.searchArea .tabs__label:nth-of-type(2) {
  border-radius: 0 10px 10px 0;
}
.searchArea .tabs__label svg {
  fill: #222;
  margin-right: 10px;
}
.searchArea .tabs__content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 30px;
}
.searchArea .tabs input:checked + label {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1f56b0), to(#256de3));
  background: linear-gradient(to right, #1f56b0 0%, #256de3 100%);
}
.searchArea .tabs input:checked + label svg {
  fill: #fff;
}
.searchArea .tabs select {
  background-color: #e7eaf2;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 25%;
  height: 42px;
  border-radius: 21px;
  padding: 0 10px;
}
.searchArea .tabs select option {
  border: none;
}
.searchArea .tabs .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
}
.searchArea .tabs .form .select__wrap {
  width: 250px;
  position: relative;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.searchArea .tabs .form .select__wrap.open .select__ol {
  display: block;
}
.searchArea .tabs .form .select__wrap.open .default__option {
  border-radius: 21px 21px 0 0;
}
.searchArea .tabs .form .select__wrap .default__option {
  background-color: #e7eaf2;
  border-radius: 21px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  position: relative;
}
.searchArea .tabs .form .select__wrap .default__option::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: solid #a2a7b5;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.searchArea .tabs .form .select__wrap .select__ol {
  background-color: #e7eaf2;
  border-radius: 0 0 21px 21px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  display: none;
  width: 100%;
  padding-bottom: 10px;
  color: #256de3;
}
.searchArea .tabs .form .select__wrap .select__ol li {
  cursor: pointer;
  padding: 10px 20px;
}
.searchArea .tabs .form .select__wrap .select__ol li:hover {
  background-color: #dee2ec;
}
.searchArea .tabs .form .select__wrap .select__ol li:last-child {
  border-bottom: none;
}
.searchArea .tabs .form .input__wrap {
  width: 400px;
  display: none;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.searchArea .tabs .form .input__wrap input {
  width: 100%;
  background-color: #e7eaf2;
  border-radius: 21px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  border: none;
}
.searchArea .tabs .form .input__wrap .clear {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.searchArea .tabs .form .input__wrap .clear span {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #1f56b0;
  position: relative;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.searchArea .tabs .form .input__wrap .clear span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 2px;
}
.searchArea .tabs .form .input__wrap .clear span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 1px;
}
.searchArea .tabs .form__shop, .searchArea .tabs .form__history {
  display: none;
}
.searchArea .tabs .form .cfBox {
  height: 42px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  min-width: 300px;
}
.searchArea .tabs .form .cfBox .cf-turnstile {
  width: 196px;
  overflow: hidden;
  position: relative !important;
  left: -1px !important;
  top: -1px !important;
  margin-top: 8px;
}
.searchArea .tabs .form .cfBox .cloudflare-logo {
  margin-left: auto;
}
.searchArea .tabs .form .cfBox .terms {
  padding-right: 6px;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: underline;
}
.searchArea .tabs .form .searchBtn {
  width: 180px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.searchArea .tabs .form .searchBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.searchArea .tabs #searchTab1:checked ~ .tabs__content .selectSrv,
.searchArea .tabs #searchTab1:checked ~ .tabs__content .selectBuySell,
.searchArea .tabs #searchTab1:checked ~ .tabs__content .inputText {
  display: inline-block;
}
.searchArea .tabs #searchTab2:checked ~ .tabs__content .selectSrv,
.searchArea .tabs #searchTab2:checked ~ .tabs__content .selectDay,
.searchArea .tabs #searchTab2:checked ~ .tabs__content .inputText {
  display: inline-block;
}
.searchArea .tabs .keywords {
  margin-top: 15px;
  padding: 0 10px;
}
.searchArea .tabs .keywords p {
  font-size: 0.75rem;
}
.searchArea .tabs .keywords span {
  border-radius: 12px;
  padding: 0 6px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
.searchArea .tabs .keywords span.title {
  cursor: auto;
  border: none;
  background-color: #2e68c6;
  border: 1px solid #2e68c6;
  color: #fff;
}
.searchArea .tabs .keywords span.title svg {
  vertical-align: middle;
}
.searchArea .tabs .keywords span.topKeyword {
  color: #2e68c6;
  background-color: #f2f3f7;
  border: 1px solid #dde1ed;
  cursor: pointer;
}
.searchArea .tabs .keywords span.topKeyword:hover {
  background-color: #e3e4e9;
}
.searchArea .tabs .keywords .topKeyword2_clean {
  padding: 0;
  cursor: pointer;
  color: #2e68c6;
}
.searchArea .tabs .keywords .topKeyword2_clean svg {
  vertical-align: middle;
  margin-top: -1px;
}

.mainContent {
  padding: 100px 50px;
}

.welcome {
  text-align: center;
}
.welcome .userName {
  color: #afafaf;
}
.welcome h1 {
  margin-bottom: 30px;
  color: #afafaf;
  line-height: 1.1;
}
.welcome img {
  max-width: 90%;
}

.loading {
  max-width: 1200px;
  margin: 0 auto;
}

.result {
  max-width: 1200px;
  margin: 0 auto;
}
.result:not(:last-of-type) {
  margin-bottom: 30px;
}
.result > h4 {
  color: #2e68c6;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.result > h4::before {
  content: "";
  display: block;
  background-image: url(../img/arrow.svg);
  width: 11px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 0;
}
.result > p {
  font-size: 15px;
  margin-bottom: 5px;
  margin-right: 3px;
  text-align: right;
}
.result .noResult img, .result .noResult h4 {
  display: inline-block;
  vertical-align: middle;
}
.result .noResult img {
  margin-right: 15px;
}
.result .noResult h4 {
  max-width: 240px;
  text-align: left;
}
.result--table .tableWrap {
  overflow-x: scroll;
}
.result--table .tableWrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.result--table .tableWrap::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 4px;
}
.result--table .tableWrap::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.result--table table {
  width: 100%;
  min-width: 1000px;
}
.result--table table .shopName {
  cursor: pointer;
}
.result--table table .shopName:hover {
  color: #2e68c6;
}
.result--table table .price {
  min-width: 136px;
}
.result--table table .quantity {
  min-width: 90px;
  text-align: center;
}
.result--table table .buySell {
  min-width: 100px;
}
.result--table thead th {
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.result--table thead th.sort__default, .result--table thead th.sort__forward, .result--table thead th.sort__reverse {
  cursor: pointer;
}
.result--table thead th.sort__default:hover, .result--table thead th.sort__forward:hover, .result--table thead th.sort__reverse:hover {
  color: #ffde55;
}
.result--table thead th.sort__default span {
  position: relative;
  vertical-align: middle;
  opacity: 0.4;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 5px;
}
.result--table thead th.sort__default span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #ffffff transparent;
  left: 0;
  top: 0;
}
.result--table thead th.sort__default span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  top: 7px;
}
.result--table thead th.sort__reverse span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  cursor: pointer;
}
.result--table thead th.sort__reverse span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #ffffff transparent;
  left: 0;
  top: 0;
}
.result--table thead th.sort__forward span {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 5px;
  cursor: pointer;
}
.result--table thead th.sort__forward span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  top: 0;
}
.result--table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.result--table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.result--table thead th:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #799ae5;
  position: absolute;
  right: 0;
  top: 15%;
}
.result--table tbody {
  background-color: #fff;
}
.result--table tbody td {
  padding: 12px 5px;
  word-break: break-all;
  line-height: 1.2;
}
.result--table tbody tr {
  border-bottom: 1px solid #f7f7f7;
}
.result--table tbody tr:hover {
  background-color: #f3f6fd;
}
.result--shop table .slot, .result--shop table .quantity, .result--shop table .buySell {
  text-align: center;
}
.result--shop table .shopName, .result--shop table .itemName {
  padding-left: 30px;
  padding-right: 30px;
}
.result--shop table .price {
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}
.result--history table .slot, .result--history table .detail {
  text-align: center;
}
.result--history table .itemName {
  padding-left: 30px;
  padding-right: 30px;
}
.result--history table .price {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}
.result--history table .detail img {
  width: 24px;
}
.result--dealitem table {
  text-align: center;
}
.result--dealitem table td {
  padding-left: 20px;
  padding-right: 20px;
}
.result--dealitem table .itemName {
  cursor: pointer;
}
.result--dealitem table .refin {
  min-width: 60px;
}
.result--historyPrice table {
  text-align: center;
}
.result--historyPrice table .itemName {
  cursor: pointer;
}
.result--historyPrice table td {
  padding-left: 20px;
  padding-right: 20px;
}
.result--chart p {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 5px;
}
.result--chart p::before {
  content: "●";
  color: rgb(66, 130, 232);
  margin-right: 5px;
  font-size: 12px;
}
.result--chart canvas {
  max-height: 500px;
}
.result--historyDetail table {
  text-align: center;
}
.result--historyDetail table .date {
  min-width: 105px;
}
.result--historyDetail table .info {
  padding-left: 30px;
  padding-right: 30px;
}
.result--historyDetail table .info > div {
  text-align: left;
}
.result--historyDetail table .info ul {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.result--historyDetail table .info ul li:first-child {
  text-align: center;
  background-color: #f1f1f1;
  font-size: 13px;
  padding: 3px 0;
  width: 90px;
  border-radius: 45px;
  margin-right: 5px;
}
.result--historyDetail table .info ul li:last-child {
  width: calc(100% - 90px);
  padding-left: 5px;
}
.result--historyDetail table tbody tr:hover li:first-child {
  background-color: #e2e8f8;
}

.totop {
  position: fixed;
  width: 28px;
  height: 50px;
  background-color: #2e68c6;
  color: #fff;
  right: 0;
  top: -50px;
  border-radius: 6px 0 0 6px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  background-image: url(../img/totop.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.totop.show_l {
  top: 30px;
}

nav {
  margin-top: 30px;
}
nav .pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav .pagination li {
  display: inline-block;
  background-color: #ebebeb;
  width: 46px;
  height: 46px;
  border-radius: 2px;
  line-height: 46px;
  vertical-align: middle;
  position: relative;
  margin: 0 2px;
}
nav .pagination li:hover {
  background-color: #dfdfdf;
}
nav .pagination li.active {
  background-color: #2e68c6;
  color: #fff;
}
nav .pagination li:first-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2e68c6;
  border-left: 2px solid #2e68c6;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav .pagination li:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2e68c6;
  border-left: 2px solid #2e68c6;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
nav .pagination li a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 580px) {
  nav .pagination li {
    height: 9vw;
    max-width: 9vw;
    line-height: 9vw;
    margin: 0 1px;
  }
  nav .pagination li a {
    font-size: 13px;
  }
}

.notice {
  background-color: #e7ecf8;
  padding: 50px;
}
.notice__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.notice h5 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#528cdd), to(#8db5ef));
  background: linear-gradient(to right, #528cdd 0%, #8db5ef 100%);
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px 20px 0 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.notice ol {
  counter-reset: li;
}
.notice ol li {
  counter-increment: li;
  padding-left: 20px;
  position: relative;
}
.notice ol li::before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.overlay.show {
  pointer-events: all;
  opacity: 1;
}

.popup__itemInfo {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 720px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.popup__itemInfo.show {
  pointer-events: all;
  top: 50%;
  opacity: 1;
}
.popup__itemInfo .title {
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
}
.popup__itemInfo .itemInfo--switch {
  text-align: center;
  margin-top: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.popup__itemInfo .itemInfo--switch p {
  width: 146px;
  display: inline-block;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.popup__itemInfo .itemInfo--switch p:hover {
  background-color: #ffde55;
}
.popup__itemInfo .itemInfo--switch p.active {
  background-color: #ffde55;
}
.popup__itemInfo .noResult {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__itemInfo .noResult img {
  margin-right: 15px;
  width: 24%;
  min-width: 88px;
  max-width: 125px;
}
.popup__itemInfo .itemInfo--text {
  height: 35vh;
  overflow-y: scroll;
  margin: 30px 20px;
  padding-left: 20px;
  padding-right: 25px;
}
.popup__itemInfo .itemInfo--text::-webkit-scrollbar {
  width: 8px;
}
.popup__itemInfo .itemInfo--text::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 4px;
}
.popup__itemInfo .itemInfo--text::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.popup__itemInfo .itemInfo--text .copy {
  background-color: #ffee9a;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  border-radius: 15px;
  margin-left: 3px;
  font-size: 14px;
}
.popup__itemInfo .itemInfo--text ul {
  width: 100%;
  padding-bottom: 10px;
}
.popup__itemInfo .itemInfo--text ul li {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__itemInfo .itemInfo--text ul li:nth-child(odd) {
  background-color: #f3f6fd;
  border: 1px solid #f3f6fd;
}
.popup__itemInfo .itemInfo--text ul li:nth-child(even) {
  background-color: #fff;
  border: 1px solid #e6edfc;
}
.popup__itemInfo .itemInfo--text ul li > div {
  padding: 12px 5px;
  word-break: break-all;
  line-height: 1.5;
  position: relative;
}
.popup__itemInfo .itemInfo--text ul li > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-left: 20px;
  padding-right: 20px;
}
.popup__itemInfo .itemInfo--text ul li > div:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #c9d7f9;
  position: absolute;
  right: 0;
  top: 7px;
}
.popup__itemInfo .itemInfo--text ul li > div:last-child {
  margin-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.popup__itemInfo .close {
  text-align: center;
  margin-bottom: 30px;
}
.popup__itemInfo .close p {
  display: inline-block;
  padding: 10px 50px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 1280px) {
  .header__cha .cha {
    right: 50%;
    bottom: 110px;
  }
  .header__cha .coin_01 {
    left: calc(50% - 620px);
  }
  .header__cha .coin_02 {
    right: calc(50% - 480px);
  }
  .header__cha .coin_03 {
    right: calc(50% - 583px);
  }
  .header__slogan {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .searchArea {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
  }
  .mainContent {
    padding: 60px 50px 100px;
  }
  .result--table::before {
    content: "← 行動裝置請左右滑動表格 →";
    font-size: 13px;
    text-align: left;
    display: block;
    margin-bottom: 3px;
    color: #888;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 47vw;
    background-size: cover;
    background-position: left 13% center;
    background-image: url(../img/header_bg_s.jpg);
  }
  .header__logo {
    width: 17%;
    left: 8%;
    top: 12%;
  }
  .header__logo img {
    width: 100%;
  }
  .header__cha .cha {
    display: none;
  }
  .header__cha .coin_01, .header__cha .coin_02, .header__cha .coin_03 {
    display: none;
  }
  .header__slogan {
    width: 35%;
    margin-top: 4%;
    left: 8%;
  }
  .header__slogan p {
    font-size: 2.2vw;
    margin-bottom: 1%;
    padding: 0.5vw 3vw;
  }
  .header__slogan h1 {
    font-size: 7vw;
    line-height: 1.1;
  }
  .searchArea {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
  }
  .searchArea .tabs {
    padding: 6% 4%;
  }
  .searchArea .tabs__content {
    padding-top: 5%;
  }
  .searchArea .tabs .form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px;
  }
  .searchArea .tabs .form .select__wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0;
  }
  .searchArea .tabs .form .input__wrap {
    width: 100%;
  }
  .searchArea .tabs .form .searchBtn {
    width: calc(50% - 8px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .result--table table {
    font-size: 14px;
    min-width: 640px;
  }
  .result--table table .price {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 125px;
  }
  .result--table table .quantity {
    min-width: 80px;
  }
  .result--table table .buySell {
    min-width: 85px;
  }
  .result--table thead {
    background: #3263ce;
  }
  .result--table thead th {
    padding: 10px;
  }
  .result--shop table .shopName, .result--shop table .itemName {
    padding-left: 20px;
    padding-right: 20px;
  }
  .totop {
    top: initial;
    bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  html {
    font-size: 14px;
  }
  .searchArea .tabs__label {
    font-size: 1rem;
  }
  .searchArea .tabs .keywords p {
    font-size: 12px;
  }
  .mainContent {
    padding: 15% 5%;
  }
  .welcome h1 {
    font-size: 2.125rem;
    margin-bottom: 5%;
  }
  .result .noResult img {
    width: 22%;
    margin-right: 3%;
  }
  .result > h4 {
    margin-bottom: 2%;
    padding-left: 17px;
  }
  .result > h4::before {
    top: 9px;
  }
  .result--table table {
    font-size: 13px;
  }
  .result--table tbody td {
    padding: 10px 7px !important;
  }
  .notice {
    padding: 8% 5%;
  }
  .popup__itemInfo .itemInfo--switch {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .popup__itemInfo .itemInfo--switch p {
    width: 30%;
  }
  .popup__itemInfo .itemInfo--text {
    margin: 30px 0;
    padding: 0 20px;
  }
  .popup__itemInfo .itemInfo--text ul li > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
    padding-right: 10px;
  }
  .popup__itemInfo .itemInfo--text ul li > div:last-child {
    margin-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
  .result > h4::before {
    top: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .header__logo {
    width: 20%;
    top: 13%;
  }
  .header__slogan {
    margin-top: 5%;
  }
  .header__slogan p {
    display: none;
  }
  .searchArea .tabs__label {
    height: auto;
    padding: 4% 2%;
  }
  .searchArea .tabs__label svg {
    display: none;
  }
  .result .noResult img {
    width: 20%;
    min-width: 50px;
    margin-right: 2%;
  }
  .result .noResult h4 {
    width: auto;
    text-align: center;
  }
  .popup__itemInfo .itemInfo--switch {
    padding: 0 10px;
  }
  .popup__itemInfo .itemInfo--switch p {
    width: 35%;
  }
  .popup__itemInfo .itemInfo--text {
    margin: 30px 0;
    padding: 0 20px;
  }
  .popup__itemInfo .itemInfo--text .noResult {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__itemInfo .itemInfo--text .noResult img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .popup__itemInfo .itemInfo--text ul li > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
    padding-right: 10px;
  }
  .popup__itemInfo .itemInfo--text ul li > div:last-child {
    margin-left: 10px;
    padding-right: 10px;
  }
}