.wrapper {
    width: 580px;
    height: 355px;
    overflow: hidden;
    /* margin: 0 auto; */
    position: relative;
}

.sw-image {
    width: 580px;
    height: 355px;
}

.contain {
    display: flex;
    width: 100%;
    position: absolute;

    left: 0;
    top: 0;
}
.wrapper-con{
    width: 580px;
    height: 325px;
    overflow: hidden;
    position: relative;
    /* position: absolute; */
    top: 30px;
}
.btn {
    width: 114px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 450px;
    bottom: 15px;
}

.btn span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid white;
    background: #ffffff;
    border-radius: 50%;
}
.a-btn #next{
    position: absolute;
    left: 530px;
    font-size: 58px;
    top: 125px;
    color: #ffff;
    z-index: 999;
}
.a-btn #pre{
    position: absolute;
    left: 3px;
    font-size: 58px;
    top: 125px;
    color: #ffff;
    z-index: 999;

}

/* .wrapper-con a {
    text-decoration: none;
    font-size: 58px;
    color: #fffefe;
    font-weight: 100;
    position: absolute;
    top: 35%;
}

.wrapper-con a:nth-of-type(1) {
    left: 10px;

}

.wrapper-con a:nth-of-type(2) {
    right: 10px;
} */

.active {
    background-color: red !important;
}
.image-con{
    position: relative;
}
.bg-title{
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    height: 42px;
    width: 100%;
    background-color: #7e7b70ab;
    color: #fff;
    font-size: 18px;
}