*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.el-header,
.el-main {
  padding: 0 !important;
  height: unset !important;
}

.el-header {
  height: 36px !important;
}

body {
  font-family: Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.containers {
  max-width: 1200px;
  margin: 0 auto;
}

.el-containers {
  min-width: 1200px !important;
}

.el-main {
  background: #eee;
}

.show-xs-only{
  display: none !important;
}
.hidden-xs-only {
  display: inline-block;
}
.hidden-xs-swiper-only{
  display: flex;
}

input,select,textarea,button {
  outline: none;
  background: transparent;
}
p,ul,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0;
}
.btn{
  --bs-btn-padding-x:unset !important
}
ul.breadcrumb {
    display: flex;
    list-style: none;
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    color: #999;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #C8C8C8;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 889;
}
ul.breadcrumb li:last-of-type{
    color: #646464;
}
ul.breadcrumb li:not(:last-of-type)::after {
    content: ">";
    padding: 0 8px;
    color: #d8d8d8;
}
@media (max-width: 767px) {
    .el-containers {
        min-width: unset !important;
    }

    .el-header {
        height: 0.8rem !important;
        line-height: 0.8rem !important;
    }

    .containers {
        max-width: unset;
        margin: unset;
    }

    .show-xs-only {
        display: block !important;
    }

    .hidden-xs-only, .hidden-xs-swiper-only {
        display: none !important;
    }

    .header-bar h1 {
        font-size: 0.32rem;
        color: #333;
        font-weight: 400;
    }

    .header-bar {
        background: #fff;
        display: flex !important;
        justify-content: space-between;
        height: 0.8rem;
        align-items: center;
        padding: 0 0.2rem;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 0.2rem;
    }

    .header-bar img {
        width: 0.4rem;
        height: 0.4rem;
    }

    ul.breadcrumb {
        padding: 10px 0 10px 0;
    }
}
.badge-tag-recommend {
  background: rgb(5, 102, 179) !important;
  color: #fff;
}
.badge-tag-featured {
  background: rgb(234, 85, 19) !important;
  color: #fff;
}
.badge-tag-no-bid {
  background: rgb(67, 198, 47) !important;
  color: #fff;
}
.badge-tag-last-auction {
  background: rgb(173, 66, 202) !important;
  color: #fff;
}