﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.w1000 {
	width: 1200px;
	margin: auto;
}

.logo-box {
	width: 1200px;
	height: 100px;
	margin: auto;
	overflow: hidden;
}

.logo-box .logo {
	width: 270px;
	height: 100px;
	background: url(../images/larks-ty-logo.gif) left center no-repeat;
	float: left;
}

.logo-box .text {
	width: auto;
	height: 100px;
	background: url(../images/line-seg.png) left center no-repeat;
	padding-left: 24px;
	font-family: "微软雅黑";
	font-size: 22px;
	color: #333;
	line-height: 100px;
	float: left;
}

.logo-box .testtext {
	width: auto;
	height: 100px;
	background: url(../images/line-seg.png) left center no-repeat;
	padding-left: 24px;
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight:bold;
	color: #333;
	line-height: 100px;
	float: left;
}
.main-box {
	width: 100%;
	height: 500px;
	background: url(../images/banner-login.png) center no-repeat;
	overflow: hidden;
}
.testmain-box {
	width: 100%;
	height: 500px;
	background: url(../images/testbanner-login.png) center no-repeat;
	overflow: hidden;
}

.testlogin-box {
	width: 300px;
	height: 438px;
	padding: 0 24px;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	margin-right: 37%;
	margin-top: 30px;
	float: right;
}

.testlogin-box .title {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #212121;
	line-height: 56px;
	border-bottom: solid 1px #e5e5e5;
}

.testlogin-box ul li.item {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	line-height: 40px;
	margin-top: 4px;
	padding-left: 30px;
}

.testlogin-box ul li.user {
	background: url(../images/user.png) left center no-repeat;
}

.testlogin-box ul li input {
	width: 290px;
	height: 40px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding-left: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}


.login-box {
	width: 300px;
	height: 438px;
	padding: 0 24px;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	margin-right: 100px;
	margin-top: 30px;
	float: right;
}

.login-box .title {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #212121;
	line-height: 56px;
	border-bottom: solid 1px #e5e5e5;
}

.login-box ul li.item {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	line-height: 40px;
	margin-top: 4px;
	padding-left: 30px;
}

.login-box ul li.user {
	background: url(../images/user.png) left center no-repeat;
}

.login-box ul li.password {
	background: url(../images/password.png) left center no-repeat;
}

.login-box ul li.codes {
	background: url(../images/codes.png) left center no-repeat;
}

.login-box ul li input {
	width: 290px;
	height: 40px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding-left: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
}

.login-box ul li input.code {
	width: 118px;
	float: left;
}

.login-box ul li span {
	display: inline-block;
}

.login-box ul li span.code-generate {
	margin-left: 20px;
}

.login-box ul li span.next {
	height: 40px;
	font-size: 12px;
	color: #2192f2;
	line-height: 40px;
	float: right;
}

.loginbtn {
	width: 300px;
	height: 40px;
	background-color: #3f78ec;
	border: 0;
	border-radius: 4px;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
}

.copyright {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-align: center;
	margin-top: 50px;
}
	.login-msg {
 	margin:14px 0;
    overflow: hidden;
	zoom:1;
	clear:both;	
	border:0;
	padding-left:6px;
	white-space: normal;
    word-wrap: break-word;
	height:34px;
	line-height:34px;
	font-size:12px;
	color:#333;
    border: 1px solid #ffb4a8;
	background: #fef2f2 url("../images/error.png") 8px 8px no-repeat;
	font-family: "Microsoft YaHei", sans-serif;
}
.login-msg p{
	float:left;
	width:237px;
	height:34px;
	position:relative;
	margin:0;
	padding:0;
	}
.login-msg img{width:16px;height:16px;vertical-align:middle;margin-top:-2px;}
/* CSS Document */