.lt-goods-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.lt-goods-detail *,
.lt-goods-detail *::before,
.lt-goods-detail *::after {
  box-sizing: border-box;
}
.lt-goods-detail .lt-goods-gallery {
  flex: 0 0 780px;
  width: 780px;
  height: 698px;
  display: flex;
  gap: 8px;
}
.lt-goods-detail .lt-goods-gallery__thumbs {
  position: relative;
  width: 74px;
  height: 100%;
  flex: 0 0 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lt-goods-detail .lt-goods-gallery__thumb-list {
  width: 74px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  padding: 25px 0;
}
.lt-goods-detail .lt-goods-gallery__thumb {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.15s ease;
}
.lt-goods-detail .lt-goods-gallery__thumb:hover {
  border-color: #999;
}
.lt-goods-detail .lt-goods-gallery__thumb.is-active {
  border-color: #BC2E20;
}
.lt-goods-detail .lt-goods-gallery__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lt-goods-detail .lt-goods-gallery__thumb-arrow {
  position: absolute;
  left: 0;
  width: 74px;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #999;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  z-index: 2;
}
.lt-goods-detail .lt-goods-gallery__thumb-arrow:hover {
  color: #333;
}
.lt-goods-detail .lt-goods-gallery__thumb-arrow--prev {
  top: 0;
}
.lt-goods-detail .lt-goods-gallery__thumb-arrow--prev img {
  width: 16px;
  height: 16px;
}
.lt-goods-detail .lt-goods-gallery__thumb-arrow--next {
  bottom: 0;
}
.lt-goods-detail .lt-goods-gallery__main {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 692px;
}
.lt-goods-detail .lt-goods-gallery__image {
  width: 698px;
  height: 698px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #EAEAEA;
}
.lt-goods-detail .lt-goods-gallery__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.lt-goods-detail .lt-goods-gallery__main-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 8px 0px rgba(158, 164, 175, 0.5);
  line-height: 32px;
  cursor: pointer;
  opacity: 0.9;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lt-goods-detail .lt-goods-gallery__main-arrow img {
  width: 20px;
  height: 20px;
}
.lt-goods-detail .lt-goods-gallery__main-arrow:hover {
  background: #fff;
  color: #333;
}
.lt-goods-detail .lt-goods-gallery__main-arrow--prev {
  left: 16px;
}
.lt-goods-detail .lt-goods-gallery__main-arrow--next {
  right: 16px;
}
.lt-goods-detail .lt-goods-info {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
}
.lt-goods-detail .lt-goods-info__title {
  color: #333333;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: PingFang SC, PingFang SC;
}
.lt-goods-detail .lt-goods-info__price-row {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 16px;
  margin-block: 20px;
  padding-block: 20px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.lt-goods-detail .lt-goods-info__price {
  color: #c63122;
  white-space: nowrap;
  font-weight: 700;
}
.lt-goods-detail .lt-goods-info__price-symbol {
  font-size: 16px;
  vertical-align: 0px;
}
.lt-goods-detail .lt-goods-info__price-integer {
  font-size: 32px;
  line-height: 38px;
}
.lt-goods-detail .lt-goods-info__price-decimal {
  font-size: 18px;
  vertical-align: 12px;
}
.lt-goods-detail .lt-goods-info__market-price {
  color: #c4c4c4;
  font-size: 12px;
  margin-left: 8px;
}
.lt-goods-detail .lt-goods-info__sold {
  padding-top: 3px;
  color: #999;
  font-size: 13px;
}
.lt-goods-detail .lt-goods-info__divider {
  width: 100%;
  height: 1px;
  margin: 20px 0 18px;
  background: #eeeeee;
}
.lt-goods-detail .lt-goods-info__attrs {
  width: 100%;
}
.lt-goods-detail .lt-goods-info__attr {
  min-height: 38px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.lt-goods-detail .lt-goods-info__attr-label {
  flex: 0 0 130px;
  width: 130px;
  color: #555;
}
.lt-goods-detail .lt-goods-info__attr-value {
  color: #555;
}
.lt-goods-detail .lt-goods-info__quantity {
  margin-top: 8px;
}
.lt-goods-detail .lt-goods-info__quantity-control {
  width: 96px;
  height: 36px;
  display: flex;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.lt-goods-detail .lt-goods-info__quantity-btn {
  width: 30px;
  height: 34px;
  flex: 0 0 30px;
  border: 0;
  background: #fff;
  color: #BC2E20;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
}
.lt-goods-detail .lt-goods-info__quantity-btn:hover {
  background: #f8f8f8;
  color: #BC2E20;
}
.lt-goods-detail .lt-goods-info__quantity-input {
  width: 36px;
  height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  text-align: center;
  color: #444;
  font-size: 14px;
}
.lt-goods-detail .lt-goods-info__stock {
  margin-left: 12px;
  color: #aaa;
  font-size: 12px;
}
.lt-goods-detail .lt-goods-info__actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lt-goods-detail .lt-goods-info__buy,
.lt-goods-detail .lt-goods-info__cart {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.1s ease;
}
.lt-goods-detail .lt-goods-info__buy:hover,
.lt-goods-detail .lt-goods-info__cart:hover {
  opacity: 0.9;
}
.lt-goods-detail .lt-goods-info__buy:active,
.lt-goods-detail .lt-goods-info__cart:active {
  transform: translateY(1px);
}
.lt-goods-detail .lt-goods-info__buy {
  background: #BC2E20;
}
.lt-goods-detail .lt-goods-info__cart {
  background: #f28d36;
}
.lt-goods-detail .lt-goods-info__service {
  margin-top: 13px;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lt-goods-detail .lt-goods-info__service-item {
  display: flex;
  align-items: flex-start;
}
.lt-goods-detail .lt-goods-info__service-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lt-goods-detail .lt-goods-info__service-icon img {
  width: 20px;
  height: 20px;
}
.lt-goods-detail .lt-goods-info__icon-box {
  font-size: 19px;
}
.lt-goods-detail .lt-goods-info__icon-truck {
  font-size: 17px;
}
.lt-goods-detail .lt-goods-info__icon-safe {
  border: 2px solid #0ca73c;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
.lt-goods-detail .lt-goods-info__service-content {
  min-width: 0;
  margin-left: 8px;
}
.lt-goods-detail .lt-goods-info__service-title {
  color: #0ca73c;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.lt-goods-detail .lt-goods-info__service-text {
  margin-top: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.lt-goods-detail .lt-goods-info__service-safe {
  display: flex;
  gap: 4px;
  margin-top: 8px;
  align-items: center;
  background: #E4EEE5;
  border-radius: 4px;
  color: #333333;
  font-size: 12px;
  padding: 4px;
  user-select: none;
}
.lt-goods-detail .lt-goods-info__service-safe img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}

.lt-goods-similar {
  margin-top: 56px;
}
.lt-goods-similar .lt-goods-similar__label {
  line-height: 34px;
  height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #666666;
  margin-bottom: 16px;
}
.lt-goods-similar .lt-goods-similar__goods {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(5, 1fr);
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item {
  padding: 16px;
  box-sizing: border-box;
  width: 263px;
  height: 382px;
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-img {
  width: 231px;
  height: 231px;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item img {
  width: 231px;
  height: 231px;
  border-radius: 8px;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-title {
  margin-top: 8px;
  width: 100%;
  line-height: 20px;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-price {
  margin-top: 8px;
  color: #c63122;
  white-space: nowrap;
  font-weight: 700;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-price .price__symbol {
  font-size: 12px;
  vertical-align: 0px;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-price .price__integer {
  font-size: 28px;
  line-height: 38px;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-price .price__decimal {
  font-size: 12px;
  vertical-align: 12px;
}
.lt-goods-similar .lt-goods-similar__goods .similar__goods-item .similar__goods-price .price__original {
  height: 17px;
  line-height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.lt-goods-store {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.lt-goods-store .lt-goods-store__gap {
  width: 1px;
  height: 287px;
  background-color: #EAEAEA;
}
.lt-goods-store .lt-goods-store__item {
  flex-shrink: 0;
  flex-grow: 0;
}
.lt-goods-store .lt-goods-store__item .lt-goods-store__item-label {
  line-height: 34px;
  height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #666666;
  margin-bottom: 16px;
}
.lt-goods-store .lt-goods-store__item .store__info {
  width: 100%;
  display: flex;
  height: fit-content;
}
.lt-goods-store .lt-goods-store__item .store__info img {
  width: 140px;
  height: 140px;
  border-radius: 8px;
}
.lt-goods-store .lt-goods-store__item .store__info .store__info_desc {
  display: flex;
  margin-left: 20px;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}
.lt-goods-store .lt-goods-store__item .store__info .store__info_desc .store__info_desc-title {
  height: 28px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.lt-goods-store .lt-goods-store__item .store__info .store__info_desc .store__info_desc-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lt-goods-store .lt-goods-store__item .store__info .store__info_desc .store__info_desc-btn {
  width: 300px;
  height: 38px;
  background-color: #BC2E20;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lt-goods-store .lt-goods-store__item .store__info .store__info_desc .store__info_desc-btn:nth-child(2) {
  background-color: #fff;
  color: #BC2E20;
  border: 1px solid #BC2E20;
}
.lt-goods-store .lt-goods-store__item .store__score {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lt-goods-store .lt-goods-store__item .store__score .store__score-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lt-goods-store .lt-goods-store__item .store__score .score-item__value {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lt-goods-store .lt-goods-store__item .store__score .score-item__value .score-item__value-progress {
  width: 80px;
  height: 5px;
  background: #E9E6E6;
  border-radius: 10px;
}
.lt-goods-store .lt-goods-store__item .store__score .score-item__value .score-item__value-progress .progress-inner {
  --score: 0;
  width: calc(var(--score) * 100%);
  height: 5px;
  background: #FFAD31;
  border-radius: 10px;
}
.lt-goods-store .lt-goods-store__item .store__score .score-item__value .score-item__value-number {
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  color: #FFAD31;
}
.lt-goods-store .lt-goods-store__item .store__goods {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item {
  padding: 16px;
  box-sizing: border-box;
  width: 204px;
  height: 319px;
  background: #F5F5F5;
  border-radius: 8px;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item .store__goods-img {
  width: 172px;
  height: 172px;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item img {
  width: 172px;
  height: 172px;
  border-radius: 8px;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item .store__goods-title {
  margin-top: 8px;
  width: 100%;
  line-height: 20px;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item .store__goods-price {
  margin-top: 8px;
  color: #c63122;
  white-space: nowrap;
  font-weight: 700;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item .store__goods-price .price__symbol {
  font-size: 12px;
  vertical-align: 0px;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item .store__goods-price .price__integer {
  font-size: 28px;
  line-height: 38px;
}
.lt-goods-store .lt-goods-store__item .store__goods .store__goods-item .store__goods-price .price__decimal {
  font-size: 12px;
  vertical-align: 12px;
}

.lt-goods-desc {
  margin-top: 56px;
}
.lt-goods-desc .lt-goods-desc__label {
  line-height: 34px;
  height: 34px;
  font-weight: 600;
  font-size: 24px;
  color: #666666;
  margin-bottom: 16px;
}
.lt-goods-desc .lt-goods-desc__attr {
  width: 1400px;
  height: 49px;
  background: #F8F8F8;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.lt-goods-desc .lt-goods-desc__attr .lt-goods-desc__attr-text {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.lt-goods-desc .lt-goods-desc__rich {
  margin-top: 16px;
}

/*# sourceMappingURL=lt-goods-detail.css.map */
