#noteEditModal .modal-dialog {
	margin: 30px auto; width: 500px;
}
#loginModalBody {
	width: 100%; height: 450px;
}
.divisionLine {
	margin: 12px 0px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.fixed-logo {
	background: rgb(255, 255, 255); left: 0px; width: 100%; bottom: 0px; position: fixed; z-index: 999; box-sizing: border-box; box-shadow: 0px -2px 8px #dbdbdb;
}
.fixed-logo div {
	margin-left: 35px;
}
.logo-img {
	width: 100%; float: left;
}
.logo-title {
	color: rgb(51, 51, 51); font-size: 12px;
}
.logo-content {
	color: rgb(102, 102, 102); font-size: 10px;
}
.weixin {
	background: rgb(60, 176, 51); padding: 5px 10px; border-radius: 3px; top: 15px; right: 80px; color: rgb(255, 255, 255); font-size: 12px; text-decoration: none; position: absolute; box-sizing: border-box;
}
.weixin img {
	width: 20px; padding-right: 5px;
}
#logo-space {
	height: 80px;
}
#radar-search-list a {
	z-index: 999;
}
@media screen and (max-device-width:667px) and (min-device-width:375px)
{
.weixin {
	background: rgb(60, 176, 51); padding: 5px 10px; border-radius: 3px; top: 20px; height: 30px; right: 100px; color: rgb(255, 255, 255); line-height: 20px; font-size: 15px; text-decoration: none; position: absolute; box-sizing: border-box;
}
.weixin img {
	width: 25px; padding-right: 5px; margin-bottom: 2px; vertical-align: bottom;
}
}
