﻿body {
    margin: 0;
    padding: 70px 0 30px 0;
    font-size: 14px;
    overflow-y: auto;
}

img {
    max-width:100%;
}
.navbar-copyright {
    min-height:20px;
    margin:0;
    padding:0;
    font-size:12px;
    text-align:center;
    border-top:1px solid #dadade;
}
.text-orange {
    color:orange;
    font-weight:bolder;
}
.text-red {
    color: red;
}
/*分页样式*/
.pagelist {
    clear: both;
    display: block;
    margin: 0 0 20px 1px;
}

    .pagelist:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .pagelist .l-btns {
        display: block;
        float: left;
        margin: 2px 5px 0 -1px;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
        height: 28px;
        overflow: hidden;
    }

        .pagelist .l-btns span {
            font-size: 12px;
            color: #333;
            line-height: 28px;
        }

        .pagelist .l-btns .pagenum {
            display: inline-block;
            margin: 0 5px;
            padding: 0 5px;
            border: 1px solid #dbdbdb;
            border-top: 0;
            border-bottom: 0;
            width: 60px;
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            color: #333;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
        }

    .pagelist .gotopage {
        margin-left: 10px;
    }

        .pagelist .gotopage input {
            width: 50px;
            border: 1px solid #e1e1e1;
            margin-top: 2px;
            height: 30px;
            text-align: center;
        }


.navbar-homepage {
    z-index:200;
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
.navbar-homepage-index {
    height:50px;
    overflow:hidden;
}
    .navbar-homepage-index .dropdown-menu {
        min-width: unset !important;
    }
.navbar-homepage-right {
    position:absolute;
    top:0;
    right:0;
    background-color:inherit;
    z-index:201;
}
    .navbar-homepage-right .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        min-width: unset !important;
    }
.navbar-hover {
    display: inline-block;
    margin-right: -3px;
    padding: 15px;
    line-height: 20px;
    cursor: pointer;
}
    .navbar-hover.active {
        background-color: #16A0D3;
        color: #ffffff;
    }

    .navbar-hover:hover, .navbar-hover:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    
.navbar-homepage  .navbar-hover-right {
    float:right;
    z-index:201;
}

.navbar-homepage a {
    color: #777;
    text-decoration: none;
}

.navbar-brand {
    cursor: default;
}

.marqueeNews {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: -20px 0 20px 0;
    background: #F0FFFF;
}
    .marqueeNews a {
        text-decoration: none;
        color: #FF0000;
    }
/*复选框样式*/
.msg_checkbox .input_checkbox {
    display: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}
    .msg_checkbox .input_checkbox + span {
        width: 16px;
        height: 16px;
        background-color: red;
        display: inline-block;
        background: url(../../Images/icon_checkbox.png) no-repeat;
        background-position-x: 0px;
        background-position-y: -25px;
        position: relative;
        top: 3px;
    }
    .msg_checkbox .input_checkbox:checked + span {
        background-position: 0 0px
    }

/*加载繁忙图标*/
.busy-loading {
    position: relative;
    text-align: center;
    padding: 60px 0 0 0;
    height: 80px;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    transform: translate(-50%, -50%);
    background: url(/images/loading.gif) no-repeat;
}

.table-responsive {
    overflow-x: inherit;
    overflow-y: hidden;
    display: none;
    position: relative;
    padding:0;
}
    .table-responsive table {
        margin-bottom: 0 !important;
    }
    .table-responsive th:hover, .header-fixed th:hover {
        cursor: pointer;
        color: #3368f7;
    }

    .table-responsive textarea {
        max-height: 25px;
        resize: none;
    }

.table-responsive-left {
    margin:0 0 20px 0;
    float: left;
    overflow: hidden;
    border-right: 3px solid #16A0D3;
    z-index: 101;
}

.table-responsive-right {
    margin:0;
    position: absolute;
    top: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 100;
}

    .table-responsive-right textarea {
        margin: -5px 0;
       overflow-x:hidden;
       overflow-y:auto;
    }


ul.msg-select {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 100;
    list-style: none;
}

    ul.msg-select li {
        margin: 1px 0;
        padding: 3px;
        cursor: pointer;
        background: #ffffff;
        border: 1px solid #dadade;
        word-break:keep-all;
        white-space:nowrap;
    }

        ul.msg-select li:hover {
            background: #dadade;
        }


ul.title-select {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 100;
    list-style: none;
}
    ul.title-select li {
        margin: 0;
        padding: 3px;
        cursor: pointer;
        background: #85A4F7;
        border: 1px solid #3368f7;
        word-break: keep-all;
        white-space: nowrap;
    }

        ul.title-select li:hover {
            background: #dadade;
        }
.msg-span-hide {
    position: absolute;
    background:#ffffff;
    margin: 0;
    padding: 0;
    z-index: 200;
}
.msg-span-rate {
    position: absolute;
    background: #FFDAB9;
    margin: 0;
    padding: 0;
    z-index: 200;
}
.header-fixed span {
    display: none;
}
.footer-fixed {
    overflow-x:auto;
    height:auto;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index:103;
}
.footer-fixed div{
    height: 1px;
}

