@charset "utf-8";


/*--弹窗样式--*/

#gray{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0px;display:none;z-index:99;}

.popup{
	width:603px;
    height: 380px;
	height:auto;
	background-color:#fff;
	position:fixed;
	z-index:100;
	border:1px solid #ebeaea;
    left: 34%;
    top: 24%;
	display:none;
    border-radius:10px;
}
.popup .top_nav{
	width:608px;
	height:46px;
	position:relative;
    margin: 20px 0;
}
.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 a.guanbi { background:url(/pc/img/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute;top:8px;right:10px;cursor:pointer;}
.popup .top_nav a.guanbi span { display: none;}
.popup .top_nav a.guanbi:hover { background: url(/pc/img/images/popup_guanbi.png) repeat 0px -35px; }



.popup .min{width:603px;height:auto;}

.popup .min .input_login input{
    width: 380px;
    border: 1px solid #c0bfbf;
    border-radius: 5px;
    padding-left: 25px;
    height: 47px;
}
.popup .min .login_top{
    text-align:center;
    margin: 17px 0;
    color: #7d7d7d;
    background: #fff;
    position: absolute;
    left: 39%;
    top: 59px;
    padding: 0px 18px;}

.popup .min hr{
    width: 483px;
    height: 2px;
    background: #d5d4d4;
    border: none;
}
.popup .min .input_check input{
    width: 15px;
    height: 14px;
    margin-right: 10px;
}
.popup .min .input_check label{color:#c0bfbf; }

.popup .min .input_login{text-align: center;}
.popup .min .input_login button{width: 408px;
    height: 51px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    background: #4aa3f5;
    margin: 10px 0 24px;
}
.popup .min .input_check{}

input[type="checkbox"]:checked{
    color:#333;
}

.popup .min .input_login button{
    width: 408px;
    height: 51px;
}




