/* 中间统计 */
.product-info__wrap > .product-infos__container {
  width: calc(540px + 43px);
  float: left;
  min-height: 320px;
  margin-left: 20px;
}

/* 标题名称 */
.product-info__wrap > .product-infos__container > .product-name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
  word-break: break-all;
  color: var(--info-color);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--info-light);
}

/* <!-- 价格 数量 现货库存 --> */
.product-info-table {
  padding: 20px 0;
  background-color: #f8f8f8;
  /* border-radius: 6px; */
  font-size: 12px;
}

/* 表格数据 */
.product-info-table > .info-table {
  width: 540px;
}

/* 单元格宽度 */
.product-info__wrap
  > .product-infos__container
  > .product-info-table
  .td-common-width-260 {
  padding-left: 10px !important;
  width: 260px !important;
}

/* 单元格宽度 */
.product-info__wrap
  > .product-infos__container
  > .product-info-table
  .td-common-width-200 {
  width: 200px !important;
}

/* 单元格基础宽度 */
.product-info__wrap
  > .product-infos__container
  > .product-info-table
  .td-common {
  vertical-align: top;
  font-size: 0;
  width: 180px;
}

/* 表头 */
.product-info__wrap
  > .product-infos__container
  > .product-info-table
  .th-common {
  padding-bottom: 20px;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  color: #000;
}

/* 单元格内每行 */
.product-info-table .info-common-item {
  margin-bottom: 6px;
  /* font-size: 12px; */
}

/* .pcs-number */
.product-info-table .pcs-number {
  *display: inline;
  display: inline-block;
  zoom: 1;
  min-width: 60px;
  font-size: 12px;
  color: #666;
}

/* pcs-price */
.product-info-table .pcs-price {
  *display: inline;
  display: inline-block;
  zoom: 1;
  min-width: 70px;
  padding: 0 15px;
  font-size: 12px;
  color: #666;
}

/* 最后行设置颜色 */
.product-info-table .pcs-price.last-price {
  color: var(--danger-color);
}

/* 设置表格数据 文本内容 */
.product-info-table .info-text-item {
  font-size: 12px;
  color: #333;
}

/* 功能按钮组 */
.product-operation__form {
  margin: 20px auto 0;
}

/* 每项功能组 */
.product-operation__form > .operation-item {
  margin: 0 0 15px;
  height: 36px;
}

/* 组标题 */
.product-operation__form > .operation-item > .operation-item-label {
  float: left;
  height: 36px;
  width: 70px;
  font-size: 12px;
  line-height: 36px;
  text-align: left;
  color: #666;
}

/* 输入框区域 */
.operation-item > .operation-item-input {
  float: left;
  position: relative;
  z-index: 0;
  width: 170px;
}

/* 修正提示 */
.operation-item > .operation-item-input > .unit-tips {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px;
  bottom: 46px;
  width: 149px;
  background-color: #fff;
  -ms-box-shadow: 0 0 4px 0 #999;
  -o-box-shadow: 0 0 4px 0 #999;
  box-shadow: 0 0 4px 0 #999;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  word-break: break-all;
}

/* 输入框 */
.operation-item > .operation-item-input > input {
  display: block;
  padding: 0 40px 0 10px;
  width: 118px;
  height: 34px;
  border: 1px solid #dedede;
  font-size: 12px;
  line-height: 34px;
  color: #333;
  /* border-radius: 8px; */
}

/* 数量单位 */
.operation-item > .operation-item-input > .input-unit {
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  color: #999;
  text-align: center;
}

/* 按钮组 */
.operation-item > .operation-button {
  float: left;
  margin: 0 0 0 20px;
  height: 36px;
  width: 138px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #333;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}

/* 非0库存时 */
.operation-item > .operation-button.blue__button {
  background-color: var(--warning-color);
  color: #fff;
}

.operation-item > .operation-button.blue__button:hover {
  background-color: var(--warning-light);
}

/* 0库存时 */
/*.operation-item > .operation-button.blue__button.disabled {
  background-color: #dedede;
  cursor: not-allowed;
}*/

/* 联系客服 */
.operation-item > .operation-button.offer__button {
  border: 1px solid #dedede;
  height: 34px;
  width: 136px;
  line-height: 34px;
}

.operation-item > .operation-button.offer__button:hover {
  color: #fff;
  background-color: var(--info-light);
  opacity: 0.8;
}

/* 合计 */
.operation-item > .operation-text {
  float: left;
  position: relative;
  z-index: 0;
  width: 170px;
}

/* 合计金额 */
.operation-item > .operation-text > .price-text {
  height: 36px;
  /* background-color: #f6f6f6; */
  padding-left: 10px;
  font-size: 16px;
  line-height: 36px;
  color: var(--danger-color);
  font-weight: bold;
}

/* 贝塞尔曲线 */

.bse_item {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 300px;
  left: 20px;
  background-color: var(--warning-color);
  border-radius: 50%;
}

.bse_wraper {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 190px;
  left: 52%;
  animation: ver-animation 0.6s 0s 1;
  animation-timing-function: cubic-bezier(0.53, 0.11, 0.56, 0.99);
}

.bse_wraper .bse_item {
  animation: hor-animation 0.6s linear 0s 1;
}

@keyframes hor-animation {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(520px);
  }
}

@keyframes ver-animation {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-420px);
  }
}
