.app_cnts {
	background: #f6f6f6;
	height: 100%;
	padding: 10px;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.app_item {
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
	width: 80px;
	height: 80px;
	margin: 10px 0px 0px 10px;
}

.appName {
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.app_info {
    font-size: 14px;
    height: 20px;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    top: 49px;
}

.app_info_icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: 51px;
    opacity: 0.6;
}

#pwdSpan {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
}

#pwdSpan .container {
	margin: 180px auto 0;
	position: relative;
	width: 300px;
	height: 170px;
	background-color: white;
	text-align: left;
}

#pwdSpan .container .content {
	padding: 20px 10px 0 10px;
}

#pwdFormPwd {
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	width: 96%;
}

#pwdFormPwdMsg {
	color: #ff6000;
	font-size: 12px;
	display: none;
}

#pwdSpan .container .btns {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#pwdSpan .container .btns input {
	display: block;
	width: 50%;
	height: 44px;
	border: 0;
}

#pwdSpan .container .btns input:first-child {
	float: left;
	border-right: 1px solid #ccc;
}

#pwdSpan .container .btns input:last-child {
	float: right;
}

#normal-div h3 {
	position: relative;
    top: 38px;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Times New Roman";
}

.desc_span {
    line-height: 20px;
    font-size: 14px;
    display: block;
    position: relative;
    height: auto;
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
    color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    white-space: pre-wrap;
}

.div_arrow {
    text-align: right;
    position: relative;
    line-height: 32px;
    right: 10.3px;
    top: 4px;
}
