.headerLogin{
    width:1200px;
    margin:0 auto;
    height:100px;
}
.headerLogin .logo{
    display: inline-block;
    margin:20px 0;
    width:200px;
    height:60px;
}
.phoneLink {
    display: inline-block;
    text-indent: 20px;
    background: url('../images/service/login/phone.png') no-repeat left center;
    margin-top: 40px;
}
.phoneLink:hover{
    color:#333;
}
.headerLogin .r a{
    margin-left:10px;
    margin-right:10px;
}
.login_box{
    background:#fcfcfc;
    padding:30px 0;
}
.main_box{
    width:1200px;
    margin:0 auto;
}
.ml30{
    margin-left:30px;
}
.login_form{
    width:520px;
    height:400px;
    padding:50px 60px;
    background:#fff;
    box-sizing: border-box;
    margin-top:40px;
}
.f_nav div {
    float: left;
    width:50%;
    text-align: center;
    height:30px;
    line-height: 30px;
    font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
}
.f_nav div.active{
    color:#ff9913;
}
.hover{
    border-right:2px solid #ccc;
}
.f_content_tab{
    margin-top:30px;
}
#txtphone_0, #txtpwd {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    background: url('../images/service/login/ph02.png') no-repeat 20px 12px;
    background-size: 18px;
}
#txtpwd {
    background: url('../images/service/login/lock02.png') no-repeat 20px 12px;
    background-size: 18px;
}
    #txtpwd.actived {
        border: 1px solid #ff9913;
        background: url('../images/service/login/lock01.png') no-repeat 20px 12px;
        background-size: 18px;
    }
#txtphone_0.actived {
    border: 1px solid #ff9913;
    background: url('../images/service/login/ph01.png') no-repeat 20px 12px;
    background-size: 18px;
}
.btnlogin {
    width: 100%;
    height: 47px;
    float: right;
    background: #ff9913;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    text-align: center;
    line-height: 47px;
    outline: none;
    margin-top:10px;
    margin-bottom: 10px;
    
}
.btnlogin:hover{
    color:#eee;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #CACACA;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #CACACA;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #CACACA;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #CACACA;

}
.login_form .row{
    min-height:30px;
    margin-top:0;
}
#autologin{
    vertical-align: -2px;
}
.pt1{
    padding-top:1px;
}
.dn{
    display: none;
}
.l86{
    display: inline-block;
    width:50px;
    height:50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    border-right:none;
    text-align: center;
    box-sizing: border-box;
}
#txtphone_1 {
    width: 350px;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 0 6px 6px 0;
    outline: none;
    font-size: 16px;
}
#txtsms{
    width: 270px;
    height: 50px;
    border: 1px solid #ccc;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    outline: none;
    font-size: 16px;
}
#btnsms{
    width: 130px;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    border-left:0;
    box-sizing: border-box;
    border-radius:0 6px 6px 0;
    outline: none;
    color:#ff9913;
    
    background:#fff;
    cursor: pointer;
    font-size: 16px;
}
#txtsms.actived,#btnsms.actived,.l86.actived,#txtphone_1.actived{
    border: 1px solid #ff9913;
}
#btnsms.actived{
    border-left:0;
}
.l86.actived{
    border-right:0;
}
label.error {
    color: #fd2121;
    text-indent: 25px;
    background: url(../images/login/error.png) no-repeat 2px 4px;
    display: block;
    line-height: inherit;
    font-size: 14px;
    line-height: 24px;
    background-size: 15px 15px;
}

div.error {
    height: 30px;
    color: #f00;
    text-align: center;
    /*padding: 10px 0 10px;*/
    font-size: 16px;
}

input[type=text]:focus, input[type=password]:focus {
    border-color: #35a4fe;
    /*-webkit-box-shadow: 0 0 10px rgba(53, 164, 243, 0.25);
    -moz-box-shadow: 0 0 10px rgba(53, 164, 243, 0.25);
    box-shadow: 0 0 10px rgba(53, 164, 243, 0.25);*/
}

input[type=text].error, input[type=password].error {
    border-color: #f00;
}

    input[type=text].error:focus, input[type=password].error:focus {
        border-color: #f00;
        /*-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);*/
        /*-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);*/
    }