.pg-sn-mb-app-mainInfo {
  padding-top: 210px;
}
.pg-sn-mb-app-mainInfo .logo {
  height: 160px;
  margin-bottom: 60px;
}
.pg-sn-mb-app-mainInfo .content {
  position: relative;
  color: #fff;
  background-color: #1d2a3b;
}
.pg-sn-mb-app-mainInfo .content .info {
  padding: 120px 0 60px;
}
.pg-sn-mb-app-mainInfo .content .info .tags {
  margin-bottom: 20px;
}
.pg-sn-mb-app-mainInfo .content .info .tags a {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-color: #fff3;
  color: #fff;
  border-top-right-radius: 6px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}
.pg-sn-mb-app-mainInfo .content .info h3 {
  font-size: 37px;
  margin-bottom: 30px;
}
.pg-sn-mb-app-mainInfo .content .info .text {
  font-size: 17px;
  margin-bottom: 20px;
}
.pg-sn-mb-app-mainInfo .content .info .scroll_btn {
  margin-top: 100px;
  z-index: 3;
  color: #fff;
  border: 1px solid #fff5;
  border-radius: 30px;
  width: 40px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.pg-sn-mb-app-mainInfo .content .info .scroll_btn i {
  -webkit-animation: slide_up_down 1s ease-in-out infinite alternate both;
          animation: slide_up_down 1s ease-in-out infinite alternate both;
}
.pg-sn-mb-app-mainInfo .content .imgs {
  position: relative;
  height: 642px;
}
.pg-sn-mb-app-mainInfo .content .imgs .img {
  margin-top: -190px;
  display: inline-block;
  position: relative;
  -webkit-filter: drop-shadow(0 20px 20px #0004);
          filter: drop-shadow(0 20px 20px #0004);
}
.pg-sn-mb-app-mainInfo .content .imgs .img .mobile {
  width: 305px;
  height: 630px;
  position: relative;
  z-index: 5;
  border-radius: 30px;
}
.pg-sn-mb-app-mainInfo .content .imgs .img .mobile-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  padding: 10px;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_1 {
  position: absolute;
  bottom: -40px !important;
  width: 305Px;
  height: 185px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  border-radius: 30px 30px 0 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_1.animated {
  opacity: 0.2;
  bottom: 0;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_1 .mob-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 10;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_1 .mob-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_2 {
  position: absolute;
  top: -40px;
  right: -100px;
  width: 245px;
  height: 49%;
  background-color: white;
  border-radius: 0 0 30px 30px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_2.animated {
  opacity: 0.2;
  top: 0;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_2 .mob-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 10;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_2 .mob-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_3 {
  position: absolute;
  bottom: -40px !important;
  right: -100px;
  width: 245px;
  height: 49%;
  background-color: white;
  border-radius: 30px 30px 0 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_3.animated {
  opacity: 0.2;
  bottom: 0;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_3 .mob-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 10;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_3 .mob-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_4 {
  position: absolute;
  bottom: 70px;
  left: -60px;
  width: 245px;
  height: calc(100% - 140px);
  background-color: white;
  border-radius: 30px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_4.animated {
  opacity: 0.2;
  left: -100px;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_4 .mob-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 10;
}
.pg-sn-mb-app-mainInfo .content .imgs .img_4 .mob-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}