* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 44px;
  max-width: 750px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  /* background-color: #f5f5f5; */
}

a {
  text-decoration: none;
  color: #000;
}

li{
  list-style: none;
}

.header {
  max-width: 750px;
  margin: 0 auto;
  height: 2.75rem;
  box-sizing: border-box;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--outline-black-8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--header-bg);
  background: url(../images/navbar.png);
  background-size: 100% 100%;
}

.logo {
  min-width: 150px;
  height: 100%;
  line-height: 44px;
}



.logo-a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1rem;
}

.home-icon {
  width: 26px;
}

#searchContainer {
  background-color: #fff;
  margin: 0;
  padding: .75rem 0;
}

.search-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  margin: 0 .75rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  font-size: 0.75rem;
  text-align: left;
  text-indent: .5rem;
  color: #808080;
}

.search-area {
  height: 2rem;
  background: #f5f5f5;
  border-radius: 5rem;
  position: absolute;
  left: 1rem;
  right: 3.75rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search-area img {
  position: absolute;
  right: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
} 

.search-input {
  border: none;
  background: none;
  height: inherit;
  width: 100%;
  color: #191919;
  padding: 0 2rem;
  font-size: 0.875rem;
  outline: none;
}


/* footer */
.novel-footer {
  padding: 15px;
  background: #f8f9fa;  /* 添加了一个柔和的灰白色背景 */
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}

.footer-social {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-social p {
  margin: 0;
  line-height: 1.6;
}

.footer-social a {
  color: #ff2c54;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
  
  height: 50px;

}

.ad-div {
  margin-bottom: 50px;
  width: 100%;
  min-width: 250px;
  min-height: 250px;
  clear: both;

}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.sort,
.num,
.tag,
.cate1 {
  color: #ff2b57;
  border-color: ff2b57;
}

/* 面包屑的样式 */
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 5px 10px;
}

.breadcrumbsItem {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  max-width: 100%;
}

.breadcrumbsItem a {
  color: #666;
  transition: all 0.3s ease;
  padding: 0 5px;
  white-space: nowrap;  /* 防止文字中间换行 */
  overflow: hidden;
  text-overflow: ellipsis;  /* 超长时显示省略号 */
  max-width: 200px; 
}

.breadcrumbsItem:last-child a {
  color: #333;
  font-weight: 500;
  max-width: none;  /* 最后一项不限制宽度 */
  white-space: normal;
}

.breadcrumbsItem a.cate {
  color: #ff2b57;
  font-weight: 500;
}

.PAGE {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.PAGE li {
  margin: 0 5px;
}

.PAGE li a,
.PAGE li span {
  display: inline-block;
  padding: 4px 8px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.PAGE li.active a {
  background-color: #ff2b57;
  color: #fff;
  border-color: #ff2b57;
}

.PAGE li a:hover:not(.active) {
  background-color: #f5f5f5;
  border-color: #ff2b57;
  color: #ff2b57;
}

.PAGE li span {
  color: #999;
  cursor: default;
}

/* 上一页下一页的箭头样式 */
.PAGE li:first-child a,
.PAGE li:last-child a {
  padding: 4px 8px;
}

#listText {
  display: flex;
  border: 0;
  padding:0 1rem 1rem;
}