* {
    margin: 0;
    padding: 0;
    
}

.img_show_box {
	width: 100%;
	height: 16em;
    background-color: #070707;
    flex-direction: column;
	border-radius: 0.5em;
	overflow: hidden;
	position: relative;
}

.img_show_box .img_show_content {
    width: 100%;
	height: 100%;
    position: relative;
    overflow: hidden;
}

.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: 100%;
    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;
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	z-index: 20;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.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;
}
