@charset "utf-8";

.label_new {
	margin-top: -8px;
    margin-left: -8px;
	padding: 5px 10px;
	font-weight: bold;
	z-index: 100;
	color: #fff;
	font-size: 15px;
	position: absolute;
	background-color: #ee0000;
}

@media screen and (max-width: 799px){
  .label_new {
    margin-top: -5px;
    margin-left: -5px;
  }
}

@media screen and (max-width: 499px){
  .label_new {
    margin-top: -3px;
    margin-left: -3px;
  }
}

.layoutPicture:hover{
  opacity: 0.7;
}

#layoutPictureBack{
  display:none;
  position:fixed;
  left:0px;
  top:0px;
  background:rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 10000;
}
#layoutPictureLarge{
  position: absolute;
  width: 90%;
  max-width: 800px;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10001;
}
.layoutPictureCloseBtn{
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 5px;
}
