.main-body-header { 
    background-image: url('/templates/1/new2/_files/imgs/main_business_bg.jpg');
}

.business-btn {
    width: 180px;
    height: 50px;
}

.mar-bottom32 {
    margin-bottom: 32px;
}

.domain-business {
    width: 100%;
    
}

.business-img-main {
    height: 200px;
    width: 378.67px;
    margin-bottom: 12px;
}

.business-singe-main {
    width: 378.67px;
    margin-bottom: 32px;
}

.business-content-titles {
    width: 378.67px;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 黑 */
    color: #121624;
}
.business-body-center{
    padding: 20px 48px 64px;
}
.business-content img{
     width: 50%;
    height: auto;
}
.domain-business {
  display: flex;
  flex-wrap: wrap;
  gap: 50px; /* 自动设置间距 */
  padding: 48px 0px;
}

.video-container {
  width: calc((100% - 60px) / 2) !important; /* 一行最多显示四个视频 */
  cursor: pointer;
  position: relative;
  font-size: 20px;
}

/* 播放按钮样式 */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

/* 三角形播放图标 */
.play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  margin-left: 5px;
}
.video-title{
  color: black;
}