@charset "utf-8";
html,body{margin:0;padding:0;width:100%;height:100%;}
body{font-size:12px;font-family: "微软雅黑";color:#333;height:100%;}
p,ul,.name,.pwd,dd,h1,h2,h3,form,input,select,textarea{margin:0;padding:0;border:0;font-family:"微软雅黑";line-height:150%;}
ul,li{list-style:none;}
div,p{word-wrap: break-word;}
img{border: none;}
input,button,select,textarea{outline:none}

/*login*/
.login input.submit{border:none;font-weight:bold;color:#FFF;margin:25px 0 0 150px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow: #CCC 0px 0px 5px;-moz-box-shadow: #CCC 0px 0px 5px;box-shadow: #CCC 0px 0px 5px;background: #31b6e7;cursor: pointer;}
.login input.submit:hover{background:#ff9229;}
.login input.submit{padding:6px 20px;}
.login {position:relative;z-index:100;margin:0 auto;width:408px;height:414px;background-color: #ffffff; border-radius: 10px;top: 220px;}
@media screen and (max-width: 991px) {
  .login {
    top: 35%;
  }
}
.login .inputtext {margin: 0;height: 46px;padding: 0;border: 0;width: 279px;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.login .divinput {border: 1px solid #e4e4e4;border-radius: 5px;height: 46px;width: 330px;margin: auto;margin-top: 30px;}
.login .divpass {border: 1px solid #e4e4e4;border-radius: 5px;height: 46px;width: 330px;margin: auto;margin-top: 20px;}
