.alsman-goods-read {
  padding: 6rem 0 4rem;
}
.alsman-goods-read .product-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
}
.alsman-goods-read .product-summary {
  font-size: 18px;
  color: var(--text-color);
  font-family: var(--font-family);
}
.alsman-goods-read .tit {
  position: relative;
  padding: 2rem 0 2rem;
}

.alsman-goods-read .tit .back {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--title-text-color);
}

.alsman-goods-read .product-pics {
  padding: 2rem 0;
  background: #fff;
}

.alsman-goods-read .product-pics .left-view {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  height: 490px;
}

.alsman-goods-read .swiper-slide i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.alsman-goods-read .t-s .swiper-slide i:hover {
  opacity: 1;
}

.alsman-goods-read .t-s .swiper-slide i {
  font-size: 100px;
}

.alsman-goods-read .d-s .swiper-slide i {
  font-size: 30px;
}

.alsman-goods-read .top-view .left-view .swiper.t-s {
  flex: 1;
}

.alsman-goods-read .top-view .left-view .swiper.t-s img {
  height: 100%;
  object-fit: cover;
}

.alsman-goods-read .product-pics .left-view .d-s {
  width: 80px;
  height: 440px;
}

.alsman-goods-read .product-pics .left-view .d-s img {
  cursor: pointer;
}

.alsman-goods-read .product-pics .left-view .d-s .swiper-wrapper {
  height: auto !important;
}

.alsman-goods-read .top-view .left-view .swiper.d-s {
  height: 100%;
}

.alsman-goods-read .top-view .left-view .swiper.d-s .swiper-slide {
  height: 80px !important;
  /*margin-bottom: 10px;*/
  border-radius: var(--button-radius);
  overflow: hidden;
}

.alsman-goods-read .top-view .left-view .swiper.d-s .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--btn-hover);
}

.alsman-goods-read .product-details-content {
  display: flex;
  flex-direction: column;
}

.alsman-goods-read .pro-scroll {
  padding: 2rem 0;
}

.alsman-goods-read .pro-scroll#gd2 {
  background: var(--bg-color);
  position: relative;
}

.alsman-goods-read .pro-scroll .content-wrapper {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.alsman-goods-read .pro-scroll .content-wrapper .rich-text {
  flex: 1;
  overflow: hidden;
}

.alsman-goods-read .pro-scroll .content-wrapper>img {
  width: 25%;
  object-fit: cover;
}

.alsman-goods-read .pro-scroll .product-display {
  margin-top: 2rem;
}

.alsman-goods-read .pro-scroll .product-display img {
  aspect-ratio: 5 /3;
  object-fit: cover;
}

.alsman-goods-read .pro-scroll .swiper-button-prev,
.alsman-goods-read .pro-scroll .swiper-button-next {
  transform: translateY(50px);
}

.alsman-goods-read .pro-scroll .swiper-button-prev:after,
.alsman-goods-read .pro-scroll .swiper-button-next:after {
  content: none;
}

.alsman-goods-read .pro-scroll .swiper-button-prev i,
.alsman-goods-read .pro-scroll .swiper-button-next i {
  font-size: 14px;
  color: var(--title-text-color);
}

.alsman-goods-read .alsman-goods-read .pro_tab_box {
  height: 49px;
}

.alsman-goods-read .pro_tab {
  height: 49px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #fff;
}

.alsman-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 80px;
  z-index: 100;
}

.alsman-goods-read .pro_tab ul {
  height: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.alsman-goods-read .pro_tab ul li {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.alsman-goods-read .pro_tab ul li::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
}

.alsman-goods-read .pro_tab ul li.active {
  background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alsman-goods-read .pro_tab ul li.active::after {
  width: 100%;
}

.alsman-goods-read .product-details-content .color-mode {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.alsman-goods-read .product-details-content .color-mode .color-tag {
  color: #181818;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.alsman-goods-read .product-details-content .color-mode .color-cus {
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.alsman-goods-read .product-details-content .theme-btn {
  display: block;
  width: 180px;
  height: 54px;
  margin-top: 38px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alsman-goods-read .product-details-content .theme-btn:hover {
  background: var(--btn-hover);
}

.alsman-goods-read .product-details-content .theme-btn span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: var(--button-radius);
  margin-left: 9px;
}

.alsman-goods-read .product-details-content .theme-btn span i {
  color: var(--color-primary);
  line-height: 34px;
}

@media (max-width: 767px) {
  .alsman-goods-read {
    padding: 2rem 0;
  }

  .alsman-goods-read .pro-scroll .content-wrapper {
    flex-direction: column;
  }

  .alsman-goods-read .pro-scroll .content-wrapper>img {
    width: 100%;
  }

  .alsman-goods-read .product-details-content .theme-btn {
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 42px;
  }
}