
[v-cloak] {
    display: none;
}
/*banner区域*/
.banner-img-area{
    width: 100%;
    position:relative;
    height: 434px;
    background-image: url("../../img/index/banner1.png");
    background-repeat: no-repeat;
    background-position: center;
}
.banner-img-area > img{
    width: 100%;
    height: 100%;
}
.banner-img-area-banner-title{
    height: 50px;
    position:absolute;
    left: 0;
    bottom:0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 30px;
    font-weight: 800;
    color:white;
    letter-spacing: 4px;
    text-align: center;
}
.hr-css{
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: white;
    position:relative;
    top:8px;
}
/* 日历 */
.calendar-box{
	width: 1100px;
	height: 100%;
	
	margin: 0 auto 20px auto;
	position:relative;
	top:-60px;
}

.calendar-table{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #57abff;
	border-right: 0;
	display: flex;
	justify-content: space-between;
}
.calendar-table-today-detail{
	width: 25%;
	height: 488px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#5af),to(#73b9ff));
}
.right-detail-date{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color:white;
	font-weight: bold;
}
.right-detail-week{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color:white;
	font-weight: bold;
}
.right-detail-day{
	width: 100%;
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.small-squares{
	width: 85px;
	height: 85px;
	line-height: 86px;
	font-size: 52px;
	background: #fb0;
	border-radius: 3px;
	box-shadow: 1px 2px 5px rgba(0,0,0,.1), -1px 2px 5px rgba(0,0,0,.1);
	color:white;
	text-align: center;
}
.right-detail-lunar-calendar{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color:white;
	font-weight: bold;
}
.calendar-table-select{
	width: 75%;
	height: 100%;
	padding: 8px;
}
.select-year-month{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom:1px solid #5caeff;
	font-weight: bold;
}
.year-select{
	width: 100px;
	height: 35px;
	text-align: center;
	font-size: 17px;
	margin: 0 10px;
	box-sizing: border-box;
	border:1px solid gray;
	position:relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.year-select-text{
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.year-select-points{
	width: 20%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.points{
	/* position:absolute;
	right: 0;
	top:0;
	left: 0;
	bottom:0;
	margin: auto; */
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent  transparent  transparent;
}
.year-select-list{
	position:absolute;
	left: 0;
	bottom:-300px;
	z-index: 5;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border:1px solid grey;
	background: white;
	overflow-y: auto;
}
.year-select-list-item{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}
.year-select-list-item:hover{
	background-color: gainsboro;
}
.month-select{
	width: 140px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	margin: 0 10px;
	box-sizing: border-box;
	border:1px solid grey;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
}
.month-left-btn{
	display: block;
	width: 30px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background-color: #fafafa;
	color:#7a7a7a;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #999;
	border-bottom-color: #d8d8d8;
	border-left-color: transparent;
	border-top-color: transparent;
}
.month-left-btn:hover{
	border:1px solid #0072E3;
	color:#0072E3;
}
.month-middle-value{
	width: 80px;
	height: 35px;
	/* line-height: 35px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
}
.month-middle-value:hover{
	box-shadow:2px 3px 2px gray inset;
}

.select-month-div{
	position:absolute;
	left: 0;
	bottom:-300px;
	z-index: 5;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border:1px solid grey;
	background: white;
	font-weight: bold;
}
.select-month-div > div{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}
.select-month-div > div:hover{
	background-color: gainsboro;
}
.selectedbg{
  background-color: gainsboro;	
}
.month-right-btn{
	display: block;
	width: 30px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background-color: #fafafa;
	color:#7a7a7a;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #999;
	border-bottom-color: #d8d8d8;
	border-right-color: transparent;
	border-top-color: transparent;
}
.month-right-btn:hover{
	border:1px solid #0072E3;
	color:#0072E3;
}
.back-today{
	width: 120px;
	height: 35px;
	line-height: 35px;
	border: 1px solid white;
	cursor: pointer;
	font-family: inherit;
	text-align: center;
	vertical-align: middle;
	background-color: #fb0;
	font-weight: bold;
	color:white;
	border-radius: 8px;
	font-size: 17px;
}
.holiday-arrangement{
	width: 100px;
	height: 35px;
	text-align: center;
	font-size: 15px;
	margin: 0 10px;
	box-sizing: border-box;
	border:1px solid gray;
	position:relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.holiday-list{
	position:absolute;
	left: -1px;
	bottom:-270px;
	z-index: 5;
	width: 101%;
	height: 270px;
	box-sizing: border-box;
	border:1px solid grey;
	background: white;
	color:#666;
}
.holiday-list >div{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
} 
.holiday-list >div:hover{
	background-color: gainsboro;
}
/* 周 */
.week-line{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border-bottom:1px solid lightgray;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.week-line > span{
	display: inline-block;
	width: 14.3%;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	font-family: "微软雅黑";
}
/* 日期列表 */
.date-num-list{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list-item{
	width: 14.2%;
	height: 63px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	text-align: center;
	box-sizing: border-box;
	border-bottom:1px solid lightgray;
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	background-color: #ddeeff;
	position:relative;
}
.list-item-p{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.list-item-lay{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #f43;
}
.list-item-lay-bg{
	background-color: #fff0f0 !important;
}

.list-item-2{
	width: 14.2%;
	height: 63px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	border-bottom:1px solid lightgray;
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;
	font-size: 16px;
	/* background-color: ghostwhite; */
	color:gainsboro;
	font-weight: bold;
	position:relative;
}
.list-item-work{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #5caeff;
}
.list-item-work-2{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #f43;
	opacity: .5;
}
.list-item-work-3{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	background-color: #999999;
	
}
.list-item:hover{
	box-sizing: border-box;
	border:2px solid yellow;
}
.festival-d{
	color:red;
	font-size: 12px;
}
.weekColor{
	color:#e02d2d !important;
}
/* 今天样式 */
.today{
	 color:white !important;
	 background-color: #fb0;
	 border-bottom:1px solid lightgray;
	 border-left:1px solid #fb0;
	 border-right:1px solid #fb0;
	 border-top:1px solid #fb0;
 }
 .click_day{
	 box-sizing: border-box;
	 border:2px solid #fb0;
 }
/*开始日期和结束日期*/
.start-end-date-box{
    width: 1100px;
    height: 140px;
    border-radius: 10px;
    margin: 0 auto;
	position:relative;
	top:-60px;
    box-sizing: border-box;
	border:1px solid gainsboro;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 10px #d6eaff;
}
.error_css{
    box-sizing: border-box;
    border:1px solid red;
}
.start-date{
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start-date > span{
    font-size: 15px;
    font-weight: 600;
}
.date-input-box{
    width: 70%;
    height: 55px;
    background-color: #ebf2f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
#start{
    width: 100%;
    height: 45px;
    background-color: #ebf2f4;
    text-align: center;
    border: 0;
    font-size: 17px;
    color:#666;
    font-weight: 600;
}
#end{
    width: 100%;
    height: 45px;
    background-color: #ebf2f4;
    text-align: center;
    border: 0;
    font-size: 17px;
    color:#666;
    font-weight: 600;
}
.end-date{
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.end-date > span{
    font-size: 15px;
    font-weight: 600;
}
.calculate-btn{
    width: 120px;
    height: 60px;
    background-color: #218fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bolder;
    color:white;
    letter-spacing: 2px;
    border-radius: 10px;
    cursor: pointer;
}
/*计算结果展示*/
.calculate-result-show{
    width: 1200px;
    margin: 10px auto;
    position:relative;
}
.result-title{
    width: 100%;
    height: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 4px;
    text-align: center;
}
.total-data{
    width: 100%;
    height: 60px;
    background-color: #ebf2f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.total-data-item{
    width: 50%;
    text-align: center;
}
.total-data-item-child-title{
    font-size: 18px;
}
.day-count{
    font-size: 22px;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: 2px;
}
/*详细结果*/
.result-detail{
    width: 100%;
    display: flex;
    justify-content: center;
}
.result-detail-table{
    width: 55%;
    box-sizing: border-box;
    border:1px solid grey;
    border-radius: 8px;
    overflow: hidden;
}
.result-item{
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-item > div{
    width: 33.33333%;
    font-size: 17px;
    text-align: center;
}

.tab-menu{
    width: 120px;
    position:fixed;
    right: 0;
    top:28%;
}
.tab-menu-img-box{
    display: flex;
    align-items: center;
}
.tab-menu-img{
    
    cursor: pointer;
    margin-top: 10px;
}

.tab-menu-2{
    width: 1200px;
	box-shadow: 0 0 10px gainsboro;
	margin: 0 auto;
	border-radius: 8px;
	
    position:relative;
    top:-106px;
	background-color: white;
	display: flex;
}
.tab-menu-img-box-2{
    width: 180px;
    height: 160px;
	color:#333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.selected-box{
	transform:scale(1.1);
	background-color: white;
	border-radius: 8px;
	color:#218fff;
	box-shadow: 0 0 8px gainsboro;
}
.img-2-box{
	width: 180px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-menu-img-2{
    
}
.tab-text-2{
	width: 100%;
	font-size: 16px;
	
	text-align: center;
}

.title-bg{
    background-color: #d7e7ec;
}
.item_bg{
    background-color: #f0f6f8;
}
/*工作日推算*/
.start-end-date-box-2{
    width: 1200px;
    height: 140px;
    border-radius: 10px;
    margin: 0 auto;
	position:relative;
	top:-60px;
    box-sizing: border-box;
	border:1px solid gainsboro;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 10px #d6eaff;
}
.error_css{
    box-sizing: border-box;
    border:1px solid red;
}
.start-date-2{
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start-date-2 > span{
    font-size: 15px;
    font-weight: 600;
}
.date-input-box-2{
    width: 70%;
    height: 55px;
    background-color: #ebf2f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.num-select{
    width: 90%;
    height: 45px;
    box-sizing: border-box;
    border:0;
    text-align: center !important;
    background-color:#ebf2f4 ;
    font-size: 16px !important;
    cursor: pointer;
    letter-spacing: 4px;
}
#test1{
    width: 100%;
    height: 45px;
    background-color: #ebf2f4;
    text-align: center;
    border: 0;
    font-size: 17px;
    color:#666;
    font-weight: 600;
}