.jsc-browsingHistory_bhEmpty {
  padding: 10px;
}
.jsc-browsingHistory {
  display: inline-block;
  margin: 10px 0 10px 0;
}
.jlnpc-bh_box {
  box-sizing: border-box;
  padding: 10px 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #ccc;
  float: right;
  width: 180px;
}
.jlnpc-bh_box h2 {
  margin: 0 5px 4px 5px;
  padding-left: 7px;
  height: 15px;
  background: url("/ou/d/cs/pc/image/icon_hed_s.png") no-repeat left center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
.jlnpc-bh_box ul li {
  border-top: dotted 1px #ccc;
}
.jlnpc-bh_box ul.jlnpc-bh_view li:first-child {
  border-top: none;
}
.jlnpc-bh_box ul li a {
  padding: 8px 5px;
  display: block;
  position: relative;
}
.jlnpc-bh_box ul li:last-child a:hover {
  border-radius: 0px 0px 4px 4px;
}
.jlnpc-bh_box ul li a:hover {
  background-color: #fef5d7;
}
.jlnpc-bh_box ul li a:hover p {
  text-decoration: underline;
  color: #ff7d00;
}
.jlnpc-bh_image {
  position: relative;
  float: left;
  width: 50px;
  height: 37px;
}
.jlnpc-bh_image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jlnpc-bh_sptName {
  display: block;
  position: relative;
  width: 100%;
}
.jlnpc-bh_sptName:after {
  content: "";
  display: block;
  clear: both;
}
.jlnpc-bh_sptName p {
  position: absolute;
  top: 50%;
  display: inline-block;
  padding-left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1b47ff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
  margin: 0px;
}
.jlnpc-bh_open {
  border-top: dotted 1px #ccc;
  padding: 5px;
  text-align: right;
  cursor: pointer;
}
.jlnpc-bh_open p {
  color: #1B47FF;
  font-size: 10px;
  text-decoration: underline;
}
.jlnpc-bh_open span:hover {
  color: #FF7D00;
  text-decoration: underline;
}
.jsViewedHistoryToggle {
  margin-top: 8px;
}