@import "libs/swiper-bundle.min.css";
@import "libs/swiper-bundle.min.css";
@font-face {
  font-family: "Gilroy";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
}
@font-face {
  font-family: "Sourcehan";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: "Sourcehan Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: "Sourcehan Bold";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
}
.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.h-auto {
  height: auto !important;
}

.c-primary {
  color: #F29115 !important;
}

.c-gray {
  color: #757D88 !important;
}

.c-light {
  color: #B4B7BB !important;
}

.l-1 {
  line-height: 1 !important;
}

.l-20 {
  line-height: 20px !important;
}

.l-24 {
  line-height: 24px !important;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex !important;
}

.a-center {
  align-items: center !important;
}

.j-space {
  justify-content: space-between !important;
}

.banner {
  height: 300px;
  margin-bottom: 50px;
  position: relative;
  background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/banner.jpg") center center no-repeat;
  background-size: auto 100%;
}
.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .title {
  font-size: 40px;
  color: white;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: 50px;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
}
.breadcrumb .link {
  color: #757D88;
}
.breadcrumb .current, .breadcrumb .separator {
  color: #757D88;
}
.breadcrumb .separator {
  margin: 0 10px;
}

.category {
  margin-bottom: 120px;
}
.category .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category .category-item {
  display: block;
  width: calc((100% - 50px) / 2);
  height: 200px;
  position: relative;
}
.category .category-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category .category-item .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.category-list {
  margin-bottom: 100px;
}
.category-list .list-header {
  margin-bottom: 30px;
}
.category-list .list-header .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.category-list .list-header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-list .list-header .content .separator {
  margin: 0 20px;
  color: #B4B7BB;
}
.category-list .list-header .content .filter-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.category-list .list-header .content .filter-item.active {
  color: #3D78B0;
}
.category-list .list-header .content .filter-item.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: #3D78B0;
}
.category-list .list-header .content .count {
  color: #757D88;
}
.category-list .list-main .wrapper {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.category-list .list-main .list-item {
  width: calc((100% - 90px) / 3);
  margin: 0 15px 30px;
}
.category-list .list-main .list-item:hover .actions .button {
  display: inline-flex;
  opacity: 0;
  animation: slide-in 0.3s ease forwards;
  position: relative;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    bottom: -5px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.category-list .list-main .list-item .figure {
  background-color: #F2F5F8;
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
}
.category-list .list-main .list-item .figure .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.category-list .list-main .list-item .content {
  text-align: center;
  margin-bottom: 30px;
}
.category-list .list-main .list-item .content .title {
  font-size: 20px;
  color: #1E232A;
}
.category-list .list-main .list-item .actions {
  display: flex;
  justify-content: center;
  height: 40px;
}
.category-list .list-main .list-item .actions .button {
  display: none;
  min-height: 40px;
  min-width: 100px;
  width: 100px;
  height: 40px;
  margin: 0 10px;
  font-size: 14px;
}
.category-list .list-main .list-item .actions .button.secondary {
  border: 2px solid #E7EBF0;
  border-radius: 999px;
  color: #757D88;
}
.category-list .list-main .list-item .actions .button.secondary:hover {
  color: #757D88;
}
.category-list .list-footer .pagination {
  padding: 30px 100px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-list .list-footer .pagination .prev.disabled {
  color: #B4B7BB;
  cursor: default;
  pointer-events: none;
}
.category-list .list-footer .pagination .prev:hover {
  color: #1ECCAD;
  text-decoration: none;
}
.category-list .list-footer .pagination .next.disabled {
  color: #B4B7BB;
  cursor: default;
  pointer-events: none;
}
.category-list .list-footer .pagination .next:hover {
  color: #1ECCAD;
  text-decoration: none;
}
.category-list .list-footer .pagination .pages {
  margin: 0 36px;
  display: flex;
  align-items: center;
}
.category-list .list-footer .pagination .pages .link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 10px;
  color: #1E232A;
  text-align: center;
  line-height: 36px;
  border-radius: 999px;
  font-family: "Gilroy";
  font-size: 14px;
}
.category-list .list-footer .pagination .pages .link:hover {
  color: #1ECCAD;
  text-decoration: none;
}
.category-list .list-footer .pagination .pages .link.active {
  position: relative;
  color: white;
}
.category-list .list-footer .pagination .pages .link.active ._text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 3;
}
.category-list .list-footer .pagination .pages .link.active::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
}
.category-list .list-footer .pagination .pages .link.active::after {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #1ECCAD;
  border-radius: 999px;
  content: "";
  left: 5px;
  bottom: 5px;
}

