.video {
  width: 500px;
  height: 350px;
  background: url(../../image/yt.png);
  background-size: cover;
  background-position: center center;
  margin: -70px auto 0 auto;
}

video,
.iframe {
  width: 560px;
  height: 315px;
  border-radius: 20px;
  margin: 50px auto 0 auto;
  border: 5px solid #ffffff;
  background: #ffbaff;
  display: block;
  box-shadow: 25px 30px 80px rgba(0, 0, 0, 0.3);
}

.YI {
  width: 500px;
  margin: 50px auto 0 auto;
}

.imgView {
  width: -moz-fit-content;
  width: fit-content;
  height: 115px;
  margin: -100px auto 0 auto;
  background: url(../../image/imgViewBg.png);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.imgView img {
  height: 95px;
  border-radius: 5px;
}
.imgView img:nth-child(1) {
  box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.3);
}
.imgView div {
  position: relative;
}
.imgView div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(125, 122, 122, 0.3);
  display: block;
  border-radius: 5px;
}

.ggSearch {
  width: 320px;
  margin: 50px auto 0 auto;
}
.ggSearch::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background: gray;
  display: block;
  z-index: 2;
  color: red;
}

.model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.model img:nth-child(1) {
  position: absolute;
  right: 100px;
}
.model img:nth-child(2) {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-40px);
  top: 1100px;
}

.pwa {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.pwa .content {
  width: 100%;
  height: 260px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #131723;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}
.pwa .content .text {
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pwa .content .text p {
  width: 100%;
  color: #ffffff;
  font-size: 30px;
}
.pwa .content .text > div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.pwa .content .text > div div {
  color: #ffffff;
  font-size: 30px;
  padding: 15px 30px;
}
.pwa .content .text > div div:nth-child(2) {
  background: #801dc4;
}/*# sourceMappingURL=index.css.map */