.product-dimpopup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 9999;
}
.product-dimpopup-wrap .productlayer-popup {
    position: relative;
    width: 500px;
    background: #000;
}
.product-dimpopup-wrap .productlayer-popup .swiper-wrapper {
    align-items:center;
}
.product-dimpopup-wrap .productlayer-popup .productswiper-container-wrap {
    overflow: hidden;
}

.product-dimpopup-wrap .productlayer-popup .productlayer-popup-close {
    position: absolute;
    top: -33px;
    right: 0;
}

.product-dimpopup-wrap .productlayer-popup .productlayer-popup-close .close-btn {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url('//icon.feelway.com//recent/pc/common/button/btn_close.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
}

.product-dimpopup-wrap .productlayer-popup .productswiper-container {
    width: 100%;
    height: 100%;
}

.product-dimpopup-wrap .productlayer-popup .swiper-slide {
    max-height: 700px;
    text-align: center;
    font-size: 18px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}
.product-dimpopup-wrap .productlayer-popup .swiper-slide.aiSearchBox .aiSearchBtn {bottom: 20px;}

.product-dimpopup-wrap .productlayer-popup .swiper-slide img {
    width: 100%;
}

.product-dimpopup-wrap .productlayer-popup .productswiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 38px;
    height: 37px;
    margin-top: -19px;
    background: url('//icon.feelway.com//recent/pc/common/button/btn_prev.png') no-repeat 0 0;
    z-index: 10;
}

.product-dimpopup-wrap .productlayer-popup .productswiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 38px;
    height: 37px;
    margin-top: -19px;
    background: url('//icon.feelway.com//recent/pc/common/button/btn_next.png') no-repeat 0 0;
    z-index: 10;
}

.product-dimpopup-wrap .productlayer-popup .productswiper-pagination-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    z-index: 500;
}

.product-dimpopup-wrap .productlayer-popup .productswiper-pagination {
    display: inline-block;
    width: auto;
    height: 24px;
    border-radius: 15px;
    background: #000000AD;
    line-height: 24px;
    padding: 0 13px;
}