@charset "gb2312";
/*--µ¯´°ÑùÊ½--*/

#gray{width:100%;height:100%;background:rgba(0,0,0,0.7);position:fixed;top:0;display:none;z-index:99;}

.popup{
	width:850px;
	height:880px;
	background:url(../images/bghb.png) no-repeat;
	position:absolute;
	z-index:100;
	left:1000px;
	top:4000px;
	display:none;
	margin-top: 200px; 
}
.popup .top_nav{
	width:666px;
	height:32px;
	line-height:32px;
	background-image: url(../images/popup_top_bj.jpg);
	position:relative;
	cursor:move;
	font-size:16px;
	color:#FD1106;
	margin:0 auto;
	text-align:center;
	font-weight:800;
}
.popup .top_nav i{width:35px;height:35px;background:url(../images/sucai_tubiao.png) -314px -5px;position:absolute;top:6px;left:8px;display:block; }
.popup .top_nav span{font:18px/18px 'microsoft yahei';color:#707070;display:block;position:absolute;top:13px;left:50px;}

.popup .top_nav a.guanbi { background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute;top:-8px;right:-57px;cursor:pointer;}
.popup .top_nav a.guanbi span { display: none;}
.popup .top_nav a.guanbi:hover { background: url(../images/popup_guanbi.png) repeat 0px -35px; }
.popup .min{width:630px;height:auto;padding:10px 2px;margin-top: 472px;}

.tc_login{width:610px;height:280px;}
.tc_login .left{width:1px;height:250px;font:13px/20px;float:left;}
.tc_login .right{width:519px;height:250px;background-color:;float:right;margin:30px 20px;}
.tc_login .left h4{width:200px;height:20px;margin:20px 0 20px 0;font-size:15px;color:#666;text-align:center;}
.tc_login .left img{width:150px;margin:0 auto;display:block;border:1px solid #E3E3E3;padding:4px;}
.tc_login .left dd{width:200px;height:30px;font:13px/18px 'microsoft yahei';color:#666;margin:20px 0 10px 0;text-align:center;display:block;}

.tc_login .right i{font-size:20px;color:#090;float:right;margin:15px 0 0px 0;}
.tc_login .right a{font:13px/18px 'microsoft yahei';color:#666;float:right;margin:16px 0 0px 6px;}
.tc_login .right a:hover{color:#06F;text-decoration: underline;}
.tc_login .right input,.tc_login .right select{
    border-radius: 5px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding:0 0 0 34px;
	margin:10px 0px 0px 10px;
    transition: background 0.3s ease-in-out;
    width: 360px;
	float:right;
}
.tc_login .right input:focus {
    outline: none;
    box-shadow: 0 0 0px #019A0D;
}
.tc_login .right .input_yh,.tc_login .right select{background:#fff;}
.tc_login .right .input_mm{background:#fff;}
.tc_login .right .input_yh:focus{background:#eee;}
.tc_login .right .input_mm:focus{background:#eee;}
.tc_login .right .button{
-webkit-appearance: none;
    background:#ECCD69 ;
    border: none;
    border-radius: 5px;
    color: #345C5C;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size:24px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 360px;
	padding:0 50px 0 50px;
	font-weight: bold;
	}
.tc_login .right .button:hover {

    background: #243D50;
    color: #fff;
}
.tc_login .right dd{width:100%;height:30px;}
.tc_login .right dd a{font:15px/18px 'microsoft yahei';color:#eee;}
.tc_login .right dd a:hover{font:16px/18px 'microsoft yahei';margin-left:10px;color:#eee;text-decoration: underline;}
.tc_login hr{height:1px;border:none;border-top:1px dashed #E4E4E4;clear:both;margin:20px 0 5px 0px;}
.tc_login .sm{background:#c91d45;}
.tc_login .sm p{color:#fff;font:13px/18px 'microsoft yahei';}
.tc_login .sm img{width:98%;height:98%;margin:0 auto;display:block;}