
body {margin:0 auto;overflow:hidden;}  
.login-box{
	margin:0 auto;
	width:100%;
	height:100%;
	background-color:#000;
	position:relative;
	}
.login-box canvas {
	width:100%;height:auto/*榛樿鍏ㄥ睆鏄剧ず 鍙嚜宸辫缃珮搴�640px*/;
	display:inline-block;
	vertical-align:baseline;
	/*position:absolute;*/
	/*z-index:-1;*/
	}
.login-box .canvaszz{  /*鐢ㄦ潵瑙ｅ喅瑙嗛鍙抽敭鑿滃崟锛岀敤浜庤棰戜笂闈㈢殑閬僵灞�*/
	width:100%;
	background-image: url(../images/in_top_bj.png);
	height:800px;
	position:absolute;
	z-index:10;
		filter:alpha(opacity=40);  
      	-moz-opacity:0.4;  
      	-khtml-opacity: 0.4;  
      	opacity: 0.4;
	}
.login_tit{
	position: absolute;
	top:-60px;
	left:-5px;
	width:420px;
	color:#fff;
	text-align: center;

}
.tit-bg{position:absolute;top:50%;display: inline-block;width:90px;height:1px;background:url(../images/login-tit.png) }
.tit-bg.left{left:0;transform:rotate(180deg)}
.tit-bg.right{right:0}
.login_tit>div{
	position: relative;
	font-size: 22px;font-weight: bold;
}
.login_tit>p{
	font-size: 18px;
	font-family: "arial";
	margin:10px 0;
}
	
.login-box .signup{
	margin-top: 40px;
	text-align: center
}
.login-box .signup a.gv { 
	text-decoration:none; 
	background:url(../images/nav_gv.png) repeat 0px 0px;
	width: 130px; 
	height: 43px; 
	display: inline-block; 
	text-align:center;		/*姘村钩灞呬腑*/
	line-height:43px;  /*涓婁笅灞呬腑*/
	cursor:pointer;
	margin:8px 20px 8px 20px;
	font:18px/43px 'microsoft yahei'; color:#066197;
	}
.login-box .signup a.gv span {
	 display: none;
	 	
}
.login-box .signup a.gv:hover { 
	background: url(../images/nav_gv.png) repeat 0px -43px;
	color:#1d7eb8;
	-webkit-box-shadow: 0 0 6px #1d7eb8;
	transition-duration: 0.5s;
	}
	
.login-box	.topcn{
	width: 980px;
	top:200px;
	left: 50%;
	margin-left: -490px;
	position:absolute;
	z-index:20;

	}
	/*登录界面*/
.input-content{
position: absolute;z-index:99;padding:30px;width:350px;left:50%;margin-left:-205px;top:25%
}
.input-content .p {
    margin: 10px 0;
    height: 44px;
    position: relative;
}
.input-content .p .login_txtbx {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 8px 9%;
    width: 81%;
    text-indent: 1em;
    border: 1px solid #1d7eb8;
    background: rgba(0,0,0,.1);
    color: white;
}
.login_txtbx::-webkit-input-placeholder {
  color:rgba(255,255,255,.9);
 }
