body {
	background-color: white;
}
.top_right .top_right_1 img {
    vertical-align: baseline;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
#app{
	margin-bottom: 86px;
}
.top_right .top_right_1{
    display: flex;
    height: auto;
}
.ET_header{
	background-image: url(../images/news/channel_bg.png);
	background-repeat: no-repeat;
	height: 72px;
	background-size: cover;
	display: flex;
	align-items: center;
	margin-top: 26px;
}
.channel_name{
	font-size: 22px;
	color: rgba(0, 48, 135, 1);
	border-left: solid 2px rgba(0, 48, 135, 1);
	padding-left: 20px;
	line-height: 40px;
}
.DateRangeSelect{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.DateRangeSelect>div:nth-child(1){
    margin-right: 28px;
}
.DateRangeSelect .el-button{
    background: rgba(0, 48, 135, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;

    color: rgba(242, 244, 250, 1);
}
.DateRangeSelect .el-date-editor .el-range-separator{
    line-height: 50px;
    font-size: 18px;
}
.DateRangeSelect .el-date-editor .el-range__icon{
    line-height: 50px;
}
.DateRangeSelect .el-input__inner{
    height: 56px;
    line-height: 56px;  
}
.DateRangeSelect .el-date-editor .el-range-input{
    font-size: 16px;
}
.DateRangeSelect .el-date-editor .el-range__icon{
    font-size: 16px;
}
.DateRangeSelect .el-button:focus, .DateRangeSelect .el-button:hover{
    background: rgba(0, 48, 135, 1);
    color: #fff;
    border-color: rgba(0, 48, 135, 1);
}
.el-table thead th.el-table__cell{
    background: rgba(250, 250, 250, 1);
}
.MonthlyStatisticsDepartmentList{
    margin-top: 20px;
    margin-bottom: 48px;
}
.MonthlyStatisticsDepartmentList .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
    background: rgba(247, 251, 255, 1);
}
.MonthlyStatisticsDepartmentList .el-table td.el-table__cell,.MonthlyStatisticsDepartmentList  .el-table th.el-table__cell.is-leaf{
    border-bottom:0px;
}
.PageTools .el-pagination.is-background .btn-next, .PageTools .el-pagination.is-background .btn-prev, .PageTools .el-pagination.is-background .el-pager li{
    border-radius: 4px;
    background: rgba(255, 255, 255, 1)!important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(50, 50, 50, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-left: 14px;
    padding-right: 14px;
    height: 32px;

}
.PageTools .el-pagination.is-background .el-pager li:not(.disabled).active{
    background: rgba(0, 48, 135, 1)!important;
    color: rgba(255, 255, 255, 1);
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
    color: rgba(50, 50, 50, 1);
}
.PageTools .el-pagination__total{
    margin-left: 19px;
}
.el-table th.el-table__cell>.cell{
    font-size: 18px;
    font-weight: 400;
    color: rgba(50, 50, 50, 1);
}
.el-table .el-table__cell{
    padding: 16px 0;
}
.el-table th,.el-table  td {
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
}
.olderMode{
    font-size: 40px;
}
.olderMode .channel_name{
    font-size:36px;
    border-left:solid 4px rgba(0, 48, 135, 1);
    padding-left: 40px;
	line-height:initial;
}
.olderMode .ET_header{
     height:110px;
    background-size: 100% 100%!important;
    align-items:center;
    padding-top: 16px;
    box-sizing:border-box;
}
.olderMode .DateRangeSelect .el-input__inner{
	font-size:20px;
    padding: 10px 16px;
}
.olderMode .DateRangeSelect .el-date-editor .el-range-input{
	font-size:28px;
}
.olderMode .DateRangeSelect>div:nth-child(1){
    width: 50%;
}
.olderMode .DateRangeSelect .el-date-editor--daterange.el-input__inner{
	width: 100%;
     height: auto;
}
.olderMode .DateRangeSelect .el-input__icon{
	width:calc(35rem/40);
}
.olderMode .DateRangeSelect .el-date-editor .el-range__icon{
	font-size:28px;
}
.olderMode .DateRangeSelect .el-date-editor .el-range-separator{
	font-size:28px;
}
.olderMode .el-date-editor .el-range__close-icon{
	font-size:28px;
}
.olderMode .DateRangeSelect .el-button{
	font-size:28px;
    padding: 12px 36px;
}
.olderMode .el-table th.el-table__cell>.cell{
	font-size:28px;
	line-height:38px;
}
.olderMode .el-table .cell{
		font-size:28px;
	line-height:38px;
}
.olderMode .PageTools .el-pagination.is-background .btn-next,.olderMode  .PageTools .el-pagination.is-background .btn-prev,.olderMode  .PageTools .el-pagination.is-background .el-pager li{
	border-radius: 4px;
    background: rgba(255, 255, 255, 1)!important;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 50px;
    color: rgba(50, 50, 50, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-left: 14px;
    padding-right: 14px;
    height: 50px;
}
.olderMode .el-pager .more::before{
	line-height: 50px;
}
.olderMode .el-pagination{
    display: flex;
    justify-content: center;
}
.olderMode .PageTools button span{
    font-size: 28px!important;
}
 .olderMode .PageTools .el-pagination__total{
	 height: 50px!important;
	 line-height: 50px!important;
     font-size: 28px!important;
}
 .olderMode .el-pagination__jump{
	display:none!important;
}
 .olderMode .el-date-range-picker__header div{
	font-size: 28px;
}
 .olderMode .el-picker-panel__icon-btn{
	font-size: 28px;
}
 .olderMode .el-date-range-picker .el-picker-panel__body{
	min-width:800px;
}
 .olderMode .el-date-range-picker{
	width:800px;
}
.olderMode .el-date-table th{
	font-size:24px;
}
.olderMode .el-date-table td span{
	font-size:24px;
}