* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.special_head {
	height: 60px;
	background: #fff;
}

.special_headcon {
	display: flex;
	position: relative;
	width: 1170px;
	margin: 0 auto;
	height: 60px;
}

.special_logo {
	display: block;
	align-self: center;
	cursor: pointer;
}

.special_logo img {
	display: block;
	height: 42px;
}

.special_right,
.special_already {
	display: flex;
	align-self: center;
	position: absolute;
	right: 0;
}

.special_right a {
	font-size: 14px;
	text-align: center;
}

.special_right a.register {
	display: flex;
	width: 155px;
	height: 38px;
	line-height: 38px;
	border-radius: 25px;
	padding: 0 20px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	color: #dc5b3c;
	border: 1px solid #dc5b3c;
}

.register img {
	display: block;
	align-self: center;
	margin-top: 3px;
}

.special_right .login_school {
	margin-left: 20px;
	align-self: center;
	width: 112px;
	height: 38px;
	line-height: 38px;
	border-radius: 25px;
	color: #fff;
	background: #dc5b3c;
}


/*已登录*/

.special_already a {
	cursor: pointer;
	display: flex;
	font-size: 16px;
	color: #414141;
}

.my_school img,
.my_school span,
.special_signout span,
.special_signout img {
	align-self: center;
}

.my_school img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 10px;
}

.my_school img:hover {
	transition: .5s;
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.special_signout img {
	width: 14px;
	margin-top: 2px;
	margin-left: 10px;
}

.line {
	width: 1px;
	height: 18px;
	background: #767676;
	margin: 2px 20px 0 20px;
	align-self: center;
}