.islider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 300px;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.s-slider-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991fa;
    background: #d1e9fe;
    border-radius: 2px;
}

.s-yidun_slider_icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 14px;
    height: 10px;
    /*background-image: url(https://cstaticdun.126.net//2.13.7/images/icon_light.4353d81.png);*/
    background-position: 0 -13px;
    background-size: 32px 544px;
}

.s-inner-mv-img, .s-inner-bg-img, .s-title {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.s-slider {
}

.s-mask {
    display: block;
    margin: 0 auto;
    z-index: 998;
    background: rgba(0, 0, 0, 0);
    width: 310px;
    height: 280px;
}

.s-container {
    position: absolute;
    z-index: 999;
    width: 310px;
    height: 280px;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    box-shadow: 0px 0px 11px 0px rgba(153, 153, 153, 1);
    box-sizing: border-box;
    padding: 17px 15px;
}

.s-title {
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.s-button-group img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.s-img {
    width: 280px;
    height: 180px;
    position: relative;
}

    .s-img img {
        width: 100%;
    }

.s-backgroup-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.s-move-img {
    //width: 52.20338981px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.s-slide {
    width: 100%;
    height: 40px;
    border: 1px solid #e4e7eb;
    background-color: #f7f9fa;
    box-sizing: border-box;
    position: relative;
}

    .s-slide::before {
        position: absolute;
        content: "按住左边按钮移动完成上方拼图";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #999;
        width: 100%;
        height: 100%;
        text-indent: 50px;
    }

.s-block {
    //width: 40px;
    width: 60px;
    height: 38px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

    .s-block:hover {
        background-color: #1991fa;
    }

        .s-block:hover .s-yidun_slider_icon {
            /*background-image: url(https://cstaticdun.126.net//2.13.7/images/icon_light.4353d81.png);*/
            background-position: 0 0;
            background-size: 32px 544px;
        }

.s-loading {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.notclick {
    pointer-events: none;
}
