/* layui-修改 */
@media screen and (max-width: 1440px){
	#expiredTips{
		width: 300px;
	}
}
.zy-nav-icon .layui-nav-more {
	right: 20px !important;
}
/* zy-私有化-全局 */
cite {
	font-style: normal !important;
}
/* zy-私有化-nav */
.zy-nav {
	width: 220px;
	box-sizing: border-box;
}
.zy-nav-title {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
}
.zy-nav-title cite {
	font-style: normal;
	line-height: 16px;
	color: rgba(255,255,255,0.7);
}
.zy-nav-title i {
	line-height: 16px;
	color: rgba(255,255,255,0.7);
}
.zy-nav-item {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.03);
	background-color: rgba(255,255,255,0.01);
	padding: 15px 0px;
	cursor: pointer;
	transition: all 0.3s linear;
}
.zy-nav-item:hover {
	border: 1px solid rgba(0,150,136,0.7);
	background-color: rgba(0,150,136,0.3);
}
.zy-nav-item:hover .zy-icon-contain {
	transform: scale(1.2);
}
.zy-nav-item:hover cite {
	color: rgba(255,255,255,1.0);
}
.zy-nav-select {
	border: 1px solid rgba(0,150,136,0.4);
	background-color: rgba(0,150,136,0.3);
}
.zy-nav-select .zy-icon-contain {
	transform: scale(1.2);
}
.zy-nav-select cite {
	color: rgba(255,255,255,1.0);
}
.zy-nav-item .zy-icon-contain {
	width: 24px;
	height: 24px;
	margin-bottom: 12px;
	transition: all 0.3s linear;
}
.zy-nav-item cite {
	font-style: normal;
	line-height: 16px;
	text-align: center;
	color: rgba(255,255,255,0.7);
	transition: all 0.3s linear;
}
/* zy-私有化-背景 */
.zy-bg-white {
	background-color: #FFF;
}
.zy-shadow {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}
/* zy-私有化-布局 */
.zy-col-no {
	display: flex;
	flex-flow: column nowrap;
}
.zy-col {
	display: flex;
	flex-flow: column wrap;
}
.zy-row-no {
	display: flex;
	flex-flow: row nowrap;
}
.zy-row {
	display: flex;
	flex-flow: row wrap;
}
.zy-radius2 {
	border-radius: 2px !important;
	overflow: hidden;
}
.zy-radius4 {
	border-radius: 4px !important;
	overflow: hidden;
}
.zy-radius6 {
	border-radius: 6px !important;
	overflow: hidden;
}
/* zy-私有化-图标 */
.zy-icon-contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.zy-icon-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* zy-私有化-文字 */
.zy-text-14 {
	font-size: 14px;
	line-height: 14px;
}
.zy-text-16 {
	font-size: 16px;
	line-height: 16px;
}
.zy-text-19 {
	font-size: 19px;
	line-height: 19px;
}
.zy-text-24 {
	font-size: 24px;
	line-height: 24px;
}
.zy-text-26 {
	font-size: 26px;
	line-height: 26px;
}
.zy-text-30 {
	font-size: 30px;
	line-height: 30px;
}
.zy-text-40 {
	font-size: 40px;
	line-height: 40px;
}.zy-text-black {
	 color: rgba(68,68,68,1.0);
 }
.zy-text-white {
	color: rgba(255,255,255,1.0);
}
.zy-text-white-0 {
	color: rgba(255,255,255,0.7);
}
.zy-text-grey {
	color: rgba(153,153,153,1.0);
}
.zy-text-center {
	text-align: center;
}
/* zy-私有化-内间距 */
.zy-padding5 {
	padding: 5px !important;
}
.zy-padding15 {
	padding: 15px !important;
}
.zy-padding30 {
	padding: 30px !important;
}
.zy-padding40 {
	padding: 40px !important;
}
.zy-padding-y10 {
	padding: 10px 0px !important;
}
.zy-padding-x20 {
	padding: 0px 20px !important;
}

.tree-box {
	border-radius: 0px !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
	background: rgb(250, 250, 250) none repeat scroll 0% 0% !important;
	border: 1px solid rgb(204, 204, 204) !important;
	overflow-y: scroll !important;
	overflow-x: auto !important;
	margin-top: 0px !important;
	width: 224px !important;
	max-height: 160px !important;
	-moz-user-select: none !important;
}
::-webkit-input-placeholder{
    color: rgb(117, 117, 117);
}