* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  outline: none;
}
/* .wrap{
    width: 1200px;
	margin: 100px auto 0;
} */
.imgdet {
  position: relative;
  width: 1200px;
  height: 460px;
  margin: 50px auto 0;
}
.imgdet .imglist {
  position: relative;
  display: inline-block;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
  display: inline-flex;
  width: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imgdet .imglist::-webkit-scrollbar {
  width: 0;
}
.imgdet .imglist::-webkit-scrollbar-thumb {
  background-color: #FFF3EF;
}
.imgdet .imglist::-webkit-scrollbar-track {
  background: #FFF3EF;
}
.imgdet .imglist .iconfont {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #D36641;
  opacity: 0.5;
  transition: 0.5s all;
}
.imgdet .imglist .iconfont:hover {
  opacity: 1;
}
.imgdet .imglist ul {
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
}
.imgdet .imglist ul::-webkit-scrollbar {
  width: 0;
}
.imgdet .imglist ul::-webkit-scrollbar-thumb {
  background-color: #FFF3EF;
}
.imgdet .imglist ul::-webkit-scrollbar-track {
  background: #FFF3EF;
}
.imgdet .imglist ul li {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #FFDBCE;
}
.imgdet .imglist ul li:last-of-type {
  margin-bottom: 0;
}
.imgdet .imglist ul .active {
  border: 2px solid #E9B3A0;
}
.imgdet .imglist ul li img {
  width: 100%;
  height: 100%;
}
.imgdet .imgpart {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 460px;
  height: 460px;
}
.imgdet .imgpart .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.imgdet .imgpart .pic .magnify {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  cursor: move;
  background-color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.imgdet .imgpart .pic img {
  width: 100%;
  height: 100%;
}
.imgdet .imgpart .bigpic {
  display: none;
  position: absolute;
  top: 0;
  right: -470px;
  width: 460px;
  height: 460px;
  z-index: 333;
  border: 1px solid #fff;
  overflow: hidden;
  background: white;
  border-radius: 15px;
}
.imgdet .imgpart .bigpic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}
