html,
body {
  background-color: #F8F9FA;
}

.page-section {
  margin-bottom: 30px;
}
.page-section .main {
  max-width: 1200px;
  margin: 0 auto;
}

.page-header,
.page-footer {
  background-color: #007E37;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 14px;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.nav-list .item {
  margin-right: 30px;
  color: #fff;
}

.about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about .right {
  white-space: pre-line;
}

.site-header {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.site-header .left .logo img {
  height: 60px;
}
.site-header .left .title {
  margin-left: 16px;
}
.site-header .right .search-input {
  display: flex;
  align-items: center;
  border-radius: 24px 24px 24px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.site-header .right .search-input input {
  background-color: transparent;
  border: unset;
  padding-left: 16px;
  color: #fff;
}
.site-header .right .search-input .btn {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px 24px 24px 24px;
  border: unset;
  margin: 2px;
}
.site-header .right .search-input .btn img {
  width: 19px;
  padding: 2px 14px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
}
.site-nav .item {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  margin-bottom: 8px;
  color: #fff;
}
.site-nav .item.current {
  border-color: #fff;
}

.index-slide {
  position: relative;
}
.index-slide .slide-main {
  background-size: cover;
  background-position: center;
  height: 320px;
}
.index-slide .slide-item {
  background-position: center;
  background-size: cover;
}

.site-panel {
  background-color: #fff;
}
.site-panel > .header {
  padding: 20px 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-panel > .header .left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.site-panel > .header .left .title {
  color: #007E37;
  font-size: 20px;
  position: relative;
  padding-left: 12px;
}
.site-panel > .header .left .title::before {
  content: " ";
  background-color: #007E37;
  display: inline-block;
  width: 3px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
}
.site-panel > .header .left .plus {
  color: #999999;
  font-size: 14px;
  margin-left: 12px;
}
.site-panel > .header .left .plus i {
  font-size: 14px;
}
.site-panel .body {
  padding: 10px 20px;
  min-height: 244px;
}
.site-panel .body .post-list .post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.site-panel .body .post-list .post-item .title {
  margin-left: 12px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-panel .body .post-list .post-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc((100% - 6px) / 2);
  background-color: #007E37;
  border-radius: 6px;
}
.site-panel .body .post-list .post-item:not(:last-child) {
  border-bottom: 1px dotted #D2D2D2;
}
.site-panel .body .post-list .post-item .time {
  color: #999999;
  font-size: 16px;
  white-space: nowrap;
}

.tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tag-list .tag-item {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  margin-left: 16px;
  padding: 3px 9px;
}
.tag-list .tag-item.current {
  background-color: #007E37;
  border-color: #007E37;
  color: #fff;
}

.login-item {
  margin-bottom: 12px;
  display: block;
}
.login-item button {
  width: 100%;
  border-radius: 4px 4px 4px 4px;
  background: rgba(0, 126, 55, 0.02);
  border: 1px solid #007E37;
}
.login-item button.current {
  background-color: #007E37;
}
.login-item button.current .main .info .title {
  color: #fff;
}
.login-item button.current .main .info .desc {
  color: rgba(255, 255, 255, 0.6);
}
.login-item button .main {
  width: 80%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 10px;
}
.login-item button .main img {
  width: 40px;
  height: 40px;
}
.login-item button .main .info {
  margin-left: 8px;
}
.login-item button .main .info .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #007E37;
}
.login-item button .main .info .desc {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 126, 55, 0.6);
  line-height: 16px;
}

.login-jump {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #007E37;
  text-align: center;
}
.login-jump img {
  width: 24px;
  height: 24px;
}

.page-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #007E37;
  margin: 12px 0;
}
.page-nav img {
  width: 20px;
  height: 20px;
}
.page-nav .item {
  margin: 3px;
}

.plan-menu {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.plan-menu .header {
  text-align: center;
  background: #007E37;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
}
.plan-menu .body {
  min-height: 300px;
  margin-top: 18px;
}
.plan-menu .body .item {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 38px;
  padding: 0 18px;
  position: relative;
  display: block;
}
.plan-menu .body .item.current {
  color: #007E37;
}
.plan-menu .body .item.current::before {
  content: " ";
  display: inline-block;
  width: 3px;
  background-color: #007E37;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.date-container {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.date-container .header {
  background-color: #007E37;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.date-container .header .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
}
.date-container .header .left .item {
  margin-right: 16px;
}
.date-container .header .left .item img {
  width: 20px;
  height: 20px;
}
.date-container .header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.date-container .header .right .item {
  margin-left: 36px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid transparent;
}
.date-container .header .right .item.current {
  color: #fff;
  border-color: #fff;
}
.date-container .body .month-date {
  background-color: #D2D2D2;
  padding: 1px;
}
.date-container .body .month-date .week {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.date-container .body .month-date .week .day {
  flex: 1;
  margin: 1px;
  background-color: #fff;
  overflow: hidden;
}
.date-container .body .day-name {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}
.date-container .body .date-item {
  padding: 6px;
}
.date-container .body .date-item.date-other .day-name {
  color: #999999;
}
.date-container .body .date-item.date-today .day-name {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 3px 10px;
  background-color: #007E37;
  border-radius: 4px;
}
.date-container .body .week-name {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 14px;
}
.date-container .body .plan-item-list {
  height: calc(100% - 68px);
  min-height: 75px;
}
.date-container .body .plan-item {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  padding: 3px 6px;
  background: rgba(0, 126, 55, 0.1);
  margin-bottom: 6px;
  border-radius: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 12px);
  display: block;
}
.date-container .body .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  min-height: 24px;
}
.date-container .body .footer .count {
  font-weight: 500;
  font-size: 10px;
  color: #007E37;
  background: rgba(0, 126, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  cursor: pointer;
}

.post-container .title {
  text-align: center;
  font-size: 20px;
}
.post-container .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-container .info .item {
  margin: 16px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
.post-container .data {
  font-size: 16px;
}
.post-container .content {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  font-family: Source Han Serif CN-Regular, Source Han Serif CN;
  white-space: pre-line;
}
.post-container .content .build-table, .post-container .content .build-table table {
  white-space: initial;
  width: 100%;
}
.post-container .content .build-table, .post-container .content .build-table tr th, .post-container .content .build-table tr td, .post-container .content .build-table table, .post-container .content .build-table table tr th, .post-container .content .build-table table tr td {
  border: 1px solid #bbb;
  text-align: left;
  padding: 5px;
}