#app{width: 1280px;margin: 20px auto;color: #666;box-sizing: border-box;}
.top_nav{
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.active_nav{color: #b1191a;}
/* 方案列表页面样式 */
.breadcrumb-text:hover{cursor:pointer;}
.new-scheme-button{
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #dcdfe6;
}
.new-scheme-button:hover{
	cursor:pointer;
	/* color: #fff; */
	font-weight: bold;
	color: #b1191a;
	border: 1px solid rgba(177,25,26,.4);
	background-color: rgba(255,255,255,.7);
	/* background-color: rgba(177,25,26,.4); */
}
.table-head{
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background-color: #525359;
	margin: 20px 0;
	font-size: 14px;
	border-radius: 5px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.table-head span{
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	border-right: 1px solid #525359;
}
/* .table-head-one{color: #b1191a;} */
.table-head-one,.scheme-infor-con{
	width: 30%;
	box-sizing: border-box;
}
.scheme-infor-con{width: 31% !important;}
.workpiece-infor{width: 22% !important;}
.workpiece-number,.scheme-state,.other-infor,.operation-buttons{width: 14% !important;}
.table-head-two,.workpiece-infor{width: 20%;}
.table-head-three,.workpiece-number,.scheme-state,.other-infor,.operation-buttons{width: 12%;}
.table-tobady{background-color: #fff;padding: 10px 20px 50px 20px;}
.table-tobady-list{
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.list-head{
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	background-color: #f5f8ff;
	padding: 0 30px;
}
.list-head-text{margin-right: 50px;}
.list-head-title{color: #0081FF;font-weight: bold;}
.list-head-bold{font-weight: bold;}
.list-content,.scheme-infor-con{display: flex;}
.scheme-infor-con,.workpiece-infor,.workpiece-number,.scheme-state,.other-infor{border-right: 1px solid #eee;min-height: 130px;}
/* .scheme-infor-con{padding: 10px 0;} */
.scheme-infor-con-img{width: 40%;display: flex;align-items: center;justify-content: center;border-right: 1px solid #eee;padding: 10px 0;}
.scheme-infor-con-img img{width: 100%;border-radius: 5px;box-shadow: 5px 12px 12px rgba(0, 0, 0, 0.1)}
.workpiece-number,.scheme-state,.other-infor{
	display: flex;justify-content: center;align-items: center;
}
.scheme-infor-con-name {
	/*width: 60%;*/
	text-align: center;
	/*padding: 10px 0;*/
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}

.scheme-infor-con-name-box{
	/*width: 80%;*/
	margin: 0 5px;

}
.scheme-infor-con-name-box p {
	margin-bottom: 10px;
	/*line-height: 25px;*/
	text-align: left;
}

.scheme-infor-con-name-box p:first-child{
	/*overflow: hidden;*/
	text-overflow:ellipsis;
	white-space: nowrap;
	/*margin-top: 30px;*/
}
.scheme-infor-con-synopsis{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.workpiece-infor-li{
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.workpiece-infor-li:last-child{border: none;}

.operation-buttons{
	margin: 0 auto;
}
.operation-button{
	cursor:pointer;
	width: 65%;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #dcdfe6;
	margin: 0 auto;
	margin-bottom: 10px;
}
.operation-button:hover{
	color: #fff;
	border-color: #ff7656;
	background-color: #ff7656;
}
.operation-button:first-child{margin-top: 20px;}
.pages-bottom{text-align: right;}

/* 新建方案页面样式 */
.con-box{
	color: #666;
	min-height: 400px;
	border-radius: 5px;
	margin-top: 15px;
	padding: 30px 0;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.con-box-small{
	width: 90%;
	margin: 0 auto;
}
.con-head{
	height: 40px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #d6e4fe;
}
.content{
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.content-left{
	width: 38%;
	text-align: center;
}
.content-left-img{
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.content-left-img img{
	width: 100%;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.content-left-img-button{
	width: 100%;
	/* position: absolute;
	bottom: 0;
	left: 0; */
	height: 50px;
	/* background-color: rgba(186,176,166,.8); */
}
.left-button{
	display: flex;
	margin: 0 auto;
	width: 39%;
	margin-top: 10px;
}

.content-right {
	width: 60%;
	/* height: 500px; */
	overflow:auto;
	background:#FFFFFF
}
.content-right-li{
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.li-scheme-name,.li-scheme-type{width: 48%;}
.li-scheme-title{
	display: flex;
	justify-content: space-between;
}
.li-input{width: 100%;}
.required{
	color: #f94743;
	font-size: 16px;
	margin-left: 5px;
}
.add-fenlei{font-size: 14px;cursor:pointer;}

.two-top{width: 100%;}
.li-inputs{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.li-input-box{width: 48%;}
.content-right-li .el-input__inner, .li-scheme-synopsis .el-textarea__inner,.upload-img-input .el-input__inner{
	border: 0;
	background-color: #f5f8ff;
	resize: none;
	/* 这个是去掉 textarea 下面拉伸的那个标志，如下图 */
}
.li-scheme-name p,.li-scheme-synopsis p,.two-top p{margin-bottom: 10px;}
.new-scheme-buttons{
	width: 100%;
	margin-top: 20px;
	text-align: right;
}
.workpiece-infor-li{
	display: flex;
	justify-content: center;
}
.sc{
	width: 123px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


/* 上传方案零件图弹窗样式 */
.upload-img-message-con{
	width: 80%;
	margin: 0 auto;
}
.upload-img-name{text-align: left;}
.upload-img-name p{margin-bottom: 10px;padding-left: 15px;}
.upload-img-box{
	text-align: center;
	margin-top: 15px;
	padding: 30px 0;
	border: 2px dashed #e4e4e4;
}
.img-box-icon{font-size: 70px;color: #4e4e4e;}
.img-box-tishi{color: #353535;line-height: 30px;}
.img-box-jianyi{color: #999999;line-height: 30px;}
.upload-img-box .el-textarea__inner{
	border: 0;
	resize: none;
}

/* .scheme-infor-con,.workpiece-infor,.workpiece-number,.scheme-state,.other-infor,.operation-buttons{box-sizing: border-box;} */