@font-face {
  font-family: "Gilroy";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-regular.otf");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-medium.otf");
}
@font-face {
  font-family: "Gilroy Light";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/gilroy/gilroy-light.otf");
}
@font-face {
  font-family: "Sourcehan";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-REGULAR.OTF");
}
@font-face {
  font-family: "Sourcehan Medium";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-MEDIUM.OTF");
}
@font-face {
  font-family: "Sourcehan Bold";
  src: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/fonts/sourcehan/SOURCEHANSANSCN-BOLD.OTF");
}
.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hidden-sm {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.h-auto {
  height: auto !important;
}

.c-primary {
  color: #F29115 !important;
}

.c-gray {
  color: #757D88 !important;
}

.c-light {
  color: #B4B7BB !important;
}

.l-1 {
  line-height: 1 !important;
}

.l-20 {
  line-height: 20px !important;
}

.l-24 {
  line-height: 24px !important;
}

.col-6 {
  width: 50%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex !important;
}

.a-center {
  align-items: center !important;
}

.j-space {
  justify-content: space-between !important;
}

@media screen and (max-width: 767px) {
  .banner {
    height: 200px;
    margin-bottom: 25px;
    position: relative;
    background: url("https://kovy.oss-cn-chengdu.aliyuncs.com/assets/images/news_show/banner.jpg") center center no-repeat;
    background-size: auto 100%;
  }
  .banner .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .banner .title {
    font-size: 24px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 20px;
  }

  .breadcrumb {
    margin-bottom: 25px;
  }
  .breadcrumb .container {
    display: flex;
    align-items: center;
  }
  .breadcrumb .link {
    color: #757D88;
  }
  .breadcrumb .current, .breadcrumb .separator {
    color: #757D88;
  }
  .breadcrumb .separator {
    margin: 0 10px;
  }

  .category {
    margin-bottom: 60px;
  }
  .category .container {
    display: block;
  }
  .category .category-item {
    display: block;
    width: 100%;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
  }
  .category .category-item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .category .category-item .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    color: white;
    font-size: 18px;
    font-weight: bold;
  }

  .category-list {
    margin-bottom: 70px;
  }
  .category-list .list-header {
    margin-bottom: 30px;
  }
  .category-list .list-header .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  .category-list .list-header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .category-list .list-header .content .separator {
    margin: 0 20px;
    color: #B4B7BB;
  }
  .category-list .list-header .content .filter-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
  }
  .category-list .list-header .content .filter-item.active {
    color: #3D78B0;
  }
  .category-list .list-header .content .filter-item.active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background-color: #3D78B0;
  }
  .category-list .list-header .content .count {
    color: #757D88;
  }
  .category-list .list-main .wrapper {
    display: block;
    margin: 0;
  }
  .category-list .list-main .list-item {
    width: 100%;
    margin: 0 0 40px;
  }
  .category-list .list-main .list-item:hover .actions .button {
    display: inline-flex;
    opacity: 0;
    animation: slide-in 0.3s ease forwards;
    position: relative;
  }
  @keyframes slide-in {
    0% {
      opacity: 0;
      bottom: -5px;
    }
    100% {
      opacity: 1;
      bottom: 0;
    }
  }
  .category-list .list-main .list-item .figure {
    background-color: #F2F5F8;
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
  }
  .category-list .list-main .list-item .figure .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .category-list .list-main .list-item .content {
    text-align: center;
    margin-bottom: 30px;
  }
  .category-list .list-main .list-item .content .title {
    font-size: 20px;
    color: #1E232A;
  }
  .category-list .list-main .list-item .actions {
    display: flex;
    justify-content: center;
    height: 40px;
  }
  .category-list .list-main .list-item .actions .button {
    display: inline-flex;
    min-height: 40px;
    min-width: 100px;
    width: 100px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
  }
  .category-list .list-main .list-item .actions .button.secondary {
    border: 2px solid #E7EBF0;
    border-radius: 999px;
    color: #757D88;
  }
  .category-list .list-main .list-item .actions .button.secondary:hover {
    color: #757D88;
  }
  .category-list .list-footer .pagination {
    padding: 30px 100px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .category-list .list-footer .pagination .prev.disabled {
    color: #B4B7BB;
    cursor: default;
    pointer-events: none;
  }
  .category-list .list-footer .pagination .prev:hover {
    color: #1ECCAD;
    text-decoration: none;
  }
  .category-list .list-footer .pagination .next.disabled {
    color: #B4B7BB;
    cursor: default;
    pointer-events: none;
  }
  .category-list .list-footer .pagination .next:hover {
    color: #1ECCAD;
    text-decoration: none;
  }
  .category-list .list-footer .pagination .pages {
    margin: 0 36px;
    display: flex;
    align-items: center;
  }
  .category-list .list-footer .pagination .pages .link {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
    color: #1E232A;
    text-align: center;
    line-height: 36px;
    border-radius: 999px;
    font-family: "Gilroy";
    font-size: 14px;
  }
  .category-list .list-footer .pagination .pages .link:hover {
    color: #1ECCAD;
    text-decoration: none;
  }
  .category-list .list-footer .pagination .pages .link.active {
    position: relative;
    color: white;
  }
  .category-list .list-footer .pagination .pages .link.active ._text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 3;
  }
  .category-list .list-footer .pagination .pages .link.active::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 999px;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .category-list .list-footer .pagination .pages .link.active::after {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #1ECCAD;
    border-radius: 999px;
    content: "";
    left: 5px;
    bottom: 5px;
  }
}

/*# sourceMappingURL=product.css.map */
