::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.11);
    padding: 0;
    border: none;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    padding: 0;
    border: none;
}

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    min-width: 1300px;
    font-family: MicrosoftYaHei;
    height: 100%;
}

.iconfont {
    font-size: inherit;
}

.sidebar .logo {
    text-align: center;
    width: 100%;
    height: 68px;
    line-height: 68px;
}

.sidebar .home-link {
    width: 100%;
    height: 68px;
    text-align: center;
    line-height: 68px;
    display: block;
    text-decoration: none;
    background: rgba(0, 0, 0, .2);
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .home-link img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.sidebar .sidebar-1::-webkit-scrollbar {
    display: none;
}

.sidebar-2 .current-menu-name {
    padding: 23px 23px 18px;
    font-size: 20px;
    color:#000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-2 .nav-item {
    display: block;
    margin:4px 0;
    color: #444;
    position: relative;
}

.sidebar-2 .nav-item div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color:#000;
}

.sidebar-2 .nav-item span{
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-2 .nav-item:hover>span {
    /* background: #FFF; */
    /* color: #000 */
    background: #F4F7FF;
    color: #3678F2;
}

.bg-shaixuan {
    background-color: #fff;
}

.bg-shaixuan>div:first-child,
.bg-shaixuan>form>.clearfix,
.borderbt {
    border-bottom: 1px solid #E3E2E5;
}

.nav-item-name-1 {
    position: absolute;
    padding: 5px;
    width: 82px;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    right: -92px;
    background: rgba(0, 0, 0, .5);
    display: none;
    color: #fff;
    z-index: 999;
}

.nav-item:hover .nav-item-name-1 {
    filter: drop-shadow(#2468F2 0 0) !important;
    transform: translateY(-25px) !important;
    display: block;
}

.nav-item-name-1:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: dashed;
    border-width: 5px;
    border-right-color: rgba(0, 0, 0, .5);
    border-right-style: solid;
}

/* .sidebar-2 .nav-item .nav-pointer {
    position: absolute;
    right: 6px;
    top: 12px;
    font-size: .75rem;
    color: #777;
} */

.sidebar-2 .nav-item span.active {
    background: #F4F7FF;
    color: #3678F2;
}

.sidebar-2 .nav-item.active_c {
    background: none;
    border-left: none;
    color: #444;
}

.nav-pointer-box{
    position: relative;
    padding-right: 22px;
    /* font-weight: bold; */
}

.sidebar-2 .nav-pointer{
    /* position: relative; */
    position: absolute;
    right: 0;
    /* top: 11px; */
    top: 9px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    /* font-weight: normal; */
    font-size: 0;
    /* -webkit-transform: rotate(180deg) translateX(0%) translateY(52%) scale(.5); */
    /* transform: rotate(180deg) translateX(0%) translateY(52%) scale(.5); */
    
    background:url('../images/unfold.png') no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 7px;
    height: 4px;
}

.sidebar-2 .nav-item.active .nav-pointer {
    /* -webkit-transform: translateY(-60%) scale(.5);
    transform: translateY(-60%) scale(.5); */

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-2 .sub-item-list {
    display: none;
}

.sidebar-2 .sub-item-list .nav-item {
    color: #777;
}

.sidebar-2 .nav-item.active+.sub-item-list {
    display: block;
}
/* 
.sidebar-2 .sub-item-list .nav-item:hover>span {
    background: #e7f2fc;
    color: #2468F2;
} */

.sidebar-2 .sub-item-list .nav-item>span.active,
.sidebar-2 .sub-item-list .nav-item:hover>span  {
    background: #F4F7FF;
    color: #3678F2;
    border-radius: 10px;
}

/* .sidebar-2 .sub-item-list{
    padding: 0 12px;
} */

.sidebar-2 .nav-item>span {
    display: block;
    margin:6px 0;
    /* padding: 10px 8px; */
    padding: 11px;
    text-align: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub-item-list .nav-item span{
    padding: 13px 18px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.left-main-2 {
    margin: 0 0 0 60px;
    transition: margin .5s;
    white-space: nowrap;
}

.left-header-2 {
    left: 60px;
    transition: left .5s;
    white-space: nowrap;
}

.main-right-top .dropdown-menu {
    border-radius: 0;
    margin-top: 0px;
    margin-right: 8px;
    border-color: #fff;
    box-shadow: 0px 2px 18px 0px rgba(51, 51, 51, 0.15);
    border-radius: 4px;
}

.main-right-top .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.main-header .btn {
    height: 67px;
    border-radius: 0;
    border: none;
    padding: 0 24px;
    background: #fff;
    margin-left: 0;
}

.main-header .float-right .btn img.newbtnimg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.main-header .float-right .btn .totalNum {
    width: 10px;
    font-size: 0px;
    height: 10px;
    line-height: 18px;
    border-radius: 999px;
    display: inline-block;
    background-color: #ff4544;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 10px;
}

.main-header .float-right .btn img.newbtnimg+span {
    margin-right: 10px;
    font-size: 12px;
}

.dropdown .dropdown-toggle {
    text-align: left;
    display: inline-flex;
    justify-content: space-between;
}

.dropdown .dropdown-toggle::after {
    content: "";
    border: solid #828282;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 9px;
}

.dropdown-toggle::after {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 7px;
}

.dropdown-toggle.right::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.dropdown-toggle.left::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.dropdown-toggle.up::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.dropdown-toggle.down::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 7px;
}

.dropdown-toggle.d-flex {
    align-items: center;
}

.main-right-top .dropdown-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    top: -15px;
    right: 10%;
    -webkit-transform:translateX(0) rotate(90deg);
    transform:translateX(0) rotate(90deg);
}

.main-header .btn:focus,
.main-header .btn:hover {
    color: #2468F2;
}

.main-header .btn:focus::after,
.main-header .btn:hover::after {
    box-shadow: none;
    border-color: #2468F2;
}

.main-header .btn:focus img,
.main-header .btn:hover img {
    transform: translateY(-60px);
    filter: drop-shadow(#2468F2 0 60px);
}

.main-header .btn.active {
    background: #f6f6f6;
}

.sidebar.sidebar-sub+.left-main-2 {
    margin-left: 180px;
    transition: margin-left .5s;
    white-space: nowrap;
}

.input-hide {
    position: relative;
}

.input-hide .tip-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: .35rem .7rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .15rem;
    color: #636c72;
    max-width: 720px;
}

.col-sm-6 a {
    margin-bottom: 16px;
}

.col-sm-6 .input-group a {
    margin-bottom: 0;
}

.main-nav .nav-right {
    float: right;
    padding-right: 1rem;
}

/* form .panel-body>div,
form .panel-body>label {
    padding: 0 14px;
} */
/* 
form .panel-footer {
    display: flex;
    justify-content: center;
} */
/* 
.panel {
    background-color: #fff;
}



.panel .panel-header>ul {
    font-weight: normal;
    font-size: 12px;
}

.panel .panel-header:after {
    clear: both;
    content: " ";
    display: block;
}

.panel .panel-body {
    padding: 1rem;
    white-space: normal;
} */

.newtip {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #F5E4B9;
    color: #555555;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 20px;
}

.newtip > span {
    color: #FEA756;
}

/* 

.panel .panel-body .newform .form-group-label {
    width: 80px;
    text-align: right;
    flex: 0 0 80px
}

.panel .panel-body .newform .form-control {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 34px;
    opacity: 0
}

.panel .panel-body .newform #filename {
    vertical-align: middle;
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
} */

.file-container:hover .fileinput-button {
    background-color: #2468F2!important;
    color: #fff;
}

.panel .panel-body .newform .fileinput-button {
    width: 90px;
    height: 34px;
}

.panel .panel-body .newform .file-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

.panel .panel-body .panel-body-ccnew {
    background-color: #fff;
    padding: 1rem;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 1px 8px 0px rgba(2, 31, 65, 0.15);
    padding: 5px;
    min-width: 100%;
}

.dropdown-menu::-webkit-scrollbar {
    display: none;
}

.dropdown-item {
    padding: 6px 8px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #2468F2;
    color: #fff;
}

.panel .panel-body>div {
    white-space: normal;
}

.panel .panel-footer {
    border-top: 1px solid #eee;
    padding: 1rem;
}

.panel .panel-header .nav {
    margin-top: -1rem;
    margin-bottom: -1rem;
    float: left;
}

.panel .panel-header .nav.nav-right {
    float: right;
}

.panel .panel-header .nav-link {
    padding: 1rem 0;
    margin: 0 1rem -1px 1rem;
}

.panel .panel-header .nav-item:first-child .nav-link {
    margin-left: 0;
}

.panel .panel-header .nav-item:last-child .nav-link {
    margin-right: 0;
}

.panel .panel-header .nav-link.active {
    border-bottom: 2px solid #449be6;
}

.panel .panel-close {
    float: right;
    font-size: 1.5rem;
    height: 1.1429rem;
    font-weight: 700;
    text-decoration: none;
    color: #666;
    line-height: .9;
}

.ccnew-group {
    width: 200px;
    height: 34px;
    align-items: center;
    position: relative;
    left: 16px;
}

.ccnew-group .form-control {
    /* position: absolute; */
    /* width: 180px; */
    /* background: transparent; */
    border-radius: 0;
    height: 100%;
    top: 0px;
    width: 100%;
}

.ccnew-group img {
    width: 14px;
    height: 14px;
    margin: 0 10px;
}

.ccnew-group span.input-group-btn {
    height: 34px;
}

.ccnew-group span.input-group-btn,
.ccnew-group button.input-group-btn {
    display: flex;
    align-items: center;
    z-index: 9;
    cursor: pointer;
    right: 50px;
}

.ccnew-group button.input-group-btn {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 29px;
    position: absolute;
    left: 146px;
    top: 2px;
}

.get .input-group .input-group-btn {
    right: -40px;
}

.ccnew-group button.input-group-btn:focus {
    outline: none;
}

.ccnew-group .input-group-del {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #E4E4E4;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
    margin-left: 66%;
    z-index: 9;
}

.btn-secondary {
    border-color: #E3E2E8;
    color: #666;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #E3E2E8;
    color: #333;
}

/* .form-control { */
    /* border-radius: 8px; */
    /* padding: .5rem .7rem; */
    /* height: 33px !important; */
    /* line-height: 33px !important; */
    /* padding: 0 10px; */
/* } */

.form-control.secret-content {
    position: relative;
}

.form-control.secret-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    content: '已隐藏内容，请点击编辑或查看';
}

.input-group-addon {
    /* padding: .5rem .7rem; */
    /* border-left: 1px solid rgba(0,0,0,.15) !important; */
    background: #F0F2F5;
    border-color:#F0F2F5;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

/* .form-group-label {
    width: 180px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
} */

.form-group-text {
    padding-top: calc(.35rem - 1px);
    padding-bottom: calc(.35rem - 1px);
}

.col-form-label {
    padding-top: calc(.35rem - 1px);
    padding-bottom: calc(.35rem - 1px);
    color: #333;
}

label.required {
    position: relative;
}

.btn {
    border-radius: 2px;
    padding:  0 .5rem;
    height: 30px;
    line-height: 30px;
}

.btn-sm {
    padding: .15rem .35rem;
    height: auto;
    line-height: 1.5;
}

.tooltip-inner {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.9);
}

label.required:before {
    content: "*";
    display: inline;
    position: absolute;
    left: -.75rem;
    color: #ff4544;
    font-weight: bolder;
    top: 25%;
    left: -10px;
}

.radio-label,
.checkbox-label {
    /* margin-bottom: -4px; */
    display: inline-block;
    margin-right: 2rem;
    cursor: pointer;
}

.checkbox-label::after {
    position: absolute;
    content: "";
    width: 2px;
    right: 0;
    background-color: #fff;
    z-index: 99;
}

.radio-label input[type=radio],
.checkbox-label input[type=checkbox] {
    display: none;
}

.radio-label input[type=radio]~.label-icon,
.checkbox-label input[type=checkbox]~.label-icon {
    display: inline-block;
    width: 1.1rem;
    height: 1.15rem;
    vertical-align: middle;
    background-size: 100% 100%;
}

.radio-label input[type=radio]~.label-icon {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 50% !important;
}

.radio-label input[type=radio]:checked~.label-icon {
    position: relative;
    /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAkUlEQVQ4T92SMQ7CMAxF/1ckZuCAcANggS2Jk7ET5Qi9YJkZbJROpeqQ0q1e/f0kP31i5XDlPbYKEJEdyYbkqTgys87MHiLymTqbdZBSepK8jsMkW+/9rQqQc+4B7MdhM3vHGA9/AwD0IYRjLaAFcJmEXyGEn7fKftZBkeica1T1PITITlXv1RKXtHOrTVzi4AtN+S8R5IwyXgAAAABJRU5ErkJggg=="); */
    /* background: #3678F2; */
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.radio-label input[type=radio]:checked~.label-icon:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    width: 6px;
    height: 6px;
    background: #3678F2;
    border-radius: 50%;
}

.checkbox-label input[type=checkbox]~.label-icon {
    width: 15px;
    height: 15px;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.checkbox-label input[type=checkbox]:checked~.label-icon {
    width: 15px;
    height: 15px;
    border: 1px solid #3678F2;
    border-radius: 4px;
    background:#3678F2 url(../images/new_checks.png) no-repeat center !important;
}

.radio-label input[type=radio]~.label-text,
.checkbox-label input[type=checkbox]~.label-text {
    display: inline-block;
    vertical-align: middle;
}

.switch-label {
    margin-bottom: 0;
    display: inline-block;
    line-height: 22px;
}

.switch-label input[type=radio],
.switch-label input[type=checkbox] {
    display: none;
}

.switch-label input[type=radio]~.label-icon,
.switch-label input[type=checkbox]~.label-icon {
    display: inline-block;
    width: 56px;
    height: 22px;
    vertical-align: middle;
    border-radius: 999px;
    background: #bbb;
    position: relative;
    transition: 150ms;
}

.switch-label input[type=radio]~.label-icon:after,
.switch-label input[type=checkbox]~.label-icon:after {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 999px;
    position: absolute;
    left: 1px;
    top: 1px;
    transition: 200ms;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
}

.switch-label input[type=radio]:checked~.label-icon,
.switch-label input[type=checkbox]:checked~.label-icon {
    background: #1890ff;
}

.switch-label input[type=radio]:checked~.label-icon:after,
.switch-label input[type=checkbox]:checked~.label-icon:after {
    transform: translateX(33px);
}

.modal-dialog {
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /*padding: 15px;*/
}

.toast-alert {
    height: 0;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 1051;
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
}

.toast-alert.show {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.toast-alert .alert {
    margin-bottom: 0;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
    width: 20rem;
    max-width: 100%;
    display: inline-block;
}

#file_select_modal .file-list {
    margin-left: -9px;
}

#file_select_modal .file-list:after {
    content: " ";
    display: block;
    clear: both;
}

#file_select_modal .file-item {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    float: left;
    transition: 150ms;
}

