body {
	background: #fff;
	height: 100vh;
	width: 100%;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 17rem;
}


[v-cloak] {
	display:none !important;
}


div::-webkit-scrollbar {
	display: none;
}

#main {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.main-content {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: relative;
}

.flex-ac {
	display: flex;
	align-items: center;
}

.main-content .top-title {
	border-bottom: 1rem solid #ebebeb;
	position: fixed;
	width: 100%;
	top: 0;
	height: 44rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	padding: 0 10rem;
	box-sizing: border-box;
	background-color: hsla(0, 0%, 100%, .7);
	color: #444;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-content .top-title .top-center {
	max-width: 70%;
}
.main-content .top-title span {
    min-width: 86%;
    text-align: center;
}

.main-content .top-title .back {
	width: 27rem;
	height: 27rem;
	cursor: pointer;
}

.main-content .top-title .top-right {
	font-weight: 600;
}

.main-content .top-title .hall_level {
	width: 70rem;
	height: 24rem;
	margin: 0 5rem;
}

.main-content .top-title .hall_code {
	width: 26rem;
	height: 27rem;
}

.main-content .top-title .top-right img {
	width: 25rem;
	height: 25rem;
}

.main-content .friend-container {
	position: fixed;
	top: 55rem;
	left: 15rem;
}


.main-content .friend-container .num-c {
	background: rgba(0, 0, 0, .2);
	height: 45rem;
	border-radius: 35rem;
	padding: 0 12rem 0 2rem;
	margin-right: 5rem;
	font-size: 15rem;
}

.friend-container .hall-photo {
	width: 36rem;
	height: 36rem;
	border-radius: 50%;
	margin-right: 5rem;
}

.num-c .num {
	color: white;
}

.num-c .num img {
	width: 15rem;
	height: 15rem;
}

.friend-container .user-avatar {
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
}

.friend-container .share {
	cursor: pointer;
	line-height: 30rem;
	background-color: #41ba70;
	color: #fff;
	font-size: 14rem;
	font-weight: 700;
	width: 75rem;
	border-radius: 20rem;
	text-align: center;
	margin-left: 5rem;
}

.nav-title {
	z-index: 33;
	position: absolute;
	top: 100rem;
	left: 50%;
	transform: translateX(-50%);
}

.nav-title .item {
	font-size: 18rem;
	line-height: 30rem;
	color: #0e0e0e;
	margin: 0 15rem;
	font-weight: 700;
	border-bottom: 3rem transparent solid;
	cursor: pointer;
}

.nav-title .item-active {
	color: #e4291a;
	border-bottom: 3rem #e4291a solid;
}

.click-meum {
	width: 150rem;
	background-color: #fff;
	position: absolute;
	top: 52rem;
	right: 5rem;
	z-index: 999;
	border-radius: 5rem;
	visibility: hidden;
}

.meum-auto {
	visibility: visible;
}


.click-meum .click-meum-innerlist {
	width: 100%;
	height: 45rem;
	display: flex;
	align-items: center;
	padding: 0 9rem 0 15rem;
	box-sizing: border-box;
}

.click-meum-img {
	width: 20rem;
	height: 20rem;
	margin-right: 5rem;
	display: flex;
	align-items: center;
}

.click-meum .click-meum-innerlist::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6rem solid transparent;
	border-right: 6rem solid transparent;
	border-bottom: 7rem solid #fff;
	position: absolute;
	right: 24rem;
	top: -7rem;
}


.flash-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	align-items: center;

}

.flash-container .flash-img {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 200rem;
	height: 200rem;
	z-index: 6666;
	-webkit-animation: run-lib 5s linear infinite;
}

.flash-container .libation-img {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 140rem;
	height: 140rem;
	z-index: 7777;
	-webkit-animation: scal-lib 2s linear infinite;
}

@keyframes run-lib {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes scal-lib {
	from {
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(0);
	}
}

@media (min-width:992px) {
	body {
		font-size: 20px;
	}

	#main {
		align-items: center;
		width: 750px;
		margin: 0 auto;
	}

	.main-content .top-title {
		width: 750px;
		height: 60px;
	}
	.main-content .top-title .top-center span{
		font-size: 24px;
	}
	.main-content .top-title .hall_level {
		width: 86px;
		height: 30px;
	}

	.main-content .top-title .hall_code {
		width: 30px;
		height: 30px;
	}

	.main-content .top-title .top-right img {
		width: 30px;
		height: 30px;
	}

	.main-content .top-title .back {
		width: 30px;
		height: 30px;
	}

	.main-content .friend-container {
		top: 80px;
		left: calc(50% - 140px);
		transform: translateX(-50%);
	}

	.main-content .friend-container .num-c {
		height: 50px;
		padding: 0 10px 0 5px;
		margin-right: 5px;
		font-size: 18px;
	}


	.num-c .num img {
		width: 20px;
		height: 20px;
	}

	.friend-container .hall-photo {
		width: 40px;
		height: 40px;
	}

	.friend-container .user-avatar {
		width: 40px;
		height: 40px;
	}
	
	.friend-container .share {
	    line-height: 40px;
	    font-size: 16px;
	    width: 100px;
	    border-radius: 40px;
	}

	.nav-title {
		position: absolute;
		top: 140px;
	}

	.nav-title .item {
		font-size: 22px;
		line-height: 35px;
		margin: 0 50px;
	}
	
	.click-meum{
		width: 180px;
		top: 70px;
	}
	.click-meum-img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.click-meum .click-meum-innerlist {
	    height: 50px;
	}
}


