body {
  background: #EBEBEB
}

body .home .banner {
  position: relative;
  color: white
}

body .home .banner .swiper1 {
  width: 100%
}

body .home .banner .swiper1 img {
  width: 100%;
  height: 50vw
}

body .home .banner .text {
  position: absolute;
  left: 1.71875vw;
  top: 5.46875vw
}

body .home .banner .text .p1 {
  line-height: 1.4;
  letter-spacing: 2.45px;
  text-transform: uppercase
}

body .home .banner .text .p1 p {
  font-family: 'LibreCaslonCondensed-Regular'
}

body .home .banner .text .p2 {
  margin-left: .20833vw;
  text-transform: capitalize;
  line-height: 0.83
}

body .home .banner .text .p2 p {
  font-family: 'LibreCaslonCondensed-Regular'
}

body .home .banner .text .p2 p:not(:last-child) {
  margin-bottom: 5.26042vw
}

body .home .banner .tip {
  position: absolute;
  right: 3.33333vw;
  bottom: 4.16667vw;
  text-transform: capitalize;
  line-height: 0.83;
  font-family: 'LibreCaslonCondensed-Regular'
}

body .home .container {
  padding: 2.86458vw 1.875vw 9.11458vw 1.875vw;
  background: linear-gradient(180deg, #EBEBEB 0%, rgba(250, 235, 196, 0.7) 48.34%, rgba(235, 235, 235, 0.7) 100%);
  position: relative
}

body .home .container .t_m {
  position: absolute;
  left: 0;
  top: 4.16667vw;
  background: #DAC795;
  padding: 3.48958vw 0 8.75vw 10.15625vw;
  width: 100%;
  z-index: 10;
  display: none
}

body .home .container .t_m .ic {
  position: absolute;
  left: 1.875vw;
  top: 3.64583vw
}

body .home .container .t_m .ic img {
  width: 3.02083vw
}

body .home .container .t_m .items {
  display: flex;
  gap: 3.125vw 11.5625vw;
  flex-wrap: wrap
}

body .home .container .t_m .items .item .p1 {
  color: #000;
  font-family: 'LibreCaslonCondensed-Medium';
  text-transform: capitalize;
  margin-bottom: 1.35417vw
}

body .home .container .t_m .items .item .sub span,
body .home .container .t_m .items .item .sub a {
  display: block;
  color: #000;
  text-transform: capitalize;
  transition: all 600ms;
  cursor: pointer
}

body .home .container .t_m .items .item .sub span:hover,
body .home .container .t_m .items .item .sub a:hover {
  color: #fff;
  text-decoration: underline
}

body .home .container .t_m .items .item .sub span:not(:last-child),
body .home .container .t_m .items .item .sub a:not(:last-child) {
  margin-bottom: 1.45833vw
}

body .home .container .t_m .close_t {
  position: absolute;
  right: 1.97917vw;
  top: 1.77083vw;
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  cursor: pointer
}

body .home .container .t_m .close_t p {
  font-family: 'LibreCaslonCondensed-Regular';
  color: white
}

body .home .container .t_m .close_t img {
  width: 5vw
}

body .home .container .t_m .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: -1
}

body .home .container .t_m .line svg {
  max-width: 100%
}

body .home .container .types {
  position: relative;
  /* z-index: 100; */
}

body .home .container .types .tags {
  display: flex;
  gap:33.9375vw;
  justify-content: center;
}

body .home .container .types .tags span,
body .home .container .types .tags a {
  font-family: 'LibreCaslonCondensed-Regular';
  color: #DAC795;
  cursor: pointer;
  transition: all 600ms
}

body .home .container .types .tags span.on,
body .home .container .types .tags a.on {
  text-decoration: underline;
  color: #000;
  text-decoration-thickness: 2px
}

body .home .container .types .picon {
  position: absolute;
  right: 1.97917vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}

body .home .container .types .picon img {
  width: 5vw
}

body .home .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125vw 4.42708vw;
  margin: 2.08333vw 10.41667vw 7.29167vw 
}

body .home .container .list a {
  display: block;
  width: 100%
}

body .home .container .list a .pic {
  position: relative;
  overflow: hidden; 
  border-radius: 1.5625vw;
}

