body, html {
    color: #505458 !important;
    font-size: 13px;
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif !important;
    line-height:inherit !important;
}
/**表单里内容居中**/
.table tr th{
    text-align: center;
}

.table > thead > tr > td,.table > tbody > tr > td {
    text-align: center;
    /*内容垂直居中*/
    vertical-align: middle;
}

input::-ms-clear, input::-ms-reveal{
    display: none;
}
.form-control {
    font-size: 13px;
}
/*搜索框样式*/
.list-search{
    /*margin-left:-10px;*/
    width:200px;
    height: 30px;
    padding: 3px 14px !important;
}
/*搜索按钮的样式*/
.navbar-btn{
    clear: none;
    background-color: #f5f7fa;
}
.navbar-btn .btn{
    height: 40px;
    line-height: 0px;
}
.fa-power-off {
    margin-right: 10px;
    margin-top: 5px;
}
/*添加**居右显示*/
.add-item{
    float: right;
}
/**table列表的高度**/
.table > tbody > tr > td, .table > tbody > tr > th{
    padding:13px  0px;
}
/**分页的样式**/
.pagination {
    display: inline-block;
    float: right;
    padding-left: 32px;
    margin: 5px 0;
    border-radius: 4px;
}

/*重新定义输入框样式*/
.search-content input.form-control{
    height: 40px;
    padding: 4px 14px;
    border-radius: 4px;
    width: 200px;
    font-size: 13px;
}
.search-content select.form-control{
    height: 40px;
    padding: 4px;
    border-radius: 4px;
    width: 110px;
    font-size: 14px;
    color:#969899;
}
.search-content .customer-country{
    width: 100px !important;
}
.search-content .customer-status{
    width: 80px !important;
}
.search-content #search-form2 .form-control{
   margin-right: 10px ;
}
#start_date{
    margin-right: 0px !important;

}
.search-date-content{
    position: relative;
}
.start-date-img{
    position: absolute;
    left: 6px;
    top: 11px;
}
.end-date-img{
    position: absolute;
    top: 11px;
    left: 145px;
}
.search-date{
    padding: 4px 2px 4px 27px !important;
}
/*重新定义lable的样式*/
.box-content label.control-label{
    padding-top: 12px;
    text-align: left;
    padding-left: calc(16.6% - 80px);
}
.password-label {
    padding-left: calc(16.6% - 120px) !important;
}
.form-group .list-inline {
    padding-top: 6px;
}
.form-group .list-inline label{
    padding-top: 0px;
}

.panel .panel-body table tr{
    text-align: center;
}


.type-file-button, .type-file-button:focus {
    background-color: #E6E6E6;
    display: block;
    width: 99px;
    height: 26px;
    float: left !important;
    border: 0;
    border-radius: 0 3px 3px 0;
}

.hide{
    display: none;
}
.image-thumb-one {
    display:inline-block;
    width:120px;
    height:80px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:1px dashed darkgray;
    background:#f8f8f8;
    position:relative;
    overflow:hidden;
}
.thumb-cover {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:120px;
    height:80px;
    background-color:rgba(0,0,0,.3);
    display:none;
    line-height:30px;
    text-align:right;

}
.thumb-cover .close-img-btn {
    color:red;
    font-size:20px;
    padding-right: 5px;
    cursor:pointer;
}

/*浮动*/
.f-left{
    float: left;
}
.f-right{
    float: right;
}

/*角色管理标签样式*/
ul.role-group-list {
    margin-left: -45px;
    list-style: disc outside none;
}
ul.role-group-list li {
    white-space: nowrap;
    display: inline-block;
    max-width: 30%;
    height: 25px;
    padding: 3px 5px;
    list-style-type: none;
    list-style-position: outside;
    border: 0px;
    margin: 0px;
}
/*角色管理标签样式*/
.notic{
    line-height: 18px;
    color: #AAA;
    margin-top: 4px;
    clear: both;
}
.notic:hover{
    color: red;
}
a.ncap-btn {
    font: normal 12px/20px "microsoft yahei";
    text-decoration: none;
    color: #777;
    background-color: #F5F5F5;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 9px;
    border: solid 1px;
    border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
    border-radius: 3px;
    cursor: pointer;
}
a.ncap-btn:hover{
    color: #B3B3B3;
}
.icon-delete{
    cursor: pointer;
}

