﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}

body {
    background: url(../images/login/bg.jpg) #fff no-repeat center 126px;
    font-size: 14px;
    color: #424242;
    font-family: "ABC Sans",Calibri,"Lucida Grande","Lucida Sans Unicode",MS　ゴシック,Helvetica,Arial,Verdana,sans-serif;
}
.headerLogin {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
    .headerLogin .logo {
        display: inline-block;
        margin: 20px 0;
        width: 200px;
        height: 60px;
    }
    .headerLogin .r a {
        margin-left: 10px;
        margin-right: 10px;
    }

.phoneLink {
    display: inline-block;
    text-indent: 20px;
    background: url(../images/login/phone.png) no-repeat left center;
    margin-top: 40px;
}
 
    .smsrow input[type=text] {
    width: 55%;
    float: left;
}
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);
    }

  
 

.login_box {
    background: #efefef;
    padding: 30px 0;
}

.main_box {
    width: 1200px;
    margin: 0 auto;
}
 
.login_form {
    width: 520px;
    height: 400px;
    padding: 40px 60px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 40px;
}
.f_nav {
    border-bottom: 1px solid #d7d7d7;
}
.f_nav div {
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 30px;
    padding-bottom: 20px;
}

    .f_nav div.active {
        color: #09f;
        border-bottom: 1px solid #09f;
    }
 
.f_content_tab {
    margin-top: 6px;
}


/*#txtphone_0.actived {
    border: 1px solid #09f;
    background: url('../images/login/ph02.png') no-repeat 20px 12px;
    background-size: 18px;
}
    #txtphone_0,
*/
     #txtpwd {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    background: url('/images/login/ph01.png') no-repeat 20px 12px;
    background-size: 18px;
}

#txtpwd {
    background: url('../images/login/lock01.png') no-repeat 20px 12px;
    background-size: 18px;
}

    #txtpwd.actived {
        border: 1px solid #09f;
        background: url('../images/login/lock02.png') no-repeat 20px 12px;
        background-size: 18px;
    }



.btnlogin {
    width: 100%;
    height: 47px;
    float: right;
    background: #09f;
    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;
}

.row {
    min-height: 30px;
    margin:0;
}

#autologin {
    vertical-align: -2px;
}

.pt1 {
    padding-top: 1px;
}

.dn {
    display: none;
}

.l86 {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    border-right: none;
    text-align: center;
    box-sizing: border-box;
}
    #txtsms.actived, #btnsms.actived, .l86.actived, #txtphone_1.actived {
        border: 1px solid #09f;
    }
    .l86.actived {
        border-right: 0;
    }
#txtphone_1 {
    width: 350px;
    height: 40px;
    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: 40px;
    border: 1px solid #ccc;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    outline: none;
    font-size: 16px;
}

#btnsms {
    width: 123px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    border-left: 0;
    box-sizing: border-box;
    border-radius: 0 6px 6px 0;
    outline: none;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

 /*   #txtsms.actived, #btnsms.actived, .l86.actived, #txtphone_1.actived {
        border: 1px solid #09f;
    }*/
/*.l86.actived {
    border-right: 0;
}*/

    #btnsms.actived {
        border-left: 0;
    }



div.error {
    color: #f00;
    text-align: left;
    padding: 5px 0 5px;
    font-size: 16px;
}

#sms_error, #pwd_error {
    color: #fd2121;
    text-indent: 25px;
    background: url(/images/ms_error.png) no-repeat 2px 4px;
    display: block;
    line-height: inherit;
    font-size: 14px;
    line-height: 24px;
    background-size: 15px 15px;
}

.tipsDiv {
    background: #FFF1DE url(../images/tip1.png) no-repeat 6px center;
    background-size: 16px;
    text-indent: 24px;
    margin: 10px 0;
}

.txt_wxlogin:hover, .ck_pwd:hover, .ret_wx:hover {
    color: #09f;
}
a {
    color: #09f;
}
    a:hover {
        color: #09f;
    }

.saomiao {
    padding: 0 16px;
    height: 28px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 28px;
    width: 50%;
    margin: 5px 25%;
}
.ret_wx {
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height:28px;

}
 
/*-------------注释------------------*/
.impowerBox .title {
    display: none;
}.impowerBox .qrcode {width: 200px;}.impowerBox .info {display: none;}iframe{height:200px;}




#txtphone_0 {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    background: url('/images/login/ph01.png') no-repeat 20px 12px;
    background-size: 18px;
   
}
    #txtphone_0.actived {
        border: 1px solid #09f;
        background: url('../images/login/ph02.png') no-repeat 20px 12px;
        background-size: 18px;
    }