@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.main {
  width: 100%;
  background-color: #F5F7FA;
}
.main .layout {
  width: 1300px;
  margin: 0 auto;
}
.fill .head {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
}
.fill .head .head-title {
  float: left;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/fill_icon.png) no-repeat;
  margin: 6px 10px 0 0;
}
.fill .head .fill-tab {
  float: left;
  margin-left: 28px;
}
.fill .head .fill-tab li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.fill .head .fill-tab .on {
  color: #c60d0e;
}
.fill .head .fill-tab .on:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: #c60d0e;
  border-radius: 2px;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  z-index: 3;
}
.fill .head a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.month {
  background: #fff;
  border-radius: 8px;
  padding: 0 20px 16px 20px;
}
.month ul:nth-child(1) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 39px;
}
.month ul:nth-child(1) li:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-right: 10px;
}
.month ul:nth-child(1) li:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.month ul:nth-child(2) {
  width: 1260px;
  margin-top: 20px;
  display: flex;
}
.month ul:nth-child(2) li {
  width: 105px;
  height: 64px;
  background: #F5F7FA;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.month ul:nth-child(2) li p {
  font-weight: 400;
  color: #666666;
}
.month ul:nth-child(2) li p:nth-child(1) {
  font-size: 16px;
}
.month ul:nth-child(2) li p:nth-child(2) {
  font-size: 12px;
}
.month ul:nth-child(2) li:hover {
  cursor: pointer;
}
.month ul:nth-child(2) .on {
  background: #0A68D1;
}
.month ul:nth-child(2) .on p {
  color: #fff;
}
.calendar {
  margin-top: 16px;
  padding: 0 20px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.calendar #calendar .fc-header-toolbar .fc-toolbar-chunk {
  margin-top: 24px;
}
.calendar #calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .fc-button {
  width: 34px;
  height: 33px;
  background: #0A68D1;
  vertical-align: baseline;
  border: none;
}
.calendar #calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .fc-button .fc-icon {
  color: #fff !important;
  vertical-align: baseline;
  margin-left: -3px;
  margin-top: 0px;
}
.calendar #calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
  display: inline-block !important;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.calendar #calendar .fc-h-event .fc-event-main {
  color: #333 !important;
}
.calendar #calendar .fc-h-event .fc-event-main .fc-event-title {
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.calendar #calendar .fc-h-event .fc-event-main .fc-event-title:hover {
  cursor: pointer;
}
.calendar #calendar .fc-view-harness .fc-license-message {
  z-index: -99999 !important;
}
.notes {
  background: #fff;
  border-radius: 8px;
  margin-top: 16px;
  padding: 0 20px;
}
.notes .title {
  display: flex;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
.notes .title span {
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #F7B41C;
  border-radius: 1px;
  margin-right: 11px;
}
.notes .title p {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.notes .content .page {
  padding: 20px 48px 20px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.notes .content .page:hover {
  cursor: pointer;
}
.notes .content .page p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
}
.notes .content .page ul {
  display: flex;
  align-items: center;
}
.notes .content .page ul li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.notes .content .page ul li img {
  width: 18px;
  height: 20px;
  margin-right: 6px;
}
.notes .content .page ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.notes .content .page:nth-child(1) {
  background-color: #D7EDF8;
}
.notes .content .page:nth-child(2) {
  background-color: #E5E5FA;
}
.notes .content .page:nth-child(3) {
  background-color: #F8EFD7;
}
.notes .content .page:nth-child(4) {
  background-color: #FAE5E5;
}
.notes .content .page:nth-child(5) {
  background-color: #EDF6D0;
}
.notes .content .page:nth-child(6) {
  background-color: #E6E6E6;
}
.notes .content .page:nth-child(7) {
  background-color: #DDF6ED;
}
.notes .content .page:nth-child(8) {
  background-color: #FAE5F8;
}
.notes .content .page:nth-child(9) {
  background-color: #E3F8D7;
}
.notes .content .page:nth-child(10) {
  background-color: #D7EDF8;
}
.notes .content .page:nth-child(11) {
  background-color: #E5E5FA;
}
.notes .content .page:nth-child(12) {
  background-color: #F8EFD7;
}
.notes .content .page:nth-child(13) {
  background-color: #FAE5E5;
}
.notes .content .page:nth-child(14) {
  background-color: #EDF6D0;
}
.notes .content .page:nth-child(15) {
  background-color: #E6E6E6;
}
.notes .content .page:nth-child(16) {
  background-color: #DDF6ED;
}
.notes .content .page:nth-child(17) {
  background-color: #FAE5F8;
}
.notes .content .page:nth-child(18) {
  background-color: #E3F8D7;
}
.mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.mark .content {
  width: 280px;
  height: 223px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px 20px 20px;
}
.mark .content .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px dashed #999;
  padding-bottom: 19px;
}
.mark .content ul {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.mark .content ul li {
  display: flex;
  align-items: center;
}
.mark .content ul li:nth-child(1) {
  margin-bottom: 10px;
}
.mark .content ul li img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.mark .content ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.mark .content .button-box {
  display: flex;
  justify-content: space-between;
}
.mark .content .button-box div {
  width: 110px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
}
.mark .content .button-box div:hover {
  cursor: pointer;
}
.mark .content .button-box .look {
  border: 1px solid #999999;
  color: #999;
}
.mark .content .button-box .signup {
  border: 1px solid #0A68D1;
  color: #0A68D1;
}
.mark .content .close {
  position: absolute;
  top: 10px;
  right: 13px;
  width: 1px;
  height: 10px;
  background: #999;
  transform: rotate(45deg);
}
.mark .content .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #999;
  transform: rotate(-90deg);
}
.mark .content .close:hover {
  cursor: pointer;
}
