.login-register{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.login-register-shade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.login-register-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 396px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-left: -198px;
	margin-top: -300px;
	
}

.login-register-content .login{
	display: block;
}

.login-title{
	width: 394px;
	height: 51px;
	background: #f9f9f9;
}

.login-title p{
	float: left;
	font-size: 18px;
	line-height: 51px;
	color: #333;
	padding-left: 18px;
}

.login-title a{
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: url(img/login-register-cancel.png) no-repeat;
	margin: 19px 20px 0 0;
}

/*普通登录*/
.login-register-content .login-dl{
	display: block;
	position: relative;
    top: 0px;
    right: 0;
    width: 394px;
    height: 300px;
    padding: 0 25px;
}

.login-register-content .dl-title{
	width: 344px;
    height: 65px;
    padding-top: 17px;
    margin: 0 auto;
}

.login-register-content .pt-log{
	float: left;
    display: block;
    width: 172px;
    height: 48px;
    font-size: 16px;
    line-height: 46px;
    color: #666;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    background: none;
}

.login-register-content .pt-log a{
	display: block;
    width: 172px;
    height: 47px;
    color: #666;
    border-bottom: 1px solid #fff;
}

.login-register-content .phone-log{
	float: left;
    display: block;
    width: 172px;
    height: 48px;
    font-size: 16px;
    line-height: 46px;
    color: #666;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    background: none;
    margin-left: 0px;
}

.login-register-content .phone-log a{
	display: block;
    width: 172px;
    height: 47px;
    color: #666;
    border-bottom: 1px solid #fff;
}

.login-register-content .login-active {
    border-bottom: 1px solid #ff7b22;
    
}

.login-register-content .login-active a{
    border-bottom: 1px solid #ff7b22;
    color: #FF7B22;
}

.login-register-content .pt-dl {
    display: block;
    width: 344px;
    height: 300px;
    border: none;
    background: #fff;
    margin: 0 auto;
}

.login-register-content .pt-username{
	height: auto;
	min-height: 73px;
	padding-top: 15px;
}

.login-register-content .pt-username span{
	top: 32px;
}

.login-register-content .login-pt-radio a {
    color: #22b0eb;
}

.login-register-content .pt-btn input{
	background: #ff7300;
	color: #fff;
}

.login-register-content .pt-btn input:hover,.login-register-content .pt-btn input:focus{
	background: #ff9933;
}

.login-register-content .login-dl .go-zc p a {
    color: #22b0eb;
}

/*手机验证登录*/
.login-register-content .phone-dl{
	display: none;
	width: 394px;
	height: auto;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
}

.login-register-content .phone-get-btn{
	color: #fff;
	/*background: #ff7b22;*/
	border-radius: 3px;
	border: none;
}
#form-phone-login input.onlineBtn{
	width: 112px;
	padding: 0;
	color: #fff;
	background: #ff7300;
	text-align: center;
	border: 1px solid #ff7300;
	border-radius: 3px;
}
#form-phone-login input.onlineBtn:hover{
	background: #ff9933;
	border: 1px solid #ff9933;
}
#form-phone-login input.activeBtn{
	background:#ff7300;
	color: #fff;
	border: 1px solid #ff7300;
}
#form-phone-login input.activeBtn:hover,#form-phone-login input.activeBtn:focus{
	background:#ff9933;
	color: #fff;
	border: 1px solid #ff9933;
}
#form-phone-login input.huiBtn3{
	background: #f8f8f8;
	color: #999;
	border: 1px solid #eee;
}
/*遮罩层弹窗的增加*/
/*#input-style input.onlineBtn {*/
	/*width: 112px; padding: 0;color: #fff;background: #FF7B22;text-align: center;border: 1px solid #FF7B22;border-radius: 3px;*/
/*}*/
#input-style input.activeBtn{
	background:#ff7300;
	color: #fff;
	border: 1px solid #ff7300;
}
#input-style input.activeBtn:hover,#input-style input.activeBtn:focus{
	background:#ff9933;
	color: #fff;
	border: 1px solid #ff9933;
}
#input-style input.huiBtn3{
	background: #f8f8f8;
	color: #999;
	border: 1px solid #eee;
}
.login-register-content .phone-btn input{
	background: #ff7300;
	color: #fff;
	margin-top: 8px;
}

.login-register-content  .phone-btn input:hover,.login-register-content  .phone-btn input:focus{
	background: #ff9933;
}

.login-register-content .phone-dl .go-zc{
	margin-bottom: 35px;
}

.login-register-content .phone-dl .go-zc p a {
    color: #22b0eb;
}

/*注册*/
.login-register .register{
	display: none;
    margin: 0;
    border-bottom: none;
}

.register-title{
	width: 394px;
	height: 51px;
	background: #f9f9f9;
	margin: 0;
    border-bottom: none;
    position: relative;
}

.register-title p{
	float: left;
	font-size: 18px;
	line-height: 51px;
	color: #333;
	padding-left: 18px;
	position: relative;
    right: 0;
    bottom: 0;
}

.register-title a{
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: url(img/login-register-cancel.png) no-repeat;
	margin: 19px 20px 0 0;
}

.register-content-title{
    width: 394px;
}

.register-content-title p{
    font-size: 14px;
    line-height: 14px;
    color: #666;
    text-align: right;
    padding-right: 39px;
	margin-top: 24px;
	margin-bottom: 18px;
}

.register-content-title>p>a {
    color: #22b0eb;
    padding-left: 5px;
	text-decoration: underline;
}

.login-register-content .register-content{
	width: 100%;
    height: auto; 
    border: none; 
    margin-bottom: 36px;
}

.login-register-content #input-style .form-group{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.login-register-content #input-style .col-xs-3{
	width: 100%;
	padding-left: 42px;
}

.login-register-content #input-style .input-add .change-img {
    position: absolute;
    top: 0;
    left: 242px;
    width: 112px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.login-register-content #input-style .login-register-star{
	display: block;
	position: absolute;
	top: 14px;
	right: 18px;
	font-size: 16px;
	line-height: 16px;
	color: #ed1c24;
    margin-bottom: 0px;
    font-weight: normal;
}

.login-register-content #input-style .login-register-star i{
	font-style: normal;
}

.login-register-content #input-style .col-xs-offset-5{
	margin: 0;
}

.login-register-content .checkbox>a {
    color: #22b0eb;
}

.login-register-content #input-style button{
	background-color: #ff7b22;
	color: #fff;
}

.login-register-content #input-style button:hover,.login-register-content #input-style button:focus{
	background-color: #ff6600;
}





















