/* 
 *  Global  
 */
body {
	height: 100%;
	padding: 0;
	margin: 0;
}
input,a,button {
	outline: none;
}

/* 
 *  view: Login  
 */
.login {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	background: #ECECEE;
}
.login-right{
	width: 40%;
	margin-top: 10%;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.login-left {
	width: 60%;
	background-image: url(../img/login-bg.jpg);
	background-size: cover;
}
.login-form {
	margin-left: 10%;
	width: 60%;
}
.login-logo {
	width: 300px;
	margin-bottom: 30px;	
}
.login-logo img {
	width: 100%	;
}
.form-group {
	margin-bottom: 15px;
}
.input-icon {
	position: relative;
}
.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
.input-icon input {
	background: #fff;
	border: none;
	padding-left: 33px !important;
}
.input-icon button {
	border: none;
	padding: 6px;
	width: 346px;
	color: #fff;
	background: #00a0df;
}
.u-ipt {
	display: block;
	font-size: 14px;
	color: #333;
	width: 300px;
	height: 24px;
	padding: 6px 12px;	
}
.lng {
	position: absolute;
	left: 205px;
	width: 140px;
	display: flex;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.cn,
.en{
	width: 50%;
	font-family: "microsoft yahei";
	background: #fff;
}
.on {
	color: #fff;
	font-weight: 700;
	background: #00A0DF;
}
.u-lab {
	font-size: 14px;
}
.u-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	color: #FFC501;
	text-align: center;
	
}
.u-text2{
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	
}
/* 按钮 */
.laird-btn {
	background-color: #00A0DF;
}
/* layui 颜色修改 */
.layui-laypage .layui-laypage-curr .layui-laypage-em  {
	background-color: #00A0DF !important;
}
.layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a {
	background-color: #00A0DF !important;
	}
	
/*  */
.flex {
	display: flex;
	padding: 20px 0;
}
.flex-left {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
	background: #61a744;
}
.flex-left .icon {
	width: 60%;
	height: 60%;
	margin: 20%;
}
.flex-right,.flex-right h3 {
	margin-top: 3px;
	font-weight: 700;
}
.flex-right .text {
	font-size: 20px;
}
.date {
	text-align: center;
	height: 100px;
	padding-top: 50px;
	font-weight: 700;
	font-size: 20px;
}

/* 待办事项 */
.todo-item {
	display: block;
	position: relative;
	font-weight: 700;
	padding: 5px 0;
	cursor: pointer;
	border-bottom: #f2f2f2 solid 1px;
}
.opened {
	font-weight: 500;
	cursor: auto;
}
.todo-item .title {
	margin-bottom: 5px;
	font-size: 16px;
}
.todo-item .todo-btn {
	position: absolute;
	top: 10px;
	right: 20px;
}
.todo-item .ct {
	text-indent: 2em;
}
.todo-item .notetime {
	text-align: right;
	color: #ccc;
}

/* 排名 */
.ranking {
	text-align: center;
}
.ranking .r-item {
	margin: 8px;
}
.ranking .title {
	font-weight: 700;
	font-size: 14px;
}
.ranking .name {
	font-size: 16px;
}
.ranking .num {
	color: red;
	font-size: 20px;
	
}