:focus,button:focus {
    outline: none;
}
.el-checkbox__label,.el-radio__label{
    font-size: 12px;
}
/* ************弹框头部********* */
.selectModal .el-dialog__header,.selectModal .el-message-box__header{
    font-size: 14px;
    border-bottom: 1px solid #eee;
    background-color: #F8F8F8;
}
.el-message-box__title,.el-dialog__title{
    font-size: 14px;
}
/* ********tips背景色************* */
.el-tooltip__popper.is-light{
    box-shadow: 0 5px 20px -5px rgba(0,0,0,0.1);
    background: #fcfcfc;
    border-color: rgba(0,0,0,0.2);
}
.endPopper{
    padding: 0;
    max-width: 95%;
}
.askAiCon .chatItems .aiCon a{
    color: #673de6;
}
.askAiCon .chatItems .aiCon pre{
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.tooltipBody{
    word-break:break-all;
    width: 180px;
    line-height: 25px;
}
.userSelect{
    user-select: none;
}
/* *****分页背景色********* */
/* ****************地址选择样式********** */
.distpicker-address-wrapper.distpacker select{
    font-size: 12px;
    cursor: pointer;
    height: 30px;
    outline-width: 0;
    padding: 0;
}
/* ***********element ui 中表格字体样式*********** */
.TabStyle{
    font-size: 12px;
    color: #3f3f51;
}
.el-table{
    color: #000;
}
/* *********下拉菜单******** */
.el-dropdown{
    font-size: 12px;
}
/* ***************element原型单选框*************** */
.el-radio{
    margin-bottom: 0;
    margin-right: 20px;
}
.dialogBox .el-radio{
    margin-right: 10px;
}
.el-radio__label{
    padding-left: 5px;
}
/* **********日期时间********** */
.datepicker table tbody tr:hover{
    background-color: #fff;
}
.datepicker table tbody tr td:hover{
    background-color: #eee;
}
/* 时间轴 */
.el-timeline-item__node{
    background-color: #596465;
}
/* ****************域名加载动画********* */
.lodingModul{
    width:100%;
    height:30px;
    margin-top:30px;
}
.lodingModul .el-loading-spinner .el-loading-text{
    color: #aaa;
}
.progress{
    width: 120px;
    height: 120px;
    margin-left: 33px;
}
.progress .el-progress__text{
    font-size: 28px!important;
    color: #fff;
}
/* *************dialog对话框************ */

.activeDialog{
    padding: 0;
}
.activeHeader{
    display: none;
}
.el-dialog__footer{
    padding: 10px 20px 20px;
    text-align: right;
    box-sizing: border-box;
}
/* **********抽屉******** */
.el-drawer__header{
    margin-bottom: 10px;
}
.el-drawer__body{
    height: 100%;
}
.drawerBox{
    height: 100%;
    font-size: 12px;
    padding: 10px 30px;
    overflow-y: auto;
}
.drawerTitle{
    line-height: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/* **********选择框文字颜色************ */
.el-input__inner,.el-radio-button__inner{
    color: #333;
}
/* 树状图 */
.el-tree-node__content{
    height: auto;
}
.el-tree-node{
    white-space: inherit;
}
/* 折叠面板 */
.jobsContent .el-collapse-item__header{
    height: auto;
    line-height: normal;
    padding: 10px 0;
}
.underBody .el-collapse{
    border: none;
}
.underBody .el-collapse-item__header,.underBody .el-collapse-item__wrap{
    background-color: transparent;
    color: #fff;
    border: none;
}
.underBody .el-collapse-item__header{
    font-size: 18px;
}
.underBody .underDesc{
    font-size: 16px;
}
.underBody .el-collapse-item__content{
    color: #fff;
    opacity: 0.7;
}
/* 域名多选框 */
.suffixItems .el-checkbox{
    width: 120px;
    margin-bottom: 20px;
}
.suffixItems .el-checkbox__label{
    font-weight: 600;
    font-size: 18px;
}
/* searchDoc搜索框 */
#searchBody .putBox .el-input .el-input__wrapper{
    background: #f2f3fd;
    color: #abadcd;
}
.el-statistic__prefix{
    font-size: 28px;
    font-weight: 600;
    background-image: linear-gradient(to right, #1e40af, #0284c7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border-bottom-color: #1e40af;
    text-align: center;
}
.actCountdown {
    font-size:28px;
    font-weight: 600;
    background-image: linear-gradient(to right,#1e40af,#0284c7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border-bottom-color: #1e40af;
    text-align: center;
}
.pageInfoBoxRight .pwdText{
    margin-left: 5px;
}
@media screen and (max-width: 960px) {
    .underBody .el-collapse-item__header{
        font-size: 16px;
        line-height: 16px;
    }
    .underBody .el-collapse-item__content{
        padding-bottom: 10px;
    }
    .el-table td, .el-table th{
        padding: 3px;
    }
    /* 域名多选框 */
    .suffixItems .el-checkbox{
        width: 100px;
        margin-bottom: 10px;
    }
}