.flex1 {flex: 1;}
.line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.line2{word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.line3{word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.line4{word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.line5{word-break:break-all;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
.acea-row{display:flex;flex-wrap:wrap;}
.acea-row.row-top{align-items:flex-start;}
.acea-row.row-middle{align-items:center;}
.acea-row.row-bottom{align-items:flex-end;}
.acea-row.row-left{justify-content:flex-start;}
.acea-row.row-center{justify-content:center;}
.acea-row.row-right{justify-content:flex-end;}
.acea-row.row-between{justify-content:space-between;}
.acea-row.row-around{justify-content:space-around;}
.acea-row.row-column{flex-direction:column;}
.acea-row.row-column-between{flex-direction:column;justify-content:space-between;}
.acea-row.row-column-around{flex-direction:column;justify-content:space-around;}
.acea-row.row-center-wrapper{align-items:center;justify-content:center;}
.acea-row.row-between-wrapper{align-items:center;justify-content:space-between;}

div {
	box-sizing: border-box;
}
img {
	display: block;
}
html, body {
	width: 100%;
	height: 100%;
	min-height: 1000px;
	min-width: 1460px;
}
#app {
	width: 100%;
	height: 100%;
}
.main-wrap {
	width: 100%;
	height: calc(100% - 78px);
}
body {
	background-color: #f2f5f9;
}

a {
	text-decoration: none;
}

[v-cloak] { display: none; }

.bottom {
	width: 100%;
	height: 58px;
	background: #1e2635;
	margin-top: 20px;
	font-size: 12px;
	color: #4b515d;
}

.left-menu {
	width:  98px;
	height: 100%;
	background-image: linear-gradient(to right, #16a9f3, #30d1e9);
}
.right-wrap {
	padding: 20px;
	padding-bottom: 0;
}
.left-menu .logo {
	width: 80%;
	height: 90px;
	object-fit: contain;
	margin: 0 auto;
}
.left-menu .left-menu-item {
	width: 100%;
	height: 100px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}
.left-menu .left-menu-item img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-bottom: 10px;
}
.left-menu .left-menu-item.active {
	background-color: #f2f5f9;
	color: #22bcee;
}