*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
}
body{
    background-size:100% 100%; 
    background-attachment: fixed;
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.login-top{
    border: 1px solid #8DBDD3;
    width: 180px;
    height: 35px;
    padding: 0px 15px;
    border-radius: 20px;
    position: absolute;
    top: 20px;
    right: 260px;
    zoom: 1;
    box-sizing: border-box;
}
.login-top::after{
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    content: "";
}
.login-top .search-logo{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 7.5px 0px;
}
.login-top .top-input{
    width: 115px;
    background: rgba(0,0,0,0);
    border: 0;
    height: 35px;
    outline: none;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.login-top .next-logo{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 12.5px 0px;
}
.login{
    width: 400px;
    height: 570px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #D9DFD8;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -300px;
    background: #fff;
}
.login-box-top{
    width: 100%;
    height: 100px;
    background-size:100% 100%; 
    background-image: url(../img/login_top_03.jpg);
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}
.login-box-top p{
    font-size: 30px;
    color: #fff;
    padding-top: 15px;
}
.login-box-top span{
    font-size: 22px;
    color: #fff;
    display: inline-block;
}
.user{
    margin: 0px 50px;
    border-bottom: 1px solid #E7E6E3;
    padding: 15px 0px 5px 20px;
    zoom: 1;
    position: relative;
}
.login .first-user{
    margin-top: 15px;
}
.user::after{
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    content: "";
}
.user img{
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 5px 0px;
    float: left;
}
.user .username{
    border: 0;
    outline: none;
    background: #fff;
    width: 50%;
    height: 30px;
    padding-left: 20px;
}
.user .username::-webkit-input-placeholder{
    font-size: 14px;
    color: #acacac;
}
.user:nth-child(4){
    width: 190px;
}
.check-num{
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #A5ADB5;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -90px;
    top: 16px;
}
.user-sub{
    text-align: center;
    padding: 20px 0px 10px 0px;
}
.user-sub .submit{
    background: #0082B8;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    border: 0;
    outline: none;
    width: 240px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}
.login .last-p{
    text-align: center;
    font-size: 14px;
    color: #595854;
    margin-bottom: 10px;
}
.login .last-p a{
    text-decoration: underline;
    color: #0083B8;
}
/*注册*/
.register{
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-top: 15px;
}
.first-register{
    margin-top: 20px;
}
.register span{
    width: 80px;
    text-align: right;
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 15px;
}
.register input{
    outline: none;
    height: 30px;
    width: 300px;
    padding-left: 10px;
    border: 1px solid #E7E6E3;
}
.register i{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../img/star_icon_03.jpg);
    background-repeat: no-repeat;
    margin-left: 10px;
}
.register-box{
    height: 650px;
    width: 500px;
    margin-top: -270px;
    margin-left: -250px;
}
.tip{
    position: absolute;
    top: 0;
    right: -400px;
    font-size: 14px;
    color: #337ab7;
    height: 30px;
    border: 1px solid #337ab7;
    padding: 0px 10px;
    background: #fff;
    border-radius: 3px;
}
.tip .tip-i{
    position: absolute;
    border-color: #337ab7;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(135deg);
    background: #fff;
    top: 10px;
    left:-16px;
}