.over{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 6666;
    display: none;
}
.over.up{
	display: none;
}
.win{
	position: fixed;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    max-width: 1000px;
    background: #fff;
    transform: translate(-50%,-50%);
    overflow: auto;
    z-index: 6667;
    transition: all .36s ease;
    
}
.win.up{
	width: 80vw;
    height: 65vh;
}

.win h2{
	position: absolute;
	display: block;
	width: 100%;
    text-align: right;
    padding: 0 2.5%;
    margin: 25px auto;
    z-index: 2;
}
.win h2 span{
    width: 38px;
    height: 38px;
    float: right;
    text-align: center;
    display: table;
    font-size: 18px;
    color: #666;
    font-weight: 200;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    margin: 0 auto;
    background-image: url("../images/ovclose.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.win .xclose:hover{
	border-color: #ce2d35;
	color: #ce2d35;
	opacity: 1;
    background-image: url("../images/ovcloseon.png");
}
.win img{
	max-width: 100%;
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
}


.win .text{
	display: block;
	margin: 0 auto;
	padding: 35px;
}
.win h3{
	color: #333;
	line-height: 1.25;
	font-weight: 400;
	margin: 15px auto;
	text-align: center;
}
.win hr{
	display: block;
	width: 45px;
	height: 2px;
	background-color: #ce2d35;
	text-align: center;
	margin: 0 auto;
}
.win div{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.5px;
	text-align: left;
	margin: 15px auto;
}


.moldvideo{
	position: relative;
  	width: 35vw;
    height: 250px;
    margin: 35px auto;
    opacity: 1;
}
.itemLarger .win.up{
	height: 87.5vh;
}