.nav.navbar-nav .active a {
    background-image: none;
    background-color: #16A0D3;
    color: white;
}

.msg_list_link {
    float:right;
    margin:15px 120px 0 0;
}
    .msg_list_link a {
        text-decoration: none;
        color: #ff0000;
        font-weight:bold;
        font-style:italic;
    }

.loginbody {
    width: 100%;
    margin-top: -20px;
}
.loginbody .form{ background-color: #F9F9F9; width:500px;  padding:30px;    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -242px;
    margin-left: -200px;}
.loginbody .form input{ height:35px; font-size:25px; border: solid 1px #dadade; background-color: white;}
.loginbody p{ margin:25px 0;}
.loginbody .form input.un{ background: url(/images/icon_username.png) no-repeat 5px center; text-indent:30px; width:80%;}
.loginbody .form input.pw{background: url(/images/icon_password.png) no-repeat 5px center;text-indent:30px; width:80%;}
.loginbody .form input.code{background: url(/images/icon_code.png) no-repeat 5px center;text-indent:30px; width: 280px;}
.loginbody .form img{ width:110px;position: absolute; cursor: pointer;}
.loginbody .form .smscode{width:100px; height:38px;}
.loginbody .form .btn{ margin-top:25px;}
.loginbody .form .btn input{ width:120px; cursor: pointer; color: #0586F3; font-size:16px; height:40px;}


.table th,.table td {
    height:38px !important;
    min-width: 40px;
    word-break: keep-all;
    white-space: nowrap;
    text-align:left;
    overflow-y:hidden;
}

.table-responsive th span {
    font-size: 12px;
    font-weight: normal;
    color: gray;
    cursor: pointer;
    display: none;
}

/*商品列表*/
.div-goods-list {
    margin:0 10px;
    display:none;
}
.table-goods-list {
    width: 100%;
    border: 2px solid #3368f7;
    border-collapse: collapse;
}
    .table-goods-list tbody tr:nth-child(even) {
        background-color: #fbfbfb;
    }
    .table-goods-list th {
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: #E1E1E1;
        border: 2px solid #3368f7;
        word-break: keep-all;
        white-space: nowrap;
    }
    .table-goods-list td {
        height: 30px;
        line-height: 30px;
        border: 2px solid #3368f7;
        word-break: keep-all;
        white-space: nowrap;
    }

.table-goods-list-left {
    padding-left: 10px;
}
.table-goods-list-right {
    text-align:right;
}

.table-goods-list-center {
    text-align:center;
}

/*导入页面*/
.importbody {
    margin-left:15px;
    font-size: 16px;
    line-height: 35px;
    width: auto;
    padding: 15px;
}

    .importbody .upload {
        width: 700px;
        margin-top: 25px;
    }

    .importbody .btn {
        padding: 6px 50px;
        font-size: 18px;
        font-weight: bold;
    }

    .importbody .dl-list {
        border: solid 2px #3368f7;
        border-radius: 10px;
        background-color: #ffffff;
    }

        .importbody .dl-list dl {
            margin-bottom: 0px;
            height: 50px;
            line-height: 50px;
        }

            .importbody .dl-list dl dt {
                width: 160px;
                text-align: right;
                position: absolute;
                height: 50px;
                background-color: #F8F8F8;
                line-height: 50px;
                border-bottom: solid 2px #3368f7;
                border-right: solid 2px #3366f7;
            }

            .importbody .dl-list dl dd {
                margin-left: 160px;
                border-bottom: solid 2px #3368f7;
                height: 50px;
                line-height: 50px;
                padding-left: 10px;
            }

    .importbody .tips {
        margin-left: 60px;
        color: red;
    }

        .importbody .tips.hover {
            color: red;
        }


/*日志分析*/
.div-log-analysis {
    margin: 0 10px;
    display: none;
}

.table-log-analysis {
    width: 100%;
    border: 1px solid #000000;
    border-collapse: collapse;
}
    .table-log-analysis th {
        font-size: 16px;
        background-color: #87CEFA;
        border: 1px solid #000000;
        word-break: keep-all;
        white-space: nowrap;
    }
    .table-log-analysis tr:nth-child(odd) {
        background-color: #FFFFFF;
    }
    .table-log-analysis tr:nth-child(even) {
        background-color: #DCDCDC;
    }
    .table-log-analysis td {
        border: 1px solid #000000;
        word-break: keep-all;
        white-space: nowrap;
    }

.table-log-analysis .text-left {
    padding-left: 10px;
}

.table-log-analysis .text-right {
    text-align: right;
}

.table-log-analysis .text-center {
    text-align: center;
}

.box{margin-bottom:30px;}
.box .box_title a{ display: inline-block; width:120px; background-color: #F3F3F3; height:60px; line-height:60px; font-size:18px; text-align: center; float: left; color: black;}
.box .box_title a.selected{ background-color: #FFFFFF;}
.box .box_title a.mleft{border-top-left-radius:10px;}
.box .box_title a.mright{border-top-right-radius:10px;}


.box .content{ min-height:500px; background-color: white; padding:15px;}
.box .content .box_content{ display: none;}

.newslist{ clear: both;}
.newslist ul{ list-style: none; padding:20px; margin:0px;}
.newslist ul li{ margin-top:20px; padding:15px; min-height:110px;}
.newslist ul li .date{ position:absolute; width:120px; text-align:center; line-height:40px;}
.newslist ul li .date .m-d{color:#85A4F7; font-weight:bold; font-size:16px;}
.newslist ul li .date .y{ background-color:#85A4F7; color:white; font-size:22px;}
.newslist ul li .title{ font-size:18px;color: black; margin-bottom:5px; margin-left:140px;}
.newslist ul li .title a{ text-decoration: none; color: #85A4F7; font-weight: bold;}
.newslist ul li .title span{float: right;}
.newslist ul li .zhaiyao{ font-size:12px; margin-left:140px;}

    .newslist ul li:nth-child(2n+1) {
        background-color: #F0FFFF;
    }



.newshow{ margin-top:120px; background-color: white; padding:15px;}
.newshow .title{ font-size:18px; font-weight: bold; text-align: center;}
.newshow .date{ text-align: center; font-size:12px; color: gray; margin:15px;}

.width{ width:90%;}








.search-bar{ margin-left:15px; border:solid 1px #e0dfdf; padding:10px 0px; margin-bottom:20px; background-color:#f7f7f7;}
.search-bar legend{ width:auto; border:none;margin-left: 25px;padding: 0px 15px;}
.search-bar .input-control{ margin-bottom:10px;}
.search-bar .input-control input{ height:30px;border: solid 1px #16A0D3; background-color:transparent;}
/*.search-bar .input-control input::-webkit-input-placeholder{ color:white;}*/
.search-bar .input-control .title{ display: inline-block; width:120px; text-align: right;}
.search-bar .input-control .smalltit{ display:inline; width:80px; line-height: 30px;text-align:right; font-size:12px;}
.search-bar .input-control input.int{ width:50px; height:25px; text-align:center;}
.search-bar .input-control select{ height:30px; border-color:#16A0D3;}



.search-bar button{ height:30px; line-height:20px; padding:5px 20px; color:white; background-color:#16A0D3; border:none; font-weight:bold;}
.search-bar button.btn-excel{background-color:#E0E0E0; color:black;}




.goodsshow dl{ margin-bottom:10px;}
.goodsshow dl dt{position:absolute; width:80px; text-align:right;}
.goodsshow dl dd{ margin-left:90px;}





.bg{ background-color:gray; opacity:0.5; position:fixed; width:100%; height:100%;top:0px; left:0px; display:none;}
.bg_loading{position:fixed; width:100%; height:100%; text-align:center;top:0px; left:0px; display:none;}
.bg_loading img{ margin-top:200px;}







.user-pw{ margin-left:25px;}
.user-pw input[type="password"]{ width:250px; height:25px; line-height:25px; font-size:14px; text-indent:10px;}

.user-pw .btn{    height: 30px;
    line-height: 20px;
    padding: 5px 20px;
    color: white;
    background-color: #16A0D3;
    border: none;
    font-weight: bold;}



.topshow{ position:fixed; top:0px; background-color:white;width: max-content; width:2500px;}





.tongji{ margin-left:20px;}
.tongji h3{ margin-left:20px;}
.tongji .content{margin-left:20px;}
.tongji .content .box{ float:left; width:200px; text-align:center;border:1px solid #e5e5e5;  margin-right:20px;}
.tongji .content .box .tit{ background-color:#F4F1F1; color:#737373; height:40px; line-height:40px; font-size:16px;}
.tongji .content .box .num{ height:80px; line-height:80px;font-size: 25px;}

.clear{clear:both;}




.contact {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: white;
}
.contact .close{ height:15px; text-align:right; margin-right:5px; padding:10px 0px; font-size:16px;}
.contact img{ width:150px;}


.hang_0{background-color:#D3EAE7;}
.hang_1{background-color:#C4E2DB;}
.hang_2{background-color:#A3D2C7;}
.hang_3{background-color:#83C1BA;}
.hang_4{background-color:#D3EAE7;}
.hang_5{background-color:#C4E2DB;}
.hang_6{background-color:#A3D2C7;}
.hang_7{background-color:#83C1BA;}
.hang_8{background-color:#D3EAE7;}
.hang_9{background-color:#C4E2DB;}
.hang_10{background-color:#A3D2C7;}




.nav-other{}
.nav-other ul{position:absolute;list-style: none; margin:0px; padding:0px; margin-top:15px;background-color:white; width:100px; margin-left:-15px;display:block; display:none;}
.nav-other ul li{}
.nav-other ul li a{line-height:45px; display:block;padding-left:10px;}
.nav-other ul li a:hover{font-weight:bold; background-color:#f9f7f7;}