/* 基础样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
@font-face {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal; /* 字体粗细（常规体对应 normal） */
  font-style: normal; /* 字体样式（常规体对应 normal） */
}
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #333;
  background-color: #f9f9f9;
  line-height: 1.5;
  height: auto;
}

img {
  display: block;
  width: 100%;
  height: auto;
}
.author-content-bg {
  width: 100%;
  background-color: #f1f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.author-content-bg .author-content {
width: 100%;
  max-width: 90rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 7.5rem;
}
.author-content-top {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}
.author-content-top .author-content-top-left {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
.author-content-top-left .author-content-top-left-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.author-content-top-left .author-content-top-left-name {
  display: flex;
  flex-direction: column;
  width: 79%;
  text-align: justify;
  gap: 10px;
}
.author-content-top-left-name-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  position: absolute;
  left: 120px;
  top: 0;
}
.author-content-top-left-name-text {
  font-size: 14px;
  width: 79%;
  padding-top: 40px;
  text-align: justify;
  /* text-align: left; */
}
.author-content-top-left .author-content-top-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-content-top-rightBtn img {
  width: 14px;
  height: 14px;
}
.author-content-top-rightBtn {
  width: 91px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #030f41;
  gap: 5px;
  font-weight: bold;
  cursor: pointer;
  line-height: 14px;
}
.author-content-browse {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.author-content-browse .author-content-browse-item {
  font-size: 24px;
  color: #030f41;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.author-content-browse .author-content-browse-item span {
  color: #d967cd;
  font-weight: bold;
}
.author-content .author-content-list {
  width: 100%;
  background-color: #fff;
  /* padding: 30px; */
  border-radius: 15px;
}



@media (max-width: 976px) {
.author-content-browse .author-content-browse-item {
font-size: 22px;
line-height: 22px;
}
.author-content-top .author-content-top-left {
  flex-wrap: wrap;
  justify-content: space-between;
}
.author-content-top-left-name-text{
  width: 100%;
order: 5;
padding-top: 0px;
}
.author-content-top-left-name-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  position: absolute;
  left: 110px;
  top: 25px;
  font-size: 18px;
}
.author-content-top-left .author-content-top-left-img img{
  width: 80px;
  height: 80px;
}
}
@media (max-width: 768px) {
.author-content-bg .author-content {
  padding-left: 50px;
  padding-right: 50px;
}
.author-content-browse .author-content-browse-item {
  font-size: 20px;
  line-height: 20px;
}
.author-content-top-rightBtn {
  width: 81px;
  height: 35px;
}
.author-content-top-left .author-content-top-left-img img{
  width: 60px;
  height: 60px;
}
.author-content-top-left-name-title {
  font-size: 18px;
  left: 80px;
  top: 18px;
  font-size: 18px;
}
}
@media (max-width: 500px) {
.author-content-bg .author-content {
  width: 100%;
  padding: 30px 16px;
}
.author-content-top-left .author-content-top-left-img img{
  width: 40px;
  height: 40px;
}
.author-content-top-left-name-title {
  font-size: 16px;
  left: 50px;
  top: 6px;
}
.author-content-top .author-content-top-left {
  gap: 10px;
}
.author-content-top-rightBtn {
  width: 65px;
  height: 30px;
  font-size: 14px;
}
.author-content-top-rightBtn img{
  width: 12px;
  height: 12px;
}
.author-content-top-left-name-text {
  font-size: 12px;
}
.author-content-top {
  margin-bottom: 30px;
}
.author-content-browse {
  margin-bottom: 20px;
}
.author-content-top{
  padding: 20px;
}
.author_page .author_pageItem{
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;

}
.author_page .author_pageItemUp{
  width: 60px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 10px;
}
.author_page .author_pageItemDown{
  width: 60px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 10px;

}
}
