@import url('footer.css');
.feature img {
  max-width: 100%;
  height: auto;
}
.feature table {
  width: 100% !important;
}
.feature table img {
  width: 100% !important;
}
.feature table tr,
.feature table td {
  height: 100% !important;
}
.feature table td {
  border-width: 1px !important;
}
.nav-null {
  height: 3.75rem;
}
@media (max-width: 540px) {
  .nav-null {
    height: 1.875rem;
  }
}
.goods-nav {
  padding-bottom: 2.75rem;
}
@media (max-width: 540px) {
  .goods-nav {
    padding-bottom: 0.875rem;
  }
}
.goods-info {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .goods-info {
    margin-bottom: 3.75rem;
  }
}
.goods-info .swiper-box {
  padding: 0;
  padding-right: 1.875rem;
}
@media (max-width: 767px) {
  .goods-info .swiper-box {
    padding-right: 0;
    margin-bottom: 1.875rem;
  }
}
.goods-info .swiper-box .swiper {
  width: 100%;
  height: 100%;
}
.goods-info .swiper-box .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-info .swiper-box .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-info .swiper-box .mySwiper {
  height: 5.75rem;
  box-sizing: border-box;
  margin-top: 1.25rem;
  width: 86%;
}
@media (max-width: 991px) {
  .goods-info .swiper-box .mySwiper {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .goods-info .swiper-box .mySwiper {
    width: 84%;
  }
}
.goods-info .swiper-box .mySwiper .swiper-slide {
  height: 5.75rem;
  opacity: 0.4;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.goods-info .swiper-box .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #fe7c0f;
  transition: all 0.2s;
}
.goods-info .swiper-box .swiper-button-next:after,
.goods-info .swiper-box .swiper-button-prev:after {
  font-size: 1.125rem !important;
  color: #fe7c0f;
}
.goods-info .swiper-box .swiper-button-next {
  right: 0 !important;
}
.goods-info .swiper-box .swiper-button-prev {
  left: 0 !important;
}
.goods-info .swiper-box .mySwiper2 {
  height: 36.25rem;
  width: 100%;
}
@media (max-width: 540px) {
  .goods-info .swiper-box .mySwiper2 {
    height: 23.4375rem;
  }
}
.goods-info .goods-info-box {
  padding: 0;
  max-height: 580px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box {
    padding: 0 0.75rem;
  }
}
.goods-info .goods-info-box .goods-info-title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #333333;
  line-height: 2.1875rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .goods-info-title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
.goods-info .goods-info-box .goods-info-doc {
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 2.625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .goods-info-doc {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.goods-info .goods-info-box .goods-info-list {
  display: flex;
  flex-direction: column;
}
.goods-info .goods-info-box .goods-info-list .list {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .goods-info-list .list {
    margin-bottom: 0.625rem;
  }
}
.goods-info .goods-info-box .goods-info-list .list:last-child {
  margin-bottom: 0;
}
.goods-info .goods-info-box .goods-info-list .list img {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
}
.goods-info .goods-info-box .goods-info-list .list span {
  font-size: 0.9375rem;
  color: #666666;
}
.goods-info .goods-info-box .info-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .info-name {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}
.goods-info .goods-info-box .info-image-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.goods-info .goods-info-box .info-image-list img {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #eeeeee;
  cursor: pointer;
  transition: all 0.2s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .info-image-list img {
    width: 4.6875rem;
    height: 4.6875rem;
    margin-right: 0.9375rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 540px) {
  .goods-info .goods-info-box .info-image-list img:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .goods-info .goods-info-box .info-image-list img:nth-child(4n) {
    margin-right: 0.9375rem;
  }
  .goods-info .goods-info-box .info-image-list img:nth-child(3n) {
    margin-right: 0;
  }
}
.goods-info .goods-info-box .info-image-list img.active {
  border: 1px solid #fe7c0f;
  transition: all 0.2s;
}
.goods-info .goods-info-box .info-footer {
  display: flex;
  align-items: flex-end;
  flex: 1;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .info-footer {
    margin-top: 1.25rem;
  }
}
.goods-info .goods-info-box .info-footer .info-footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .info-footer .info-footer-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
.goods-info .goods-info-box .info-footer .buy-button {
  background: #fe7c0f linear-gradient(90deg, #fe7c0f 0%, #fe570f 100%);
  box-shadow: 0px 4px 12px 0px rgba(255, 92, 16, 0.25);
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.6875rem 1.9375rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .goods-info .goods-info-box .info-footer .buy-button {
    font-size: 1rem;
    padding: 0.4375rem 1.125rem;
    margin-bottom: 2.375rem;
  }
}
.goods-info .goods-info-box .info-footer .third-party-share {
  display: flex;
  align-items: center;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-arrow {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  transition: transform 0.2s linear;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-more {
  position: relative;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-more:hover .third-party-more-list {
  max-height: 200px;
  transition: max-height 0.2s ease-in;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-more-list {
  background-color: #ffffff;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  padding: 0 12px;
  position: absolute;
  right: 0;
  top: 30px;
  transition: max-height 0.2s ease-out;
  z-index: 10;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-more-list a {
  margin-bottom: 12px;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-more-list a:nth-child(1n) {
  margin-top: 12px;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-more-list .third-party-name {
  margin-left: 0.3125rem;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-item {
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-item .third-party-name {
  font-size: 0.75rem;
}
.goods-info .goods-info-box .info-footer .third-party-share .third-party-item svg {
  fill: #000000;
  height: 18px;
  width: 18px;
}
.description-box .border-bottom {
  padding-bottom: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 768px) {
  .description-box .border-bottom {
    padding-bottom: 0.9375rem !important;
    font-size: 1.125rem;
  }
}
.description-box img {
  max-width: 100%;
  height: auto;
}
.h3-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .h3-title {
    text-align: center;
    font-size: 0.875rem;
  }
}
.container {
  --bs-gutter-x: 1.875rem !important;
}
.my-card-body .card {
  border: none !important;
  box-shadow: 0px 0px 6px 3px rgba(107, 107, 107, 0.08);
  cursor: pointer;
}
.my-card-body .card-img-top {
  position: relative;
}
.my-card-body .card-img-top .bd-placeholder-img {
  object-fit: cover;
  width: 100%;
  height: 26rem;
}
@media (max-width: 1200px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 13.5rem;
    height: 16.6875rem;
  }
}
@media (max-width: 991px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 12.6875rem;
  }
}
@media (max-width: 768px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 12.6875rem;
  }
}
.my-card-body .card-img-top .card-img-icon {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.5625rem;
  width: 2.625rem;
  height: 2.625rem;
}
.my-card-body .card-body {
  display: flex;
  align-items: center;
}
.my-card-body .card-body .m-card-header {
  margin-right: 0.75rem;
}
.my-card-body .card-body .m-card-header img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  object-fit: cover;
}
.my-card-body .card-body .card-flex {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex: 1;
}
.my-card-body .card-body .card-flex .card-title {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.my-card-body .card-body .card-flex .card-info {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.my-card-body .card-body .card-flex .card-info .info-list {
  display: flex;
  align-items: center;
}
.my-card-body .card-body .card-flex .card-info .info-list:nth-child(1n) {
  margin-right: 1.875rem;
}
@media (max-width: 1200px) {
  .my-card-body .card-body .card-flex .card-info .info-list:nth-child(1n) {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .my-card-body .card-body .card-flex .card-info .info-list:nth-child(1n) {
    margin-right: 1.875rem;
  }
}
.my-card-body .card-body .card-flex .card-info .info-list .icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.3125rem;
}
.my-card-body .card-body .card-flex .card-info .info-list span {
  font-size: 0.875rem;
  color: #999999;
  line-height: 1rem;
}
.my-card-body .youtube-video {
  width: 100%;
  height: 26rem;
}
@media (max-width: 1200px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 13.5rem;
    height: 21rem;
  }
  .my-card-body .youtube-video {
    width: 13.5rem;
    height: 21rem;
  }
}
@media (max-width: 991px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 25rem;
  }
  .my-card-body .youtube-video {
    width: 17.5rem;
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .my-card-body .card-img-top .bd-placeholder-img {
    width: 17.5rem;
    height: 25rem;
  }
  .my-card-body .youtube-video {
    width: 17.5rem;
    height: 25rem;
  }
}
