.body-mobile .productView {
  padding: 0 2.66666667vw;
}
.body-mobile .productView .titleView {
  display: flex;
  padding: 0 14.66666667vw;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  line-height: 1;
  margin: 5.33333333vw 0 9.33333333vw 0;
}
.body-mobile .productView .titleView div:nth-child(1) {
  font-family: 'al95';
  font-size: 2.66666667vw;
  margin-bottom: 2.26666667vw;
}
.body-mobile .productView .titleView div:nth-child(2) {
  font-family: 'al95';
  font-size: 4.8vw;
  margin-bottom: 2.26666667vw;
}
.body-mobile .productView .titleView div:nth-child(3) {
  font-family: 'al95';
  font-size: 2.66666667vw;
  color: #8F8F8F;
  margin-bottom: 3.73333333vw;
}
.body-mobile .productView .titleView div:nth-child(4) {
  color: #8F8F8F;
  margin-bottom: 3.06666667vw;
  width: 8vw;
  height: 1px;
  background: #2A5A93;
}
.body-mobile .productView .titleView div:nth-child(5) {
  font-family: 'al75';
  line-height: 4.8vw;
  font-size: 2.4vw;
}
.body-mobile .productView .moduls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-mobile .productView .moduls .item .img {
  width: 46.4vw;
  height: 22.53333333vw;
  overflow: hidden;
  margin-bottom: 1.73333333vw;
}
.body-mobile .productView .moduls .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
  transform: scale(1);
  transition: all 0.4s;
}
.body-mobile .productView .moduls .item .img {
  position: relative;
}
.body-mobile .productView .moduls .item .content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
.body-mobile .productView .moduls .item .content > div {
  font-family: 'al75';
  font-size: 2.93333333vw;
  color: #fff;
}
.body-mobile .productView .moduls .item .content > div:first-child {
  font-size: 4vw;
  font-weight: bold;
  font-family: 'al95';
  color: #fff;
}
