body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    background-color: #ffffff;
}
ul,ul li{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a,span,div{
    text-decoration:none;
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a:hover{
    text-decoration:underline;
}
img{
    margin:0;
    padding:0;
    display:block;
    border: none;
}

.clear_float{
    clear:both;
}

#center_content{
    width:1200px;
    height:670px;
    margin:60px auto 0;
    position:relative;
}
.cat_content{
    width: 580px;
    height: 445px;
    background-image:url(/img/fat_cat.png);
    background-size:cover;
    position:relative;
}
.login_input_border{
    position:absolute;
    right:96px;
    top:0px;
    width:400px;
    height:400px;
    border:1px solid #e4e4e4;
    border-radius:10px;
}
.login_input_content{
    width:390px;
    height:390px;
    margin:5px auto;
    border-radius:10px;
}
.login_input_tit{
    font-size:24px;
    color:#ff7385;
    width:100%;
    text-align:center;
    font-weight:bold;
    position:relative;
    top:15px;
    letter-spacing: 1px;
}
.login_line{
    width:375px;
    height:5px;
    background:url(/img/login_line.png) no-repeat;
    margin:35px auto 0;
    opacity: 0.5;
}
.your_input{
    width:326px;
    height:44px;
    margin:35px auto 0;
    border:1px solid #e4e4e4;
    border-radius:5px;
    background:#ffffff;
    position:relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.your_input.pass_input{
    margin: 14px 0px 0 32px;
    position: relative;
    z-index: 1;
}
.your_input.send_code_input{
    width: 220px;
}
.send_code_input .your_phone_number{
    width: 130px;
}
#customer_code {
    display: none;
}
.send_code_input #customer_password{
    display: none;
}
.send_code_input #customer_code{
    display: block;
}
.your_phone_info{
    position:absolute;
    left:0;
    top:0;
    width:80px;
    height:42px;
    border-right:1px solid #e4e4e4;
    text-align:center;
    line-height:42px;
    color:#666;
}
.your_phone_number{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 40px;
    width: 235px;
    border: none;
    padding-left: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.your_phone_number:focus{
    outline:0;
}
.if_forget_pwd{
    width:320px;
    height:30px;
    line-height:30px;
    margin:0 auto;
    text-align:right;
    color:#9b9b9b;
    text-decoration:underline;
}
.warn_dec{
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    color: #ff7385;
    position: absolute;
}
.auto_login{
    float: right;
    width:130px;
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color:#666;
    text-align: right;
}
.check_login{
    display:inline-block;
    width:15px;
    height:15px;
    background:#ffffff;
    border:1px solid #e4e4e4;
    position:relative;
    top:3px;
    border-radius:3px;
}
.check_on{
    background:url(/img/check_choice.png) no-repeat;
}
.login_btn{
    width: 326px;
    height: 36px;
    margin: 0 auto;
    background: #ff7385;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.send_code{
    position: absolute;
    display: inline-block;
    right: 36px;
    top: 169px;
    width: 96px;
    height: 44px;
    line-height: 42px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: solid 1px #e3e3e3;
    color: #666;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.send_code.true{
    opacity: 1;
}
.if_register{
    width: 326px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 5px;
}
.if_register span{
    font-size:15px;
}
.if_register a{
    margin-left:3px;
    font-size:14px;
    color:#ff7385;
    text-decoration:underline;
}

.if_register span{
    font-size:14px;
}
.forget_password{
    float: left;
}
.change_login{
    float: left;
    color: #4b4b4b;
    cursor: pointer;
}
.change_login:hover{
    color: #ff7385;
}
.not_register{
    float: right;
    width:130px;
    height:30px;
    line-height: 30px;
    font-size: 12px;
    text-align: right;
}
.not_register span{
    color: #797979;
}
.last_line{
    margin-top:5px;
}
.promise{
    width:100%;
    text-align:center;
    height:30px;
    margin-top:12px;
    font-size:12px;
}
.promise a{
    color:#999;
    font-size:12px;
    margin-left:6px;
    text-decoration:underline;
}

