.video-container {
  width: 100%;
  padding: 100px 0;
  background: radial-gradient(50% 373.65% at 50% 50%, #1a2743 0%, #171e23 92.31%, #16262d 100%);
}
.video-container .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.video-container .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 77px;
}
.video-container .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.video-container .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.video-container .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.video-container .inner .section1 .desc {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.video-container .inner .section1 .text {
  text-align: center;
  color: #6a7282;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
}
.video-container .inner .section2 {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #5970a6;
  box-sizing: border-box;
  background: radial-gradient(72.78% 111.93% at 50% 50%, #233151 0%, #242428 100%);
  box-shadow: 0px 2px 5.5px rgba(67, 111, 202, 0.4) inset, 0px 0px 7.2px #1b315d;
  display: flex;
  align-items: stretch;
  margin-bottom: 160px;
}
.video-container .inner .section2 .section2-left {
  width: 60%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
.video-container .inner .section2 .section2-left .section2-left-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.video-container .inner .section2 .section2-left .section2-left-top .title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.video-container .inner .section2 .section2-left .section2-left-top .title .line1 {
  width: 39px;
  height: 1.5px;
  background: #e7000b;
}
.video-container .inner .section2 .section2-left .section2-left-top .title .text1 {
  color: #e7000b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
}
.video-container .inner .section2 .section2-left .section2-left-top .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 48px;
}
.video-container .inner .section2 .section2-left .section2-left-top .text3 {
  color: #98a6bc;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
}
.video-container .inner .section2 .section2-left .line2 {
  width: 100%;
  height: 1px;
  background: #3a4257;
}
.video-container .inner .section2 .section2-left .section2-left-middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.video-container .inner .section2 .section2-left .section2-left-middle .text4 {
  color: #d1d5dc;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
}
.video-container .inner .section2 .section2-left .section2-left-bottom {
  display: flex;
  justify-content: space-between;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn {
  width: calc((100% - 20px) / 2);
  padding: 17px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
  transform: scale(1);
  cursor: pointer;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn .img {
  width: 48px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn .content .text5 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn .content .text6 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 13px;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 5.5px rgba(255, 255, 255, 0.2) inset, 0px 0px 7.2px rgba(255, 255, 255, 0.2);
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn:first-child {
  background: #d7151a;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn:first-child .img {
  background: rgba(217, 217, 217, 0.5);
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn:last-child {
  background: #394561;
}
.video-container .inner .section2 .section2-left .section2-left-bottom .btn:last-child .img {
  background: #4e576b;
}
.video-container .inner .section2 .section2-right {
  width: 40%;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.video-container .inner .section2 .section2-right img {
  width: 100%;
  height: 100%;
}
.video-container .inner .section2 .section2-right .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  border: 0.8px solid #742f31;
  animation: breathe 4s infinite ease-in-out;
}
.video-container .inner .section2 .section2-right .dot .dot1 {
  border-radius: 50%;
  padding: 10px;
  border: 0.8px dashed #742f31;
}
.video-container .inner .section2 .section2-right .dot .dot1 .dot2 {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #742f31;
}
.video-container .inner .section3 {
  height: 500px;
  display: flex;
  gap: 20px;
}
.video-container .inner .section3 .section3-left {
  width: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.video-container .inner .section3 .section3-left .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: inherit;
}
.video-container .inner .section3 .section3-left .img-inner .img-poster {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-container .inner .section3 .section3-left .img-inner .img-poster video {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.video-container .inner .section3 .section3-left .img-inner .img-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.video-container .inner .section3 .section3-left .img-inner .img-poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5.29%, rgba(40, 40, 40, 0.49) 10.58%, rgba(102, 102, 102, 0) 18.75%);
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
.video-container .inner .section3 .section3-left .img-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.video-container .inner .section3 .section3-left .img-inner .content {
  z-index: 3;
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.video-container .inner .section3 .section3-left .img-inner .content .text9 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 32px;
}
.video-container .inner .section3 .section3-left .img-inner .content .text10 {
  color: #c9d1db;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 20px;
}
.video-container .inner .section3 .section3-left .img-inner .play {
  width: 80px;
  height: 80px;
  background: #d7151a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  cursor: pointer;
}
.video-container .inner .section3 .section3-left .img-inner .play svg {
  width: 40px;
  height: 40px;
}
.video-container .inner .section3 .section3-left .img-inner .play:hover {
  transform: scale(1.08);
}
.video-container .inner .section3 .section3-right {
  width: calc(100% - 20px - 60%);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding-right: 20px;
}
.video-container .inner .section3 .section3-right::-webkit-scrollbar-button {
  display: none;
}
.video-container .inner .section3 .section3-right::-webkit-scrollbar {
  width: 3px;
  cursor: pointer;
}
.video-container .inner .section3 .section3-right::-webkit-scrollbar-track {
  background: #454545;
}
.video-container .inner .section3 .section3-right::-webkit-scrollbar-thumb {
  background: #d7151a;
  border-radius: 14px;
}
.video-container .inner .section3 .section3-right .item {
  width: 100%;
  height: 240px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.video-container .inner .section3 .section3-right .item .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: inherit;
}
.video-container .inner .section3 .section3-right .item .img-inner .img-poster {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-container .inner .section3 .section3-right .item .img-inner .img-poster video {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.video-container .inner .section3 .section3-right .item .img-inner .img-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.video-container .inner .section3 .section3-right .item .img-inner .img-poster::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5.29%, rgba(40, 40, 40, 0.49) 10.58%, rgba(102, 102, 102, 0) 18.75%);
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
.video-container .inner .section3 .section3-right .item .img-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.video-container .inner .section3 .section3-right .item .img-inner .content {
  z-index: 3;
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.video-container .inner .section3 .section3-right .item .img-inner .content .text9 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
}
.video-container .inner .section3 .section3-right .item .img-inner .content .text10 {
  color: #c9d1db;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 12px;
}
.video-container .inner .section3 .section3-right .item .img-inner .play {
  width: 50px;
  height: 50px;
  background: rgba(94, 94, 94, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.1), inset -4px -4px 4px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  cursor: pointer;
}
.video-container .inner .section3 .section3-right .item .img-inner .play svg {
  width: 24px;
  height: 24px;
}
.video-container .inner .section3 .section3-right .item .img-inner .play:hover {
  transform: scale(1.08);
}
@keyframes breathe {
  0% {
    padding: 10px;
  }
  50% {
    padding: 15px;
  }
  100% {
    padding: 10px;
  }
}
.el-dialog__body .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  .video-container .inner .section2 .section2-left {
    padding: 30px;
    gap: 15px;
  }
  .video-container .inner .section2 .section2-left .section2-left-top .text2 {
    font-size: 35px;
  }
  .video-container .inner .section2 .section2-left .section2-left-bottom .btn .content .text5 {
    font-size: 16px;
  }
  .video-container .inner .section2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .video-container .inner .section1 {
    width: 80%;
    margin-bottom: 40px;
  }
  .video-container .inner .section1 .title {
    margin-bottom: 10px;
  }
  .video-container .inner .section1 .desc {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .video-container .inner .section1 .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .video-container .inner .section2 {
    flex-direction: column-reverse;
  }
  .video-container .inner .section2 .section2-right {
    width: 100%;
    max-height: 300px;
  }
  .video-container .inner .section2 .section2-right img {
    max-height: 300px;
  }
  .video-container .inner .section2 .section2-left {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .video-container {
    padding: 40px 0;
  }
  .video-container .inner .section1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .video-container .inner .section1 .title {
    margin-bottom: 0px;
    gap: 10px;
  }
  .video-container .inner .section1 .title .line {
    width: 50px;
    height: 2px;
    background: #d7151a;
  }
  .video-container .inner .section1 .title > p {
    font-size: 16px;
  }
  .video-container .inner .section1 .desc {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .video-container .inner .section1 .text {
    font-size: 14px;
  }
  .video-container .inner .section2 {
    margin-bottom: 40px;
  }
  .video-container .inner .section2 .section2-left .section2-left-top {
    gap: 0px;
  }
  .video-container .inner .section2 .section2-left .section2-left-top .title .text1 {
    font-size: 14px;
  }
  .video-container .inner .section2 .section2-left .section2-left-top .title {
    gap: 9px;
  }
  .video-container .inner .section2 .section2-left .section2-left-top .text2 {
    font-size: 20px;
  }
  .video-container .inner .section2 .section2-left .section2-left-top .text3 {
    font-size: 16px;
  }
  .video-container .inner .section2 .section2-left .section2-left-middle {
    gap: 10px;
  }
  .video-container .inner .section2 .section2-left .section2-left-middle .text4 {
    font-size: 15px;
  }
  .video-container .inner .section2 .section2-left .section2-left-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .video-container .inner .section2 .section2-left .section2-left-bottom .btn {
    width: 100%;
  }
  .video-container .inner .section2 .section2-left .section2-left-bottom .btn .content .text5 {
    font-size: 14px;
  }
  .video-container .inner .section3 {
    height: auto;
    flex-direction: column;
  }
  .video-container .inner .section3 .section3-left {
    width: 100%;
    height: 300px;
  }
  .video-container .inner .section3 .section3-left .img-inner .play {
    width: 50px;
    height: 50px;
  }
  .video-container .inner .section3 .section3-left .img-inner .play svg {
    width: 24px;
    height: 24px;
  }
  .video-container .inner .section3 .section3-right {
    width: 100%;
    height: 500px;
  }
  .video-container .inner .section3 .section3-left .img-inner .content .text9 {
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 2.0";
    font-weight: 600;
    font-size: 16px;
  }
  .video-container .inner .section3 .section3-left .img-inner .content .text10 {
    color: #c9d1db;
    font-family: "Alibaba PuHuiTi 2.0";
    font-weight: 400;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .video-container .inner .section3 .section3-left {
    height: 250px;
  }
}
