.yawei-sidebanner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;aspect-ratio:2 / 1;
}

.yawei-sidebanner .container{
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  .yawei-sidebanner .container{
    max-width: calc(100% - 422px);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.yawei-sidebanner .yawei-sidebanner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size:100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.yawei-sidebanner .yawei-sidebanner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.yawei-sidebanner .yawei-sidebanner-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.yawei-sidebanner .yawei-sidebanner-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.yawei-sidebanner .yawei-sidebanner-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-top: 10px;
}

.yawei-sidebanner .yawei-sidebanner-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.yawei-sidebanner .yawei-sidebanner-text {
  flex: 1;
  color: #ffffff;
}

.yawei-sidebanner .yawei-sidebanner-title {
  font-family: var(--title-font-family, Arial, sans-serif);
  font-weight: 700;
  font-size:clamp(24px, 3.1vw, 60px);
  line-height:1;
  letter-spacing: 2.5%;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.yawei-sidebanner .yawei-sidebanner-description {
  font-family: 'Arimo', var(--font-family, Arial, sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 2.5%; 
  color: #ffffff;
  margin: 0;
  max-width: 620px;
}

/* 响应式设计 */
@media (max-width: 1400px) {
  
}

@media (max-width: 992px) {
  
  .yawei-sidebanner .yawei-sidebanner-wrapper {
    flex-direction: column;
    gap: 20px;
    /* text-align: center; */
  }
  
  .yawei-sidebanner .yawei-sidebanner-title {
    margin-bottom: 16px;
  }
  
  .yawei-sidebanner .yawei-sidebanner-description {
    font-size: 16px;
    max-width: 100%;
  }
  
  .yawei-sidebanner .yawei-sidebanner-icon {
    align-self: center;
    margin-top: 0;
  }
}

@media (max-width: 768px) {

  .yawei-sidebanner .yawei-goods-list{
    padding: 20px 0 12px;
  }
  .yawei-sidebanner .yawei-goods-list .yawei-goods-list-sidebar{
    display: none;
  }
  
  .yawei-sidebanner .yawei-sidebanner-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .yawei-sidebanner .yawei-sidebanner-description {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .yawei-sidebanner .yawei-sidebanner-icon {
    width: 50px;
    height: 50px;
  }
  
  .yawei-sidebanner .yawei-sidebanner-icon img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width:570px) {
.yawei-sidebanner .yawei-sidebanner-description{display:none;}
.yawei-sidebanner .container {margin-top: 50px;}
}

