@font-face {
  /* font-family: MyriadPro-Regular; */
  src: url("https://sgp-cdn.makuku.com/makuku_web_cdn/assets/makuku/font/MyriadPro-Reguler.otf");
}
#app {
  padding-top: 80px;
}

.goToGroup {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  bottom: 80px;
}
.goToGroup img.goTo {
  content: url("https://sgp-cdn.makuku.com/makuku_web_cdn/assets/makuku/images/sap-diapers-slim/v2/slim-go-to.png");
  width: 40px;
  height: 40px;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0.1;
  }
}
.carousel-indicators li {
  width: 18px;
  height: 18px;
}

.main-con {
  font-family: "Nunito", sans-serif;
  padding-bottom: 88px;
}
.main-con .product {
  margin: 72px 10.8333333333vw;
}
.main-con .product .panel-title {
  font-weight: bold;
  font-size: 28px;
  color: #314E51;
  text-align: center;
}
.main-con .product .list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.main-con .product .list .box {
  width: 18.75vw;
}
.main-con .product .list .box .cover {
  height: 18.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F8;
  border-radius: 10px;
  cursor: pointer;
}
.main-con .product .list .box .cover .carousel {
  padding-top: 0;
}
.main-con .product .list .box .cover img {
  display: block;
}
.main-con .product .list .box .cover img:hover {
  transform: scale(1.2);
  transition: transform 1s ease;
}
.main-con .product .list .box .title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #314E51;
  line-height: 28px;
  margin-top: 22px;
  cursor: pointer;
}
.main-con .product .list .box .score {
  display: flex;
  margin-top: 14px;
  align-items: baseline;
}
.main-con .product .list .box .score .iconfont {
  font-size: 14px;
  color: #288B96;
}
.main-con .product .list .box .score .number {
  font-weight: 400;
  font-size: 14px;
  color: #314E51;
  margin-left: 0.1388888889vw;
}
.main-con .article {
  padding: 72px 10.8333333333vw 27px;
  background-color: #FAFBFB;
}
.main-con .article .panel-title {
  font-size: 28px;
  color: #314E51;
  line-height: 39px;
  text-align: center;
  font-weight: bold;
}
.main-con .article .list {
  margin-top: 2.9861111111vw;
  display: flex;
  justify-content: space-between;
}
.main-con .article .list .box {
  width: 24.5833333333vw;
  height: 31.8055555556vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 1.8055555556vw 0px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.main-con .article .list .box .cover {
  height: 15.7638888889vw;
  overflow: hidden;
}
.main-con .article .list .box .cover img {
  width: 100%;
  height: 100%;
}
.main-con .article .list .box .title {
  margin: 20px 1.3888888889vw 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #314E51;
  line-height: 28px;
  cursor: pointer;
}
.main-con .article .list .box .desc {
  margin: 0.5555555556vw 1.3888888889vw 0;
  font-weight: 400;
  font-size: 0.9rem;
  color: #797A7B;
}

@media (min-width: 1440px) {
  .px-12 {
    padding-left: 7em;
    padding-right: 7em;
  }
}
/* mobile */
@media (max-width: 1023px) {
  .goToGroup {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .main-con {
    padding-bottom: 44px;
  }
  .main-con .product {
    margin: 36px 10.8333333333vw;
  }
  .main-con .product .panel-title {
    font-weight: bold;
    font-size: 24px;
  }
  .main-con .product .list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .main-con .product .list .box {
    width: 48%;
    margin-bottom: 20px;
  }
  .main-con .product .list .box .cover {
    height: 20.8333333333vw;
  }
  .main-con .product .list .box .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 22px;
  }
  .main-con .product .list .box .score {
    margin-top: 14px;
  }
  .main-con .product .list .box .score .iconfont {
    font-size: 16px;
  }
  .main-con .product .list .box .score .number {
    font-size: 14px;
    margin-left: 5px;
  }
  .main-con .article {
    padding: 40px 10.8333333333vw 27px;
    background-color: #FAFBFB;
  }
  .main-con .article .panel-title {
    font-size: 24px;
    color: #314E51;
    line-height: 2.7083333333vw;
    text-align: center;
    font-weight: bold;
  }
  .main-con .article .list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .main-con .article .list .box {
    width: 48%;
    margin-bottom: 20px;
    height: 400px;
  }
  .main-con .article .list .box .cover {
    height: 20.8333333333vw;
    overflow: hidden;
  }
  .main-con .article .list .box .title {
    margin: 20px 20px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .main-con .article .list .box .desc {
    margin: 8px 20px 0;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .main-con {
    padding-bottom: 30px;
  }
  .main-con .product {
    margin: 28px 30px;
  }
  .main-con .product .panel-title {
    font-weight: bold;
    font-size: 20px;
  }
  .main-con .product .list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .main-con .product .list .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-con .product .list .box .cover {
    height: 250px;
  }
  .main-con .product .list .box .cover img {
    width: initial;
    max-width: 100%;
    height: initial;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  .main-con .product .list .box .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }
  .main-con .product .list .box .score {
    margin-top: 5px;
  }
  .main-con .product .list .box .score .iconfont {
    font-size: 16px;
  }
  .main-con .product .list .box .score .number {
    font-size: 14px;
    margin-left: 5px;
  }
  .main-con .article {
    padding: 28px 30px;
    background-color: #FAFBFB;
  }
  .main-con .article .panel-title {
    font-size: 20px;
    color: #314E51;
    line-height: 2.7083333333vw;
    text-align: center;
    font-weight: bold;
  }
  .main-con .article .list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .main-con .article .list .box {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 20px;
  }
  .main-con .article .list .box .cover {
    height: 250px;
    overflow: hidden;
  }
  .main-con .article .list .box .title {
    margin: 20px 20px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .main-con .article .list .box .desc {
    margin: 8px 20px 0;
    font-size: 12px;
  }
}
