@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

a {
	color:#fff;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color:#00a0e9;
}

.info {
	font: 12px/30px "microsoft yahei";
	font-weight: bold;
	text-align: left;
	background-color: #5bc0de;
	color: #3a87ad;
	padding-left:10px;
	padding-right:10px;
}

.warn {
	font: 12px/30px "microsoft yahei";
	font-weight: bold;
	text-align: left;
	background-color: #fcf8e3;
	color: #c09853;
	padding-left:10px;
	padding-right:10px;
}

.error {
	font: 12px/30px "microsoft yahei";
	font-weight: bold;
	text-align: left;
	color: #990000;
	background-color: #f2dede;
	padding-left:10px;
	padding-right:10px;
}

.fl {
	float: left
}

.fr {
	float: right
}

.mar_R_5 {
	margin-right: 5px;
}

.mar_R_7 {
	margin-right: 7px;
}

.mar_R_25 {
	margin-right: 25px;
}

.mar_T_10 {
	margin-top: 10px;
}

.col_gray {
	color: #fff;
}

html {
	height: 100%;
}

#content,
#bgDiv {
	left: 0px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url(../images/brand/crane.jpeg);
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

#bgTitle {
	position: absolute;
/* 	top: 80%; */
/* 	left:65%; */
	right: 80px;
	bottom: 80px;
}

#login {
	width: 700px;
	height: 200px;
	position: absolute;
	top: 34%;
	left: 6%;
	display: table-cell;
	vertical-align: middle;
	display: table-cell;
}

#login2 {
	position: absolute;
	top: 75%;
	left: 6%;
	vertical-align: middle;
	display: table-cell;
}
#login2 a:link,#login2 a:hover{
	color:#fff;
}
.background-title {
	position: absolute;
	bottom: 17%;
	left: 42%;
	color:#fff;
	font-family: arial;
	font-size: 20px;
	/* text-shadow: 0 0 20px #000;
	border-radius:3px;
	padding: 6px;
	background: rgba(89, 89, 89, .7);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#595959, endColorstr=#595959);
	background: #1d6688\9;
	opacity: 0.7\9;
    filter: alpha(opacity=80)\9; */
    display: none;
}

.background-title a:hover {
	color:#fff;
}

#logo {
	float: left;
}

.login_form {
	float: left;
	width: 700px;
	margin-top: 45px;
	display: block;
}

.login_form p {
	width: 100%
}

.login_form .inp {
	height: 30px;
	border: 0px;
	font: 12px/30px "microsoft yahei";
	color: #333;
	padding: 0 5px;
}

.login_form .tex0 {
	height: 30px;
	width: 247px;
	background: url(../images/auth/tex_000.png) no-repeat left top;
}

.login_form .tex1 {
	width: 140px;
	background: url(../images/auth/tex_001.png) no-repeat left top;
}

.login_form .tex2 {
	width: 65px;
	background: url(../images/auth/tex_002.png) no-repeat left top;
}

.login_form .btn {
	width: 80px;
	height: 30px;
	text-align: center;
	border: 0px;
	font: 14px/30px "microsoft yahei";
	color: #833100;
	background: url(../images/auth/btn.png) no-repeat left top;
	cursor: pointer;
}

.login_form .short_msg {
	width: 307px;
}

.login_form .long_msg {
	width: 394px;
}

.login_form .tips {
	font: 12px/30px "microsoft yahei";
	color: #fff;
}

.login_form .tips a {
	margin: 0 0 0 0px
}

.login_form .rs a {
	margin: 0 0 0 0px;
	font: 12px/30px "microsoft yahei";
	color: #fff;
}

.login_form .box {
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 7px 7px 0 0;
	cursor: pointer
}

.hasPlaceholderText {
    color: #aaa;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.kaptcha_none {
	display: none;
}

.kaptcha_block {
	display: block;
}

.iconCode {
	width: 70px;
	height: 30px;
	margin-left: 5px;
	vertical-align: middle;
	float: left;
	cursor: pointer;
}

#footer {
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	background: transparent\9;
	zoom:1\8;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	z-index: 3;
}

.footer-bar {
	width: 800px;
	height: 50px;
	margin-left:auto;
    margin-right:auto;
    text-align:left;
    overflow: hidden;
}

.footerWrap {
	width: 400px;
	height: 100%;
	color: #fff;
	float: left;
	display: inline-block;
	padding-left: 10px;
}

.footerWrap ul {
	list-style: none;
	height: 100%;
}

.footerWrap ul li {
	float: right;
	width: 150px;
}

.footerWrap ul li a {
	display: block;
	font: 12px/20px "microsoft yahei";
	overflow: hidden;
	margin-top: 20px;
}

.language {
	float: left;
	width: 150px;
	height: 100%;
	display: inline-block;
	margin-left:40px;
	margin-top:20px;
	color:#fff;
	font: 12px/20px "microsoft yahei";
}

.g-ft1 {
	/* width: 400px; */
	height: 100%;
	float: left;
	padding-left: 30px;
}

.g-ft1 ul {
	list-style: none;
	font: 12px/20px "microsoft yahei";
	color: #888;
}

.g-ft1 ul li {
	padding-top: 20px;
}

.g-ft1 ul li a {
	color: #888;
}
.hide{
	display:none;
}
.show{
	display:block;
}
#embed-captcha {
    width: 300px;
     margin: 10px auto 4px;
}
#notice {
    margin-top:6px;
}

#vid {
	margin-top: -65px;
}
.clearfix{
	clear:both;
}