body {
    font-family: "Noto Sans CJK","Helvetica Neue", Helvetica, Arial,sans-serif;
    /*font-size:12px;*/
    padding-top: 50px;
    padding-bottom: 20px;
    /*background: radial-gradient(circle closest-corner at center, #59a6ff, #2169CA);
    background-color: #2169CA;*/
}

body {
    /*background: #151515;
    font-family: "roboto-regular", sans-serif;*/
    /*font-size: 1.0rem;*/
    line-height: 3rem;
    color: #6e6e6e;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #9cbef1;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #9cbef1;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #9cbef1;
    /*滚动条阴影*/
    scrollbar-shadow-color: #fff;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #fff;
}
/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
    background-color: #9cbef1;
    height: 50px;
    outline-offset: -2px;
    outline: 2px solid #fff;
    -webkit-border-radius: 4px;
    border: 2px solid #fff;
}

    /*---鼠标点击滚动条显示样式--*/
    ::-webkit-scrollbar-thumb:hover {
        background-color: #FF9595;
        height: 50px;
        -webkit-border-radius: 4px;
    }

/*---滚动条大小--*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:active {
    height: 50px;
    background-color: #FB4446;
    -webkit-border-radius: 4px;
}

.label, th, td, label, h1, h2, h3, h4, h5 {
    cursor: default;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.core-indicator {
    padding-bottom: 10px;
}

.coretitle {
    line-height: 20px;
    font-family: "Noto Sans CJK";
    font-size: 18px;
    color: #676767;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 360px) {
    .dl-horizontal dt {
        float: left;
        width: 80px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 90px;
    }
}

.more {
    height: 30px;
    line-height: 26px;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.stitle h2, label {
    margin: 0px;
    line-height: 50px;
}

.open > .dropdown-menu > li > a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 10px;
}

.input-group {
    padding-bottom: 10px;
}

    .input-group > .input-group-addon {
        min-width: 120px;
    }

.container .col-md-12 .input-group > span {
    cursor: default;
}

.inputborder {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: default;
}

    .inputborder > img {
        margin: 5px;
    }

    .inputborder > .active {
        border: 1px solid #6eb0e8;
    }

    .inputborder > .active_new {
        border: 2px solid #ff0000;
    }

.label-trandanger {
    background-color: transparent;
    cursor: default;
    min-width:50px !important;
}

.input-search {
    color: #333;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-search-money {
    width: 100px !important;
}

.input-search-date {
    width: 160px !important;
}

.noborder {
    border: 0px solid transparent;
}

.nobgcolor {
    background-color: transparent;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: max-content;
        max-width: 600px
    }
}

.prop-select {
    width: max-content;
    max-width: 560px
}

@media (max-width: 768px) {
    .prop-select {
        width: max-content;
        max-width: 600px
    }
}

@media (max-width: 540px) {
    .prop-select {
        width: max-content;
        max-width: 260px
    }
}

.wid-160 {
    width: 180px !important;
    overflow: hidden;
}

.wid-center-160 {
    width: 180px;
    text-align: center;
    overflow: hidden;
}

.wid-left-160 {
    width: 180px;
    text-align: left;
    overflow: hidden;
}

.wid-right-160 {
    width: 180px;
    text-align: right;
    overflow: hidden;
}

.wid-80 {
    width: 80px !important;
    overflow: hidden;
}

.wid-100 {
    width: 100px !important;
    overflow: hidden;
}

.wid-120 {
    width: 120px !important;
    overflow: hidden;
}
.wid-160-1 {
    width: 160px !important;
    overflow: hidden;
}

.wid-center-100 {
    width: 100px;
    text-align: center;
    overflow: hidden;
}

.wid-left-100 {
    width: 100px;
    text-align: left;
    overflow: hidden;
}

.wid-right-100 {
    width: 100px;
    text-align: right;
    overflow: hidden;
}

.img-list-height {
    height: 80px;
}

/******空白边样式*******/
.mgr20 {
    margin-right: 20px;
}

.mgr15 {
    margin-right: 15px;
}

.mgr10 {
    margin-right: 10px;
}

.mgl20 {
    margin-left: 20px;
}

.mgl15 {
    margin-left: 15px;
}

.mgl10 {
    margin-left: 10px;
}

.mgt20 {
    margin-top: 20px;
}

/**********百分比宽度***********/
.wid_p50 {
    width: 50%;
}

.wid_p60 {
    width: 60%;
}

.wid_p70 {
    width: 70%;
}

.wid_p80 {
    width: 80%;
}

.wid_p90 {
    width: 90%;
}

.wid_p98 {
    width: 98%;
}

