@charset 'UTF-8';

/**
 * @author yangye
 * @design xurui;
 */

/**
 * @author yangye
 * @design xurui;
 */

/**
 * @author yangye
 * @design xurui;
 */

/* 居中容器 */

/*边框*/

/*下边距 默认mb就是10px*/

/* 不折行截字 */

/* 折行截字 */

/* 字号22的标题 - 调整行高 */

/* 嵌套小三角 */

/* 实体小三角 */

/* 过渡动画 默认0.3秒 */

/* 平面书封hover放大到1.1倍 */

/* 父容器清浮动 */

/* 标题下边框线 */

/* 免费频道 */

.free-container {
  padding: 0 0 30px;
}

.free-work .all-pro-wrap {
  padding-top: 0;
}

.free-type-tab {
  height: 39px;
  border-bottom: 1px solid #e6e6e6;
}

.free-type-tab a {
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  display: inline-block;
  width: 112px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  color: #1a1a1a;
}

.free-type-tab a.act {
  height: 38px;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}

.limit-book-list {
  width: 100%;
  min-height: 500px;
}

.limit-book-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.limit-book-list .inner-wrap {
  border-radius: 6px;
}

.book-img-text .book-mid-info {
  width: 70%;
}

/* 书封里的评分 */

.book-img-text .book-img-box .score {
  font: 14px/14px Arial;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 14px;
  padding: 0 3px 0 2px;
  color: white;
  border-radius: 0 5px 0 0;
  background: var(--color-primary);
}

/* 下期预告无数据 */

.no-next {
  padding: 81px 0 0;
  text-align: center;
}

.no-next p {
  margin-top: 10px;
}

/* 倒计时 */

.count-down {
  position: relative;
  height: 160px;
  background: url("/pro/rongshuxia_pc/_prelease/images/free/freehead.0f08a.png") no-repeat;
}

.count-down h3,
.count-down h4 {
  position: absolute;
  z-index: 1;
  left: 50px;
  color: var(--sheet-background-bw-white);
}

.count-down h3 {
  font: 30px/1 'PingFangSC-Regular', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Microsoft YaHei', 'sans-serif';
  top: 50px;
}

.count-down h4 {
  font: 14px/1 'PingFangSC-Regular', '-apple-system', Simsun;
  top: 98px;
}

.count-down .digital {
  font: 24px/1 Arial;
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 366px;
  height: 60px;
  color: white;
}

.count-down .digital span {
  font: 30px/60px Arial;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  text-align: center;
  color: var(--sheet-background-bw-white);
}

.count-down .digital span.day {
  color: var(--color-primary);
}

.count-down .unit {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 366px;
}

.count-down .unit span {
  font: 12px/14px 'PingFangSC-Regular', '-apple-system', Simsun;
  display: inline-block;
  width: 60px;
  margin-right: 16px;
  text-align: center;
  vertical-align: middle;
  color: var(--sheet-background-bw-white);
}

.count-down .unit span.day {
  color: var(--color-primary);
}

/* retina屏双倍图 */

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .count-down {
    background: url("/pro/rongshuxia_pc/_prelease/images/free/freehead_2x.bfc6d.png") no-repeat;
    background-size: cover;
  }
}

/*# sourceMappingURL=data/landun/workspace/.map/free.css.map */