/*
* @Author: kkfan2
* @Date:   2018-07-18 10:53:33
 * @Last Modified by: kkfan2
 * @Last Modified time: 2019-07-03 09:36:23
*/
.obscure {
	display: none;
}


a {
	text-decoration: none;
	color: #666;
}

/* page container */
.wrap {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 770px;
	font-size: 14px;
    color: #333;
    overflow: auto;
}

/* 高级搜索部分 */
.advanced-search {
	position: absolute;
	top: -400px;
	height: 400px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	font-family: 'PingFangSC Regular';
}

.advanced-search-contont {
	margin: 0 auto;
	width: 1000px;
}
.advanced-search-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 54px;
	line-height: 52px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
	color: #333;
}

.advanced-search-title span {
	display: inline-block;
}

.close-btn {
    float: right;
	font-size: 32px;
	color: #666;
	cursor: pointer;
}

.advanced-search-form {
	padding: 0 120px;
}


/* 修改flyui默认样式 */
.advanced-search-form .form-control .label {
    width: 196px;
}

.advanced-search-form .form-control {
    padding-left: 200px;
}

/* 高级搜索按钮 */
.advanced-search-btn {
	float: right;
	height: 36px;
	width: 98px;
	border: none;
	/* border-radius: 5px; */
	margin-right: 10px;
	background-color: #399777;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}

.title-desc {
	font-size: 14px;
}

.widget .input {
	border-radius: 0;
}

.textbox-wrap, .dropdown-wrap, .datepicker-wrap {
	border-radius: 0;
}