* {
    margin: 0;
    padding: 0;
    
}

.img_show_box {
    width: 100vw;
    height: 100vh;
    background-color: #070707;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    z-index:99
}

.img_show_box .img_show_content {
    width: 100%;
    height: 74vh;
    position: relative;
    overflow: hidden;
    margin-top: 10vh;
}

.img_show_box .img_show_content .img_show_list {
    min-width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    transition: left 300ms;
    position: absolute;
    top: 0;
    left: 0;
}

.pinch-zoom-container {
    display: inline-block;
    width: 100vw;
    height: 100% !important;
}

.img_show_content .img_show_list .show_imgst {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.img_show_content .img_show_list .show_imgst img {
    width: 100%;
    max-height: 100%;
}

.img_show_box .img_show_pointer {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}

.img_show_box .img_show_pointer .img_show_spot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4b4b4b;
    margin-right: 12px;
}

.img_show_box .img_show_pointer .img_show_spot:last-child {
    margin-right: 0;
}

.spotSele {
    background-color: #aeaeae !important;
}
