.logo_box{
    margin-top: 0.8rem;
    width: 100%;
    padding-top: 1.2rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.login_header{
    position: fixed;
    top: 0;
    left: 0;
    font-size: 0.3rem;
    display: inline-block;
    height: 0.8rem;
    z-index: 998;
    line-height: 0.84rem;
    width: 100%;
    color: #B1B8C0;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #45576D;
}
.back_icon{
    height: 0.8rem;
    width: 0.3rem;
    left: 0.3rem;
    z-index: 999;
    display: inline-block;
    position: fixed;
    box-sizing: border-box;
    background: url('../img/login_icon/left.png') no-repeat left;
    background-size: 0.2rem;
}
.logo_pic{
    width: 1.6rem;
    height: 1.6rem;
    background: url('../img/login_icon/user_pic.png');
    background-size:1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    border-radius: 0.8rem;
}
.from_box{
    width: 100%;
    padding: 0.3rem 0.6rem;
    box-sizing: border-box;
}
.inp{
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #45576D;
    box-sizing: border-box;
    padding-top: 0.2rem;
}
.inp input{
    box-sizing: border-box;
    margin: 0;
    width: 80%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.28rem;
    color: #B1B8C0;
}
.inp span{
    display: inline-block;
    box-sizing: border-box;
    float: left;
    margin-right: 0.37rem;
    height: 100%;
    width: 0.42rem;
    max-width: 64px;
}
.email_pic{
    background: url('../img/login_icon/email.png') no-repeat center;
    background-size: 86%;

}
.pw_pic{
    background: url('../img/login_icon/pw.png') no-repeat center;
    background-size: 80%;
}
.user_icon{
    background: url('../img/login_icon/user.png') no-repeat center;
    background-size: 80%;
}
.btn{
    border:none;
    background: #009A9A;
    padding-top: 0;

}
.btn input{
    color: #C7FFFF;
    width: 100%;
}
input::-webkit-input-placeholder{
    color: #6a819e;
    font-size: 0.24rem;

}
.inp_tips{
    color: #e96900;
    font-size: 0.14rem;
    line-height: 0.6rem;
}
.forgetpw{
    height: 1rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1rem;
    color: #BABABA;
    text-decoration: underline;
    float: left;
}
.register{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    text-align: center;
    color: #BABABA;
    text-decoration: underline;
    float: right;
}

.third_login{
    width: 100%;
    margin-bottom: 0.2rem;
    border-top: 1px solid #45576D;
    display: -webkit-box;  /* 老版本语法: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex;  /* 新版本语法： Chrome 21+ */
    display: flex;       /* 新版本语法： Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    /*混合版本语法*/
    -ms-flex-pack: center;
    /*新版本语法*/
    -webkit-justify-content: center;
    justify-content: center;
}
.third_login div{
    margin-top: 0.3rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
}
.third_login .weixin{
    background: url('../img/login_icon/weixin.png') no-repeat center;
    background-size: 100%;
}
.third_login .qq{
	background: url('../img/login_icon/qq.png') no-repeat center;
    background-size: 100%;
}
.third_login .weibo{
	background: url('../img/login_icon/weibo.png') no-repeat center;
    background-size: 100%;
}
.third_login .facebook{
	background: url('../img/login_icon/facebook.png') no-repeat center;
    background-size: 100%;
}
.third_login .twitter{
	background: url('../img/login_icon/twitter.png') no-repeat center;
    background-size: 100%;
}
