@media(max-width:500px){
.banner .slick-dots li, .banner .slick-dots li button{    width: 40px;height: 40px;}
}
       .carousel-container {
            position: relative;
            width: 100%;}

        .carousel-box {
            position: relative;
            width: 100%;
            height: 395px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);}

        .carousel-wrapper {
            display: flex;
            height: 100%;
            transition: transform 0.6s ease;}

        .carousel-item {
            min-width: 100%;
            height: 100%;}

        .carousel-item img,
        .carousel-item video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;}

        /* 视频显示控件：播放/暂停/进度条 */
        .carousel-item video {}

        /* 标题在轮播图正下方居中 */
  .carousel-title{
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgb(0 0 0 / 50%);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(100% - 150px);}
        /* 箭头 */
        .carousel-arrow {font-family: fangsong;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(0,0,0,0.5);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            z-index: 10;}
        .carousel-arrow:hover {
            background: rgba(0,0,0,0.8);}
        .prev { left: 15px;}
        .next { right: 15px;}

        /* 小圆点 */
  .dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 150px;
    background-color: rgb(0 0 0 / 50%);
    height: 45px;
    padding-top: 15px;}
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;}
        .dot.active {
            background:#3499eb;}
        
        @media (max-width: 767px) {
    .carousel-box {
    height: auto;}
}
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
