﻿.wannianli_box
{
	width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wannianli_box:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.wannianli_box .wannianli_h1,
.wannianli_box .wannianli_p
{
    display: none;
}

/*日历头部*/
.wnl_head
{
	width: 100%;
	height: 95px;
	background: url(wannianli/head.png) no-repeat;
	padding-left: 220px;
	padding-top: 30px;
	box-sizing: border-box;
}

/*年份选择*/
.wnl_head .select_year
{
	float: left;
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	background-color: #FEFEFE;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-right: 20px;
	text-align: center;
	cursor: pointer;
}
.wnl_head .select_y
{
    display: none;
	width: 300px;
	position: absolute;
	background-color: #f8f4ee;
	padding: 5px;
	top: 65px;
	left: 8px;
	border: 1px solid #ccc;
	z-index: 89;
}
.wnl_head .select_y:after{
	clear: both;
	display: block;
	content: "";
}
.wnl_head .select_y p{
	width: 300px;
	height: 28px;
	padding-bottom: 10px;
}
.wnl_head .select_y button{
	width: 80px;
	height: 28px;
	font-size: 14px;
	border-radius: 2px;
}
.wnl_head .select_y button:first-child{
	float: left;
}
.wnl_head .select_y button:last-child{
	float: right!important;
}
.wnl_head .select_y span{
	display: block;
	float: left;
	width: 60px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-top: 1px solid #cdcdcd;
	cursor: pointer;
}
.wnl_head .select_y .bgcolor{
	background-color: #f7b04f;
	color: #FEFEFE;
}
.wnl_head .select_y span:hover{
	color: red;
	background-color: #d2d2d2;
}

/*月份选择*/
.wnl_head .select_month
{
	float: left;
	width: 80px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.wnl_head button
{
	float: left;
	width: 36px;
	height: 36px;
	color: #fefefe;
	font-size: 26px;
	font-weight: normal;
	background-color: #f7b04f;
}

/*假期安排*/
.wnl_head .select_hd{
	float: left;
	width: 106px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	margin-left: 60px;
}

/*返回今天*/
.wnl_head .bktoday
{
	float: left;
	width: 100px;
	height: 36px;
	font-size: 16px;
	margin-left: 160px;
}

/*黄历查询*/
.wnl_head .bkhuangli
{
	float: left;
	width: 100px;
	height: 36px;
	font-size: 16px;
	margin-left: 30px;
}


/*日历主体*/
.wnl_left
{
	float: left;
	width: 760px;
	border-bottom: 2px solid #A82923;
	border-left: 2px solid #A82923;
	padding: 10px 20px;
	box-sizing: border-box;
}
.wnl_left table
{
	width: 100%;
}
.wnl_left tr
{
	border-top: 1px solid #eaeaea;
}
.wnl_left thead tr{
	border-top: none;
}
.wnl_left thead th
{
	width: 14.2857%;
	height: 40px;
	text-align: center;
	font-weight: bold;
}
.wnl_left table td{
	height: 84px;
	box-sizing: border-box;
	cursor: pointer;
}
.wnl_left table p{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid #fefefe;
	overflow: hidden;
	box-sizing: border-box;
}
.wnl_left table td i{
	display: block;
	width:22px;
	height:22px;
	color:#fefefe;
	font-style: normal;
	position:absolute;
	left: 0;
	top: 0;
}
.wnl_left td b{
	display: block;
	font-size: 18px;
	margin-top: 18px;
}
.wnl_left td span{
	display: block;
	font-size:14px;
	line-height: 14px;
	padding-top: 5px;
}
/*基础效果*/
.wnl_left .tdcolor{
	background-color: #f7b04f;
	color: #ffffff;
}
.wnl_left .tdcolor span font{ color: #FEFEFE!important;}

/*恢复默认*/
.wnl_left .dfcolor{
	background-color:#FFFFFF;
}
/*休息日*/
.wnl_left .xiucolor{
	background-color:#fcf3f3;
}
/*调班日*/
.wnl_left .tiaocolor{
	background-color:#f9f5f0;
}
/*点击*/
.wnl_left .bgcolor{
	border: 2px solid #f7b04f;
}

/*同一页面前后月*/
.wnl_left .pncolor{
	color: #c7c7c7!important;
	opacity: 0.7;
}
.wnl_left .pncolor span{
	color: #c7c7c7;
}


/*日历右侧*/
.wnl_right
{
	float: left;
	width: 360px;
	height: 567px;
	box-sizing: border-box;
	border-bottom: 2px solid #A82923;
	border-right: 2px solid #A82923;
	background-color: #f8f4ee;
	padding: 0 10px;
}
.wnl_right .tb_info{
	text-align: center;
}
.wnl_right .tb_info td{
	width: 320px;
	font-size: 18px;
}
.wnl_right .tb_info tr:first-child{
	border-bottom: 1px solid #f7d29e;
}
.wnl_right .tb_info1 {
	display: inline-block;
	padding: 30px 5px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #505050;
}
.wnl_right .btpointer{
	cursor: pointer;
}
.wnl_right .tb_info2 {
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 60px;
	font-weight: normal;
	color: #FEFEFE;
	border-radius: 6px;
	background-color: #f7b04f;
	margin: auto;
	font-family: arial;
}
.wnl_right .tb_info3 {
	display: block;
	padding: 14px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.wnl_right .tb_info4 {
	display: block;
	margin:auto;
	font-size: 15px;
	padding: 14px 0 8px;
}
.wnl_right .tb_info5 {
	display: block;
	margin:auto;
	font-size: 15px;
	height: 30px;
	color: #ff0000;
	padding-bottom: 10px;
}
.wnl_right .yiji p{
	display: flex;
	align-items: center;
	width: 300px;
	height: 128px;
	line-height: 100px;
	margin: auto;
	overflow: hidden;
}
.wnl_right .yiji p:first-child{
	border-bottom: 1px solid #f8dfbe;
}
.wnl_right .yiji b{
	position:relative;
	display: inline-block;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	margin-left: 10px;
	color: #FEFEFE;
	-moz-border-radius: 40px;
  	-webkit-border-radius: 40px; 
 	border-radius: 40px; 
}
.wnl_right .yiji .left_yi{
	background-color: #e64844;
}
.wnl_right .yiji .left_ji{
	background-color: #999;

}
.wnl_right .yiji span{
	display: inline-block;
	width: 220px;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
}


/*日历表*/
.wannianli_wrapper
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 84px 22px;
    border: 1px solid #cdcdcd;
    border-top: none;
    background: #f7f7f7;
}
.wannianli_wrapper:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.wannianli_wrapper h4
{
    float: left;
    width: 190px;
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wannianli_wrapper h4 a
{
    text-decoration: none;
    color: #606060;
    font-weight: normal;
}
.wannianli_wrapper h4 a:hover
{
    text-decoration: underline;
}
.wannianli_wrapper hr
{
    width: 90%;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 20px;
}