@import url(reset-min.css);
@chartset "UTF-8";
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

s {
  text-decoration: line-through; }

@media (min-width: 768px) {
  .onlym {
    display: none; } }
@media (max-width: 767px) {
  .onlym {
    display: block; } }

@media (min-width: 768px) {
  .onlyl {
    display: block; } }
@media (max-width: 767px) {
  .onlyl {
    display: none; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

body {
  position: relative;
  min-width: 375px;
  font-family: 'Noto Sans TC', -apple-system, PingFangTC-Medium, 'Microsoft JhengHei', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

.text-center {
  text-align: center; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #151515;
  text-align: center; }
  header .inner {
    max-width: 1440px;
    margin: 0 auto; }
  header .back {
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/back-arrow.svg) no-repeat;
    -o-background-size: 12px;
    background-size: 12px;
    background-position: center;
    cursor: pointer;
    margin-left: 6px;
    margin-right: -54px;
    margin-top: 6px; }
  header img {
    margin-top: 14px; }

.search-btn {
  float: right;
  width: 48px;
  height: 48px;
  background: url(../images/btn_search.svg) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  margin-right: 6px;
  margin-left: -54px;
  margin-top: 6px; }

.search-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 25vh; }
  .search-wrapper .box {
    width: 90%;
    max-width: 640px;
    background: #151515;
    border-radius: 24px;
    transform: translateY(calc(-25vh - 110px));
    transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 36px 6%;
    margin: 0 auto; }
    .search-wrapper .box.active {
      transform: translateY(0); }
  .search-wrapper input {
    display: inline-block;
    width: calc(100% - 54px);
    height: 48px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: #fff solid 1px;
    outline: none;
    vertical-align: top; }
  .search-wrapper .button {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/btn_search.svg) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: top; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/rolling.svg) no-repeat;
  -o-background-size: 50px;
  background-size: 50px;
  background-position: center;
  background-color: #fff; }

.start {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
  background: url(../images/welcome.webp) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: auto; }
  .start .inner {
    position: relative;
    position: relative;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly; }
  .start .btn {
    width: 87px;
    height: 127px;
    background: url(../images/start.svg) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    margin-top: 50px; }

footer {
  font-size: 12px;
  color: #fff;
  background-color: #151515;
  text-align: center;
  padding: 22px 15px; }

.container {
  min-height: calc(100vh - 61px);
  background: #F7F7F5;
  padding-top: 90px;
  padding-bottom: 200px; }

.list-page {
  max-width: 1010px;
  padding: 60px 15px 0;
  margin: 0 auto; }

.sort-wrapper {
  text-align: center; }
  .sort-wrapper .item {
    display: inline-block;
    color: #151515;
    font-size: 13px;
    border: #151515 solid 1px;
    border-radius: 8px;
    vertical-align: top;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 6px 24px;
    margin: 0 2px 8px; }
    .sort-wrapper .item.active {
      color: #fff;
      background: #151515; }
    .sort-wrapper .item:not(.active):hover {
      color: #fff;
      background: #FF3407;
      border-color: #FF3407; }
  .list-page .sort-wrapper {
    position: sticky;
    top: 100px;
    margin-bottom: 30px; }
    .list-page .sort-wrapper .item:not(.active):not(:hover) {
      background: #F7F7F5; }

.list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px; }
  .list-wrapper > div {
    width: calc(50% - 7px);
    background: #fff;
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 30px 3%; }
    .list-wrapper > div:hover {
      transform: scale(1.02);
      transform-origin: center; }
  .list-wrapper .img-wrapper {
    display: inline-block;
    width: 90px;
    vertical-align: top;
    margin-right: 1em; }
  .list-wrapper .text-wrapper {
    display: inline-block;
    width: calc(100% - 96px - 1em);
    vertical-align: top; }
  .list-wrapper .category {
    font-size: 16px;
    color: #FF3407; }
  .list-wrapper .title {
    display: -webkit-box;
    line-height: 1.5em;
    font-size: 24px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 5px; }
  .list-wrapper .des {
    display: -webkit-box;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    margin-bottom: 20px; }
  .list-wrapper .price {
    font-size: 18px;
    text-align: right; }

.price {
  font-weight: 500; }

.unit {
  display: inline-block;
  vertical-align: top; }
  .unit:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #FF3407;
    vertical-align: middle;
    margin: 0 10px 0 6px; }
  .unit:first-child:before {
    display: none; }

.info-page {
  max-width: 750px;
  padding: 0 15px;
  margin: 0 auto; }

.info .box {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.1);
  padding: 32px 22px;
  margin-bottom: 22px; }
.info .title {
  color: #FF3407;
  font-size: 16px;
  margin-bottom: 6px; }
.info .name {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px; }
.info .sort-wrapper {
  margin-bottom: 20px; }
.info .des {
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 32px; }
.info img {
  width: auto;
  max-height: 240px;
  margin-bottom: 32px; }
.info .price {
  font-size: 20px;
  text-align: center; }
.info.manu .des {
  line-height: 1.76em;
  font-weight: 400; }

.detail-text {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 26px; }
  .detail-text.full {
    width: 100%; }
  .detail-text span {
    font-size: 20px;
    font-weight: 500; }

.primary-btn {
  display: inline-block;
  color: #fff;
  background: #151515;
  border-radius: 24px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 12px 44px; }
  .primary-btn:hover {
    background: #FF3407; }

.search-tag {
  color: #151515;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px; }

.empty {
  text-align: center;
  padding-top: 50px; }

.tip {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px; }

@media (max-width: 767px) {
  .start {
    background-image: url(../images/welcome-s.webp); }

  .container {
    padding-top: 95px;
    padding-bottom: 60px; }

  .sort-wrapper {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 25px; }
    .list-page .sort-wrapper {
      top: 95px; }

  .list-page {
    padding-top: 0; }

  .list-wrapper {
    gap: 8px; }
    .list-wrapper > div {
      width: 100%; }
    .list-wrapper .des {
      -webkit-line-clamp: 4; }

  .info .box {
    border-radius: 0;
    margin-bottom: 8px; }
  .info.manu {
    padding-bottom: 60px; }

  .primary-btn {
    border-radius: 8px; }

  .search-wrapper .box {
    padding-top: 30px;
    padding-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
