body,
div {
  font-family: '微软雅黑';
  box-sizing: border-box;
}

.calendarWatch {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar {
  width: 590px;
  height: 502px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  position: relative;
  border: 1px solid #DFE4E9;
}

.calendar-title {
  width: 332px;
  height: 142px;
  font-weight: 600;
  background: url('title.png') no-repeat center / 94% 100%;
  position: absolute;
  top: -38px;
  left: -2px;
}

.calendar-header {
  width: 208px;
  height: 60px;
  line-height: 60px;
  margin: 38px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  float: right;
}

#month-year {
  font-size: 20px;
  color: #374567;
  font-weight: 600;
  outline: none;
}

#prev-year {
  width: 12px;
  height: 12px;
  background: url('prev-year.png') no-repeat;
}

#prev-month {
  width: 8px;
  height: 12px;
  background: url('prev-month.png') no-repeat;
}

#next-month {
  width: 8px;
  height: 12px;
  background: url('next-month.png') no-repeat;
}

#next-year {
  width: 12px;
  height: 12px;
  background: url('next-year.png') no-repeat;
}

#calendar-table {
  width: 100%;
  border-collapse: collapse;
}

#calendar-table th,
#calendar-table td {
  width: 14.28%;
  height: 56px;
  text-align: center;
}

#calendar-table th {
  background-color: #EAF6FE;
}

#calendar-body td {
  cursor: pointer;
  border-radius: 10px;
}

#calendar-body td:hover {
  background-color: #e0e0e0;
}

#calendar-body td.today {
  color: #fff;
  background-color: #3F88F7;
}

#calendar-body td.other-month {
  color: #999;
}

#calendar-body {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 200px 300px;
}

#calendar-body .num {
  position: relative;
}

#calendar-body .num::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 74%;
  left: 50%;
  border-radius: 50%;
  background: #3469ff;
}

.calendarPanel {
  width: 580px;
  height: 502px;
}

.calendar-switch-status {
  display: flex;
  align-items: center;
}

.calendar-switch-status>span,
.calendar-status span {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #7A8BA6;
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DFE4E9;
  border-radius: 4px;
}

.calendar-switch-status {
  width: 28.7rem;
}

.calendar-status {
  display: flex;
}

.current-month {
  font-weight: 700;
  font-size: 22px;
}

.calendar-status span.active {
  background-image: linear-gradient(180deg, #3A78FF 22%, #74C7FF 100%);
  color: #fff;
}

/* 列表 */
.declare-status-wrap {
  width: 100%;
  height: 28.875rem;
  overflow: hidden;
}

.declare-status-wrap .declare-status {
  width: 36.25rem;
  height: 28.875rem;
  margin-right: 0.2rem;
  padding-right: 5px;
  float: left;
  overflow: hidden;
  overflow-y: scroll;
}

.declare-status-wrap .declare-status :focus-visible {
  outline: none;
}

.declare-status-wrap .declare-status::-webkit-scrollbar {
  width: 5px;
}

.declare-status-wrap .declare-status::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.10);
  border-radius: 20px;
}

.declare-status-wrap .declare-status .no-matter {
  width: 100%;
  height: 26.6875rem;
  padding-left: 1rem;
  color: #999999;
}

.declare-status-wrap .declare-status .item {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  height: 8.375rem;
  border: 1px solid #E1E6F0;
  box-shadow: 0 16px 16px 0 #37456705, 0 8px 8px 0 #ebf0fc05;
  border-radius: 0.13rem;
  padding: 20px;
  margin-top: 1.25rem;
  position: relative;
  background-color: #fff;
}

.declare-status-wrap .declare-status .item:hover {
  box-shadow: 0rem 0.13rem 0.5rem 0rem rgba(22, 52, 128, 0.14);
}


.declare-status-wrap .declare-status .item::after {
  display: block;
  width: 7.5rem;
  height: 3.125rem;
  line-height: 3.375rem;
  text-indent: 1.375rem;
  position: absolute;
  right: -0.22rem;
  top: 30px;
  transform: translateY(-50%);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.99);
}

.declare-status-wrap .declare-status .item[data-state="0"]::after {
  content: "";
  background: url('proceed.png') no-repeat;
  background-size: 100%;
}

.declare-status-wrap .declare-status .item[data-state="1"]::after {
  content: "";
  background: url('inactive.png') no-repeat;
  background-size: 100%;
}

.declare-status-wrap .declare-status .item[data-state="2"]::after {
  content: "";
  background: url('deadline.png') no-repeat;
  background-size: 100%;
}

.declare-status-wrap .item .matter-title {
  margin-bottom: 20px;
}

.declare-status-wrap .item .matter-title,
.declare-status-wrap .item .matter-detail {
  width: 100%;
  display: flex;
  align-items: center;
}

.declare-status-wrap .item .matter-title a {
  width: 360px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5rem;
  margin-left: .625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}

.declare-status-wrap .item .matter-title span {
  font-size: 1rem;
  color: #3469FF;
}

.declare-status-wrap .item .matter-detail {
  justify-content: space-between;
  margin-bottom: 10px;
}

.declare-status-wrap .item .matter-detail span {
  font-size: .875rem;
  color: #999;
  line-height: 1.13rem;
}

.declare-status-wrap .item .matter-detail span:first-child {
  margin-right: 0.88rem;
}

.declare-status-wrap .item .matter-detail .matter-detail-num {
  color: #666666fc;
}

.declare-status-wrap .item .matter-detail .matter-detail-num span {
  color: #FF0000;
}

.declare-wrap {
  width: 135rem;
  transition: all 0.3s ease;
}

/* 移动端 */

.mobile_type .calendarWatch {
  width: 100%;
  flex-wrap: wrap;
}

.mobile_type .calendar-title,
.mobile_type .calendarPanel,
.mobile_type .calendar-switch-status {
  width: 100%;
}

.mobile_type .calendar-switch-status {
  flex-wrap: wrap;
}

.mobile_type .current-month {
  flex: 0 1 100%;
  align-self: flex-start;
  margin-bottom: 8px;
}

.mobile_type .declare-wrap,
.mobile_type .declare-status {
  width: 100%;
  height: 23.6875rem;
}

.mobile_type .declare-status-wrap .declare-status .item {
  height: 6rem;
  padding: .75rem .75rem 0 .75rem;
  margin-right: 0;
}

.mobile_type .declare-status-wrap .item .matter-title span {
  width: 8rem;
}

.mobile_type .declare-status-wrap .item .matter-detail {
  flex-wrap: wrap;
}

.mobile_type .declare-status-wrap .declare-status .item::after {
  top: 78%;
}

.mobile_type .no-matter {
  height: 100%;
}