﻿.goods-detail-pop-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.goods-detail-pop {
  position: relative;
  width: 682px;
  min-height: 312px;
  padding: 28px 28px 26px 28px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #ffffff;
}

.goods-detail-pop-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//image01.homedo.com/Files/Images/cms/www/20260513/5337166522042340775_pic1.png);
}

.goods-detail-pop-main {
  display: flex;
  gap: 28px;
}

.goods-detail-pop-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 256px;
  height: 256px;
  background: #F7F7F7;
  border-radius: 4px;
  overflow: hidden;
}

.goods-detail-pop-img {
  width: 256px;
  height: 256px;
}

.goods-detail-pop-img-empty {
  font-size: 14px;
  color: #999999;
}

.goods-detail-pop-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 16px;
  height: 48px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s;
}

.goods-detail-pop:hover .goods-detail-pop-arrow {
  opacity: 1;
}

.goods-detail-pop-arrow:hover {
  background: rgba(0, 0, 0, 0.22);
}

.goods-detail-pop-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.goods-detail-pop-arrow-prev {
  left: 0;
}

.goods-detail-pop-arrow-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.goods-detail-pop-arrow-next {
  right: 0;
}

.goods-detail-pop-arrow-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.goods-detail-pop-dots {
  position: absolute;
  left: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 6px;
}

.goods-detail-pop-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8d8d8;
}

.goods-detail-pop-dot.is-active {
  background: #ff7000;
}

.goods-detail-pop-info {
  flex: 1;
  min-width: 0;
  padding-right: 14px;
}

.goods-detail-pop-name {
  width: 316px;
  min-height: 52px;
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.goods-detail-pop-desc {
  width: 336px;
  height: 136px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 26px;
  text-align: justify;
  font-style: normal;
  margin: 12px 0 16px 0;
}

.goods-detail-pop-desc::-webkit-scrollbar {
  width: 6px;
}

.goods-detail-pop-desc::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 4px;
}

.goods-detail-pop-desc::-webkit-scrollbar-track {
  background: transparent;
}

.goods-detail-pop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.goods-detail-pop-price {
  font-weight: 600;
  font-size: 20px;
  color: #F73C3B;
  line-height: 20px;
}

.goods-detail-pop-consult {
  width: 120px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #FF7000;
  font-weight: 500;
  font-size: 16px;
  color: #FF7000;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  box-sizing: border-box;
}
