* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	font-family: Consolas;
	text-decoration: none;
	outline: none;
}



@font-face {
	font-family: Consolas;
	src: url(../fonts/consolas.ttf);
}



body {
	background: #cccdd4;
}
div {
    display: block;
}
p {
	display: block;
}
a {
	display: block;
}



#head {
	background: #1b1b1f;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 100;
	top: 0;
}
#tape {
	background: #e1e2e9;
	top: 50px;
	width: 600px;	
	height: auto;
	margin: 50px auto 0px auto;
}



.name {

	float: left;
	line-height: 50px;
	margin-left: 5px;
	color: #f92472;
	vertical-align: middle;
}
.switch {
	float: right;
	color: #f92472;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 50px;
	background-color : rgba(0,0,0,0);
	cursor: pointer;
}
.date_today {
	color: #007eff;
}
.head_cont {
	width: 600px;
	height: 50px;
	margin: 0px auto 0px auto;
}
.today_btn_text {
	font-size: 14px;
	color: #00458b;
	margin: 42px auto 0px auto;
	width: 53px; 
	height: 17px;
}
.today_btn_text:hover {
	font-size: 14px;
	color: #007eff;

}
.today_btn{
	position: fixed;
	float: left;
	width: 118px;
	height: 100%;
}
.today_btn:hover {
	background: #bec0cc;
}
.note {
	background: #e1e2e9;
	top: 50px;
	width: 600px;	
	height: auto;
	margin: 50px auto 0px auto;
}



.auth {
	width: 600px;
	height: 600px;
	background: black;
	 position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.auth_right_part {

}
.pink_color {
	color: #f92472;
}



a.date {
	background: #e1e2e9;
	width: 600px;
	height: 80px;
	position: relative;
}
a.date:hover {
	background: #e8e8ef;
}
p.dcenter {
	text-align: center;
	margin: auto 0px auto 0px;
	vertical-align: middle;
	line-height: 80px;
}
p.date {
	font-size: 16px;
}
input.save {
	cursor: pointer;
}
input.save:hover {
	background-color : red;
}