#huake-banner {
    position: relative;
}

#huake-banner img {
    width: 100%;
}

#huake-banner .t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(2deg, #00000085 2%, transparent 98%); */
}

#huake-banner .t .container {
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: flex-start;
  /* align-items: center; */
  /* -webkit-align-items: center; */
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-align: left;
}

#huake-banner .t h5 {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  max-width: 850px;
  text-transform: capitalize;
  text-shadow: 2px 2px 2px #333;
}
#huake-banner .t .quote{
    background: var(--color-primary);
    color:#fff;
    padding: 20px 40px;
    margin-top: 50px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0px 0px 6px var(--color-primary);
    display: block;
    width: 280px;
    text-align: center;
}
#huake-banner .t .quote:hover{
     background:#fff;color:var(--color-primary);
}
#huake-banner .t p {
  font-size: clamp(14px, 1.05vw, 20px);
  color: #fefefe;
  font-weight: bold;
  margin: 28px 0 0;
  text-shadow: 2px 2px 2px #333;
}

#huake-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

#huake-banner .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #ffffffb5;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

#huake-banner .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 20px;
    background: var(--color-primary);
}

#huake-banner .swiper-button-prev,
#huake-banner .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(0 62 140 / 85%);
    margin-top: -30px;
    text-align: center;
}

#huake-banner .swiper-button-prev i,
#huake-banner .swiper-button-next i {
    font-size: 16px;
    line-height: 60px;
    color: #f8f6f5;
}

#huake-banner .swiper-button-prev,
#huake-banner .swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}

#huake-banner .swiper-button-next,
#huake-banner .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto;
}

#huake-banner .swiper-button-prev::after,
#huake-banner .swiper-button-next::after {
    display: none
}

#huake-banner .swiper-button-prev:hover,
#huake-banner .swiper-button-next:hover {
    background:#000000;
}

#huake-banner .swiper-button-prev:hover i,
#huake-banner .swiper-button-next:hover i {
    color: #f8f6f5;
}
@media screen and (max-width:1024px) {
#huake-banner .t .quote{
    padding: 15px;
    width: 220px;
    font-size: 16px;
}
     #huake-banner .t h5 {
        line-height: 1.1;
        font-size: 34px;
    }
        #huake-banner .t p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    #huake-banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
    }
#huake-banner .t .quote{
    padding: 6px 7px;
    width: 97px;
    font-size: 6px;
    margin-top: 10px;
    letter-spacing: 1px;
}
    #huake-banner .t .quote i{
    
    font-size: 6px;
   
}
    #huake-banner .t h5 {
        line-height: 1.1;
        font-size: 16px;
    }

    #huake-banner .t .container {
        padding-bottom: 50px;
    }

    #huake-banner .t p {
        margin: 7px 0 0;
        font-size: 10px;
    }

    #huake-banner .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin: 0 2px;
        border-radius: 50%;
    }

    #huake-banner .swiper-pagination-bullet-active {
        width: 10px;
        border-radius: 50%;
        background: #1055a0;
    }

    #huake-banner .swiper-button-prev,
    #huake-banner .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    #huake-banner .swiper-button-prev i,
    #huake-banner .swiper-button-next i {
        font-size: 12px;
        line-height: 30px;
    }

    #huake-banner .swiper-button-prev,
    #huake-banner .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }

    #huake-banner .swiper-button-next,
    #huake-banner .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }
}