/**********像素比宽度***********/
.wid_100 {
    width: 100px;
}

.wid_200 {
    width: 200px;
}

.wid_300 {
    width: 300px;
}

.wid_400 {
    width: 400px;
}

.wid_500 {
    width: 500px;
}

.wid_600 {
    width: 600px;
}

.notice ul {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.notice li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .notice li a {
        color: #8a92a5;
        text-decoration: none;
    }

        .notice li a:hover {
            color: #e05762;
        }

    .notice li span {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .notice li span.name {
            max-width: 80%;
            padding-left: 25px;
            background: url(/images/note-icon.png) no-repeat;
            text-align: -webkit-match-parent;
            background-position: 0px 8px;
        }

        .notice li span.date {
            width: 100px;
            text-align: right;
            color: #999;
            padding-left: 20px;
        }

.notice-info {
    padding-left: 10px;
    padding-right: 10px;
}
/***** 状态颜色 ******/
.color-blue {
    color: #337ab7
}

.color-green {
    color: #109a1b
}

.color-lightblue {
    color: #5bc0de
}

.color-lightred {
    color: #f74a4a
}

.bgcolor-tomato {
    background-color: tomato;
}

.input-group > textarea {
    min-height: 160px;
}

.pagenav {
    cursor: pointer;
}

.catediv {
    margin: 2px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #c1c1c1;
    color: white;
    background-color: cornflowerblue;
    border-radius: 4px;
    cursor: default;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
}

.table > thead > tr > th {
    padding: 8px;
    font-size: 14px;
}

.divtext-overflow {
    text-overflow: ellipsis;
    max-width: 160px;
    overflow: hidden;
}

.img-border-radius4 {
    border-radius: 12px;
}

.img-padding5 {
    padding: 5px;
}

.img-margin5 {
    margin: 5px;
}
/* 菜单栏样式修改 */
.navbar-default {
    background-color: #3d4f69;
    background: radial-gradient(circle closest-corner at top, #3d4f69, #3d4f69);
}

    .navbar-default .navbar-nav > li > a {
        color: #8a9fbe;
        font-size: 15px;
        font-weight: 400;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
        }

    .navbar-default .navbar-header > a:hover {
        color: #ffffff;
    }

    .navbar-default .navbar-brand {
        background-color: #3d4f69;
        color: white;
        font-size: 24px;
        font-weight: 700;
    }

.container-fluid {
    /*background-color: transparent;*/
    border-radius: 4px;
}

.container {
    padding-bottom: 15px;
    border-radius: 4px;
}

.table {
    /*background-color: white;*/
    border-radius: 4px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #95add0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #8a9fbe;
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: #3d4f69;
        background: radial-gradient(circle closest-corner at top, #3d4f69, #3d4f69);
    }

        .navbar-default .navbar-nav > li > a {
            color: #8a9fbe;
            font-size: 15px;
            font-weight: 400;
        }

            .navbar-default .navbar-nav > li > a:hover {
                color: #ffffff;
            }

        .navbar-default .navbar-header > a:hover {
            color: #ffffff;
        }

        .navbar-default .navbar-brand {
            background-color: #3d4f69;
            color: white;
            font-size: 24px;
            font-weight: 700;
        }

    .dispalynone {
        display: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #95add0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #777;
        background-color: transparent;
    }
}
/** 首页样式修改 **/
.notice > .panel-default {
    border-color: #dde3ea;
}

    .notice > .panel-default > .panel-heading {
        color: #7a869b;
        background-color: #f5f7fb;
        border-color: #dde3ea;
    }

.splitmenu {
    width: 15px;
    display: block;
    cursor: default;
}

    .splitmenu > a {
        padding-left: 5px !important;
    }

        .splitmenu > a:hover {
            color: #8a9fbe !important;
        }

@media (max-width: 768px) {
    .splitmenu {
        display: none !important;
    }
}

@media (max-width: 911px) {
    .navbar-header {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        display: block !important;
    }
}

#imgInModalID {
    padding: 20px;
    width: 100%;
}

.modal-dialog {
    margin: 50px auto;
}

#imgModal .modal-dialog {
    width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
    width: auto !important;
}

.btn-link-xs {
    font-weight: normal;
    padding: 5px;
    background-color: transparent;
    border-color: transparent;
}

.btn-link-edit {
    background-color: transparent;
    border-color: transparent;
    color: #337ab7
}

    .btn-link-edit:hover {
        color: #56a7ec;
    }

.btn-link-del {
    background-color: transparent;
    border-color: transparent;
    color: #e46464;
}

    .btn-link-del:hover {
        color: red;
    }

.btn-disabled {
    color: #afafaf;
    cursor: default;
}

    .btn-disabled:hover {
        color: #afafaf;
    }

.color-red {
    color: red;
}

.pull-right-20 {
    float: right !important;
    margin-right: 20px;
}

input, select {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.badge {
    font-weight: normal;
}

.bgcolor-white {
    background-color: white;
}

footer {
    /*margin-top: 10px;*/
}

.page-title {
    font-size: 2rem;
    border-bottom: 1px solid #3d4f69
}

    .page-title label {
        margin-left: 10px;
    }

.divlist {
    padding-right: 20px;
    min-width: 120px;
    max-width: 180px;
    overflow: hidden;
    float: left;
}

    .divlist a {
        cursor: pointer;
        text-decoration: none;
    }

#bhinfo {
    line-height: 40px;
}

    #bhinfo input[type="date"] {
        width: 160px;
    }

