.readPageContainer .headCommonNew .menu_btn {
  position: relative;
  top: 0.01rem;
}
.readPageContainer .chapter_box .contentNovel {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.48rem;
}
.readPageContainer .chapter_box .contentNovel p {
  width: 100%;
}
.readPageContainer .chapter_box .contentNovel p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.readPageContainer .bottom_box {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 0.48rem;
}
.readPageContainer .bottom_box a {
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.readPageContainer .bottom_box a.disabled {
  color: #c1c1c1;
}
.readPageContainer .chapter_prompt_box {
  position: fixed;
  bottom: 0;
  height: 61.8vh;
  width: 100%;
  max-width: 1050px;
  background: #fff;
  box-shadow: 0px -2px 2px 0px #f6f6f6;
  color: #333;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: none;
}
.readPageContainer .chapter_prompt_box .prompt_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem;
  border-bottom: 0.01rem solid #e5e5e5;
}
.readPageContainer .chapter_prompt_box .prompt_title span {
  font-size: 0.14rem;
  font-weight: 700;
  margin-right: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.readPageContainer .chapter_prompt_box .prompt_title img {
  width: 0.23rem;
  height: auto;
}
.readPageContainer .chapter_prompt_box .comment_list_box {
  margin: 0.16rem 0.12rem 0 0.12rem;
  line-height: 0.19rem;
  text-align: justify;
  font-size: 0.13rem;
}
.readPageContainer .chapter_prompt_box .chapter_comment_box {
  position: fixed;
  bottom: 0;
  padding: 0.12rem;
  width: 100%;
}
.readPageContainer .chapter_prompt_box .chapter_comment_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.readPageContainer .chapter_prompt_box .chapter_comment_box form input {
  border: #d8d8d8 solid 0.01rem;
  resize: none;
  color: #777;
  padding: 0.05rem;
  outline: none;
  flex: 1;
  margin-right: 0.12rem;
}
.readPageContainer .chapter_prompt_box .chapter_comment_box form button {
  border: none;
  background: #f55;
  color: #fff;
  padding: 0.04rem 0.12rem;
  border-radius: 0.06rem;
}
.readPageContainer .readTip {
  text-align: center;
  color: #333;
  padding: 0.3rem 0.1rem;
}
.readPageContainer .readTip .tipTitle {
  color: #cdcdcd;
  position: relative;
}
.readPageContainer .readTip .tipTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 0.01rem solid #cdcdcd;
  width: 40%;
  height: 0.01rem;
  z-index: 1;
}
.readPageContainer .readTip .tipTitle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 0.01rem solid #cdcdcd;
  width: 40%;
  height: 0.01rem;
  z-index: 1;
}
.readPageContainer .readTip .tipContent {
  padding: 0.3rem 0.1rem;
  padding-bottom: 0.1rem;
}
.readPageContainer .readTip .tipContent p {
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
}
.readPageContainer .readTip .tipContent p span {
  font-weight: 600;
  color: #f55;
}
.readPageContainer .readTip.vipTip {
  text-align: left;
}
.readPageContainer .readTip.vipTip .tipTitle {
  text-align: center;
}
.readPageContainer .readTip.vipTip .tipContent p:last-child {
  margin-bottom: 0;
}
.readPageContainer .readTip .btnRow {
  width: 80%;
  margin: 0 auto;
}