* {
	user-select: none;
}

html, body, .gj-content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
}

.gj-content {
	overflow: hidden;
}

.gj-body {
	height: calc(100% - 3rem);
	box-sizing: border-box;
	overflow: hidden;
}

.ios-safe {
	/*安全边距*/
	padding-bottom: constant(safe-area-inset-bottom);
	/*兼容 IOS<11.2*/
	padding-bottom: env(safe-area-inset-bottom);
	/*兼容 IOS>11.2*/
}

.gj-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	background-color: #fff;
	box-shadow: 0 0 0.3rem #ccc;
}

.gj-body iframe {
	display: none;
	margin: 0;
	padding: 0 0 3rem 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}

.gj-menu-nav {
	width: 20%;
	line-height: 1rem;
	font-size: 0.7rem;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

.gj-menu-nav dt {
	height: 2rem;
	line-height: 2rem;
}

.gj-menu-nav i {
	font-size: 1.5rem;
}

.gj-add-note {
	display: grid;
	place-items: center;
	height: 3rem;
	width: 20%;
	padding: 0.5rem 0;
	line-height: 3rem;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.gj-add-note dt {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	background-color: #2c77f1;
	color: #fff;
}

.gj-add-note i {
	font-size: 1.3rem;
}

.layui-this {
	color: #2c77f1;
}

.gj-card-body {
	height: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.layui-card-header {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gj-bk-w {
	background-color: #fff;
}

.gj-handling-textarea, .gj-handling-textarea:focus {
	border: none!important;
}

.gj-handling-title {
	padding: 1rem 0;
	padding-bottom: 0.5rem;
}

.gj-handling-time {
	color: #999;
}

.gj-handling-time span + span {
	margin-left: 1rem;
}

.gj-item_content p {
	padding: 0.5rem 0;
}

.gj-query {
	display: flex;
}
