/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.df {
  display: flex;
}

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

.noselect {
  -webkit-touch-callout: none;
  user-select: none;
}

.copyright,
.stick-bottom {
  display: none;
}

*,
*:before,
*:after {
  font-family: "Noto Sans TC", sans-serif;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

header {
  position: relative;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s linear;
  height: 500px;
  position: relative;
}

.banner-text {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 57px;
  color: #070707;
  position: relative;
  max-width: 1160px;
  top: 166px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-text span {
  font-size: 20px;
  line-height: 64px;
}

.dots {
  justify-content: center;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}

.dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  margin-right: 22px;
  cursor: pointer;
}

.dots li :last-child {
  margin-right: 0;
}

.dots .active {
  background-color: #8b572a;
}

@media screen and (max-width: 1279px) {
  .banner {
    height: 185px;
  }
  .banner-text {
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    position: relative;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-text span {
    font-size: 12px;
    line-height: 28px;
  }
  .dots {
    bottom: 18px;
  }
  .dots li {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    margin-right: 8.8px;
  }
  .dots li :last-child {
    margin-right: 0;
  }
}

.main {
  flex-wrap: wrap;
  max-width: 1160px;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 70px;
}

.main .card {
  cursor: pointer;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
}

.main .card:nth-child(3n) {
  margin-right: 0;
}

.main .card .title {
  margin-bottom: 10px;
}

.main .card .price {
  margin-bottom: 64px;
}

.main img {
  width: 360px;
  height: 480px;
}

.colors li {
  width: 24px;
  height: 24px;
  border: 1px solid #d3d3d3;
  margin-right: 10px;
}

.colors {
  margin-top: 20px;
  margin-bottom: 20px;
}

.colors :nth-child(1) {
  background-color: #ffffff;
}

.colors :nth-child(2) {
  background-color: #ddffbb;
}

.colors :nth-child(3) {
  background-color: #d3d3d3;
}

@media screen and (max-width: 1279px) {
  .main {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main .card {
    width: 48%;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.4px;
    margin-right: 6px;
  }
  .main .card:nth-child(2n) {
    margin-right: 0;
  }
  .main .card .title {
    margin-bottom: 8px;
  }
  .main .card .price {
    margin-bottom: 18px;
  }
  .main .card img {
    width: 100%;
    height: auto;
  }
  .colors {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .colors li {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
/*# sourceMappingURL=style.min.css.map */
