* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

#common-login-top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #fff;
}

#common-box {
	display: flex;
}

#common-left {
	width: 256px;
	background: #001527;
}

#common-right {
	width: 100%;
	background: #f0f4f7;
	overflow-x: scroll;
	position: relative;
	padding-bottom: 80px;
}

#common-right-top {
	height: 46px;
	line-height: 46px;
	background: #fff;
	border-bottom: 2px solid #f0f4f7;
}

#page-address {
	height: 28px;
	line-height: 28px;
	background: #fff;
	padding: 0 15px;
	font-size: 12px;
}

#common-right-content {
	margin: 0 20px;
}

#common-right-bottom{
	margin: 0;
	padding: 0;
	background: #f9f9f9;
	position: fixed;
	height: 80px;
	bottom: 0;
	line-height: 80px;
	text-align: center;
}

.bottom-btn{
	padding: 10px 30px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 10px;
}
#save-btns,#save-btn,#extract-btn{
	border: 1px solid #ffa74f;
	color: #ffa74f;
}
#submit-btn{
	background: #ffa74f;
	border: 1px solid #ffa74f;
	color: #FFF;
}

.right-content-title {
	background: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
}

.right-content-search {
	/* background: #fff; */
	margin-top: 2px;
	padding: 15px 0;
}

.search-row {
	display: flex;
	padding: 5px 0;
	justify-content: center;
}

.search-row-item {
	margin: 0 10px;
}

.search-row-item input[type='text'] {
	width: 180px;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
}

.search-row-item select {
	height: 28px;
	line-height: 28px;
	width: 80px;
}

.search-row-item input[type='button'] {
	width: 80px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.searchDiv input[type='button'] {
	width: 80px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.search-row-item input[type='number'] {
	width: 180px;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
}

.right-content-list {
	background: #fff;
	padding: 10px 15px 30px;
}

.right-content-list table {
	border-collapse: collapse;
	font-size: 14px;
	border: 1px solid #efeff6;
	margin-top: 10px;
}

.right-content-list table th {
	background: #efeff6;
	line-height: 20px;
	padding: 10px;
}

.right-content-list table td {
	/* border: 1px solid #efeff6; */
	line-height: 20px;
	padding: 10px;
}


.correlation-section table {
	border-collapse: collapse;
	font-size: 14px;
	border: 1px solid #efeff6;
	margin-top: 10px;
}

.correlation-section table th {
	background: #efeff6;
	line-height: 20px;
	padding: 10px;
}

.correlation-section table td {
	/* border: 1px solid #efeff6; */
	line-height: 20px;
	padding: 10px;
}

.right-content-list table tr:nth-child(odd) {
	background: #fff;
}

.right-content-list table tr:nth-child(even) {
	background: #fafafa;
}

.right-content-list table input {
	margin: 0 5px;
}

.right-content-list table label,
.right-content-list table span,
.right-content-list table a,
.right-content-list table strong,
.right-content-list table b,
.right-content-list table font,
.right-content-list table button,
.correlation-section table label,
.correlation-section table span,
.correlation-section table a,
.correlation-section table strong,
.correlation-section table b
{
	font-weight: normal;
	padding: 3px 0;
	margin: 0 5px;
	color: #ffa74f;
	border: none;
	border-bottom: 1px solid #ffa74f;
	cursor: pointer;
	background: none;
	
}

.list-add-btn {
	height: 28px;
	line-height: 28px;
	/* width: 80px; */
	padding: 0 20px;
	background: #ffa74f;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px
}

.add-btn {
	background: #ffa74f;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 30px;
	display: inline-block;
	margin-top: 20px;
}

/* 弹框 */
.common-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=50);
	background-color: rgba(24, 24, 24, 0.5);
	z-index: 999999;
}

.sure-box,.signup-box,.chose-box,.audit-sure{
	width: 500px;
	height: 300px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -250px;
}

.chose-section{
	width: 80%;
	height: 90%;
	border-radius: 5px;
	background: #FFF;
	position: fixed;
	top: 5%;
	left: 10%;
}

