.read-chapter-buy {
  width: 100%;
  max-width: 680px;
  height: 100%;
  background: #000;
  overflow: hidden;
  border-radius: 6px;
  box-sizing: border-box;
}

.read-chapter-buy a:hover {
  text-decoration: underline;
}

.read-chapter-buy .buy-head {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #242426;
  box-sizing: border-box;
}

.read-chapter-buy .buy-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: #ddd;
  margin: 0 0 5px 0;
}

.read-chapter-buy .comic-title {
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 1.2rem;
  margin: 0;
}

.read-chapter-buy .fund-info {
  width: 95%;
  max-width: 640px;
  margin: 15px auto 0 auto;
  padding: 0 10px;
  line-height: 2rem;
  font-size: 13px;
  color: #999;
  border-top: 1px solid #333;
  box-sizing: border-box;
}

.read-chapter-buy .fund-info a {
  color: #ff620e;
}

.read-chapter-buy .hl {
  color: #ff620e;
}

.read-chapter-buy .buy-handle {
  margin-top: 2px;
  width: 100%;
  background: #242426;
  padding: 20px 0;
  box-sizing: border-box;
}

.read-chapter-buy .handle__nav {
  padding: 0 10px;
  line-height: 2.5rem;
  font-size: 14px;
  color: #ddd;
  border-bottom: 1px solid #333;
}

.read-chapter-buy .handle__item {
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  line-height: 2.5rem;
  cursor: pointer;
}

.read-chapter-buy .handle__item.active {
  color: #ff620e;
  border-bottom: 2px solid #ff620e;
}

.read-chapter-buy .handle__con {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
}

.read-chapter-buy .handle__con .price-box {
      font-size: 22px;
  color: #ff620e;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.read-chapter-buy .handle__con .price-box .iconfont {
      font-size: 13px;
  margin-right: 5px;
}

.read-chapter-buy .handle__confirm {
  min-width: 120px;
  padding: 0.5rem 1rem;
  background: #ff620e;
  line-height: 2rem;
      font-size: 13px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 10px;
}

.read-chapter-buy .handle__check {
  width: 100%;
  font-size: 11px;
  color: #999;
  text-align: right;
  margin-top: 5px;
}

.read-chapter-buy .handle__foot {
  height: auto;
  padding: 10px;
  line-height: 1.5rem;
  text-align: right;
  color: #ddd;
}

/* 手机端优化 */
@media screen and (max-width: 480px) {
  .read-chapter-buy {
    width: 60%;
  }

  .read-chapter-buy .handle__con {
    flex-direction: column;
    align-items: flex-start;
  }

  .read-chapter-buy .handle__confirm {
    width: 100%;
    text-align: center;
  }

  .read-chapter-buy .fund-info {
    width: 100%;
    padding: 0 5px;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }

  .read-chapter-buy .buy-title {
    font-size: 1rem;
  }

  .read-chapter-buy .comic-title {
    font-size: 0.75rem;
  }

  .read-chapter-buy .price-box {
    font-size: 1rem;
  }
}