#file_select_modal .file-item:hover {
    border-color: #529fe0;
}

#file_select_modal .file-cover {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}

.upload-preview {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
    margin: 5px 0;
    display: inline-block;
    background: #D1D6DC;
}

.upload-preview .upload-preview-tip {
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: .65rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 -1px 0 rgba(255, 255, 255, 0.75), 1px 0 0 rgba(255, 255, 255, 0.75), -1px 0 0 rgba(255, 255, 255, 0.75);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.25;
}

.upload-preview .upload-preview-img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
}

.upload-preview .file-item-delete {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #216BEF;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.upload-preview:hover .file-item-delete {
    opacity: 1;
    background: #004CD5;
}

.sidebar-1::-webkit-scrollbar,
.sidebar-2::-webkit-scrollbar  {
    display: none;
}

/* .sidebar-2::-webkit-scrollbar {
    display: none;
} */

/* .left-box-1 .btn_toggle {
    position: fixed;
    left: 80px;
}

.left-box-2 .btn_toggle {
    position: fixed;
    left: 0px;
} */

/* .btn_toggle {
    transition: left .5s;
} */

/* .bg-white { */
    /* background-color: transparent; */
/* } */

.table {
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    padding: 0 20px;
}

/* .table a:hover {
    color: #2468F2;
} */

