@charset "UTF-8";

*{
    box-sizing: border-box;
}

.debu{
    position: absolute;
    top: 5px;
    right: 5px;
    color: black;
    z-index: 99999;
    font-family: Arial, sans-serif;
    text-align: right;
    font-size: 12px;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.btn_left{
    width: 22%;
    opacity: 0;
    z-index: 9999;
    height: 84%;
    position: absolute;
}

.indicator{
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height:40px;
    opacity: 0;
    pointer-events: none;
}



.st0{
    fill:#FFFFFF !important;
}
.st1{
    fill: #9e9e9e !important;
}
.st2{
    fill:none;
    stroke:#000000;
    stroke-miterlimit:10;
    stroke-width:1px;
}
.svg{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 150px;
    height: 50px;
    opacity: 0.8;
}
svg{
    overflow: hidden;
}




.progress{
    position: absolute;
    bottom: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.progress .dots{
    position: relative;
    border-radius: 125px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.progress .dot{
    display: inline-block;
    border-radius: 13px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin-left: 7px;
    margin-top: -17px;
}

.img{
    opacity:0;
}

.img .current, .img .next, .img .ani{
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 400px) {

    .progress {
        bottom: 0px;
    }
    .progress .dots{
        width: 100%;
    }
    .progress .dot{
        width: 10px;
        height: 10px;
        margin-left: 5px;
    }
}

