body { 
  overflow: auto; 
}
.profile_img {
  border-radius: 100%; 
  border: 0.3em solid #eee;
}   
.align_start{
  align-items: flex-start !important;
}
.index_ptitle{
  font-size:24px;
}
.rwd-left-block {
  background-color: #2a0744; /* 深紫底 */
  border-radius: 12px;
}

.rwd-left-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;

}
.rwd-left-banner {
  display:flex;
  justify-content: center;
}

.tag-icon {
  width: 45px;
  height: auto;
}

.rwd-left-block ul {
  list-style: none;
  padding-left: 0;
}

.rwd-left-block ul li::before {
  font-weight: bold;
}
.rwd-left-block ul li {
  font-weight: bold;
  font-size: 1.2rem;
}
.index_list{
  list-style: none;
}
.index_slogan{
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .rwd-left-block ul {
    
    padding-left: 0 !important;
  }
  .rwd-left-block ul li {
    font-weight: bold;
    font-size: .9rem;
  }
  .tag-icon {
    width: 35px;
    height: auto;
  }
  .index_slogan{
    font-weight: bold;
    font-size: 1.2rem;
  }
}