body {
  background: #f5f7f9;
}
.wrapper {
  height: 100%;
}
.wrapper .layout-wrapper {
  height: 100%;
}
.wrapper .layout-wrapper header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
}
.wrapper .layout-wrapper header .head-middle-wrap {
  margin-left: 50px;
  border-bottom: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
}
.wrapper .layout-wrapper header .head-middle-wrap .logo {
  float: left;
  width: 129px;
  height: 40px;
  margin-top: 10px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper .layout-wrapper header .head-middle-wrap .guide-tab {
  float: right;
}
.wrapper .layout-wrapper header .head-middle-wrap .guide-tab li {
  font-size: 14px;
  color: #666;
  float: left;
}
.wrapper .layout-wrapper header .head-middle-wrap .guide-tab li a {
  display: inline-block;
  text-decoration: none;
  padding: 0 15px;
  color: #333;
  cursor: pointer;
}
.wrapper .layout-wrapper header .head-middle-wrap .guide-tab li .gray-text {
  color: #b8b8b8;
}
.wrapper .layout-wrapper .layout-content {
  height: 100%;
  padding-top: 60px;
}
.wrapper .layout-wrapper .layout-content .layout-content-content {
  width: 100%;
  padding-left: 200px;
}
.wrapper .layout-wrapper .layout-content .ivu-menu-item i {
  margin-right: 8px;
}
.wrapper .search {
  border-bottom: 1px solid #eee;
}
.wrapper .xunjia-list {
  background: #fff;
  padding-top: 20px;
}
.wrapper .xunjia-list .list-li {
  width: 240px;
  height: 360px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 18px 0 rgba(28, 28, 28, 0.04);
          box-shadow: 0 1px 18px 0 rgba(28, 28, 28, 0.04);
  margin: 0 auto 20px;
}
.wrapper .xunjia-list .xunpan {
  width: 100%;
  height: 100%;
  padding: 15px 20px 0;
}
.wrapper .xunjia-list .xunpan .xunpan-top {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.wrapper .xunjia-list .xunpan .xunpan-top .top-flag {
  width: 47px;
  height: 26px;
}
.wrapper .xunjia-list .xunpan .xunpan-top .top-flag img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrapper .xunjia-list .xunpan .xunpan-top .top-title {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .xunjia-list .xunpan .xunpan-top .top-title:hover {
  color: #3388ff;
}
.wrapper .xunjia-list .xunpan .xunpan-content {
  padding: 8px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.wrapper .xunjia-list .xunpan .xunpan-content .content-li {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #606269;
}
.wrapper .xunjia-list .xunpan .xunpan-content .content-li .li-l {
  float: left;
  width: 80px;
}
.wrapper .xunjia-list .xunpan .xunpan-content .content-li .li-r {
  text-align: right;
  float: left;
  width: calc(100% - 80px);
  color: #3c3d41;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .xunjia-list .xunpan .xunpan-content .content-li .li-r img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.wrapper .xunjia-list .xunpan .xunpan-bottom .bottom-title {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #222;
}
.wrapper .xunjia-list .xunpan .xunpan-bottom .bottom-djs {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .xunjia-list .xunpan .xunpan-bottom .bottom-djs .djs-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wrapper .xunjia-list .xunpan .xunpan-bottom .bottom-btn {
  margin: 27px auto 0;
  display: block;
  width: 107px;
  height: 27px;
  background: rgba(238, 38, 38, 0.08);
  border: 1px solid #ee2626;
  border-radius: 14px;
  font-size: 12px;
  color: #ee2626;
  text-align: center;
  line-height: 25px;
}
.wrapper .xunjia-list .xunpan .xunpan-bottom .bottom-btn:hover {
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
  background: #ee2626;
  color: #fff;
}
.wrapper .list-loading {
  position: relative;
  height: 360px;
}
.wrapper .list-loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.huiyuan {
  font-size: 14px;
}
.huiyuan .tishi {
  margin-bottom: 20px;
}
.huiyuan .tishi span {
  color: #ff4400;
}
.huiyuan .zhanghuleixing {
  margin-bottom: 20px;
  line-height: 32px;
}
.huiyuan .zhanghuleixing span {
  display: inline-block;
  border: 1px solid #ff4400;
  border-radius: 4px;
  padding: 0 15px;
  color: #ff4400;
  font-weight: bold;
}
.huiyuan .kaitong-time {
  margin-bottom: 20px;
}
.huiyuan .kaitong-time .time-squre {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
  margin-right: 10px;
}
.huiyuan .kaitong-time .time-squre:first-child {
  margin-left: -5px;
}
.huiyuan .kaitong-time .time-squre .no {
  line-height: 24px;
  border-bottom: 1px solid #eee;
  text-decoration: line-through;
}
.huiyuan .kaitong-time .time-squre .yes {
  line-height: 24px;
  font-weight: bold;
  color: #ff4400;
}
.huiyuan .kaitong-time .time-squre.active {
  border: 1px solid #ff4400;
}
.huiyuan .zhifu-type {
  margin-bottom: 10px;
  line-height: 32px;
}
.huiyuan .zhifu-type .zhifu-squre {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 15px;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}
.huiyuan .zhifu-type .zhifu-squre:first-child {
  margin-left: -5px;
}
.huiyuan .zhifu-type .zhifu-squre i {
  margin-right: 5px;
}
.huiyuan .zhifu-type .zhifu-squre.active {
  border: 1px solid #ff4400;
}
.zhezhao {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow-y: auto;
  z-index: 1003;
}
.zhezhao .wechart-pay {
  position: absolute;
  width: 300px;
  padding: 20px 50px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.zhezhao .wechart-pay .pay-name {
  font-size: 14px;
}
.zhezhao .wechart-pay .pay-img {
  margin: 10px 0;
  width: 100%;
}
.zhezhao .wechart-pay .pay-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.zhezhao .wechart-pay .pay-money {
  font-size: 14px;
}
