/*外围容器*/

.bo_contaniner {
    min-width: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1f1f9;
    overflow: hidden;
}


/* 促销数量 */

.promotion_number {
    width: 100px!important;
}


/* 小组件 */

.min_w100 {
    min-width: 100px;
    display: inline-block;
}

.cl_3 {
    color: #333;
}

.cl_blue {
    color: #3679c1;
}

.bo_right tbody tr td {
    /* overflow: initial!important;
    white-space: normal!important;
    word-break: break-all!important; */
}

.icon-bangzhu{
    cursor: pointer;
}

/*头部*/

.w_menu_wrap {
    display: flex;
    height: 36px;
    line-height: 36px;
}

.w_menu_wrap .w_menu_left {
    width: 80px;
}

.w_menu_wrap ul {
    flex: 1;
}

.w_menu_wrap ul li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.w_menu_wrap ul li.active{
    background: #f1f1f1;
    color: #000;
}

.nav-logo {
    max-width: 300px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
}


.nav-logo_r {
    max-width: 350px;
    height: 50px;
    position: relative;
    top: -22px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 10px;
}

.navBar-act {
    /* min-height: 80px; */
}

.navbar-right {
    /* padding: 25px; */
    font-size: 16px;
}

.navbar-right i {
    margin-right: 10px;
}

.bs-docs-nav {
    color: #fff;
    background: #425061;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);    4489d4
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1); */
}

.bs-docs-nav img {
    width: 100%;
    height: 100%;
}

.bs-docs-nav .navbar-collapse {
    border-color: #463265;
}

.bs-docs-nav .navbar-brand {
    color: #fff;
    line-height: 50px;
}

.bs-docs-nav .navbar-nav>li>a {
    color: #fff;
}

.bs-docs-nav .navbar-toggle {
    border-color: #563d7c;
}


/*内容*/

.bs-docs-container {
    margin-top: 100px;
}


/* 遮罩层 */

.z-setting {
    width: 100%;
    height: 100%;
    z-index: 109;
    position: absolute;
    top: 0;
    left: 0
}

.z-setting>div:nth-child(1) {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0
}

.z-setting>div:nth-child(2) {
    width: 360px;
    height: 400px;
    background: #fff;
    font-size: 14px;
    margin-top: -180px;
    margin-left: -150px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
}

.z-setting>div:nth-child(2) i {
    color: #6d6a6a;
    font-size: 12px;
}

.z-setting h2 {
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    background: #326ea5;
}

.z-set_content {
    width: 103%;
    max-height: 310px;
    padding: 0 0 0px 20px;
    overflow-y: auto;
}

.z-set_content p {
    margin: 5px 0;
}

