﻿body {
  background-color: #fff;
}
.Xian {
  height: 10px;
  background: #f5f6fa;
}
.btn {
  padding: 4px 8px;
}
.layer_TC .layui-card-header {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.layer_TC .input-group-Tips {
  position: absolute;
  top: 16px;
  right: 22px;
}
.layer_TC .Save button {
  letter-spacing: 2px;
}
.layer_100 .layui-card-header {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.layer_100 .input-group-Tips {
  position: absolute;
  top: 16px;
  right: 22px;
}
.layer_100 .Save button {
  letter-spacing: 2px;
}
.layer_100 .layui-layer-setwin {
  right: 32px;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1004;
  height: 45px;
  line-height: 45px;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 9;
  border-bottom: 1px solid #ddd;
}
.header .back {
  position: absolute;
  width: 36px;
  height: 45px;
  top: 0;
  left: 8px;
  overflow: hidden;
}
.header .back i {
  font-size: 22px;
  padding: 10px;
}
.header .home {
  position: absolute;
  top: 0;
  right: 8px;
}
.header .home i {
  font-size: 22px;
  padding: 10px;
}
.headerV2 {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #e5e5e5;
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background: #fff;
}
.headerV2 .header_back {
  position: absolute;
  top: 0px;
  left: 10px;
}
.headerV2 .header_back .iconfont {
  font-size: 22px;
  padding: 5px;
}
.headerV2 .Home {
  position: absolute;
  top: 0px;
  right: 10px;
}
.headerV2 .Home .iconfont {
  font-size: 22px;
  padding: 5px;
}
.headerV2 .Title {
  font-size: 16px;
  font-weight: bold;
}
.FangRuan_Box {
  margin-top: 45px;
}
.FangRuan_Box .List_ul {
  padding: 10px;
  padding-top: 25px;
}
.FangRuan_Box .List_ul li {
  overflow: hidden;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.FangRuan_Box .List_ul li .li_l {
  float: left;
  position: relative;
}
.FangRuan_Box .List_ul li .li_l img {
  width: 120px;
  height: 90px;
  border-radius: 4px;
}
.FangRuan_Box .List_ul li .li_l .date {
  position: absolute;
  top: 0px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0px;
  text-align: center;
}
.FangRuan_Box .List_ul li .li_r {
  float: left;
  margin-left: 10px;
  position: relative;
}
.FangRuan_Box .List_ul li .li_r .Name {
  font-weight: bold;
}
.FangRuan_Box .List_ul li .li_r .Qu {
  color: #888888;
}
.FangRuan_Box .List_ul li .li_r .State {
  color: #888888;
}
.FangRuan_Box .List_ul li .li_r .Price .Jia {
  font-weight: bold;
}
.FangRuan_Box .table_Box {
  padding: 10px;
}
.FangRuan_Box .table_Box .layui-table,
.FangRuan_Box .table_Box .layui-table-view {
  margin: 0px;
  margin-bottom: 10px;
}
.FangRuan_Details_Box {
  margin-top: 45px;
}