#mian{
	visibility: hidden;
}
.center-container {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.a-box {
	margin: 0 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.a-box .box {
	position: relative;
	width: 105rem;
	height: 125rem;
}

.a-box .box .hall_level_box {
	position: absolute;
	width: 100%;
	height: 100%;
}

.a-box .box .man_photo {
	position: absolute;
	width: 86%;
	height: 86%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.a-box .man-name {
	color: #333;
	text-shadow: 0 0 0 #333;
	font-weight: 700;
	word-break: break-all;
}

.a-box .man-date {
	color: #666;
	font-size: 15rem;
}

.epitaph {
	text-align: center;
	margin-top: 15rem;
	color: #926054;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 22rem;
	font-size: 14rem;
}

marquee  {
	position: absolute;
	width: 61%;
	left: 20rem;
	bottom: 90rem;
	height: 80rem;
}

.swiper-item {
	margin-bottom: 5rem;
	height: 35rem;
	padding: 0 5rem;
	font-size: 15rem;
	background-image: linear-gradient(to right, #CEBE9F, #DEAF67);
	display: flex;
	align-items: center;
	border-radius: 20rem;
	color: white;
}

.swiper-item .avatar {
	width: 30rem;
	height: 30rem;
	margin-right: 10rem;
	border-radius: 50%;
}

.bottom-container {
	position: absolute;
	bottom: 20rem;
	padding: 0 20rem;
	width: 100%;
	box-sizing: border-box;
}

.bottom-container .msg-c {
	cursor: pointer;
	flex: 1;
	height: 50rem;
	margin-right: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.2);
	border-radius: 30rem;
	color: #fff;
}

.bottom-container img {
	width: 70rem;
	height: 70rem;
	cursor: pointer;
}

.light-container{
	position: fixed;
	width: 55rem;
	top: 111rem;
	right: 10rem;
}

.light-container .item{
	position: relative;
	width: 50rem;
	height: 50rem;
	margin-bottom: 5rem;
	cursor: pointer;
}

/* @media (min-width: 1440rem){

}
@media (min-width: 1200rem){

}
@media (max-width: 1200rem){

}
@media (max-width: 1440rem) and (min-width:992rem) {

} */

@media (min-width:992px) {
	.a-box .man-name {
		margin-top: 10px;
	    font-size: 20px;
	}
	.a-box .man-date {
	   margin-top: 5px;
	   font-size: 17px;
	}
	
	.a-box .box {
	    position: relative;
	    width: 140px;
	    height: 170px;
	}
	
	
	.epitaph {
	    text-align: center;
	    margin-top: 32px;
	    line-height: 35px;
		font-size: 17px;
	}

	
	marquee {
	    left: 20px;
	    bottom: 120px;
	    height: 100px;
	}
	
	.swiper-item {
		font-size: 18px;
	    margin-bottom: 10px;
	    height: 40px;
	}
	
	.swiper-item .avatar {
	    width: 30px;
	    height: 30px;
		margin-right: 5px;
	}
	
	.bottom-container {
	    bottom: 30px;
	    padding: 0 30px;
	}
	
	.bottom-container .msg-c {
	    height: 50px;
	    margin-right: 20px;
	}
	
	.bottom-container img {
	    width: 80px;
	    height: 80px;
		margin: 0 5px;
	}
	
	.light-container{
		top: 160px;
		right: calc(50% - 360px);
		transform: translateX(-50%);
		width: 60px;
	}
	.light-container .item{
		width: 75px;
		height: 75px;
		margin-bottom: 15px;
	}
}


.light-container {
	position: fixed;
	width: 55rem;
	top: 120rem;
	left: 20rem;
}

.light-container .item {
	cursor: pointer;
	position: relative;
	width: 50rem;
	height: 50rem;
	margin-bottom: 5rem;
}

.light-container .item .gray-img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.light-container .item span {
	position: absolute;
	bottom: 5rem;
	right: 5rem;
	color: white;
}

.light-container .item .light-img {
	position: absolute;
	-webkit-animation: run 5s linear infinite;
}

@keyframes run {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.right-container{
	position: fixed;
	width: 55rem;
	top: 120rem;
	right: 10rem;
}

.right-container .item{
	position: relative;
	width: 55rem;
	height: 55rem;
	margin-bottom: 10rem;
	cursor: pointer;
}



.gift-container {
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	height: 25%;
	overflow-y: auto;
	margin: 0 auto;
	top: 60%;
	display: grid;
	grid-template-columns: repeat(4, 25%);
}

.gift-container img {
	width: 50rem;
	height: 50rem;
	margin: 0 auto;
	cursor: pointer;
}

.l-h-container {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: rgb(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-h-container .c {
	width: 82%;
	max-height: 80%;
	border-radius: 5rem;
	background-color: white;
}

.l-h-container .c .top-img {
	border-radius: 5rem 5rem 0 0;
	width: 100%;
	height: 160rem;
	background: url(/static/mourn-dec/img/banner_longlight.85fd0bcc.png) no-repeat;
	background-size: 101% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
}

.l-h-container .c .lib-c {
	background: url(https://static.quwangming.com/mourn/icon/a_bj.png) no-repeat;
	background-size: 100% 100%;
	width: 80rem;
	height: 80rem;
	border-radius: 50%;
	border: 4rem solid white;
	position: relative;
	margin-bottom: 5rem;
}

.l-h-container .c .lib-c .light-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-animation: run 5s linear infinite;
}

.l-h-container .c .lib-c .lib {
	-webkit-animation: unset;
	width: 85%;
	height: 85%;
}

.l-h-container .c .h-l {
	width: 100%;
	padding: 0 15rem;
	box-sizing: border-box;
	max-height: 260rem;
	overflow-y: auto;
	font-size: 14rem;
}

.l-h-container .c .item {
	padding: 10rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-bottom: 1rem solid #ebebeb;
}

.l-h-container .c .item .avatar {
	width: 55rem;
	height: 55rem;
	border-radius: 50%;
	margin-right: 10rem;
}

.l-h-container .c .item .t {
	color: #999;
}

.l-h-container .c .item .green {
	color: #6cae40;
}

.l-h-container .c .item .red {
	color: #f24848;
}

.l-h-container .c .btns {
	background: linear-gradient(90deg, #00c391, #3c9bff);
	margin: 15rem;
	height: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 4rem;
}

.right-container{
	position: fixed;
	width: 55rem;
	top: 112rem;
	right: 10rem;
}

.right-container .item{
	position: relative;
	width: 50rem;
	height: 50rem;
	margin-bottom: 3rem;
	cursor: pointer;
}

/* @media (min-width: 1440rem){

}
@media (min-width: 1200rem){

}
@media (max-width: 1200rem){

}
@media (max-width: 1440rem) and (min-width:992rem) {

} */
@media (min-width:992px) {
	.a-box .man-date {
		font-size: 17px;
	}
	.light-container {
		top: 160px;
		left: calc(50% - 320px);
		transform: translateX(-50%);
		width: 60px;
	}

	.light-container .item {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.light-container .item span {
		bottom: 5px;
		right: 5px;
	}

	.a-box .man-name {
		font-size: 20px;
	}

	.a-box .box {
		width: 120px;
		height: 150px;
	}
	.gift-container img {
		width: 65px;
		height: 65px;
	}

	.bottom-container {
		bottom: 30px;
		padding: 0 30px;
	}

	.bottom-container img {
		width: 80px;
		height: 80px;
		margin: 0 20px;
	}
	.l-h-container .c .lib-c {
		width: 110px;
		height: 110px;
		border: 4px solid white;
	}
	.l-h-container .c .top-img {
		height: 220px;
	}
	.l-h-container .c .h-l {
		box-sizing: border-box;
		max-height: 320px;
		font-size: 17px;
	}
	.l-h-container .c .item {
		padding: 15px 0;
		border-bottom: 1px solid #ebebeb;
	}

	.l-h-container .c .item .avatar {
		width: 75px;
		height: 75px;
	}

	.l-h-container .c .btns {
		margin: 25px;
		height: 60px;
	}

	.right-container{
		top: 160px;
		right: calc(50% - 360px);
		transform: translateX(-50%);
		width: 60px;
	}
	.right-container .item{
		width: 75px;
		height: 75px;
		margin-bottom: 15px;
	}
}