.j_setBtn {
    width: 87%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #326ea5;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: -4px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/*退出系统样式*/

.bo_Options .safe_center {
    line-height: 1.5;
    position: absolute;
    right: 15px;
    top: 28px;
}

.bo_Options .safe_center .btn {
    border: none;
}

.bo_Options .safe_center .dropdown-menu-right {
    right: 0;
    left: auto;
    min-width: auto;
    text-align: right;
    overflow: hidden;
}

.dropdown-menu.dropdown-menu-right>li>a {}


/*左部*/

.bo_left {
    height: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: width ease 0.3s;
    -moz-transition: width ease 0.3s;
    -ms-transition: width ease 0.3s;
}

.left_menu {
    width: 105%;
    height: 100%;
    overflow-y: auto;
}

.left_menu>ul {
    min-height: 600px;
    max-height: 900px;
    overflow-y: auto;
    z-index: 101;
    padding-bottom: 30px;
    overflow-y: auto;
}

.bo_left .has-children ul {
    background: #fff;
    border: 1px solid #dfe0ea;
}

.bo_left .has-children li {
    padding: 0 15px;
    padding-top: 2px;
}


/*footer*/

.bo_footer {
    width: 100%;
    height: 45px;
    color: #41414a;
    text-align: center;
    z-index: 102;
    padding-top: 5px;
}

.bo_footer .f-p {
    text-align: center;
    line-height: 45px;
    font-size: 10px;
    font-family: "微软雅黑";
    margin: 0!important;
}

.bo_footer .f-p span {
    margin: 0 10px;
}


/*右侧内容块*/

.bo_right {
    min-height: 600px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: left ease 0.3s;
    -moz-transition: left ease 0.3s;
    -ms-transition: left ease 0.3s;
}

.bo_right textarea {
    resize: none;
}

.bo_right .content {
    padding-bottom: 100px;
}

.fixed_foot {
    position: fixed;
    left: 110px;
    display: flex;
    justify-content: center;
    right: 10px;
    bottom: 0px;
    border: 1px solid #666;
    background-color: #ccc;
    padding: 10px;
    z-index: 999;
}

.fixed_foot button {
    margin-right: 15px;
}

.export {
    text-align: left;
    margin-left: 10px;
    margin-top: -55px;
}


/* tabel */

.bo_tab {
    margin-left: 10px;
}

.bo_tab li {
    width: 32%;
    height: 60px;
    background: #e3e3e3;
    margin-right: 1%;
    margin-top: 20px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #6c797f;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bo_tab li.active {
    background: #5ea4fb;
    color: #fff;
}

.bo_change .k-b-gys,
.bo_change .k-b-sm {
    display: none;
}


/*面包屑导航*/

.breadcrumb_right {
    position: absolute;
    top: 9px;
    right: 10px;
}

.breadcrumb_right a,
.breadcrumb_right a:hover,
.btn a,
.btn a:hover {
    text-decoration: none;
    color: #fff;
}

.btn.activeBtn {
    line-height: 1;
    font-size: 14px;
}


/**========= 左侧收起时布局 ========**/


/*左侧*/

.bo_contaniner.fold .bo_left {
    width: 46px;
}

.bo_contaniner.fold .bo_right {
    left: 51px;
}

.bo_contaniner.fold .bo_breadcrumb {
    left: 51px;
}

.el-dialog--large {
    width: 80%!important;
}

.ckForm .select2 {
    width: 200px!important;
}


/*菜单样式*/

.bo_contaniner.fold .w_side_menu .icon-angle-right,
.bo_contaniner.fold .w_side_menu .icon-angle-left {
    display: none;
}

.bo_contaniner.fold .w_side_menu .module>a {
    position: relative;
}

.bo_contaniner.fold .w_side_menu .module .name {
    position: absolute;
    left: -100px;
    top: 6px;
    /* display: none; */
    white-space: nowrap;
    background: #84B6BB;
    background: rgba(132, 182, 187, 0.7);
    width: 72px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 32px;
    line-height: 32px;
}

.bo_contaniner.fold .w_side_menu .module>a:hover .name {
    /* display: inline-block; */
    left: 55px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.bo_contaniner.fold .w_side_menu .module .name:after {
    position: absolute;
    content: "\f0d9";
    font-family: FontAwesome;
    left: -7px;
    font-size: 20px;
    color: #84B6BB;
    color: rgba(132, 182, 187, 0.7);
}

.bo_contaniner.fold .w_side_menu .switch {
    -webkit-transition: left ease 0.3s;
    -moz-transition: left ease 0.3s;
    -ms-transition: left ease 0.3s;
    left: 46px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3), 2px 0px 10px rgba(0, 0, 0, 0.3), 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.bo_contaniner.fold .w_side_menu .switch .before {
    display: none;
}

.bo_contaniner.fold .w_side_menu .switch .after {
    display: inline;
}

.bo_contaniner.fold .w_side_menu ul>li.active:not(.end-li) {
    border-bottom: 1px solid #555;
}


/*左侧子菜单样式*/

.cd-accordion-menu input[type=checkbox] {
    /* hide native checkbox  */
    position: absolute;
    opacity: 0;
}

.cd-accordion-menu label,
.cd-accordion-menu span {
    position: relative;
    display: block;
    padding: 28px 16px;
    color: #fff;
    margin-bottom: 0px;
    cursor: pointer;
}

.cd-accordion-menu label {
    font-size: 15px;
    color: #393737;
    border-bottom: 1px solid #dfe0ea;
    box-shadow: 0 1px 5px #fff;
}

.cd-accordion-menu label.active,
.cd-accordion-menu label:hover {
    color: #3679c1;
}

.cd-accordion-menu label i {
    position: absolute;
    left: 86%;
    font-size: 16px;
}

.cd-accordion-menu ul li>a {
    border-bottom: 1px solid #dfe0ea;
    margin-bottom: 10px;
    /* padding:10px 0 8px 0; */
    font-size: 16px;
    text-align: left;
    width: 100%;
    color: #3679c1;
}

.cd-accordion-menu ul li>a:hover {
    background: #fff;
    text-decoration: none;
    color: #004080;
}

.cd-accordion-menu .menu_a {
    color: #929292;
    line-height: 2;
    display: inline-block;
    font-size: 12px;
    margin-left: 30px;
}

.cd-accordion-menu a {
    color: #929292;
    line-height: 2;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}

.cd-accordion-menu a:hover {
    background: #61729e;
    color: #fff;
    text-decoration: none;
}


/*分页*/

.paging {
    margin: 20px auto;
    position: relative;
    font-size: 14px;
}

.paging>ul>li>a {
    font-size: 14px;
}

.pull-right {
    margin-top: 24px;
}

#pagination_right {
    position: absolute;
    right: 10%;
    top: 25px;
}

#kkpager {
    clear: both;
    color: #999;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
}

