* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

.war {
    width: 100%;
    aspect-ratio: 3 / 1;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.war ul li {
    width: 100%;
    height: 100%;
    display: none;
}

.war ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 轮播信息卡(品牌名 + 副标题) */
.banner-title {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0, 0, 0, .55);
    border-radius: 10px;
    padding: 24px 26px;
    box-sizing: border-box;
}

.banner-title-brand {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #f0c98a;
    font-family: 'STZhongsong', 'SimSun', serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
}

.banner-title-sub {
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #fff;
    max-width: 300px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
}

.right img {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    cursor: pointer;
}


.left img {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    cursor: pointer;
}



.iconts {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    cursor: pointer;
}

.iconts span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 10px;
    float: left;
    margin-left: 10px;
}

.iconts span:nth-child(1) {
    margin: 0;
}

.iconts span.active {
    background: #F4C41D;
}