
.main_container .home-banner-container /deep/ .el-carousel__arrow--right {
  right: 80px;
}
.main_container .home-banner-container /deep/ .el-carousel__arrow--left {
  left: 80px;
}
.home-banner-video,
.banner-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner-video {
  object-fit: fill;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.banner-video-layer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}
.video-banner-header {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.video-banner-sub-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.video-banner-btn {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background-color: #cf1920;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.video-banner-btn:hover {
  background-image: linear-gradient(to right, #cf1920, #f54500);
  box-shadow: 0 4px 13px 0 rgba(177, 0, 0, 0.5);
}
.video-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-image: url(/_nuxt/img/achieve-bg.310766d.png);
  background-size: 1920px 344px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  transform: scale(0, 0);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.video-layer--enable {
  transform: scale(1, 1);
  pointer-events: auto;
  opacity: 1;
}
.close-video-layer {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/_nuxt/img/close.c311861.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.close-video-layer:hover {
  opacity: 0.8;
}
.layer-video {
  /* width: calc(100vw - 100px);
        height: calc(100vh - 100px); */
  width: 1280px;
  height: 720px;
  margin: auto;
}
.flex-text {
    display: flex;
    justify-content: space-between;
}

