* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    outline: none;
}


/* .wrap{
    width: 1200px;
	margin: 100px auto 0;
} */
/*图片放大板块开始*/
.imgdet {
    display: flex;
    position: relative;
    left: 19%;
    top: -10%;
    height: 5.75rem;
    width: 100%;
    margin: 1.25rem auto 0;
    background: #fff;
}

.imgdet .imglist {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1.05rem;
    /* height: 460px; */
    height: 100%;
    overflow: hidden;
}

.imgdet .imglist ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}

.imgdet .imglist ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1rem;
    height: 1rem;
    border: .025rem solid #ccc;
    margin-bottom: .125rem;
}

.imgdet .imglist ul li:last-of-type {
    margin-bottom: 0;
}

.imgdet .imglist ul .active {
    border: .025rem solid #f00;
}

.imgdet .imglist ul li img {
    width: 100%;
    height: 100%;
}

.imgdet .imgpart {
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 5.75rem;
    height: 5.75rem;
}
.imgdet .imgparts {
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 5.75rem;
    height: 5.75rem;
}
.imgdet .imgpart .pic {
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    height: 100%;
}

.imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.imgdet .imgpart .pic img {
    width: 100%;
    height: 100%;
}

/* .imgdet .imgpart:hover .bigpic{
    display: block;
}
.imgdet .imgpart:hover .magnify{
    display: block;
} */
.imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: -5.875rem;
    width: 5.75rem;
    height: 5.75rem;
    z-index: 333;
    border: .0125rem solid #fff;
    overflow: hidden;
}

.imgdet .imgpart .bigpic>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.5rem;
    height: 11.5rem;
}