.el-tree-node__expand-iconhtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}
/*所有的label与span字体样式都为12px*/
label,span,input{
    font-size: 12px!important;
    font-family: "PingFang SC","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.ztree *{
    font-family: "PingFang SC","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
}
input::-webkit-input-placeholder{
    font-size: 12px!important;
    color: #ABAAB3!important;
}
input::-moz-placeholder{
    font-size: 12px!important;
    color: #ABAAB3!important;
}
input:-ms-input-placeholder{
    font-size: 12px!important;
    color: #ABAAB3!important;
}
input:-moz-placeholder{
    font-size: 12px!important;
    color: #ABAAB3!important;
}
img{
	border: 0;
}
a {
    color: #20a0ff;
    text-decoration: none;

}
ol, ul {
	list-style: none;
}
html,body{
    width: 100%;
	height: 100%;
}
body {
    font-size: 12px;
    font-family: "PingFang SC","Microsoft YaHei","微软雅黑",Arial,sans-serif;

	line-height: 1;
	background-color: rgb(243,243,243)
}
* {
 -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.el-message{
    z-index: 9999!important;
    max-width: 1400px;
}
.el-button--warning {
    color: #fff;
    background-color: #EF8700 !important;
    border-color: #EF8700 !important;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgb(191, 203, 217);
    color: rgb(31, 45, 61);
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
}

#app .el-table {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border:0px!important;
    font-size: 12px;
    color: rgb(31, 45, 61);
}

#app .el-breadcrumb__item__inner:hover{
    cursor: default;
    color: #48576a;
}
#app .el-breadcrumb{
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
}
.bread_Toptitle{
    line-height:46px;
    display:inline-block;
    vertical-align:middle
}

 .el-table::before{
    background-color: #F7F7F7 !important;
}
.el-table .cell{
    text-align: left;
}
.el-table::after{
    width: 0px!important;
}
.el-table th {
    overflow: hidden;
    background-color:#F3F8FF !important;
    text-align: left;
    color: #2D2B33!important;
}
.el-table th div{
   color: #2D2B33!important ;
}

.el-table td, .el-table th {
    height: 36px !important;
    min-width: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.tree_filter_input{
    height: 30px;
}
.el-table td{
    height:36px !important;
    color: #696773;
}
.el-table__fixed-header-wrapper thead div, .el-table__header-wrapper thead div {
    color: rgb(31, 45, 61);
    background-color:#F3F8FF!important;
}
.el-message-box__close{
       display: inline-block;
    position: absolute;
     width: 20px !important;
    height: 20px !important;
    top: 0px !important;
    right: 20px !important;
    color: #999;
    cursor: pointer;
    line-height: 20px!important;
    text-align: center;
    background: #F05050 !important;
    border-radius: 100%!important;
    margin-top: 7px;
    padding: 0px!important;
    font-family: PingFangSC-Medium !important;
    font-size: 12px!important;
}
.el-message-box__close.el-icon-close{
    color: #fff!important;
}
.el-dialog__header,.el-message-box__header  {
	height: 46px;
	line-height: 46px;
	padding: 0px 0px 0px 15px !important;
	background: #6B8FB3;
   /*  box-shadow: 0 1px 0 0 #E8E8E8; */
}
.el-dialog__title,.el-message-box__title {

	font-family: PingFangSC-Medium !important;
	font-size: 14px!important;
	color: #fff!important;
	font-weight: normal!important;

}
.el-dialog__headerbtn{
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F05050;
    border-radius: 100%;
    margin-top: 12px;
    margin-right: 15px;
}
.el-dialog__close{
    cursor: pointer;
    color: #fff !important;
}
.el-dialog__footer{
	height: 46px;
	background:#F3F8FF;
    box-shadow: 0 -1px 0 0 #E8E8E8;
    padding:0px 15px!important;
    line-height: 46px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;

}
.el-message-box .el-message-box__btns {
    background: #F4F4F4;
    box-shadow: 0 -1px 0 0 #E8E8E8;
    padding:10px;
}
.el-message-box__input .el-input__inner{
    border:1px solid #E2E1E6!important;
}
.el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 0!important;
    box-sizing: border-box;
    color: #696773!important;
    display: block;
    font-size: inherit;
    outline: 0;
    height: 27px !important;
    padding-left: 31px ;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.cell_number_reset .el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 0!important;
    box-sizing: border-box;
    color: #696773!important;
    display: block;
    font-size: inherit;
    outline: 0;
    height: 27px !important;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    text-align: right;
}

