body.none {
	overflow-x: hidden;
	overflow-y: hidden
}

.LookPicture *:before,
.LookPicture *:after {
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	content: ""
}

.LookPicture {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.LookPicture * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.LookPicture_Background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19960924;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none !important
}

.LookPicture {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19960925;
	width: 100%;
	height: 100%;
	display: none
}

.LookPicture .Look_Close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 19960925
}

.LookPicture .Look_Close:before,
.LookPicture .Look_Close:after {
	background-color: #fff;
	width: 30px;
	height: 8px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	top: 17px;
	left: 5px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.LookPicture .Look_Close:hover:before,
.LookPicture .Look_Close:hover:after {
	box-shadow: 0 0 10px #6cf;
	-moz-box-shadow: 0 0 10px #6cf;
	-webkit-box-shadow: 0 0 10px #6cf
}

.LookPicture .Look_Close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.LookPicture .Look_Close:after {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg)
}

.LookPicture .Look_img {
	display: none;
	position: absolute;
	max-width: 85%;
	max-height: 85%;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	z-index: 19960924;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	border: 0;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.LookPicture .Look_img:hover {
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000
}

.LookPicture .Look_img.Look_Show {
	display: block
}

.LookPicture .Look_before {
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	z-index: 19960926;
	left: 50px;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.LookPicture .Look_before:before,
.LookPicture .Look_before:after {
	left: 0;
	width: 57px;
	height: 5px;
	background-color: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.LookPicture .Look_before:before {
	top: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.LookPicture .Look_before:after {
	top: 13px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg)
}

.LookPicture .Look_before:hover {
	left: 40px
}

.LookPicture .Look_before:hover:before,
.LookPicture .Look_before:hover:after {
	box-shadow: 0 0 20px #6cf;
	-moz-box-shadow: 0 0 20px #6cf;
	-webkit-box-shadow: 0 0 20px #6cf
}

.LookPicture .Look_next {
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	z-index: 19960926;
	right: 50px;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.LookPicture .Look_next:before,
.LookPicture .Look_next:after {
	left: 0;
	width: 57px;
	height: 5px;
	background-color: #fff;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.LookPicture .Look_next:before {
	top: 50px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg)
}

.LookPicture .Look_next:after {
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.LookPicture .Look_next:hover {
	right: 40px
}

.LookPicture .Look_next:hover:before,
.LookPicture .Look_next:hover:after {
	box-shadow: 0 0 20px #6cf;
	-moz-box-shadow: 0 0 20px #6cf;
	-webkit-box-shadow: 0 0 20px #6cf
}

.Look_Open {
	display: block !important
}
@media screen and (min-width:320px) and (max-width:414px) {
	.LookPicture .Look_img{
		max-width: 60% ;
	    max-height: 60% ;
		left: 50% ;
		top: 48% ;
	}
	.LookPicture .Look_before{
		left: 0;
		width: 24px ;
	    height: 35px;
	}
	.LookPicture .Look_next{
		right: 0 ;
		width: 24px;
		height: 35px;
	}
	.LookPicture .Look_next:before, .LookPicture .Look_next:after {
		left: 0;
		width: 24px;
		height: 2px;
	}
	.LookPicture .Look_before:before, .LookPicture .Look_before:after{
		    width: 24px;
	       height: 2px;
	}
	.LookPicture .Look_next:before {
		top: 24px;
	}
	.LookPicture .Look_next:after {
		top: 8px;
	}
	.LookPicture .Look_before:before {
		top: 25px;
	}
	.LookPicture .Look_before:after {
		top: 8px;
	}
	.LookPicture .Look_Close {
		right: 21px;
		top: 45px;
		
	}
	.LookPicture .Look_Close:before, .LookPicture .Look_Close:after{
		height: 2px;
	}
}