.home .index-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home .index-banner-img {
  width: 100%;
  background-color: #464646;
}
.home .index-banner-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  opacity: 0.58;
}
.home .banner-content {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.home .banner-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home .banner-content p {
  font-size: 24px;
  margin-bottom: 40px;
}
.home .banner-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #ff6f61;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.home .banner-button:hover {
  background-color: #e65c4f;
}
.home .goods-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.home .section-title,
.home .section-sub-title {
  text-align: center;
  letter-spacing: 2px;
}
.home .section-sub-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #464646;
}
.home .goods-section .product-item {
  padding: 15px;
}
.home .goods-section .product-item .product-item-inner {
  border: 1px solid #dedede;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
.home .goods-section .product-item:hover .product-item-inner {
  border-color: #ff6f61;
  box-shadow: 0 0 10px #ff6f61;
}
.home .goods-section .product-item .product-img-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.home .goods-section .product-item .product-img-box img {
  position: absolute;
  object-fit: contain;
  z-index: 98;
  width: 100%;
  height: 100%;
  transform: rotate(0deg) scale(0.95);
  transition: all 0.5s ease;
}
.home .goods-section .product-item:hover .product-img-box img {
  transform: rotate(3deg) scale(1.05);
}
.home .goods-section .product-item .product-item-info > div {
  position: relative;
  z-index: 2;
}
.home .goods-section .product-item .product-item-info {
  padding: 5px 15px;
  position: relative;
}
.home .goods-section .product-item .product-item-info:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #f6f6f6;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.home .goods-section .product-item:hover .product-item-info:after {
  width: 100%;
}
.home .goods-section .product-item .product-tag {
  position: absolute;
  top: 10px;
  z-index: 99;
  background: #6dc4fd;
  left: -2px;
  padding: 5px 20px;
  border-radius: 0 15px 15px 0;
  color: #FFFFFF;
  line-height: 1;
}
.home .goods-section .product-item .product-discount {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  background: #ff6f61;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  z-index: 99;
  line-height: 26px;
  height: 26px;
  font-weight: 500;
  border-radius: 8px;
}
.home .goods-section .product-item .product-discount:before {
  content: "";
  position: absolute;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #ff6f61;
  left: 20%;
  z-index: 2;
  bottom: -8px;
}
.home .goods-section .product-item .product-title {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #333;
  padding: 0;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home .goods-section .product-item:hover .product-title {
  color: #E20909;
}
.home .goods-section .product-item .price-sale {
  color: #f20d0d;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
}
.home .goods-section .product-item .price-original {
  color: #6b6b6b;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  text-decoration: line-through;
  padding-left: 10px;
}
.home .goods-section .price-discount {
  margin-left: 5px;
  background-color: #ff6f61;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 16px;
}
.home .product-rating {
  color: #ff6600;
  font-size: 14px;
}
.home .choose-con {
  padding: 125px 0 130px;
  background-color: #f2f9ff;
}
.home .choose-con .choose_content h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #fb704f;
  margin-bottom: 14px;
}
.home .choose-con .choose_content h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 32px;
}
.home .choose-con .text-size-16,
.home .choose-con .text-size-18 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #6a6a6a;
}
.home .choose-con .text-size-16 {
  font-size: 16px;
  line-height: 1.2;
}
.home .choose-con .choose_wrapper ul {
  display: flex;
}
.home .choose-con .choose_wrapper ul li {
  padding: 0 32px;
  transition: all 0.3s ease-in-out;
}
.home .choose-con .choose_wrapper ul li {
  padding: 0 32px;
  transition: all 0.3s ease-in-out;
}
.home .choose-con .choose_wrapper figure {
  margin: 0 0 1rem;
}
.home .choose-con .choose_wrapper ul li:first-child {
  padding-left: 0;
}
.home .choose-con .choose_wrapper ul li .icon {
  width: 87px;
  height: 87px;
  line-height: 87px;
  margin-bottom: 22px;
  border-radius: 100%;
  text-align: center;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.home .choose-con .choose_wrapper ul li:hover .icon {
  transform: translateY(-5px);
}
.home .choose-con .img-fluid {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .home .choose-con {
    padding: 75px 0;
  }
  .home .choose-con .row {
    align-items: center;
  }
  .home .choose-con .choose_content h6 {
    margin-bottom: 10px;
  }
  .home .choose-con .choose_content h2 {
    margin-bottom: 15px;
  }
  .home .choose-con .choose_wrapper ul li {
    padding: 0 12px;
  }
  .home .choose-con .choose_wrapper ul li .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 16px;
  }
  .home .choose-con .choose_wrapper ul li h5 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 992px) {
  .home .banner-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .home .banner-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home .banner-button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .home .choose-con {
    padding: 55px 0;
  }
  .home .choose-con .choose_content {
    text-align: center;
    padding: 0 90px;
    margin-bottom: 20px;
  }
  .home .choose-con .choose_content h6 {
    margin-bottom: 6px;
  }
  .home .choose-con .choose_content h2 {
    margin-bottom: 10px;
  }
  .home .choose-con .choose_wrapper {
    text-align: center;
  }
  .home .choose-con .choose_wrapper ul li .icon {
    width: 78px;
    height: 78px;
    line-height: 78px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .home .choose-con .choose_wrapper ul li h5 {
    margin-bottom: 5px;
  }
  .home .goods-section .product-item {
    padding: 7.5px;
  }
  .home .home-goods-list {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .home .goods-section .product-item .price-sale {
    font-size: 20px;
  }
  .home .goods-section .product-item .price-original {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .home .index-banner-img img {
    aspect-ratio: 4/3;
  }
  .home .section-title {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .home .home-goods-list {
    padding: 15px 0 ;
  }
  .home .goods-section .product-item {
    padding: 0;
  }
  .home .goods-section .product-item .product-item-inner {
    border-radius: 0;
  }
  .home .choose-con .choose_content {
    padding: 0;
    margin-bottom: 15px;
  }
  .home .choose-con .choose_wrapper ul {
    display: block;
  }
  .home .choose-con .choose_wrapper ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  .home .choose-con .choose_wrapper ul li h5 {
    margin-bottom: 2px;
  }
  .home .choose-con .choose_wrapper ul li h5 br {
    display: none;
  }
}
.home .blog-section {
  padding: 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.home .blog-view-all {
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #ffcd82;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  z-index: 1;
}
.home .blog-view-all:before {
  transition-duration: 800ms;
  position: absolute;
  width: 0;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
  background: #ff6600;
}
.home .blog-view-all:hover {
  color: #FFFFFF;
}
.home .blog-view-all:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 10px;
}
.home .blog-item {
  padding: 7.5px;
  position: relative;
}
.home .blog-item-inner {
  padding: 0;
  border-radius: 0;
  border: 2px solid #f2f2f2;
  position: relative;
  transition: all 0.3s;
  display: flex;
}
.home .blog-item-inner:hover {
  border-color: #cccccc;
  border-radius: 20px;
}
.home .blog-item-inner > a {
  dispay: block;
}
.home .blog-title a {
  padding: 5px 0;
  line-height: 1.25;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.home .blog-title a:hover {
  color: #666;
  text-decoration: none;
}
.home .blog-item .blog-img {
  width: min(160px, 40%);
  height: auto;
  position: relative;
  flex: 0 0 auto;
}
.home .blog-item .blog-img a {
  display: block;
}
.home .blog-item .blog-img img {
  width: 100%;
  object-fit: contain;
  height: auto;
  border-radius: 20px;
}
.home .blog-item .blog-info {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .blog-tag {
  padding: 15px 0 5px;
}
.home .blog-tag a {
  background: #d2ef9a;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 14px;
}
.home .blog-item .blog-tag {
  padding: 0;
  opacity: 0.8;
}
.home .blog-item .blog-tag:hover {
  opacity: 1;
}
.home .blog-desc {
  color: #888;
  font-size: 16px;
  padding: 0 0 10px;
}
@media (max-width: 768px) {
  .home .blog-item-inner {
    flex-direction: column;
  }
  .home .blog-item .blog-img {
    width: 100%;
    padding-bottom: 50%;
    height: 0;
    position: relative;
    border-radius: 20px;
  }
  .home .blog-item .blog-img img {
    position: absolute;
    width: 100%;
    object-fit: contain;
    height: 100%;
    border-radius: 20px;
  }
}