.count_input_reset .el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border:1px solid #E2E1E6!important;
    box-sizing: border-box;
    color: #696773!important;
    display: block;
    font-size: inherit;
    outline: 0;
    height: 27px !important;
    padding: 0!important;
    text-align: right;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.custom_price div.el-input{
    width: 85%!important;
}

.custom_price .el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #696773!important;
    display: block;
    font-size: inherit;
    outline: 0;
    height: 27px !important;
    padding: 0;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    text-align: right;
    border: 1px solid #E2E1E6!important;
}

.cell_number_reset .el-input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 0!important;
    box-sizing: border-box;
    color: #696773!important;
    display: block;
    font-size: inherit;
    outline: 0;
    height: 27px !important;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%!important;
    text-align: right;
}

.el-dialog__body .el-form--inline .el-form-item{
    width: 275px !important;
}

.el-form-item {
    margin-bottom: 15px!important;
    border: 1px solid #E2E1E6;
    border-radius: 4px;
}

.el-form-item__label {
    text-align: left!important;
    vertical-align: middle;
    float: left;
    font-size: 12px !important;
    color:#696773!important;
    min-height: 30px!important;
    line-height: 30px!important;
    padding: 0!important;
    padding-left:  9.1px !important;
    box-sizing: border-box;
    background-color: #fafafa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right:1px solid #E2E1E6;
    position: relative;
}
.el-form-item__content {
    line-height: 28px !important;
    position: relative;
    font-size: 14px;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #EF8700 !important;
    border-color: #EF8700 !important;
    box-shadow: -1px 0 0 0 #EF8700 !important;
}

.pag_wrap{
    padding-top: 20px;
    height: 50px;
}
.pag_wrap .el-pagination{
    float: right;
    /* color: #EF8700; */
}

.confirm_btn{
   color: #fff;
       background-color: #f7ba2a!important;
    border-color: #f7ba2a!important;

}
.el-table th>.cell{
    width: auto!important;
}

textarea{
    border: 0!important;
    resize:none!important;
}
.tree_filter {
    width: 225px!important;
    height: 30px;
    margin-bottom: 15px;
    position: relative;

}

.treeExpand{
    display: inline-block;
    vertical-align: middle;
    height: inherit;
    margin-top: -2px;
    position: relative;
}

