.bg-f0f6f4 {
	background-color: #f0f6f4;
}

#app {
	/* opacity: 0; */
}

.logo img{
	height:100%;
	width:auto;
}
.header-nav {
	padding: 0 100px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 1000;
}

.tabs-nav.el-menu--horizontal.el-menu{
	border-bottom:0 none;
	background-color: transparent;
	height: 44px;
}
.tabs-nav.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.tabs-nav.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	outline: 0;
	color: var(--primary);
	background-color: transparent
}
.tabs-nav.el-menu--horizontal>.el-menu-item{
	border: 0 none;
}
.tabs-nav.el-menu--horizontal>.el-menu-item.is-active{
	position: relative;
	border: 0 none;
	font-weight: bold;
}
.tabs-nav.el-menu--horizontal>.el-menu-item.is-active::after{
	content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 21px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primaryDisabled) 100%);
    border-radius: 2px;
}

.background-img{
	position: fixed;
		left: 0;
		bottom: 0;
		object-fit: cover;
		z-index: -1;
}

.header-search{
	display: none;
}
.search .el-input__wrapper{
  box-shadow: none;
  border-radius: 50%;
}

.search:hover .search-content,
.search-content:hover {
  display: block;
}
.search .search-content{
  display: none;
}
.selcet-symbol-right {
    width: 8px;
    height: 8px;
    transform: translateX(-40%) rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    display: block;
    margin-right: 11px;
}

.search-menu-item {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 8px;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 10px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 17px;
}

.search-menu-item-img {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    object-fit: cover;
}
.content-left-item::after{
	position: absolute;
    content: '';
    width: 100px;
    height: 46px;
    right: -20px;
    top: 0;
    opacity: 0;
}
.content-left-item:hover{
	color: var(--primary);
	font-weight: bold;
	cursor: pointer;
    background: var(--primaryLight);
}
.content-left-item:hover .left-item-link{
	color: var(--primary);
	font-weight: bold!important;
}

.content-left-item:hover>.selcet-symbol-right{
	 border-top: 2px solid var(--primary);
    border-right: 2px solid var(--primary);

}
.content-left-item:hover .select-pos-dialog{
	display: block;
}
.select-pos-dialog{
	display: none;
}

.hover-color:hover{
	color: var(--primary);
}


.scrollbar-demo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 10px;
  text-align: center;
  border-radius: 4px;
  background: var(--el-color-primary-light-9);
  color: var(--primary);
}
.el-slider {
  margin-top: 20px;
}


/* 列表组件样式 */
.list-content::after,.recommend-content::after{
	content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 34px);
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}
.list-content:hover{
    transition: all 0.5s;
    box-shadow:0px 0px 5px 0 #EDEDED;
}
.list-content:hover .cover-class{
	 display: block;
}
.cover-class{
	width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
     display: none;
    z-index: 99;
    bottom: 10px;
    left: 0;
}
.hover-show-block{
	display: none;
}
.info-hover:hover .hover-show-block{
	display: block;
	z-index: 99;
}

.recommend-content:last-child:after{
	opacity: 0;
}

.el-link{
    font-weight: 400;
}
.u-font-bold.el-link{
    font-weight: bold;
}


.screen .active{
	color: #fff;
	padding:3px 16px;
	border-radius: 20px;
}
.screen .el-link::after{
	display: none;
}










/* .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 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;
} */