
img{
    display: block;
}
#box{
    width: 650px;
    position: relative;
    margin: 0 auto 0 0px;
}
@media only screen and (min-width: 769px){
	#box .show{
    width: 600px;
    border: solid 0px hotpink;
    position: relative;
}
}


@media screen and (max-width: 768px){
	#box .show{
    
    border: solid 0px hotpink;
    position: relative;
}
}
#box .show img{
    width: 100%;
}
#box .show .drag{
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #e0a8d7;
    opacity: .4;
    left: 0;
    top: 0;
    display: none;
}
#box .magnify{
    width: 400px;
    height: 400px;
    border: solid 0px #7d777b;
    position: absolute;
    left: 100%;
    top: 0;
    background: url("") no-repeat 0 0 / 2400px;
    display: none;
}
#box ul{
    width: 100%;
    height: 80px;
    margin-top: 20px;
}
#box ul::after{
    content: '';
    display: block;
    clear: both;
}
#box ul li{
    height: 100%;
    float: left;
    margin: 0 8px;
    border: solid 2px #fff;
}
#box ul li.active{
    border-color: hotpink;
}
#box ul li img{
    height: 100%;
}