/*优惠券样式*/
/*权限管理*/
.onoff {
    font-size: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.onoff .cb-enable {
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
}
.onoff .cb-enable, .onoff .cb-disable {
    color: #777;
    font-size: 12px;
    line-height: 24px;
    background-color: #ECF0F1;
    height: 30px;
    padding: 4px 14px;
    border-style: solid;
    border-color: #BEC3C7;
}
.onoff label {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}
.onoff .cb-disable.selected {
    color: #FFF;
    background-color: #96A6A6;
    border-color: #808B8D;
}
.onoff .cb-disable {
    border-width: 1px 1px 1px 0;
    border-radius: 0 4px 4px 0;
}
.onoff input[type="radio"] {
    position: absolute;
    top: 0;
    left: -999px;
}
.cb-enable.selected {
    color: #FFF;
    background-color: #1BBC9D;
    border-color: #16A086;
}
.onoff .cb-enable {
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
}
/*权限管理*/

.header-title {
    display: inline-block;
    margin: 0px;
    padding-top: 20px;
}


/*前台用户 后台管理 搜索样式*/
.base-style .form-group{
    margin-bottom: 0px;
    /*border-top: 1px solid #f1f1f1;*/
    /*border-bottom:1px solid #f1f1f1;*/
    padding: 11px ;
}
.base-style .form-group:nth-child(1){
    border-top: 0;
}
.base-style .form-group:nth-last-of-type(1){
    border-bottom:0;
}
.base-style .form-group:nth-child(2n){
    border-top: 0;
    border-bottom:0;
    background: #fafbfc;
}
.base-style .form-group:hover .remark-msg{
   color:#ffa000 ;
}
.remark-msg{
    color:#e1e1e1;
}
.member-sex input{
    cursor: pointer;
}
.user-integral{
    margin-top: 6px;
}
.user-integral span{
    color: red;
    font-weight: bold;
}


/*前台用户 后台管理 搜索样式*/
/*table样式*/
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: none;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    /*border-top: 1px solid #ddd;*/
}
.table-striped > thead > tr {
    background-color: #CFD8DC;
    font-size: 13px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {

    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f5f7fb;
}
.common-detail{
    background: none !important;
    color: #00aeff !important;
}
.common-delete{
    background: none !important;
    color: #ff3838  !important;
}
.common-detail:hover{
    background: none !important;
}
.common-delete:hover{
    background: none !important;
}

/*按钮样式*/
.btn-save, .btn-prev ,.btn-preview, .btn-sync, .btn-suspend,.btn-disable{
    min-width: 112px;
    font-size: 14px;
    margin-right: 20px;
}

.btn-nobg{
    background: none;
    border: 0;
    color:#333;
    padding: 5px 5px !important;
}
.btn-info.btn-nobg{
    color: #3671fa ;
    border: 0;
    background-color: unset;
    background: none !important;
    font-size: 14px;
    min-width: 94px;
}
.btn-info.btn-nobg:hover{
    color: #3671fa;
    border: 0;
    background-color: unset !important;
    background: none !important;
}
.btn-danger.btn-nobg{
    color: #ff3838;
    border: 0;
    background-color: unset;
    background: none;
    font-size: 14px;
}
.btn-danger.btn-nobg:hover{
    color: #E64A19;
    border: 0;
    background-color: unset !important;
    background: none !important;
}

/*列表 表格宽度*/
.id-no{
    width: 74px;
}

.main-content .small-spacing {
    /*margin-top: -20px !important;*/
}
/*审核弹窗样式*/
.verify-modal-content{
    text-align: right;
}
.verify-status{
    padding: 20px 0 0 20px;
    cursor: pointer;
}
.verify-status input,.verify-status label{
    cursor: pointer;
}
.modal-action-btn {
    display: inline-block;
    vertical-align: middle;
}
.send-msg{
    padding: 10px 0 0 20px;
}
.refuse-remark{
    padding: 0 0 0 20px;
    display: none;
}
#store_num_modal{
    display: none;
}
.store-num-modal-content{
    text-align: center;
}
.refuse-remark input{
    padding: 5px;
    padding: 4px 14px;
    height: 30px;
    line-height: 24px;
    border-color: #ccd1d9;
    border: 1px solid #ccd1d9;
}
.btn-action input{
    padding: 5px;
    padding: 4px 14px;
    height: 30px;
    line-height: 24px;
    border-color: #ccd1d9;
    border: 1px solid #ccd1d9;
    width: 80px;
}

