.head {
	overflow: hidden;
	background-color: white;
	left: 0;
	top: 0;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	position: fixed;
	padding-left: 0px;

	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
	transform: translateX(0px);
	transition-property: padding-left;
	z-index: 100;
}

.header {
	border-bottom: 1px solid rgb(221, 221, 221);
	height: 100%;
	display: flex;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	margin-left: 40px;
}

.logo span {
	color: #1890ff;
	font-size: 16px;
	font-weight: 700;
	padding-left: 8px;
}

.left-phone{display: none;}



.center {
	padding: 0px 10px;
	height: 100%;
	flex: 1 1 0%;
	overflow: hidden;
	justify-content: flex-start;
	width: fit-content;
	display: flex;
	align-items: center;
}

.link {
height: 44px;
line-height: 44px;
	padding: 0px 10px;
	grid-area: content;
	opacity: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link a {
	width: fit-content;
	justify-content: flex-start;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.link a svg {
	margin-right: 8px;
}

.link a:hover {
	color: #1890ff;
}

.full {
	height: 44px;
	line-height: 44px;
	padding: 0px 20px;
}

.full:hover {
	background-color: #f5f5f5;
}

/*用户*/
.user {
	height: 44px;
	line-height: 44px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 700;
}

.user:hover {
	background-color: #f5f5f5;
}

.user span {
	margin-left: 20px;
}

.userlist{
position: absolute;
right: 0px;
top: 0px;
width: 160px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
}

.userlistdiv{
background-color: #fff;
margin: 0px 10px;
margin-top: 46px;
border-radius: 4px;
border: 1px solid #d0d7de;
box-shadow: 0 0 50px #0000001a;
padding: 10px;
padding-top: 0px;

}
.userlist .link{
height: 38px;
line-height: 38px;
border-radius: 4px;
margin-top: 10px;
}
.userlist .link:hover{
background-color: #f1f1f1;
}
.userlist .link a:hover {
color: #000;
}

/*手机下拉*/
.phonelist{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background-color: rgba(255, 255, 255, 0);
text-align: center;
}

.phonelistdiv{
background-color: #fff;
margin-top: 46px;
border-radius: 4px;
border: 1px solid #d0d7de;
box-shadow: 0 0 50px #0000001a;
padding: 10px 0px;
padding-top: 0px;

}
.phonelist .link{
height: 38px;
line-height: 38px;
border-radius: 4px;
margin-top: 10px;
}
.phonelist .link:hover{
background-color: #f1f1f1;
}
.phonelist .link a:hover {
color: #000;
}

@media screen and (max-width: 720px) {
.center{display: none}
.left-pc{display: none}
.left-phone{display: flex;}
.left-phone svg{
font-size: 25px;
transform: rotate(-90deg);
cursor: pointer;
}
.left-phone .logo{
width: 60px;
margin-left: 0px;
margin-right: 100px;
}

.Footer{display: block !important;}
.footero{display: inline-block;font-size: 20px;margin: 30px 0;}
.footero a{color: #706a80;}
.footert{text-align: left !important;font-size: 14px;}
}

.Footer{
	display: flex;
	padding: 40px 20px;
	font-size: 14px;
}
.footero{
	margin-right: 40px;
}
.footero:hover{
	text-decoration: underline;
}
.footert{
	flex: 1;
	text-align: right;
}
