.module-wrap {
  background: url("/img/sub-visual.png") no-repeat 50% 0/100%;
}
@media (max-width: 768px) {
  .module-wrap {
    background: url("/img/sub-visual.png") no-repeat 50% 0/0;
  }
}

.sub-visual {
  padding-top: 210px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-visual {
    padding-top: 180px;
    height: 350px;
    background: url("/img/sub-visual.png") no-repeat 50% 0/cover;
  }
}
.sub-visual .header {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .sub-visual .header {
    margin-bottom: 80px;
  }
}
.sub-visual .header h2 {
  font-size: 2.125rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.sub-visual .sub-nav {
  display: flex;
  box-sizing: border-box;
  padding: 0 20px;
}
.sub-visual .sub-nav a {
  color: #fff;
  font-size: 0.875rem;
  display: block;
}
.sub-visual .sub-nav a:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.item-list-wrap {
  width: calc(100% - 20px);
  max-width: 1720px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}
.item-list-wrap .item-tab {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.item-list-wrap .item-tab li:not(:last-child) {
  margin-right: 80px;
}
.item-list-wrap .item-tab li a {
  display: flex;
  align-items: center;
  height: 37px;
  box-sizing: border-box;
  color: #666;
}
.item-list-wrap .item-tab li a.on {
  border-bottom: 4px solid #222;
  color: #222;
}
@media (max-width: 768px) {
  .item-list-wrap {
    padding: 20px 0;
  }
  .item-list-wrap .item-tab {
    font-size: 0.93rem;
    margin-bottom: 30px;
  }
  .item-list-wrap .item-tab li:not(:last-child) {
    margin-right: 20px;
  }
  .item-list-wrap .item-tab li a {
    height: 30px;
  }
}
.item-list-wrap .item-list {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
  row-gap: 78px;
}
@media (max-width: 1280px) {
  .item-list-wrap .item-list {
    gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .item-list-wrap .item-list {
    gap: 10px;
    row-gap: 20px;
  }
}
.item-list-wrap .item-list > li {
  width: calc(25% - 48.75px);
}
@media (max-width: 1280px) {
  .item-list-wrap .item-list > li {
    width: calc(25% - 30px);
  }
}
@media (max-width: 768px) {
  .item-list-wrap .item-list > li {
    width: calc(50% - 5px);
  }
}
a.item-in-list {
  display: block;
}
a.item-in-list figure {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  height: auto;
}
a.item-in-list figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.item-in-list figure span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875rem;
}
a.item-in-list figure span.item-tag-new {
  background: #FF9900;
}
a.item-in-list figure span.item-tag-hot {
  background: #FF4943;
}
a.item-in-list > b {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  a.item-in-list > b {
    margin-bottom: 24px;
    font-size: 0.93rem;
  }
}
a.item-in-list > div {
  font-size: 1rem;
  font-weight: 400;
  color: #888;
  line-height: 1.2;
}
a.item-in-list .item-infor {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
a.item-in-list .item-infor > span {
  margin: 10px 0;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid #A8906C;
  color: #A8906C;
  font-size: 0.875rem;
}
a.item-in-list .item-infor .price {
  margin-left: auto;
  display: flex;
  align-items: center;
}
a.item-in-list .item-infor .price del {
  color: #aaa;
  margin-right: 10px;
}
a.item-in-list .item-infor .price b {
  font-size: 1.25rem;
  font-weight: bold;
}
a.item-in-list .item-infor .price b em {
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 1280px) {
  a.item-in-list .item-infor .price del {
    margin-right: 5px;
    font-size: 0.75rem;
  }
  a.item-in-list .item-infor .price b {
    font-size: 1rem;
  }
  a.item-in-list .item-infor .price b em {
    font-size: 0.875rem;
  }
}

.item-list-wrap .pagination-list {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-list-wrap .pagination-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #aaa;
}
@media (min-width: 768px) {
  .item-list-wrap .pagination-list a.prev {
    margin-right: 40px;
  }
  .item-list-wrap .pagination-list a.next {
    margin-left: 40px;
  }
}
.item-list-wrap .pagination-list a.on {
  color: #222;
}

.detailInfor {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
.detailInfor .left {
  flex-shrink: 0;
  width: calc(50% - 50px);
  box-sizing: border-box;
  margin-right: 50px;
}
.detailInfor .left figure {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.detailInfor .left figure:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.detailInfor .left figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailInfor .left .thumbswiper ul li.swiper-slide {
  width: calc(25% - 11.25px);
  margin: 0 5px;
}
.detailInfor .left .thumbswiper ul li.swiper-slide a {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.detailInfor .left .thumbswiper ul li.swiper-slide a.on {
  border: 2px solid #433015;
}
.detailInfor .left .thumbswiper ul li.swiper-slide a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.detailInfor .left .thumbswiper ul li.swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  padding: 0;
}
.detailInfor .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.detailInfor .right .tail {
  color: #A8906C;
  border: 1px solid #A8906C;
  height: 24px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
.detailInfor .right h2 {
  padding: 20px 0;
  font-size: 2rem;
  border-bottom: 1px solid #000;
}
.detailInfor .right p {
  padding: 20px 10px;
  font-size: 0.875rem;
  color: #232323;
  line-height: 24px;
  border-bottom: 1px solid #aaa;
  color: #666;
}
.detailInfor .right dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 10px;
  font-size: 0.93rem;
  border-bottom: 1px solid #000;
}
.detailInfor .right dl dt {
  width: 140px;
  margin-bottom: 0;
  line-height: 35px;
}
.detailInfor .right dl dt:last-of-type {
  margin-bottom: 0;
}
.detailInfor .right dl dd {
  line-height: 35px;
  width: calc(100% - 140px);
}
.detailInfor .right dl dd .through {
  text-decoration: line-through;
}
.detailInfor .right dl dd select {
  border: 1px solid #aaa;
  height: 35px;
}
.detailInfor .right dl dd .big {
  font-size: 1.2em;
}
.detailInfor .right dl dd select {
  width: 100%;
}
.detailInfor .right ul {
  padding-top: 20px;
  display: flex;
}
.detailInfor .right ul li {
  width: 100%;
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 80px;
}
@media (max-width: 768px) {
  .detailInfor .right ul li {
    height: 100px;
  }
}
.detailInfor .right ul li:last-of-type {
  margin-right: 0;
}
.detailInfor .right ul li button, .detailInfor .right ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: inherit;
  border: 0;
  background-color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .detailInfor .right ul li button, .detailInfor .right ul li a {
    font-size: 1rem;
  }
}
.detailInfor .right ul li button.buy, .detailInfor .right ul li a.buy {
  background-color: #433015;
  color: #fff;
}
.detailInfor .right .ngp {
  margin-top: 20px;
  width: 100%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.875rem;
  row-gap: 10px;
  padding: 10px 20px;
}
.detailInfor .right .ngp img {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  .detailInfor .left {
    flex-shrink: 0;
    width: 70%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .detailInfor .right {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .detailInfor {
    align-items: center;
    flex-direction: column;
  }
  .detailInfor .left {
    flex-shrink: 0;
    width: 70%;
    margin-right: 0;
    margin-bottom: 40px;
    min-width: 330px;
  }
  .detailInfor .right {
    width: 70%;
    min-width: 330px;
  }
}
.detailcontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.detailcontent h3 {
  padding: 20px 0;
  text-align: center;
  font-size: 1.125rem;
  border-top: 1px solid #433015;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
@media (max-width: 768px) {
  .detailcontent h3 {
    font-size: 1rem;
  }
}
.detailcontent .imgarea {
  padding: 80px 140px;
}
@media (max-width: 768px) {
  .detailcontent .imgarea {
    padding: 40px 20px;
  }
}
.detailcontent .imgarea figure {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .detailcontent .imgarea figure {
    margin-bottom: 20px;
  }
}
.detailcontent .imgarea figure:last-of-type {
  margin-bottom: 0;
}
.detailcontent .imgarea figure img {
  width: 100%;
}
.detailcontent .imgarea div img {
  width: 100%;
}/*# sourceMappingURL=item.css.map */