body{
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color: #535353;
    box-sizing: border-box;
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:#374782;
}
input{
    outline: none;
}



#login{
    width: 100%;
    height: 100%;
    position: absolute;
    
    -webkit-background-size: 100%;
    background-size: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
}
.login_bg{
    width:100%;
    min-height: 100%;
    text-align: center;
    background: #eee;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}
#logo{
    margin: 7% auto;
    width: 35.25%;
}
img{
    width: 100%;
}
form{
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
form div.userName,form div.passWord{
    border: 1px solid #c1c1c1;
    padding:3.5% 0 4% 3%;
    height: 22%;
    background: #ffffff;
}
form div.userName{
    border-bottom:0;
    -webkit-border-top-left-radius: 0.45em;
    -webkit-border-top-right-radius: 0.45em;
    -moz-border-radius-topleft: 0.45em;
    -moz-border-radius-topright: 0.45em;
    border-top-left-radius: 0.45em;
    border-top-right-radius: 0.45em;
}
form div.passWord{
    -webkit-border-bottom-left-radius: 0.45em;
    -webkit-border-bottom-right-radius: 0.45em;
    -moz-border-radius-bottomleft: 0.45em;
    -moz-border-radius-bottomright: 0.45em;
    border-bottom-left-radius: 0.45em;
    border-bottom-right-radius: 0.45em;
}
form div.userName input,form div.passWord input{
    width: 96%; /*68*/
    height: 80%;
    border:none;
    background: transparent;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color: #b3b3b3;
    letter-spacing: 1px;
    padding-left: 2px;
    text-align:center;
}
.choose_box{
    height: 1.5em;
    line-height: 1.5em;
    padding: 0 5px;
}
.choose_box div{
    float: left;
}
.choose_box a{
    float: right;
}
.login_btn{
    width: 100%;
    display: block;
    padding:3% 0 ;
    background: #00caab;
    border: 0;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color:White;
  /*  -webkit-box-shadow: #8f9bad 0px 0px 20px;
    -moz-box-shadow: #8f9bad 0px 0px 20px;
    box-shadow: #8f9bad 0px 0px 20px;*/
    text-align: center;
    border-radius:5px;
    
}
.other_login{
    width: 90%;
    height: 15px;
    position: absolute;
    top:80%;
    margin: 0 5%;
}
.other_login .other,.other_login span{
    display: inline-block;
    vertical-align: middle;
}
.other_login .other{
    width: 28%;
    height: 8px;
    border-bottom:1px solid #ccc;
}
.other_login span{
    width:40%;
}
.other_choose{
    width: 85%;
    top:85.5%;
    position: absolute;
    margin: 0 7%;
}
.login_bg .other_choose a{
    display: block;
    float: left;
    border: 2px solid #505887;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.other_choose a:nth-child(2) {
    left:42%;
}
.other_choose a:nth-child(3) {
    left:80%;
}
.other_choose a img{
    width: 60%;
    padding: 14% 0;
}
