@charset"utf-8";
/*Tabs标签页主题定制*/
/*tabsTheme-block 色块主题*/
.tabsTheme-block .el-tabs__active-bar{
    display: none;
}
.tabsTheme-block .el-tabs__nav-wrap::after{
    display: none;
}
.tabsTheme-block .el-tabs__item{
    text-align: center;
    min-width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px 4px 0 0;
    background: #F9F9F9;
    margin-right: 1px;
}
.tabsTheme-block .el-tabs__item.is-active{
    background:#3190EE;
    color:#fff
}
.tabsTheme-block.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 20px;
}
.tabsTheme-block.el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 20px;
}
/*tabsTheme-arrow 箭头主题*/
/*tab 切换样式定制*/
.tabsTheme-arrow > .el-tabs__header{
    border: none;
}
.tabsTheme-arrow > .el-tabs__header .el-tabs__nav{
    border: none;
}
.tabsTheme-arrow > .el-tabs__header .el-tabs__item{
    width: 190px;
    height: 42px;
    line-height: 42px;
    margin-left: -26px;
    border: none;
    text-align: center;
    color: #58C387;
    font-size: 0.8rem;
    background: url("../../static/images/eleComponentTheme/arrow/tab-default.png") no-repeat;
    outline: none;
}
.tabsTheme-arrow > .el-tabs__header .el-tabs__item.is-active{
    background: url("../../static/images/eleComponentTheme/arrow/tab-active.png");
    color: #fff;
}
.tabsTheme-arrow > .el-tabs__header .el-tabs__item.is-disable{
    background: url("../../static/images/eleComponentTheme/arrow/tab-disable.png");
}
.tabsTheme-arrow > .el-tabs__header .el-tabs__item:first-child{
    background: url("../../static/images/eleComponentTheme/arrow/first-tab-default.png");
    margin-left:0;
}
.tabsTheme-arrow > .el-tabs__header .el-tabs__item:first-child.is-active{
    background: url("../../static/images/eleComponentTheme/arrow/first-tab-active.png");
}
/*tabsTheme-arc 箭头主题*/
/*tab 切换样式定制*/
.tabsTheme-arc > .el-tabs__header{
    border: none;
    margin: 0;
    background: #f0f0f0;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__nav-next,
.tabsTheme-arc > .el-tabs__header .el-tabs__nav-prev{
    line-height: 38px;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__nav{
    border: none;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__item{
    width: 142px;
    height: 38px;
    line-height: 38px;
    border: none;
    text-align: center;
    color: #92B8DF;
    font-size: 0.8rem;
    background: transparent;
    outline: none;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__item:hover{
    color: #3291EF;
}
.tabsTheme-arc .el-tabs__active-bar{
    display: none;
}
.tabsTheme-arc .el-tabs__nav-wrap::after{
    background-color: transparent ;
}

.tabsTheme-arc > .el-tabs__header .el-tabs__item.is-active{
    background: url("../../static/images/eleComponentTheme/arc/tab-active.png") no-repeat;
    color: #3291EF;
    padding: 0;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__item:first-child.is-active{
    background: url("../../static/images/eleComponentTheme/arc/tab-active-first.png") no-repeat;
    margin-left:0;
    padding: 0;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__item:last-child.is-active{
    background: url("../../static/images/eleComponentTheme/arc/tab-active-last.png") no-repeat;
}
.tabsTheme-arc > .el-tabs__header .el-tabs__item:last-child{
    padding:0;
}

/*tabsTheme-line 下划线主题*/
/*tab 切换样式定制*/
.tabsTheme-line{}
.tabsTheme-line > .el-tabs__header{
    margin: 0;
}
.tabsTheme-line > .el-tabs__header .el-tabs__nav-wrap{
    padding: 0 20px
}
.tabsTheme-line > .el-tabs__header .el-tabs__nav-wrap::after{
    height: 1px;
    background-color: #DCDFE6;
}
.tabsTheme-line > .el-tabs__header .el-tabs__item{
    font-size: 0.8rem;
}
.tabsTheme-line > .el-tabs__content {
    padding: 0 20px;
}

/*假tabs*/
/*menuTabsTheme 菜单Tabs 标签切换主题*/
/*menuTabsTheme-line*/
.menuTabsTheme-line{

}
.menuTabsTheme-line .el-menu-item{
    height:40px;
    line-height:40px;
}
/*menuTabsTheme-block*/
.menuTabsTheme-block{
    border:none;
    border-bottom: none !important;
    margin-left: 1px;
}
.menuTabsTheme-block .el-menu-item{
    min-width: 110px;
    height:30px;
    line-height:30px;
    background: #F9F9F9;
    border:none !important;
    text-align: center;
    margin-right: 1px;
    border-radius: 4px 4px 0 0;
}
.menuTabsTheme-block .el-menu-item.is-active,
.menuTabsTheme-block>.el-menu-item:not(.is-disabled):focus,
.menuTabsTheme-block>.el-menu-item:not(.is-disabled):hover{
    background:#3190EE;
    color:#fff
}
/*menuTabsTheme-text*/
.menuTabsTheme-text{
    border:none;
}
.menuTabsTheme-text .el-menu-item{
    min-width: 110px;
    height:60px;
    line-height:60px;
    border:none !important;
    text-align: center;
    margin-right: 1px;
    border-radius: 4px 4px 0 0;
    font-size: 0.9rem;
    color: #777;
    background-image: url(../../static/images/menuTabsTheme/rightArrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 38px 0 20px;
}
.menuTabsTheme-text .el-menu-item:last-child{
    background-image:none;
}
.menuTabsTheme-text .el-menu-item.is-active,
.menuTabsTheme-text>.el-menu-item:not(.is-disabled):focus,
.menuTabsTheme-text>.el-menu-item:not(.is-disabled):hover{
    background-color: #fff;
    color:#3190EE
}
.menuTabsTheme-text .el-menu-item.is-disable{
    color:#B6B6B6;
}

/*menuTabsTheme-blueBlock*/
.menuTabsTheme-blueBlock{

}

.menuTabsTheme-blueBlock{
    border:none;
}
.menuTabsTheme-blueBlock .el-menu-item{
    min-width: 200px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: none !important;
    text-align: center;
    border-radius: 0;
    color: #3190EE;
    font-size: 0.9rem;
    margin-right: 1px;
}
.menuTabsTheme-blueBlock .el-menu-item.is-active,
.menuTabsTheme-blueBlock>.el-menu-item:not(.is-disabled):focus,
.menuTabsTheme-blueBlock>.el-menu-item:not(.is-disabled):hover{
    background:#3190EE;
    color:#fff
}



/*单选框-方块形状*/
.radio-block .item-radiobox{
    border-right: 1px solid #ccc;
}
.item-radiobox{
    padding-left: 5px;
    padding-right: 7px;
}
.item-radiobox.blue{
    border-right: none;
}
.radio-box input{
    position: relative;
    height: 14px;
    width: 14px;
    top: 2px;
}
.radio-box .el-checkbox__original{
    width: 0;
}
.radio-box .el-checkbox__original:before,
.radio-box .el-checkbox__original:after{
    display: none;
}
.radio-box input:before{
    display: table;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: #fff;
    border-color: #bbb;
    content: ' ';
    -webkit-transition: background-color 20ms ease-in-out;
    transition: background-color 20ms ease-in-out;
}
.radio-box input:after{
    -webkit-transition: opacity .05s ease-in-out;
    transition: opacity .05s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: table;
    width: 8px;
    top: 4px;
    left: 3px;
    height: 4px;
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
    content: ' ';
    opacity: 0;
}
.radio-box input:before,
.radio-box input:after{
    box-sizing: border-box;
}
.radio-box input:checked:after{
    opacity: 1
}
.item-radiobox .radio-box .text {
    font-size: 13px;
}
.radio-box input:checked:before{
    background: #11B7F5;
    border-color: #11B7F5;
    border-radius: 2px;
}
.item-radiobox.orange  .radio-box .text{

}
.item-radiobox.orange  .radio-box input:checked + .text{
    color: #FFB800;
}
.item-radiobox.orange .radio-box input:checked:before {
    background: #FFB800;
    border-color: #FFB800;
}
.item-radiobox.green  .radio-box input:checked + .text{
    color: #1AB394;
}
.item-radiobox.green .radio-box input:checked:before {
    background: #1AB394;
    border-color: #1AB394;
}
.item-radiobox.blue  .radio-box input:checked + .text{
    color: #1E9FFF;
}
.item-radiobox.blue .radio-box input:checked:before {
    background: #1E9FFF;
    border-color: #1E9FFF;
}
/*disable*/
.item-radiobox.blue .radio-box input:disabled:before{
    background: #F3F7FD;
    border-color: #DDE0E8;
}
.item-radiobox.blue .radio-box input:disabled:after{
    border: 1px solid #C1C5CD;
    border-top: 0;
    border-right: 0;
}
.item-radiobox.blue .radio-box input:disabled+.text{
    color:#C1C5CD
}

/*element 复选框组合-开始*/
.el-checkbox-group .el-checkbox{
    margin-right: 15px;
}
.el-checkbox-group .el-checkbox__label{
    padding-left:5px;
}
/*element 复选框组合-结束*/


/*单行文本提示弹窗-开始*/
.el-message-box__header{
    background: #4D90FD;
    padding: 12px 15px;
}
.el-message-box__header .el-message-box__title{
    color: #fff;
    font-size: 0.8rem;
}
.el-message-box__headerbtn{
    top:6px;
}
.el-message-box__headerbtn .el-message-box__close{
    color: #fff;
}
.el-message-box__headerbtn:hover .el-message-box__close{
    color: #ff2323;
}
/*单行文本提示弹窗-结束*/

/*上传列表-图标位置校正 开始*/
.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
    line-height: 1;
}
.el-upload-list__item [class*=" el-icon-"],
.el-upload-list__item  [class^=el-icon-]{
    line-height: 1;
}
/*上传列表-图标位置校正 结束*/

/*弹出窗口尾部 高度统一-开始*/
.el-dialog__footer .dialog-footer{
    height: auto !important;
}
/*弹出窗口尾部 高度统一-开始*/