#kkpager a {
    float: left;
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
}

#kkpager span.disabled {
    float: left;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
}

#kkpager span.curr {
    float: left;
    border: 1px solid #31ACE2;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #F0FDFF;
    color: #31ACE2;
}

#kkpager a:hover {
    border: 1px solid #31ACE2;
    background-color: #31ACE2;
    color: #fff;
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
    position: relative;
    left: 0px;
    top: 0px;
}

#kkpager_btn_go {
    width: 44px;
    height: 18px;
    border: 0px;
    overflow: hidden;
    line-height: 140%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    background-color: #31ACE2;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: -2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

#kkpager_btn_go_input {
    width: 36px;
    height: 22px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #DFDFDF;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0px;
    top: 0px;
    outline: none;
}

#kkpager_btn_go_input.focus {
    border-color: #31ACE2;
}

#kkpager .pageBtnWrap {
    float: left;
}

#kkpager .infoTextAndGoPageBtnWrap {
    float: right;
}

#kkpager .spanDot {
    float: left;
    margin-right: 5px;
}

#kkpager .currPageNum {
    color: #FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap {
    padding-top: 5px;
}


/*去掉谷歌自带的默认输入框背景*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*组件样式，以w_ 开头*/

.w_autosuggest span.select2-container {
    width: auto;
}


/*文本类*/

.tx_red {
    color: #f20;
}

.dis_in_bl {
    display: inline-block!important;
}

.input_key .icon-asterisk {
    font-size: 10px;
}

.w_select_box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}


/*按钮样式*/

.btn-sm {
    margin-bottom: 4px!important;
}


/*自定义弹框*/

.txt {
    width: 280px;
    height: 100px;
    margin: 10px;
    resize: none;
    color: #999;
    text-indent: 5px;
}


/* 修改价格 */

.revisedPrice {
    margin-left: -290px;
}


/* 查看 */

.zz_ck {
    margin-bottom: 5px;
}

.sptj_title {
    width: 100%;
    padding: 10px 10px;
    background: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
}


/* 导出表格 */

.bo_excl {
    min-width: 21.5rem;
    margin: 0 auto;
}

.bo_excl .cont_tr {
    width: 33%;
    max-height: 77px;
    overflow: hidden;
}

.bo_excl .cont_tr img {
    max-width: 248px;
    height: 50px;
}

.bo_excl thead tr {}

.bo_excl thead tr th {
    font-size: .5rem;
    vertical-align: middle!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bo_excl tbody tr {
    height: .75rem;
    vertical-align: middle!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bo_excl tbody tr.tx_40 {
    height: 1rem;
}

.bo_excl tbody tr.tx_45 {
    height: 1.25rem;
}

.btn-success,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff!important;
    background-color: #3071a9!important;
    border-color: #285e8e!important;
}

.nav-pills>li {
    float: left;
    width: 228px;
    text-align: center;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px!important;
}

.nav-pills>li>a {
    border-radius: initial!important;
}

.nav-pills>li>a.activ {
    border-radius: 6px!important;
}

/*
#parent_354 .content {
    top: -100px;
}

#parent_52 .content {
    top: -50px;
}
*/

.ztree li a:hover {
    color: red;
}

.btn_permission.hide_btn {
    display: none;
}

.navbar-right li.headerNavItem{
    display: flex;
    align-items: center;
}

.headerNavItem img{
    width: 18px;
    height: auto;
    margin-right:5px;
    cursor: pointer;
}

.el-radio-button--small .el-radio-button__inner{
	border-radius: 5px!important;
	border: 1px solid #bfcbd9!important;
}

.el-radio-button, .el-radio-button__inner{
	    margin-right: 10px;
}

.modal-backdrop{
    z-index: 9999!important;
}

.bootbox{
    z-index: 99999!important;
}