﻿/*登录头部代码*/
body {
    background: #fff !important;
}
/*内容区代码*/

.login_frame {
    background: none;
    background-color: #fff;
    top: 0;
    width: 1048px;
    height: 500px;
    margin: 0 auto;
    -moz-box-shadow: 0 3px 38px #e6e6e6; /*firefox*/
    -webkit-box-shadow: 0 3px 38px #e6e6e6; /*webkit*/
    box-shadow: 0 3px 38px #e6e6e6; /*opera或ie9*/
}

.login_frame_left {
    width: 600px;
    height: 500px;
    background-image: url(/Content/images/logobg.jpg);
    background-repeat: no-repeat;
}

.login_frame_right {
    width: 448px;
    height: 500px;
}

.login_frame_righttit h3 {
    background: url(/Content/images/h3_bgtit.png) center 30px no-repeat;
    font-size: 18px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    margin-top: 72px;
    font-weight: bold;
}

/*账号密码登录*/
.login_paw {
    width: 333px;
    height: auto;
    margin: 48px auto 0;
}

.err_input {
    width: 322px;
    height: 52px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    text-indent: 0.8em;
    outline: none;
    line-height: 50px\9;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 28px;
}

    .err_input:focus {
        border-color: #529bfc;
    }

    .err_input::-webkit-input-placeholder { /*WebKit browsers*/
        color: #ccc;
    }

    .err_input::-moz-input-placeholder { /*Mozilla Firefox*/
        color: #ccc;
    }

    .err_input::-ms-input-placeholder { /*Internet Explorer*/
        color: #ccc;
    }

.submitbtn {
    width: 333px;
    height: 50px;
    background: #529bfc;
    line-height: 50px;
    line-height: 50px\9;
    font-size: 21px;
    color: #fff;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 32px;
}

.verfiyCode_img, .verfiyCode_sms {
    position: relative;
}

    .verfiyCode_img label {
        position: absolute;
        right: 16px;
        top: 10px;
    }

    .verfiyCode_sms label {
        position: absolute;
        right: 16px;
        top: 16px;
        font-size: 14px;
        color: #529bfc;
    }

.submitbtn2 {
    margin-top: 0;
}

.submitbtn:hover {
    background: #5eacff;
}

.meslogin {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #666 !important;
    margin-top: 42px;
}

.meslogin2 {
    margin-top: 15px;
}

/*侧边栏样式*/
.Service_kf_img {
    position: fixed;
    right: -600px;
    bottom: 10%;
    z-index: 999;
}

    .Service_kf_img img {
        width: 320px;
        cursor: pointer;
    }

.rightnav-bar {
    width: 40px;
    height: auto;
    box-sizing: border-box;
    padding-top: 6px;
    overflow: hidden;
    position: fixed;
    right: -70px;
    bottom: 18%;
    background-color: #2e76f7;
    border-radius: 4px 0 0 4px;
    -webkit-transition: right .5s .2s;
    transition: right .5s .2s;
    z-index: 199;
    -webkit-transition: .2s;
    transition: .2s;
}

    .rightnav-bar:hover {
        opacity: .9;
    }

    .rightnav-bar.show {
        right: 0;
    }

    .rightnav-bar > ul {
        margin-left: 4px;
        height: 298px;
        padding-bottom: 18px;
        box-sizing: border-box;
        -webkit-transition: height 1s .2s ease;
        transition: height 1s .2s ease;
    }

    .rightnav-bar.showTop ul {
        height: 160px;
    }

    .rightnav-bar.showTop .rn-polo {
        animation: showPolo 1.4s .2s ease 1;
        -webkit-animation: showPolo 1.4s .2s ease 1;
    }

.rightnav-bar-li {
    list-style: none;
    cursor: pointer;
    text-align: center;
    margin-bottom: 6px;
}

    .rightnav-bar-li.selected span, .rightnav-bar-li:hover span {
        animation: jump ease 1.5s 1;
        -webkit-animation: jump ease 1.5s 1;
    }

    .rightnav-bar-li span {
        display: block;
        height: 35px;
        text-align: center;
    }

    .rightnav-bar-li i {
        font-size: 26px;
        color: #fff;
    }

    .rightnav-bar-li a {
        color: #fff !important;
        font-size: 20px;
        text-align: center;
        width: 32px;
        display: block;
        line-height: 26px;
        margin: 2px auto 0;
    }

#login_content {
    position: fixed;
    width: 1050px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-left: -525px;
    margin-top: -250px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
    display: block;
}

#btnLogin {
    text-indent: 0em;
}

/*二维码*/
.login_code:hover {
    background-image: url(/Content/images/loginimg/login_code_on.png);
}

.login_code {
    width: 34px;
    height: 34px;
    background-image: url(/Content/images/loginimg/login_code.png);
    position: absolute;
    top: 12px;
    right: 12px;
    background-repeat: no-repeat;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
/**二维码登录*/
.login_code_bigbox {
    width: 446px;
    height: auto;
    float: right;
    position: absolute;
    top: 42px;
    left: 600px;
    background: rgba(255,255,255,.95);
    background: #ffffff;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    z-index: 3;
    display: none;
}

.login_code_tlt {
    font-size: 16px;
    font-weight: 700;
    margin-top: 63px;
    margin-bottom: 48px;
}

.login_code_center {
    width: 100%;
    height: 240px;
}

.login_code_img img {
    width: 180px;
    height: 180px;
}

.login_code_tips {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
}

/*底部*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .footer p {
        font-size: 14px;
        color: #999;
        text-align: center;
        position: relative;
        top: -20px;
    }

/****************加载弹窗样式*******************/
.bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: #000000;
    background-color: rgba(0,0,0,0.2);
    display: none;
    z-index: 9999
}

.load {
    position: fixed;
    width: 250px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -75px;
    background: #fff;
    border-radius: 13px;
    border: 0px solid rgba(0, 0, 0, 0.08);
}

    .load .box {
        width: 80px;
        height: 80px;
        border: 1px solid #ddd;
        border: 0px;
        margin: 18px auto;
    }

        .load .box img {
            width: 80px;
            height: 80px;
        }

    .load h5 {
        color: #666666;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1px;
        margin-top: -10px;
    }