.btn-action div{
    display: inline-block;
    vertical-align: bottom;
    margin: 20px 0;
}
.btn-action .add,.btn-action .desc {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    border:1px solid #ccd1d9;
    color: #ccd1d9;
    cursor: pointer;
}
.btn-action .desc {
    line-height: 25px;
}
.modal-action-btn {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}
.modal-confirm-btn{
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    margin: 5px 0px 0;
}
.modal-cancle-btn{
    border:1px solid #dedede;
    color:#333;
    margin: 6px 20px 0 10px;
}
/*审核弹窗样式*/

.status-forbidden{
    color: #9B9B9B;
    cursor: pointer;
}
.status-using{
    color:#336EF8;
    cursor: pointer;
}
/*2019/4/23*/
/*组管理列表状态样式*/

/*必填选项*颜色改为红色*/
.em-red,.red{
    color: red;
    position: relative;
    top:2px;
}

/*新增客户页面所属行业 覆盖原自带样式*/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #ccc !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px !important;
    margin-left: 10px !important;
}
/*新增客户页面所属行业结束*/

/*客户模块*/
.search-date{
    max-width: 120px;
}


/*log列表展开与收起样式*/
.log-remark span{
    cursor: pointer;
    color: #00a0e9;
    margin-left: 6px;
}
.log-remark-all {
    display: none;
}
/*log列表展开与收起样式*/
/*自定义提醒弹窗样式*/
.self-remark-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
    opacity: 1.04;
    display: none;
}
.message-alert ,.message-confirm, .message-reply, .mm-modal{
    background-color: white;
    width: 400px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    /*margin-left: -225px;*/
    /*margin-top: -200px;*/
    overflow: hidden;
    z-index: 2000;
    display: none;
}
.alert-title ,.confirm-title{
    margin: 0px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 5px;
    color: #666;
}
.alert-close ,.confirm-close{
    position: absolute;
    right: 16px;
    top:16px;
}
.alert-close img ,.confirm-close img{
    width: 20px;
    cursor: pointer;
}
.alert-content ,.confirm-content{
    text-align: center;
    padding: 20px 0px;
    color: #666;
}
.alert-content-body {
    margin-top: 6px;
}
.toast-content{
    text-align: center;
    padding: 13px 0px;
    color: #666;
}
.toast-content-detail {
    line-height: 24px;
    font-size: 14px;
    vertical-align: middle;
    color: #ffffff;
}
.toast-content-img{
    display: none;
    width: 58px;
    margin-bottom: 10px;
}
.email-content-img{
    width: 24px;
    margin-left: 20px;
}
.email-content-detail {
    line-height: 24px;
    font-size: 16px;
    vertical-align: middle;
    color: #ffffff;
    margin-left: 10px;
    margin-top: -2px;
}
.email-content{
    text-align: left;
    padding: 13px 0px;
    color: #666;
}
.alert-content-img ,.confirm-content-img{
    width: 60px;
    /* float: left; */
    padding-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.alert-error-img{
    display: none;
}
.alert-warning-img{
    display: none;
}
.alert-content-detail {
    /* float: left; */
    line-height: 24px;
    font-size: 20px;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-top: 30px;
    color:#505458;
}
.confirm-content-title{
    line-height: 24px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 30px;
    color:#505458;
}
.confirm-content-detail{
    /* float: left; */
    line-height: 24px;
    font-size: 14px;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-top: 12px;
    color:#969899;
}
.alert-footer {
    text-align: center;
    clear: both;
}
.alert-btn {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 30px 5px;
    cursor: pointer;
    background-color: #4c8cff;
}
.confirm-footer {
    clear: both;
}
.confirm-btn {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 30px 5px;
    cursor: pointer;
    background-color: #4c8cff;
}
.cancel-btn {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 30px 5px;
    cursor: pointer;
}
.message-toast{
    background-color: rgba(0,0,0,0.7);
    width: 200px;
    min-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -20px;
    overflow: hidden;
    z-index: 2000;
    display: none;
}
.message-review, .message-return{
    padding: 15px;
}
.message-review .confirm-close, .message-return .confirm-close{
    top:12px;
    right: 12px;
}
.message-header {
    text-align: left;
}
.message-header img {
    width: 18px;
    margin-right: 3px;
    vertical-align: -4px;
}
.review-content, .return-content {
    padding: 10px 0;
    text-align: left;
}
.review-content textarea, .return-content textarea  {
    width: 99%;
    height: 130px;
    border-radius: 4px;
    border: 1px solid #e1e5e6;
    background-color: #f4f8fb;
    padding: 10px;
}
.review-content .text-muted, .return-content .text-muted{

}
.review-content .err-tip-img, .return-content .err-tip-img{
    top: 55px;
}
.message-review .confirm-footer, .message-return .confirm-footer  {
    text-align: right;
    margin-top: 3px;
}
.message-review .confirm-footer .btn,  .message-return .confirm-footer .btn{
    padding: 5px 18px;
}
/*自定义提醒弹窗样式*/
/*邮件提醒样式*/
.email-toast{
    background-color: rgba(75,169,59,0.8);
    width: 300px;
    min-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom:10px;
    overflow: hidden;
    z-index: 2000;
    display: none;
    cursor: pointer;
}
/*邮件提醒样式*/

/*邮件提醒样式*/
.email-verify-toast{
    background-color: rgba(75,169,59,0.8);
    width: 210px;
    min-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom:62px;
    overflow: hidden;
    z-index: 2000;
    display: none;
    cursor: pointer;
}
/*邮件提醒样式*/
/*预览样式*/
.preview-modal{
    background-color: #ffffff;
    width: 60%;
    min-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 20%;
    top: 50%;
    overflow: hidden;
    z-index: 2000;
    display: none;
}
.preview-modal .form-group{
    overflow: hidden;
    margin-bottom:0;
    margin: 0;
}
.preview-modal-footer{
    padding: 20px;
    text-align: right;
    clear: both;
}
.preview-modal-footer .btn {
    line-height: inherit;
    margin-left: 15px;
}
.preview-modal-save {
}
.preview-modal-cancel {
    color: #999;
}
.preview-modal-title img{
    width: 18px;
    margin-right: 2px;
}
.preview-modal-title img:hover{
    background-color: #e2e2e2;
}
.preview-modal-title{
    margin: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.21);
    text-align: left;
    color: #666;
    padding: 20px;
}
.preview-modal .modal-body {
    margin-bottom: 20px;
}
.preview-modal .modal-body .form-group .control-label {
    padding-left: 20px;
    margin: 20px 0;
    margin-right: 10px;
    width: 100px;
}
.preview-modal .modal-body .form-group:nth-of-type(2n){
    background-color: #fafbfc;
}
.preview-modal .modal-body .preview-content-text {
    max-height: 300px;
    display: inline-block;
    width: calc(100% - 110px);
    overflow-y: scroll;;
    padding-top: 20px;
}
.preview-modal .preview-content-label {
    float: left;
}
.preview-modal  .remind-date {
    font-weight: bold;
}

