.movies .module4-wrapper {
  background: #f8f8f8;
  padding: 0.7rem 0 1.2rem;
}
.movies .module4-wrapper .sub-title {
  width: 6.2rem;
  height: 1.26rem;
  display: block;
  margin: 0 auto;
}
.movies .module4-wrapper .scroll-wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 0.22rem;
  border-radius: 0.2rem;
}
.movies .module4-wrapper .scroll-wrapper .main {
  width: 6.33rem;
  margin: 0 auto;
  height: 1.89rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  background-color: #fff;
}
.movies .module4-wrapper .scroll-wrapper .main img {
  width: 3.35rem;
}
.movies .module4-wrapper .scroll-wrapper .main:last-child h4 {
  margin: 0.2rem 0.3rem 0.1rem 0.3rem;
}
.movies .module4-wrapper .scroll-wrapper h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #DC0602;
  width: 2.64rem;
  margin: 0.3rem 0.3rem 0.1rem 0.3rem;
}
.movies .module4-wrapper .scroll-wrapper p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #1B1B1B;
  line-height: 0.34rem;
  width: 2.6rem;
  margin: 0 0.3rem;
}
