.jubao_ok {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.jubao_pok {
  padding-bottom: 30px;
  background: #fff;
  width: 551px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 425px;
  overflow: auto;
}
.jubao_notice {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

.jubao_pop {
  padding-bottom: 30px;
  background: #fff;
  width: 551px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 425px;
  overflow: auto;
}
.jubao_pop .jubao_top {
  height: 40px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-left: 227px;
}
.jubao_pop #jubaoClose_btn {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 260px;
  cursor: pointer;
}
.jubao_pop .jubao_body {
  padding: 0 19px;
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
}
.jubao_body .jubao_input {
  width: 100%;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding-left: 9px;
  padding-top: 13px;
}
.jubao_body .jubao_input:hover {
  width: 100%;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding-left: 9px;
  padding-top: 13px;
}
.jubao_body .jubao_input:active {
  width: 100%;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  margin-top: 12px;
  padding-left: 9px;
  padding-top: 13px;
}
.jubao_foot_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.jubao_foot_btn .jubao_quxiaoBtn {
  width: 100px;
  height: 34px;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  margin-right: 60px;
  cursor: pointer;
}
.jubao_foot_btn .jubao_okBtn {
  width: 100px;
  height: 34px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.jubao-tips {
  width: 170px;
  height: 40px;
  background: #4a4a4b;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: none;
}
input[type="button"] {
  -webkit-appearance: none;
}
.productDrawingBox {
  padding-left: 19px;
  margin-top: 10px;
}
.productDescription {
  height: 44px;
}
.productImg {
  overflow: hidden;
}
.imgBiMG {
  margin-bottom: 5px;
  /* margin-right: 5px; */
  width: 148px;
  height: 148px;
  float: left;
  display: block;
  cursor: pointer;
}
.uploadDIv {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 148px;
  height: 148px;
  background-color: #fafafa;
  font-size: 14px;
  color: #bfbfbf;
  text-align: center;
  position: relative;
  border: 1px #bfbfbf dotted;
  border-radius: 5px;
}
.uploadDIv input {
  width: 148px;
  height: 148px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
  padding: 0;
}
.setPops {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.filterPop {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
  display: none;
}
/* 立即举报样式 */
.jubaolist {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.jubaolist span {
  color: #ff4743;
  cursor: pointer;
}
.jubaolist img {
  margin-right: 5px;
}