.tree_addicon{
    position: absolute;
    left: -50px;
    top:12px;


    cursor: pointer;
    width: 0;
    height: 0;
    margin-left: 10px;
    border: 6px solid transparent;
    border-right-width: 0;
    border-left-color: #97a8be;
    border-left-width: 7px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform .3s ease-in-out;
}
.treeExpand .expanded {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tree_orgaddicon{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 0;
    height: 0;
    margin-left: 10px;
    border: 6px solid transparent;
    border-right-width: 0;
    border-left-color: #97a8be;
    border-left-width: 7px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform .3s ease-in-out;
}

.el-tree{
    border:0 !important;
}
.el-tree-node__content {
    line-height: 36px!important;
    height: 38px!important;
    cursor: pointer;
    color:  #2D2B33;
    position: relative;
}

.el-tree-node>.el-tree-node__children{
    overflow: visible!important;
    background-color: transparent;
    margin-left: 15px;
}

/* .org_tree .el-tree-node__content {
        line-height: 36px;
        height: 36px;
        cursor: pointer;
        padding-left: 0px!important;
}
.org_tree .el-tree-node>.el-tree-node__children{
    overflow: visible;
    background-color: transparent;
    margin-left: 15px;
} */
.more_img{
    width: 10px;
    height: 10px;
}
.tree_state{
    float: right;
    position: absolute;
    right: 10px;
}

.noborder{
    border: 0!important;
}
.btn_left_wrap{
    display: block!important;
    text-align: left!important;
}
.btn_left_wrap button{
    margin-bottom: 15px;
}
.btn_left_wrap .el-form-item__content{
    margin-left: 0!important;
}
/*按钮样式*/
.el-button{
    box-sizing: border-box;
    padding: 7px 11px 7px 10px!important;
}
.el-button--mini {
    padding: 4px !important;
}
.dialog-footer .el-button, .el-message-box__btns .el-button {
    padding-right: 10px !important;
}

.el-form--inline .el-form-item{
    /* width: 262px !important; */
     display: inline-block;

    vertical-align: top;
    font-size: 12px;
}

.el-form--inline .el-form-item__label {
    text-align: right;
    vertical-align: middle;
     display: block !important;
    float: left !important;
    font-size: 14px;
    color: #48576a;
    line-height: 1;
    padding: 11px 12px 11px 0;
    box-sizing: border-box;
     width:100px!important;


}
.el-dialog__body .el-form-item__label{
   width:100px!important;
}
.el-form--inline .el-form-item__content {
        border: 1px solid transparent;
        display:block !important;
        vertical-align: top;
        margin-left:100px !important;
        box-sizing:border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box;

/*     overflow: hidden;*/
}


.el-form--inline .textarea{
    width: 654px !important;
    height: 60px;
}


.el-tab-pane{
    padding: 15px!important;
    box-sizing: border-box;
}
.el-tabs__header{
    margin: 0!important;
   /* height: 46px;*/
}
.el-tabs{
    height: 46px!important;
    background-color:  #fff;
    /* margin-left: 15px; */ /* 这个样式意义不明 */
}
/* .el-tabs__content{
    height: 0px;
} */
.el-tabs__active-bar{
    margin-left: 15px;
}
/* 采购业务tab*/
.merchant .el-tabs__active-bar {
    margin-left: 0px!important;
}
/*.el-dialog--small {
    width: auto!important;
}*/
.el-message-box__header  .el-icon-close{
    margin-top: -2px;
    margin-right: -20px;
}
/*时间选择器*/
.el-date-editor--datetime .el-input__inner{
    width:90%
}
.el-popover{
    height: 350px;
    overflow: auto;
}

.el-dialog__body{
    box-sizing: border-box;
    padding: 13px !important;
    overflow: auto;
    height: 508px;
    background: #fff;
}
/*tab样式*/
.router-link-exact-active,.childactive{
    color: #50AFFF!important;
    background-color: #fff!important;
}
.router-link-exact-active+.tab_close:hover,.childactive+.tab_close:hover{
    background:url("https://retails-cdn.vivo.xyz/static/image/clean_a.png")no-repeat !important ;
    background-size: cover!important;
    width: 12px;
    height: 12px;
}
.router-link-exact-active+.tab_close+.tab_right_img,.childactive+.tab_close+.tab_right_img{
    background:url("https://retails-cdn.vivo.xyz/static/image/btn_b_01_a.png")no-repeat  ;
    background-size: cover!important;
}
/*.menu_wrap ul{
    background-color: #f7f7f7;
}*/

.el-dialog__close:before{
    content: ""!important;
}
.el-dialog__close{
    background-image:url("https://retails-cdn.vivo.xyz/static/image/symbols-ic-del_red.png")!important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
 .el-tabs__item{
    margin-left: 0px!important;
}
/*开关按钮*/
.el-switch__core{
    border-radius: 3px!important;
}
.el-switch__core .el-switch__button{
    border-radius: 3px!important;
    width:20px!important;
    height: 20px!important;
    top: -2px!important;
    left: -2px!important;
}
.el-switch__label *{
/*    font-size: 8px!important;*/
    color: #fff!important;
}
.el-switch--wide .el-switch__label.el-switch__label--left span{
    left: 2px!important;
}
.el-switch--wide .el-switch__label.el-switch__label--right span{
    right: 2px!important;
}
.el-textarea{
    /* height: 60px!important; */
    display: block!important;
}
/* .el-textarea__inner{
    height: 60px;
} */
.el-select{
    width: 100%;
}

.loginform .el-form-item {
     width: 100% !important;
}
#app .el-textarea__inner{
    font-size: 12px;
    color: #696773;
    font-family: PingFang SC;
    padding: 5px 7px 0 7px;

}
#app .el-textarea.is-disabled .el-textarea__inner{
    background-color: #f4f4f4;
}
.prop>label:before{
    color: red;
    content: '*';
    position: absolute;
    left: 2px;
}
.el-message-box__headerbtn{
    width: 20px;
    height: 20px;
}
.custom_tree .el-tree-node__expand-icon{
        cursor: pointer;
    width:14px !important;
    height:14px !important;
    margin-left: 10px;
    border:none!important;
     -ms-transform: none!important;
    transform: none!important;
     -ms-transition: none!important;
    transition: none!important;
    background: url("https://retails-cdn.vivo.xyz/static/image/tree_expand.png") no-repeat center;
    background-size: 14px 14px;

}
.custom_tree .el-tree-node__expand-icon.expanded {

     -ms-transform: none!important;
    transform: none!important;
     background: url("https://retails-cdn.vivo.xyz/static/image/tree_expaned.png") no-repeat center;
      background-size: 14px 14px;
}
.custom_tree .el-tree-node__expand-icon.is-leaf{
    background: none!important;
}
.el-tree-node__content>.el-tree-node__expand-icon{
    margin-right: 5px!important;
    margin-top: -1px;
}

