.photo-demo-pop-wrap{
	position: fixed;
	width:100%;
	height:100%;
	z-index:998;
	display:none;
}
.photo-demo-pop-wrap .fade {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 999;
}
.photo-demo-pop {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -280px;
  transform: translateY(-50%);
  z-index:1000;
  width: 570px;
}
.photo-demo-pop .tab {
  height: 40px;
  line-height: 40px;
  position: relative;
  background: #f6f7fb;
}
.photo-demo-pop .tab li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
}
.photo-demo-pop .tab li.act {
  color: #3271ab;
  background: #fff;
}
.photo-demo-pop .tab .closed-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  background: url("../../images/manage/close_btn.png") 0 0 no-repeat;
}
.photo-demo-pop .tab-con {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.photo-demo-pop .tab-con .con-b {
  display: none;
  width: 100%;

}
.photo-demo-pop .tab-con .con-b.act {
  display: inline-block;
}
.photo-demo-pop .con-b {
  max-height: 540px;
  overflow: auto;
}
.photo-demo-pop .con-b .notice {
  padding: 10px;
  background: #f2ffeb;
  border: 1px solid #c8dcba;
  margin-bottom: 10px;
}
.photo-demo-pop .con-b .notice p {
  color: #149718;
  font-size: 12px;
  line-height: 20px;
}
.photo-demo-pop .con-b .suggest {
  color: #666;
  font-size: 12px;
  padding: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.photo-demo-pop .con-b .demo-photo {
  border: 1px solid #ddd;
}
.photo-demo-pop .con-b .demo-photo p{
  margin-bottom:10px;
  width:100%;
  height:330px;
  overflow:hidden;
}

.photo-demo-pop .con-b .demo-photo img {
  max-width: 100%;
}

/*# sourceMappingURL=photo_demo.css.map */
