@charset "utf-8";

:root {
  --base-font-size: 16px;
  --main-color: #1e78ff;
  --font-weight-base: 400;
  --font-weight-bold: 500;
  --font-weight-bolder: 600;
  --font-weight-high: 700;
  --font-size-small: 0.875rem;
  --font-size-regular: 1rem;
  --font-size-big: 1.125rem;
  --font-color-black: #333b57;
  --font-color-grey: #8b95a8;
  --link-color-blue: #3da9ff;
  --color-green: #05d5ba;
  --color-blue: #0daaff;
  --color-orange: #ffb82e;
  font-size: var(--font-size-regular);
  font-weight: var(--font-weight-base);
  letter-spacing: 0;
}
a[href="javascript:;"],
a[href="javascript:void(0);"] {
  color: #999;
  cursor: not-allowed;
}
body {
  overflow-x: hidden;
}
.box-wrap {
  width: 75rem;
  margin: 0 auto;
}

.current-position {
  padding: 0.875rem 0;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: #999999;
}
.current-position a {
  color: #999999;
}
.current-position a:last-child {
  color: #333333;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/* 展开收起 */
.servers-module-expand {
  margin-left: auto;
  font-size: 1.05rem;
  color: #0c377d;
  letter-spacing: 0;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0.75rem;
}
.services-bucket-list-button {
  text-align: right;
  margin-bottom: 0.75rem;
}
.services-bucket-list-button .servers-module-expand {
  display: inline-block;
}
.servers-module-expand .servers-module-expand-button {
  display: block;
  /* background: url(down-arrows.svg) no-repeat right center; */
  /* padding-right: 0.8125rem;
  background-size: 0.5rem 0.375rem; */
  cursor: pointer;
  color: #fff;
  font-size: 0.875rem;
  background-image: linear-gradient(148deg, #5197ff 0%, #1e78ff 96%);
  box-shadow: inset 0px -0.0625rem 0.125rem 0px rgba(17, 75, 163, 0.73);
  box-shadow: inset 0px 0.0625rem 0.125rem 0px rgba(255, 255, 255, 0.56);
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  padding: 0 0.75rem;
  line-height: 2.125rem;
  display: flex;
  align-items: center;
}
.servers-module-expand .servers-module-expand-button::after {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(expand-icon.svg) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.5rem;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.servers-module-expand .servers-module-expand-button.put-away::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* 栅格布局开始 */
.row {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -0.625rem;
  margin-left: -0.625rem; */
}
/* .son-row{
    padding-top: 0;
} */
.col {
  padding: 0.625rem; /* 每个列的左右内边距总共20px */
  box-sizing: border-box; /* 包括内边距和边框在内的宽度计算 */
  /* margin-bottom: 1.25rem; */
}
.col-1 {
  width: 8.333333%;
}
.col-2 {
  width: 16.666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8 {
  width: 66.666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
}
.col-11 {
  width: 91.666667%;
}
.col-12 {
  width: 100%;
}
.son-row {
  height: 50%;
}
/* 栅格布局结束 */

/* 企服日历开始 */
/* #region 企服日历 */
.calendar .title-wrap {
  margin: 0 auto 1rem;
  text-align: center;
}

.calendar-switch {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.calendar-switch-type,
.calendar-switch-status {
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-switch-type span,
.calendar-switch-status > span,
.calendar-status span {
  display: block;
  padding: 0 0.75rem;
  line-height: 2.125rem;
  text-align: center;
  color: var(--font-color-black);
  cursor: pointer;
  font-weight: 400;
}

.calendar-switch-status {
  width: 38.125rem;
}

.calendar-status {
  display: flex;
  margin-left: auto;
}

.calendar-switch-status .current-month {
  font-family: "D-DINExp-Bold";
  font-weight: var(--font-weight-high);
  cursor: default;
}

.calendar-switch-type span.active,
.calendar-status span.active {
  /* background: var(--main-color);
    border-radius: 1.0625rem; */
  color: #1e78ff;
}

.calendar-panel {
  background: url(bg_calendar.png) center top no-repeat;
  background-size: cover;
}

.calendar-panel .box-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.month-declare-wrap {
  width: 33.75rem;
  height: 26.375rem;
  overflow: hidden;
}

.calendar-panel .divider {
  display: block;
  width: 0.0625rem;
  background-color: #eeeeee;
}

/* .month-declare-wrap::after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #eeeeee;
} */

.month-wrap,
.declare-wrap {
  transition: all 0.3s ease;
}

.month-declare-wrap .month-declare {
  width: 33.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.month-declare-wrap .month-declare .item {
  width: 33.33%;
  height: 6.5rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(230, 233, 236, 1);
  cursor: pointer;
}

.month-declare-wrap .month-declare .item.active {
  border-color: var(--main-color);
}

.month-declare-wrap .month-declare .month {
  display: block;
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  margin: 0.25rem 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--font-color-black);
  line-height: 1.375rem;
  font-weight: var(--font-weight-bold);
}

.month-declare-wrap .month-declare .month-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.75rem;
  height: 4.5rem;
}

.month-declare-wrap .month-declare .month-list > div {
  width: 9.89rem;
  height: 1.375rem;
  padding: 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.125rem;
  cursor: pointer;
}

.month-declare-wrap .month-declare .month-list > div:first-child {
  margin-top: auto;
}

.month-declare-wrap .month-declare .month-list > div:last-child {
  margin-bottom: 0;
}

.month-declare-wrap .month-declare .month-list span,
.month-declare-wrap .month-declare .month-list em {
  display: block;
  font-size: 0.88rem;
}

.month-declare-wrap .month-declare .month-list em {
  font-weight: var(--font-weight-bold);
}

.month-declare-wrap .month-declare .month-list .proceed {
  background: rgba(5, 213, 186, 0.1);
  box-shadow: inset 0.19rem 0rem 0rem 0rem rgba(5, 213, 186, 1);
  border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.month-declare-wrap .month-declare .month-list .proceed span,
.month-declare-wrap .month-declare .month-list .proceed em {
  color: var(--color-green);
}

.month-declare-wrap .month-declare .month-list .inactive {
  background: rgba(30, 120, 255, 0.08);
  box-shadow: inset 0.19rem 0rem 0rem 0rem rgba(30, 120, 255, 1);
  border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.month-declare-wrap .month-declare .month-list .inactive span,
.month-declare-wrap .month-declare .month-list .inactive em {
  color: #1e78ff;
}

.month-declare-wrap .month-declare .month-list .deadline {
  background: rgba(153, 153, 153, 0.1);
  box-shadow: inset 0.19rem 0rem 0rem 0rem rgba(153, 153, 153, 1);
  border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.month-declare-wrap .month-declare .month-list .deadline span,
.month-declare-wrap .month-declare .month-list .deadline em {
  color: #666666;
}

.month-declare-wrap .month-declare .month-list .no-matter {
  background: rgba(153, 153, 153, 0.1);
  box-shadow: inset 0.19rem 0rem 0rem 0rem rgba(153, 153, 153, 1);
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  color: #999999;
  font-size: 0.88rem;
}
.declare-status-wrap .declare-status .no-matter {
  width: 100%;
  height: 26.375rem;
  padding-left: 1rem;
  color: #000a2d;
  background: url(no_matter.png) center 5rem no-repeat;
  background-size: 20rem auto;
  padding-top: 19.75rem;
  text-align: center;
  font-size: 1rem;
  opacity: 0.8;
}

.declare-status-wrap {
  width: 36.9375rem;
  height: 26.375rem;
  overflow: hidden;
}

.declare-status-wrap .declare-status {
  width: 36.4375rem;
  height: 100%;
  margin-right: 0.25rem;
}

.declare-status-wrap .declare-status .no-matter {
  width: 100%;
  height: 26.375rem;
  padding-left: 1rem;
  color: #999999;
}

.declare-status-wrap .declare-status .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0.13rem;
  padding: 1.125rem 5.25rem 0 1.13rem;
  margin-bottom: 0.625rem;
  position: relative;
  background-color: #f7f9fa;
}

.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:hover a {
  color: var(--main-color);
}

.declare-status-wrap .declare-status .item::after {
  display: block;
  width: 5.4375rem;
  height: 2rem;
  line-height: 2.15rem;
  text-indent: 0.97rem;
  position: absolute;
  right: -0.22rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.81rem;
  color: rgba(255, 255, 255, 0.99);
}

.declare-status-wrap .declare-status .item[data-state="2"]::after,
.declare-status-wrap .declare-status .item[data-state="5"]::after,
.declare-status-wrap .declare-status .item[data-state="8"]::after,
.declare-status-wrap .declare-status .item[data-state="11"]::after {
  content: "申报进行中";
  background: url(proceed.png) no-repeat;
  background-size: auto 2rem;
}

.declare-status-wrap .declare-status .item[data-state="1"]::after,
.declare-status-wrap .declare-status .item[data-state="4"]::after,
.declare-status-wrap .declare-status .item[data-state="7"]::after,
.declare-status-wrap .declare-status .item[data-state="10"]::after {
  content: "申报未开始";
  background: url(inactive.png) no-repeat;
  background-size: auto 2rem;
}

.declare-status-wrap .declare-status .item[data-state="3"]::after,
.declare-status-wrap .declare-status .item[data-state="6"]::after,
.declare-status-wrap .declare-status .item[data-state="9"]::after,
.declare-status-wrap .declare-status .item[data-state="12"]::after {
  content: "申报已截止";
  background: url(deadline.png) no-repeat;
  background-size: auto 2rem;
}

.declare-status-wrap .declare-status .item[data-state="5"]::after {
  content: "兑付进行中";
}

.declare-status-wrap .declare-status .item[data-state="8"]::after {
  content: "政策生效中";
}

.declare-status-wrap .declare-status .item[data-state="11"]::after {
  content: "活动进行中";
}

.declare-status-wrap .declare-status .item[data-state="4"]::after {
  content: "兑付未开始";
}

.declare-status-wrap .declare-status .item[data-state="7"]::after {
  content: "政策未生效";
}

.declare-status-wrap .declare-status .item[data-state="10"]::after {
  content: "活动未开始";
}

.declare-status-wrap .declare-status .item[data-state="6"]::after {
  content: "兑付已截止";
}

.declare-status-wrap .declare-status .item[data-state="9"]::after {
  content: "政策已过期";
}

.declare-status-wrap .declare-status .item[data-state="12"]::after {
  content: "活动已截止";
}

.declare-status-wrap .item .matter-title,
.declare-status-wrap .item .matter-detail {
  display: flex;
  align-items: center;
}

.declare-status-wrap .item .matter-title a {
  display: block;
  font-size: 1rem;
  color: var(--font-color-black);
  line-height: 1.5rem;
  font-weight: var(--font-weight-bold);
  max-width: 23rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.declare-status-wrap .item .matter-title i {
  display: block;
  margin-left: 1.25rem;
  background: rgba(30, 120, 255, 0.14);
  border-radius: 0.22rem;
  padding: 0 0.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: var(--main-color);
}

.declare-status-wrap .item .matter-detail {
  margin-top: 0.625rem;
  margin-bottom: 1.125rem;
}

.declare-status-wrap .item .matter-detail span {
  display: block;
  font-size: 1rem;
  color: var(--font-color-grey);
  line-height: 1.125rem;
}

.declare-status-wrap .item .matter-detail span:first-child {
  margin-right: 0.875rem;
}

.declare-status-wrap .item .matter-detail span em {
  color: #f64042;
}

.calendar #calendar-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.25rem;
}

#calendar-pagination .layui-laypage {
  margin: 0;
  display: flex;
}

#calendar-pagination .layui-laypage-count {
  margin: 0;
  margin-right: 1rem;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.65);
}

#calendar-pagination .layui-laypage a,
#calendar-pagination .layui-laypage-curr,
#calendar-pagination .layui-laypage-spr {
  margin: 0;
  padding: 0;
  margin-right: 0.375rem;
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.65);
  border-width: 0.0625rem;
}

/* 企服日历结束 */

.services-card li {
  width: 18rem;
  height: 6.625rem;
  border-radius: 0.315rem;
  margin-right: 1rem;
  background-color: palegreen;
  -webkit-border-radius: 0.315rem;
  -moz-border-radius: 0.315rem;
  -ms-border-radius: 0.315rem;
  -o-border-radius: 0.315rem;
}
.services-card li:nth-child(4n) {
  margin-right: 0;
}
.services-card li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.services-card li .services-card-icon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 1rem 0 1.5625rem;
}

.services-card li .services-card-title {
  font-size: 1.375rem;
  color: #ffffff;
  letter-spacing: 0.0531rem;
  text-align: center;

  font-weight: 600;
}
.services-card li:nth-child(1) .services-card-title {
  text-shadow: 0.0625rem 0.0625rem 0 #004c9d;
}
.services-card li:nth-child(2) .services-card-title {
  text-shadow: 0.0625rem 0.0625rem 0 #1c64d6;
}
.services-card li:nth-child(3) .services-card-title {
  text-shadow: 0.0625rem 0.0625rem 0 #00a26d;
}
.services-card li:nth-child(4) .services-card-title {
  text-shadow: 0.0625rem 0.0625rem 0 #eb8d13;
}
.empty-state {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  height: 100%;
  flex: 1;
  justify-content: center;
}
.empty-state img {
  display: block;
  width: 5.8125rem;
}
.empty-state .empty-description {
  color: #8b95a8;
  font-size: 0.875rem;
  margin-top: 0.875rem;
  padding-right: 0.75rem;
}

.services-bucket-list {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 58, 134, 0.2);
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  /* min-height: 25rem; */
}
