﻿.hide {
  display: none !important;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:hover {
  transition: 0.3s linear;
}

.wrap-02 {
  width: 100%;
}

button {
  cursor: pointer;
  outline: 0px;
  border: 0px;
}

.header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.header .logo,
.f-nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  display: flex;
}

.header .nav {
  width: 100%;
  background: rgb(1, 182, 173);
  background: linear-gradient(-90deg, rgba(1, 182, 173, 1) 0%, rgba(0, 137, 209, 1) 100%);
}

.f-nav {
  margin: 55px auto 17px;
  display: Flex;
  justify-content: center;
}

.nav-list,
.inner-one .nav-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list li a,
.inner-one .nav-list a {
  text-indent: unset;
  color: #ffff;
  background: none;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-list li.current-tag,
.inner-one .nav-list li.current-tag {
  height: 28px;
  background: rgb(235, 235, 235);
  background: linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(197, 197, 197, 1) 82%, rgba(197, 194, 194, 1) 95%, rgba(255, 255, 255, 1) 100%);
  border-radius: 4px 4px 0 0;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5)
}

.nav-list li.current-tag a,
.inner-one .nav-list li.current-tag a {
  color: #006699;
  background-image: unset;
}

.inner-one .main-content .content-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
}

.member-link {
  width: 1000px;
  text-align: right;
  right: calc(50% + 18px);
  transform: translateX(50%)
}

.nav-list::before,
.inner-one .nav-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 34px;
  left: 0;
  top: 31px;
  background: rgb(235, 235, 235);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(197, 197, 197, 1) 82%, rgba(197, 194, 194, 1) 95%, rgba(255, 255, 255, 1) 100%);
}

.sub-list {
  width: 100%;
  max-width: 1000px;
  top: 32px;
  left: 50%;
  transform: translateX(-50%)
}

.first-Stitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.first-Stitle .titleC {
  position: absolute;
  right: 0;
}

span.hint-txt {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #D70000;
  display: flex;
}

.inner-one .footer {
  background-image: url("images/footer-inner-bg.png") !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-marquee {
  background: #D9D9D9;
  height: 28px;
  display: flex;
  align-items: center;
}

.new-info-iframe {
  margin: 0 auto;
  max-width: 1000px;
}

button.order {
  width: 53px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/btn-order.png");
  background-color: unset;
  border: none;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}

.inner-table-more {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}

button.more {
  width: 123px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/btn-more.png");
  background-color: unset;
  border: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}

.inner-search-bar-new {
  position: absolute;
  right: 0;
  top: -24px;
  width: 231px;
  height: 37px;
  display: flex;
  align-items: Center;
  justify-content: flex-end;
  background: url("images/inner-search-bar-bg-1.png");
  margin-right: 0px;
  margin-top: 10px;
}

.inner-search-bar-new #INPUT-label {
  left: 30px;
}

.inner-tab-block {
  position: relative;
  margin-top: 20px;
}

.inner-tab-block ul {
  width: 100%;
  display: Flex;
  align-items: Center;
  justify-content: flex-start;
  border-bottom: 3px solid #00829C;
}