.el-tree-node__content:hover{
    background: none !important;
     color:#20a1ff;
     /* background-color: #F3F8FF!important; */
}
.el-tree-node.is-expanded .el-checkbox__inner{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.el-tree-node.is-expanded .el-checkbox{
    margin: 0px 5px;
}


#app .el-checkbox__inner{
    border-color: #E2E1E6;
}
#app .el-checkbox__inner:hover{
    border-color: #2693FF;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
   background: none!important;

}
.original-tree.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content .el-tree-node__label,
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .ftree_label{
   color: #20a1ff!important;
   font-weight: bold;
}
.el-input__icon.el-icon-date{
    color: #ABAAB3;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
    background-color: #f7f7f7!important;
    color: #48576a!important;
}
.el-select-dropdown__item.selected{
    background-color: #f7f7f7!important;
    color: #48576a!important;
}
.el-input.is-disabled .el-input__inner{
    background-color: #f4f4f4!important;
}
.el-input{
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.disable .el-input{
    background-color: #f4f4f4;
}
/*.el-switch__core{
    width: 60px!important;
    height: 24px!important;
}*/
/*.el-switch__label{
    width: 60px!important;
}*/
.el-form-item .el-switch{
    margin-left: 8px;
}
.el-form-item .el-input__inner{
    padding: 3px 8px!important;
}

.editprice_table .el-form-item .el-input__inner{
    text-align: right!important;
    padding: 0!important;
}

.el-form-item .el-checkbox{
    margin-left: 8px;
}
.search_wrap .el-form-item__content .el-select .el-input__inner{
    margin-bottom: 0px;
}
/*.el-table--enable-row-hover .el-table__body tr:hover>td{
    border-bottom: 1px solid #2693FF;
}*/
.el-table td{
    border-bottom: 1px solid #E2E1E6!important;
}
#app .el-form-item.text_area .el-form-item__label{
    min-height: 58px!important;
}
#app .el-form-item.add_service .el-form-item__label{
    height: 150px!important;
}
.el-dialog .treeExpand{
    height: unset;
}
.el-tree-node__content>.el-checkbox{
    vertical-align: 0px!important;
}
.el-dialog{
    top: 50%!important;
    width: 900px!important;
    margin-left: -450px;
    height: 600px;
    position: relative;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    overflow: hidden;

}
.addtype .el-dialog{
    top: 50%!important;
    width: 600px!important;
    margin-left: -300px;
    height: 200px;
    position: relative;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    overflow: hidden;
}
.uploadpop .el-dialog{
    width: 450px!important;height: 400px;margin-left: -225px;
   }
.auditlist .el-dialog {
    width: 1150px!important;
    margin-left: -575px !important;
  }
.approver .el-dialog {
    width: 400px!important;
    height: 300px;
    margin-left: -200px;
  }
.el-tabs__header{
    background-color: #fff!important;
}
.el-form-item.is-required .el-form-item__label:before{
    position: absolute;
    left: 2px;
}
.el-button .el-icon-plus:before{
    /*-webkit-transform: scale(.86);
    -moz-transform: scale(.86);
    -o-transform: scale(.86);
    transform: scale(.86);*/
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_btn01.png");
    background-size: cover;
    vertical-align: middle;
}
.el-table td{
    border-bottom:0px!important;
    box-shadow:  inset 0 -1px 0 0 #F4F4F4;
}
.el-table th.is-leaf{
    border-bottom:0px!important;
    box-shadow:  inset 0 -1px 0 0 #E9EFF5;
}
.el-form.demo-form-inline.el-form--inline{
    font-size: 0;
}
.el-icon-search{
    font-size: 12px!important;
}

/*滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #fff;

}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #f7f7f7;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
    background-color: #E2E1E6;
}

/** switch开关开启状态颜色 start **/
.el-switch.is-checked span.el-switch__core {
    border-color: #a0cfff;
    background-color: #a0cfff;
}
/** switch开关开启状态颜色 end **/


/* 重置tabs结构样式为原本样式 start； 临时方案，后期应该把tabs结构改回正常结构 */
.original-tabs {
    height: auto !important;
}
.original-tabs .el-tabs__content{
    height: auto;
}
.original-tabs .el-tabs__active-bar{
    margin-left: 0;
}
.original-tabs .el-tab-pane {
    padding: 10px 0px !important
}
.original-tabs.out-pane-tabs .el-tab-pane {
    padding: 0px !important
}
/* 重置tabs结构样式为原本样式 end */