input[type=date]::-webkit-inner-spin-button {
    visibility: hidden;
}

input[type=date]::-webkit-clear-button {
    visibility: hidden;
}
input[type=file] {
    border:none !important;
}
.navbar-brand {
    padding: 15px 15px 15px 5px !important;
}
.catcss {
    float:none;
}
.propcss{
    min-width:260px;
    text-align:left;
    overflow:hidden;
}
.propcss a{
    text-align: left;
}
.propcss span {
    width: 40px;
    height:26px;
}
.bill-title {
    line-height: 30px;
    height: 30px;
    padding:0px;
    font-size:12px;
}

.bill-title label {
float: left;
width: 80px;
height: 30px;
line-height: 30px;
}

.bill-title span {
border-bottom: 1px solid #808080;
width: 200px;
display: block;
float: left;
height: 30px;
line-height: 30px;
}
.edit_div {
    width: 30%;
    float: left;
    margin-left: 35%;
    margin-top: 240px;
    position: fixed;
    z-index: 999;
}
.edit_bill {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(212,211,211,0.5);
    z-index: 99;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bg-green{
    background-color:#57c44f;
    color:white;
}

#prolist {
    margin-top:10px;
    cursor:default;
    text-align:center;
}
    #prolist > div {
        height: 440px;
        overflow: hidden;
        margin: 20px;
        background-color: #f7f7f7;
        text-align:left;
    }
    #prolist > div:hover {
        background-color: #b7d4ff;
    }
        #prolist > div a {
            color: #4a4a4a;
        }
        #prolist > div a img{
            width:100%;
        }
    #prolist > div ul {
        padding:15px 0px;
    }
    #prolist > div ul li {
        line-height: 20px;
        list-style-type: none;
    }
    #prolist .img-list-height {
        min-height: 290px;
        border: none;
        padding: 0;
        margin: 0;
    }
#prolist .pro-info {
    min-height: 90px;
    margin-top: 2px;
    margin-bottom: 5px;
}
#prolist .price-sign {
    font-size: 12px;
    color: #f16129;
}
#prolist .price-num {
    font-size: 20px;
    color: #f16129;
    font-family: fantasy;
}
#prolist .price-bonus {
    font-size: 14px;
}
.pagination > li > a{
    border:none !important;
}
.price-sign {
    font-size: 12px;
    color: #f16129;
    margin-top:5px;
}
.price-num {
    font-size: 20px;
    color: #f16129;
    font-family: fantasy;
    margin-top: 5px;
}

.price-bonus {
    font-size: 14px;
    color: #f16129;
    font-family: fantasy;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
}
.selectit {
    margin-bottom: 5px;
}
.itmy {
    position: absolute;
    background-color: green;
    color: white;
    right: 0;
    width: 20px;
    height: 20px;
    font-family: cursive;
    text-align: center;
}
.disabled{
    color:#ccc;
    cursor:not-allowed;
}

.carousel-indicators {
    background-color: rgba(69, 69, 69, 0.35);
    border-radius: 5px;
}
/* 快递单读取 */
.codeInfo {
    color: #6e6e6e;
    font-size: 16px;
}
.ckdcss {
    position: fixed;
    margin: 130px 87px;
    z-index: 0;
    cursor: pointer;
    font-size: 18px;
    color: #6e6e6e
}
.sckdcss {
    width: 300px;
    margin: 0 auto;
}
    .sckdcss button {
        width: 300px;
        line-height: 30px;
        height: 36px;
    }
#qrcode {
    padding: 10px;
    background-color: white;
    text-align:center;
}
#qrcode canvas {
    width:160px;
}
#qrCodeCus{
    text-align:center;
    padding:10px 0px;
}
#cussearch {
    line-height: 30px !important;
    height: 36px !important;
}