@charset "utf-8";
/**
 * 西橘UI库
 * @author yanxibie<http://blog.yanxibie.com>
 * @date 2016/8/18 17:17
 */
/* == 初始化 == */
body, form, input, textarea, select, p, div, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, table, tr, td, abbr, article, aside, audio, canvas, datalist, details, dialog, figure, footer, header, mark, menu, meter, nav, output, progress, section, time, video, pre, code {
    margin: 0;
    padding: 0;
    border: 0;
}

body, input, select, textarea {
    font-family: NotoSansHans-Regular, AvenirNext-Regular, arial, Hiragino Sans GB, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    color: #242424;
    line-height: 1.2;
    font-size: 12px;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

p {
    line-height: 2;
    margin: 0 0 10px;
}

.p-indent {
    text-indent: 2em;
}

input, textarea, button {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}

a {
    text-decoration: none;
}

em, address {
    font-style: normal;
}

.wrapper,
.container {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.clearfix,
.form-group,
.form-controls,
.navpage {
    zoom: 1;
    display: inline-block \9;
    *display: inline;
}

.clearfix:after,
.form-group:after,
.form-controls:after,
.navpage:after {
    content: '\0020';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
}

blockquote {
    padding: 2px 10px;
    margin: 10px 0;
    font-size: 13px;
    border-left: 5px solid #dadada;
    line-height: 28px;
    background: #f9f9f9;
    color: #999;
}

code {
    padding: 3px 5px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/* == 全局css == */
/*表格*/
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #eaeff5;
    border-left: 1px solid #eaeff5;
}

.table thead td,
.table tbody th,
.table tbody td {
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    color: #6b6f74;
}

.table thead th {
    padding: 13px 0 8px 0;
}

.table tbody th {
    background: #f9f9f9;
}

.table thead tr,
.table tbody tr {
    border-bottom: 1px solid #eaeff5;
}

.table tbody tr.sl-current-tr {
    background: #d7e7ff;
}

.table tbody tr.sl-current-tr:hover {
    background: #d1e3fe;
}

.table tbody tr:hover {
    background: #f9fbff;
    color: #FFF;
}

.table thead tr {
    background: #f4f8ff;
    color: #8698a3;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #eee;
}

.table-striped tr:nth-child(odd) tr,
.table-striped tr:nth-child(odd) td {
    background: #fff;
    /*background: #f9fbff;*/
}

.table-hover tr:hover td,
.table-hover tr:hover th {
    background: #edf8ff;
}

/* 表单 */
.form-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-label,
.form-controls {
    float: left;
}

.form-label {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #505050;
    font-family: "\5b8b\4f53";
    line-height: 40px;
}

.form-controls {
    padding-left: 15px;
}

.form-controls-offset {
    margin-left: 135px;
}

.form-text,
.form-textarea,
.form-select {
    width: 100%;
    padding: 5px 0;
    text-indent: 10px;
    border: 1px solid #dedede;
    background: #fff;
    color: #666;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025);
    transition: .3s;
}

.form-text {
    height: 28px;
    line-height: 1.2;
}

.form-textarea {
    height: 80px;
    line-height: 2;
    resize: none;
    overflow-y: auto;
}

.form-select {
    height: 36px;
    line-height: 36px;
    outline: none;
}

.form-select,
.form-select option {
    font-size: 13px;
}

.form-radius {
    border-radius: 5px;
}

.form-text:hover,
.form-text-hover,
.form-textarea:hover,
.form-textarea-hover,
.form-select:hover,
.form-select-hover {
    border-color: #9a9a9a #cdcdcd #cdcdcd #9a9a9a;
}

.form-text:focus,
.form-text-focus,
.form-textarea:focus,
.form-textarea-focus,
.form-select:focus,
.form-select-focus {
    border: 1px solid #4d90e7;
}

.form-disabled {
    background: #eee;
    /*pointer-events: none;*/
    cursor: not-allowed;
    opacity: 1;
}

.form-submit {
    width: 100%;
    background: #38f;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.form-hiddenFields {
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: none;
    color: #fff;
}

.form-has-error input,
.form-has-error select,
.form-has-error textarea {
    border: 1px solid #d90416;
}

.form-has-error .form-label,
.form-has-error .form-controls,
.form-has-error .form-input-msg,
.form-has-error .form-field-msg {
    color: #d90416;
}

.form-input-msg {
    padding: 2px 0;
}

.form-field-msg {
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
}

.form-btn-msg {
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
    box-sizing: border-box;
}

.form-group-msg {
    margin-left: 135px;
    padding: 10px 0;
}

.form-group-msg p {
    margin: 0;
}

.form-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border: 0 \9;
    background: #fff;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin-bottom: 0;
}

.form-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border: 0 \9;
    background: #fff;
    vertical-align: text-bottom;
    margin-bottom: -1px;
}

