span.jlnpc-originalAdultUnitPrice,
span.jlnpc-originalRoomPlanPrice {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  font-size: 11px;
}
span.jlnpc-adultUnitPrice {
  display: block;
  color: #333;
  font-size: 10px;
}
span.customerLimitationPlan {
  display: inline-block;
  padding: 2px 4px 3px 4px;
  color: #fff;
  font-size: 10px;
  background-color: #ba8c00;
  margin-bottom: 2px;
}
span.jlnpc-roomPlanPrice {
  display: block;
  color: #f00;
}
span.jlnpc-promoPlanHelp {
  position: relative;
  width: 12px;
  height: 12px;
}
span.jlnpc-promoPlanBallon {
  position: absolute;
  bottom: 20px;
  left: -72px;
  box-sizing: border-box;
  display: none;
  width: 162px;
  padding: 8px 8px 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 11px;
  line-height: 1.3;
  white-space: normal;
  text-align: left;
  font-weight: normal;
  z-index: 1;
}
span.jlnpc-promoPlanHelp a:hover+span.jlnpc-promoPlanBallon {
  display: block;
}
span.jlnpc-promoPlanBallon:before,
span.jlnpc-promoPlanBallon:after {
  content: "";
  position: absolute;
  left: 50%;
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
span.jlnpc-promoPlanBallon:before {
  bottom: -8px;
  margin-left: -4px;
  border-width: 8px 5px 0 5px;
  border-top-color: #ccc;
}
span.jlnpc-promoPlanBallon:after {
  bottom: -6px;
  margin-left: -3px;
  border-width: 6px 4px 0 4px;
  border-top-color: #fff;
}
span.jlnpc-promoPlanHelp a {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background: url(/d/hpdsr/cs/pc/image/icon_question.png) 0 0 no-repeat;
  background-size: 12px 12px;
  margin-left: 4px;
}
span.jlnpc-promoPlanHelp a:hover {
  background-image: url(/d/hpdsr/cs/pc/image/icon_questionOn.png);
}
span.jlnpc-campaignPoint {
  font-weight: normal;
  font-size: 100%;
}
.customerLimitationPlanIcn {
  position: absolute;
  white-space: nowrap;
  top: 4px;
}
