.head_wrap {
	min-width: 1360px;
	min-width: var(--body-min-width);
}

.head_wrap .nav_content{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	height: 55px;
	height: var(--header-height);

	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0px 0px 10px #dadada;
	min-width: 1200px;
}

.head_wrap .nav_logo{
	min-width: calc(170px - 20px);
	min-width: calc(var(--nav-container-width) - 20px);
	align-items: center;
}

.head_wrap .nav_logo>div{
	font-size: 0;
}

.head_wrap .nav_logo a.log_link{
	display: inline-block;
	height: 22px;
	font-size: 0;
}

.head_wrap .nav_logo a.log_link img{
	height: 22px;
	width: 138px;	/*170*/
}

.head_wrap .nav_account{
	position: relative;
	align-items:center;
}

.nav_account .nav_account_dropdown{
	height: 34px;
	line-height: 34px;
	color: #606266;
	font-size: 14px;
}



/* ************************************ 导航列表 ************************************ */
/* 路由导航 */

.head_wrap .nav_content_box{
	width: 100%;
	background-color: #fff;
}

.head_wrap .nav_box{
	margin-left: 3px; /* 60 */
	height: 55px;
	height: var(--header-height);
}

.head_wrap .nav_list{
	position: relative;
	width: 88px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #333;

	line-height: 55px;
	line-height: var(--header-height);
}

.head_wrap .nav_list .iconfont{
	color: #9ea4b6;
	font-size: 14px;
}

.head_wrap .nav_list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight:400;
}

.head_wrap .nav_list:hover{
	color: #3859ff; 
	color: var(--theme-color);
}


.head_wrap .nav_list .positioning_layer{
	position: absolute;
	top: 50px;
	left: -19px;
	z-index: 100;
	background-color: #ffffff;
	padding: 0px 5px;
	width: 135px;
	height:125px;
	display: none;
	/* display:block; */
	border-radius:0 0 3px 3px;
	box-shadow:0px 2px 4px -1px #333;
}
.head_wrap .nav_list .positioning_layer div{
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	width:135px;
	cursor:pointer;
	
}
.head_wrap .nav_list .positioning_layer div a{
	width:100px;
	height: 40px;
	border: none !important;
}

.head_wrap .entry_box{
	width: 170px;
	float: right;
	margin-top: 10px;
}

.head_wrap .entry_btn{
	float: right;
	width: 75px;
	height: 30px;
	cursor: pointer;
	border:1px solid #e7e9ec;
	color: #828796;
	text-align: center;
	border-radius: 20px;
}

.head_wrap .entry_btn span{
	color: #333;
	line-height: 30px;
	font-size: 12px;
}

.head_wrap .entry_btn:hover{
	background: #216cf5;
	color: #fff;
}

.head_wrap .entry_btn:hover span{
	color: #fff;
}

.head_wrap .enroll_btn{
	float: left;
	height: 30px;
	cursor: pointer;
	width: 75px;
	background: #538ffc;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	background: none;
	border: 1px solid #e7e9ec;
}

.head_wrap .enroll_btn span{
	line-height: 30px;
	font-size: 12px;
	color: #333;
}

.head_wrap .enroll_btn:hover{
	background: #216cf5;
	color: #fff;
	border:none;
}
.head_wrap .enroll_btn:hover span{
	color: #fff;
}
.head_wrap .userContent{
	float: left;
	margin-top: 20px;
}


.head_wrap .gl_active{
	background-color:#EEF1FF ;
}
.head_wrap .gl_active a img:nth-of-type(1){
	display: none!important;
}
.head_wrap .gl_active a img:nth-of-type(2){
	display: inline-block!important;
}
.head_wrap .gl_active:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	border-radius: 3px;

	background-color: #3859ff;
	background-color: var(--theme-color);
}
.head_wrap .header_active{
	background-color:#EEF1FF ;
}
.head_wrap .header_active:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	border-radius: 3px;

	background-color: #3859ff;
	background-color: var(--theme-color);
}
.head_wrap .header_active a{
	color: #3859ff;
	color: var(--theme-color);
}

.head_wrap .gl_active a{
	color: #3859ff;
	color: var(--theme-color);
}

.head_wrap .header_active a .iconfont,
.head_wrap .gl_active a .iconfont{
	color: #3859ff;
	color: var(--theme-color);
}

.head_wrap .gl_active a i{
	color: #3859ff;
	color: var(--theme-color);
}

.head_wrap .nav_list img {
	width: 14px;
	margin-right: 5px;
	vertical-align: -3px;
}

/* ************************************ 导航列表 end ************************************ */

/* ************************************ 消息中心 ************************************ */

.head_wrap .nav_right{
	height: 100%;
	/* align-items: center; */
}

