body{
	background: #000;
}

.vrchicken {
	/* height: 6.35625rem; */
	height: 100vh;
	width: 100%;
}

.vrchicken .mbx{
	bottom: 30vh;
}

.vrchicken>img {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	filter: blur(200px);
	transition: all 5s;
}
.vrchicken:hover>img {
 	
	filter: blur(0px);
}


.vrchicken .wp > div{
	height: 100%;
}

.vrchicken .n-text h5 {
	font-family: Ming !important;
	font-size: var(--f95) !important;
	font-weight: normal;

}

.vrchicken .n-text p {
	font-family: Ming !important;
}


.vrchicken .n-text {
/*	padding-bottom: 8%;*/
	padding-top: 0 !important;
}

.vrchicken .position {
	bottom: 2.025rem !important;
}

.n-vr {
	background: #000;
}

.n-vr ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* gap: 1rem 1rem; */
	gap: .5rem .7rem;
	position: relative;
	z-index: 1;
	padding-right: 1.9625rem;
}

.n-vr ul li a {
	display: block;
	position: relative;

}

.n-vr ul li a .entervr {
	position: relative;
	 
}

.n-vr ul li a .entervr>img {
	opacity: 0;
	opacity: 1;
	width: 0.33125rem;
	height: 0.33125rem;
	border-radius: 50%;
	position: absolute;
	opacity: .6;
	transition: all .5s;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;


}

.n-vr ul li a .entervr::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .53);
	left: 0;
	top: 0;
	opacity: 1;
	transition: all .5s;
	z-index: 1;
	display: block;
}

/* .n-vr ul li a:hover .entervr>img,
 * .n-vr ul li a:hover .entervr::before {
 *     opacity: 1;
 * } */

.n-vr ul li a:hover .entervr::before {
    opacity: 0;
}
.n-vr ul li a:hover .entervr .img-db img{
/*    filter: grayscale(100%);*/
	filter: blur(30px);
    transition: all 2s;
}

.n-vr ul li a:hover .entervr>img{
	opacity: 0;
}

.n-vr ul li .img-db:after {
	padding-top: 73.495%;
	content: '';
	display: block;
}

.n-vr ul li .vrcon {
	padding: 0.15rem 0.1rem;
}

.n-vr ul li .vrcon h5 {
	color: #ffffff;
	font-size: var(--f32);
	line-height: 1.5;
	font-family: Ming;
	font-weight: normal;
}

.n-vr ul li .vrcon p {
	color: #939393;
	font-size: var(--f18);
	line-height: 1.5;
	margin-top: .05rem;
	font-family: Ming;
}

.n-vr ul li:nth-child(even) {
	margin-top: 1rem;
}
.n-vr ul li:nth-child(odd) {
	margin-bottom: 1rem;
}