﻿@charset "utf-8";
/* 重置样式 */
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,p,span,img,a,input,button,textarea,form,ul,li,ol{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	color: #323232;
}
a,a:link,a:visited,a:hover,a:active{
	outline: none;
	text-decoration: none;
	display: inline-block;
    color:#646464;
}
p,span,b,input,button,textarea,img{
	color: #646464;
	border: none;
	outline: none;
	display: inline-block;
}
li{
	float: left;
	list-style-type: none;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.t-left{
	text-align: left;
}
.t-right{
	text-align: right;
}
.t-center{
	text-align: center;
}
.dis-n{
	display: none;
}
.dis-b{
	display: inline-block;
}
/* 页面样式 */
body,html{
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 660px;
}
#container{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.bg-img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg-img img{
	width: 100%;
}

.login-main{
    height:100%;
	width: 100%;
	text-align: center;
}
.login-box{
	width: 530px;
	height: 550px;
	margin: auto;
	background-color: #fff;
	border-radius: 12px;
	position: relative;
}
.login-head{
	width: 100%;
	padding: 28px 30px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 54px;
	overflow: hidden;
}
.login-con{
	padding: 20px 75px 0px;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.login-con1{
	padding: 0px 75px 30px;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.login-con .input-group{
	margin-bottom: 20px;
}
.login-tabfoot tr td
{
    padding:4px 0px;
}
.input-group-lg > .input-group-addon,.input-group-lg >.form-control{
	height: 49px;
	background-color: #fff;
}
.input-group-lg > .input-group-addon img{
	width: 23px;
}
.login-con .input-group.code-input input{
	width: 280px;
}
.code-input > a{
	position: absolute;
	right: 0;
}
.login-con input.login-btn{
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 20px auto;
	background-color: #089eeb;
	border-radius: 8px;
}
.test-mesg{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.test-mesg p{
	width: 50%;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	color: #808080;
}
.test-mesg p span{
	margin-right: 20px;
}
.login-foot{
	width: 100%;
	position: relative;
	padding: 20px 0;
}
.foot-icon{
	width: 100%;
	position: relative;
}
.foot-icon a{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	background-color: #808080;
	margin: 0 10px;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
	position: relative;
}
.foot-icon a:hover{
	background-color: #089eeb;
}
.login-foot p{
	width: 100%;
	font-size: 12px;
	color: #999;
	padding-top: 10px;
}
.foot-icon a span{
	position: absolute;
	width: 130px;
	height: 50px;
	background: url(../images/talk.png) 0 0 no-repeat;
	color: #089eeb;
	z-index: 3;
	opacity: 0;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	top: -50px;
	left: -42px;
	display: none;
}
.foot-icon a span.erweima{
	height: 130px;
	background: none;
	top: -130px;
}
.foot-icon a span.erweima img{
	width: 130px;
	height: 130px;
}
.foot-icon a img:hover + span{
	opacity: 1;
	display: block;
}