<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	width: 100%;
	height: 60px;
	color: #333333;
	background-color: #ffffff;
    box-shadow:3px  0px 15px #bcbbbb;
}

.header_wra{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.wra_img{
	width: 245px;
	padding-top: 14px;
	cursor: pointer;
}

.wra_img img{
	width: 100%;
}

.wra_tabbar{
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 30px;
}

.wra_tabbar li{
	float: left;
    width: 97px;
    cursor: pointer;
    margin: 0 7px;
}

.wra_tabbar li:hover{
	color:#3487f5;
}



/*å¤´åƒ*/
.wra_people{
	position: relative;
	height: 100%;
	margin-right: 46px;
}
.people_img{
	width: 42px;
	height: 42px;
	float: left;
	border-radius: 50%;
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #D0CFCF;
}
.people_img img{
	width: 100%; 
   height: 100%; 
   border-radius: 50%; 
}
.people_name{
	float: left;
	margin-top: 18px;
   margin-left: 12px;
}

/*ä¸ªäººä¸­å¿ƒä¸Žé€€å‡ºç™»å½•*/
.wra_people:hover .people_user{
	display: block;
}
.people_user{
	position: absolute;
   top: 60px;
   left: 0;
   text-align: center;
   width: 104px;
   z-index: 9991;
   color: #333;
   background: #fff;
   font-size: 14px;
   display: none;
   border: 1px solid #E4E4E4;
}
.people_user p{
	padding: 6px 0;
	cursor: pointer;
}
.people_user p:last-child{
	padding-bottom: 8px;
}
.people_user p:hover{
	color: #3487f5;
	background-color: #cce2fe;
}


/*åˆ‡æ¢æ&nbsp;·å¼*/
.addColor{
	color:#3487f5;
	    border-bottom: 2px solid #3487f5;
}


/*1.1ç‰ˆæœ¬è¿½åŠ&nbsp;æ&nbsp;·å¼*/

.mynl_btn{
	float: right;
    outline: none;
    background-color: #fff;
    border: 1px solid #3487f5;
    border-radius: 6px;
    color: #3487f5;
    font-size: 14px;
    padding: 4px 5px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 15px;
}

.mynl_btn:hover{
	    background-color: #3487f5;
    color: #fff;
}</pre></body></html>