@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 0.2rem;
}

body {
  max-width: 19.2rem;
  margin: 0 auto;
}

.picture_1_item {
  width: 100%;
}

.picture_2_item {
  width: 49.5%;
}

.picture_3_item {
  width: 32.5%;
}

.picture_4_item {
  width: 24.5%;
}

a {
  text-decoration: none;
}

/*视频*/

.video_media {
  position: fixed;
  left: 50%;
  z-index: 9999999999999991;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/*关闭按钮*/

.controlbtn {
  background: #fff;
  padding: 0.1rem 0.2rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  border-radius: 0 0 0 0.1rem;
  cursor: pointer;
  color: #000;
}

.video_bg {
  position: fixed;
  left: 50%;
  z-index: 999;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem 0.1rem;
  border-radius: 0.1rem;
  width: 80%;
  background: linear-gradient(150deg, #1675eb, #f3f3f3);
  height: 80%;
}

.video_plateform {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_platform {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
/*视频*/

#my_video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
