@charset "UTF-8";
.booth-presentation .booth-presentation-booth-name {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.booth-presentation .booth-presentation-strength {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.booth-presentation .booth-presentation-strength .iconfont {
  font-size: 20px;
}
.booth-presentation .booth-presentation-strength .iconfont.icon-company-license {
  color: #1989fa;
}
.booth-presentation .booth-presentation-strength .iconfont.gold {
  color: #FFD700;
}
.booth-presentation .booth-presentation-strength .iconfont.silvery {
  color: #C5C8C9;
}
.booth-presentation .booth-presentation-strength .iconfont.copper {
  color: #D98719;
}
.booth-presentation .booth-presentation-strength .good-icons {
  display: block;
  height: 20px;
}
.booth-presentation .booth-presentation-booth-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.booth-presentation .booth-presentation-booth-avatar > img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  border: 2px solid #c8c9cc;
  border-radius: 50%;
}
.booth-presentation .booth-presentation-booth-avatar .icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 54px;
  line-height: 0;
  background-color: #fbdadc;
}
.booth-presentation .booth-presentation-booth-avatar .icon-text span {
  margin-top: -7px;
}
.booth-presentation .booth-presentation-booth-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem;
}
.booth-presentation .booth-presentation-booth-detail > .item {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.booth-presentation .booth-presentation-booth-detail > .item .item-value {
  font-size: 16px;
  font-weight: bold;
}
.booth-presentation .booth-presentation-booth-detail > .item .item-label {
  color: #c8c9cc;
}
.booth-presentation .booth-presentation-contact-details {
  margin-top: 1.2rem;
}
.booth-presentation .booth-presentation-contact-details > .item {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.booth-presentation .booth-presentation-contact-details > .item + .item {
  margin-top: 0.8rem;
}
.booth-presentation .booth-presentation-contact-details > .item .item-label {
  flex: 0 0 50px;
  color: #c8c9cc;
}
.booth-presentation .booth-presentation-contact-details > .item .item-value {
  word-break: break-word;
}
.booth-presentation .booth-presentation-contact-details > .item .item-value > img {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 0.4rem;
}
.booth-presentation .booth-presentation-tool {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.2rem;
  gap: 0.8rem;
}
.booth-presentation .booth-presentation-tool > .item {
  flex: 1;
  border: 1px solid #ebedf0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0.4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.booth-presentation .booth-presentation-tool > .item:hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.booth-presentation .booth-presentation-tool > .item .iconfont {
  font-size: 14px;
}
.booth-presentation .booth-presentation-tool > .item > img {
  display: block;
  width: 12px;
  height: 12px;
}
.booth-presentation .booth-presentation-tool .focus-booths-btn .not-focus {
  display: none;
}
.booth-presentation .booth-presentation-tool .focus-booths-btn:after {
  content: "关注";
}
.booth-presentation .booth-presentation-tool .focus-booths-btn.active .is-focus {
  display: none;
}
.booth-presentation .booth-presentation-tool .focus-booths-btn.active:after {
  content: "已关注";
}
.booth-presentation .booth-presentation-tool.shop-detail .item:last-child {
  display: none;
}
.booth-presentation .booth-service-list {
  font-weight: normal;
  font-size: 12px;
}
.booth-presentation .booth-service-list .booth-service-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
.booth-presentation .booth-service-list .booth-service-list-item + .booth-service-list-item {
  margin-top: 0.4rem;
}

.goods-list-item {
  display: block;
  overflow: hidden;
  background-color: #f2f3f5;
  transition: box-shadow 0.3s;
  cursor: pointer;
  font-size: 13px;
  border-radius: 0.4rem;
  padding: 0.8rem;
}
.goods-list-item:hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.goods-list-item.selected .goods-list-item-pic-box .error-msg {
  display: flex !important;
}
.goods-list-item .goods-list-item-top {
  position: relative;
}
.goods-list-item .goods-list-item-top .tags {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
.goods-list-item .goods-list-item-top .tags .hot,
.goods-list-item .goods-list-item-top .tags .photograph,
.goods-list-item .goods-list-item-top .tags .available,
.goods-list-item .goods-list-item-top .tags .tag {
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 2px #ebedf0;
  padding: 0.4rem;
  border-radius: 0.4rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.goods-list-item .goods-list-item-top .tags .hot {
  background-color: #ee0a24;
}
.goods-list-item .goods-list-item-top .tags .photograph {
  background-color: #07c160;
}
.goods-list-item .goods-list-item-top .tags .available {
  background-color: #1989fa;
}
.goods-list-item .goods-list-item-top .tags .good-icons {
  display: block;
  height: 34px;
}
.goods-list-item .goods-list-item-top:hover .goods-list-item-tool {
  bottom: 0;
}
.goods-list-item .goods-list-item-center,
.goods-list-item .goods-list-item-bottom {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-list-item .goods-list-item-center {
  gap: 0.4rem;
}
.goods-list-item .goods-list-item-center .goods-list-item-prize {
  flex: 0 0 auto;
  font-size: 15px;
  color: #ee0a24;
}
.goods-list-item .goods-list-item-center .goods-list-item-sn {
  flex: 0 1 auto;
  color: #969799;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-item .goods-list-item-pic {
  position: relative;
  padding-top: 100%;
  background-color: #ebedf0;
  overflow: hidden;
}
.goods-list-item .goods-list-item-pic .goods-list-item-pic-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-list-item .goods-list-item-pic .goods-list-item-pic-box .error-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  display: none;
}
.goods-list-item .goods-list-item-pic .goods-list-item-pic-box .error-msg .msg {
  background-color: #ee0a24;
  color: #fff;
  line-height: 1.2em;
  padding: 0.4rem;
  border-radius: 0.4rem;
}
.goods-list-item .goods-list-item-pic img {
  display: block;
  max-width: 204px;
  max-height: 204px;
  object-fit: contain;
}
.goods-list-item .goods-list-item-pic .goods-down-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-list-item .goods-list-item-pic .goods-down-box .goods-down-text {
  border: 8px solid #fff;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-list-item .goods-list-item-tool {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  cursor: pointer;
  transition: bottom 0.6s;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goods-list-item .goods-list-item-tool > div {
  flex: 1;
  color: #fff;
  text-align: center;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
}
.goods-list-item .goods-list-item-tool > div:hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.goods-list-item .goods-list-item-tool.good-not-exist [bind-book-mark],
.goods-list-item .goods-list-item-tool.good-not-exist [one-step-upload] {
  display: none;
}
.goods-list-item .goods-list-item-shop {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.goods-list-item .goods-list-item-shop .iconfont {
  font-size: 16px;
}
.goods-list-item .goods-list-item-shop .iconfont.icon-company-license {
  color: #1989fa;
}
.goods-list-item .goods-list-item-shop .iconfont.gold {
  color: #FFD700;
}
.goods-list-item .goods-list-item-shop .iconfont.silvery {
  color: #C5C8C9;
}
.goods-list-item .goods-list-item-shop .iconfont.copper {
  color: #D98719;
}
.goods-list-item .goods-list-item-shop .goods-list-item-shop-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-item .goods-list-item-title {
  margin-top: 0.4rem;
  height: 35px;
  overflow: hidden;
}
.goods-list-item .goods-list-item-video {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.4rem;
}
.goods-list-item .goods-list-item-video .iconfont {
  font-size: 30px;
  color: var(--primary-color);
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.goods-list-item .create_time {
  font-size: 12px;
  white-space: nowrap;
}

.select-mode a.goods-list-item {
  position: relative;
}
.select-mode a.goods-list-item .goods-list-item-tool {
  display: none;
}
.select-mode a.goods-list-item:after {
  content: "✓";
  position: absolute;
  top: 2px;
  right: 5px;
  color: #fff;
  z-index: 2;
  font-size: 15px;
}
.select-mode a.goods-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border: 20px solid rgba(0, 0, 0, 0.5);
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.select-mode a.goods-list-item.selected:before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
}

.rotating-picture {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rotating-picture .rotating-picture-list {
  position: relative;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rotating-picture .rotating-picture-list .rotating-picture-item {
  display: none;
  width: 100%;
  height: 100%;
}
.rotating-picture .rotating-picture-list .rotating-picture-item:first-child {
  display: block;
}
.rotating-picture .rotating-picture-list .rotating-picture-item > img {
  display: block;
  width: 100%;
  height: 100%;
}
.rotating-picture:hover .rotating-picture-dot,
.rotating-picture:hover .rotating-picture-left,
.rotating-picture:hover .rotating-picture-right {
  opacity: 1;
}
.rotating-picture .rotating-picture-left,
.rotating-picture .rotating-picture-right {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}
.rotating-picture .rotating-picture-left {
  left: 30px;
}
.rotating-picture .rotating-picture-left:after {
  content: "←";
}
.rotating-picture .rotating-picture-right {
  right: 30px;
}
.rotating-picture .rotating-picture-right:after {
  content: "→";
}
.rotating-picture .rotating-picture-dot {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  opacity: 0.2;
  gap: 0.8rem;
}
.rotating-picture .rotating-picture-dot > div {
  display: block;
  width: 30px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
}
.rotating-picture .rotating-picture-dot > div.active {
  opacity: 1;
}

.page-content .section .left {
  flex: 1;
}
.page-content .section .right {
  flex: 0 0 200px;
}
.page-content .section > div > .box {
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 0.4rem;
}
.page-content .section > div > .box + .box {
  margin-top: 0.8rem;
}
.page-content .testimonials-goods-list-title {
  font-weight: bold;
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 0.8rem;
}
.page-content .testimonials-goods-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.8rem;
}

.gallery-container {
  position: relative;
  width: 380px;
}
.gallery-container .gallery-image-box {
  position: relative;
  display: block;
  width: 380px;
  height: 380px;
  cursor: move;
}
.gallery-container .gallery-image-box .tags {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
.gallery-container .gallery-image-box .tags .hot,
.gallery-container .gallery-image-box .tags .photograph,
.gallery-container .gallery-image-box .tags .available,
.gallery-container .gallery-image-box .tags .tag {
  color: #fff;
  font-size: 12px;
  text-shadow: 1px 1px 2px #ebedf0;
  z-index: 10;
  padding: 0.4rem;
  border-radius: 0.4rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.gallery-container .gallery-image-box .tags .photograph {
  background-color: #07c160;
}
.gallery-container .gallery-image-box .tags .hot {
  background-color: #ee0a24;
}
.gallery-container .gallery-image-box .tags .available {
  background-color: #1989fa;
}
.gallery-container .gallery-image-box .tags .good-icons {
  display: block;
  height: 40px;
}
.gallery-container .gallery-image-box .current-image {
  display: block;
  width: 380px;
  height: 380px;
  pointer-events: none;
  object-fit: contain;
  object-position: center;
  background-color: #f7f8fa;
  border-radius: 0.4rem;
}
.gallery-container .gallery-image-box .goods-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 380px;
  background: rgb(0, 0, 0);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-container .gallery-image-box .goods-down-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 380px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-container .gallery-image-box .goods-down-box .goods-down-text {
  border: 8px solid #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-container .gallery-image-box .fd {
  width: 200px;
  height: 200px;
  background-color: #1989fa;
  border: 2px solid var(--primary-color);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  z-index: 10;
}
.gallery-container .gallery-image-box .good-activity-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
}
.gallery-container .video-cover {
  position: relative;
}
.gallery-container .video-cover .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--primary-color);
}
.gallery-container .video-cover img {
  background-color: #000;
}
.gallery-container .gallery-list-box {
  display: flex;
  margin-top: 0.8rem;
  gap: 0.8rem;
}
.gallery-container .gallery-list-box .btn {
  flex: 0 0 20px;
  background-color: #f2f3f5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
}
.gallery-container .gallery-list-box .btn:hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.gallery-container .gallery-list-box .gallery-list-box-center {
  flex: 1 1 auto;
  overflow: hidden;
}
.gallery-container .gallery-list-box .gallery-pic-list {
  position: relative;
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-container .gallery-list-box .gallery-pic-item {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-color: #f7f8fa;
  margin-right: 10px;
  border-radius: 0.4rem;
}
.gallery-container .gallery-list-box .gallery-pic-item.active {
  border: 2px solid var(--primary-color);
}
.gallery-container .gallery-list-box .gallery-pic-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.gallery-container .gallery-list-box .gallery-pic-item:last-child {
  margin-right: 0;
}
.gallery-container .gallery-big {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 420px;
  height: 420px;
  overflow: hidden;
  display: none;
  z-index: 10;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.gallery-container .gallery-big > img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 420px;
  height: 420px;
  object-fit: contain;
  object-position: center;
}

.booth-presentation {
  width: 200px;
}

.goods-info .label {
  white-space: nowrap;
}
.goods-info .goods-info-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.8rem;
}
.goods-info .goods-info-content .good-title {
  font-size: 16px;
  font-weight: bold;
}
.goods-info .goods-attr {
  background-color: #ebedf0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 0.4rem;
}
.goods-info .goods-attr > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.goods-info .price {
  font-size: 14px;
  font-weight: bold;
}
.goods-info .goods-info-content-import {
  background-color: #ebedf0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 0.4rem;
}
.goods-info .goods-info-content-import > div {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
.goods-info .goods-info-content-import > div:last-child {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.goods-info .goods-info-content-import .value {
  max-width: 280px;
}
.goods-info .color-list {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
}
.goods-info .color-list .color-item {
  display: block;
  width: 64px;
  border: 2px solid #dcdee0;
  text-align: center;
  cursor: pointer;
  border-radius: 0.4rem;
}
.goods-info .color-list .color-item.active {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.goods-info .color-list .color-item > img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 4px;
  background-color: #ebedf0;
}
.goods-info .color-list .color-item .color-item-name {
  width: 100%;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-info .color-sku-card-list {
  flex: 1;
}
.goods-info .color-sku-card {
  display: none;
  border: 1px solid #ebedf0;
  border-radius: 0.4rem;
}
.goods-info .color-sku-card.active {
  display: block;
}
.goods-info .color-sku-card .color-sku-card-name {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #ebedf0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.goods-info .color-sku-card .color-sku-card-content {
  padding: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.goods-info .color-sku-card .color-sku-card-content.one-line {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.8rem;
}
.goods-info .color-sku-card .color-sku-card-content.one-line .color-sku-card-item {
  width: 100%;
}
.goods-info .color-sku-card .color-sku-card-content.one-line .color-sku-card-item-price {
  flex: 0 0 100px;
}
.goods-info .color-sku-card .color-sku-card-content.scroll {
  max-height: 350px;
  overflow-y: scroll;
}
.goods-info .color-sku-card .color-sku-card-item {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.goods-info .color-sku-card .color-sku-card-item .color-sku-card-item-pic {
  width: 34px;
  height: 34px;
}
.goods-info .color-sku-card .color-sku-card-item .color-sku-card-item-pic > img {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-info .color-sku-card .color-sku-card-item .color-sku-card-item-name {
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-info .color-sku-card .color-sku-card-item .color-sku-card-item-price {
  flex: 0;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  gap: 0.4rem;
}
.goods-info .color-sku-card .color-sku-card-item .color-sku-card-item-price .price {
  color: #ee0a24;
}
.goods-info .color-sku-card .color-sku-card-item .color-sku-card-item-price .origin-price {
  text-decoration: line-through;
  color: #969799;
}
.goods-info .goods-button-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
.goods-info .goods-button-group.five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
.goods-info .goods-button-group .goods-button-group-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 0.4rem;
}

.goods-cart {
  position: relative;
}
.goods-cart .show-goods-cart {
  width: 100%;
  border: 1px solid #c8c9cc;
  background-color: #f7f8fa;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  gap: 0.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.goods-cart .show-goods-cart:after {
  content: "";
  border: 8px solid transparent;
  border-top-width: 0;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-color: #333;
  width: 0;
  height: 0;
}
.goods-cart .show-goods-cart.active:after {
  transform: rotate(180deg);
}
.goods-cart .cart-pop {
  display: none;
  position: absolute;
  bottom: 130%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 0.4rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}
.goods-cart .cart-pop.active {
  display: block;
}
.goods-cart table.cart {
  text-align: center;
  width: 100%;
  border-left: 1px solid #c8c9cc;
  border-bottom: 1px solid #c8c9cc;
  border-spacing: 0;
  font-size: 12px;
}
.goods-cart table.cart th, .goods-cart table.cart td {
  border-top: 1px solid #c8c9cc;
  border-right: 1px solid #c8c9cc;
  padding: 0.4rem;
}
.goods-cart table.cart th {
  background-color: #f7f8fa;
}

.feature-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.feature-list .feature-list-item {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.feature-list .feature-list-item .picture-icon {
  width: 16px;
  max-height: 16px;
}
.feature-list .feature-list-item .iconfont {
  font-size: 16px;
  color: #ee0a24;
}
.feature-list .feature-list-item:hover .eqIcon {
  display: block;
}
.feature-list .feature-list-item .eqIcon {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0.8rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.goods-detail-tabs .goods-detail-tabs-btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goods-detail-tabs .goods-detail-tabs-btn .goods-detail-tabs-btn-item {
  flex: 1;
  text-align: center;
  background-color: #f2f3f5;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  cursor: pointer;
}
.goods-detail-tabs .goods-detail-tabs-btn .goods-detail-tabs-btn-item.active {
  background-color: #dcdee0;
}
.goods-detail-tabs .goods-detail-tabs-content {
  display: none;
}
.goods-detail-tabs .goods-detail-tabs-content.active {
  display: block;
}

.goods-properties {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
.goods-properties .goods-properties-item {
  display: flex;
  overflow: hidden;
  gap: 0.8rem;
}
.goods-properties .goods-properties-item .goods-properties-item-name {
  flex: 0;
  font-weight: bold;
  white-space: nowrap;
}
.goods-properties .goods-properties-item .goods-properties-item-value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-picture {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.goods-picture > img {
  display: block;
  max-width: 790px;
}

.recommendation-tool {
  width: 944px;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

.crop-iframe {
  flex: 0 0 600px;
}
.crop-iframe iframe {
  width: 100%;
}

.search-same-goods-picture-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
.search-same-goods-picture-list .picture-item {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f7f8fa;
}
.search-same-goods-picture-list .picture-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*# sourceMappingURL=goodsDetail.css.map */