.add-extractor{
	width: 900px;
	height: 540px;
	border-radius: 5px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
	overflow-y: scroll;
}

.add-extractor input[type='text'] {
	width: 300px;
	height: 30px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.add-extractor select {
	height: 30px;
	line-height: 30px;
	width: 300px;
	
}

.see-info,.audit-info{
	width: 900px;
	height: 600px;
	border-radius: 5px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
	overflow-y: scroll;
}


.box-title {
	height: 50px;
	display: flex;
	justify-content: space-between;
	background: #ffa74f;
	border-radius: 5px 5px 0 0;
}

.box-title h1 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-indent: 20px;
	line-height: 50px;
}

.box-title span {
	display: block;
	height: 20px;
	width: 20px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin: 15px 10px 0 0;
}

.box-content {
	margin: 20px;
	max-height: 550px;
	overflow-y: scroll;
}

.box-search{
	margin-bottom: 10px;
}

.box-content table {
	border-collapse: collapse;
	font-size: 14px;
	border: 1px solid #efeff6;
}

.box-content table th {
	background: #efeff6;
	line-height: 20px;
	padding: 10px;
}

.box-content table td {
	/* border: 1px solid #efeff6; */
	line-height: 20px;
	padding: 10px;
}
.box-content table tr:nth-child(odd) {
	background: #fff;
}

.box-content table tr:nth-child(even) {
	background: #fafafa;
}

.box-content table button
{
	font-weight: normal;
	padding: 3px 0;
	margin: 0 5px;
	color: #ffa74f;
	border: none;
	border-bottom: 1px solid #ffa74f;
	cursor: pointer;
	background: none;
	
}


.box-content h2 {
	height: 150px;
	line-height: 150px;
	font-size: 16px;
	text-align: center;
}

.box-foot {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #ffa74f;
	padding: 15px 0;
	background: #fff;
}

.box-foot button {
	padding: 8px 35px;
	border-radius: 4px;
	border: 1px solid #ffa74f;
	cursor: pointer;
	margin: 0 10px;
}
.foot-sure-btn{
	background: #ffa74f;
	color: #fff;
}
/* 弹框结束 */

/* 按钮 */
.notice-release{
	padding: 10px 30px;
	background: #d9d9d9;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	cursor: pointer;
	margin: 0 10px;
	
}
.notice-save{
	padding: 10px 30px;
	background: #ffa74f;
	border-radius:4px;
	cursor: pointer;
	border: 1px solid #ffa74f;
	color: #fff;
	margin: 0 10px;
}

.module-title{
	padding: 0 0 15px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #efeff6;
	position: relative;
}

.section-detail{
	height: 50px;
	line-height: 50px;
	background: #fff;
	display: flex;
	flex-direction: row;
	/* padding: 0 20px; */
	font-size: 14px;
	margin-bottom: 20px;
}
.section-detail-item{
	margin: 0 20px;
}
.publicity-notice{
	background: #fff;
	text-align: center;
	padding: 50px;
}
.publicity-notice table tr td{
	padding: 10px 0;
}
.publicity-notice table tr td input{
	width: 500px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
	text-indent: 10px;
}
.publicity-notice table tr td select{
	width: 500px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
	text-indent: 10px;
}
.publicity-notice table tr td label span{
	color: red;
}

.list-tab span{
	padding: 5px 20px;
	
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
}
/* #bidding{
	background: #ffa74f;
	color: #fff;
}
#isbid{
	background: #efeff6;
	color: #181818;
} */



.batch-btn{
	padding: 5px 20px;
	border: 1px solid #ffa74f;
	border-radius: 3px;
	color: #ffa74f;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0;
}

/* 分页 */
/* 外面盒子样式---自己定义 */
.page-box{margin:20px 10px 20px 0;color:#666;text-align: center;}
/* 页数按钮样式 */
.page-box button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none; }
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#ffa74f;border:1px solid #ffa74f}
#nextPage,#prePage{width:70px}
.page-box .current{background-color:#ffa74f;border-color:#ffa74f;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#ffa74f;margin:0 5px}
/*button禁用*/
.page-box button:disabled{opacity:.5;cursor:no-drop}


chose-section