/* ===================== Tab[el-tabs] ===================== */
.tab-diy {
    position: relative;
	top: -49px;
}
.tab-diy.el-tabs--card>.el-tabs__header {
   	border-bottom: none;
   	margin: 0;
}
.tab-diy.el-tabs--card>.el-tabs__header .el-tabs__nav {
	width: 100%;
	border: none;
}
.tab-diy.el-tabs--card>.el-tabs__header .el-tabs__item {
	border-left: none;
    float: left;
    height: 49px;
    line-height: 49px;
    text-align: center;
    margin: 0 1.5px;
    color: #fff;
    font-size: 20px;
    background: #003366;
    border-radius: 3px 3px 0 0;
}
.tab-diy.tab-diy-2.el-tabs--card>.el-tabs__header .el-tabs__item {
	width: calc((100% / 2) - 5px);
}
.tab-diy.tab-diy-3.el-tabs--card>.el-tabs__header .el-tabs__item {
	width: calc((100% / 3) - 5px);
}
.tab-diy.tab-diy-4.el-tabs--card>.el-tabs__header .el-tabs__item {
	width: calc((100% / 4) - 5px);
}
.tab-diy.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    background: #fff;
   	color: #003366;
}
/* ===================== Tab[el-tabs] end ===================== */

/* ===================== Breadcrumb[el-breadcrumb] end ===================== */
.breadcrumb-diy {
    padding: 20px 0 35px 15px;
}
.breadcrumb-diy  .el-breadcrumb__item {
    float: left;
    height: 20px;
    line-height: 20px;
}
.breadcrumb-diy  .el-breadcrumb__item img {
	position: relative;
    top: -3px;
}
.breadcrumb-diy  .el-breadcrumb__item img:hover{
    content: url('/cms-new/common/images/house-hover.png');
}
/* ===================== Breadcrumb[el-breadcrumb] ===================== */

/* ===================== Table[el-table] ===================== */   
.table-diy .tableHead th{
	font-size: 18px;
    color: #000;
    border-bottom: 4px solid #003366;
    text-align: left;
}
.table-diy.el-table th>.cell, .table-diy.el-table td>.cell {
	padding-left: 30px;
}
.table-diy.el-table th.is-center, .table-diy.el-table td.is-center {
    text-align: center;
}
.table-diy.el-table td>.cell {
	font-weight: normal;
    text-align: inherit;
    white-space: nowrap;
}
.table-diy.el-table tr:hover td>.cell {
	white-space: normal;
    text-overflow: inherit;
}
.table-diy.el-table td {
    border-bottom: none;
    color: #003366;
    font-size: 15px;
}
.table-diy.el-table td a {
	color: #003366;
    font-size: 15px;
}
.table-diy.el-table td.date-column {
	color: #8f8f8f;
}
.table-diy.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #f5f5f5;
}
.table-diy.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #eaf6fe;
    transition: .4s;
}
/* ===================== Table[el-table] end ===================== */

/* ===================== Page[el-pagination] ===================== */
.page-center {
	text-align: center;
}
.page-diy {
	padding-top: 45px;
}
.page-diy.el-pagination.is-background .el-pager li.active {
    color: #fff;
	background: #003366;
}
.page-diy .el-pager li, .page-diy.el-pagination button {
	width: 49px;
	height: 42px;
	line-height: 42px;
   	text-align: center;
	margin: 0 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}
.page-diy.el-pagination button {
	width: 77px;
}
.page-diy.el-pagination.is-background .btn-next, .page-diy.el-pagination.is-background .btn-prev {
	color: #fff;
	background: #003366;
}
.page-diy.el-pagination.is-background .btn-next:disabled, .page-diy.el-pagination.is-background .btn-prev:disabled {
   	color: #eee;
	background: #6183a6;
}
.page-diy .el-pager .more::before {
    line-height: 42px;
}
.page-diy.el-pagination button, .page-diy.el-pagination span:not([class*=suffix]) {
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
}

.el-input--suffix .el-input__inner{
    line-height:30px;
}
/* ===================== Page[el-pagination] end ===================== */