.red{
	border:1px red solid;
}
a,a:hover{
	text-decoration: none;
}
ul,li{
	list-style: none;
	margin:0px;
}
body{
	 margin: 0px;
    padding: 0px;
    background: url(../images/login_bj.jpg) center center / cover no-repeat fixed;
    height: 100%;
    font-family:"microsoft yahei";
}

.head{
	background-color: #fff;
}
.logo{
	padding:5px 0px;
	position: relative;
}
.header {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    position: absolute;
    left:50%;
    margin-left:-40px;

}
.logo_bj{
	display:block;
    align-items: center;
  
    top: 0;
    height: 100%;
    width: 100%;
    padding: 100px 0px 50px 0px;
}
.logo_login{

  
    z-index: 1001;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px 20px 50px;
    border-radius: 10px;
    background-color: #fff;

}
.logo_login .col-md-7{
	border-right: 1px dotted #ddd;
	padding-right:60px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border-radius: 0;
	border-top:2px #096db9 solid;
	color: #096db9;
}
.nav>li>a:hover, .nav>li>a:focus{
	background-color: #fff;
	border-color: transparent;
	color: #096db9;
}
.nav>li>a{
	color: #333;
	padding: 10px 40px;
	font-size: 15px;
}
.tab-content{
	margin-top: 30px;
}
.tab-content input[type="text"],.tab-content input[type="password"]{
	height: 50px;
	margin-bottom: 20px;
	font-size: 15px;
}
.check span{
	color: #666;
}
.check span input{
	margin-right: 5px;
}
.forget{
	color: #666;
}
.inputFrame_btn{
	width: 100%;
	background-color: #096db9;
	border:none;
	color: #fff;
	font-size: 16px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bottom-link,.bottom-link:hover{
	color: #666;
	font-size: 15px;
}
.other_login{
	padding:0px 20px;
}
.other_login li{
	width: 100%;
}
.other_login span{
    font-size: 16px;
    padding: 20px 0 25px;
    width: 100%;
}

.other_login li a {
    display: block;
    background: #f9f9f9;

    height: 53px;
    font: 15px/53px "microsoft yahei";
    margin-bottom: 20px;
    border-radius: 3px;
    color: #333;
    border: 1px solid #e3e3e3;
}
.other_login li a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    background: url(../images/login.png) no-repeat;
    vertical-align:top;
    margin-top: 8px;
}
.other_login li a.weibo i {
    background-position: 0 0;
}
.other_login li a.qq i {
    background-position: -48px 0px;
}
.other_login li a.weChat i {
    background-position: -97px 0px;
}
.other_login li a:hover{ background:#f1f1f1;}


/*注册*/
.logo_login .col-md-7 label{
	 width: 100%;
}
.logo_login .col-md-7 label input{
	width: 74%;
	height: 40px;

}
.logo_login .col-md-7 select{
    width: 74%;height: 40px;margin-bottom: 20px;
}
.logo_login .col-md-7 option{
    padding:15px 0px;
}
.Focus{
    color: #616161;
    background-color: #f5f5f5;
    border:1px solid #dcdcdc;
    width: 45%;     border-radius: 4px;
    text-align: center;   
    opacity: .65;
    font-weight: normal; 
    line-height: 40px;
}
.Focus:hover{
   color: #616161; 
   opacity: .65;
}
.logo_login .col-md-7 label span{
	 font: 15px/40px "microsoft yahei";
	 color: #999;
	 width: 100px;
	 text-align: right;
	 padding-right:10px;
	
}