iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.COM_LOGIN{
	font-size: 1em;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.COM_LOGIN_HIDDEN{
	display: none;
}

body #top_info{
	z-index: 999999;
}
#LOGIN{
	white-space: nowrap;
}
.en_cn_box{
	color: rgba(255,255,255,.5);
	font-size: 12px;
	position: relative;
}
.en_cn_box>img{
	margin-right: 5px;
}
.en_cn_box:hover .select_en_cn{
	display: block;
}
.select_en_cn{
	color: #FFF;
	display: none;
	position: absolute;
	background-color:rgba(0,0,0,.8) ;
	border-radius: 10px;
	top: 1.5rem;
	left:1rem;
	z-index: 9999999;
}
.select_en_cn p{
	cursor: pointer;
	padding: .5rem;
}
.select_en_cn p:hover{
	color: #D7B587;
}
.top_info_right:hover .select_en_cn{
	display: block;
}