.bg-f0f6f4 {
	background-color: #f0f6f4;
}

#app {
	opacity: 0;
}

.logo img{
	height:100%;
	width:auto;
}

.nav .el-menu--horizontal {
	border: none;
}

.nav .el-menu--horizontal>.el-menu-item {
	border: none;
	line-height: 45px;
	padding: 0 30px;
	margin-right: 10px;
}

.nav .el-menu--horizontal>.el-menu-item.is-active {
	border: none;
	background: #0053dd;

}

.nav .el-menu--horizontal>.el-menu-item.is-active a {
	color: #ffffff;
}

.nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.nav li a:hove {
	text-decoration: none;
}

.nav .el-menu--horizontal>.el-menu-item a,
.nav .el-menu--horizontal>.el-menu-item a:hover {
	color: #ffffff;
}

.nav .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.nav .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	background: #0053dd;
}


.info-list li:hover,.agent-list li:hover{
	background-color: #fdfdfd;
}

.info-nav .el-menu--horizontal {
	border-bottom: 2px solid #2979ff;
}

.info-nav .el-menu--horizontal>.el-menu-item {
	line-height: 40px;
	padding: 0 30px;
	margin-right: 10px;
	font-size: 16px;
}

.info-nav .el-menu--horizontal>.el-menu-item {
	border: none;
}

.info-nav .el-menu--horizontal>.el-menu-item.is-active {
	border: none;
	background: #2979ff;
	border-radius: 5px 5px 0 0;
	color: #ffffff !important;
	font-weight: bold;

}

.info-nav .el-menu--horizontal>.el-menu-item.is-active a {
	color: #ffffff;
}

.info-nav .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.info-nav .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	background: #2979ff;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
}


.info-album .el-carousel__arrow{
	display:none;
}

.album-indicators .scrollbar-flex-content{
	display: flex;
}

.album-indicators .scrollbar-item{
	flex-shrink: 0;
	line-height: 0;
	width: 135px;
	height:95px;
}

.album-indicators .scrollbar-item:last-child{ 
  width: 120px;
}

.album-indicators .scrollbar-item img {
	width: 120px;
	height: 80px;
	border-radius: 5px;
	cursor: pointer;
}

.album-indicators .scrollbar-item.is-active img {
	width: 114px;
	height: 74px;
	border: 3px solid #2979ff;
}

.album-prev,
.album-next {
	cursor: pointer;
	width: 30px;
	height:80px;
	line-height: 80px;
	background: #000000;
	color: #ffffff;
	opacity: 0.2;
	border-radius: 3px;
}

.album-prev:hover,
.album-next:hover {
	opacity: 0.3;
}

.layout-container .el-header {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 20px 0 rgba(15, 12, 70, .1);
	z-index: 2;
}

.layout-container .el-aside {
	position: fixed;
	left: 0;
	height: 100%;
	top: 70px;
	background-color: #ffffff;
	padding-top: 10px;
	z-index: 1;
	width: 200px;
}

.layout-container .el-aside a {
	color: var(--el-menu-text-color);
	text-decoration: none;
}

.layout-container .el-aside .el-sub-menu .el-menu-item a {
	color: var(--el-text-color-primary);
}

.layout-container .el-aside .is-active a,
.layout-container .el-aside .el-sub-menu .is-active a {
	color: #ffffff;
}

.layout-container .el-main {
	margin-left: 200px;
	margin-top: 70px;
}

.footer {
	text-align: center;
	line-height: 35px;
	padding: 25px 0;
	font-size: 14px;
	color: #606266;
}

.footer a {
	color: #606266;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #2979ff;
}


.top .item {
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 2px 2px 6px 0 #eee;
	width: 124px;
	margin-right: 20px;
}

.top .item:nth-child(3n) {
	margin-right: 0;
}

.top .active {
	background: #fff6ea;
	border-color: #e6bc80;
}

.top .top-select {
	z-index: 1;
	top: -1px;
	right: -1px;
	border: 16px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-top-color: #e6bc80;
	border-right-color: #e6bc80;
	border-radius: 0 5px 0 0;
}

.top .top-select::after {
	content: "";
	display: block;
	width: 4px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	z-index: 2;
	top: -12px;
	right: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.album-item{
	line-height:0;
	width:239px;
	height:170px;
	cursor: pointer;
	margin-right:15px;
	margin-top:15px;
}

.album-item:nth-child(3n) {
	margin-right:0;
}
.index-build-list li{float:left;display:inline;width:285px;margin-right:20px;margin-top:20px;}
.index-build-list li:nth-child(4n){margin-right:0;}

.index-info-list li{float:left;display:inline;width:228px;margin-right:15px;margin-top:15px;}
.index-info-list li:nth-child(5n){margin-right:0;}

.view-class-list a{float:left;display:inline;height:40px;line-height:40px;font-size:14px;width:128px;text-align:center;margin:10px 10px 0 0;border:1px solid #eee;border-radius:5px;}
.view-class-list a:nth-of-type(2n+0){margin-right: 0;}
.view-class-list a:hover,.view-class-list a.hover{background-color: #2979FF;color:#ffffff;}

.fixed-common{
	position: fixed;
	z-index: 10;
	right: 0;
	top: 50%;
	margin-top:-130px;
}
.fixed-common .item{
	width: 55px;
	height: 55px;
	background-color: #6478a6;
	transition: 0.5s all;
	border-radius: 3px 0 0 3px;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
}
.fixed-common .item:hover{
	background-color: #2979ff;
}
.fixed-common .item .icon{
	padding-top: 8px;
}
.fixed-common .item .icon img{
	width: 24px;
	height: 24px;
}
.fixed-common .item .title{
	color: #fff;
	font-size: 12px;
}