/**
 * 商品详情页收藏窗口样式
 */

.goodsCollect {
  position: relative;
}

.choose-category-box {
  width: 250px;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 1001;
  background-color: #fff;
  top: -140px;
}

.choose-category-title {
  line-height: 24px;
  padding: 8px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.choose-category-title .exit {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 16px;
  color: #666;
}

.choose-category-title .exit:hover {
  cursor: pointer;
}

.choose-category-body {
  padding: 5px 10px 10px 3px;
  font-size: 12px;
}

.choose-category-body .ivu-form-item {
  margin-bottom: 6px !important;
}

.choose-category-body .ivu-form-item /deep/ .ivu-tree-children span {
  font-size: 12px;
}

.choose-category-foot {
  padding: 0px 0 8px 0;
  text-align: center;
}

.choose-category-foot .btn {
  height: 32px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.choose-category-foot .btn-cancel {
  background: none;
  color: #666;
  border: 1px solid #d7d7d7;
}