#vsb_content p span img {
  width: 100%; 
  height: auto;
}

#vsb_content p img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
  .detail-text table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
  }
  .detail-text table p {
    text-indent: 0 !important;
  }
  .detail-text p img {
    max-width: 100% !important;
  }
}
.detail-text table {
  margin: 0 auto;
  max-width: 98%;
  overflow-x: auto;
}
.r { /* color: #646464; */ color: #f4f4f4;
}
