﻿* {
    font-family: "微软雅黑",YouYuan,STSong;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

.layui-nav .layui-this::after {
    background-color: none !important;
}

iframe {
    background: #fff;
}

::-webkit-scrollbar-track-piece {
    width: 4px;
    background-color: #f3f3f3;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
    cursor: pointer;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e5e5e5;
        cursor: pointer;
    }

/** 重写css **/
.notify-title {
    margin-top: 16px !important;
}

#bo_js_dlg_msg {
    width: 70% !important;
}

#bo_js_dlg_yesno {
    width: 70% !important;
}

.bo-plusin-tree-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 0px;
    margin: 0px;
    line-height: 28px;
    min-width: 160px;
}
/*bo-plusin-treetb风格（缺省）*/
.bo-plusin-treetb {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
    border: none;
    font-size: 14px;
}

    /*thead tr*/
    .bo-plusin-treetb thead tr td {
        height: 24px;
        line-height: 24px;
    }

    /*tbody tr*/
    .bo-plusin-treetb tbody tr td {
        height: 24px;
        line-height: 24px;
    }

    /*选择链接*/
    .bo-plusin-treetb a.selnode-lnk {
        height: 24px;
        line-height: 22px;
        font-size: 16px;
    }

    /*展开链接*/
    .bo-plusin-treetb a.expnode-lnk {
        height: 24px;
        line-height: 18px;
        font-size: 18px;
    }

* {
    font-family: "微软雅黑","幼圆","宋体";
}

ul, ol, li {
    list-style: none;
}

button, a {
    cursor: pointer;
}


/*日期控件*/
.bo-css-datepick {
    width: 283px;
    height: 18px;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #dedede;
    border-radius: 4px;
    font-weight: normal;
}

    .bo-css-datepick input {
        border: none !important;
        font-weight: normal;
        text-align: right;
        width: 45px;
        height: 18px !important;
        text-indent: 0;
        font-size: 14px !important;
        line-height: 18px !important;
    }

        .bo-css-datepick input:nth-child(1) {
            width: 55px;
        }




/* 弹出框消息 */

.bo-msg-dlg {
}

.bo-dlg-title {
    position: absolute;
    font-size: 14px;
    line-height: 40px;
    left: 0px;
    top: 0;
    background: #F8F8F8;
    border-bottom: 1px solid #EEEEEE;
    text-align: left;
    width: 100%;
    color: #333;
    text-indent: 20px;
}

.bo-msg-dlg .bo-msg-dlg-content {
    padding: 15px;
    height: 375px;
    overflow-y: auto;
    margin-top: 40px;
}

    .bo-msg-dlg .bo-msg-dlg-content h3 {
        line-height: 32px;
        color: #333;
        font-size: 22px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .bo-msg-dlg .bo-msg-dlg-content .bo-css-time {
        text-align: center;
        color: #999;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

        .bo-msg-dlg .bo-msg-dlg-content .bo-css-time label {
            display: inline;
            margin-right: 10px;
        }


    .bo-msg-dlg .bo-msg-dlg-content .bo-css-con {
        line-height: 28px;
        color: #666;
        text-indent: 2em;
        margin: 10px auto 0px;
        overflow: hidden;
        width: 100%;
    }

    .bo-msg-dlg .bo-msg-dlg-content .bo-css-fujian {
        margin-bottom: 60px;
    }

.bo-css-fujian p {
    width: 100%;
    overflow: hidden;
}

.bo-css-fujian a {
    padding-left: 18px;
    background: url(../img/fj.png) no-repeat left center;
    display: block;
    height: 20px;
    line-height: 20px;
    background-size: 15px 15px;
    float: left;
}

.bo-css-fujian b {
    float: left;
    font-weight: normal;
    margin-left: 5px;
}

.bo-dlg-close {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/dlg_close.png) no-repeat center;
    position: fixed;
    top: 8px;
    right: 8px;
}

.bo-dlg-close-black {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/dlg_close_black.png) no-repeat center;
    position: fixed;
    top: 3px;
    right: 3px;
}

.bo-css-dlgnav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    text-align: center;
    background: #f8f8f8;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

    .bo-css-dlgnav button {
        height: 34px !important;
        line-height: 34px;
        min-width: 60px;
        width: 100px;
        font-size: 16px;
    }

    .bo-css-dlgnav > div {
        height: 34px;
        margin: 0 auto;
        width: 210px;
    }

        .bo-css-dlgnav > div > * {
            float: left;
            line-height: 34px;
            margin-top: 0;
            margin-bottom: 0;
        }

i.bo-pwd-show {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/pwd_show.png) no-repeat center;
    cursor: pointer;
}

