.baihe_sidebanner {
  position: relative;
  margin-bottom: var(--component-gap);
}

/* .baihe_sidebanner .baihe_btn{
  display: none;
} */


.baihe_sidebanner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/996;
  object-fit: cover;
}
.baihe_sidebanner_content_title{
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: var(--title-size-h1);
  font-family: var(--title-font-family);
}
.baihe_sidebanner_content_desc{
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-size: var(--text-size);
  max-width: 60%;
}
.baihe_sidebanner_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}

.baihe_sidebanner_title {
  color: #fff;
  font-size: var(--title-banner-size);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--title-font-family);
}

.baihe_sidebanner_svg2 {
  width: 100%;
  position: absolute;
  bottom: clamp(-56px, calc(-56px + (100vw - 1920px) * (42 / -1545)), -14px);
  left: 0;
  z-index: -1;
}

.baihe_sidebanner_nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #FFF;
  font-size: var(--text-title-size);
  font-weight: 500;font-family: var(--font-medium-family);
  line-height: 1.5;
}

.baihe_sidebanner_nav svg {
  width: 20px;
  height: 20px;
}

.baihe_sidebanner_nav a {
  color: #FFF;
  font-size: var(--text-title-size);
  font-weight: 500;font-family: var(--font-medium-family);
  line-height: 1.5;
  text-transform: capitalize;
}
.baihe_btn_wapper-btn{
  display: block;
  position: relative;
  width: 14%;
  cursor: pointer;
  min-width: 100px;
}
.baihe_btn_wapper-btn .baihe_btn_wapper-btn-text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-family: var(--title-font-family);
  line-height: 1;
}
.baihe_btn_wapper-btn:hover .baihe_btn_wapper-btn-text{
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
}
.baihe_btn_wapper-btn .baihe_btn_wapper-btn-text i{
  color: #000;
  margin-left: 10px;
}
.baihe_sidebanner_nav a:hover {
  color: #F2B14B;
}

.baihe_sidebanner_nav a b {
  text-decoration: underline;
}
.baihe_sidebanner .baihe_btn:hover{
  background: var(--color-second);
  border-color: var(--color-second);
}
.baihe_sidebanner .baihe_btn:hover a{
  color: #FFF;
}
.baihe_sidebanner .baihe_btn:hover a i{
  background: var(--color-primary);
}
.baihe_sidebanner .container_wapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.baihe_sidebanner .baihe_btn{
  position: absolute;
  box-shadow: 3px 3px 0 0 #FFF;
  color:  #FFF;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: 600;
  line-height: 1; 
}
.baihe_sidebanner .baihe_btn_wapper{
  position: relative;
}
.baihe_sidebanner .baihe_btn_wapper_icon{
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
.baihe_sidebanner .swiper-button-prev,
.baihe_sidebanner .swiper-button-next {
    top: 50% !important;
    color: var(--color-primary);
}

.baihe_sidebanner .swiper-button-next {
    right: 10px !important;
}

.baihe_sidebanner .swiper-button-prev {
    left: 10px !important;
}

.baihe_sidebanner .swiper-button-next,
.baihe_sidebanner .swiper-button-prev {
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    background: rgba(242, 177, 75, 0.15) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    color: var(--color-second) !important;
}

.baihe_sidebanner .swiper-button-next:after,
.baihe_sidebanner .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.baihe_sidebanner .swiper-button-next:hover,
.baihe_sidebanner .swiper-button-prev:hover {
    background: var(--color-second) !important;
    color: #fff !important;
}

.baihe_sidebanner .swiper-button-next:hover:after,
.baihe_sidebanner .swiper-button-prev:hover:after {
    color: #fff !important;
}
@media screen and (max-width: 1280px) {
.baihe_btn_wapper-btn .baihe_btn_wapper-btn-text{
  font-size: 18px;
}
}
@media screen and (max-width: 992px) {
  .baihe_sidebanner_content_desc{
  max-width: 100%;
}
.baihe_btn_wapper-btn .baihe_btn_wapper-btn-text{
  font-size: 14px;
}


}

@media screen and (max-width: 768px) {
  .baihe_btn_wapper-btn{
    width: 17%;
  }
}
@media screen and (max-width: 576px) {
    .baihe_btn_wapper-btn{
    width: 19%;
  }
  .baihe_btn_wapper-btn .baihe_btn_wapper-btn-text{
  font-size: 12px;
}
  .baihe_sidebanner_content_title{
    font-size: 20px;
  }
  .baihe_sidebanner_nav a,
  .baihe_sidebanner_nav {
    font-size: 12px;
  }
  .baihe_sidebanner .baihe_btn{
      height: 35px;
  }
  .baihe_btn_wapper-btn .baihe_btn_wapper-btn-text i{
    margin-left: 4px;
    font-size: 12px;
  }
  .baihe_btn_wapper-btn:hover .baihe_btn_wapper-btn-text{
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
}
@media screen and (max-width: 480px) {
  
  .baihe_sidebanner .baihe_btn{
      height: 28px;
  }
}