.contents-box{
	width: 1280px;
	margin: 30px auto;
	background-color: #f7f8fa;
}
.contents-con .el-tabs__header{
	text-align: center;
	margin-right: 20px;
	background-color: #fff;
	padding-top: 45px;
}
.contents-con .el-tabs__content{
	background-color: #fff;
	margin-left: 210px;
}
.contents-con .el-tabs__item.is-active{
	color: #b1191a;
	background-color: #E7E7E7;
}
.contents-con .el-tabs__item{
	width: 192px;
	height: 35px;
	border-bottom: 1px solid #eeeeee;
}
.contents-con .el-tabs--left .el-tabs__item.is-left{text-align: left;}
.contents-con .el-tabs__active-bar{
	left: 0 !important;
	background-color: #999999;
}
.contents-con .el-tabs__nav-wrap::after{background-color: transparent;}
.contents-con .el-tabs__item:hover{
	color: #b1191a;
	background-color: #E7E7E7;
}
.contents-con .el-tabs--left .el-tabs__active-bar.is-left{
	width: 5px;
	height: 35px;
	transform: translateY(35px);
}
.left-head-title{
	width: 192px;
	height: 45px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	background-color: #b1191a;
	position: absolute;
	z-index: 9;
}
.second-con{
	color: #666;
	padding: 30px;
}
.avatar-box{
	display: flex;
	padding: 30px;
	border-bottom: 2px solid #d8d8d8;
}
.avatar-img,.list-bottom-li-left-title{margin-right: 30px;}
.list-bottom{}
.list-bottom-li{
	height: 50px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dotted #e3e3e3;
}
.list-bottom-li:last-child{border: none;}
.list-bottom-li-left-title{
	display: inline-block;
	width: 70px;
	text-align: right;
	font-weight: bold;
}
.receive-con-table .el-table th,.receive-con-table .el-table td {text-align: center !important;}
.receive-con{
	width: 95%;
	margin: 30px auto;
}
.receive-con-li{
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.receive-con-li-head ul {
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #f5f8ff;
}
.receive-con-li-head-one,.receive-con-li-head-two,.receive-con-li-head-three,.receive-con-li-head-four{text-align: center;font-size: 14px;}
.receive-con-li-head-two,.receive-con-li-head-three,.receive-con-li-head-four,.receive-con-li-head-five{color: #000;font-weight: bold;}
.receive-con-li-head-one,.receive-con-li-content-one{width: 15%;}
.receive-con-li-head-two,.receive-con-li-content-two{width: 20%;}
.receive-con-li-head-three,.receive-con-li-content-three{width: 10%;}
.receive-con-li-head-four,.receive-con-li-content-four{width: 10%;}
.receive-con-li-head-five,.receive-con-li-content-five{width: 40%;display: flex;justify-content: space-between;}
.receive-con-li-head-five{font-size: 14px;}
.receive-con-li-orangecolor{color: #fa764f;}
.receive-con-li-bulecolor{color: #295cc1;font-weight: bold;}
.receive-con-li-head-five-cz{width: 58%;text-align: center;}
.receive-con-li-head-five-right{width: 42%;}
.receive-con-li-content ul{display: flex;font-size: 14px;color: #666;}
.receive-con-li-content-one,.receive-con-li-content-two,.receive-con-li-content-three,.receive-con-li-content-four{border-right: 1px solid #dadada;text-align: center;}
.receive-con-li-content-two,.receive-con-li-content-three,.receive-con-li-content-four{
	display: flex;
	align-items: center;
	justify-content: center;
}
.receive-con-li-content-text{
	width: 80%;
	margin: 0 auto;
	line-height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.receive-con-li-content-five-left{
	width: 60%;
	border-right: 1px solid #dadada;
}
.receive-con-li-content-five-right{margin-right: 10px;}
.receive-con-li-content-five-left,.receive-con-li-content-five-right{
	display: flex;
	align-items: center;
	justify-content: center;
}
.receive-con-button{
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #dae6ff;
	background-color: #f9fbff;
	cursor: pointer;
}
.receive-con-button:hover{
	color: #fff;
	border-color: #fa764f;
	background-color: #fa764f;
}
.receive-con-button:nth-child(2){margin-left: 10px;}
.receive-con-list{margin-top: 30px;}
.receive-con-list:first-child{margin-top: 0;}
.receive-con-table{
	margin-top: 20px;
}

/* 设置滚动条的宽度 */
.receive-con-table .el-table__body-wrapper::-webkit-scrollbar {
  width: 5px;
}
/* 设置滚动条的背景色和圆角 */
.receive-con-table .el-table__body-wrapper::-webkit-scrollbar-thumb  {
  background-color: #eee;
  border-radius: 5px;
}

.third-table-head{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #555763;
}
.third-table-head ul,.third-table-con ul{display: flex;}
.third-table-head ul li{color: #fff;}
.third-table-con-li{
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.third-table-con-li ul{border-radius: 0 0 5px 5px;}
.third-table-con-li ul li{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.receive-con-li-head-one{display: flex;align-items: center;}
.third-table-head-one,.third-table-head-two,.third-table-head-five,.third-table-head-six{text-align: center;font-size: 14px;}
.third-table-head-one,.third-table-con-one{width: 20%;}
.third-table-head-two,.third-table-con-two{width: 13%;}
.third-table-head-five,.third-table-con-five{width: 25%;}
.third-table-head-six,.third-table-con-six{width: 15%;}
.third-table-con-two,.third-table-con-five,.third-table-con-six{border-left: 1px solid #eee;}
.third-table-con-head{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f8ff;
}
.third-table-con-head-left{margin-left: 30px;}
.third-table-con-head-time{margin-right: 15px;}
.third-table-con ul{
	border: 1px solid #eee;
	border-top: none;
}
.third-table-con-text{
	width: 90%;
	line-height: 25px;
	margin: 10px auto;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-weight{font-weight: bold;}
.third-table-con-page{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 10px 0;
	padding: 0 15px;
}
.page-left{
	color: #000;
	font-size: 14px;
}
.third-con{
	border-radius: 10px;
	/* background-color: #f7f8fa; */
}
.receive-page{margin-top: 15px;text-align: right;}
.receive-page .el-pagination__total{float: left;}
.receive-con-li-content-four p{
	width: 101px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.feedback-box-con-li{
	padding: 15px 20px;
	border-radius: 5px;
}
.feedback-box-con-li-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.feedback-box-con-li-head-time{color: #999999;}
.bule-text{color: #4f86fa;}
.green-text{color: #42c75e;}
.bule-bg{background-color: #f5f8ff;}
.green-bg{background-color: #edffef;}

/* 我的选刀样式 */
.fifth-con{background-color: #f5f5f5;}
.fifth-con-head{
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background-color: #555763;
}
.fifth-con-box{
	width: 100%;
	min-height: 98px;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
}
.fifth-con-box:last-child{margin-bottom: 0;}
.fifth-con-one,.fifth-conbox-one{width: 10%;}
.fifth-conbox-one,.fifth-con-one,.fifth-conbox-two,.fifth-con-two{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-right: 1px solid transparent;
}
.fifth-conbox-one,.fifth-conbox-two{border-right: 1px solid #eee !important;}
.fifth-con-two,.fifth-conbox-two{width: 12%;}
.fifth-conbox-three,.fifth-con-three{width: 22%;}
.fifth-con-three{
	display: flex;
	box-orient:vertical;
	justify-content: center;
}
.fifth-conbox-three-line{
	height: 33.33%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.fifth-conbox-three-line:last-child,.fifth-conbox-four-line:last-child{border-bottom: none;}
.fifth-conbox-four,.fifth-con-four{width: 8%;}
.fifth-conbox-four-line{
	height: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.fifth-conbox-five,.fifth-con-five{width: 18%;}
.fifth-conbox-five-con{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fifth-conbox-five-line,.fifth-conbox-two-box{text-align: center;}
.fifth-conbox-six,.fifth-con-six{width: 18%;}
.fifth-conbox-six-course{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 65%;
	border-bottom: 1px solid #eee;
}
.fifth-conbox-six-course-title,.fifth-conbox-six-lifetime-title{font-weight: bold;}
.fifth-conbox-six-course-text{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fifth-conbox-six-lifetime,.fifth-conbox-six-course{padding: 0 5px;}
.fifth-conbox-six-lifetime-text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fifth-conbox-seven,.fifth-con-seven{
	width: 12%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.fifth-conbox-seven-button{text-align: center;}
.fifth-conbox-one,.fifth-conbox-two,.fifth-conbox-five,.fifth-conbox-six{border-right: 1px solid #eee !important;}

.fifth-feed .el-dialog__header{background-color: #b1191a;}
.fifth-feed .el-dialog__title,.fifth-feed .el-dialog__close{color: #fff;}
.fifth-feed-conbox{margin-bottom: 10px;}
.fifth-feed-conbox-header{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	background-color: #b1191a;
}
.receive-con-table .el-badge__content.is-fixed{
	top: 4px;
}







