@charset "utf-8";

/* global definitions */
body{margin:0px auto;padding:0px;text-align:center;background:#fff; font-size:12px; color:#000; font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;}
div,table,tr,td{margin:0;padding:0;font-size:12;}
form,ul,li,img,p{margin:0;padding:0;border:0;}
hr{margin:0; padding:0; border:0; line-height:1px;}
h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li{list-style-type:none;}
input{outline:none}
::-webkit-input-placeholder {color:#bbb; font-size:14px;}
:-moz-placeholder {color:#bbb !important; font-size:14px;}
::-moz-placeholder {color:#bbb !important; font-size:14px;}
:-ms-input-placeholder {color:#bbb !important; font-size:14px;}
@media screen and (min-width:1200px) {
	.area{width:1200px; margin:0 auto;}
	#showcaseBox{width:100%; min-width:1200px;}
	.loginbox{margin-left:240px;}
}
@media screen and (max-width:1200px) {
	.area{width:1000px; margin:0 auto;}
	#showcaseBox{width:100%; min-width:1000px;}
	.loginbox{margin-left:140px;}
}
.header{position:absolute; top:0;width:100%; height:70px;line-height:70px; z-index:5;top:0;margin:0 auto; padding:0px 0; }
.header .logo{height:52px; float:left; margin-left:10px;padding-top:20px;}
.header .greeting{height:30px; float:left; margin:40px 20px 0; line-height:30px; color:#666; font-size:24px; text-align:left;}
.header .menu{height:30px; float:right; margin:40px 20px 20px 20px; line-height:30px; color:#999; font-size:14px; text-align:left;}
.header .menu a{color:#999; text-decoration:none;}
.header .menu a:hover{color:#333; text-decoration:underline;}
.login-center{
	overflow: auto; 
	position:absolute; 
	top:85px; 
	width: 100%;
	z-index:10;
	bottom:100px;
	height: auto;
	max-height: 600px;
}
.loginbox{width:320px; height:340px; float:left; position:absolute; left:50%; top:50%; margin-top:-200px; background:#fff; background:rgba(255,255,255,.9); border-radius:2px; box-shadow:0 0 10px rgba(0,0,0,.2); z-index:9999;}
.loginbox h1{width:100%; height:60px; float:left; border-bottom:1px solid #ddd; color:#8b949b; font-size:20px; font-weight:normal; line-height:60px;}


.loginbox .item{width:278px; float:left; margin:10px 20px 0; border:1px solid #ccc; border-radius:2px; text-align:left; background:#fff; position:relative; transition:border .3s ease;}
.loginbox .item label{width:40px; height:40px; line-height:40px; float:left; border-right:1px solid #ccc; background:#E8E8E8;  transition:border .3s ease, background .3s ease;}
.loginbox .item label::after{content:" ";width:22px; height:18px; margin:11px 9px; line-height:18px; float:left; text-align:left; text-indent:-9999px; overflow:hidden; background:url(../img/loginIcon.png);}
.loginbox .item input[type="text"],.item input[type="password"]{width:218px; height:20px; line-height:20px; color:#333; font-size:16px; padding:10px 10px 10px 9px; border:0; float:left; background:#fff; margin:0;}
.loginbox .item input.empty{color:#bbb; font-size:14px;}
.loginbox .item.error{border:1px solid #f55;}
.loginbox .item.error label{background:#FCE0E4; border-color:#e67;}

.loginbox .item.focus{border:1px solid #bbb;}
.loginbox .item.focus label{background:#ddd; border-right:1px solid #bbb;}
.loginbox .item.userName label::after{background-position:0 0;}
.loginbox .item.userName.focus label::after{background-position:-22px 0;}
.loginbox .item.userName.error label::after{background-position:-44px 0;}
.loginbox .item.passWord label::after{background-position:0 -18px;}
.loginbox .item.passWord.focus label::after{background-position:-22px -18px;}
.loginbox .item.passWord.error label::after{background-position:-44px -18px;}

.loginbox .submit{width:280px; height:40px; margin:20px 20px 0; float:left; background:#19a3d1; color:#fff; text-align:center; font-size:20px; line-height:40px; font-weight:normal; border-radius:2px; cursor:pointer;}
.loginbox .submit:hover{background:#09c;}
.loginbox .submit:active{background:#08c;}
.loginbox .forget{width:280px; height:40px; margin:0 20px; float:left; line-height:40px; font-size:14px; color:#999; text-align:right;}
.loginbox .forget a{color:#999; text-decoration:none;}
.loginbox .forget a:hover{color:#09c; text-decoration:underline;}
.loginbox .registbox{width:280px; height:40px; float:left; padding:10px 20px; margin-top:34px; background:#edf4fc; background:rgba(0,0,0,.03); border-top:1px solid rgba(0,0,0,.05);}
.loginbox .registbox span{height:40px; line-height:40px; float:left; text-align:left; font-size:14px; color:#999;}
.loginbox .registbox a{width:160px; height:40px; line-height:42px; float:right; text-align:center; text-indent:-24px; font-size:16px; color:#fff; background:#ff5555; text-decoration:none; cursor:pointer; border-radius:2px; position:relative;}
.loginbox .registbox a:hover{background:#FF4455;}
.loginbox .registbox a:active{background:#ff3344;}
.loginbox .registbox a::before{content:" ";width:15px; height:12px; top:14px; right:36px; position:absolute; background:url(../images/loginIcon.png) 0 -36px;}
.loginbox .registbox a:hover::before{animation: buzz-out .75s linear infinite;}

.loginbox .tips{width:280px; float:right; padding:10px; border-radius:2px; background:#fff; color:#666; line-height:30px; text-align:left; font-size:14px; position:absolute; top:0; right:302px; opacity:.9; box-shadow:0 0 10px rgba(0,0,0,.2); z-index:9999;}
.loginbox .tips b{width:30px; height:30px; float:left; font-size:24px; color:#fff; text-align:center; background:#f55; border-radius:15px; margin:0 8px 0 0;}
.loginbox .tips span{height:30px; float:left; text-align:left;}
.loginbox .tips a{color:#09c;}
.loginbox .tips a:hover{color:#06c;}
.loginbox .tips .tipstext{width:280px; float:left; line-height:24px; color:#999; text-align:left; border-top:1px solid #eee; padding:10px 0 0; margin:10px 0 0;}
.loginbox .tips.accounttips{top:76px; display:none;}
.loginbox .tips.posswordtips{top:138px; display:none;}
.loginbox .tips.errortips{top:108px; display:none;}
.loginbox .tips .triangle{height:0; width:0; border:10px solid #fff; border-color:transparent transparent transparent #fff; position:absolute; top:50%; right:-20px; margin:-10px 0 0;}
.windowshadow{width:100%; height:100%; position:absolute; top:0; left:0; z-index:999; filter:alpha(Opacity=20); background:#000; background:rgba(0,0,0,.2); display:none;}

#showcaseBox{height: 600px;max-height: 600px;position:relative; text-align:center; overflow:hidden;}
.showcase{width:100%; height:100%; position:absolute; text-align:left; top:0; left:0px;}
.showcase .area{height:100%; position:relative;}
.showcase .linkarea{width:820px; height:100%; position:absolute; float:left; top:0; left:0;}



.footer{
    width:100%;
    position:absolute;
    z-index:200;
    bottom:0px;
    text-align:center;
    font-size:15px;
    color:gray;
	
}
