/* cases/taobao/css/case-section.css */
.cs-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cs-section__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}
