.roomdetail,
.addcamera,
.addjiwei,
.jiweimanage {
    font-size: 14px;
    color: #3d4b64;
    padding: 15px;
}

.roomdetail .sub-name,
.addcamera .sub-name,
.addjiwei .sub-name,
.jiweimanage .sub-name {
    border-bottom: 1px solid #255da5;
}

.content-search {
	float: right;
	width: 212px;
	height: 28px;
	line-height: 26px;
	margin: 13px 30px 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;
}

.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: 40px;
    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;
}

.table {
    border-top: none;
}

.button {
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
}