.table tr {
    /* background-color: #fff; */
}

.table-bordered {
    border: none;
}

/* .table td,
.table th {
    border: none;
    text-align: center;
} */

.order-item .table td {
    text-align: left!important;
}

.table thead th {
    border: none;
}

.table th {
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    min-height: 42px;
    color: #666666;
    font-size: 12px;
    vertical-align: middle;
}

.table tbody tr td {
    font-size: 12px;
}

.table tr th {
    position: relative;
}

/* .table tr th::after {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background-color: #E3E2E8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
} */

.row .table tr th::after {
    height: 36px;
    top: 12px;
}

.table tr th:last-child::after {
    display: none;
}

.table-hover tbody tr:hover {
    background-color: #EDF2FF !important;
}

.panel-body>.list-group>.nav-item1 {
    margin-top: 10px;
    font-weight: bold;
}

.panel-body>.list-group>.list-group-item {
    justify-content: space-between;
    color: #666;
    border: none;
    cursor: pointer;
}

.panel-body>.list-group>.border-b>.flex-items {
    color: #888;
}

.flex-between {
    width: 100%;
    justify-content: space-between;
}

.flex-items {
    align-items: center;
}

.border-b {
    border-bottom: 1px solid #E3E2E8;
    padding: 10px 0;
}