body .home .container .list a .pic .pro {
  width: 100%;
  /* height: 32.03125vw; */
  height: auto;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .list a .pic .icon {
  position: absolute;
  left: 1.04167vw;
  bottom: 1.97917vw;
  transition: all 600ms;
  opacity: 0
}

body .home .container .list a .pic .icon img {
  width: 7.08333vw
}

body .home .container .list a .pt {
  margin: 1.04167vw 0;
  color: #000;
  letter-spacing: 2px;
  font-family: 'LibreCaslonCondensed-Regular';
  text-transform: uppercase;
  transition: all 600ms
}

body .home .container .list a .tip {
  color: #CA8000;
  line-height: 0.75;
  transition: all 600ms
}

body .home .container .list a:hover .pic .pro {
  transform: scale(1.05)
}

body .home .container .list a:hover .pic .icon {
  opacity: 1
}

body .home .container .list a:hover .pt {
  color: #CA8000
}

body .home .container .list a:hover .tip {
  color: #fff
}

body .home .container .pager {
  display: flex;
  justify-content: center;
  gap: 3.28125vw;
  align-items: center
}

body .home .container .pager .prev {
  transform: rotate(180deg)
}

body .home .container .pager .prev,
body .home .container .pager .next {
  cursor: pointer
}

body .home .container .pager .prev img,
body .home .container .pager .next img {
  width: 7.08333vw
}

body .home .container .pager .nums {
  display: flex;
  gap: 2.39583vw
}

body .home .container .pager .nums span,
body .home .container .pager .nums a {
  color: #222;
  line-height: 1;
  font-family: 'LibreCaslonCondensed-Regular';
  border-bottom: .15625vw solid transparent;
  cursor: pointer
}

body .home .container .pager .nums span.on,
body .home .container .pager .nums a.on {
  color: #CA8000;
  border-color: #CA8000
}

body .home .banner .pd {
  width: 100vw;
  height: 21.648vw;
  position: absolute;
  z-index: 999;
  opacity: 1;
  pointer-events: none;
  top: 6.17vw;
  right: -44.27vw;
  background: #DAC795;
  transition: all 0.3s ease;
  overflow: hidden;
}
/* body .home .banner .pd svg {
  position: absolute;
  bottom: 0;
  right: 19.055vw;
  z-index: -999;
}
.active {
  opacity: 1 !important;
  pointer-events: auto!important;
}

body .home .banner .pd .links {
  display: flex;
  gap: 11.767vw;
  margin: 3.563vw 0 0 10.382vw;
}

body .home .banner .pd .links span {
  color: #000;
  display: block;
  font-family: 'LibreCaslonCondensed-Regular';
  font-size: 2.659vw;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.382vw;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

body .home .banner .pd .links a {
  display: block;
  color: #000;
  font-size: 1.063vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-transform: capitalize;
  z-index: 999;
}

body .home .banner .pd .links a:hover {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

body .home .banner .pd .links .sub a:not(:last-child) {
  margin-bottom: 1.489vw;
}

body .home .banner::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 40;
} */

@media screen and (max-width: 768px) {
  body .home .banner {
    margin-top: 60px
  }

  body .home .banner .text {
    left: 5%;
    top: 80px
  }

  body .home .banner .text .p1 {
    font-size: 28px
  }

  body .home .banner .text .p2 {
    margin-left: 0;
    margin-top: 20px;
    font-size: 24px
  }

  body .home .banner .tip {
    right: 60px;
    bottom: 30px;
    font-size: 28px
  }

  body .home .container {
    padding: 30px 5%
  }

  body .home .container .t_m {
    top: 30px;
    padding: 60px 0 30px 15px
  }

  body .home .container .t_m .ic {
    left: 15px;
    top: 15px
  }

  body .home .container .t_m .ic img {
    width: 30px
  }

  body .home .container .t_m .items {
    gap: 30px;
    flex-wrap: wrap
  }

  body .home .container .t_m .items .item .p1 {
    margin-bottom: 10px
  }

  body .home .container .t_m .items .item .sub span:not(:last-child),
  body .home .container .t_m .items .item .sub a:not(:last-child) {
    margin-bottom: 10px
  }

  body .home .container .t_m .close_t {
    right: 15px;
    top: 15px;
    gap: 15px
  }

  body .home .container .t_m .close_t img {
    width: 40px
  }

  body .home .container .types .tags {
    padding-left: 0;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }

  body .home .container .types .tags span {
    font-size: 24px
  }

  body .home .container .types .picon {
    position: static;
    transform: translateY(-30px) !important;
    text-align: right
  }

  body .home .container .types .picon img {
    width: 50px
  }

  body .home .container .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 20px 0 60px 0
  }

  body .home .container .list a .pic .pro {
    height: auto
  }

  body .home .container .list a .pic .icon {
    left: 20px;
    bottom: 20px
  }

  body .home .container .list a .pic .icon img {
    width: 60px
  }

  body .home .container .list a .pt {
    margin: 10px 0
  }

  body .home .container .pager {
    gap: 20px
  }

  body .home .container .pager .prev img,
  body .home .container .pager .next img {
    width: 60px
  }

  body .home .container .pager .nums {
    gap: 20px
  }

  body .home .container .pager .nums span,
  body .home .container .pager .nums a {
    border-bottom: 2px solid transparent
  }
}
body .home .container .types .tags .item .i1 a{
  position: relative;
}
body .home .container .types .tags svg {
  position: absolute;
  margin: 0 1.5625vw 0 .41667vw;
  transition: all ease 0.6s;
  top: 3px;
  cursor: pointer;
}
body .home .container .types .tags .item .i2 {
  display: none;  
  position: absolute;
  background-color: #CA8000;
  z-index: 999;
}
body .home .container .types .tags .item .i2 a{
  display: block;
  font-size: 1.041vw;
  color: #fff;
  padding: .52083vw;
  /* transition: all .6s; */
}
body .home .container .types .tags .on .i1 svg{
  transform: rotate(-180deg);
}
body .home .container .types .tags .item .i2 a:hover {
  text-decoration: underline;
}