.head_wrap .msg_tip{
	position: relative;
	/* margin-right: 15px; */
	align-items: center;
	line-height: 55px;
	width: 50px;
    justify-content: center;
	cursor: pointer;
}

.head_wrap .msg_tip_img{
	width: 16px;
}
.head_wrap .drainage-menu{
	position: relative;
    align-items: center;
    line-height: 55px;
    justify-content: center;
    cursor: pointer;
	margin-right: 15px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}
.el-dropdown-menu.el-popper.drainage-list{
	width: 260px;
	top: 44px!important;
}
.el-dropdown-menu.el-popper.drainage-list .el-dropdown-menu__item{
	width: 100%;
	padding: 0;
}
.el-dropdown-menu.el-popper.drainage-list .el-dropdown-menu__item a{
	padding: 2px 12px;
	box-sizing: border-box;
}
.drainage-list .el-dropdown-menu__item .drainage-icon{
	min-width: 30px;
	/* height: 23px; */
	margin-top: 15px;
    max-width: 30px;
}
.drainage-list .el-dropdown-menu__item .drainage-icon img{
	width: 100%;
	height: 100%;
}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap{
	display: inline-block;
	margin-left: 15px;
}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap .drainage-item-tag{
	color: #fff;
	width: 35px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	margin-left: 3px;
}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap .tag-type1{
	background-color: #F26161!important;
	color: #fff!important;
}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap .tag-type2{
	background-color: #3859ff!important;
	color: #fff!important;
}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap .drainage-item-txt{
	font-weight: 700;

}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap .drainage-item-txt,.drainage-list .el-dropdown-menu__item .drainage-item-wrap .drainage-item-subtxt{
	line-height: 20px;
	color: #333;
	margin-top: 0;
	display: block;
}
.drainage-list .el-dropdown-menu__item .drainage-item-wrap .drainage-item-subtxt{
	font-size: 12px;
}
.drainage-list .el-dropdown-menu__item:focus *, .drainage-list .el-dropdown-menu__item:not(.is-disabled):hover * {
	color: #3859FF;
	background-color: #F2F5FF;
}
.drainage-list .iconfont{
	color: #9ea4b6;
    font-size: 30px;
}
.head_wrap .drainage-menu .el-dropdown{
	color: #333;
}

.head_wrap .header_download_entry{
	position: relative;
    align-items: center;
    line-height: 55px;
    justify-content: center;
    cursor: pointer;
	margin-right: 15px;
	font-size: 14px;
	white-space: nowrap;
}
@media screen and (max-width:1360px) {
	.head_wrap .header_download_entry{
		width: 28px;
		overflow: hidden;
	}
}
@media screen and (max-width:1280px) {
	.head_wrap .header_download_entry{
		display: none;
	}
}
.head_wrap .header_kefu_img_box{
	cursor: pointer;
	position: relative;
    align-items: center;
    line-height: 55px;
    justify-content: center;
    cursor: pointer;
}
.head_wrap .header_kefu_img{
	width: 20px;
	height: 20px;
	
}
.head_wrap .new_msg{
	display: none;
	z-index: 100;
	width: 6px;
	height: 6px;
	opacity: 1;
	background-color: #ff4040;
	border-radius: 50% 50%;
	position: absolute;
	top: 18px;
	right: 16px;
}

.head_wrap .msg_list_box{
	position: absolute;
	top: 50px;
	right: -55px;
	display: none;
	width: 430px;
	min-height: 256px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 15%);
	z-index: 100;
}

.head_wrap .msg_list_box .msg_list_header{
	padding: 0px 24px;
	border-bottom: 1px solid #F2F2F2;
	font-size: 12px;
	font-weight: 700;
	color: #4F5359;
}

.head_wrap .msg_list_box .msg_list_content{
	display: none;
}

