#banner-rightint2 {
 position: relative;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
}

#banner-rightint2 .container {
  position: absolute;
  left: 8vw;
  top: 40%;
  transform: translateY(-50%);
  z-index: 100;
  max-width: 1200px;
}
#banner-rightint2 h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}
#banner-rightint2 h1 {
  color: #fff;
  margin-bottom: 20px;
}
#banner-rightint2 .rich-text {
  margin-bottom: 20px;
}
#banner-rightint2 .rich-text ul {
  padding-left: 0px;
}
#banner-rightint2 .rich-text li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 8px;
}
#banner-rightint2 li span {
  color: #fff !important;
  font-size: 20px;
}
#banner-rightint2 li::marker {
  content: "\e6e1";
  font-family: "iconfont";
  color: var(--color-primary);
}
#banner-rightint2 .play {
  padding: 8px 10px;
  font-size: 14px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  margin-top: 20px;
  font-family: var(--title-font-family);
}
#banner-rightint2 .play i {
  color: #fff;
}
#banner-rightint2 .play:hover {
  /*background: #464D24;*/
  /*color: var(--color-primary);*/
  transform: scale(1.1);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/*#banner-rightint2 .play:hover i {*/
/*   color: var(--color-primary);*/
/*}*/

#banner-rightint2 video {
  width: 100%;
    aspect-ratio: 192 / 108;
    object-fit: cover;
    display: block;
}
/* 蒙版覆盖 */
#banner-rightint2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9 9 9 / 30%);
    z-index: 1; /* 确保蒙版在视频上方 */
}
@media screen and (max-width: 1100px) {
  #banner-rightint2 h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #banner-rightint2 h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  #banner-rightint2 .rich-text {
    margin-bottom: 16px;
  }
  #banner-rightint2 .play {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  #banner-rightint2 h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #banner-rightint2 h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #banner-rightint2 h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #banner-rightint2 .rich-text {
    display: none;
  }
  #banner-rightint2 .rich-text li {
    margin-bottom: 8px;
    font-size: 12px;
  }
   #banner-rightint2 .play {
    margin-top: 8px;
  }
  #banner-rightint2 .play i {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner-rightint2 h2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  #banner-rightint2 h1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #banner-rightint2 .rich-text {
    margin-bottom: 8px;
  }
  #banner-rightint2 .play {
    margin-top: 0;
  }
  #banner-rightint2 .rich-text li {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1200px){
  #banner-rightint2 .container {
    position: absolute;
    left: 8vw;
    top: 45%;
    transform: translateY(-50%);
    z-index: 100;
    max-width: 1200px;
    width: 90%;
}}