.badge-pos {
	position: absolute;
	top: 6px;
	right: -6px;
}

.chat-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0px 20px;
	box-sizing: border-box;
	z-index: 99999;
}

.chat-modal .icontent {
	width: 100%;
	height: 550px;
	border-radius: 10px;
}

.chat-modal .modal-close {
	color: black;
	position: absolute;
	top: 10px;
	right: 16px;
	padding: 8px 12px;
	background: #808080ab;
	border-radius: 22px;
	font-size: 13px;
	cursor: pointer;
	animation-name: showChat;
	animation-duration: 1.5s;
}

.chat-modal .container {
	width: 100%;
	max-width: 1000px;
	height: 550px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
	box-sizing: border-box;
	animation-name: showChat;
	animation-duration: 1.5s;
	background: url(/images/loading.gif) no-repeat transparent;
	background-size: inherit;
	background-position: 50% 20%;
}

}
@
keyframes showChat { 0% {
	opacity: 0;
	transform: translate(0px, -100px)
}

100%
{
opacity




:




1;
transform




:translate




(0
,
0)
}
}
.chat_msg_receive_tips {
	display: block;
	height: 40px;
	width: 230px;
	position: fixed;
	background-color: #cccccc;
	padding: 8px;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 4px;
	top: 50px;
	right: 55px;
	z-index: 100;
	animation-name: showChat;
	animation-duration: 1.5s;
}



/* latin */
@font-face {
  font-family: 'Sofia';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_su5uI0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.logo-font {
	font-family: 'Sofia';
	/* font-style: normal;
	font-weight: 400;
	src: url(8QIHdirahM3j_su5uI0Orbjl.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
		U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
		U+2212, U+2215, U+FEFF, U+FFFD; */
}
