@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-color-black: #333b57;
  --font-color-grey: #8b95a8;
  --link-color-blue: #3da9ff;
  --color-green: #05d5ba;
  --color-blue: #0daaff;
  --color-orange: #ffb82e;
  font-size: var(--base-font-size);
  font-weight: var(--font-weight-base);
  letter-spacing: 0;
}

body {
  font-size: 1rem;
}

.ofh {
  overflow: hidden;
}

.bfc::before,
.bfc::after {
  content: "";
  display: table;
  clear: both;
}

.header {
  background-size: cover;
  height: 25rem;
  position: relative;
}

.search-box,
.enterprise-list {
  position: relative;
  z-index: 2;
}

.search-box > img {
  display: block;
  width: 27.44rem;
  margin: 4.5625rem auto 2.0625rem;
}

.search-wrap {
  width: 27.5rem;
  margin: 0 auto;
}

#searchForm {
  display: flex;
}

#q {
  flex: auto;
  line-height: 2.75rem;
  background-color: #fff;
  padding: 0 1.28rem;
  font-size: 0.88rem;
  color: var(--font-color-grey);
  border-radius: 0.25rem 0rem 0rem 0.25rem;
}

.input_button {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  background: var(--main-color) url(search.png) center center no-repeat;
  background-size: 0.88rem;
  cursor: pointer;
}

.hot-search {
  margin-top: 1rem;
  display: flex;
}

.hot-search span {
  display: block;
  margin-left: auto;
  font-size: 0.88rem;
  color: #ffffff;
  font-weight: var(--font-weight-bold);
  line-height: 1.63rem;
}

.hot-search em {
  display: block;
  background: rgba(51, 59, 87, 0.44);
  border-radius: 0.93rem;
  font-size: 0.88rem;
  color: #ffffff;
  line-height: 1.63rem;
  width: 5rem;
  text-align: center;
  margin-left: 0.36rem;
  cursor: pointer;
  backdrop-filter: blur(0.5rem);
}

.hot-search em:last-child {
  margin-right: auto;
}

.enterprise-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0rem 0.13rem 0.88rem 0rem rgba(51, 59, 87, 0.11);
  border-radius: 0.5rem;
  width: 75rem;
  height: 5.31rem;
  margin: 3.75rem auto 0;
  backdrop-filter: blur(0.5rem);
}

.enterprise-list .item {
  display: flex;
}

.enterprise-list .item .icon {
  display: block;
  width: 1.5rem;
  height: 3.38rem;
  margin-right: 0.75rem;
  background: url(data_decor.png) center center no-repeat;
  background-size: 1.5rem 1.05rem;
}

.enterprise-list .item .data .value {
  display: flex;
  align-items: center;
  min-width: 6.375rem;
}

.enterprise-list .item .data .value span {
  display: block;
  font-size: 1.38rem;
  color: #3d446e;
  font-weight: var(--font-weight-bolder);
  line-height: 1.88rem;
}

.enterprise-list .item .data .value em {
  display: block;
  margin-left: 2px;
  font-size: 0.9rem;
  color: #3c456e;
  line-height: 1.5rem;
}

.enterprise-list .item .data .name span {
  display: block;
  font-size: 0.9rem;
  color: #3e446e;
  line-height: 1.5rem;
}

.common-title {
  display: block;
  font-size: 1.63rem;
  line-height: 2.31rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bolder);
}

.space-enterprise {
  width: 100%;
  height: 2.81rem;
}

/* 企业数据-登录 */
.company {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 3.13rem auto 0;
}

