
.page-header {
	width: 100%;
	/* min-width: 1048px; */
	    min-width: 1200px;
	height: 64px;
	position: fixed;
	left: 0;
	top: 0;
	/* background: #fff; */
	z-index: 2000;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.page-header.page-smallHeader{
	min-width: 680px;
}
.page-header-wrap {
	position: relative;
}

.page-header-logo {
	float: left;


}

/* .page-header-logo img {
	display: block;
	height: 36px;
	width: 70px;

} */
.msg-cnt {
    line-height: normal;
    color: #fff;
    border-radius: 13px;
    padding: 0 7px;
    font-size: 12px;
}
.msg-cnt, .msg-dot {
  /*  background: #d52f00; */
}

.signin-avatar.avatar {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 50%;
	background-size: 100% 100%;
	webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.signin-avatar.avatar img {
	vertical-align: top;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;

}

.signin-avatar.avatar .avatar-word {
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.loginState .user .name {
    float: left;
    /* color: #fff; */
    line-height: normal;
    margin: 3px 0 0 10px;
    padding-right: 18px;
    position: relative;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.is-web.user-name-info {
    display: inline;
}
.loginState .user .name {
	float: left;
	line-height: normal;
	margin: 3px 0 0 10px;
	padding-right: 18px;
	position: relative;
	/* max-width: 100px; */
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.loginState .user .name:after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
  
    right: 0;
    top: 9px;
}
.page-header-nav {
    height: 64px;
    padding: 0 6px;
}
.page-header-nav-item {
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 18px;
}
.page-header-nav-item:first-child {
    margin: 0;
}


.btn {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.page-header-nav-item .btn.current:before {
    left: -6px;
}
.page-header-nav-item .btn.current:after, .page-header-nav-item .btn.current:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 4px;
    border-radius: 2px;
    /* background: #faa801; */
    bottom: -4px;
    top: auto;
    left: auto;
    right: auto;
}
.page-header-nav-item .btn.current:after {
    right: -6px;
}

.login-state-card {
    width: 360px;
    /* box-shadow: 0 0 11px 0 rgba(0,0,0,.12); */
    border-radius: 5px;
    /* background: #fff; */
    position: absolute;
    right: 0;
    top: 35px;
    max-height: 85vh;
    overflow: auto;
    z-index: 9999;
    display: none;
}
.login-state-card .links {
    margin: 0 30px 15px;
    padding-top: 10px;
    /* border-top: 1px solid #e8e8e8; */
}
.login-state-card .links .link {
    line-height: 48px;
    text-align: center;
    font-size: 14px;
 /*   color: #2d2e30; */
}



.account-switch .account-list-preview-loading .loading-spinner {
	padding: 0 0 20px
}

.account-switch .account-list-loading .loading-spinner {
	padding: 20px 0
}

.account-switch .account-belong-tip {
	/* background: #e6f4fd; */
	margin: 5px
}

.account-switch .account-belong-tip .tip-desc {
	line-height: 1.2;
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
	color: #5c5d5e;
	word-break: break-word
}

.account-switch .account-belong-tip .tip-desc .name {
	color: #2d2e30;
	font-weight: 700
}

.account-switch .current-account-info {
	overflow: hidden;
	margin: 10px 30px
}

.account-switch .current-account-info .account-card {
	position: relative;
	padding-left: 80px;
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.account-switch .current-account-info .account-card-avatar {
	position: absolute;
	top: 0;
	left: 0
}

.account-switch .current-account-info .account-card-info .info-name {
	font-size: 18px
}

.account-switch .current-account-info .account-card-info .info-display-name {
	/* color: #8a8b8c; */
	line-height: 1.2;
	margin-top: 10px
}

.account-switch .current-account-info .current-account-actions {
	text-align: center;
	margin-top: 20px
}

.account-switch .current-account-info .current-account-actions .action {
	margin: 10px 0
}



.account-switch .current-account-info .current-account-actions .to-profile .btn {
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
	border-radius: 17px;
	/* border: 1px solid #d0d0d1; */
	line-height: 34px
}

.account-switch .current-account-info .current-account-actions .to-logout {
	margin-top: 20px
}

.account-switch .account-list-operator {
	margin: 0 30px 15px;
	padding-top: 15px;
	/* border-top: 1px solid #e8e8e8; */
	line-height: 24px;
	text-align: center
}



.account-switch .account-list-operator .action .icon {
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 20px;
	font-family: Arial
}

.account-switch .account-list {
	margin: 0 30px 15px;
	padding-top: 20px;
	/* border-top: 1px solid #e8e8e8 */
}

.account-switch .account-list-header {
	overflow: hidden
}

.account-switch .account-list-header .header-action {
	float: right;
	/* color: #2196f3 */
}

.account-switch .account-list-header .header-action .icon {
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 20px;
	font-family: Arial
}

.account-switch .account-list-body {
	margin-top: 10px
}

.account-switch .account-list-body .account-item {
	margin: 0 -30px;
	padding: 15px 30px;
	cursor: pointer
}



.account-switch .account-list-body .account-item-wrap {
	position: relative;
	padding-left: 64px;
	height: 54px
}

.account-switch .account-list-body .account-item-delete {
	float: right;
	margin-left: 10px;
	line-height: 54px;
	cursor: pointer;
	display: none;
	opacity: .5
}

.account-switch .account-list-body .account-item-delete:before {
	content: "\D7";
	/* color: #fff; */
	font-size: 18px;
	/* background: #a1a2a3; */
	overflow: hidden;
	padding: 3px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: 0;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center
}

.account-switch .account-list-body .account-item:hover .account-item-delete {
	display: block
}

.account-switch .account-list-body .account-item:hover .account-item-delete:hover {
	font-weight: 700;
	opacity: 1
}

.account-switch .account-list-body .account-item-avatar {
	position: absolute;
	top: 0;
	left: 0
}

.account-switch .account-list-body .account-item-info {
	line-height: 1.2;
	position: relative;
	height: 100%;
	overflow: hidden
}

.account-switch .account-list-body .account-item-info-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.account-switch .account-list-body .account-item-info-display-account,
.account-switch .account-list-body .account-item-info-enterprise-name {
	/* color: #8a8b8c; */
	line-height: 1.5
}

.account-switch .account-list-footer {
	margin-top: 10px
}
.account-create-header-switch {
    float: right;
}
.account-switch .account-list-footer .footer-action {
	text-align: center
}

.account-switch .account-list-footer .footer-action .btn {
	line-height: 36px;
	/* color: #2d2e30 */
}
.account-create-header-switch .switch-item {
    float: left;
    margin: 15px 0;
    padding: 0 20px;
    border-left: 1px solid #eee;
    color: #616161;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.page-header-navSub{
position: absolute;
    padding: 0 20px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    z-index: 2;
    top: 35px;
	left: 15px;
}
.page-header-navSub .header-navSubItem{
	line-height: initial;
	padding: 15px 0;
	font-size: 16px;
	width: 160px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	border-bottom: 1px solid #eeeeee;

}
.page-header-navSub .header-navSubItem:last-child{
	border-bottom: none;
}
.page-header-nav-itemSelect .btn-itemSelect{
	position: relative;
}

.page-header-nav-itemSelect .btn-itemSelect:after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    right: -17px;
    top: 29px;
}
.page-header-navSub .header-navSubItem a:hover{
	color: #fa531e !important;
}
.page-header-nav-itemSelect:hover .page-header-navSub{
	display: block !important;
	top: 55px;
	    left: 0;
}
.page-header-nav-itemSelect:hover .btn{
	color: #fa531e !important;
}
.loginState .user.adminUser-panel{
	float:left;
	font-size: 16px;
	padding: 0 8px;
	margin: 0 40px 0 0;
	height: 91%;
	    overflow: inherit;
	
}
.loginState .user.adminUser-panel  .name{
	color: #333;
}
.adminUser-panel:hover .page-header-navSub{
	display: block !important;
}
.loginState .user.adminUser-panel.adminUser-current{
	border-bottom: 4px solid #fa531e;
	 
	    color: #fa531e;
}
.loginState .headerMessage .msg-cnt {
position: relative;
    float: right;
    right: 0;
    top: -5px;
    margin-left: -10px;
    padding: 1px 5px;
}
.loginState {
	float: right;
	height: 47px;
	position: relative;
	margin: 17px 20px 0 5px;
}
.loginState .headerMessage{
	float: left;
	margin-top: 2px;
	   /* color: #fff; */
	    zoom: 1;
		line-height: 24px;
}
.loginState .headerMessage .icon-message{
	font-size: 20px;
}
.loginState .user {
	float: right;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	zoom: 1;
}

.loginState .user .avatar {
	float: left;
	width: 26px;
	height: 26px;
}
.loginState .user:hover .login-state-card{
	display: block !important;
	
}

.headereKeFu {
	float: right;
	display: flex;
	align-items: center;
	height: 62px;
}

.class_qidian_wpa {
	right: initial !important;
	top: initial !important;
	position: initial !important;
	z-index: 1;
}

.headerFwpWPA {
	/* float: left; */
}

.headerFwPhone {
	/* float: left; */
	/* color: #fa531e; */
	margin: 0 10px 0 10px;
}

.headerFwpImg {
	width: 30px;
	height: 30px;
}

.headerFwpLink {
	/* color: #fa531e; */
	display: flex;
	align-items: center;
}
@media (max-width: 1228px) {
	.page-header-nav-item .btn{
		font-size:14px;
	}
}