@charset "UTF-8";

.list_history_box {
  border: 1px #eee solid;
  height: 350px;
  overflow: scroll;
}

.list_history_box .item {
  height: 89px;
  border-bottom: 1px #e6e6e6 solid;
}

.list_history_box .item:last-child {
  border: 0 none;
}

.list_history_box .item .inner {
  display: block;
  height: 59px;
  padding: 15px 10px;
  position: relative;
}

.list_history_box .item .inner .close {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 13px;
  font-size: 13px;
  color: #9e9e9e;
  height: 13px;
  display: none;
}

.list_history_box .item .inner:hover {
  background-color: #fbfafa;
}

.list_history_box .item .inner:hover .close {
  display: block;
}

.list_history_box .item .inner .hotel_img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.list_history_box .item .inner .cont {
  margin: 0 20px 0 67px;
}

.list_history_box .item .inner .cont .name {
  padding: 2px 0 4px;
  line-height: 17px;
  font-size: 12px;
  color: #212121;
}

.list_history_box .item .inner .cont .infor {
  padding: 0 0 4px;
  font-size: 12px;
  color: #616161;
}

.list_history_box .item .inner .cont .infor .comm {
  margin-left: 8px;
}

.list_history_box .item .inner .cont .price {
  color: #ff714a;
  font-size: 14px;
  line-height: 20px;
}

.list_history_box .item .inner .cont .price .y {
  font-size: 10px;
  margin-right: 1px;
}

.list_history_box .item .inner .cont .price .qi {
  font-size: 12px;
  margin-left: 1px;
}

.history_detail,
.reco_hotel {
  border: 0 none;
}

.history_detail .item {
  height: 98px;
  border-bottom: 1px #e6e6e6 dashed;
  margin: 0 20px;
}

.history_detail .item .inner {
  height: 70px;
  padding: 14px 0;
}

.history_detail .item .inner .hotel_img {
  width: 90px;
  height: 70px;
}

.history_detail .item .inner .cont {
  margin: 0 50px 0 100px;
}

.history_detail .item .inner .name {
  font-size: 14px;
}

.reco_hotel .item {
  height: 118px;
  border-bottom: 1px #e6e6e6 dashed;
  margin: 0 20px;
}

.reco_hotel .item .inner {
  height: 90px;
  padding: 14px 0;
}

.reco_hotel .item .inner .hotel_img {
  width: 90px;
  height: 90px;
}

.reco_hotel .item .inner .cont {
  margin: 0 47px 0 100px;
}

.reco_hotel .item .inner .cont .name {
  font-size: 14px;
  margin-bottom: 4px;
  padding: 0;
}

.reco_hotel .item .inner .cont .spec {
  font-size: 12px;
  color: #ff714a;
  line-height: 17px;
  margin-bottom: 2px;
}

.reco_hotel .item .inner .cont .adre {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 17px;
  margin-bottom: 4px;
}

.reco_hotel .item .inner .cont .infor {
  margin-bottom: 1px;
  padding: 0;
}

.reco_hotel .item .inner .cont .infor .score {
  color: #616161;
}

.reco_hotel .item .inner .cont .infor .line {
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 0;
  margin-left: 4px;
}

