.photo-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background-color: rgba(51, 51, 51, 0.8);
}
.photo-mask .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 650px;
  background-color: #ffffff;
}
.photo-mask .photo .photo-bd {
  position: relative;
  width: 100%;
  height: 539px;
}
.photo-mask .photo .photo-bd .photo-bd-ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo-mask .photo .photo-bd .photo-bd-ul ul {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.photo-mask .photo .photo-bd .photo-bd-ul ul li {
  width: 720px;
  height: 539px;
}
.photo-mask .photo .photo-bd .photo-bd-ul ul li img {
  width: 100%;
  height: 100%;
}
.photo-mask .photo .photo-hd {
  position: relative;
  width: 100%;
  height: 104px;
  margin-top: 6px;
}
.photo-mask .photo .photo-hd .photo-hd-ul {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.photo-mask .photo .photo-hd .photo-hd-ul ul {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.photo-mask .photo .photo-hd .photo-hd-ul ul li.on {
  border: 4px solid #006ab4;
}
.photo-mask .photo .photo-hd .photo-hd-ul ul li {
  float: left;
  width: 139px;
  height: 104px;
  box-sizing: border-box;
  margin-right: 7px;
}
.photo-mask .photo .photo-hd .photo-hd-ul ul li img {
  width: 100%;
  height: 100%;
}
.photo-mask .photo .photo-hd .shang {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -7px;
  width: 25px;
  height: 104px;
  cursor: pointer;
  transform: translateX(-100%);
  background-color: #eeeeee;
}
.photo-mask .photo .photo-hd .xia {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -7px;
  transform: translateX(100%);
  width: 25px;
  height: 104px;
  cursor: pointer;
  background-color: #eeeeee;
}
.bd-shang {
  position: absolute;
  top: 50%;
  left: -12px;
  cursor: pointer;
  transform: translate(-100%, -50%);
}
.bd-xia {
  position: absolute;
  top: 50%;
  right: -12px;
  cursor: pointer;
  transform: translate(100%, -50%);
}
.close {
  position: absolute;
  top: 4px;
  right: 7px;
  z-index: 99;
  cursor: pointer;
}
/*# sourceMappingURL=xiangce.css.map */