/***select***/
*{
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*****input****/
.ehb-cpu-react-input .el-input__inner{
    border-radius: 2px;
    border: 1px solid #C0C4CC;
    color:#606266;
    font-weight:400;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.ehb-cpu-react-input.el-input--mini .el-input__inner{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.ehb-cpu-react-input.el-input--small .el-input__inner{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.ehb-cpu-react-input.el-input--medium .el-input__inner{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.ehb-cpu-react-input.el-input .el-input__inner:focus-within{
    border:1px solid #909399;
}

/***select***/
.ehb-cpu-react-select.el-select .el-input__inner{
    border-radius: 2px;
    border: 1px solid #C0C4CC;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #606266;
}
.ehb-cpu-react-select .el-select-dropdown__list{
    padding-left:0;
}
.ehb-cpu-react-select.el-select .el-input .el-input__icon{
    color: #606266;
}
.ehb-cpu-react-select .el-select-dropdown__wrap .el-select-dropdown__item.selected,
.ehb-cpu-react-select .el-select-dropdown__wrap .el-select-dropdown__item.selected.hover{
    background-color: #FF5B24;
}
.ehb-cpu-react-select .el-select-dropdown__wrap .el-select-dropdown__item.hover{
    color: #FF5B24;
}

.ehb-cpu-react-select .el-select-dropdown .el-select-dropdown__item.selected.hover{
    color: #fff;
}
.ehb-cpu-react-select .el-select-dropdown__item.hover{
    background-color: #FFEEE9;
    color: #fff;
}
/***ehb-cpu-react-textarea****/
.ehb-cpu-react-textarea .el-textarea__inner{
    border-radius: 2px;
    border: 1px solid #C0C4CC;
    outline: none;
    font-size: 16px;
    font-weight:400;
    color: #606266;
}
.ehb-cpu-react-textarea.el-textarea .el-textarea__inner:focus-within{
    border:1px solid #909399;
}

/******radio*******/
.ehb-cpu-react-radio .el-radio.is-bordered.is-checked{
    border-color: #FF5B24;
}
.ehb-cpu-react-radio .el-radio{
    margin-right: 10px;
    color: #606266;
    font-weight:400;
    font-size: 16px;
}
.ehb-cpu-react-radio .el-radio__inner,
.ehb-cpu-react-radio .el-radio.is-bordered{
    border: 1px solid #C0C4CC;
}
.ehb-cpu-react-radio .el-radio__input.is-checked+.el-radio__label{
    color: #FF5B24;
}
.ehb-cpu-react-radio .el-radio__input.is-checked .el-radio__inner{
    border-color: #FF5B24;
    background: #FF5B24;
}

/***checkbox***/
.ehb-cpu-react-chechbox .el-checkbox.is-bordered.is-checked{
    border-color: #FF5B24;
}
.ehb-cpu-react-chechbox .el-checkbox__inner,
.ehb-cpu-react-chechbox .el-checkbox.is-bordered{
    border: 1px solid #C0C4CC;
}
.ehb-cpu-react-chechbox .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #FF5B24;
}
.ehb-cpu-react-chechbox .el-checkbox{
    margin-right: 10px;
    color: #606266;
    font-weight:400;
    font-size: 16px;
}
.ehb-cpu-react-chechbox .el-checkbox__input.is-checked .el-checkbox__inner,
.ehb-cpu-react-chechbox .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: #FF5B24;
    border-color: #FF5B24;
}

/****选项卡***/
.ehb-cpu-react-tabs .el-checkbox-button:first-child .el-checkbox-button__inner{
    border-left: 1px solid #C0C4CC;
}
.ehb-cpu-react-tabs .el-checkbox-button.is-checked .el-checkbox-button__inner{
    background-color: #FF5B24;
    border-color: #FF5B24;
    box-shadow: -1px 0 0 0 #FF5B24;
}

.ehb-cpu-react-tabs .el-checkbox-button__inner{
    border: 1px solid #C0C4CC;
    border-left: 0px;
    color: #606266;
    font-weight:400;
    font-size: 16px;
    padding: 11px 20px;
}
.ehb-cpu-react-tabs .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    background-color: #FF5B24;
    border-color: #FF5B24;
    -webkit-box-shadow: -1px 0 0 0 #FF5B24;
    box-shadow: -1px 0 0 0 #FF5B24;
}
.ehb-cpu-react-tabs .is-active .el-radio-button__orig-radio:checked+.el-radio-button__inner:hover{
    color: #fff;
}
.ehb-cpu-react-tabs .el-radio-button__inner:hover{
    color: #FF5B24;
}

/****时间选择控件***/
.ehb-cpu-react-time .el-input__inner{
    border: 1px solid #C0C4CC;
    font-size: 16px;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
}
.ehb-cpu-react-time.el-input.is-active .el-input__inner, .el-input__inner:focus{
    border-color:#909399;
}
.el-scrollbar__wrap--hidden-default .el-scrollbar__view .time-select-item.selected:not(.disabled){
    background-color:#FF5B24;
}
.ehb-cpu-react-time .el-input__icon{
    color: #606266;
}

/******日期选择器*****/
.ehb-cpu-react-picker .el-input__inner{
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #C0C4CC;
    height: 40px;
    line-height: 40px;
}
.ehb-cpu-react-picker .el-input__icon{
    color: #606266;
}
.ehb-cpu-react-picker .el-picker-panel__content .el-date-table td.current:not(.disabled) span{
    background-color: #FF5B24;
}
.ehb-cpu-react-picker.form .el-date-editor.el-input{
    width: 126px;
}
.el-date-table td.current:not(.disabled),
.el-date-table td.end-date,
.el-date-table td.start-date,
.el-date-table td.current:not(.disabled),
.el-date-table td.end-date,
.el-date-table td.start-date{
    background-color: #FF5B24!important;
    color: #fff;
}
.el-date-table td.today:before{
    border-top: .5em solid #FF5B24;
}

.el-date-picker .el-picker-panel__content .el-date-table td div:hover,
.el-date-picker .el-picker-panel__content .el-date-table td.today div span{
    color: #fff;
}
.el-date-picker .el-picker-panel__content .el-date-table td:hover{
    color: #FF5B24;
}
.el-date-picker .el-picker-panel__content .el-date-table td.today.current:hover{
    color: #fff;
}
.el-date-picker .el-picker-panel__content .el-date-table td.today.current div span:hover{
    color: #fff;
}
.el-date-table td.today{
    color: #FF5B24;
}

/****图片上传****/
.ehb-cpu-react-upload-image .el-upload--picture-card{
    background-color: #fff;
    border: 1px dashed #C0C4CC;
    border-radius: 2px;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    line-height: 120px;
    vertical-align: top;
}
.ehb-cpu-react-upload-image .el-upload-list--picture-card .el-upload-list__item{
    background-color: #fff;
    border: 1px solid #C0C4CC;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    margin: 0 8px 8px 0;
}
.ehb-cpu-react-upload-image .el-upload.el-upload--picture-card:hover{
    background-color: #F2F6FC;
}

/*****按钮*******/

/****文字链接****/
.ehb-cpu-react-link{
    font-size: 14px;
    cursor: pointer;
}
.ehb-cpu-react-link.default{
    color: #606266;
}
.ehb-cpu-react-link.default:hover{
    color: #20a0ff;
}
.ehb-cpu-react-link.primary{
    color: #20a0ff;
}
.ehb-cpu-react-link.primary:hover{
    text-decoration: underline;
}

/**默认按钮**/
.ehb-cpu-react-btn.el-button.el-button--default{
    background-color: #F2F6FC;
    border-color:#DCDFE6;
    font-size: 16px;
    color: #606266;
}
.ehb-cpu-react-btn.el-button{
    border-radius: 2px;
}
.ehb-cpu-react-btn.el-button.el-button--primary.gradual{
    background:linear-gradient(180deg,#FFA77B 0%,#FF6F3F 100%);
}
.ehb-cpu-react-btn.el-button.el-button--primary{
    padding: 10px 20px;
    background-color: #FF5B24;
    border-color: #FF5B24;
    font-size: 16px;
}
.ehb-cpu-react-btn.el-button.el-button--primary:hover{
    opacity: 0.6;
}
/**大按钮**/
.ehb-cpu-react-btn.el-button--primary.el-button--medium{
    background-color: #FF5B24;
    border-color: #FF5B24;
    font-size: 16px;
}

.ehb-cpu-react-btn.el-button--default.el-button--medium{
    background-color: #F2F6FC;
    border-color:#DCDFE6;
    font-size: 16px;
}
.ehb-cpu-react-btn.el-button--default.el-button--small{
    background-color: #F2F6FC;
    border-color:#DCDFE6;
    font-size: 14px;
}
.ehb-cpu-react-btn.el-button--default.el-button--mini{
    background-color: #F2F6FC;
    border-color:#DCDFE6;
    font-size: 14px;
}

.ehb-cpu-react-btn.el-button.el-button--default:hover{
    color: #FF5B24;
    border-color: #FFD2C3;
    background-color: #FFF7F4;
}
/**中按钮**/
.ehb-cpu-react-btn.el-button--primary.el-button--small{
    background-color: #FF5B24;
    border-color: #FF5B24;
    font-size: 14px;
}


/**小按钮**/
.ehb-cpu-react-btn.el-button--primary.el-button--mini{
    background-color: #FF5B24;
    border-color: #FF5B24;
    font-size: 14px;
}



.ehb-cpu-react-btn.el-button.el-button--default.el-button--medium,
.ehb-cpu-react-btn.el-button.el-button--primary.el-button--medium{
    padding: 12px 20px;
}
.ehb-cpu-react-btn.el-button.el-button--default.el-button--small,
.ehb-cpu-react-btn.el-button.el-button--primary.el-button--small{
    padding: 8px 12px;
}
.ehb-cpu-react-btn.el-button.el-button--default.el-button--mini,
.ehb-cpu-react-btn.el-button.el-button--primary.el-button--mini{
    padding: 5px 10px;
}
.ehb-cpu-react-btn.el-button--medium,
.ehb-cpu-react-btn.el-button--small,
.ehb-cpu-react-btn.el-button--mini{
    border-radius: 2px;
}


/*****文件上传******/
.ehb-cpu-react-upload-file .el-upload-list.el-upload-list--text .el-upload-list__item-name:hover{
    color: #FF5B24;
}


/**分页样式**/
.ehb-cpu-react-pagination .el-icon-arrow-left:before{
    content: "\00AB";
    font-size: 16px;
}
.ehb-cpu-react-pagination .el-icon-arrow-right:before{
    content: "\00BB";
    font-size: 16px;
}
.ehb-cpu-react-pagination .el-pager li{
    height: 28px;
    line-height: 28px;
    border: 1px solid #DCDFE6;
    background: #fff;
    font-size:14px;
    font-weight: normal;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li{
    border-radius: 0px;
}
.ehb-cpu-react-pagination .el-pager li.active+li{
    border-left: 1px solid #DCDFE6;
}
.ehb-cpu-react-pagination.el-pagination.is-background .btn-next,
.ehb-cpu-react-pagination.el-pagination.is-background .btn-prev,
.ehb-cpu-react-pagination.el-pagination.is-background .el-pager li{
    background-color: #fff;

}

.ehb-cpu-react-pagination.el-pagination.is-background .el-pager li:not(.disabled).active{
    border: 1px solid #FF5B24;
    background-color: #FF5B24;
}

.ehb-cpu-react-pagination.el-pagination.is-background .el-pager .number:hover{
    color: #FF5B24;
}
.ehb-cpu-react-pagination.el-pagination .btn-next,
.ehb-cpu-react-pagination.el-pagination .btn-prev{
    width: 40px;
    border: 1px solid #DCDFE6;
}
.ehb-cpu-react-pagination.is-background.el-pagination .el-pagination__total{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.ehb-cpu-react-pagination .el-pagination__sizes .el-input .el-input__inner{
    font-size: 14px;
    font-weight: normal;
}
.ehb-cpu-react-pagination .el-pagination__sizes .el-input .el-input__inner:hover{
    border: 1px solid #FF5B24;
}



/**弹出层背景色**/
.v-modal{
    background-color: #fff;
}
.el-loading-spinner .path{
    stroke: #FF5B24;
}



/*************统一页面样式**************/

.ehb-cpu-react-box-marginbottom{
    margin-bottom: 20px;
}

/***页面公共样式***/
.ehb-cpu-react-pages-hd-left{
    overflow: hidden;
    /*margin: 0 auto;*/
    width: 980px;
    height: 100px;
    background: url("http://zwfw.hubei.gov.cn/s/hbzwfw_jssdk/images/pages_left_hd_bg.png");
    background-size:100% 100% ;
    font-size:24px;
    font-family:MicrosoftYaHeiSemibold;
    color:#303133;
    padding: 0 30px;
    /****以下4行代码样式为 一行或者多行都为上下居中显示****/
    display: flex;
    align-items: left;
    justify-content: space-around;
    flex-direction: column;
    text-align: left;
}

.ehb-cpu-react-pages-hd-center{
    overflow: hidden;
    /*margin: 0 auto;*/
    width: 980px;
    height: 60px;
    padding: 20px 30px;
    background: url("http://zwfw.hubei.gov.cn/s/hbzwfw_jssdk/images/pages_left_hd_bg.png");
    background-size:100% 100% ;
    text-align: center;
}
.ehb-cpu-react-pages-hd-center h3{
    font-size:20px;
    font-family:MicrosoftYaHeiSemibold;
    color: #303133;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.ehb-cpu-react-pages-hd-center .label{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#909399;
    height: 25px;
    line-height: 25px;
}
.ehb-cpu-react-pages-hd-center .label span{
    margin-right: 20px;
}


/******块状列表*******/
.ehb-cpu-react-list-lump{
    overflow: hidden;
    width: 1040px;
    min-height: 300px;
}
.ehb-cpu-react-list-lump .ehb-cpu-react-list-lump-item{
    overflow: hidden;
    width: 185px;
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    background: #F2F6FC;
    color: #303133;
    text-align: center;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    cursor: pointer;
}
.ehb-cpu-react-list-lump .ehb-cpu-react-list-lump-item:nth-child(4n+4){
    margin-right: 0px;
}
.ehb-cpu-react-list-lump .ehb-cpu-react-list-lump-item:hover{
    background: #FF5B24;
    color: #fff;
}

/*****通用子标题*****/
.ehb-cpu-list-public-hd{
    width: 100%;
    border-bottom: 1px solid #DCDFE6;
    height: 50px;
    position: relative;
}
.ehb-cpu-list-public-hd .ehb-cpu-list-public-hd-title{
    height: 48px;
    line-height: 49px;
    border-bottom:4px solid #FF5B24;
    float: left;
    position: absolute;
    left: 0;
    bottom: -1px;
    color: #303133;
    font-size:18px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
}
.ehb-cpu-list-public-hd .ehb-cpu-list-public-hd-result{
    float: right;
    text-align: right;
    height: 49px;
    line-height: 49px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color: #9F9F9F;
}


/*****富文本编辑器内容*****/
.ehb-cpu-react-pages-editor{
    overflow: hidden;
    width: 1040px;
    border: 1px solid #DCDFE6;
}
.ehb-cpu-react-pages-editor .ehb-cpu-react-pages-editor-hd{
    overflow: hidden;
    /*margin: 0 auto;*/
    width: 980px;
    height: 60px;
    padding: 20px 30px;
    background-size:100% 100% ;
    text-align: center;
    border-bottom: 1px solid #DCDFE6;
    margin-bottom: 40px;
}
.ehb-cpu-react-pages-editor .ehb-cpu-react-pages-editor-hd h3{
    font-size:20px;
    font-family:MicrosoftYaHeiSemibold;
    color: #303133;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.ehb-cpu-react-pages-editor .ehb-cpu-react-pages-editor-hd .label{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#909399;
    height: 25px;
    line-height: 25px;
}
.ehb-cpu-react-pages-editor .ehb-cpu-react-pages-editor-hd .label span{
    margin-right: 20px;
}
.ehb-cpu-react-pages-editor .ehb-cpu-react-pages-editor-content{
    overflow: hidden;
    width: 800px;
    margin: 20px auto;
}
.ehb-cpu-react-pages-editor .ehb-cpu-react-pages-editor-content p{
    text-align: left;
    text-indent: 1rem;
    line-height: 25px;
}
.ehb-cpu-react-pages-editor-hd .ehb-cpu-react-pages-editor-content img{
    width: 800px;
    text-align: center;
}


/*****不规则table****/
.ehb-linchpin-q-content p{
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(48,49,51,1);
    line-height:28px;
    text-indent: 2rem;
    padding-bottom: 10px;
}

.ehb-linchpin-q-content-t{
    border: 0;
}

.ehb-linchpin-q-content-t table{
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    vertical-align: top;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}


.ehb-linchpin-q-content-t table tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.ehb-linchpin-q-content-t table tr td{
    padding: 8px 12px;
    font-size: 12px;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word;
    min-width: 100px;
    border: 1px solid #E0E2E7;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(48,49,51,1);
    line-height:21px;
}
.ehb-linchpin-f-td{
    width: 150px;
    background-color: #F2F6FC;
}


/****图片列表*****/
.ehb-cpu-pages-list-image{
    overflow: hidden;
    width: 1040px;
    min-height: 300px;
}
.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item{
    position: relative;
    overflow: hidden;
    width: 240px;
    height: 240px;
    background: #fff;
    margin-right: 26px;
    line-height: 240px;
    background:#F2F6FC;
    border-radius:4px;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
}
.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item:nth-child(4n+4){
    margin-right: 0px;
}

.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-item-img{
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-title{
    width: 200px;
    height: 91px;
    line-height: 35px;
    background:linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    opacity:0.65;
    position: absolute;
    top: 0px;
    left: 0px;
    /*display: flex;*/
    /*align-items: left;*/
    /*justify-content: space-around;*/
    /*flex-direction: column;*/
    text-align: left;
    color: #fff;
    font-size:16px;
    font-family:MicrosoftYaHei;
    padding: 10px 20px;
    overflow: hidden;
}
.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-down{
    width: 165px;
    height: 150px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    opacity:0.65;
    padding-top: 90px;
    padding-left: 75px;
}

.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item:hover .list-image-down{
    display: block;
}

.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-down .cpu-list-icons{
    width: 32px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-down .cpu-list-icons .cpu-icons{
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-down .cpu-list-icons p{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 35px;
    height: 35px;
}
.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-down .cpu-list-icons .el-icon-picture-outline::before{
    content: "\e61b";
}
.ehb-cpu-pages-list-image .ehb-cpu-pages-list-image-item .list-image-down .cpu-list-icons .el-icon-download::before{
    content: "\e627";
}

/*****单条件搜索****/
.ehb-cpu-search {
    width: 1040px;
}

.ehb-cpu-search-title-box,
.ehb-cpu-search-tips-box {
    width: 650px;
    margin: 0 auto;
}

.ehb-cpu-search-title-box {
    padding: 20px 30px;
}

.ehb-cpu-search-tips-box {
    padding-bottom: 30px;
}

.ehb-cpu-search-title-input {
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #C0C4CC;
    font-family: MicrosoftYaHei;
    color: #303133;
    line-height: 21px;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    width: 500px;
}

.ehb-cpu-search-title-input:focus {
    outline: none;
    border-color: #909399;
}

.ehb-cpu-search-title-button {
    width: 100px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 151, 97, 1) 0%, rgba(255, 91, 36, 1) 100%);
    border-radius: 2px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.ehb-cpu-search-tips-title{
    height:21px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(48,49,51,1);
    line-height:21px;
    margin-bottom: 10px;
}

.ehb-cpu-search-tips-p {
    margin-top: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(97, 98, 102, 1);
    line-height: 19px;
}

.ehb-cpu-search-title-box>ul>.ehb-cpu-search-box-li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #909399;
    line-height: 21px;
    padding: 5px 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.ehb-cpu-search-title-box>ul>.ehb-cpu-search-box-li-active {
    background: rgba(255, 91, 36, 1);
    border-radius: 2px;
    color: #FFFFFF;
}


/******单条件切换搜索****/
.ehb-cpu-pages-search-tabs{
    overflow: hidden;
    width: 1040px;
    height: 142px;
    background: #F2F6FC;
}
.ehb-cpu-pages-search-tabs .ehb-pages-search-tabs{
    overflow: hidden;
    margin-left: 215px;
    margin-top: 30px;
    height: 32px;
    margin-bottom: 10px;
}
.ehb-cpu-pages-search-tabs .ehb-pages-search-tabs li{
    float: left;
    color: #909399;
    font-size:16px;
    font-family:MicrosoftYaHei;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    cursor: pointer;
}
.ehb-cpu-pages-search-tabs .ehb-pages-search-tabs .active{
    background: #FF5B24;
    color: #fff;
    border-radius: 2px;
}
.ehb-cpu-pages-search-tabs .ehb-pages-search-input{
    overflow: hidden;
    margin-left: 215px;
}


/*****多条件搜索****/
.ehb-cpu-pages-search-inline{
    width: 1040px;
    overflow: hidden;
}
.ehb-cpu-pages-search-inline .search-inline-item{
    overflow: hidden;
    margin-bottom: 28px;
    float: left;
    width: 500px;
    margin-right: 10px;
}
.ehb-cpu-pages-search-inline .search-inline-item .search-inline-item-title{
    width: 130px;
    float: left;
    text-align: right;
    padding-right: 10px;
    height: 40px;
    display: flex;
    align-items: left;
    justify-content: space-around;
    flex-direction: column;
    font-size:16px;
    font-family:MicrosoftYaHei;
    color: #303133;
}
.ehb-cpu-pages-search-inline .search-inline-item .search-inline-item-cont{
    width: 360px;
    float: left;
    text-align: left;
}

.ehb-cpu-pages-search-inline .search-inline-button{
    text-align: right;
    padding-right: 75px;
    margin: 20px auto;
}


/******圆形步骤条*****/
.ehb-cpu-step-circular.el-steps .el-step.is-horizontal.is-center .el-step__icon.is-text{
    width: 33px;
    height: 33px;
    border: 3px solid #DCDFE6;
    font-size: 20px;
    font-weight: 600;
    color: #C0C4CC;
}
.ehb-cpu-step-circular.el-steps .el-step.is-horizontal .el-step__line{
    top:16px;
    height: 0px;
    background: none;
    border-bottom: 1px dashed #C0C4CC;
}
.ehb-cpu-step-circular.el-steps .el-step__title.is-wait{
    color: #606266;
}
.ehb-cpu-step-circular.el-steps .el-step__head.is-finish .el-step__line{
    border-color: #FF5B24;
}

.ehb-cpu-step-circular.el-steps .el-step__head.is-process .el-step__line{
    border-bottom:1px dashed #C0C4CC;
}
.ehb-cpu-step-circular.el-steps .el-step__main .el-step__title.is-process{
    color: #FF5B24;
}
.ehb-cpu-step-circular.el-steps .el-step__main .el-step__description.is-process{
    color: #FF5B24;
}

.ehb-cpu-step-circular.el-steps .el-step.is-horizontal.is-center .is-process .el-step__icon.is-text{
    border:2px solid #FF5B24;
    color: #FF5B24;
}

.ehb-cpu-step-circular.el-steps .el-step__title.is-finish{
    color: #FF5B24;
}
.ehb-cpu-step-circular.el-steps .el-step.is-horizontal.is-center .is-finish .el-step__icon.is-text .el-step__icon-inner{
    color: #fff;
}

.ehb-cpu-step-circular.el-steps .el-step.is-horizontal.is-center .is-finish .el-step__icon.is-text{
    border-color: #FF5B24;
    background: #FF5B24;
}
.ehb-cpu-step-circular.el-steps .el-step__description.is-finish{
    color: #FF5B24;
}
.ehb-cpu-step-circular.el-steps .el-step__description.is-wait{
    color: #606266;
}
.ehb-cpu-step-circular.el-steps .el-step__head.is-text.is-finish{
    background: #FF5B24;
    border-color: #FF5B24;
}
.ehb-cpu-step-circular.el-steps .el-step__head.is-text.is-process{
    color: #C0C4CC;
    background-color: #fff;
    border-color: #DCDFE6;
}