.font-color {
    color: #2468F2;
}


/* 开关按钮 */

.toggle-button {
    display: none;
}

.button-label {
    position: relative;
    display: inline-block;
    width: 56px;
    background-color: #ccc;
    border-radius: 30px;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    text-align: left;
}

.circle {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
}

.button-label .text {
    line-height: 12px;
    font-size: 12px;
    -webkit-user-select: none;
    user-select: none;
}

span.on {
    color: #fff;
    display: none;
    text-indent: 6px;
}

span.off {
    color: #fff;
    display: inline-block;
    text-indent: 24px;
}

.button-label .circle {
    left: 2px;
    transition: all 0.3s;
    /*transition过度，时间为0.3秒*/
}


/*
	以下是checked被选中后，紧跟checked标签后面label的样式。
	例如：div+p 选择所有紧接着<div>元素之后的<p>元素
	*/

.toggle-button:checked+label.button-label .circle {
    left: 34px;
}

.toggle-button:checked+label.button-label .on {
    display: inline-block;
}

.toggle-button:checked+label.button-label .off {
    display: none;
}

.toggle-button:checked+label.button-label {
    background-color: #2468F2;
}

.newaddtype {
    border: 1px solid #E3E2E8;
    border-radius: 25px;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.width_btn {
    width: 90px;
    height: 34px;
}

.border-dashed {
    border-bottom-style: dashed;
}

.new-card {
    border: none;
}

.new-card .card-header {
    background-color: transparent;
    border: none;
    color: #333333;
    font-size: 22px;
    margin-top: 60px;
}

.card-block {
    margin: 0 auto;
    padding: 0;
    width: 607px;
    font-size: 14px;
    color: #888;
}

.newtitle {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


/* 订单 */

.select_newcc {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../../images/ccnewimg/new_select.png") no-repeat scroll 68px center transparent;
    padding-left: 7px;
    border: 1px solid #E3E2E8;
    background-size: 11px 6px;
    color: #666;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

select.select_newcc::-ms-expand {
    display: none;
}

.status.nav-tabs {
    border: none;
}


/* 订单 */

.order_table .badge-success {
    border: 1px solid #50B675;
    /* color: #50B675; */
}

.order_table .badge {
    min-width: 50px;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: normal;
    border-radius: 25px;
    color:#fff;
    /* background-color: transparent; */
}

.order_table .badge-default {
    border: 1px solid #FF5414;
    /* color: #FF5414; */
}

.order_table .badge-warning {
    border: 1px solid #f0ad4e;
    /* color: #f0ad4e; */
}

.order_table .badge-primary {
    border: 1px solid #2468F2;
    /* color: #2468F2; */
}

.order_table .badge-white {
    border: 1px solid #E3E2E8;
    /* color: #333333; */
}

.order_table tr td {
    overflow: hidden;
}

.order_table td:last-child img {
    margin-left: 4px;
}

.table tr td:last-child img {
    margin-left: 4px!important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

/* .table tr td {
    overflow: hidden;
} */

.table tr td:last-child a:hover img,
.table-hover tr td:last-child img:hover,
.table-hover tr td:last-child a:hover img,
.order_table tr td:last-child a:hover img {
    transform: translateY(-60px);
    filter: drop-shadow(#2468F2 0 60px);
}

.lastfontcolor {
    color: #666666;
    font-size: 12px;
}

.input-white {
    width: 70px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: normal;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid #E3E2E8;
    color: #333333;
}

.input-white:focus {
    outline: none;
}

.inpuedit {
    position: relative;
}

.n_inputdel {
    position: absolute;
    top: -3px;
    width: 14px;
    height: 14px;
    right: -4px;
}

.order_table td {
    padding: 15px;
}

.order_table tr:first-child td:first-child::before {
    content: "";
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    transform: rotate(180deg);
    transition: all .1s;
}

.order_table tr:first-child td.active::before {
    transform: rotate(270deg)!important;
    margin-top: 8px;
}

.triangle-icon::before {
    content: "";
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    transform: rotate(180deg);
    transition: all .1s;
}

.open-info .active .triangle-icon::before {
    transform: rotate(270deg)!important;
    margin-top: 8px;
}

/* .btn-secondary:hover ,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2468F2;
    border-color: #2468F2;
} */

.btn-secondary:hover::after,
.btn-secondary.active::after,
.btn-secondary:active::after,
.show>.btn-secondary.dropdown-toggle::after {
    border-color: #fff;
}

#date_start,
#date_end {
    width: 150px;
    height: 34px;
    border: 1px solid rgba(227, 226, 232, 1);
    border-radius: 2px;
    padding: 0 10px;
}

/* #date_start~span { */
    /*margin:0 10px;*/
    /*color: #EEEEEE;*/
    /* color: #666; */
    /* font-size: 20px; */
/* } */

.timeborder {
    border-top: 1px solid #EEEEEE;
    padding: 14px 5px;
}

.timeborder>span {
    display: block;
    color: #999;
    font-size: 12px;
    padding-bottom: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff!important;
}

/* a.btn-secondary {
    margin-left: 8px;
    color: #666;
} */

/*
    左侧导航布局修改样式
*/
/* .sidebar .nav-item-icon{
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 2px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
} */

.sidebar-1 .nav-item{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 23px;
    height: 54px;
    font-size: 14px;
}

.sidebar-1 .nav-item-name{
    flex:1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#fff;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}


/* 公用布局样式  */
#main{
    display: flex;
    width: 100vw;
    height: 100vh;
}

#main-left{
    height: 100%;
}

#main-right{
    display: flex;
    flex-direction: column;
    flex:1;
    height: 100%;
}

.main-right-top{
    position: relative;
    z-index: 1009;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 68px;
    padding-right: 30px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.main-right-bottom{
    flex:1;
    overflow-y: auto;
    /* overflow: hidden; */
}


/* 左侧导航布局  */
.sidebar{
    display: flex;
    height: 100%;
}

.sidebar-1{
    display: flex;
    flex-direction: column;
    /* width: 100px; */
    width: 120px;
    height: 100%;
    background: #000;
}


.sidebar-2{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 68px;
    width: 136px;
    height: 100%;
    overflow: hidden;
}

.sidebar-2:before{
    content:"";
    position: absolute;
    left: 0;
    top: 67px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-2:after{
    content:"";
    position: absolute;
    right: 0;
    top: 68px;
    bottom: 0;
    width: 1px;
    background: #eee;
}

.sidebar-2 .sidebar-content{
    flex:1;
    overflow-y: auto;
    padding: 0 11px;
}

.sidebar-1 .nav-box::-webkit-scrollbar,
.sidebar-2 .sidebar-content::-webkit-scrollbar  {
    display: none;
}

.nav-box{
    flex: 1;
    overflow-y: auto;
    padding: 10px 0 80px;
}

.sidebar .nav-item.active .nav-item-name,
.sidebar .nav-item:hover .nav-item-name,
.sidebar .nav-item.active .nav-icon,
.sidebar .nav-item:hover .nav-icon{
    color:#3678F2;
}

/* .sidebar .active .nav-item-icon,
.sidebar .nav-item:hover .nav-item-icon{
    background: #3678F2;
} */

.nav-item-bg{
    position: absolute;
    left: 10px;
    top: 7px;
    bottom: 7px;
    right: 0;
    border-radius: 10px 0px 0px 10px;
    background: #fff;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

.sidebar .active .nav-item-bg{
    opacity: 1;
}

.nav-item-icon,
.nav-item-name,
.nav-icon{
    position: relative;
    z-index: 3;
}

.nav-icon{
    margin-right: 8px;
    color:#fff;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.nav-item-bg span{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    right: 0;
}

.nav-item-bg .top{
    bottom: 100%;
}

.nav-item-bg .bottom{
    top: 100%;
    border-top: 0;
}

.nav-item-bg span:after{
    content:"";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.nav-item-bg span.top:after{
    top: 0;
    border-radius: 0 0px 8px 0;
}

.nav-item-bg span.bottom:after{
    bottom: 0;
    border-radius:0 8px 0 0;
}

.main-top-menu{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.main-top-menu img{
    display: block;
    margin-bottom: 4px;
    width: auto;
    height: 18px;
}

.main-top-menu span{
    font-size: 12px;
    color:#333;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.main-right-top .messages{
    margin-left: 20px;
}

.main-right-top .messagesBtn{
    display: flex;
    align-items: center;
}

.main-right-top .messagesBtn img{
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.main-right-top .messagesBtn .con{
    width: 65px;
    overflow: hidden;
}

.main-right-top .messagesBtn span,
.main-right-top .messagesBtn p{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.main-right-top .messagesBtn span{
    padding-bottom: 2px;
    color:#333;
    font-size: 13px;
}

.main-right-top .messagesBtn p{
    color:#666;
    font-size: 12px;
}

.main-right-top .messagesBtn.dropdown-toggle::after{
    border-color:#000;
}

.main-top-menu .totalNum{
    position: absolute;
    top: 0px;
    right: 18px;
    width: 4px;
    height: 4px;
    background: #FF0000;
    border-radius: 50%;
    font-size: 0;
}

.main-right-top .btn-group{
    padding: 10px 0;
}

.main-right-top .messages .dropdown-menu::after{
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    right: auto;
    left: 50%;
}

.main-top-menu:hover span{
    color:#3678F2;
}

/* 公用消息通知框 */
#model-notice .modal-dialog{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin:0;
    max-width: 470px;
    width: 100%;
}

#model-notice .modal-header{
    padding: 0;
    display: block;
    line-height: 1.5;
    height: auto;
}

#model-notice .modal-header-hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 15px 0;
}

.model-notice-title{
    display: flex;
    align-items: flex-end;
}

.model-notice-title h3{
    font-size: 16px;
    color:#333;
}

.model-notice-title a{
    margin-left: 26px;
    color:#666;
    font-size: 12px;
}

.model-notice-title a:hover{
    color:#3678F2;
}

#model-notice .modal-content{
    height: 100%;
}

#model-notice .modal-body{
    flex:1;
    overflow-y: auto;
    padding:15px 0;
}

#model-notice .m-tabs .item a{
    min-width: 64px;
}

.model-notice-list a{
    display: flex;
    align-items: center;
    padding:13px 24px;
    border-bottom: 1px solid #F5F6F8;
}


.model-notice-list .img{
    margin-right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #3678F2;
}

.model-notice-list .con{
    flex:1;
    overflow: hidden;
}

.model-notice-list .name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model-notice-list .name h3{
    font-size: 14px;
    color:#333;
}

.model-notice-list .time{
    font-size: 12px;
    color:#999;
}

.model-notice-list .name h3,
.model-notice-list .time{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.model-notice-list .name .tag{
    padding: 1px 7px;
    font-size: 12px;
    color:#32C325;
    border-radius: 32px;
    background: #E8F9E8;
}

.model-notice-list a:hover .name h3{
    color:#1890ff;
}


/* 供货商页面样式调整 */
.main-right-top2{
    padding-right: 0;
}

.main-right-top2 .messages{
    padding: 0;
    border-left: 1px solid #eee;
}

.main-right-top2 .messages .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 61px;
    padding: 0 5px;
    height: 68px;
    color:#333;
}

.main-right-top2 .messages .dropdown-menu::after{
    right: 6%;
    left: auto;
}


.modal .panel-body{
    padding: 1rem;
    white-space: normal;
}



/*
    暂时保留
*/
.panel .panel-header {
    padding: 1rem;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}