i.bo-pwd-hide {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/pwd_hide.png) no-repeat center;
    cursor: pointer;
}
@media screen and (min-width: 1441px) {

    /*登录背景*/
    .bo-login-bg {
        background: url(/img/login1_bg_hn2.png);
        background-size: 100%;
        overflow: hidden;
        position: relative;
    }

    /*登录框*/
    .bo-login-cnt {
        width: 560px;
        height: 480px;
        background: #fff;
        border-radius: 10px;
        position: fixed;
        left: 55%;
        top: 50%;
        margin-top: -240px;
        padding: 30px 10px;
        box-shadow: 0 0 10px 10px rgba(0,0,0,.3);
    }

    /*登录尾部*/
    .bo-login-footer {
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
    }

    /*底部功能介绍*/
    .bo-login-footer-list {
        display: none;
        height: 24px;
        padding: 18px 20px;
        float: left;
    }

    .bo-login-footer > p {
        margin: 0;
        padding-right: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 60px;
        float: right;
    }

        .bo-login-footer > p > a {
            color: #fff;
            text-decoration: underline;
        }



    /*登录框*/

    .bo-login-form {
        width: 100%;
        height: calc(100% - 160px);
        position: absolute;
        right: 0;
        top: 60px;
    }

    .bo-login-form1 {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 30px;
        right: 40px;
        z-index: 10;
    }

    .bo-login-title {
        font-size: 24px;
        line-height: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }

    #tabCnt > .bo-login-form:nth-child(1) {
        display: block !important;
    }

    .bo-login-form-title {
    }

        .bo-login-form-title > a {
            display: block;
            width: 64px;
            height: 64px;
        }

    .bo-login-qrcode {
        background: url('../img/half_qrcode.png') no-repeat;
    }

    .bo-login-acc {
        background: url('../img/half_acc.png') no-repeat;
    }

    .bo-login-form-title a.bo-css-active {
        display: none;
    }

    .bo-login-form-user, .bo-login-form-password, .bo-login-form-code {
        width: calc(100% - 120px);
        height: 46px;
        margin: 0 60px 30px;
        position: relative;
    }

        .bo-login-form-user::after {
            position: absolute;
            content: '';
            width: 24px;
            height: 24px;
            left: 11px;
            top: 11px;
            background: url('../img/login_user.png') no-repeat;
        }

        .bo-login-form-password::after {
            position: absolute;
            content: '';
            width: 24px;
            height: 24px;
            left: 11px;
            top: 11px;
            background: url('../img/login_pwd.png') no-repeat;
        }

        .bo-login-form-code::after {
            position: absolute;
            content: '';
            width: 24px;
            height: 24px;
            left: 11px;
            top: 11px;
            background: url('../img/login_valid.png') no-repeat;
        }

        .bo-login-form-user > input, .bo-login-form-password > input {
            width: 100%;
            height: 44px;
            border: none;
            border-bottom: solid 1px #ccc;
            background: transparent;
            text-indent: 60px;
        }

        .bo-login-form-code > input {
            width: 100%;
            height: 44px;
            border: none;
            border-bottom: solid 1px #ccc;
            background: transparent;
            text-indent: 60px;
        }

        .bo-login-form-code > a {
            width: 100px;
            height: 40px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
        }

        .bo-login-form-code img {
            width: 100px;
            height: 40px;
            margin: 2px 0;
            float: right;
        }

        .bo-login-form-password > i {
            position: absolute;
            top: 12px;
            right: 12px;
        }

    .bo-login-form-btns {
        width: calc(100% - 120px);
        margin: 0 60px 30px;
        position: relative;
    }

        .bo-login-form-btns > .bo-login-form-submit {
            width: calc(100% - 120px);
            height: 40px;
            margin: 0 60px 20px;
            border-radius: 20px;
            background: #44a7fb;
            color: #fff;
            text-align: center;
            font-size: 18px;
            line-height: 40px;
            border: none;
        }

            .bo-login-form-btns > .bo-login-form-submit:hover {
                background: #44a7fb;
            }

        .bo-login-form-btns > .bo-login-form-reset {
            width: calc(100% - 120px);
            height: 40px;
            margin: 0 60px 20px;
            border-radius: 20px;
            background: transparent;
            color: #666;
            text-align: center;
            font-size: 18px;
            line-height: 40px;
            border: solid 1px #ccc;
        }

    /*二维码登录*/

    .bo-login-ewm, .bo-qrlogin-success, .bo-qrlogin-cnt {
        margin-top: 120px;
    }

        .bo-login-ewm img {
            width: 200px;
            height: 200px;
            display: inline-block;
            margin: 0px auto 0px;
        }

        .bo-login-ewm h2 {
            font-size: 16px;
            color: #454343;
            text-align: center;
            margin-top: 45px;
            overflow: hidden;
        }

            .bo-login-ewm h2 img {
                width: 15px;
                height: 15px;
                display: inline-block;
                margin-right: 6px;
            }

            .bo-login-ewm h2 b {
                font-weight: normal;
            }


        .bo-qrlogin-success img {
            display: inline-block;
            margin: 0px auto 0;
        }

        .bo-qrlogin-success p {
            font-size: 20px;
            color: #234374;
            margin: 30px auto 30px;
            text-align: center;
        }

        .bo-qrlogin-success span {
            font-size: 14px;
            color: #777676;
            text-align: center;
        }

        .bo-qrlogin-success a {
            color: #053277;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 30px;
            float: left;
            width: 100%;
            text-align: center;
        }

    .blur {
        /*-webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);*/
        opacity: 0.1;
        filter: alpha(opacity=10); /* 针对 IE8 以及更早的版本 */
        border: 1px solid #dadada;
    }

    .bo-qrlogin-cnt-shade {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -150px;
    }

    .bo-qrlogin-cnt-sx {
        font-size: 16px;
        width: 100%;
        text-align: center;
        color: #000;
        margin-top: 70px;
    }

    .bo-qrlogin-cnt-shade button {
        width: 120px;
        height: 35px;
        line-height: 35px;
        background: #234374;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: 15px auto 0;
        border: none;
        border-radius: 3px;
    }

    .bo-qrlogin-cnt h2 {
        font-size: 16px;
        color: #454343;
        text-align: center;
        margin-top: 45px;
        overflow: hidden;
    }

    .bo-qrlogin-cnt-shade button:hover {
        background: #234374;
        opacity: 0.9;
    }

    .bo-qrlogin-cnt h2 img {
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    .bo-qrlogin-cnt h2 b {
        font-weight: normal;
    }
}
@media screen and (max-width: 1440px) {

    /*登录背景*/
    .bo-login-bg {
        background:url(/img/login1_bg_hn2.png) no-repeat;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    /*登录框*/
    .bo-login-cnt {
        width: 560px;
        height: 480px;
        background: #fff;
        border-radius: 10px;
        position: fixed;
        left: 55%;
        top: 50%;
        margin-top: -240px;
        padding: 30px 10px;
        box-shadow: 0 0 10px 10px rgba(0,0,0,.3);
    }

    /*登录尾部*/
    .bo-login-footer {
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
    }

    /*底部功能介绍*/
    .bo-login-footer-list {
        display: none;
        height: 24px;
        padding: 18px 20px;
        float: left;
    }

    .bo-login-footer > p {
        margin: 0;
        padding-right: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 60px;
        float: right;
    }

        .bo-login-footer > p > a {
            color: #fff;
            text-decoration: underline;
        }



    /*登录框*/

    .bo-login-form {
        width: 100%;
        height: calc(100% - 160px);
        position: absolute;
        right: 0;
        top: 60px;
    }

    .bo-login-form1 {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
    }

    .bo-login-title {
        font-size: 24px;
        line-height: 40px;
        color: #333;
        text-align: center;
        font-weight: bold;
    }

    #tabCnt > .bo-login-form:nth-child(1) {
        display: block !important;
    }

    .bo-login-form-title {
    }

        .bo-login-form-title > a {
            display: block;
            width: 48px;
            height: 48px;
        }

    .bo-login-qrcode {
        background: url('../img/half_qrcode.png') no-repeat;
        background-size: 100% 100%;
    }

    .bo-login-acc {
        background: url('../img/half_acc.png') no-repeat;
        background-size: 100% 100%;
    }

    .bo-login-form-title a.bo-css-active {
        display: none;
    }

    .bo-login-form-user, .bo-login-form-password, .bo-login-form-code {
        width: calc(100% - 60px);
        height: 46px;
        margin: 0 30px 20px;
        position: relative;
    }

        .bo-login-form-user::after {
            position: absolute;
            content: '';
            width: 24px;
            height: 24px;
            left: 11px;
            top: 11px;
            background: url('../img/login_user.png') no-repeat;
        }

        .bo-login-form-password::after {
            position: absolute;
            content: '';
            width: 24px;
            height: 24px;
            left: 11px;
            top: 11px;
            background: url('../img/login_pwd.png') no-repeat;
        }

        .bo-login-form-code::after {
            position: absolute;
            content: '';
            width: 24px;
            height: 24px;
            left: 11px;
            top: 11px;
            background: url('../img/login_valid.png') no-repeat;
        }

        .bo-login-form-user > input, .bo-login-form-password > input {
            width: 100%;
            height: 44px;
            border: none;
            border-bottom: solid 1px #ccc;
            background: transparent;
            text-indent: 60px;
        }

        .bo-login-form-code > input {
            width: 100%;
            height: 44px;
            border: none;
            border-bottom: solid 1px #ccc;
            background: transparent;
            text-indent: 60px;
        }

        .bo-login-form-code > a {
            width: 100px;
            height: 40px;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
        }

        .bo-login-form-code img {
            width: 100px;
            height: 40px;
            margin: 2px 0;
            float: right;
        }

        .bo-login-form-password > i {
            position: absolute;
            top: 12px;
            right: 12px;
        }

    .bo-login-form-btns {
        width: calc(100% - 120px);
        margin: 0 60px 30px;
        position: relative;
    }

        .bo-login-form-btns > .bo-login-form-submit {
            width: calc(100% - 60px);
            height: 40px;
            margin: 0 30px 15px;
            border-radius: 20px;
            background: #44a7fb;
            color: #fff;
            text-align: center;
            font-size: 18px;
            line-height: 40px;
            border: none;
        }

            .bo-login-form-btns > .bo-login-form-submit:hover {
                background: #44a7fb;
            }

        .bo-login-form-btns > .bo-login-form-reset {
            width: calc(100% - 60px);
            height: 40px;
            margin: 0 30px 15px;
            border-radius: 20px;
            background: transparent;
            color: #666;
            text-align: center;
            font-size: 18px;
            line-height: 40px;
            border: solid 1px #ccc;
        }

    /*二维码登录*/

    .bo-login-ewm, .bo-qrlogin-success, .bo-qrlogin-cnt {
        margin-top: 60px;
    }

        .bo-login-ewm img {
            width: 200px;
            height: 200px;
            display: inline-block;
            margin: 0px auto 0px;
        }

        .bo-login-ewm h2 {
            font-size: 16px;
            color: #454343;
            text-align: center;
            margin-top: 45px;
            overflow: hidden;
        }

            .bo-login-ewm h2 img {
                width: 15px;
                height: 15px;
                display: inline-block;
                margin-right: 6px;
            }

            .bo-login-ewm h2 b {
                font-weight: normal;
            }


        .bo-qrlogin-success img {
            display: inline-block;
            margin: 0px auto 0;
        }

        .bo-qrlogin-success p {
            font-size: 20px;
            color: #234374;
            margin: 30px auto 30px;
            text-align: center;
        }

        .bo-qrlogin-success span {
            font-size: 14px;
            color: #777676;
            text-align: center;
        }

        .bo-qrlogin-success a {
            color: #053277;
            font-size: 14px;
            text-decoration: underline;
            margin-top: 30px;
            float: left;
            width: 100%;
            text-align: center;
        }

    .blur {
        /*-webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);*/
        opacity: 0.1;
        filter: alpha(opacity=10); /* 针对 IE8 以及更早的版本 */
        border: 1px solid #dadada;
    }

    .bo-qrlogin-cnt-shade {
        position: absolute;
        width: 200px;
        height: 200px;
        /*background: #fff;*/
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -60px;
        /*background-color: rgba(0,0,0,0.3);*/
    }

    .bo-qrlogin-cnt-sx {
        font-size: 16px;
        width: 100%;
        text-align: center;
        color: #000;
        margin-top: 10px;
    }

    .bo-qrlogin-cnt-shade button {
        width: 120px;
        height: 35px;
        line-height: 35px;
        background: #234374;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin: 15px auto 0;
        border: none;
        border-radius: 3px;
    }

    .bo-qrlogin-cnt h2 {
        font-size: 16px;
        color: #454343;
        text-align: center;
        margin-top: 20px;
        overflow: hidden;
    }

    .bo-qrlogin-cnt-shade button:hover {
        background: #234374;
        opacity: 0.9;
    }

    .bo-qrlogin-cnt h2 img {
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    .bo-qrlogin-cnt h2 b {
        font-weight: normal;
    }
}

.layui-layer-lan .layui-layer-title {
    background: #f2f2f2 !important;
    color: #333 !important;
}

.bo-login-logo {
    margin-top: 2%;
    text-indent: 140px;    
    color: #000;
}

    .bo-login-logo > img {
        width: 40px;
        height: 40px;
        vertical-align: bottom;
        margin-right: 10px;
        background: #fff;
        border-radius: 5px;
        padding: 3px;
    }

    .bo-login-logo > span {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
    }