.preview-modal .event-attachment {
    display: inline-block;
    padding-top: 20px;
}
.preview-modal .event-attachment ul, .preview-modal .event-attachment li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.preview-modal .event-attachment li {
    float: left;
    width: 100px;
    text-align: center;
}
.preview-modal .event-attachment .event-attachment-name {
    padding-top: 10px;
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.member-select-modal{
    display: none;
}
    /*预览样式*/
/*搜索高亮显示*/
.search-highlight{
    color:#fff;
    background-color: #fbca27;
}
.search-char-highlight{
    color:#e74c3c;
}
/*搜索高亮显示*/
/*权限列表展开与收起小手形状*/
.auth-plus{
    cursor: pointer;
}
.auth-minus{
    cursor: pointer;
}
.auth-extend-all,.auth-retract-all{
    margin-right: 20px;
}
/*权限列表展开与收起小手形状*/
/*分配权限，展开收起*/
 .indenter a[title='Collapse'] {
    background: url(../images/collapse.png) no-repeat;
}
.indenter a{
    width: 19px;
    display: inline-block;
    vertical-align: middle;
}
 .indenter a[title='Expand'] {
    background: url(../images/expand.png) no-repeat;

}
/*页面顶部栏*/
.fixed-navbar,.menu-active .fixed-navbar{
    left: 0;
    background: #3671f3;
    height: 55px;
}
.menu-mobile-button {
    background: #224ee0;
}
.menu-mobile-button,.menu-active .menu-mobile-button {
    left: 0;
    height: 55px;
    /*line-height: 55px;*/
    width: 64px;
    font-size: inherit;

    border-right: 1px solid rgba(255,255,255,0.7);
}
.menu-active .menu-mobile-button {
    background: #306ffe;
}
.menu-mobile-button img {
    width: 24px;
}
.header,.menu-active .header {
    width: 165px;
    left: 80px;
}
.menu-active .header .logo:before, .menu-active .header .logo:after {
    display: none;
}
.header .logo {
    line-height: 55px;
    height: 55px;
}
.menu-active .header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 55px;
    height: 55px;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
    background: none;
    font-weight: 500;
}
.header .logo img {
    width: 90%;
}
.page-title {
    margin-left: 170px;
}