.company-info {
  background-image: linear-gradient(180deg, #f0f3f6 0%, #fdfeff 100%);
  box-shadow: 0rem 0.13rem 0.88rem 0rem rgba(51, 59, 87, 0.11);
  border: 0.05rem solid rgba(255, 255, 255, 1);
  border-radius: 0.21rem;
  width: 19.29rem;
  margin-right: 1.88rem;
  padding: 1.53rem;
  min-height: 11.875rem;
}

.company-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-title span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
  max-width: 12.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-title em {
  display: flex;
  align-items: center;
  border: 0.06rem solid rgba(5, 213, 186, 1);
  border-radius: 0.13rem;
  padding: 0 0.56rem;
  font-size: 0.88rem;
  height: 1.38rem;
  color: var(--color-green);
}

.company-uscc {
  margin-top: 0.63rem;
}

.company-uscc span {
  font-size: 1rem;
  color: var(--font-color-grey);
  line-height: 1.38rem;
}

.company-type {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.company-type span {
  display: flex;
  align-items: center;
  padding: 0 0.39rem;
  margin-top: 0.73rem;
  background: #eff5ff;
  border-radius: 0.13rem;
  margin-right: 0.63rem;
  font-size: 0.88rem;
  color: var(--main-color);
  height: 1.53rem;
}

.company-type span:last-child {
  margin-right: 0;
}

.company-policy {
  width: 22.5rem;
  background: url(policy.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 1.59rem;
  padding-left: 1.32rem;
  margin-right: 1.25rem;
  border-radius: 0.21rem;
}

.company-list {
  display: flex;
  margin-top: 2.06rem;
}

.company-data {
  width: 5rem;
}

.company-num {
  display: flex;
}

.company-num span {
  display: block;
  font-size: 1.75rem;
  color: var(--font-color-black);
  line-height: 1.88rem;
  font-weight: var(--font-weight-high);
  margin-right: 0.25rem;
}

.company-num em {
  display: block;
  font-size: 1rem;
  color: var(--font-color-black);
  height: 1.88rem;
  line-height: 2.25rem;
}

.company-note::before {
  content: "";
  display: block;
  margin-top: 1.15rem;
  margin-bottom: 0.83rem;
  width: 1.29rem;
  height: 0.21rem;
  border-radius: 0.13rem;
  background-color: var(--color-blue);
}

.company-data:nth-child(2) .company-note::before {
  background-color: var(--color-orange);
}

.company-data:nth-child(3) .company-note::before {
  background-color: var(--color-green);
}

.company-note span {
  display: block;
  font-size: 1rem;
  color: var(--font-color-black);
  line-height: 1.13rem;
}

.company-handle {
  width: 16.94rem;
  background: url(handle.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 1.59rem;
  padding-left: 1.32rem;
  margin-right: 1.25rem;
  border-radius: 0.21rem;
}

.company-report {
  width: 11.88rem;
  background: url(report.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 1.59rem;
  padding-left: 1.32rem;
  border-radius: 0.21rem;
}

.company-policy:hover {
  background: url(hover_policy.png) center bottom no-repeat;
  background-size: cover;
}

.company-handle:hover {
  background: url(hover_handle.png) center bottom no-repeat;
  background-size: cover;
}

.company-report:hover {
  background: url(hover_report.png) center bottom no-repeat;
  background-size: cover;
}

.company-policy:hover .company-title span,
.company-policy:hover .company-num span,
.company-policy:hover .company-num em,
.company-policy:hover .company-note span,
.company-handle:hover .company-title span,
.company-handle:hover .company-num span,
.company-handle:hover .company-num em,
.company-handle:hover .company-note span,
.company-report:hover .company-title span,
.company-report:hover .company-num span,
.company-report:hover .company-num em,
.company-report:hover .company-note span {
  color: #fff;
}

.service-segment .title-wrap {
  margin: 3.13rem auto 1.88rem;
  text-align: center;
}

.service-list {
  width: 75rem;
  margin: 0 auto 3.13rem;
  display: flex;
}

.service-list a {
  display: block;
  width: 7.5rem;
  height: 10.75rem;
  text-align: center;
  font-size: 1.25rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
  line-height: 1.75rem;
  padding-top: 7.25rem;
}

.service-list a:first-child {
  background: url(xiangmu.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a {
  background: url(zhengce.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a {
  background: url(jinrong.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a + a {
  background: url(rencai.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a + a + a {
  background: url(fazhi.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a + a + a + a {
  background: url(kechuang.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a + a + a + a + a {
  background: url(kaifang.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a + a + a + a + a + a {
  background: url(zhishi.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:first-child + a + a + a + a + a + a + a + a {
  background: url(shuju.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-list a:last-child {
  background: url(doudi.png) center 1.94rem no-repeat;
  background-size: 4rem 4rem;
}

.service-segment .service-list a:hover {
  background-color: #f3f5f7;
  border-radius: 0.5rem;
  color: var(--main-color);
}

/* 热门工具 */

.hot-tools {
  background: url(banner_rm.png) center center no-repeat;
  background-size: cover;
}

.box-wrap {
  width: 75rem;
  margin: 0 auto;
}

.hot-tools .box-wrap {
  display: flex;
  justify-content: space-between;
}

.hot-tools .title-wrap {
  margin: 3.13rem auto 2.06rem;
  text-align: center;
}

.tools {
  width: 36.87rem;
}

.tools-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.13rem;
}

.tools-list a {
  display: block;
  width: 17.81rem;
  height: 13.75rem;
  background-color: #fff;
}

.tools-list a:first-child {
  margin-bottom: 1.25rem;
}

.padbox {
  border-radius: 0.5rem;
  width: 17.81rem;
  height: 13.75rem;
  padding-top: 1.75rem;
  position: relative;
}

.padbox img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.38rem;
}

.padbox img + p {
  width: 100%;
  font-size: 1.25rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
  line-height: 1.75rem;
  text-align: center;
}

.padbox p:last-child {
  margin-top: 0.5rem;
  padding: 0 1.35rem;
  text-align: center;
  font-size: 0.94rem;
  color: var(--font-color-grey);
  font-weight: var(--font-weight-base);
  line-height: 1.63rem;
}

.tools-list a:first-child .padbox {
  margin-bottom: 1.25rem;
}

.tools-list a:hover {
  box-shadow: 0rem 0.13rem 0.88rem 0rem rgba(51, 59, 87, 0.11);
  background: #fff url(hover_rm.png) center bottom no-repeat;
  background-size: 17.81rem 5.13rem;
}

.tools-list a:hover .padbox img + p {
  color: var(--main-color);
}

.respond {
  width: 36.88rem;
}

.wytw_outbox {
  width: 36.88rem;
  display: flex;
  justify-content: space-between;
}

.qhwy_t_l {
  display: flex;
  flex: auto;
  justify-content: space-between;
}

.qhwy_t_l dl {
  margin-right: 1.25rem;
}

.qhwy_t_l dt {
  display: flex;
}

.qhwy_t_l dd::before {
  content: "";
  display: block;
  margin-top: 0.44rem;
  margin-bottom: 0.75rem;
  width: 1.5rem;
  height: 0.25rem;
  border-radius: 0.13rem;
}

.qhwy_t_l dt i {
  display: block;
  font-size: 1.5rem;
  color: #1e2027;
  font-weight: var(--font-weight-bolder);
  line-height: 3.13rem;
  margin-right: 2px;
}

.qhwy_t_l dt span {
  display: block;
  font-size: 1rem;
  color: #1e2027;
  font-weight: var(--font-weight-bold);
  line-height: 3.25rem;
  height: 3.13rem;
}

.qhwy_t_l dd {
  font-size: 0.88rem;
  color: #999999;
  line-height: 1.25rem;
}

.qhwy_t_l .sqzl::before {
  background: var(--color-blue);
}

.qhwy_t_l .bjl::before {
  background: var(--color-orange);
}

.qhwy_t_l .myd::before {
  background: #32e4f8;
}

.qhwy_t_r {
  width: 19rem;
  flex-shrink: 0;
}

.wytw_box {
  background: url(question_tips.png) center bottom no-repeat;
  background-size: 19rem 4.38rem;
}

.wytw_box a {
  display: block;
  width: 10.25rem;
  line-height: 2.88rem;
  background: url(question.png) no-repeat;
  background-size: 10.25rem 2.875rem;
  margin: 0 auto;
}

.wytw_box .wytw_but {
  animation: jump 1.5s infinite;
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.375rem);
  }
}

.wytw_box a span {
  display: block;
  padding-left: 3.7rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: var(--font-weight-bolder);
}

.wytw_box p {
  font-size: 1.31rem;
  color: #ffffff;
  line-height: 3.13rem;
  text-align: center;
  transform: skewX(-10deg);
}

.claims-cases {
  background: rgba(255, 255, 255, 0.22);
  border: 0.13rem solid rgba(255, 255, 255, 1);
  border-radius: 0.25rem;
  margin-top: 1.81rem;
  width: 100%;
  height: 21.25rem;
  padding: 1.31rem 1.25rem;
  padding-top: 0;
}

.claims-cases .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.32rem;
}

.claims-cases .title span {
  display: block;
  font-size: 1.13rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
}

.claims-cases .title a {
  display: block;
  width: 1.38rem;
  height: 0.69rem;
  background: url(more.png) no-repeat;
  background-size: cover;
  margin-right: 0.625rem;
  transition: all 0.3s ease-in-out;
}

.claims-cases .title a:hover {
  background: url(hover_more.png) no-repeat;
  background-size: cover;
  margin-right: 0;
}

.claims-cases-list .item {
  width: 100%;
  height: 4.88rem;
  margin-bottom: 0.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 0.75rem 1.13rem;
}

.claims-cases-list .item::after {
  margin-bottom: 0;
}

.claims-cases-list .ask {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.claims-cases-list .answer {
  display: flex;
  align-items: center;
}

.claims-cases-list .ask .icon,
.claims-cases-list .answer .icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.claims-cases-list .ask .icon {
  background: url(ask.png) center center no-repeat;
  background-size: cover;
}

.claims-cases-list .answer .icon {
  background: url(answer.png) center center no-repeat;
  background-size: cover;
}

.claims-cases-list .ask span,
.claims-cases-list .answer span {
  flex: auto;
  font-size: 1rem;
  color: var(--font-color-black);
  line-height: 1.5rem;
}

.claims-cases-list .answer span {
  color: var(--font-color-grey);
  line-height: 1.38rem;
}

.claims-cases-list .item:hover .ask span {
  color: var(--main-color);
}

/* 企服日历 */

.calendar {
  padding-top: 3.13rem;
}

.calendar .title-wrap {
  margin: 0 auto 1.88rem;
  text-align: center;
}

.calendar-switch {
  display: flex;
  justify-content: space-between;
  width: 75rem;
  margin: 0 auto 1.88rem;
}

.calendar-switch-type,
.calendar-switch-status {
  width: 36.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-switch-type span,
.calendar-switch-status > span,
.calendar-status span {
  display: block;
  padding: 0 1.3125rem;
  line-height: 2.13rem;
  text-align: center;
  color: var(--font-color-black);
  cursor: pointer;
}

.calendar-switch-status {
  width: 36.69rem;
}

.calendar-status {
  display: flex;
}

.current-month {
  font-weight: var(--font-weight-high);
}

.calendar-switch-type span.active,
.calendar-status span.active {
  background: var(--font-color-black);
  border-radius: 1.06rem;
  color: #fff;
}

.calendar-panel {
  padding: 1.88rem 0;
  background: url(bg_calendar.png) center top no-repeat;
  background-size: 90rem 43.38rem;
}

/* 日历 */

.calendar-panel .box-wrap {
  display: flex;
  justify-content: space-between;
}

.month-declare-wrap {
  width: 36.94rem;
  height: 39.76rem;
  overflow: hidden;
}

.month-wrap,
.declare-wrap {
  transition: all 0.3s ease;
}

.month-declare-wrap .month-declare {
  width: 36.9rem;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.month-declare-wrap .month-declare .item {
  width: 12.1875rem;
  height: 9.94rem;
  background-color: #fff;
  border: 1px 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;
  margin: 0.91rem 0 1rem 0.75rem;
  font-size: 0.88rem;
  color: var(--font-color-black);
  line-height: 1.38rem;
  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.81rem;
  height: 5.39rem;
}

.month-declare-wrap .month-declare .month-list > div {
  width: 9.89rem;
  height: 1.64rem;
  padding: 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  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 {
  width: 36.6875rem;
  height: 39.76rem;
  overflow: hidden;
}

.declare-status-wrap .declare-status {
  width: 36.4375rem;
  height: 39.76rem;
  margin-right: 0.2rem;
  float: left;
}

.declare-status-wrap .declare-status .no-matter {
  width: 100%;
  height: 39.76rem;
  padding-left: 1rem;
  color: #999999;
}

.declare-status-wrap .declare-status .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0.13rem;
  padding: 1.25rem 5.25rem 0 1.13rem;
  margin-bottom: 0.88rem;
  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: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="0"]::after {
  content: "申报进行中";
  background: url(proceed.png) no-repeat;
  background-size: auto 2rem;
}

.declare-status-wrap .declare-status .item[data-state="1"]::after {
  content: "申报未开始";
  background: url(inactive.png) no-repeat;
  background-size: auto 2rem;
}

.declare-status-wrap .declare-status .item[data-state="2"]::after {
  content: "申报已截止";
  background: url(deadline.png) no-repeat;
  background-size: auto 2rem;
}

.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: 25.625rem;
  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.69rem;
  margin-bottom: 1.31rem;
}

.declare-status-wrap .item .matter-detail span {
  display: block;
  font-size: 1rem;
  color: var(--font-color-grey);
  line-height: 1.13rem;
}

.declare-status-wrap .item .matter-detail span:first-child {
  margin-right: 0.88rem;
}

.declare-status-wrap .item .matter-detail span em {
  color: #f64042;
}

/* 热门服务产品 */

.popular-services .title-wrap {
  margin: 3.13rem auto 1.88rem;
  text-align: center;
}

.services-type,
.news-type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.88rem;
}

.services-type span,
.news-type span {
  display: block;
  padding: 0 1.3125rem;
  line-height: 2.13rem;
  text-align: center;
  color: var(--font-color-black);
  cursor: pointer;
}

.services-type span.active,
.news-type span.active {
  background: var(--font-color-black);
  border-radius: 1.06rem;
  color: #fff;
}

.service-wrap {
  width: 67.82rem;
  margin: 0 auto;
  margin-bottom: 3.13rem;
  overflow: hidden;
  height: 41.63rem;
}

.service-warp-overflow {
  transition: all 0.3s ease-in-out;
}

.service-cate {
  width: 67.75rem;
  height: 41.63rem;
  float: left;
}

.services-swiper,
.provider-swiper,
.server-swiper {
  height: 39.625rem;
}

.services-swiper .swiper-slide,
.provider-swiper .swiper-slide,
.server-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.services-item {
  width: 20.94rem;
  height: 18.06rem;
  padding: 1rem 0.75rem;
  padding-bottom: 0;
  background: #ffffff;
  border: 1px solid rgba(235, 240, 252, 1);
  border-radius: 0.38rem;
}

.services-item:hover {
  box-shadow: 0rem 0.13rem 0.5rem 0rem rgba(22, 52, 128, 0.14);
}

.services-item:hover img {
  transform: scale(1.2);
}

.services-item:hover .title {
  color: var(--main-color);
}

.img-box {
  position: relative;
  width: 100%;
  height: 9.31rem;
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 9.31rem;
  transition: all 0.3s ease-in-out;
}

.img-box span {
  display: block;
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.13rem;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 1.75rem;
  text-align: center;
  min-width: 4.13rem;
  padding: 0 0.38rem;
}

.services-item .title {
  display: block;
  margin: 0.88rem 0 0.75rem;
  font-size: 1rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
}

.services-item .address {
  display: flex;
  align-items: center;
  padding-left: 1.13rem;
  font-size: 1rem;
  color: var(--font-color-grey);
  line-height: 1.25rem;
  background: url(address.png) 0 center no-repeat;
  background-size: 0.63rem 0.88rem;
}

.services-item .more {
  text-align: right;
  font-size: 0.88rem;
  margin-top: 1rem;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.25rem;
}

.services-item .more span {
  margin-right: 0.5rem;
}

.services-item .more i {
  transition: all 0.3s ease-in-out;
  margin-right: 0.5rem;
}

.services-item .more:hover {
  color: var(--link-color-blue);
}

.services-item .more:hover i {
  margin-right: 0;
  margin-left: 0.5rem;
}

.service-swiper-btn,
.provider-swiper-btn,
.server-swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
}

.service-swiper-next,
.service-swiper-prev {
  width: 1.75rem;
  height: 1.75rem;
  background: url(more_down.png) no-repeat;
  background-size: 1.75rem 1.75rem;
  cursor: pointer;
}

.service-swiper-prev {
  transform: rotate(180deg);
}

.service-swiper-prev.nav-disabled,
.service-swiper-next.nav-disabled {
  display: none;
}

.service-swiper-prev:hover,
.service-swiper-next:hover {
  background: url(hover_more_down.png) no-repeat;
  background-size: 1.75rem 1.75rem;
}

/* 资讯服务 */

.news {
  background: url(bg_news.png) center top no-repeat;
  background-size: 90rem 36rem;
}

.news .title-wrap {
  margin: 3.13rem auto 1.88rem;
  text-align: center;
}

.news-wrap {
  width: 75rem;
  margin: 1.5rem auto 1.94rem;
  background: rgba(255, 255, 255, 0.74);
  border: 0.06rem solid rgba(255, 255, 255, 1);
  border-radius: 0.5rem;
  position: relative;
}

.news-wrap::after {
  content: "";
  display: block;
  width: 3.13rem;
  height: 3.88rem;
  position: absolute;
  z-index: 2;
  left: 1.88rem;
  top: -1.5rem;
  background: url(news_icon.png) no-repeat;
  background-size: 3.13rem 3.88rem;
  animation: jump 1.5s infinite;
}

.news-overflow {
  width: 75rem;
  height: 21.25rem;
  overflow: hidden;
}

.news-box {
  float: left;
  width: 75rem;
  padding: 0 1.88rem;
  padding-bottom: 2.31rem;
  min-height: 21.25rem;
}

.news-container {
  transition: all 0.3s ease;
}

.news-more {
  display: block;
  width: 1.38rem;
  height: 0.69rem;
  background: url(more.png) no-repeat;
  background-size: 1.375rem 0.6875rem;
  margin: 1.25rem 0 1.69rem;
  margin-right: 0.625rem;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.news-more:hover {
  background: url(hover_more.png) no-repeat;
  background-size: 1.375rem 0.6875rem;
  margin-right: 0;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-item {
  width: 34.31rem;
  display: flex;
}

.news-date {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 2.8125rem;
}

.news-day {
  display: block;
  font-size: 1.13rem;
  font-weight: var(--font-weight-bold);
  color: #1e2027;
  line-height: 1.56rem;
  width: 100%;
  text-align: left;
}

.news-month {
  display: block;
  font-size: 0.75rem;
  line-height: 1.06rem;
  color: #999999;
}

.news-info {
  width: 31.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(215, 215, 215, 1);
}

.news-title {
  margin: 1rem 0 0.69rem;
  position: relative;
}

.news-item:first-child .news-title,
.news-item:first-child + div .news-title {
  margin-top: 0;
}

.news-title::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #f8fafb;
  position: absolute;
  left: -1.9375rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: url(circle.png) no-repeat;
  background-size: 0.75rem 0.75rem;
}

.news-item:first-child .news-title::before,
.news-item:first-child + div .news-title::before {
  top: 0;
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #f8fafb;
  position: absolute;
  left: -2rem;
}

.news-item:hover .news-day,
.news-item:hover .news-title a {
  color: var(--main-color);
}

.news-item:hover .news-title::after {
  background: url(hover_circle.png) no-repeat;
  background-size: 0.75rem 0.75rem;
}

.news-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1rem;
  color: var(--font-color-black);
  line-height: 1.5rem;
  font-weight: var(--font-weight-bold);
}

.news-detail {
  display: flex;
  align-items: center;
  padding-bottom: 1.06rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.news-detail span {
  display: block;
  font-size: 1rem;
  line-height: 1.13rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 23rem;
}

.news-detail .department {
  margin-right: 0.36rem;
}

.news-detail .date {
  padding-left: 0.36rem;
  line-height: 1rem;
  border-left: 1px solid rgba(215, 215, 215, 1);
}

/* 企业全生命周期服务 */

.lifecycle .title-wrap {
  margin: 3.06rem auto 2.01rem;
  text-align: center;
}

.lifecycle-server {
  width: 90rem;
  height: 26.25rem;
  background: url(banner_lifecycle.png) center top no-repeat;
  background-size: 90rem 26.25rem;
}

.lifecycle-list-wrap {
  width: 75rem;
  height: 20.25rem;
  margin: 0 auto;
  position: relative;
}

.lifecycle-list-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
}

.lifecycle-swiper {
  width: 75rem;
  height: 20.25rem;
}

.lifecycle-swiper .swiper-wrapper {
  position: absolute;
  z-index: -1;
}

.lifecycle-swiper a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lifecycle-swiper .swiper-pagination {
  display: flex;
  width: 75rem;
  justify-content: center;
  justify-content: space-around;
}

.lifecycle-swiper .swiper-pagination a {
  min-width: 5rem;
}

.lifecycle-swiper .swiper-pagination a:first-child,
.lifecycle-swiper .swiper-pagination a:nth-child(10) {
  transform: translate3d(0px, 1.4375rem, 0px);
}

.lifecycle-swiper .swiper-pagination a:nth-child(2),
.lifecycle-swiper .swiper-pagination a:nth-child(9) {
  transform: translate3d(0px, 6.5rem, 0px);
}

.lifecycle-swiper .swiper-pagination a:nth-child(3),
.lifecycle-swiper .swiper-pagination a:nth-child(8) {
  transform: translate3d(0px, 9.8125rem, 0px);
}

.lifecycle-swiper .swiper-pagination a:nth-child(4),
.lifecycle-swiper .swiper-pagination a:nth-child(7) {
  transform: translate3d(0px, 11.875rem, 0px);
}

.lifecycle-swiper .swiper-pagination a:nth-child(5),
.lifecycle-swiper .swiper-pagination a:nth-child(6) {
  transform: translate3d(0px, 12.875rem, 0px);
}

.life-cycle-icon {
  display: block;
  width: 3.78rem;
  height: 3.78rem;
  position: relative;
  transition: all 0.3s ease;
}

/* .life-cycle-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.125rem;
  height: 0.125rem;
  background-color: red;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
} */

.lifecycle-list-wrap div[data-bg="sczr"] {
  background: url(sczr.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="jycs"] {
  background: url(jycs.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="szgy"] {
  background: url(szgy.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="ldyg"] {
  background: url(ldyg.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="jrfw"] {
  background: url(jrfw.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="gjmy"] {
  background: url(gjmy.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="nsfw"] {
  background: url(nsfw.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="ssjf"] {
  background: url(ssjf.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="gpjz"] {
  background: url(gpjz.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap div[data-bg="blpc"] {
  background: url(blpc.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.life-cycle-title {
  display: block;
  margin-top: 1.13rem;
  font-size: 1rem;
  color: var(--font-color-grey);
  line-height: 1.4rem;
}

.lifecycle-list-wrap a.active span {
  color: var(--font-color-black);
  font-size: 1.25rem;
}

.lifecycle-list-wrap a.active div {
  transform: scale(1.2);
}

.lifecycle-list-wrap a.active div[data-bg="sczr"] {
  background: url(hover_sczr.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="jycs"] {
  background: url(hover_jycs.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="szgy"] {
  background: url(hover_szgy.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="ldyg"] {
  background: url(hover_ldyg.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="jrfw"] {
  background: url(hover_jrfw.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="gjmy"] {
  background: url(hover_gjmy.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="nsfw"] {
  background: url(hover_nsfw.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="ssjf"] {
  background: url(hover_ssjf.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="gpjz"] {
  background: url(hover_gpjz.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.lifecycle-list-wrap a.active div[data-bg="blpc"] {
  background: url(hover_blpc.png) center 0 no-repeat;
  background-size: 3.78rem 3.78rem;
}

.service-scene .title-wrap {
  margin: 3.13rem auto 3.13rem;
  text-align: center;
}

.services-list {
  width: 75rem;
  margin: 0 auto;
}

.services-list nav {
  display: flex;
  position: relative;
  width: 100%;
  height: 20.06rem;
}

.services-list nav::after {
  content: "";
  display: block;
  position: absolute;
  width: 75rem;
  height: 18.44rem;
  top: 50%;
  transform: translateY(-50%);
  background: #f4f8fc;
}

.services-list nav a {
  display: block;
  width: 15rem;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* 卡片翻转 */
.card {
  position: relative;
  perspective: 62.5rem;
  -webkit-perspective: 62.5rem;
  -moz-perspective: 62.5rem;
}

.card-item {
  position: absolute;
  transition: all 0.8s ease;
  /* 隐藏背面 */
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.back {
  transform: rotateY(-180deg);
}

.card:hover .front {
  transform: rotateY(180deg);
}

.card:hover .back {
  transform: rotateY(0);
}

.services-list nav .front {
  padding-top: 13.63rem;
  display: flex;
  justify-content: center;
}

.services-list nav a:first-child .front {
  background: url(yiqd.png) center 3.75rem no-repeat;
  background-size: auto 6.25rem;
}

.services-list nav a:first-child + a .front {
  background: url(yils.png) center 3.75rem no-repeat;
  background-size: auto 6.25rem;
}

.services-list nav a:first-child + a + a .front {
  background: url(yilb.png) center 3.75rem no-repeat;
  background-size: auto 6.25rem;
}

.services-list nav a:first-child + a + a + a .front {
  background: url(yizt.png) center 3.75rem no-repeat;
  background-size: auto 6.25rem;
}

.services-list nav a:first-child + a + a + a + a .front {
  background: url(yidt.png) center 3.75rem no-repeat;
  background-size: auto 6.25rem;
}

.services-list nav .front p {
  font-size: 1.13rem;
  line-height: 1.875rem;
  height: 1.69rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
}

.services-list nav .front em {
  font-size: 1.38rem;
  line-height: 1.69rem;
  height: 1.69rem;
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
}

.services-list nav .back {
  background-color: #5397fe;
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #fff;
  text-align: justify;
}

.special-server .title-wrap {
  margin: 3.13rem auto 1.88rem;
  text-align: center;
}

.special-server-list {
  padding-bottom: 3.13rem;
}

.special-server-nav {
  width: 75rem;
  margin: 0 auto;
  display: flex;
}

.special-server-nav a {
  display: flex;
  width: 14.13rem;
  height: 8.13rem;
  margin-right: 1.1rem;
  align-items: center;
}

.special-server-nav a:first-child {
  background: url(city_yinzhou.png) no-repeat;
  background-size: 14.13rem 8.13rem;
}

.special-server-nav a:first-child + a {
  background: url(city_ninghai.png) no-repeat;
  background-size: 14.13rem 8.13rem;
}

.special-server-nav a:first-child + a + a {
  background: url(city_fenghua.png) no-repeat;
  background-size: 14.13rem 8.13rem;
}

.special-server-nav a:first-child + a + a + a {
  background: url(city_yuyao.png) no-repeat;
  background-size: 14.13rem 8.13rem;
}

.special-server-nav a:first-child + a + a + a + a {
  background: url(city_cixi.png) no-repeat;
  background-size: 14.13rem 8.13rem;
}

.special-server-nav a:last-child {
  margin-right: 0;
}

.special-server-nav a:hover p {
  color: var(--main-color);
}

.special-server-nav a p {
  padding-left: 1.18rem;
  font-size: 1.25rem;
  color: var(--font-color-black);
  line-height: 1.75rem;
  font-weight: var(--font-weight-bold);
}

/* 专题服务 */
.theme-server {
  background: #f4f8fc;
}

.theme-server .title-wrap {
  margin: 3.06rem auto 1.88rem;
  text-align: center;
}

.theme-server-wrap {
  width: 75rem;
  margin: 0 auto 3.12rem;
  position: relative;
}

.theme-container {
  width: 65.28rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.theme-swiper .swiper-slide {
  margin-right: 1.29rem;
  width: 20.8rem !important;
  box-shadow: 0rem 0.13rem 0.88rem 0rem rgba(51, 59, 87, 0.11);
}

.theme-item {
  width: 20.8rem;
}

.theme-item:hover img {
  transform: scale(1.2);
}

.theme-item .img-box,
.theme-item .img-box img {
  height: 13.25rem;
  border-radius: 0.38rem;
}

.theme-item .title-box {
  height: 6.5rem;
  margin-top: -1.06rem;
  padding: 1.48rem;
  padding-top: 1.46rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, #ffffff 100%);
  border-radius: 0.38rem;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(0.5rem);
}

.theme-item .title-box .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
}

.theme-item .title-box .more {
  display: flex;
  margin-top: 0.94rem;
  font-size: 1rem;
  color: var(--link-color-blue);
}

.theme-item .title-box .more span {
  margin-right: 0.5rem;
}

.theme-swiper-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.theme-swiper-btn .theme-swiper-next,
.theme-swiper-btn .theme-swiper-prev,
.theme-swiper-btn .theme-swiper-next span,
.theme-swiper-btn .theme-swiper-prev span {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}

.theme-swiper-btn .theme-swiper-next,
.theme-swiper-btn .theme-swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.theme-swiper-btn .theme-swiper-prev {
  left: 1.25rem;
}

.theme-swiper-btn .theme-swiper-next {
  right: 1.25rem;
}

.theme-swiper-btn .theme-swiper-prev span {
  background: url(theme_left.png) no-repeat;
  background-size: 1.75rem 1.75rem;
}

.theme-swiper-btn .theme-swiper-next span {
  background: url(theme_right.png) no-repeat;
  background-size: 1.75rem 1.75rem;
}

.theme-swiper-btn .theme-swiper-prev:hover span {
  background: url(hover_theme_left.png) no-repeat;
  background-size: 1.75rem 1.75rem;
}

.theme-swiper-btn .theme-swiper-next:hover span {
  background: url(hover_theme_right.png) no-repeat;
  background-size: 1.75rem 1.75rem;
}

/* 展示企业全生命周期服务 */
.show-lifecycle-box {
  display: none;
}

.show-lifecycle-box .show-mask {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100%;
  background-color: transparent;
}

.show-lifecycle-box .show-modal-wrap {
  position: fixed;
  top: 0;
  inset: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.show-lifecycle-box .show-modal-content {
  background: #ffffff;
  border: 0.13rem solid rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.38rem 0.75rem 0rem rgba(51, 59, 87, 0.16);
  border-radius: 0.38rem;
  width: 51.25rem;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 1.88rem;
  max-height: 80%;
  overflow-y: auto;
}

.show-lifecycle-box .close-modal {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-lifecycle-box .close-modal img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.show-lifecycle-box .show-modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.625rem;
}

.show-lifecycle-box .show-modal-title i {
  display: block;
  width: 1.6875rem;
  height: 1.0625rem;
  background: url(ornamental.png) no-repeat;
  background-size: 1.6875rem 1.0625rem;
  margin-right: 1rem;
}

.show-lifecycle-box .show-modal-title h2 {
  display: block;
  font-size: 1.25rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bolder);
  line-height: 1.75rem;
}

.show-lifecycle-box .show-modal-item {
  margin-top: 1.25rem;
  background-image: linear-gradient(179deg, #e4efff 6%, #f6faff 100%);
  border-radius: 0.44rem;
  padding: 1.25rem 1.47rem;
}

.show-lifecycle-box .matter-stage {
  display: flex;
  align-items: center;
  padding-bottom: 0.37rem;
}

.show-lifecycle-box .matter-stage i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--main-color);
  margin-right: 0.5rem;
  border-radius: 50%;
}

.show-lifecycle-box .matter-stage span {
  display: block;
  font-size: 1.13rem;
  color: var(--font-color-black);
  line-height: 1.5rem;
  font-weight: var(--font-weight-bold);
}

.show-lifecycle-box .matter-stage-list {
  display: flex;
  flex-wrap: wrap;
}

.show-lifecycle-box .matter-stage-list a {
  display: block;
  background: #ffffff;
  box-shadow: 0rem 0.13rem 0.25rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.19rem;
  padding: 0 1.29rem;
  line-height: 2.88rem;
  font-size: 1rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
  margin-top: 0.63rem;
  margin-right: 0.68rem;
}

.show-lifecycle-box .matter-stage-list a:last-child {
  margin-right: 0;
}

.show-lifecycle-box .matter-stage-list a.not-link {
  color: #8b95a8;
  cursor: not-allowed;
}

.show-lifecycle-box .matter-stage-list a:not(.not-link):hover {
  color: var(--main-color);
}


/* 热门政策 */
.page-home-hot-policy {
  display: flex;
  margin: 1.25rem auto 0;
}
.page-home-hot-policy .page-hot-policy-title {
  width: 3.625rem;
}
.page-home-hot-policy .page-hot-policy-title img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home-hot-policy .page-hot-policy-content {
  flex: 1;
  margin-left: 0.9375rem;
  background: url(hot-policy-conbg.png) no-repeat bottom center;
  background-size: 100% 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  position: relative;
}
.page-hot-policy-content::after {
  position: absolute;
  top: 25%;
  left: 45%;
  /* transform: translateY(-50%); */
  display: block;
  content: "";
  width: 0.0313rem;
  height: 70%;
  background-color: #ff0000;
  /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
}
.page-hot-policy-content-title {
  text-align: center;
  font-size: 0.875rem;
  color: #ff0000;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.875rem;
}
.page-hot-policy-swiper {
  height: 7.5rem;
  overflow: hidden;
  padding-top: 0.4375rem;
}
.page-hot-policy-swiper .swiper-wrapper {
  /* transition-timing-function: linear !important; */
}
.page-hot-policy-list {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 3.125rem 0.75rem; */
  padding: 0 .625rem;
  align-content: flex-start;
}

.page-hot-policy-list li {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #ff0000;
  font-weight: 400;
  /* margin-bottom: 0.875rem; */
  margin: 0.4375rem 0;
  width: 45.8%;
  /* padding-right: .75rem; */
  display: flex;
  align-items: center;
}
.page-hot-policy-list li .hot-policy-state {
  width: 4rem;
  line-height: 1.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-right: .625rem;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  background-color: #f64042;
  position: relative;
  cursor: pointer;
}
.page-hot-policy-list li .hot-policy-state::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #f64042;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-hot-policy-list li .hot-policy-state[data-hot-state="1"] {
  background-color: #f64042;
}
.page-hot-policy-list li .hot-policy-state[data-hot-state="1"]::after {
  border-left-color: #f64042;
}
.page-hot-policy-list li .hot-policy-state[data-hot-state="2"] {
  background-color: #fdab53;
}
.page-hot-policy-list li .hot-policy-state[data-hot-state="2"]::after {
  border-left-color: #fdab53;
}
.page-hot-policy-list li .hot-policy-state[data-hot-state="3"] {
  background-color: #d5d5d5;
}
.page-hot-policy-list li .hot-policy-state[data-hot-state="3"]::after {
  border-left-color: #d5d5d5;
}
.hot-policy-tips .layui-layer-TipsG {
  display: none;
}
.hot-policy-tips.layui-layer-tips .layui-layer-content {
  font-size: .75rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: .875rem;
  font-weight: 400;
  padding: .25rem .375rem;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}
.page-hot-policy-list.seven-items-slide li {
  margin-top: 0.4375rem;
}
.page-hot-policy-list li:nth-child(2n){
  width: 48%;
}
.page-hot-policy-list li:nth-child(2n) a {
  /* background-color: #05d5ba; */
  /* padding-right: 3.125rem; */
  flex: 1;
}
.page-hot-policy-list li a {
  color: #ff0000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.8125rem;
  position: relative;
  display: block;
  /* padding-right: 5.625rem; */
  width: 80%;
}
.page-hot-policy-list li a::before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.page-hot-policy-more {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  z-index: 9;
}
.page-hot-policy-more a {
  font-size: 0.875rem;
  color: #ff0000;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
}
.page-hot-policy-more a:hover {
  color: #ff0000;
}