/**!
 * [页面名称]:厦门建设工程登录页
 * author: [chenxuan];
 */
 body,html {
 	height: 100%;
 }
.login-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main {
	height: 100%;
}
.title {
	padding-top: 10%;
	padding-bottom: 4%;
	text-align: center;
}

/*login-div*/
.login-div {
    width: 400px;
    height: 300px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../images/white-bg.png);
}

.tabview-hd {
	height: 40px;
	line-height: 40px;
	color: #045cb4;
}
.tab-item {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	background: url(../images/blue-bg.png);
}
.tab-item.br-bl {
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tab-item.br-br {
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
}
.tab-item.active {
	color: #4298ed;
	background: none;
}
/*登录方式*/
.radiolist {
	width: 245px;
	margin: 14px auto;
}
.radioitem {
	line-height: 20px;
	cursor: pointer;
}
.radioitem>label {
	cursor: pointer;
}
.radioitem>input {
	width: 16px;
	height: 16px;
	vertical-align: sub;
	margin-right: 8px;
}

/*input-row*/
.input-row {
	margin-bottom: 10px;
	margin-left: 27px;
    margin-top: 10px;
}

.input-row>label {
	float: left;
	width: 58px;
	height: 38px;
	line-height: 38px;
}
.input-row>input {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 270px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #fff;
	font-size: 14px;
	font-family: "Microsoft Yahei";
}
.input-row>.identifying-code {
	width: 180px;
}
.input-row>input:focus {
	border-color: #2d8ae7;
}
.code-img {
	float: left;
	margin-left: 10px;
	height: 36px;
	text-align: center;
	background-color: #fff;
}
.code-img img {
	margin-top: 1px;
	cursor: pointer;
}
.login-btn {
    width: 216px;
    height: 34px;
    margin-left: 92px;
    margin-right: 92px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #fe8512;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    font-family: "Microsoft Yahei";
}
.free-register {
	display: block;
	margin-left: 315px;
	margin-top: 10px;
	color: #045cb4;
}
/*placeholder*/
::-webkit-input-placeholder
/* WebKit browsers */

{
    color: #999;
}

:-moz-placeholder
/* Mozilla Firefox 4 to 18 */

{
    color: #999;
}

::-moz-placeholder
/* Mozilla Firefox 19+ */

{
    color: #999;
}

:-ms-input-placeholder
/* Internet Explorer 10+ */

{
    color: #999;
}

.placeholder
/* Internet Explorer 9- */

{
    color: #999;
}
.footer
{
    text-align: center;
    font-size: 14px;
    color: #000000;
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left:-200px;
}
