.imgdet {
  position: relative;
  height: 420px;
  width: 1200px;
  z-index: 55;
  pointer-events: none; }

.imgdet .imglist {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* 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: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px; }

.imgdet .imglist ul li:last-of-type {
  margin-bottom: 0; }

.imgdet .imglist ul .active {
  border: 2px 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: 460px;*/
  /*height: 460px;*/
  width: 600px;
  height: 420px;
  pointer-events: auto;
  background: #F3F4F6; }

.imgdet .imgpart .pic {
  position: relative;
  width: 100%;
  height: 100%; }

.imgdet .imgpart .pic .magnify {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 210px;
  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: -610px;
  /*width: 460px;*/
  /*height: 460px;*/
  width: 600px;
  height: 420px;
  z-index: 333;
  border: 1px solid #fff;
  overflow: hidden;
  background: #f3f4f6; }

.imgdet .imgpart .bigpic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 840px;
  max-width: unset;
  max-height: unset; }

@media screen and (max-width: 1920px) {
  .imgdet {
    position: relative;
    height: 21.875vw;
    width: 62.5vw;
    z-index: 55;
    pointer-events: none; }

  .imgdet .imglist {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 4.375vw;
    /* height: 460/$f+vw; */
    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: 4.1666666667vw;
    height: 4.1666666667vw;
    border: 0.1041666667vw solid #fff;
    margin-bottom: 0.5208333333vw; }

  .imgdet .imglist ul li:last-of-type {
    margin-bottom: 0; }

  .imgdet .imglist ul .active {
    border: 0.1041666667vw 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: 460/$f+vw;*/
    /*height: 460/$f+vw;*/
    width: 31.25vw;
    height: 21.875vw;
    pointer-events: auto;
    background: #F3F4F6; }

  .imgdet .imgpart .pic {
    position: relative;
    width: 100%;
    height: 100%; }

  .imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 15.625vw;
    height: 10.9375vw;
    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: -31.7708333333vw;
    /*width: 460/$f+vw;*/
    /*height: 460/$f+vw;*/
    width: 31.25vw;
    height: 21.875vw;
    z-index: 333;
    border: 0.0520833333vw solid #fff;
    overflow: hidden;
    background: #f3f4f6; }

  .imgdet .imgpart .bigpic > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 62.5vw;
    height: 43.75vw;
    max-width: unset;
    max-height: unset; } }

/*# sourceMappingURL=scale.css.map */
@media screen and (max-width: 768px) {
  .imgdet {
    width: 100%;
    height: 61.875vw;
  }
  .imgdet .imgpart {
    width: 100%;
  }
  .imgdet .imgpart {
    height: 61.875vw;
  }

}
