#gray{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0px;display:none;z-index:99;}

.popup{	
	height:auto;
	background-color:#fff;
	position:fixed;
	z-index:100;
	border:1px solid #ebeaea;
	left:400px;
	top:96px;
	display:none;
}

.popup img{
	width:400px;
	height:400px;
} 

.popup .top_nav{
	width:325px;
	height:46px;
	background-image: url(../images/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
	padding-left:20px;
}
.popup  a.guanbi { background:url(../images/close.png); background-size:100% 100%; width:18px; height: 18px; display: block; position:absolute;top:5%;right:5%;cursor:pointer;}







.tc_login input:focus {
    outline: none;
    border-color: #0f7878;
    box-shadow: 0 0 0px #0f7878;
}


/************弹窗样式**********/