@charset "UTF-8";
/**
 * 
 * @authors liboyuan
 * @date    2016-11-02 15:24:56
 * @version $Id$
 */

body {
    background: #f1f1f1;
}
.login_com {
    background: #fff;
    border-radius: 0.05rem;
    margin: 0.55rem 0.125rem;
    box-shadow: 0 0 10px #ddd;
    position: relative;
    padding: 1.225rem 0.15rem 0.2rem;
}
.logo {
    width: 1.57rem;
    height: 1.595rem;
    position: absolute;
    left: 50%;
    margin-left: -0.785rem;
    top: -0.375rem;
}
.form_error_box {
    text-align: center;
    height: 0.275rem;
    line-height: 0.275rem;
    color: #ff5454;
    font-size: 0.13rem;
}
.form_input {
    width: 3.2rem;
    height: 0.425rem;
    margin-bottom: 0.15rem;
    position: relative;
}
.form_input input {
    width: 3.2rem;
    height: 0.425rem;
    padding: 0.125rem 0.2rem 0.125rem 0.55rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    border: 1px solid #ccc;
    vertical-align: top;
    font-size: 0.15rem;
    box-shadow:none;
}
.form_input input:focus{
	background-color:#f1f1f1;
	box-shadow: inset 0 2px 3px rgba(221,221,221,0.6);
}
.form_input label img {
    width: 0.175rem;
    height: 0.215rem;
}
.form_input label {
    position: absolute;
    left: 0.2rem;
    top: 0.1rem;
}
.form_input .set_code{
    position: absolute;
    top:0.06rem;
    right: 0.05rem;
}
.form_input .set_code img{
    width: 0.7rem;
    height: 0.3rem;
}

.fixed_box{
    position: absolute;
    top:0.11rem;
    right: 0.05rem;
}
.fixed_box a{
    font-size: 0.13rem;
    color: #666;
}
.fixed_box a.disabled{
	text-align:center;
	width: 0.7rem;
    height: 0.3rem;
    background-color:transparent;
    box-shadow:none;
}
.forget_box a {
    color: #999;
    font-size: 0.14rem;
    float: right;
    display: inline-block;
}
.reg_checks{
    font-size: 0.13rem;
    color: #666;
}
.reg_checks a{
	display:inline-block;
	color:#666;
	line-height:0.175rem;
	text-decoration:underline;
}
#checks{
	width:0.175rem;
	height:0.175rem;
	margin-right:0.05rem;
	vertical-align: middle;
	margin-top:-3px;
}
.submit {
    width: 100%;
    height: 0.43rem;
    font-size: 0.2rem;
    margin-top: 0.15rem;
    vertical-align: top;
}
.login_go_reg {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 0.25rem;
}
.login_go_reg p {
    font-size: 0.14rem;
    color: #ccc;
    text-align: center;
    margin-top: 0.15rem;
}
.login_go_reg p a {
    display: inline-block;
    font-size: 0.14rem;
    color: #999;
}
.reg_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.2rem;
    box-sizing: border-box;
}
.reg_pop_com {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding:0 0.3rem;
    box-sizing: border-box;
}
.reg_pop_com h2 {
    font-size: 0.18rem;
    text-align: center;
    font-weight: normal;
    padding: 0.15rem 0;
}
.reg_pop_com>p{
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #333;
    height: 70%;
    overflow: auto;
}
.reg_xy_btn{
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    display:block;
    margin-top:0.4rem;
}