.form-radio:checked,
.form-radio-checked {
    background: url("/pkg/img/widget/rach.png") no-repeat 2px 4px;
}

.form-checkbox:checked,
.form-checkbox-checked {
    background: url("/pkg/img/widget/rach.png") no-repeat 2px -26px;
}

.form-radio-box-inline,
.form-checkbox-box-inline {
    display: inline-block;
    margin-right: 10px;
}

.form-radio-box label,
.form-checkbox-box label {
    display: inline-block;
    margin: 0 15px 0 5px;
    color: #666;
    cursor: default;
}

/* 按钮 */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    opacity: .85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

.btn-large {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 3px;
}

.btn-small {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

a.btn:hover,
.alert-close:hover {
    text-decoration: none !important;
}

.btn:hover,
.btn-hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-default {
    color: #666;
    background-color: #eee;
    border-color: #cdcdcd;
}

.btn-primary {
    color: #fff;
    background: #38f;
    border-color: #2d78f4;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warging {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
    background: none;
}

.btn-disabled {
    background: #ccc;
    border-color: #adadad;
    color: #666;
    pointer-events: none;
}

.btn-no-radius {
    border-radius: 0;
}

/* 图片 */
.img-circle {
    border-radius: 50%;
}

.img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* 标签页 */
.navpage {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.navpage li {
    float: left;
}

.navpage li.active {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-bottom: -1px;
}

.navpage li a {
    display: block;
    background: #fff;
    padding: 3px 20px;
}

.navpage li a:hover {
    text-decoration: none;
    background: #f0f0f0;
    border-radius: 3px;
}

.navpage li.active a {
    color: #333;
}

.navpage-pills {
    border: 0;
}

.navpage-pills li.active {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.navpage-pills li a {
    padding-top: 0;
    padding-bottom: 0;
}

.navpage-pills li.active a {
    background: #38f;
    color: #fff;
    border-radius: 3px;
}

/* 面包屑导航 */
.navbread {
    padding: 10px 0;
    color: #999;
}

.navbread .navbread-arrow {
    display: inline-block;
    margin: 0 5px;
    font-family: "\5b8b\4f53";
    font-weight: 600;
}

/* 标签 */
.label {
    display: inline;
    padding: .3em .6em .3em;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-circle {
    padding: .15em .5em .15em;
    border-radius: 50%;
    line-height: 0.5;
    background: #242424;
    font-size: 10px;
}

.label.no-border-radius {
    border-radius: 0
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #38f;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

/* 警告框 */
.alert {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-radius {
    border-radius: 3px;
}

.alert-close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
}

.alert p {
    margin: 0;
    line-height: 26px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* 线条 */
.line-strip {
    width: 1px;
    height: 14px;
    margin: 0 5px 2px;
    font-size: 1px;
    overflow: hidden;
    background: #dcdcdc;
    display: inline-block;
    vertical-align: middle;
}

/* 浮动 */
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-none {
    float: none;
}

/* 内边距 */
.no-padding {
    padding: 0;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-30 {
    padding: 30px;
}

.pd-l5 {
    padding-left: 5px;
}

.pd-l10 {
    padding-left: 10px;
}

.pd-l15 {
    padding-left: 15px;
}

.pd-l20 {
    padding-left: 20px;
}

.pd-l25 {
    padding-left: 25px;
}

.pd-l30 {
    padding-left: 30px;
}

.pd-r5 {
    padding-right: 5px;
}

.pd-r10 {
    padding-right: 10px;
}

.pd-r15 {
    padding-right: 15px;
}

.pd-r20 {
    padding-right: 20px;
}

.pd-r25 {
    padding-right: 25px;
}

.pd-r30 {
    padding-right: 30px;
}

.pd-t5 {
    padding-top: 5px;
}

.pd-t10 {
    padding-top: 10px;
}

.pd-t15 {
    padding-top: 15px;
}

.pd-t20 {
    padding-top: 20px;
}

.pd-t25 {
    padding-top: 25px;
}

.pd-t30 {
    padding-top: 30px;
}

.pd-b5 {
    padding-bottom: 5px;
}

.pd-b10 {
    padding-bottom: 10px;
}

.pd-b15 {
    padding-bottom: 15px;
}

.pd-b20 {
    padding-bottom: 20px;
}

.pd-b25 {
    padding-bottom: 25px;
}

.pd-b30 {
    padding-bottom: 30px;
}

/* 外边距 */
.no-margin {
    margin: 0;
}

.mn-5 {
    margin: 5px;
}

.mn-10 {
    margin: 10px;
}

.mn-15 {
    margin: 15px;
}

.mn-20 {
    margin: 20px;
}

.mn-25 {
    margin: 25px;
}

.mn-30 {
    margin: 30px;
}

.mn-l5 {
    margin-left: 5px;
}

.mn-l10 {
    margin-left: 10px;
}

.mn-l15 {
    margin-left: 15px;
}

.mn-l20 {
    margin-left: 20px;
}

.mn-l25 {
    margin-left: 25px;
}

.mn-l30 {
    margin-left: 30px;
}

.mn-r5 {
    margin-right: 5px;
}

.mn-r10 {
    margin-right: 10px;
}

.mn-r15 {
    margin-right: 15px;
}

.mn-r20 {
    margin-right: 20px;
}

.mn-r25 {
    margin-right: 25px;
}

.mn-r30 {
    margin-right: 30px;
}

.mn-t5 {
    margin-top: 5px;
}

.mn-t10 {
    margin-top: 10px;
}

.mn-t15 {
    margin-top: 15px;
}

.mn-t20 {
    margin-top: 20px;
}

.mn-t25 {
    margin-top: 25px;
}

.mn-t30 {
    margin-top: 30px;
}

.mn-t75 {
    margin-top: 75px;
}

.mn-t130 {
    margin-top: 130px;
}

.mn-b5 {
    margin-bottom: 5px;
}

.mn-b10 {
    margin-bottom: 10px;
}

.mn-b15 {
    margin-bottom: 15px;
}

.mn-b20 {
    margin-bottom: 20px;
}

.mn-b25 {
    margin-bottom: 25px;
}

.mn-b30 {
    margin-bottom: 30px;
}

.mn-b50 {
    margin-bottom: 50px;
}

/* 线条 */
.hr {
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    background: #e5ecf4;
    /*margin: 5px 0;*/
}

/* 字体大小 */
.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

/* 字体位置 */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* 粗细 */
.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: normal;
}

/* 位置 */
.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

/* 颜色 */
.color-gray {
    color: gray;
}

.color-red,
.msg-error {
    color: #d90416;
}

.color-green {
    color: green;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.color-blue {
    color: blue;
}

.color-code {
    color: #d44950;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

/* 背景 */
.bg-white {
    background: white;
}

.bg-black {
    background: black;
}

.bg-gray {
    background: gray;
}

.bg-f0 {
    background: #f0f0f0;
}

.bg-f5 {
    background: #f5f5f5;
}

.bg-f9 {
    background: #f9f9f9;
}

/* 宽度 */
.w-2 {
    width: 2%
}

.w-5 {
    width: 5%
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-35 {
    width: 35%
}

.w-40 {
    width: 40%
}

.w-45 {
    width: 45%
}

.w-50 {
    width: 50%
}

.w-55 {
    width: 55%
}

.w-60 {
    width: 60%
}

.w-65 {
    width: 65%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.g-hide {
    display: none;
}

.g-show {
    display: block;
}

.pd-btn {
    padding: 8px 30px;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

i.file_type_common {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/pkg/img/crm/icons/file_icon_ext.png");
}
i.file_type_doc {
    background-position:0 0;
}
i.file_type_xls {
    background-position:0 -56px;
}
i.file_type_ppt {
    background-position:0 -26px;
}


i.file_type_img {
    background-position:-1px -82px;
}


i.file_type_rar {
    background-position:-1px -111px;
}




i.tb_icon_common {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/pkg/img/crm/icons/table-icon.png");
}

i.blue_edit_ic {
    background-position:-1px -30px;
}
i.grey_article_ic {
    background-position:0 0;
}
i.green_article_ic {
    background-position:-18px 0;
}


.deep-black{
    color: #0b0b0d;
}
.light-black{
    color: #b6b6c8;
}
.light-red{
    color: #db1111;
}

.light-green{
    color: #d8f1d8;
}

.light-blue{
    color: #478cec;
}

.ll-green{
    color: #090;
    font-weight: bold;
}





.ii-icon{
    text-align: center;
    display: inline-block;
    background: #529aff;
    color: #fff;
    border-radius: 50%;
    padding: 0 7px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}



.lr a.mini-logo-box {
    width: 62px;
    height: 50px;
    font-size: 13px;
    background: url(/pkg/img/web/my/order/icon.png) no-repeat -2px -385px;
    text-align: center;
    line-height: 53px;
}
.tl a.mini-logo-box {
    width: 62px;
    height: 50px;
    font-size: 13px;
    background: url(/pkg/img/web/my/order/icon.png) no-repeat -2px -385px;
    text-align: center;
    line-height: 53px;
    padding: 0 15px;
}

input.searchAll {
    width: 184px;
    height: 31px;
    border: 1px solid #dadde2;
    line-height: 31px;
    margin-top: 8px;
    float: right;
    border-radius: 16px;
    text-indent: 22px;
    font-size: 12px;
    color: #96979b;
}
.searchAllBtn{
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(/pkg/img/web/site/head/cgassets.png) no-repeat -120px -26px;
    position: relative;
    left: 263px;
    top: 9px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}