body.noScrolling {
    overflow: hidden;
}

.worm-Irregular-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
}

.worm-Irregular-item .text {
    display: none;
}

.worm-Irregular-item:hover:after {
    background: rgba(0, 0, 0, 0);
}

@keyframes jianbian {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: rgba(0, 0, 0, 0.8);
    }
}

.img-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.img-popup.on {
    display: block;
    animation: jianbian 0.3s;
    z-index: 999;
}

.img-popup .worm-Irregular-item {
    /* box-shadow: 0 0 10px #000; */
    transition: all 0.5s;
    overflow: visible;
}

.img-popup .worm-Irregular-item .right-but {
    position: absolute;
    left: 100%;
    font-size: 32px;
    color: #fff;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer;
    margin-left: 10px;
    transition: all .3s;
}

.img-popup .removeItem .worm-Irregular-item:hover {
    transform: scale(1.05);
    z-index: 1;
    box-shadow: 0 0 10px #000;
}

.img-popup .worm-Irregular-item .right-but:hover {
    text-shadow: 0 0 10px #fff;
}

.img-popup .worm-Irregular-item:after {
    display: none;
}

.img-popup .removeItem .worm-Irregular-item .ap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
}

.img-popup .removeItem .text {
    position: absolute;
    right: calc(15% + 364px);
    color: #fff;
    top: 50%;
    width: 20%;
    transform: translate(0, -50%);
    line-height: 1.5em;
    animation: textanimate 0.5s;
}

@keyframes textanimate {
    0% {
        transform: translate(0, 100%);
    }
    100% {
        transform: translate(0, -50%);
    }
}

.img-popup .removeItem .text h2 {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.img-popup .removeItem .text h3 {
    margin-top: 1em;
}

.img-popup .removeItem .text em {
    font-weight: bold;
}

.img-popup .removeItem.on {
    position: absolute;
    right: 0;
    width: calc(100% - 30%);
    height: 100%;
    overflow: auto;
}

.img-times {
    position: fixed;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    transition: all .3s;
}

.img-times {
    height: 50%;
    padding: 0 1em;
}

.img-times.fix {
    /*top: auto;*/
}

.img-times ._sl,
.img-times ._sr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 48px;
}

.img-times ._sr {
    height: 100%;
    margin-right: 0;
}

.img-times ._sr .swiper-slide {
    position: relative;
}

.img-times ._sr .swiper-slide p {
    transform: scale(0.7);
    opacity: 0.5;
}

.img-times ._sr .swiper-slide-active p {
    transform: scale(1);
    opacity: 1;
}

.img-times ._sr p {
    position: relative;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer;
}

.img-times ._sr .swiper-container {
    height: 100%;
}

.img-times .retract {
    position: absolute;
    left: 100%;
    color: #fff;
    transform: translate(0%, -50%);
    padding: 0.2em;
    border-radius: 3px;
    /* background: rgba(0, 0, 0, 0.8); */
    top: 50%;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.img-times .retract i {
    transition: all .3s;
    float: left;
    vertical-align: middle;
    /* transform: rotate(180deg); */
}

.img-times .retract.on i {
    transform: rotate(0deg);
}

@media screen and (max-width:1024px) {
    .img-times img {
        width: 56px;
    }
    .img-times .retract i {
        transform: rotate(0deg);
    }
    .img-times .retract.on i {
        transform: rotate(180deg);
    }
    .img-times .retract {
        position: absolute;
        left: 0em;
        color: #fff;
        transform: translate(-100%, -50%);
    }
    .img-popup .removeItem {
        position: relative;
        top: 50%;
        width: 80%;
        margin: auto;
        transform: translateY(-50%);
    }
    .img-popup .removeItem>.worm-Irregular-item {
        left: 0 !important;
        margin-left: 0 !important;
        position: relative !important;
        margin-bottom: 1em;
        transform: translate(0, 0) !important;
    }
    .img-popup .removeItem .text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        animation: none;
        width: auto;
    }
    .img-times ._sl,
    .img-times ._sr {
        vertical-align: top;
    }
    .img-times {
        right: 10%;
        left: auto;
        height: 30%;
    }
}