.lazy_tree .el-tree-node__expand-icon{
   display: none !important;
}
.lazy_tree .expanded_icon {
     display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 14px !important;
    height: 14px !important;
    margin-left: 10px;
    border: none!important;
    -ms-transform: none!important;
    transform: none!important;
    -ms-transition: none!important;
    transition: none!important;

}
.lazy_tree .expanded {

    background: url("https://retails-cdn.vivo.xyz/static/image/tree_expand.png") no-repeat center;
    background-size: 14px 14px;
}
.lazy_tree .noexpanded {

    background: url("https://retails-cdn.vivo.xyz/static/image/tree_expaned.png") no-repeat center;
    background-size: 14px 14px;
}
.lazy_tree .nodeisLeaf {
     background:none;
}

.el-table--enable-row-hover .el-table__body tr:hover>td{
     background-color:#FAFAFA!important;
}
.el-table tr:hover{
    background-color:#FAFAFA!important;
}

/* 默认按钮样式重置 start  */
.el-button.el-button--default {
    border-color: #E2E1E6;
    color: #696773;
}
.el-button--default.el-button--primary {
    color: #fff;
    background-color: #20a0ff;
    border-color: #20a0ff;
}
/* 默认按钮样式重置 end  */
.el-textarea__inner{
    width: 100%!important;
}
/*多选下拉框*/
.el-select__tags{
    height: 30px;
}
.el-loading-mask{
    background-color:rgba(255,255,255,.4) !important;
}
.el-dialog{
    z-index: 99999;
}
/*上传文件*/
.el-upload-list__item{
    box-shadow: inset 0 -1px 0 0 #F4F4F4;
    height: 36px;
    line-height: 36px!important;
}
.el-tabs__item span{
    font-size: 14px!important;
}
.el-tabs__nav .el-tabs__item {

    color: #2D2B33;

}
.empty_table .el-table__empty-block {
    position: relative;
    text-align: center;
    width: 100%;
}
.date_long_input.el-form-item{
    width: 400px!important;
}
.response_wrap .el-form--inline .el-form-item {
    display: block;
    width: 100%!important;
    height: 32px;
}
/*重置复选框*/
.el-select-dropdown.is-multiple .el-select-dropdown__item {
    white-space: normal; /* 处理Firefox上多选下拉显示异常 */
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{
    display: inline-block;
    float: left;
    position: relative;
    border: 1px solid #bfcbd9;
    border-radius: 4px;
    box-sizing: border-box;
    width: 18px;
    margin-top: 3px;
    height: 18px;
    margin-right: 10px;
    background-color: #20a0ff;
    z-index: 1;
    color: #fff;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    border-color: #E2E1E6;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item::after{
    content: "";
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    border: 1px solid #bfcbd9;
    border-radius: 4px;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background-color: #fff;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.mulselect_close{
    position: relative;
    float: right;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: #fff;
    margin-top: -20px;
    z-index: 999!important;
    cursor: pointer;
    display: none;
}
.el-form-item__content:hover .mulselect_close {
    display: block;
}
/*
.select_more .el-select__tags {
    white-space: nowrap!important;
}
.select_more .el-tag .el-icon-close{
    display: none;
}
.select_more .el-tag--primary {
    background-color:unset!important;
    border-color: unset!important;
    color: #696773!important;
    border: 0px!important;
    padding: 0px!important;
}
.select_more .el-tag--primary::after {
    content: ',';
}
.select_more .el-tag--primary:last-child::after {
    content: '';
} */


/* 全局表格样式重置 start */
#app .el-table .cell,
#app .el-table th>div {
    padding-left: 8px;
    padding-right: 8px;
}
#app .el-table .el-table__footer-wrapper .el-table__footer td.right-align .cell{
    text-align: right;
}
/* 全局表格样式重置 end */

/* 多级表头和固定列样式 start */
.el-table__fixed td.is-hidden .cell {
    visibility: visible;
}
/* 多级表头和固定列样式 end */
/* ie11以上默认样式start */
 ::-ms-clear, ::-ms-reveal{display: none;}
 /* ie11以上默认样式end */


.el-tree__empty-text {
 width: 100%;
}

