.content-header {
	height: 55px;
	line-height: 55px;
}

.content-search {
	float: right;
	width: 212px;
	height: 28px;
	line-height: 26px;
	margin: 13px 20px 0 0;
	border: 1px solid #d2d2d2;
	background: #fff;
}

.content-search input {
	height: 26px;
	width: 175px;
	outline: none;
	border: none;
	float: left;
	padding-left: 10px;
	font-size: 14px;
}

.content-search button {
	height: 26px;
	width: 35px;
	outline: none;
	border: none;
	float: right;
	background: url(../images/icon-search.png) no-repeat center;
	cursor: pointer;
}

.content-main table {
	width: 100%;
	table-layout: fixed;
}

.content-main td p {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.content-main td span {
	display: block;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.content-main td button {
	display: inline-block;
	margin: 0 auto;
	/* width: 68px; */
	height: 28px;
	/* line-height: 26px; */
	text-align: center;
	outline: none;
	font-size: 93%;
	cursor: pointer;
}
.btnlink {
    color: #4461f6;
    margin-left: 5px;
    margin-right: 5px;
}

.btnlink:hover {
    color: #3954e2;
}


.content-main td.check, .content-main td.build {
	padding: 0 0;
	text-align: center;
}

.content-main td.success {
	color: #009944;
}

.content-main td.check button {
	border: 1px solid #c1c1c1;
	background: #fff;
	color: #333;
}

.content-main td.check button:hover {
	border: 1px solid #268ff0;
	color: #268ff0;
}

.content-main td.fail {
	color: #ff0000;
}

.content-main td.build button {
	color: #fff;
	background: #268ff0;
	border: none;
}


.content-main td.build button:hover {
	color: #fff;
	background: #005fb8;
}
 


.content-main .biaoduan {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content-main .biaoduan span {
	color: #000000;
	line-height: 24px;
}

.el-select {
	margin-left: 20px;
}

.el-input__inner {
	border: 1px solid #d2d2d2;
}

.randomExtract {
    font-size: 14px;
    color: #3d4b64;
    padding: 15px;
}

.layui-input {
    width: 96%;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}

.layui-output {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 2px;
}

.layui-input-block {
    margin-left: 136px;
    min-height: 28px;
}

.layui-form-label {
    width: 136px;
    padding: 4px 5px;
}

.layui-form-item {
    margin-bottom: 0px;
    padding: 6px 0;
}

.layui-form-item .layui-inline {
    margin-bottom: 0px;
}

.layui-inline {
	width: 48%;
}

.layui-form {
    padding: 0 5px;
}

.layui-form,
.layui-output {
    background-color: #f7f7f7;
    padding-bottom: 8px;
}
