body{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:23px;
	margin:0;
	padding:0;
	background:url(../imgs/login_bg.jpg);
	color:#3b6e81;
	}
.second_body{
	margin-left:auto;
	margin-right:auto;
	width:650px;
	height:353px;
	margin-top:10%;
	background:url(../imgs/login_panel.png) no-repeat;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.left{
	width:246px;
	height:350px;
}
.right{
	height:350px;
	width:380px;
	flex-direction: column;
}
.title-zh
{
    font-size:26px;
    font-weight:900;
    color:#0074a6;
    width: 100%;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}

.title-en
{
    color:#9aa5a9;
    width: 100%;
    text-align: center;
    line-height: 26px;
}

.title-login
{
    font-size:16px;
    font-weight:900;
    line-height: 20px;
    text-align: center;
    display:flex;
    flex-direction: row;
}
.title-login div{
	width: 50%;
	text-decoration:none;
	cursor: pointer;
}
.active{
	font-size:20px;
	color: red
}

.formTbl {
	width:100%;
	height:100%;
	margin: 10px auto 0px auto;
}
#loginCode{
	margin: 0px auto 0px auto;
	text-align: center;
	width: 220px;
	height: 220px;
}
 .message
{   
    position:absolute;
    bottom:80px;
    left:312px;
    color:red;
}

.logo
{
     position:absolute;
     left:50px;
     top:80px;
     width: 150px;
     height: 150px;
}

.login,.login2{
	width:200px;
	border:1px solid #7fb5c1;
	height:22px;
	vertical-align:text-bottom;
	}
.login2{
	width:125px;
	}
.login_button,.reset_botton{
	width:58px;
	height:26px;
    line-height:26px;
	border:none;
	color:#FFF;
	font-weight:bold;
	background:url(../imgs/login1.jpg);
	margin-left:15px;
	}
.reset_botton{
	background:url(../imgs/reset.jpg);
	}
	
	

.loginText {
	width: 250px;
	position: relative;
	height: 25px;
	border-top: 0px;
	border-right: 0px;
	outline: none;
	border-left: 0px;
	border-bottom: 2px solid #ccc;	
	background-color: transparent;
}

.hide{
	display:none;
}
#login_click {
	margin-top: 25px;
	height: 30px;
}

#login_click a {
	text-decoration: none;
	background: #2f435e;
	color: #f2f2f2;
	padding: 10px 28px 10px 28px;
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	border-radius: 3px;
	-webkit-transition: all linear 0.30s;
	-moz-transition: all linear 0.30s;
	transition: all linear 0.30s;
}

#login_click a:hover {
	background: #385f9e;
}

#box {
	position: absolute;
	width: 24px;
	top: 10px;
	right: 30px;
}
#timeout {
	margin: -220px auto 0px auto;
	width: 220px;
	height: 220px;
	position: relative;
	text-align: center;
	opacity: 0.9;
	background-color: white;
	line-height: 220px;
	font-size: 20px;
}
.hide{
	display: none
}