@charset "utf-8";
.floor-goods-contrast {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.floor-goods-contrast .price {
  font-size: 16px;
}
.gc-box {
  display: flex;
  width: 1200px;
  position: absolute;
  right: 0;
}
.gc-icon {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 33px;
  height: 108px;
}
.gc-icon img {
  margin-bottom: 5px;
}
.gc-icon::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 94px;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 34px 7px 0;
  border-radius: 12px 0 0 12px;
}
.gc-icon-text {
  width: 16px;
  color: #fff;
}
.floor-goods-box {
  transition: 0.6s;
  right: 0;
  bottom: 0;
  height: 108px;
  width: 1200px;
  position: fixed;
}
.gc-box-content {
  width: 1167px;
  height: 108px;
  position: relative;
  padding: 16px 0 12px 12px;
  box-sizing: border-box;
  background-color: #fff;
}
.gc-box-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E1251B;
}
.gc-box-content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #E1251B;
}
.gc-list {
  width: 1032px;
  margin-right: 14px;
  float: left;
}
.gc-item {
  display: flex;
  align-items: center;
  width: 230px;
  height: 80px;
  padding: 8px;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.gc-item::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -14px;
  width: 0;
  border: 1px dashed #eee;
  height: 65px;
}
.gc-item {
  margin-right: 28px;
}
.gc-item:hover .gc-del {
  display: block;
}
.gc-title {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 8px;
}
.gc-pic {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 8px;
}
.gc-pic img {
  width: 100%;
  height: 100%;
}
.no-pic {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: #F5F6F8;
  text-align: center;
  line-height: 60px;
}
.tips-title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.gc-desc {
  width: 100%;
}
.gc-desc .gc-del {
  display: none;
  color: #E1251B;
  text-decoration: underline;
  font-size: 12px;
}
.gc-desc .gc-del:hover {
  opacity: 0.8;
}
.gc-desc-btn {
  line-height: 16px;
  display: flex;
  justify-content: space-between;
}
.gc-btn-box {
  width: 82px;
  height: 80px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contrast-btn {
  width: 82px;
  height: 32px;
  background-color: #E1251B;
  color: #fff;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
}
.gc-box-content .disabled-contrast-btn {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.disabled-text {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
