.jifen_detai_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000;
}
.jifen_detai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 562px;
  height: 320px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
}
.jifen_detai .j_d_close {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: url(../images/jifen/icon09.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.jifen_detai .j_d_t {
  margin-bottom: 17px;
}
.jifen_detai .j_d_t .j_d_t_l {
  float: left;
  width: 400px;
  font-size: 18px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 20px;
  padding-top: 8px;
}
.jifen_detai .j_d_t .j_d_t_l p {
  margin-top: 10px;
}
.jifen_detai .j_d_t .j_d_t_l p span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding-right: 20px;
  border-right: 2px solid #EBEBEB;
  margin-right: 20px;
}
.jifen_detai .j_d_t .j_d_t_l p span:last-child {
  border-right: none;
}
.jifen_detai .j_d_t img {
  float: right;
  width: 102px;
  height: 108px;
  object-fit: contain;
}
.jifen_detai .j_d_c {
  background: #F7F7F7;
  border-radius: 4px;
  padding: 10px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.jifen_detai .j_d_c p {
  font-size:0;
  margin-bottom: 2px;
}
.jifen_detai .j_d_c p span {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.jifen_detai .j_d_b {
  font-size:0;
}
.jifen_detai .j_d_b .j_d_b_i {
  display: inline-block;
  width: 120px;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-align: center;
}
.jifen_detai .j_d_b .j_d_b_i:last-child {
  margin-right: 0;
}
.jifen_detai .j_d_b .j_d_b_i p {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.jifen_detai .j_d_b .j_d_b_i p span {
  display: table-cell;
  height: 64px;
  background: #F5FBF9;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #35BB87;
  vertical-align: middle;
}
.jifen_detai .j_d_b .j_d_b_i p span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: center no-repeat;
  background-image: url(../images/jifen/icon08.png);
  background-size: contain;
  margin: 10px auto 0;
}
.jifen_detai .j_d_b .j_d_b_i p span.icon07:after {
  background-image: url(../images/jifen/icon07.png);
}