.login_txtbx:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:rgba(255,255,255,.9);
}
.login_txtbx::-moz-placeholder {

　　color:rgba(255,255,255,.9);
}
.login_txtbx:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:rgba(255,255,255,.9);
}
.input-content .p .login_txtbx:focus,.input-content p .login_txtbx:hover{
	-webkit-box-shadow: 0 0 6px #1d7eb8;
	transition-duration: 0.5s;
}
.input-content .p.user_icon:before {
    content: "u";
}
.input-content .p.pwd_icon:before {
    content: "p";
}
.input-content .p.opwd_icon:before {
    content: "o";
}
.input-content .p.npwd_icon:before {
    content: "n";
}
.input-content .p.rpwd_icon:before {
    content: "r";
}
.input-content .p.val_icon:before {
    content: "n";
}
.input-content .p:before {
    font-family: 'adminthemesregular';
    position: absolute;
    top: 0;
    left: 14px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
}
.input-content .p .checkcode {
    float: left;
    width: 205px;
    height: 44px;
    overflow: hidden;
}
.input-content .p .checkcode input {
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #1d7eb8;
    padding: 3px;
    color: white;
    outline: none;
    text-indent: 3.1em;
}
.input-content .p .checkcode canvas {
    float: right;
    width: 85px;
    height: 38px;
    padding: 3px;
    z-index: 0;
    background: rgba(28, 122, 178,.3);
}
.input-content .p .ver_btn {
    color: #f4f4f4;
    height: 42px;
    line-height: 42px;
    margin: 0;
    z-index: 1;
    position: relative;
    float: right;
    cursor: pointer;
    font-size: 14px;
}
.passwordTit{ position:relative;padding:10px;font-size: 12px; color:#fff;line-height: 18px;margin-bottom: -20px; }
.passwordTit .border{position: absolute;display: inline-block;width:20px;height:20px;border:1px solid #1d7eb8}
.border.left{left:0;top:0;border-right:none;border-bottom:none}
.border.right{right:0;bottom:0;border-left:none;border-top:none}
.ivu-message{font-size:14px;position:fixed;z-index:1010;width:100%;top:16px;left:0;pointer-events:none}.ivu-message-notice{padding:8px;text-align:center;-webkit-transition:height .3s ease-in-out,padding .3s ease-in-out;transition:height .3s ease-in-out,padding .3s ease-in-out}.ivu-message-notice:first-child{margin-top:-8px}.ivu-message-notice-close{position:absolute;right:4px;top:10px;color:#999;outline:0}.ivu-message-notice-close i.ivu-icon{font-size:22px;color:#999;-webkit-transition:color .2s ease;transition:color .2s ease;position:relative;top:-3px}.ivu-message-notice-close i.ivu-icon:hover{color:#444}.ivu-message-notice-content{display:inline-block;pointer-events:all;padding:8px 16px;border-radius:4px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2);background:#fff;position:relative}.ivu-message-notice-content-text{display:inline-block}.ivu-message-notice-closable .ivu-message-notice-content-text{padding-right:32px}.ivu-message-success .ivu-icon{color:#19be6b}.ivu-message-error .ivu-icon{color:#ed4014}.ivu-message-warning .ivu-icon{color:#f90}.ivu-message-info .ivu-icon,.ivu-message-loading .ivu-icon{color:#2d8cf0}.ivu-message .ivu-icon{margin-right:4px;font-size:16px;vertical-align:middle}.ivu-message-custom-content span{vertical-align:middle}.ivu-message-notice-with-background .ivu-message-notice-content-background{-webkit-box-shadow:none;box-shadow:none}.ivu-message-notice-with-background .ivu-message-notice-content-info{background:#f0faff;color:#2e8bf0;border:1px solid #d4eeff}.ivu-message-notice-with-background .ivu-message-notice-content-success{background:#edfff3;color:#19bf6c;border:1px solid #bbf2cf}.ivu-message-notice-with-background .ivu-message-notice-content-warning{background:#fff9e6;color:#f90;border:1px solid #ffe7a3}.ivu-message-notice-with-background .ivu-message-notice-content-error{background:#ffefe6;color:#ed3f13;border:1px solid #ffcfb8}.ivu-notice{width:335px;margin-right:24px;position:fixed;z-index:1010}.ivu-notice-content-with-icon{margin-left:51px}.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title{margin-left:51px}.ivu-notice-notice{margin-bottom:10px;padding:16px;border-radius:4px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2);background:#fff;line-height:1;position:relative;overflow:hidden}.ivu-notice-notice-close{position:absolute;right:8px;top:15px;color:#999;outline:0}.ivu-notice-notice-close i{font-size:22px;color:#999;-webkit-transition:color .2s ease;transition:color .2s ease;position:relative;top:-3px}.ivu-notice-notice-close i:hover{color:#444}.ivu-notice-notice-content-with-render .ivu-notice-desc{display:none}.ivu-notice-notice-with-desc .ivu-notice-notice-close{top:11px}.ivu-notice-content-with-render-notitle{margin-left:26px}.ivu-notice-title{font-size:16px;line-height:19px;color:#17233d;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-notice-with-desc .ivu-notice-title{margin-bottom:8px}.ivu-notice-desc{font-size:14px;color:#515a6e;text-align:justify;line-height:1.5}.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc{margin-left:51px}.ivu-notice-with-icon .ivu-notice-title{margin-left:26px}.ivu-notice-icon{position:absolute;top:-2px;font-size:20px}.ivu-notice-icon-success{color:#19be6b}.ivu-notice-icon-info{color:#2d8cf0}.ivu-notice-icon-warning{color:#f90}.ivu-notice-icon-error{color:#ed4014}.ivu-notice-with-desc .ivu-notice-icon{font-size:36px;top:-6px}.ivu-notice-custom-content{position:relative}