.fuxuan-banner .swiper-slide{
    position: relative;
}
.fuxuan-banner .swiper-slide img{
    width: 100%;
    aspect-ratio: 64/25;
    min-height: 400px;
}
.fuxuan-banner .swiper-slide .banner-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    /* padding-top: 186px; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -16.67%, rgba(0, 0, 0, 0.80) 49.52%, rgba(255, 255, 255, 0.00) 92.19%);
}
.banner-con .banner-title{
    color: #FFF;
    font-family: var(--banner-font-family);
    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: 125.926%; /* 125.926% */
    text-align: center;
}
.banner-con .banner-title .light-title{
    background: linear-gradient(90deg, #D8BC84 0%, #F6DE98 0.01%, #DEBA89 32.96%, #FFE8B3 65.38%, #E2BF83 111.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-con .tags{
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4,auto);
    gap: 8px;
}
.banner-con .tags .tag{
    color: #FFF;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px; /* 62.5% */
    list-style: disc;
    list-style-position: inside;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.32);
}
.banner-con .fuxuan-button{
    margin-top: 120px;
    padding: 10px 19px 0 59px;
    position: absolute;
}
.banner-con .fuxuan-button:hover{
    padding: 10px 29px 10px 39px;
}
.banner-con .fuxuan-button .ico{
    margin-left: 13px;
}
.fuxuan-banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #DBDCDD;
    opacity: 1;
}
.fuxuan-banner .swiper-pagination-bullet-active{
    background: #DBDCDD;
}

/* @media screen and (max-width: 1700px) {
    .fuxuan-banner .swiper-slide .banner-con{
        padding-top: 100px;
    }
} */
@media screen and (max-width: 1500px) {
    /* .fuxuan-banner .swiper-slide .banner-con{
        padding-top: 0;
        justify-content: space-evenly;
    } */
    .banner-con .tags,
    .banner-con .fuxuan-button{
        margin-top: 0;
    }
    .banner-con .banner-title{
        font-size: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-con .banner-title{
        font-size: 42px;
    }
    .banner-con .tags{
        grid-template-columns: repeat(2,auto);
    }
}
@media screen and (max-width: 992px) {
    .banner-con .banner-title{
        font-size: 36px;
    }
    .fuxuan-banner .swiper-navigation{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .banner-con .banner-title{
        font-size: 20px;
    }
    .banner-con .tags{
        display: none;
    }
    .fuxuan-banner .swiper-slide img{
        min-height: 200px;
    }
    .banner-con .fuxuan-button{
        transform: scale(0.6);
        padding: 10px 19px 0 30px;
    }
}