#InviteWindow {
	/*背景*/
	width: 650px !important;
	height: 366px !important;
	position: absolute;
	background: url(https://www.digiwin.com/dgw/images/ke.png) no-repeat !important;
	z-index: 8889;
	border-radius: 12px;
	box-shadow: 8px 8px 40px 0 rgba(0, 0, 0, .35) !important;
	/*opacity: 0 !important;transform: translateY(-12px)  !important;*/
	display: none !important;
}

#InviteWindow[style*="fixed"] {

	animation: InviteWindowFadeIn 1s both !important;
	background: url(https://www.digiwin.com/dgw/images/ke.png) no-repeat !important;
	/*
    transition:all .5s ;
    opacity: 1 !important ; transform: translateY(0px) !important;
*/

}

#InviteWindow #invite_title {
	display: none;
}


@keyframes InviteWindowFadeIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	60% {
		opacity: 1;
	}

	100% {
		transform: translateY(0px);
	}
}



#invite_text {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 1.6 !important;
	width: 378px !important;
	height: 210px !important;
	overflow: hidden;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin-left: 250px !important;
	margin-top: 40px !important;
}

#invite_text p {
	display: none !important;
}

#invite_text h2 {
	font-size: 32px !important;
	font-weight: bold !important;
	color: #fff !important;
	padding-bottom: 20px !important;
	text-align: left;
}

#invite_text h3 {
	font-size: 20px !important;
	font-weight: bold !important;
	color: #fff !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

#invite_btn {
	padding-left: 250px;
}

#invite_btn button.cancel {
	margin: 20px 50px 0 0;
	border: none;
	outline: none;
	box-sizing: border-box !important;
	display: block !important;
	top: 20px !important;
	left: 520px !important;
	float: right;
	width: 78px !important;
	height: 16px;
	background: url("https://www.digiwin.com/dgw/images/x.png") no-repeat 0 0 !important;
	cursor: pointer !important;
}

#invite_btn button.accept {
	border: none;
	outline: none;
	box-sizing: border-box !important;
	top: 0 !important;
	left: 250px !important;
	float: left;
	width: 150px !important;
	height: 55px !important;
	background: url("https://www.digiwin.com/dgw/images/z.png") no-repeat 0 0 !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
	cursor: pointer !important;
}

#invite_btn button.accept span,
#invite_btn button.cancel span {
	display: none;
}

.new_tc {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 55;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	transform: scale(0);
}

.new_tc.on {
	transform: scale(1);
}

.new_tc>div {
	position: relative;
	z-index: 10;
	/* max-width: 1000px; */
	width: 80%;
}

.new_tc>i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #333;
	opacity: .4;
	z-index: 1;
}

.new_tc>div>i {
	position: absolute;
	width: 13%;
	top: 25%;
	left: 17%;
	cursor: pointer;
}

.new_tc>div>i>img,
.new_tc>div>img {
	width: 100%;
}

.new_tc>div>span {
	position: absolute;
	top: 44.5%;
	width: 11%;
	left: 20.4%;
}

.new_tc>div>a {
	background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
	border-radius: 21px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1% 6%;
	display: table;
	position: absolute;
	top: 54%;
	left: 33%;
}

.new_tc>div>a:hover {
	background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

@media screen and (max-width:2560px) and (min-width:1930px) {
	.new_tc>div>a {
		border-radius: 31px;
		font-size: 30px;
	}
}

@media screen and (max-width:1440px) {
	.new_tc>div>a {
		font-size: 18px;
	}
}

@media screen and (max-width:1050px) {
	.new_tc {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#lim_mobile_chat {
		display: none !important;
	}
}