.head_wrap .msg_list_box .msg_list_content .checkall{
	font-size: 12px;
	color: #1e80ff;
	text-align: right;
	padding:0 24px;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.head_wrap .msg_list_box .msg_list_content .msg_list_ul{
	margin-bottom: 25px;
}

.head_wrap .msg_list_box .msg_list_content .msg_list_ul .active_li span{
	color: #1E80FF!important;
}

.head_wrap .msg_list_box .msg_list_content .msg_list_ul li .noread{
	position: absolute;
	width: 6px;
	height: 6px;
	opacity: 1;
	background: #ff4040;
	left: 10px;
	border-radius: 50%;
	display: none;
}

.head_wrap .msg_list_box .msg_list_content .msg_list_ul li{
	color: #7A8089;
	font-size: 12px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height:40px;
	line-height: 40px;
}

.head_wrap .msg_list_box .msg_list_content .msg_list_ul li span:nth-of-type(1){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 60%;
}

.head_wrap .msg_list_box .msg_list_content .msg_list_ul li:hover{
	background: #F5F5F5;
}

.head_wrap .msg_list_box .msg_list_nodata{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 170px;
	display: none;
}

.head_wrap .msg_list_box .msg_list_nodata img{
	width: 36px;
	height: 40px;
}

.head_wrap .msg_list_box .msg_list_nodata p{
	font-size: 12px;
	color: #AAADB3;
}

/* ************************************ 消息中心 end ************************************ end */

/* ************************************ 个人中心 ************************************ */
.head_wrap .nav_account .nav_drop_down{
	/* position: absolute;
	padding: 15px 20px;
	box-sizing: border-box;
	position: absolute;
    right: 0px;
	top: 50px;
    display: none;
	background: #fff;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 15%);
    border-radius: 3px;
    z-index: 1002; */
}
.el-dropdown-menu.el-popper li{
	width: 170px;
	text-align: left;
	cursor: pointer;
}
.el-dropdown-menu.el-popper li .img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.el-dropdown-menu.el-popper li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.el-dropdown-menu.el-popper  .nav_portrait{
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 15px;
}
.el-dropdown-menu.el-popper  .nav_portrait .infor{
	margin-top: 5px;
}
.el-dropdown-menu.el-popper  .nav_portrait .infor .account{
	margin-top: 10px;
}
.el-dropdown-menu.el-popper  .nav_portrait .lyf_grade{
	width: 54px;
	height: 54px;
}
.el-dropdown-menu.el-popper  .gh_p_p{
	/* width: 70px; */
	border-radius: 15px;
	text-align: center;
}

.el-dropdown-menu.el-popper  .gh_p_p.gh_p_p1{
	/* background-image: linear-gradient(#ffffff 0%, #ffffff 0%, #ace9cd 0%, #85e3b7 99%); */
	color: #26C87D;
}

.el-dropdown-menu.el-popper  .gh_p_p.gh_p_p2{
	/* background-image: linear-gradient(0deg,#bfdbff 0%, #76b0ff 100%); */
	color: #3A8DFF;
}

.el-dropdown-menu.el-popper  .gh_p_p.gh_p_p3{
	/* background-image: linear-gradient(0deg,#ffe6b2 0%, #fcdc9f 100%); */
	color: #EBAC34;
}

.el-dropdown-menu.el-popper  .gh_p_p.gh_p_p4{
	/* background-image: linear-gradient(0deg,#ebe0ff 0%, #d9c5ff 100%, #dfcfff 100%); */
	color: #9370D7;
}
.el-dropdown-menu.el-popper  .gh_p_p.gh_p_p6{
	/* background-image: linear-gradient(0deg,#ebe0ff 0%, #d9c5ff 100%, #dfcfff 100%); */
	color: #22B7FF;
}
.el-dropdown-menu.el-popper  .gh_p_p.gh_p_p7{
	/* background-image: linear-gradient(0deg,#ebe0ff 0%, #d9c5ff 100%, #dfcfff 100%); */
	color: #FF8315;
}
/* ************************************ 个人中心 end ************************************ */


.admin_avatar{
	width: 30px;
	height: 30px;
}
.gh_nav_account_2{
	margin-left: 5px;
	align-items: center;
}

.el-dropdown-menu.el-popper{
	width: 210px;
}

.nav_drop_down.el-dropdown{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	height: 34px;
	line-height: 34px;
}
 

/* 子管理员权限不足 */
.active_establish2{
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1002;
	display: none;
	text-align: center;
}
.lyf_god_mask{
	width: 100vw;
	height: 100vh;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	display: none;
	text-align: center;
}
.lyf_god_mask2{
	width: 100vw;
	height: 100vh;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10010;
	text-align: center;
}
.active_establish2 .active_establish_container{
	width: 524px;
	height: 294px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
}
.active_establish2 .active_establish_container img{
	margin-top: 58px;
	margin-bottom: -19px;
}
.active_establish2 .active_establish_container h3 {
	font-weight: 500;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
}
.active_establish2 .active_establish_container div {
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #1e80ff;
	color: #fff;
	margin-top: -10px;
}

body #nprogress .spinner{
	display: none;
}

body #nprogress .bar{
	background-color: var(--theme-color);
}

[v-cloak]{
	display: none;
}

.head_wrap .nav_content .go_help{
	margin-right: 16px;
	align-items: center;
}

.head_wrap .nav_content .go_help a{
	font-size: 0;
}

.head_wrap .nav_content .go_help a:hover g[fill-rule]{
	fill: #3859ff;
	fill: var(--theme-color);
}