/*ztree树样式修改*/
.ztree li{
line-height: 30px!important;
}
.ztree li a.tmpTargetNode_inner{
line-height: 30px!important;
height: 30px!important;
background-color: rgb(153,217,234)!important;
border: 1px solid #fff!important;

}
.ztree li span{
vertical-align: middle!important;
}
.noIcon.ztree li span.button.ico_open,.noIcon.ztree li span.button.ico_close{
display: none;
}
.noIcon.ztree li span.button.ico_docu{
display: none;
}
.noIcon.ztree li a.curSelectedNode,.hasIcon.ztree li a.curSelectedNode{
background-color: #fff;
color: #20a1ff;
font-weight: bold
}
.noIcon.ztree li a:hover,.hasIcon.ztree li a:hover{
text-decoration: none;
color: #20a1ff;
}
.hascheck.ztree li span.button,.noIcon.ztree li span.button,.hasIcon.ztree li span.button{
background-image: url("https://retails-cdn.vivo.xyz/static/image/metro.png") ;
}
.hascheck.ztree li span.button.ico_open,.hascheck.ztree li span.button.ico_close{
display: none;
}
.hascheck.ztree li span.button.ico_docu{
display: none;
}
.hascheck.ztree li a.curSelectedNode{
background-color: #fff;
color: #20a1ff;
font-weight: bold
}
.hascheck.ztree li a:hover{
text-decoration: none;
color: #20a1ff;
}
/*加载覆盖范围调整*/
.content_view .el-loading-mask{
    bottom: -20px;
    left: -10px;
}

/*有图标有多选框的树*/
.hascheck.ztree li span.button.company_ico_open,.hascheck.ztree li span.button.company_ico_close,.hascheck.ztree li span.button.company_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree05.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hascheck.ztree li span.button.org_ico_open,.hascheck.ztree li span.button.org_ico_close,.hascheck.ztree li span.button.org_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree03.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hascheck.ztree li span.button.dealer_ico_open,.hascheck.ztree li span.button.dealer_ico_close,.hascheck.ztree li span.button.dealer_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree02.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hascheck.ztree li span.button.offer_ico_open,.hascheck.ztree li span.button.offer_ico_close,.hascheck.ztree li span.button.offer_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree04.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hascheck.ztree li span.button.agent_ico_open,.hascheck.ztree li span.button.agent_ico_close,.hascheck.ztree li span.button.agent_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree01.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hascheck.ztree li span.button.emptyIcon_ico_open,.hascheck.ztree li span.button.emptyIcon_ico_close,.hascheck.ztree li span.button.emptyIcon_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree06.png");
background-size: 14px 14px;
background-position: 2px 2px;
width: 4px;
height: 0;
}

/*单独图标的树*/
.hasIcon.ztree li span.button.company_ico_open,.hasIcon.ztree li span.button.company_ico_close,.hasIcon.ztree li span.button.company_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree05.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hasIcon.ztree li span.button.org_ico_open,.hasIcon.ztree li span.button.org_ico_close,.hasIcon.ztree li span.button.org_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree03.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hasIcon.ztree li span.button.dealer_ico_open,.hasIcon.ztree li span.button.dealer_ico_close,.hasIcon.ztree li span.button.dealer_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree02.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hasIcon.ztree li span.button.offer_ico_open,.hasIcon.ztree li span.button.offer_ico_close,.hasIcon.ztree li span.button.offer_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree04.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hasIcon.ztree li span.button.agent_ico_open,.hasIcon.ztree li span.button.agent_ico_close,.hasIcon.ztree li span.button.agent_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree01.png");
background-size: 14px 14px;
background-position: 2px 2px;
}
.hasIcon.ztree li span.button.emptyIcon_ico_open,.hasIcon.ztree li span.button.emptyIcon_ico_close,.hasIcon.ztree li span.button.emptyIcon_ico_docu{
background-image: url("https://retails-cdn.vivo.xyz/static/image/ic_tree06.png");
background-size: 14px 14px;
background-position: 2px 2px;
width: 4px;
height: 0;
}

.el-form-item__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*提示弹窗省略*/
.el-message-box__message p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.el-form-item__error {
    white-space: nowrap;
}
/* 字体样式 */
@font-face {
    font-family: "兰亭黑-GBK";
    src: url('./兰亭黑 GBK.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "FZLTHJW";
    src: url('./FZLTHJW.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Bold";
    src: url('./vivo type CN简 Bold.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Light";
    src: url('./vivo type CN简 Light.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Regular";
    src: url('./vivo type CN简 Regular.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Medium";
    src: url('./vivotype简-Medium.ttf');
    font-weight: normal;
    font-style: normal;
  }
