 .popup{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.user-popup{
	width: 340px;
	min-height: 156px;
	background: #FFFFFF;
	box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.06);
	display: none;
	z-index: 99999;
	cursor: pointer;
	position: absolute;
	right: 0;
	padding-bottom: 20px;
}
.user-popup .user-popup-top{
	width: 300px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}
.user-popup .user-popup-top .user-popup-logo{
	float: left;
}
.user-popup .user-popup-top .user-popup-logo img{
	width: 40px;
	height: 40px;
	background: #CACACA;
	border-radius: 33px;
	margin: 0;
}
.user-popup .user-popup-top .user-popup-info{
	width: 200px;
	height: 40px;
	float: left;
	padding-left: 10px;
}
.user-popup .user-popup-top .login-out{
	font-size: 14px;
	font-weight: 400;
	color: #999999 !important;
}
.user-popup .user-popup-top .login-out a{
	font-size: 14px;
	font-weight: 400;
	color: #999999 !important;
}
.user-popup .user-popup-top .user-popup-info span{
	font-size: 12px;
	font-weight: 400;
	color: #000000 !important;
}

.user-popup .user-popup-center{
	width: 340px;
}
.user-popup .user-popup-center .user-popup-name{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
.user-popup .user-popup-center .user-popup-desc{
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-top: 5px;
}
.user-popup .user-popup-center .user-popup-btn{
	width: 300px;
	height: 40px;
	background: var(--primary-color);
	border-radius: 20px;
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color) !important;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}
 .user-popup .user-popup-center .user-popup-btn a{
	 color: var(--text-color) !important;
 }
.user-popup .user-popup-bottom{
	width: 300px;
	margin: 0 auto;
	display: table;
	margin-top: 30px;
}
.user-popup .user-popup-bottom ul{
	list-style-type: none;
}
.user-popup .user-popup-bottom ul li{
	width: 100px;
	height: auto;
	float: left;
}
.user-popup .user-popup-bottom ul li .user-popup-icon{
	width: 100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.user-popup .user-popup-bottom ul li .user-popup-icon img{
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.user-popup .user-popup-bottom ul li .user-popup-name{
	width: 100px;
	height: auto;
	text-align: center;
	line-height: 30px;
	color:#000;
}
.user-popup-hr{
	width: 300px;
	height: 1px;
	background: #E6E6E6;
	margin: 0 auto;
}