body{_height:700px;}
.fullWrap{display: block;}
.bodyBg{width:100%; height:100%; background:#eee url("../images/loginBg.png") top center no-repeat; position:absolute; top:0; left:0; z-index: 0;background-size:cover; -ms-behavior: url(../css/backgroundsize.min.htc);behavior: url(../css/backgroundsize.min.htc);}
.loginCont{width:480px; margin:0 auto; position: relative; height:380px;}
.loginCont .logoWrap{background: url(../images/loginLogo220x42.png) top center no-repeat; height:86px; margin-bottom:30px;}
.wd350{width:350px;margin:0 auto;}
.wd190{width:190px;}
.loginBg{width:480px;height:285px; background:#fff; opacity:0.5; filter:alpha(opacity=50); position:absolute;left:0; z-index:1;}
.loginFormWrap{width:480px; padding:20px 0;z-index:5; position:absolute; z-index:3;}
.loginForm{margin:0 auto;}
.loginCont .inputList{margin:15px auto; }
.loginCont .inputIcon{width:42px;height:46px; background:url(../images/loginIcon01.png) no-repeat; margin:5px 30px 0 10px;}
.loginCont .uname{background-position: -6px -5px;}
.loginCont .password{background-position: -5px -57px;}
.loginCont .verifyCode{background-position: 0 -145px;}
.loginCont .userCate{background-position: 0 -215px;}
.loginCont .inputSty{width: 410px;border-bottom:1px solid #31a8e3; height:55px; line-height: 55px;margin-bottom: 30px;}
.loginCont .inputCont,.inputVerify{width:280px; height:35px; line-height:35px; font-size:26px; margin-top:10px; border:0 none;background: none}
.loginCont .inputVerify{width:122px;}
.loginCont .verifyCodePic{cursor:pointer;}
.loginCont .verifyCodePic img{vertical-align:middle;width:100%;height:100%;}
.loginCont .findPswTips{height:35px;}
.loginCont .findPswTips a{color:#2578b2; line-height:20px; }
.loginCont .findPswTips a:hover{border-bottom: 1px solid #2578b2; }
.loginCont .loginBtn{width: 410px;height:55px; line-height:55px; color:#fff; font-size:20px; display:block; background:#00a0e9;border-radius: 35px;margin-left: 38px;}
.loginCont .loginBtn:hover{background:#13445d;}
.registTip{height:35px; font-size: 15px;line-height: 35px; text-align:right; margin-top:10px;}
.registTip .registLink{padding:0 10px; text-decoration: underline;}
.copyRight{width: 100%; height: 32px; background: #000; text-align: center;  font-size: 12px; color: #fff; line-height:30px; z-index: 2;
 opacity:0.5; filter:alpha(opacity=50);}
/*下拉列表*/
.orderDrop{width:350px;border:1px solid #bbb; left:0;top:55px;border-top:0 none;z-index:5;max-height: 120px;overflow: hidden; background-color: #fff;max-height:150px;_height:60px;overflow-y: scroll; display: none;}
.orderDropCont{height:30px;line-height:30px;padding: 0 5px;overflow: hidden;cursor: pointer;}
.orderDropCont:hover{background:#eee;}
/*向下箭头*/
.arrowDownWrap{width:16px;height:10px; top:50%;margin-top:-3px; right:10px; cursor: pointer; }
.arrowDownCont{width:0;height:0;font-size:0;border-width:8px;border-style:solid;font-style:normal;top:0px;}
.aDown1{border-color:#bbb transparent transparent transparent; _border:0 none; left: 0;}
.aDown2{border-color:#fff transparent transparent transparent; _border-color:#bbb #fff #fff #fff; border-width:6px; left:2px; }

/*placeholde改变字体颜色*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #949795;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #949795;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
 color: #949795;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
 color: #949795;
}