.inner-tab-block ul li {
  width: 120px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-tab-block ul li a {
  color: #00829C;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-tab-block ul li.active {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/tright-bg.gif");
  background-color: unset;
  border: none;
  border-radius: 8px 4px 0px 0px;
}

.inner-tab-block ul li.active a {
  color: #fff;
}

.serchBox .searchAll {
  display: flex;
  gap: 20px;
}

/* 專屬index的css */
.index .main-wrap {
  width: 100%;
  margin: 0 auto;
}

.index .nav-list {
  margin-left: 0;
}

.index .block-group {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.main-content {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.main-banner a {
  display: flex;
  justify-content: center;
}

.main-banner a img {
  width: auto;
  height: 374px;
  object-fit: cover;
}

.main-banner a img.arrow {
  height: auto;
  object-fit: unset;
}

.main-banner {
  border-bottom: unset;
}

.footer {
  background-image: url("../images/footer-inner-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* top-wrap */
.top-wrap {
  width: 100%;
  height: 886px;
  background-image: url("../images/top-wrap-bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F6FBFF;
}

.top-wrap .wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.top-wrap .search-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 14px 0;
  margin-top: 0px;
}

.top-wrap .search-wrap .img-block img {
  width: 278px;
  height: 195px;
}

.top-wrap .search-wrap .block {
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.top-wrap .search-wrap .titleS {
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-wrap .search-wrap .titleS img {
  width: 28px;
  height: 28px;
}

.top-wrap .search-wrap .titleS h2 {
  font-size: 25px;
  font-weight: bold;
  color: #01649D;
}

.top-wrap .search-wrap .input-block {
  border-radius: 20vw;
  width: 650px;
  height: 56px;
  border: 2px solid #FFFFFF;
  background: rgb(233, 233, 233);
  background: linear-gradient(0deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 6px 5px 30px;
}

.top-wrap .search-wrap .input-block input {
  border: 0px;
  background: unset;
  font-size: 20px;
  width: 320px;
  height: 56px;
}


.top-wrap .search-wrap .input-block input:focus {
  outline: unset;
  color: #4A4A4A;
}

.top-wrap .search-wrap .input-block button {
  position: Relative;
  width: 132px;
  height: 56px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.top-wrap .search-wrap .input-block button.buy {
  border-radius: 20vw 0 0 20vw;
  background: linear-gradient(0deg, rgba(169, 0, 0, 1) 0%, rgba(215, 0, 0, 1) 100%);
}

.top-wrap .search-wrap .input-block button.sold {
  border-radius: 0 20vw 20vw 0;
  background: linear-gradient(0deg, #0F6F00 0%, #159900 100%);
}

.top-wrap .search-wrap .input-block button.buy:hover {
  background: linear-gradient(0deg, rgb(109, 5, 5) 0%, rgba(215, 0, 0, 1) 100%);
}

.top-wrap .search-wrap .input-block button.sold:hover {
  background: linear-gradient(0deg, #0a4800 0%, #159900 100%);
}

ul.quick-list {
  position: relative;
  padding: 0px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

ul.quick-list li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  border-right: 1px dashed #949494;
  padding: 0 42px 0 0;
  color: #0089D1;
  text-decoration: unset;
}

ul.quick-list li:last-child a {
  border-right: 0px dashed #949494;
  padding-right: 0;
}

ul.quick-list li a .icon {
  background: #fff;
  border: 3px solid #0089D1;
  box-shadow: 0px 4px 10px #A0B2C0;
  padding: 18px;
  border-radius: 26px;
  transition: .3s ease-in-out;
}

ul.quick-list li a:hover .icon {
  background: #0089D1;
  border: 3px solid #0089D1;
}

ul.quick-list li a .icon img {
  filter: brightness(auto);
  transition: .3s ease-in-out;
}

ul.quick-list li a:hover .icon img {
  filter: brightness(100);
}

ul.quick-list li a p {
  font-weight: bold;
}

.quickbox {
  margin: 60px auto 0;
  display: flex;
  gap: 20px;
}

.titleQ {
  position: relative;
  color: #fff;
  border-radius: 3vw 3vw 0 0;
}

.titleQ h3 {
  width: 458px;
  height: 70px;
  font-size: 30px;
  padding: 15px 0px 10px 130px;
  margin-left: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.titleQ h2 {
  position: absolute;
  left: -25px;
  top: -50px;
  width: 175px;
  height: 184px;
  background-position: center 6px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  display: Flex;
  align-items: center;
  justify-content: center;
}

.quickbox .box .content {
  width: 488px;
  height: 390px;
  background-position: 54px -70px;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.buy-box .titleQ h2 {
  background-image: url("../images/buy-title-s.png");
}

.buy-box .titleQ h3 {
  background-image: url("../images/buy-title.png");
}

.buy-box .content {
  background-image: url("../images/buy-content-bg.png");
}

.sold-box .titleQ h2 {
  background-image: url("../images/sold-title-s.png");
}

.sold-box .titleQ h3 {
  background-image: url("../images/sold-title.png");
}

.sold-box .content {
  background-image: url("../images/sold-content-bg.png");
}

.quickbox .box table {
  width: 66%;
  margin-left: 96px;
  padding-top: 40px;
  display: inline-block;
}

.quickbox .box table tbody {
  width: 100%;
  display: inline-table;
}

.quickbox .box table tr {
  display: flex;
  border-bottom: 1px dashed #B4B4B4;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.quickbox .box table tr:last-child {
  border-bottom: 0px dashed #B4B4B4;
}

.quickbox .box table tr th {
  text-align: left;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  width: 40%;
}

.quickbox .box table tr td {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  width: 60%;
}

.quickbox .box table tr td.point {
  color: #FF4D00;
  font-size: 21px;
}

.quickbox .box table tr td.name {
  color: #006699;
  font-size: 21px;
}

/* bottom-wrap */
.bottom-wrap {
  background: rgb(1, 182, 173);
  background: linear-gradient(0deg, #FFFFFF 0%, #F0F8FF 100%);
  padding-bottom: 40px;
}

.bottom-wrap .wrapper {
  display: flex;
  gap: 60px;
  flex-direction: column;
}

.bottom-wrap .titleB {
  font-size: 24px;
  display: flex;
  gap: 10px;
  font-weight: 900;
}

.bottom-wrap .titleB img {
  width: 32px;
  height: 32px;
}

.bottom-wrap .block-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bottom-wrap .content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 14px;
  row-gap: 25px;
}

.bottom-wrap .item {
  position: relative;
  width: 324px;
  height: 180px;
  background-image: url("../images/bottom-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow (0px 5px 10px rgba(0, 0, 0, 0.25));
  padding: 0px 25px;
  box-sizing: border-box;
  color: #535353;
}

.bottom-wrap .item .name {
  position: absolute;
  width: 220px;
  height: 50px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  text-align: center;
  border-radius: 16px;
  color: #Fff;
}

.bottom-wrap .item .name a {
  color: #Fff;
}

.bottom-wrap .item .name h2 {
  font-size: 20px;
  white-space: nowrap;
}

.bottom-wrap .item .name p {
  font-size: 16px;
}

.bottom-wrap .item .deal {
  width: 100%;
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 36px;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 1px dashed #B4B4B4;
}

.bottom-wrap .item .bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8px;
  gap: 6px;
}

.bottom-wrap .item .bottom .list {
  display: grid;
  align-items: baseline;
  gap: 12px;
  grid-template-columns: 2fr 1fr;
}

.bottom-wrap .item .bottom .listinfo {
  grid-template-columns: 1fr 2fr;
}

.bottom-wrap .item .bottom .info h2 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.bottom-wrap .item .bottom .info p {
  font-size: 14px;
}

.bottom-wrap .item .bottom .normal {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  gap: 12px;
  font-size: 14px;
}

.bottom-wrap .item .bottom .normal strong {
  font-size: 18px;
}

.bottom-wrap .item .bottom .list .price,
.bottom-wrap .item .bottom .dealinfo {
  font-size: 14px;
  display: flex;
}

.bottom-wrap .item .bottom .dealinfo {
  justify-content: flex-end;
}

.item.purple .name {
  background: #8B24A4;
  background: linear-gradient(0deg, #8B24A4 0%, #C64EE4 100%);
}

.item.blue .name {
  background: #006699;
  background: linear-gradient(0deg, #006699 0%, #4797BF 100%);
}

.item.orange .name {
  background: #D76700;
  background: linear-gradient(0deg, #D76700 0%, #FF862F 100%);
}

.item.orange .name {
  background: #D76700;
  background: linear-gradient(0deg, #D76700 0%, #FF862F 100%);
}

.item.pink .name {
  background: #B12180;
  background: linear-gradient(0deg, #B12180 0%, #F757A4 100%);
}

.item.yellow .name {
  background: #D88F00;
  background: linear-gradient(0deg, #D88F00 0%, #FFC123 100%);
}

p.price.buy,
.price p.buy,
.normal strong.buy {
  color: #D70000 !important
}

p.price.sold,
.price p.sold,
.normal strong.sold {
  color: #107500 !important
}

.ttop,
.nav-list .trd-list ol,
.tbottom {
  background-image: unset;
  height: auto;
}

.nav-list .trd-list {
  width: auto;
  min-width: 86px;
  box-shadow: 0px 3px 2px #555;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 14%, rgba(204, 204, 204, 1) 32%, rgba(201, 201, 201, 1) 37%, rgba(249, 249, 249, 1) 90%, rgba(255, 255, 255, 1) 100%);
  padding: 6px;
  font-size: 13px;
  white-space: nowrap;
}

.nav-list .trd-list ol li {
  display: flex;
  justify-content: flex-start;
  margin: 4px 0;
  padding: 0;
}

.nav-list .trd-list ol li a {
  background: url(images/li.gif) no-repeat 5px center !important;
}

.nav-list li li a {
  font-size: 14px;
}

/* 240925 */
.content-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
}

.fliter-blcok-announ {
  width: 100%;
  margin: 8px auto 0;
}

@media(max-width:1000px) {

  .wrap-02,
  .header {
    width: 1000px;
    overflow-x: auto;
  }

  .top-wrap .search-wrap {
    width: 1000px;
    overflow-x: auto;
    gap: 0px;
  }

  .member-link {
    width: 100%;
    right: 50%;
  }
}