.lang {
	height: 73px;
	width: 230px;
}

#wallets {
	overflow: hidden;
	text-overflow: ellipsis;
}
.flobat .adrees {
	width: 80%;
	transform: scale(0.8);
}

.flobat .infiyts .adrees {
	width: 200px;
	font-size: 12px;
	transform: scale(0.8);
	overflow: inherit;
}

#logoutwallets {
	overflow: hidden;
	text-overflow: ellipsis;
}
.heyue{
	overflow: hidden;
	text-overflow: ellipsis;
}
/**
 * 
	大于==宽度大于96
***/
@media screen and (min-width:960px) {
	.pcFlexFill {
		display: flex;
		justify-content: center;
	}
	.adrees {
		width: 100%;
		font-size: 20px;
		overflow: auto;
	}
}

.avatar {
	position: relative;
	width: 60px;
	height: 60px;
	/* background: #b154f0; */
}

.clicks {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #b154f0;
}

.infiyts {
	display: flex;
	align-items: center;
	/* margin-left: 10px; */
}

.oundq {
	display: flex;
	align-items: center;
}

.sizeBig {
	font-size: 20px;
}

.sizeSmall {
	font-size: 12px;
}

.niceName {
	width: 20px;
	height: 20px;
	background: #b154f0;
	margin-left: 20px;
}

.sizeName {
	margin-left: 10px;
}

.flobat {
	display: flex;
	justify-content: space-around;
	margin: 100px 0;
}

.Shodow {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100px;
	height: 40px;
	background: #000;
	/* opacity: 0.5; */
	border-radius: 5px;
	font-size: 13px
}

.invite {
	width: 30px;
	height: 30px;
	background: #b154f0;
	border-radius: 5px;
}

.bed {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0.6;
}

.propu {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 200px;
	background: #27053b;
}

.correct {
	width: 40px;
	height: 40px;
	background: #b154f0;
}

.propu-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
}

.face {
	margin-left: 10px;
}

.bg-flex {
	width: 250px;
	height: 30px;
	position: relative;
	background: #000;
	opacity: 0.5;
}

.copys {
	width: 20px;
	height: 20px;
	background-color: #b154f0;
	transform: translate(10px, 0px);
}

.inviteCode {
	width: 100%;
	font-size: 12px;
	/* 			overflow: hidden;
			text-overflow: ellipsis; */
	background: none;
	border: none;
	outline: none;
	color: white;
}

.flexFill {
	display: flex;
	align-items: center;
	margin: 35px 20px 0;
}

.cancel {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	background: #b154f0;
	border-radius: 10px;
	margin: 20px auto;
}

.confirm {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	background: #b154f0;
	border-radius: 10px;
	margin: 20px auto;
}

.BOM {
	width: 300px;
	height: 300px;
	border: 2px solid #352768;
	border-radius: 10px;
	margin: -50px auto 50px;
}

.TAGS {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
}

.hidden-y {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 220px;
	overflow-y: auto;
}

.borderRadius {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 50px;
	border: 2px solid #352768;
	border-radius: 10px;
	margin-bottom: 10px;
}

html {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
	width: 0px
}

::-webkit-scrollbar {
	display: none;
}


.loadingbg{
	background-image:url("../img/bg/loadbg.jfif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}