﻿.half-box {
  border-top: 1px solid #EAEAEA;
  width: 48.5%;
}
.half-box .half-box-title {
  color: #666;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-family: SFNSTextCondensedRegular,"Microsoft YaHei";
}
.selected-date {
  color: #8AB647;
  font-size: 30px;
}
.calendar-box td {
  overflow: hidden;
  border: 1px solid #E3E3E3;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar-box td > .outer {
  position: relative;
}
.calendar-box td > .outer > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.calendar-box table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.calendar-box table tr.title {
  background: #377C78;
  color: #FFFFFF;
}
.calendar-box table tr.title td {
  fill: #FFFFFF;
  border-color: #377C78;
}
.calendar-box table tr.title td > .outer {
  padding-bottom: 9.5%;
}
.calendar-box table tr.title td .year {
  font-size: 56px;
  text-anchor: middle;
}
.calendar-box table tr.title td .month {
  fill: #FFFFFF;
  text-anchor: middle;
  font-size: 36px;
  font-family: SFNSTextCondensedRegular;
}
.calendar-box table tr.week-title {
  background: #F4F4F4;
}
.calendar-box table tr.week-title td {
  fill: #969696;
}
.calendar-box table tr.week-title td > .outer {
  padding-bottom: 33%;
}
.calendar-box table tr.week-title td .text {
  text-anchor: middle;
  font-size: 42px;
  font-family: SFNSTextCondensedRegular;
}
.calendar-box table tr.week td {
  fill: #333333;
}
.calendar-box table tr.week td > .outer {
  padding-bottom: 86%;
}
.calendar-box table tr.week td .day {
  font-size: 40px;
  font-weight: bold;
  font-family: SFNSTextCondensedRegular;
}
.calendar-box table tr.week td:first-child,
.calendar-box table tr.week td:last-child {
  fill: #969696;
}
.calendar-box table tr.week td.active {
  background-color:#377C78;
  fill: #FFFFFF;
  cursor: pointer;
}
.calendar-box table tr.week td.current {
  background-color: #8AB647 ;
  fill: #FFFFFF;
}
.event-box {
  position: relative;
  overflow: hidden;
}
.event-box > .outer {
  padding-bottom: 90%;
}
.event-box > .outer > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 8%;
  box-sizing: border-box;
}
.event-box .event-box-title {
  color: #333333;
  margin-bottom: 20px;
  font-size: 16px;
}
.event-box .event-box-content {
  text-align: justify;
  color: #969696;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 46px;
  font-family: SFNSTextCondensedRegular;
}
.event-mask {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
}
.event-mask > .outer {
  padding-bottom: 30%;
}
.event-mask > .outer > .inner {
  position: absolute;
  width: 98%;
  height: 100%;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
