﻿@import url("/ThirdControl/jquery-ui/jquery-ui-1.8.15.custom.css");

*, body {
    font-family: 微软雅黑,"ProximaNovaRegular",Arial,sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    outline: none;
}

* {
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-face-color: #dedede;
    scrollbar-3dlight-color: #dedede;
    scrollbar-darkshadow-color: #dedede;
    scrollbar-track-color: #f1f1f1;
    scrollbar-arrow-color: #797979;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8a8a8;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #787878;
    }

input:focus, input:hover {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

input::-webkit-input-placeholder, input::-moz-input-placeholder, input::-ms-input-placeholder {
    color: #ccc;
}

.center {
    text-align: center;
}

/*loading*/
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 42px;
    line-height: 42px;
    margin-top: -21px;
    margin-left: -110px;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dbdce0;
    box-shadow: 0 2px 5px #f1f0f0;
    border-radius: 5px;
    z-index: 10001;
}

    .loading > div {
        display: inline-block;
        background-color: #3c8ee9;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        animation: bounce 1.5s infinite ease-in-out;
        -moz-animation: bounce 1.5s infinite ease-in-out;
        -webkit-animation: bounce 1.5s infinite ease-in-out;
        animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

        .loading > div:nth-child(1) {
            animation-delay: -0.32s;
            -moz-animation-delay: -0.32s;
            -webkit-animation-delay: -0.32s;
        }

        .loading > div:nth-child(2) {
            animation-delay: -0.16s;
            -moz-animation-delay: -0.16s;
            -webkit-animation-delay: -0.16s;
        }

        .loading > div:nth-child(3) {
            margin-right: 10px;
        }

        .loading > div + div {
            margin-left: 5px;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

@-moz-keyframes bounce {
    0%, 80%, 100% {
        -moz-transform: scale(0.0);
    }

    40% {
        -moz-transform: scale(1.0);
    }
}

@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

.web_loading {
    z-index: 10001;
    width: 100%;
}

    .web_loading div {
        width: 0;
        height: 2px;
        background: #FF9F15;
        position: fixed;
        top: 0px;
    }

table {
    border: 0px;
}

img {
    border: 0px;
    user-select: none;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul li {
        margin: 0px;
        padding: 0px;
    }

        ul li a {
            user-select: none;
        }

a {
    color: #000;
    border: 0px;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #668cb3;
    }

.autoTrim {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.autoTrimTd, .autoTrimTd a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
    height: auto;
}

.clearfix {
    clear: both;
}

.link {
    color: #668cb3;
    text-decoration: none;
}

.red {
    color: red;
}

.underline {
    color: #668cb3;
    border-bottom: 1px solid #668cb3;
    *border: 0px;
    *text-decoration: underline;
}

.underline_before {
    color: #f6af39;
    border-bottom: 1px solid #668cb3;
    *border: 0px;
    *text-decoration: underline;
}

.gray {
    color: Gray;
}

.gray_s {
    color: Gray;
    font-size: 10px;
}

/* 提示信息 */
.progressInfo {
    position: fixed;
    top: 9px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 9998;
}

    .progressInfo span {
        z-index: 10000;
        display: inline-block;
        _min-width: 80px;
        _max-height: 500px;
        min-width: 80px;
        max-width: 500px;
        line-height: 25px;
        height: 26px;
        padding: 1px 10px 1px 10px;
        color: white;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-left: 32px;
        background-image: url(/Images/icon-question.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 10px 5px;
        text-align: left;
    }

        .progressInfo span a {
            color: white;
        }

            .progressInfo span a.link {
                color: white !important;
            }

                .progressInfo span a.link:hover {
                    border-bottom: 1px solid white !important;
                }

        .progressInfo span.bg_Success {
            background-color: #68af02;
        }

        .progressInfo span.bg_Fail {
            background-color: #f53642;
        }

.picklist {
    height: 28px !important;
    line-height: 28px;
    border: solid #ccc 1px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    text-indent: 5px;
}

.inputText {
    padding: 0px;
    height: 28px !important;
    line-height: 28px;
    border: 1px solid #ccc;
    text-indent: 8px;
}

input.center {
    text-align: center;
    text-indent: 0px;
}

textarea {
    border: 1px solid #B5B5B5;
    padding: 3px;
}

.hidden {
    overflow: hidden;
}

.tbReportDetails_Advanced {
    clear: both;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

    .tbReportDetails_Advanced tr:nth-child(even) > td {
        background-color: #F2F2F2;
    }

    .tbReportDetails_Advanced thead tr th {
        background-color: #F2F2F2;
        padding: 8px 5px 8px 5px;
        text-align: left;
        border-bottom: 1px solid #e6e6e6;
        font-weight: normal;
        cursor: default;
    }

        .tbReportDetails_Advanced thead tr th:last-child {
            border-right: 0px;
        }

        .tbReportDetails_Advanced thead tr th span {
            line-height: 24px;
        }

        .tbReportDetails_Advanced thead tr th.center {
            text-align: center;
        }

    .tbReportDetails_Advanced tbody tr > td {
        line-height: 28px;
        padding: 5px;
        border-bottom: 1px solid #e6e6e6;
        transition: 0.3s;
    }

        .tbReportDetails_Advanced tbody tr > td.center {
            text-align: center;
        }

        .tbReportDetails_Advanced tbody tr > td .cell {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

    /*合计行样式 Begin*/
    .tbReportDetails_Advanced.totalRow tbody tr:last-child > td {
        color: #ff7900;
        font-weight: bold;
    }

        .tbReportDetails_Advanced.totalRow tbody tr:last-child > td a.link {
            color: #ff7900 !important;
            font-weight: bold;
        }
    /*合计行样式 End*/

    /*合计列样式 Begin*/
    .tbReportDetails_Advanced.totalColumn tbody tr > td:last-child {
        border-right: 0px;
        color: #ff7900;
        font-weight: bold;
    }

        .tbReportDetails_Advanced.totalColumn tbody tr > td:last-child a.link {
            border-right: 0px;
            color: #ff7900 !important;
            font-weight: bold;
        }
    /*合计列样式 End*/

    .tbReportDetails_Advanced tbody tr:hover > td, .tbReportDetails_Advanced tbody tr.choosed > td {
        background-color: #e4e4e4;
    }

    .tbReportDetails_Advanced tbody tr > td a.autoTrim {
        max-width: 250px;
        margin: auto;
    }

    .tbReportDetails_Advanced thead tr th .tooltip {
        position: relative;
        top: 2px;
        left: 8px;
    }

    .tbReportDetails_Advanced td span.percent {
        color: #EC8C01;
    }

        .tbReportDetails_Advanced td span.percent.moreThan {
            color: #dc1401;
        }

        .tbReportDetails_Advanced td span.percent.lessThan {
            color: #0e8906;
            font-weight: bold;
        }

.chartContainer .headName {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.pagePath {
    padding: 20px;
    background-color: white;
}

    .pagePath .node {
        color: #999;
        font-size: 16px;
    }

    .pagePath .split {
        font-size: 16px;
        margin: 0px 5px 0px 5px;
        color: #999;
    }

.bodyContainer {
    background: white;
    padding: 10px 15px 15px 15px;
}

    .bodyContainer .tableData {
        margin: 10px 0px 0px 0px;
    }

        .bodyContainer .tableData .tbReportDetails_Advanced {
            width: 100%;
            color: #666;
        }

    .bodyContainer .conditions {
        padding: 10px 0px 10px 10px;
        color: #595959;
        background-color: #E6E9EE;
    }

        .bodyContainer .conditions .startDate, .bodyContainer .conditions .endDate {
            border: 1px solid #D9D9D9;
            height: 32px;
            line-height: 32px;
            color: #595959;
            text-align: center;
            width: 120px;
            border-color: none;
            box-shadow: none;
            background-color: white;
        }

        .bodyContainer .conditions .startDate {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-right: 0px;
        }

        .bodyContainer .conditions .endDate {
            margin-right: 12px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-left: 0px;
        }

        .bodyContainer .conditions .middleText {
            display: inline-block;
            height: 32px;
            line-height: 32px;
            border: 1px solid #D9D9D9;
            border-left: 0px;
            border-right: 0px;
            padding-left: 10px;
            padding-right: 10px;
            background-color: white;
        }

        .bodyContainer .conditions .btnGray {
            margin-right: 3px;
        }

.conditions input#btnDelete {
    background-color: #FF5722;
    color: white;
}

a.switch {
    display: inline-block;
    height: 20px;
    padding-left: 42px;
    font-size: 14px;
    position: relative;
    top: 2px;
    background-image: url(/img/icon/icon-off.png);
    background-size: 36px 20px;
    background-repeat: no-repeat;
}

    a.switch.on {
        background-image: url(/img/icon/icon-on.png);
        background-size: 36px 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

.tooltip {
    display: inline-block;
    background-color: #FAAD14;
    border-radius: 50%;
    background-image: url(/img/icon/question.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    width: 16px;
    height: 16px;
}

.ulBlock {
    color: #595959;
    display: inline-block;
    width: 100%;
}

    .ulBlock li:first-child {
        border-left: 0px;
        padding-left: 0px;
    }

    .ulBlock li {
        float: left;
        border-left: 1px solid #D9D9D9;
        padding-left: 20px;
    }

        .ulBlock li a {
            color: #595959;
        }

        .ulBlock li .name {
            font-size: 22px;
            color: #212121;
            margin-bottom: 10px;
        }

body.s1 {
    background: #EDF4F8;
    padding: 10px 20px 10px 10px;
}

div.pager {
    clear: both;
    margin: 20px 10px 10px 0px;
    background-color: white;
    user-select: none;
}

    div.pager span {
        user-select: none;
        color: #595959;
    }

        div.pager span.current {
            border: #000099 1px solid;
            margin: 2px;
            padding: 5px;
            font-weight: bold;
            color: #fff;
        }

    div.pager a.current {
        background-color: #1E9FFF;
        color: white;
        border: 1px solid #1E9FFF;
    }

    div.pager span.disabled {
        border: #eee 1px solid;
        color: #ddd;
    }

    div.pager span .recordCount, div.pager span .pageSize {
        margin: 0px 2px 0px 2px;
    }

    div.pager span.nav a {
        border: 1px solid #D9D9D9;
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        text-decoration: none;
        color: #3951B3;
        margin-left: 0px;
        margin-right: 12px;
        cursor: pointer;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        border-radius: 5px;
    }

        div.pager span.nav a:hover,
        div.pager span.nav a:active {
            background-color: #1E9FFF;
            border: #1E9FFF 1px solid;
            color: white;
        }

    div.pager span.first, div.pager span.prev, div.pager span.next, div.pager span.lastP {
        border: 1px solid #D9D9D9;
        height: 32px;
        line-height: 32px;
        padding: 0px 10px 0px 10px;
        color: #595959;
        margin-right: 12px;
        cursor: pointer;
        border-radius: 5px;
        display: inline-block;
    }

        div.pager span.first:hover, div.pager span.prev:hover, div.pager span.next:hover, div.pager span.lastP:hover {
            background-color: #1E9FFF;
            color: white;
            border: 1px solid #1E9FFF;
        }

input.btnBlue {
    background-color: #5582F3;
    color: white;
    text-align: center;
    padding: 5px 30px 5px 30px;
    border: 1px solid #5582F3;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

input.btnGray {
    color: #595959;
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    border-radius: 5px;
}

input.btnRed {
    background-color: #FF5722;
    color: white;
    text-align: center;
    padding: 5px 30px 5px 30px;
    border: 1px solid #FF5722;
    margin: 0px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}

#btnSearch {
    background-image: url(/Images/search-white.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px center;
    background-color: #5582F3;
    color: white;
    text-align: center;
    padding: 5px 15px 5px 15px;
    border: 1px solid #5582F3;
    cursor: pointer;
    border-radius: 5px;
    padding-left: 36px;
}

input.error {
    border: 1px solid #ff0000 !important;
}

.conditions .inputText {
    border: 1px solid #D9D9D9;
    height: 32px !important;
    line-height: 32px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #595959;
    margin-right: 12px;
}

.conditions .pickList {
    width: 200px;
    height: 32px !important;
    line-height: 32px;
    padding: 3px;
    border: 1px solid #D9D9D9;
    color: #595959;
    border-radius: 5px;
    margin-right: 5px;
    background-color: white;
}

.emptyData {
    width: 100%;
    text-align: center;
    padding: 50px 0px 50px 0px;
    background: url(/icon/empty.png) no-repeat;
    background-position: center center;
    background-size: 128px;
}

    .emptyData span {
        color: #999999;
        position: relative;
        top: 60px;
        user-select: none;
    }

.empty_NotFind {
    height: 120px;
    line-height: 120px;
    margin-left: 8px;
    clear: both;
}

    .empty_NotFind span {
        font-style: italic;
        color: #595959;
        padding-right: 30px;
        user-select: none;
    }

/* 对话框 Start */
.dialog_fixed {
    position: fixed;
    top: 0px;
    border: 1px solid #ddd;
    -webkit-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
    -o-box-shadow: -3px 0 4px rgba(0,0,0,0.1);
    box-shadow: -3px 0 4px rgba(0,0,0,0.1);
    border-top: 0px;
    height: 100%;
    z-index: 9998;
    background-color: #f9f9f9;
}

.dialog_fixed {
}

    .dialog_fixed .head {
        height: 50px;
        line-height: 50px;
        padding: 0px 0px 0px 20px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        user-select: none;
    }

        .dialog_fixed .head .icon {
            float: left;
            font-size: 16px;
            max-width: 200px;
        }

        .dialog_fixed .head .btns {
            float: right;
            padding-right: 12px;
        }

            .dialog_fixed .head .btns a {
                padding: 3px 20px 3px 20px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border: 1px solid #d8d8d8;
                min-width: 60px;
                text-align: center;
                margin-right: 10px;
                color: #7f8182;
            }

                .dialog_fixed .head .btns a:hover, .dialog_fixed .head .btns a:first-child {
                    background: #5582F3;
                    border: 1px solid #5582F3;
                    color: white;
                }

        .dialog_fixed .head .close {
            border-left: 1px solid #ddd;
            width: 40px;
            height: 50px;
            float: right;
            top: 0px;
            right: 0px;
            text-align: center;
            cursor: pointer;
        }

            .dialog_fixed .head .close a {
                font-size: 20px;
                display: inline-block;
                position: relative;
                top: 0px;
            }

            .dialog_fixed .head .close:hover {
                background: #e81123;
            }

                .dialog_fixed .head .close:hover a {
                    color: white;
                }

    .dialog_fixed .body {
        padding: 20px;
        overflow-y: auto;
        background: white;
    }

.ulDialogInput {
    margin-left: 10px;
}

    .ulDialogInput li {
        min-height: 20px;
    }

        .ulDialogInput li.label {
            color: #595959;
            line-height: 20px;
            user-select: none;
        }

        .ulDialogInput li.input {
            line-height: 36px;
            margin-bottom: 10px;
        }

        .ulDialogInput li label {
            color: #595959;
            position: relative;
            top: -1px;
        }

        .ulDialogInput li.input textarea {
            margin-top: 5px;
        }

        .ulDialogInput li.split {
            border-bottom: 1px solid #D9D9D9;
        }

.table-row-opts {
}

    .table-row-opts a.link {
        margin-right: 5px;
        display: inline-block;
        background-color: #1E9FFF;
        color: white;
        text-align: center;
        border-radius: 5px;
        padding: 0px 10px 0px 10px;
        height: 26px;
        line-height: 26px;
        min-width: 40px;
    }

    .table-row-opts a:last-child {
        margin-right: 0px;
    }

    .table-row-opts a.link.blue {
        background-color: #1E9FFF;
    }

    .table-row-opts a.link.red {
        background-color: red;
    }

    .table-row-opts a.link.warning {
        background-color: #FF5722;
    }

table .table-row-opts {
    display: block;
}

.pickList {
    border: 1px solid #ccc;
    height: 28px;
    line-height: 28px;
}

.required {
    border-left: 3px solid #EC8C01 !important
}

.ulDayNav {
    position: fixed;
    right: 30px;
    bottom: 50px;
    background-color: white;
}

    .ulDayNav li {
        display: block;
        background-color: white;
        min-width: 60px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-bottom: 1px solid #ededed;
        cursor: pointer;
        padding: 0px 8px 0px 8px;
    }

    .ulDayNav a {
        width: 100%;
        color: #595959;
    }

    .ulDayNav li.current, .ulDayNav li:hover {
        background-color: green;
        transition: 0.5s;
    }

        .ulDayNav li.current a, .ulDayNav li:hover a {
            color: white;
        }

    .ulDayNav.shopPreview {
        right: 18px;
        top: 12px !important;
        display: table;
    }

        .ulDayNav.shopPreview li {
            display: inline-block;
            height: 36px;
            line-height: 36px;
            margin-right: 8px;
            border-radius: 5px;
            padding: 0px 12px 0px 12px;
        }

#customLinkTip {
    position: absolute;
    z-index: 9999;
    background: #3A4C67;
    color: white;
    padding: 5px;
    opacity: 0.9;
    border: 1px solid #A3C0E8;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    max-width: 350px;
    line-height: 24px;
    display: none;
}

    #customLinkTip span.keyword {
        color: rgb(255, 152, 0);
        font-weight: bold;
        padding-left: 2px;
        padding-right: 2px;
    }

tspan {
    font-size: 12px;
}

.goodsImg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}

a.blue {
    color: blue;
}

.highcharts-button-symbol, .highcharts-credits {
    display: none;
}

.highcharts-title tspan {
    font-size: 18px;
    font-weight: bold;
}

.layui-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.layui-table-sort {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer !important;
}

    .layui-table-sort .layui-table-sort-asc {
        top: 3px;
        border-top: none;
        border-bottom-style: solid;
        border-bottom-color: #b2b2b2;
    }

    .layui-table-sort .layui-table-sort-desc {
        bottom: 5px;
        border-bottom: none;
        border-top-style: solid;
        border-top-color: #b2b2b2;
    }

    .layui-table-sort .layui-edge {
        position: absolute;
        left: 5px;
        border-width: 5px;
    }

.layui-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
}

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
    border-bottom-color: #000;
}

.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
    border-top-color: #000;
}

.tbInput {
    line-height: 48px;
}

    .tbInput td {
        padding: 5px;
    }

        .tbInput td.left {
            width: 100px;
            color: #595959;
        }

        .tbInput td.right {
            color: #595959;
        }

            .tbInput td.right .inputText {
                border: 1px solid #D9D9D9;
                border-radius: 5px;
                height: 32px !important;
                line-height: 32px !important;
                text-indent: 12px;
            }

a.switch {
    display: inline-block;
    height: 20px;
    padding-left: 42px;
    font-size: 14px;
    background-image: url(/img/icon/icon-off.png);
    background-size: 36px 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

    a.switch.on {
        background-image: url(/img/icon/icon-on.png);
        background-size: 36px 20px;
        background-repeat: no-repeat;
        background-position: left center;
    }

.conditions.tip {
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.managertopdiv {
    background: #344762;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #C9C9CB;
    margin-bottom: 0px;
    min-width: 975px;
    color: white;
}

    .managertopdiv table {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    .managertopdiv a {
        color: white;
        margin-right: 8px;
    }

.productName {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: -4px;
    left: 5px;
    color: white;
}

.edit-txt {
    height: 32px;
    line-height: 32px;
    width: 290px;
    padding: 3px;
    border: 1px solid #d8d8d8;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}