.baberrage-item {
  position: absolute;
  width: auto;
  display: block;
  color: #000;
  transform: translateX(500%);
  padding: 5px 0 5px 0;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
}

.baberrage-item .normal {
  display: flex;
  box-sizing: border-box;
  padding: 5px;
}

.baberrage-item .normal .baberrage-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  overflow: hidden;
}

.baberrage-item .normal .baberrage-avatar img {
  width: 30px;
}

.baberrage-item .baberrage-msg {
  line-height: 30px;
  padding-left: 8px;
  white-space: nowrap;
}


.baberrage-item .normal {
  background: rgba(0, 0, 0, .3);
  border-radius: 100px;
  color: #FFF;
}

.product-page .comment-box {
  color: #fff;
}


.plat-box {
  margin-left: 0;
}

.plat-box .item:first-child {
  margin-left: 0;
}

.specs-desc {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.08);
  display: flex;
  color: #fff;
  margin-top: 1rem;
  position: relative;
}

.specs-desc .deadline-box {
  position: absolute;
  right: 1rem;
  top: 1.6rem;
}

.specs-desc>.item {
  padding: 0 30px;
  text-align: center;
  position: relative;
}

.specs-desc>.item::after {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: 10px;
}

.specs-desc>.item .name {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.specs-desc>.item .value {
  line-height: 22px;
}

.specs-desc .plat-box {
  vertical-align: text-bottom;
  font-size: 14px;
  line-height: 22px;
}

.history-orders .item {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.history-orders .item .date {
  padding-top: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.history-orders .item .issue {
  flex: 1;
}

.history-orders .item .info {
  text-align: right;
  flex: 1;
}

.history-orders .item .desc {
  font-size: 12px;
  padding-top: 5px;
}

.current-orders .item {
  display: flex;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.current-orders .item .user {
  flex: 1;
  line-height: 30px;
}

.current-orders .item .user img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.current-orders .item .user .name {
  margin-left: 5px;
}

.current-orders .item .price-panel {
  flex: 1;
  text-align: right;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.current-orders .item .price-panel .price {
  font-size: 20px;
  color: #2e6ed5;
  margin-bottom: 5px;
}

.current-orders .item .date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.product-page .price-box .price {
  font-size: 12px;
  line-height: 30px;
}

.product-page .price-box .price span {
  font-size: 32px;
}

.product-page .rule-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.product-page .rule-title {
  margin-bottom: 10px;
  font-size: 15px;
}

.video {
  width: 100%;
}

.video-modal .ant-modal-content {
  background: transparent;
  box-shadow: none;
}

.video-modal .ant-modal-close {
  color: #fff;
}

/*轮播图圆角*/
.img-modal .ant-modal-content .slick-list {
  border-radius: 5px;
}

.img-modal .ant-modal-content {
  background: transparent;
  box-shadow: none;
}

.img {
  border-radius: 5px;
}

.price-input,
.price-input input {
  height: 40px;
  width: 40px;
  text-align: center;
}

.price-input {
  margin: 0 8px;
  font-size: 20px;
}

.price-input .ant-input-number-handler-wrap {
  display: none;
}

.member_bnt {
  background: #ffe5b3;
  border-color: #ffe5b3;
  color: #1a2a3b;
}

.member_bnt:hover {
  background: #ffe5b3d4;
  border-color: #ffe5b3;
  color: #1a2a3b;
}