.story_detail {
  padding: 70px 0;
}
.story_detail .tip {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  display: inline-block;
  border-radius: 100px;
  background-color: #f2f2f2;
  padding: 7.5px 22px;
}
.story_detail .info {
  font-size: 18px;
  color: #565656;
}
.story_detail .info a {
  color: var(--theme_color);
  font-size: 18px;
  font-weight: 500;
}
.story_detail .title {
  margin-top: 2rem;
}
.story_detail .title h1 {
  color: #18191c;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  margin-top: 10px;
}
.story_detail .cover {
  margin-top: 28px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.story_detail .cover img {
  width: 100%;
  height: auto;
  display: block;
}
.story_detail .cover .tip {
  position: absolute;
  left: 22px;
  top: 18px;  
}
.story_detail .author {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.story_detail .author strong {
  color: #18191c;
  font-size: 26px;
  font-weight: 500;
}
.story_detail .desc {
  margin-top: 45px;
}
.story_detail .desc p {
  color: #686868;
  font-size: 18px;
  line-height: 28px;
  margin-top: 1rem;
}
.story_detail .story_content .content {
  padding: 0;
}
.story_detail .story_content h2 {
  color: #18191c;
  font-size: 30px;
  font-weight: 600;
  padding-top: 58px;
}
.story_detail .story_content h3 {
  color: #18191c;
  font-size: 24px;
  font-weight: 600;
  padding-top: 3rem;
}
.story_detail .story_content p {
  color: #686868;
  font-size: 18px;
  line-height: 28px;
  padding-top: 28px;
}
.story_detail .story_content ul li {
  color: #686868;
  font-size: 18px;
  line-height: 28px;
  padding-left: 1.6rem;
  padding-top: 1rem;
  position: relative;
}
.story_detail .story_content ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 0;
  top: 26px;
}
.story_detail .story_content img {
  max-width: 100%;
  height: auto;
  padding-top: 2rem;
}
.story_detail .ublock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 2rem;
  z-index: 2;
  position: relative;
}
.story_detail .ublock::after {
  display: block;
  width: 100%;
  height: 168px;
  position: absolute;
  left: 0;
  top: 23px;
  z-index: -1;
  background-image: linear-gradient(to bottom, transparent, #fff);
  transform: translateY(-100%);
}
.story_detail .ublock span {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
  background: url(../img/points.svg) no-repeat left center / 21px;
}
.story_detail .ublock .button {
  font-size: 21px;
  font-weight: 500;
  padding: 16.5px 79px 16.5px 41px;
  border-radius: 100px;
}
.story_detail .ublock .button::after {
  width: 52px;
  height: 52px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 9px;
}
.story_detail .share {
  margin-top: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 42px;
  color: #18191c;
  font-size: 20px;
  gap: 22px;
}
.story_author {
  padding: 36px 0;
}
.story_author .main {
  margin-top: 42px;
  background-color: #f7f6f4;
  border-radius: 12px;
  padding: 40px 3.6885246% 54px;
}
.story_author .main .operate {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-bottom: 20px;
}
.story_author .main .operate .left {
  display: flex;
  align-items: center;
  gap: 42px;
}
.story_author .main .operate .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.story_detail .author .actions{
  gap: 1rem;
}
.story_detail .author .actions span {
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 8px 26px;
  gap: 8px;
  margin-top: 0;
  border: 2px solid #fff;
  background-color: #eee;
}
.story_detail .author .actions span:hover ,
.story_detail .author .actions span.active {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}

.story_detail .author .actions .like::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/like2.svg) no-repeat center / contain;
}
.story_detail .author .actions .share::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/share.svg) no-repeat center / contain;
}

.story_detail .author> div > div:first-child span{
    display: inline-block;
    margin-left: 1rem;
    font-size: 18px;
}

.story_author .main .operate .right span {
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 8px 26px;
  gap: 8px;
  border: 2px solid #fff;
  background-color: #fff;
}
.story_author .main .operate .right span:hover ,
.story_author .main .operate .right span.active {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.story_author .main .operate .right .donate {
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 8px 27px;
  gap: 8px;
  border: 2px solid #fff;
}
.story_author .main .operate .right .donate::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/donate.svg) no-repeat center / contain;
}
.story_author .main .operate .right .donate:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.story_author .main .operate .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.story_author .main .operate .info .img {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 50%;
}
.story_author .main .operate .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story_author .main .operate .info .name strong {
  display: block;
  color: #18191c;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.story_author .main .operate .info .name span {
  color: #6e7177;
}
.story_author .main .operate .follow {
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 8px 44px;
  gap: 8px;
  border: 2px solid #fff;
}
.story_author .main .operate .follow.active{
  background-color: var(--theme_color);
  border: 2px solid var(--theme_color);

}

.story_author .main .operate .follow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/follow.svg) no-repeat center / contain;
}

.operate .follow.active::before {
  background: url(../img/unfollow.svg) no-repeat center / contain; 
} 
.story_author .main .operate .like::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/like2.svg) no-repeat center / contain;
}
.story_author .main .operate .share::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/share.svg) no-repeat center / contain;
}
.story_author .main .intro {
  color: #686868;
  font-size: 18px;
  line-height: 28px;
  margin-top: 28px;
}
.story_mightlike {
  padding: 168px 0 198px;
}
.story_mightlike .swiper_box {
  margin: 42px 0 60px;
}
.story_mightlike .story_mightlike_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f7f6f4;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
}
.story_mightlike .story_mightlike_swiper .swiper-slide a:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.story_mightlike .story_mightlike_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.story_mightlike .story_mightlike_swiper .swiper-slide a:hover .info .btn .button {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.story_mightlike .story_mightlike_swiper .swiper-slide a:hover .info .btn .button::after {
  background-color: #fff;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .img {
  height: 257px;
  overflow: hidden;
  position: relative;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .img .publisher {
  position: absolute;
  left: 25px;
  bottom: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 18px 6px 6px;
  min-width: 119px;
  gap: 10px;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .img .publisher .img {
  overflow: hidden;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 7.253886% 38px;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info span {
  font-size: 17px;
  font-weight: 500;
  color: var(--theme_color);
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info strong {
  color: #18191c;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  display: block;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info p {
  margin-top: 10px;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 21px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info .btn {
  margin-top: 20px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info .btn .button {
  font-size: 15px;
  padding: 10.8px 56px 10.5px 31px;
  background-color: #fff;
  border-color: #fff;
}
.story_mightlike .story_mightlike_swiper .swiper-slide .info .btn .button::after {
  width: 36px;
  height: 36px;
  background-color: var(--theme_color);
}
.story_mightlike .button_more {
  background-color: #ebeef3;
  border-color: #ebeef3;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 92px 20px 54px;
  border-radius: 100px;
}
.story_mightlike .button_more::after {
  background-color: var(--theme_color);
  width: 56px;
  height: 56px;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 10px;
}
