body{
  background:url(../img/bg.png) repeat-x;
  min-height: 600px;
  position: relative;
}

*{font-family:"微软雅黑"; margin:0; padding:0; border:0; font-size:14px;color:white;}
html,body{height:100%; width:100%;;}

a{
    text-decoration: none;
    color: rgba(255, 255, 255);
    cursor: pointer;
}

.downIntro,.introYun,.account{
    float:left;
    margin-right: 25px;
}

.name,.pwd{
    width: 310px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    outline: none;
    border-radius: 20px;
    background-color: #0A3C78;
    border: 1px solid #329BE0;
}

.useryzm{
    width: 150px;
    height: 30px;
    line-height: 44px;
    padding-left: 15px;
    outline: none;
    border-radius: 20px;
    background-color: #0A3C78;
    border: 1px solid #329BE0;
}

.name:hover,.pwd:hover,.name:focus,.pwd:focus{
    background-color: #052b64;
}

#login{
    background: #3fb9ff;
    font-size: 18px;
    width: 270px;
    height: 44px;
    outline: none;
    color: white;
    background: -webkit-linear-gradient(#3fb9ff, #099be7, #229de3);
    background: -o-linear-gradient(#3fb9ff, #099be7, #229de3);
    background: -moz-linear-gradient(#3fb9ff, #099be7, #229de3);
    background: linear-gradient(#3fb9ff, #099be7, #229de3);
    border-radius: 20px;
}
#login:hover{
    background: -webkit-linear-gradient(#229de3, #099be7,#3fb9ff);
    background: -o-linear-gradient(#229de3, #099be7,#3fb9ff);
    background: -moz-linear-gradient(#229de3, #099be7,#3fb9ff);
    background: linear-gradient(#229de3, #099be7,#3fb9ff);
}

#formSubmit{
    background: #3fb9ff;
    font-size: 18px;
    width: 270px;
    height: 44px;
    outline: none;
    color: white;
    background: -webkit-linear-gradient(#3fb9ff, #099be7, #229de3);
    background: -o-linear-gradient(#3fb9ff, #099be7, #229de3);
    background: -moz-linear-gradient(#3fb9ff, #099be7, #229de3);
    background: linear-gradient(#3fb9ff, #099be7, #229de3);
    border-radius: 20px;
}
#formSubmit:hover{
    background: -webkit-linear-gradient(#229de3, #099be7,#3fb9ff);
    background: -o-linear-gradient(#229de3, #099be7,#3fb9ff);
    background: -moz-linear-gradient(#229de3, #099be7,#3fb9ff);
    background: linear-gradient(#229de3, #099be7,#3fb9ff);
}

#hLeft{
    float: left;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    width: 172px;
    text-align: center;
    cursor: pointer;
}

#hright{
   float: right;
   margin-right: 10px;
}

#head{
    height: 50px;
    padding-top: 25px;
    margin-left: 14px;
}

#middle{
    margin-top: 100px;
    /* height:600px; */
}

 #middle li {
     list-style-type:none;
     margin-top: 15px;
 }


.register{
    padding-right: 25px;
}

#sky{
    background: url(../img/sky.png) repeat;
    width: 100%;
    heigth: 462px;
    z-index: -20;
    height: 462px;
    position: absolute;
    top: 0px;
}

#tlogin:focus{outline:none;}

#master{
    position:absolute;
    right: 10px;
    bottom:10px;
}