.main-content {
    margin-left: 0;
    width: 96%;
    margin: 0 auto;
}
.menu-active .main-content {
    margin-left: 0;
    width: 96%;
    margin: 0 auto;
}

.breadcrumb{
    margin-left: 2%;
    margin-top: 55px;
    padding: 16px 15px;
    margin-bottom: 5px;
}
.menu-active .breadcrumb {
    margin-left: 2%;
}
.footer {
    text-align: center;
    margin: 0;
    color: #999;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 13px;
}
.space-holder {
    display: block;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
}
/*导航样式*/
/*菜单样式*/
.mCSB_container{
    top:0px !important;
}
.content, .mCSB_container,  .mCustomScrollBox {
    overflow: visible !important;
}

.main-menu {
    background: #292c43;
    top: 55px;;
    padding-top: 0px;
    width: 190px;
    border-right: 1px solid #363954;
    z-index: 1001;
}
.menu-active .main-menu {
    display: none;
}

.navigation .menu > li {
    position: relative
}
.navigation .menu > li > a span{
    display: block;
}
/*新菜单样式*/
.navigation ul, .navigation li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-list li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #363954;
    position: relative;
}
.menu-list li img {
    width: 20px;
    margin-right: 15px;
    vertical-align: -5px;
}
.menu-list li a{
    color: #ffffff;
    width: 190px;
    display: block;
    padding-left: 25px;
    font-size: 14px;
}
.menu-list li a:hover{
    color: #8db0ff;
}
.menu-list li:hover{
    background:#363954;
}
.menu-list li.active{
    background:#363954;
}
.menu-list li .menu-arrow {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.menu-list .submenu-list {
    position: absolute;
    left: 190px;
    top: 0px;
    display: none;
}
.submenu-list > li:nth-of-type(1){
    border-top:1px solid #363954;
    margin-top: -1px;
    height: 51px;
}
.menu-list .sub-menu-bg {
    width: 190px;
    position: fixed;
    height: 100%;
    background-color: #292c43;
    left: 190px;
    top: 55px;
    border-right: 1px solid #363954;
    display: none;
}

.menu-list .submenu-list2 {
    position: absolute;
    left: 190px;
    top: 0px;
    display: none;
}
.menu-list .sub-menu-bg2 {
    width: 190px;
    position: fixed;
    height: 100%;
    background-color: #363954;
    left: 380px;
    top: 55px;
    display: none;
}
    /*.navigation .menu > li:hover > a {*/
    /*width: 190px;*/
    /*color: #ffffff;*/
    /*background:#363954;*/
/*}*/
/*.navigation .menu > li:hover > a  .menu-arrow{*/
    /*display: none !important*/
/*}*/
/*.navigation .menu > li:hover > a i {*/
    /*color: #ffffff*/
/*}*/
/*.navigation .menu > li:hover > a span {*/
    /*display: block;*/
/*}*/
/*.navigation .menu > li:hover .sub-menu {*/
    /*display: block !important*/
/*}*/
/*.navigation .menu > li > a{*/
    /*color: #ffffff;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*padding: 0 0 0 53px;*/
/*}*/

/*.navigation .menu > li.current > a {*/
    /*background:#363954;*/
/*}*/
/*.navigation .menu > li,.navigation .menu > li:hover  {*/
    /*border-bottom: 1px solid #363954;*/
/*}*/

/*.menu  .sub-menu {*/
    /*position: absolute;*/
    /*top: -1px;*/
    /*left: 190px;*/
    /*width: 190px;*/
    /*z-index: 1000;*/
/*}*/

/*.navigation .menu > li > a .menu-arrow{*/
    /*top:15px;*/
    /*font-size: 18px;*/
/*}*/
/*.sub-menu li {*/
    /*border-bottom: 1px solid #363954;*/
/*}*/
/*.sub-menu li:nth-of-type(1){*/
    /*border-top: 1px solid #363954;*/
/*}*/
/*.sub-menu li:hover{*/
    /*background-color:#363954 ;*/
/*}*/
/*.sub-menu li.active{*/
    /*background-color:#363954 ;*/
/*}*/
/*.navigation .menu .sub-menu a{*/
    /*background: none;*/
    /*padding: 0 0 0 53px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*color: #ffffff;*/
/*}*/
/*.navigation .menu .sub-menu a:hover{*/

/*}*/


.navigation .title {
    background: none;
    color: rgba(255,255,255,0.5);
    border-bottom: 1px solid #3d4060;
}

/*分配权限，展开收起*/
/*列表样式*/
.table-striped > thead > tr th{
    padding: 10.3px 0px;
}
/*列表样式*/

/*面包屑样式*/
.breadcrumb li a {
    font-size: 14px;
    color: #969899;
}
.breadcrumb li a .fa{
    margin-right: 5px;
}
.breadcrumb li a .fa-home{
    font-size: 20px;
    position: relative;
    top:1px;
}
.breadcrumb > li + li::before {
    padding: 0px 0px;
    color: #969899;
    content: "/\00a0";
    font-size: 20px;
    position: relative;
    top:2px;
}
/*面包屑样式*/
/*公共table样式*/
.table-bordered {
    border:none;
    /*border: 1px solid #ddd;*/
}
tbody tr:last-child{
    border-bottom:1px solid #f5f7fa;
}
.navbar-form {
    padding: 0px 5px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.navbar-btn {
    margin-top: 0px;
}

.add-item .common-add{
    position: relative;
    top:2px;
    font-size: 14px;
}
.common-search .fa-search{
    font-size: 20px;
}
.common-search span{
    position: relative;
    top:-2px;
    font-size: 14px;
}
/*公共table样式*/

.self-select select {
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/icon_xiala@2x.png") no-repeat scroll right center transparent;
    background-position: 65px;
    background-color: #ffffff !important;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}
.customer-country{
    background-position: 80px !important;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.conpany-name{
    text-align: left !important;
}
.company-name-item{
    text-align: left !important;

}
.company-name-item a{
    color:#3671f3 ;
}
.list-item{
    color:#505458;
    font-size: 14px;
}
.list-item-tr {
    background-color: #cfd8dc !important;
}
.list-item-tr th{
    color:#505458;
}
.is-new{
    width: 26px;

}
.is-major{
    width: 18px;
}
.chat-record{
    width: 20px;
    position: relative;
    top:-1px;
}
/*日期输入框长度*/
.base-style .datepicker {
    max-width: 200px;
    padding: 0 10px !important;
}
/*选择框区域样式*/
.form-group .list-inline > li {
    margin-right: 20px;
    min-width: 110px;
}
/*文本域中等高度*/
.textarea-mid-height {
    height: 200px !important;
}
/*列表状态样式*/
.status-btn{
    line-height: 19px;
}
.switch{
    margin-bottom: 0px;
    min-width: 84px;
    text-align: left;
}
.status-forbidden:hover {
    color: #989898;
    text-decoration: none;
}
.status-using:hover {
    color: #336ef8;
    text-decoration: none;
}
.vertical-line{
    color: #d0d0d0;
}
/*列表状态样式*/
/*错误提示信息*/
.err-tip-img{
    width: 21px;
    position: absolute;
    top: 12px;
    right: 26px;
    display: none;
}
.form-text{
    position: relative;
    top:3px;
    color:#ff0000 !important;
    display: none;
    font-size: 13px;
}
.select-err-tip-img{
    right: 42px;
}
/*按钮样式*/
.btn-blue {
    color: #fff !important;
    background-color: #3671f3 !important;
}
.btn-blue:hover {
    color: #fff;
    background-color: #2b61d7;
}
.btn-blue:link {
    color: #fff;
    background-color: #2b61d7;
}
.btn-blue:visited {
    color: #fff;
    background-color: #2b61d7;
}
.btn-blue:active {
    color: #fff;
    background-color: #2b61d7;
}
.btn-orange {
    color: #fff;
    background-color: #fe8f34 !important;
}
.btn-orange:hover {
    color: #fff;
    background-color: #ff6230;
}
.btn-orange:link {
    color: #fff;
    background-color: #ff6230;
}
.btn-orange:visited {
    color: #fff;
    background-color: #ff6230;
}
.btn-orange:active {
    color: #fff;
    background-color: #ff6230;
}
.btn-red {
    color: #ffffff;
    background: #ff2348;
}
.btn-red:hover {
    color: #ffffff;
    background: #d70e05;
}
.btn-red:link {
    color: #fff;
    background-color: #d70e05;
}
.btn-red:visited {
    color: #fff;
    background-color: #d70e05;
}
.btn-red:active {
    color: #fff;
    background-color: #d70e05;
}
.btn-cyan {
    color: #fff;
    background-color: #0fc7d3;
}
.btn-cyan:hover {
    color: #fff;
    background-color: #1aa2ab;
}
.btn-cyan:link {
    color: #fff;
    background-color: #1aa2ab;
}
.btn-cyan:visited {
    color: #fff;
    background-color: #1aa2ab;
}
.btn-cyan:active {
    color: #fff;
    background-color: #1aa2ab;
}
.btn-grey {
    color: #999;
    background-color: #e4e7ea;
}
.btn-grey:hover {
    color: #999;
    background-color: #bec1c4;
}
.btn-grey:link {
    color: #999;
    background-color: #bec1c4;
}
.btn-grey:visited {
    color: #999;
    background-color: #bec1c4;
}
.btn-grey:active {
    color: #999;
    background-color: #bec1c4;
}
.btn-disable{
    color: #feffff;
    background-color: #95999a;
    cursor: inherit;
}
.btn-disable:hover {
    color: #feffff;
}
.btn-disable:link {
    color: #feffff;
}
.btn-disable:visited {
    color: #feffff;
}
.btn-disable:active {
    color: #feffff;
}
.btn-light-red {
    color: #ffffff;
    background: #ff8070;
}
.btn-light-red:hover {
    color: #ffffff;
    background: #d56b6b;
}
.btn-light-red:link {
    color: #ffffff;
    background: #d56b6b;
}
.btn-light-red:visited {
    color: #ffffff;
    background: #d56b6b;
}
.btn-light-red:active {
    color: #ffffff;
    background: #d56b6b;
}
.btn img {
    width: 20px;
}
/*申请模态框样式*/
.apply-modal{
    background-color: #ffffff;
    width: 28.5%;
    min-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 35.75%;
    top: 50%;
    overflow: hidden;
    z-index: 2000;
    display: none;
}
.apply-modal .form-group{
    overflow: hidden;
    margin-bottom:0;
    margin: 0;
}
.apply-modal-footer{
    padding: 20px;
    text-align: right;
    clear: both;
}
.apply-modal-footer .btn {
    line-height: inherit;
    margin-left: 15px;
}


.apply-modal-cancel {
    color: #999;
}
.apply-modal-title img{
    width: 18px;
    margin-right: 2px;
    margin-top: -3px;
}
.apply-modal-title img:hover{
    background-color: #e2e2e2;
}
.apply-modal-title{
    margin: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
    color: #666;
    padding: 20px;
}
.apply-modal .modal-body {
    margin-bottom: 20px;
}
.apply-modal .modal-body .form-group .control-label {
    padding-left: 20px;
    margin: 20px 0;
    margin-right: 10px;
    width: 100px;
}
.textarea-apply-height{
    height: 140px !important;
}
.apply-col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
}
/*申请模态框样式*/

/*无数据样式*/
.no-data {
    padding: 50px;
    margin: 30px 0;
    text-align: center;
}
.no-data img {
    width: 150px;
}
.no-data span{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #c7c9cc;
}
.page404 {
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}
.page404 img {
    width: 532px;
}
.page404 span{
    display: block;
    margin-top: 44px;
    font-size: 14px;
    color: #999999;
}
.no-activity-data {
    padding: 80px;
    margin: 0px 0;
    text-align: center;
    min-height: 476px;
    background-color: #ffffff;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
}
.no-activity-data img {
    width: 150px;
}
.no-activity-data span{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #c7c9cc;
}
/*错误提示信息*/
/*审核模态框*/
/*申请模态框样式*/
.verify-modal{
    background-color: #ffffff;
    width: 28.5%;
    min-height: 30px;
    border-radius: 5px;

    position: fixed;
    left: 35.75%;
    top: 50%;
    overflow: hidden;
    z-index: 2000;
    display: none;
}
.verify-modal .form-group{
    overflow: hidden;
    margin-bottom:0;
    margin: 0;
}
.verify-modal-footer{
    padding: 20px;
    text-align: right;
    clear: both;
}
.apply-modal-footer .btn {
    line-height: inherit;
    margin-left: 15px;
}



.verify-modal-title img{
    width: 18px;
    margin-right: 2px;
    margin-top: -3px;
}
.verify-modal-title img:hover{
    background-color: #e2e2e2;
}
.verify-modal-title{
    margin: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
    color: #666;
    padding: 20px;
}
.verify-modal .modal-body {
    margin-bottom: 20px;
}
.verify-modal .modal-body .form-group .control-label {
    padding-left: 20px;
    margin: 20px 0;
    margin-right: 10px;
    width: 100px;
}
.textarea-apply-height{
    height: 140px !important;
}
.apply-col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
}
.verify-err-tip-img{
    width: 21px;
    position: absolute;
    top: 8px;
    right: 12px;
    display: none;
}
/*申请模态框样式*/
/*审核模态框*/
/*国家列表sort值input框样式*/
.country-sort{
    border:none;
    text-align: center;
    cursor: pointer;
}
tbody  tr:nth-child(even) .country-sort{
    background-color: #f5f7fb;
}

/*国家列表sort值input框样式*/
/*国家列表*/
/*邮件操作自定义提示框*/
.email-action-tip{
    height: 28px;
    line-height: 28px;
    width: 40px;
    background-color: rgba(0,0,0,80);
    text-align: center;
    border-radius: 4px;
    color:#ffffff;
    font-size: 12px;
    position: absolute;
    display: none;
    z-index: 1000;
}
/*邮件操作自定义提示框*/
/*邮件操作自定义提示框*/
.email-customer-info{
    width: 16%;
    background-color: #ffffe6;
    border-radius: 4px;
}
.email-customer-info .company-name{
    padding: 10px;
    border-bottom: 1px solid #e2e4e7;
    font-size: 12px;
    font-weight: 600;
}
.email-customer-info .from{
    padding: 10px 10px 0px 10px;
}
.email-customer-info .from-left{
    margin-right: 20px;
}
.email-customer-info .name{
    padding: 10px 10px 0px 10px;
}
.email-customer-info .name-left{
    margin-right: 20px;
}
.email-customer-info .field{
    padding: 10px 10px 0px 10px;
}
.email-customer-info .field-left{
    margin-right: 20px;
}
.email-customer-info .detail{
    padding: 10px 10px 10px 10px;
    text-align: right;
}
.email-customer-info .detail a{
    text-decoration: underline !important;
    text-decoration-color: #3671f3;
    font-size: 12px;
}

.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.padding-left0{
    padding-left: 0;
}
/*选择邮件模板样式*/
.email-select-modal {
    width: 664px;
    position: fixed;
    z-index: 100;
    box-shadow: 0px 0px 20px #e2e5e7;
    margin: 0;
}
.email-select-modal .user-list {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e7;
    padding: 14px 12px;
    border-radius: 4px;
    cursor: pointer;
    height: auto;
    z-index: 1000;
    background-color: #ffffff;
    width: 100%;
}
.email-select-modal .user-list .form-control {
    width: 100% !important;
}
.user-list ul {
    padding-left: 0px;
    height: 240px;
    overflow-y: scroll;
    margin-top: 10px;
}
.user-list ul li {
    list-style: none;
    min-height: 22.5px;
    margin-bottom: 1px;
    padding-left: 14px;
    color: #505458;
    text-align: left;
    border-bottom: 1px dotted #e3e5e7;
    padding-bottom: 5px;
}
.email-select-modal .select-user-action {
    text-align: right;
    margin-top: 6px;
}
.email-select-modal .btn {
    line-height: inherit;
}
.user-list ul .active {
    background-color: #e9effe;
}
/*表格宽度定义*/
.col-date {
    width: 100px;
}
.col-job_number{
    width: 160px;
}
.col-content{
    width: 400px;
    padding-left: 5px !important;
}
.col-linkman {
    width: 160px;
}

/*选择邮件模板样式*/
/*邮件操作自定义提示框*/
/*全局时间描述样式*/
.welcome-desc {
    margin-right: 15px;
    vertical-align: 2px;
    font-size: 14px;
}
/*全局时间描述样式*/
.col-system-date {
    width: 260px;
}
.col-system-content {
    width: calc(100% - 360px );
}
@media screen and (max-width: 1400px){
    .search-content input.form-control {
        width: 200px;
    }
    .search-content #search-form2 .form-control {
        margin-right: 0px;
    }
    .btn-info  {
        min-width:inherit !important;
    }
    .btn-nobg {
        min-width:inherit !important;
    }
    .col-content{
        width: 300px;
    }
}
@media screen and (max-width: 1200px){
    .col-content{
        width: 240px;
    }
}
@media screen and (max-width: 768px){
    .main-content{
        margin: 0 5px;
    }
    .table-container{
        margin: 5px !important;
    }
    .btn-info.btn-nobg, .btn-danger.btn-nobg {
        display: block;
    }
}