@font-face {
  font-family: 'DingTalk JinBuTi';
  src: url('/newwz/css/fonts/DingTalk-JinBuTi/DingTalk-JinBuTi.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN_Medium';
  src: url('/newwz/index/css/fonts/SourceHanSansCN/SourceHanSansCN-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN_Regular';
  src: url('/newwz/css/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Source Han Sans CN_Bold';
  src: url('/newwz/css/fonts/SourceHanSansCN/SourceHanSansCN-Regular.otf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background: url("/newwz/images/banner.png") top center no-repeat, #f6f7f9;
  margin: 0;
  padding: 0;
  background-size: 1920px 680px, auto auto;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  position: relative;
  height: 550px;
  margin-bottom: 40px;
}


.logo {
  display: inline-block;
  margin-top: 115px;
  width: 605px;
  height: 126px;
  background: url('/newwz/images/logo.png') no-repeat;
  background-size: 100% 100%;
}

.text-logo {
  display: inline-block;
  position: absolute;
  top: 104px;
  right: 25px;
  width: 266px;
  height: 162px;
  background: url('/newwz/images/logo-text.png') no-repeat;
  background-size: 100% 100%;
}

.main-content {
  padding: 0 0 60px 0;
}

.user-tools-box {
  position: relative;
  width: 408px;
  padding: 20px 20px 25px 20px;
  border-radius: 8px;
  background: linear-gradient(194deg, #B6D6FF -3.34%, #E0EEFF 32.99%, #E7F2FF 86.6%), url(../images/bg-userbox-right.png) no-repeat right top;
  margin-right: 24px;
}

.user-info {
  display: flex;
  align-items: center;
}

.user-heard {
  background-color: #fff;
  border-radius: 99px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.user-heard img {
  width: 100%;
  height: 100%;
}

.user-name {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}

.welcome-text {
  color: #284A78;
  text-align: justify;
  font-family: "Source Han Sans CN_Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.out-login {
  position: absolute;
  right: 0;
  top: 36px;
  padding: 4px 8px 4px 16px;
  border-radius: 40px 0 0 40px;
  background: #FFF3E3;
  cursor: pointer;
}

.out-login span {
  color: #DB7C01;
  font-family: "Source Han Sans CN_Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.left-user-info {
  max-width: calc(100% - 170px);
}

.left-user-info p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tools-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 22px;
}

.tools-list a:nth-of-type(1) {
  background-image: url(../images/icon1.png);
}

.tools-list a:nth-of-type(2) {
  background-image: url(../images/icon2.png);
}

.tools-list a:nth-of-type(3) {
  background-image: url(../images/icon3.png);
}

.tools-list a:nth-of-type(4) {
  background-image: url(../images/icon4.png);
}

.tools-list a:nth-of-type(5) {
  background-image: url(../images/icon5.png);
}

.tools-list a:nth-of-type(6) {
  background-image: url(../images/icon6.png);
}

.tools-list a:nth-of-type(7) {
  background-image: url(../images/icon7.png);
  margin-bottom: 0;
}

.tools-list a:nth-of-type(8) {
  background-image: url(../images/icon8.png);
  margin-bottom: 0;
}

.tools-list a {
  width: 114px;
  height: 36px;
  padding: 0 13px 0 37px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1p solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #333;
  font-family: "Source Han Sans CN_CN_Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  background-position: left 13px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.tools-list a:nth-of-type(3n) {
  margin-right: 0;
}

.tools-list a:hover {
  background-color: #FFF;
  color: #1764CE;
}

.card-row {
  display: flex;
  align-items: stretch;
}

.card-title {
  color: #333;
  font-family: "Source Han Sans CN_Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.6px;
  padding-left: 32px;
  margin-bottom: 16px;
}

.content-card {
  width: 372px;
  padding: 16px 20px 20px 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 28px 0 rgba(0, 73, 173, 0.04);
}

.cjda-card {
  margin-right: 24px;
}

.cjda-card .card-title {
  background: url(../images/icon-title-cjda.png) no-repeat left center;
  background-size: 24px 24px;
}

.kjcx-card .card-title {
  background: url(../images/icon-title-cjda.png) no-repeat left center;
  background-size: 24px 24px;
}

.cjda-link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cjda-link-list a {
  position: relative;
  width: 156px;
  height: 74px;
  padding-left: 72px;
  color: #333;
  font-family: "Source Han Sans CN_Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px;
  margin: 0 20px 20px 0;
  background: #EFF7FF url(../images/bg-da-right.png) no-repeat right bottom;
  border-radius: 4px;
}

.cjda-link-list a:nth-of-type(2n) {
  margin-right: 0;
}

.cjda-link-list a:nth-of-type(3),
.cjda-link-list a:nth-of-type(4) {
  margin-bottom: 0;
}

.cjda-link-list a:nth-of-type(1):before {
  background-image: url(../images/icon9.png);
}


.cjda-link-list a:nth-of-type(2):before {
  background-image: url(../images/icon10.png);
}


.cjda-link-list a:nth-of-type(3):before {
  background-image: url(../images/icon11.png);
}


.cjda-link-list a:nth-of-type(4):before {
  background-image: url(../images/icon12.png);
}

.cjda-link-list a::before {
  position: absolute;
  left: 16px;
  top: 15px;
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.kjcx-link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kjcx-link-list a {
  width: 156px;
  height: 74px;
  border-radius: 4px;
  padding: 16px 0 0 16px;
  margin: 0 20px 20px 0;
  font-family: "DingTalk JinBuTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.kjcx-link-list a:nth-of-type(1) {
  color: #006798;
  background: url(../images/bg-bjjd.png) no-repeat center center;
  background-size: 100% 100%;
}

.kjcx-link-list a:nth-of-type(2) {
  color: #AC6508;
  background: url(../images/bg-wdwl.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0;
}

.kjcx-link-list a:nth-of-type(3) {
  color: #306624;
  background: url(../images/bg-wdzz.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.kjcx-link-list a:nth-of-type(4) {
  color: #BB3D4A;
  background: url(../images/bg-wdzm.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.content-list-box {
  min-height: 758px;
  border-radius: 8px;
  background: #FFF;
  padding: 16px 20px 0 20px;
  box-shadow: 0 4px 28px 0 rgba(0, 73, 173, 0.04);
  margin-top: 40px;
}

.content-list-hd {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #CBD0D7;
  margin-bottom: 20px;
}

.content-list-bd {
  position: relative;
  min-height: 592px;
}

.content-list-tab:nth-of-type(1) {
  background: url(../images/icon-tab1.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab.active:nth-of-type(1) {
  background: url(../images/icon-tab1-active.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab:nth-of-type(2) {
  background: url(../images/icon-tab2.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab.active:nth-of-type(2) {
  background: url(../images/icon-tab2-active.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab:nth-of-type(3) {
  background: url(../images/icon-tab3.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab.active:nth-of-type(3) {
  background: url(../images/icon-tab3-active.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab:nth-of-type(4) {
  background: url(../images/icon-tab4.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab.active:nth-of-type(4) {
  background: url(../images/icon-tab4-active.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab:nth-of-type(5) {
  background: url(../images/icon-tab5.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab.active:nth-of-type(5) {
  background: url(../images/icon-tab5-active.png) no-repeat left center;
  background-size: 24px 24px;
}

.content-list-tab {
  margin-right: 24px;
  padding-left: 32px;
  color: #333;
  text-align: center;
  font-family: "Source Han Sans CN_Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.6px;
  cursor: pointer;
}

.content-list-tab.active {
  position: relative;
  color: #1764CE;
  font-family: 'Source Han Sans CN_Bold';
  font-weight: bold;
}

.content-list-tab.active::after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #1764CE;
}

.content-list-bd {
  width: 100%;
  overflow-x: auto;
}

.list-row {
  height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #CBD0D7;
  margin-top: 2px;
}

.list-heard {
  background-color: #1764CE;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-top: 0;
}

.data-colum {
  font-size: 16px;
  line-height: 52px;
  color: #333333;
  font-family: 'Source Han Sans CN_Regular';
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-heard .data-colum {
  font-size: 18px;
  line-height: 52px;
  color: #FFF;
  font-family: "Source Han Sans CN_Medium";
}

.colum-w1 {
  width: 60%;
}

.colum-w-flex {
  flex: 1;
}

.colum-auto {
  width: auto;
}

.detail-btn {
  color: #1764CE;
  cursor: pointer;
}

.list-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}

.list-empty-icon {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 328px;
  height: 328px;
  background: url(../images/icon-empty.png) no-repeat top center;
  background-size: 100% 100%;
}

.list-empty-text {
  bottom: 6px;
  left: 36px;
  font-size: 18px;
  line-height: 40px;
  font-family: "Source Han Sans CN_Regular";
  color: #333;
  text-align: center;
}

.my-collect .list-empty-text {
  margin-bottom: 34px;
}

.open-option-btn {
  display: inline-block;
  padding: 0 16px;
  height: 36px;
  border-radius: 32px;
  background-color: #1764CE;
  font-size: 18px;
  font-family: "Source Han Sans CN_Regular";
  color: #fff;
  line-height: 36px;
}

.petition-title {
  color: #333;
  font-family: "Source Han Sans CN_Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 18px;
}

.petition-title::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 20px;
  border-radius: 22px;
  background: linear-gradient(139deg, #2E85FE 33.15%, #4DB2FF 151.34%);
  margin-right: 12px;
  transform: translateY(2px);
}

.petition-search-box {
  display: flex;
  align-items: center;
}

.petition-search-box input[type="text"] {
  width: 400px;
  height: 48px;
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #E7EBF1;
  background: #FFF;
  margin-right: 12px;
  outline: none;
  font-size: 16px;
  font-family: 'Source Han Sans CN_Regular';
}

.petition-search-btn {
  border-radius: 4px;
  background: #1764CE url(../images/icon-search.png) no-repeat left 16px center;
  background-size: 20px 20px;
  width: 100px;
  height: 48px;
  padding: 0 16px 0 48px;
  /* padding-left: 48px; */
  color: #FFF;
  font-family: "Source Han Sans CN_Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  border: none;
  text-align: left;
  cursor: pointer;
}

.notes-text {
  display: flex;
  align-items: start;
  font-size: 16px;
  line-height: 24px;
  color: #FB9227;
  font-family: 'Source Han Sans CN_Regular';
  margin-top: 20px;
}

.notes-text:last-child {
  padding-bottom: 34px;
}

.reply-status0 {
  color: #E9872A;
}

.reply-status1 {
  color: #15856B;
}

.my-join .colum-w1 {
  width: 70%;
}

.my-collect .colum-w1 {
  width: 55%;
}

.my-collect .colum-auto {
  width: 160px;
}

.cancel-collect {
  margin-left: 12px;
  color: #E9872A;
  cursor: pointer;
}

.detail-container {
  border: 1px solid #E8E8E8;
}

.detail-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #E8E8E8;
}

.detail-row:last-of-type {
  border-bottom: none;
}

.detail-label {
  padding: 16px 28px;
  background-color: #F6F7F9;
  border-right: 1px solid #E8E8E8;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  font-family: 'Source Han Sans CN_Regular';
  width: 184px;
}

.detail-content {
  padding: 16px 28px;
  color: #333;
  font-family: "Source Han Sans CN_Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: calc(100% - 184px);
}

.detail-container-box {
  padding: 0 20px 28px 20px;
}

.join-detail-container .reply-status0 {
  color: #666;
}

.layui-layer.layer-detail {
  border-radius: 4px;
}

.layer-detail .layui-layer-title {
  height: 64px;
  font-size: 20px;
  line-height: 64px;
  font-family: 'Source Han Sans CN_Bold';
  font-weight: bold;
  color: #333;
  letter-spacing: 0.6px;
  background-color: #fff;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.layer-detail .layui-layer-setwin {
  top: 20px;
  right: 20px;
}

.layer-detail .layui-layer-content {
  border-radius: 0 0 4px 4px;
}

.mt-24 {
  margin-top: 24px;
}

/* 分页样式 */
.my-pagination {
  text-align: center;
  position: absolute;
  bottom: -57px;
  width: 100%;
}

.my-pagination .m-pagination-jump {
  width: auto;
  height: 30px;
  padding-right: 12px;
}

.my-pagination .m-pagination-jump .m-pagination-group {
  height: 100%;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 14px;
}

.my-pagination .m-pagination-jump .m-pagination-group input {
  width: 28px;
  height: 28px;
  border: 1px solid #D6D6D6;
  float: left;
}

.my-pagination .m-pagination-jump .m-pagination-group button {
  width: 72px;
  height: 36px;
}

.my-pagination .m-pagination-page li a,
.my-pagination .m-pagination-size select,
.my-pagination .m-pagination-group input,
.my-pagination .m-pagination-group button {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #5C5C5C;
  line-height: 14px;
}

.my-pagination .m-pagination-jump-txt {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.my-pagination .m-pagination-page>li a {
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
}

.my-pagination .m-pagination-page>li.active a {
  color: #fff;
  background-color: #1764CE;
}

.my-pagination .m-pagination-page>li:first-child a,
.my-pagination .m-pagination-page>li:last-child a {
  border-radius: 4px;
}

.my-pagination .m-pagination-size select {
  height: 30px;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 53px;
}


.my-pagination .m-pagination-size::before {
  position: absolute;
  top: 14px;
  right: 18px;
  content: '';
  width: 7px;
  height: 4px;
  background: url(../images/icon-put.png) no-repeat center;
  background-size: 100% 100%;
}

.my-pagination .m-pagination-size>select::-ms-expand {
  display: none;
}

.my-pagination .m-pagination-size {
  position: relative;
}

.my-pagination .m-pagination-size::after {
  position: absolute;
  top: 0;
  right: 28px;
  content: '条/页';
  font-size: 14px;
  color: #5C5C5C;
  line-height: 28px;
}

.my-pagination .m-pagination-jump .m-pagination-group button {
  display: none;
}

.my-pagination #data-page-txt {
  margin: 0 8px;
}

.my-pagination .page-jump-text {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.my-pagination .m-pagination-page li .pager-cut-btn {
  background: url(../images/icon-cut.png) no-repeat center center;
}

.my-pagination .m-pagination-page li:first-child .pager-cut-btn {
  transform: rotate(180deg);
}

.my-pagination-group button {
  display: none;
}

.my-pagination .m-pagination-page>li.disabled .pager-cut-btn {
  background: url(../images/icon-cut-disabled.png) no-repeat center center;
}

.pager-total-info {
  line-height: 30px;
  font-size: 12px;
  color: #333;
}

/* 1500以下 */

@media(max-width:1499px) {
  /* .main-container {
    width: 100%;
  } */
}

/* 小屏幕 */

@media(max-width:1199px) {
  .main-container {
    width: 100%;
  }

  .card-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .user-tools-box,
  .content-card {
    margin-bottom: 24px;
  }

  .content-card:last-of-type {
    margin-bottom: 0;
  }

  .content-list-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* pad */

@media(max-width:979px) {
  .main-container {
    width: 100%;
  }

  .main-container.banner {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .logo {
    width: 90%;
    height: 70px;
    margin-top: 0;
    margin-left: 20px;
  }

  .text-logo {
    position: unset;
    margin: 0 auto;
    margin-top: 15px;
  }

  body.abt-fontzoom0 .banner,
  body.abt-fontzoom1 .banner,
  body.abt-fontzoom2 .banner,
  body.abt-fontzoom3 .banner {
    height: 300px;
  }

  body.abt-fontzoom0,
  body.abt-fontzoom1,
  body.abt-fontzoom2,
  body.abt-fontzoom3 {
    background-size: 1920px 780px, auto auto;
  }

  body.abt-fontzoom3 .cjda-link-list a,
  body.abt-fontzoom3 .kjcx-link-list a {
    width: 100%;
    margin-right: 0;
  }

  body.abt-fontzoom3 .cjda-link-list a:nth-of-type(3),
  body.abt-fontzoom3 .kjcx-link-list a:nth-of-type(3) {
    margin-bottom: 20px;
  }
}

/* phone */

@media(max-width:767px) {
  .main-container {
    width: 100%;
  }

  .card-row {
    padding: 0 20px;
  }

  .user-tools-box,
  .content-card {
    margin-right: 0;
  }

  .content-card {
    width: 408px;
  }

  .cjda-link-list a,
  .kjcx-link-list a {
    width: calc((100% - 20px)/2);
  }

  .content-list-hd {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-list-box {
    min-height: 820px;
  }

  .tools-list a {
    width: calc((100% - 12px)/2);
  }

  .tools-list a:nth-of-type(3n) {
    margin-right: 12px;
  }

  .tools-list a:nth-of-type(2n) {
    margin-right: 0;
  }

  .content-list-tab.active::after {
    bottom: -5px;
  }

  .list-row {
    width: max-content;
  }

  .data-colum {
    flex: unset;
  }

  .colum-w-flex {
    width: 200px;
  }

  .colum-auto {
    width: 150px;
  }

  .my-pagination {
    position: unset;
    margin-top: 28px;
    padding-bottom: 24px;
  }

  .petition-search-box {
    flex-wrap: wrap;
  }

  .petition-search-box input {
    width: 100%;
    margin-bottom: 12px;
  }

  .abt-fontzoom3 .petition-search-box input,
  .abt-fontzoom1 .petition-search-box input,
  .abt-fontzoom2 .petition-search-box input,
  .abt-fontzoom0 .petition-search-box input{
    margin-right: 0;
    width: 100%;
  }

  .layui-layer.layer-detail {
    width: calc(100% - 40px) !important;
    left: 20px !important;
  }

  .layui-layer-page .layui-layer-content {
    height: 546px !important;
  }

  .detail-label {
    width: 130px;
  }

  .detail-content {
     width: calc(100% - 130px);
  }

  .petition-search-btn {
    width: auto;
  }
}

/* 关怀版  */
.old-care-style .main-container {
  width: 100%;
}

.old-care-style .logo {
  margin-top: 0;
}

.old-care-style .text-logo {
  bottom: 40px;
  top: unset;
  right: 35%;
}

.old-care-style .card-row {
  flex-wrap: wrap;
}

.old-care-style .user-tools-box,
.old-care-style .content-card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
}

.old-care-style .kjcx-card {
  margin-bottom: 0;
}

.old-care-style .tools-list a {
  width: calc((100% - 36px)/4)
}

.old-care-style .tools-list a:nth-of-type(3n) {
  margin-right: 12px;
}

.old-care-style .tools-list a:nth-of-type(4n) {
  margin-right: 0;
}

.old-care-style .tools-list a:nth-of-type(5),
.old-care-style .tools-list a:nth-of-type(6) {
  margin-bottom: 0;
}

.old-care-style .user-name {
  line-height: unset;
}

.old-care-style .cjda-link-list a,
.old-care-style .kjcx-link-list a {
  margin-bottom: 0;
}

.old-care-style .cjda-link-list a:nth-of-type(2),
.old-care-style .kjcx-link-list a:nth-of-type(2) {
  margin-right: 20px;
}

.old-care-style .my-pagination {
  position: unset;
  margin-top: 28px;
  padding-bottom: 24px;
}

.old-care-style .my-pagination .m-pagination-page>li a {
  vertical-align: top;
}

.old-care-style .my-pagination .m-pagination-size select {
  line-height: unset;
  vertical-align: top;
}

.old-care-style .pager-total-info {
  position: relative;
  top: -6px;
}

.old-care-style .petition-search-btn {
  width: auto;
}

.old-care-style .colum-w1 {
  width: 40%;
}

.old-care-style .my-join .colum-w1 {
  width: 50%;
}

.old-care-style .my-collect .colum-w1 {
  width: 30%;
}

.old-care-style .notes-text {
  line-height: unset;
}

.old-care-bg-h1 {
  background-size: 1920px 680px, auto auto;
}

.old-care-bg-h1 .old-care-style .banner {
  height: 410px;
}

.old-care-bg-h1 .banner {
  height: 450px;
}

.old-care-bg-h2 {
  background-size: 1920px 800px, auto auto;
}
.old-care-bg-h2  .banner {
  height: 450px;
}

.old-care-bg-h2 .old-care-style .banner {
  height: 415px;
}

.old-care-bg-h2 .old-care-style .text-logo {
  right: 0;
  bottom: unset;
  top: 30px;
}

.old-care-bg-h1 .old-care-style .text-logo {
  right: 0;
  bottom: unset;
  top: 30px;
}

.old-care-bg-h3 {
  background-size: 1920px 880px, auto auto;
}

.old-care-bg-h3 .old-care-style .banner {
  height: 350px;
}

.old-care-bg-h3 .banner {
  height: 420px;
}

.old-care-bg-h3 .old-care-style .logo {
  transform: translateX(85px);
}

.old-care-bg-h4 {
  background-size: 1920px 1000px, auto auto;
}

.old-care-bg-h4 .old-care-style .banner {
  height: 355px;
}

.old-care-bg-h4 .banner {
  height: 430px;
}

.old-care-bg-h4 .old-care-style .logo {
  transform: translateX(70px);
}

.old-care-bg-h4 .old-care-style .text-logo {
  right: 30%;
}

.old-care-bg-h5 {
  background-size: 1920px 1200px, auto auto;
}

.old-care-bg-h5 .old-care-style .banner {
  height: 368px;
}

.old-care-bg-h5 .banner {
  height: 480px;
}

.old-care-bg-h5 .old-care-style .logo {
  transform: translateX(15px);
}

.old-care-bg-h5 .old-care-style .text-logo {
  right: 30%;
}

.old-care-bg-h5 .old-care-style .tools-list a {
  width: calc((100% - 24px)/3)
}

.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(3n) {
  margin-right: 0;
}

.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(4n) {
  margin-right: 12px;
}

.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(5),
.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(6) {
  margin-bottom: 12px;
}

.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(7),
.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(8),
.old-care-bg-h5 .old-care-style .tools-list a:nth-of-type(9) {
  margin-bottom: 0;
}

.old-care-bg-h5 .old-care-style .cjda-link-list a,
.old-care-bg-h5 .old-care-style .kjcx-link-list a {
  width: calc((100% - 20px)/2);
  margin-right: 20px;
}

.old-care-bg-h5 .old-care-style .cjda-link-list a:nth-of-type(2n),
.old-care-bg-h5 .old-care-style .kjcx-link-list a:nth-of-type(2n) {
  margin-right: 0;
}

.old-care-bg-h5 .old-care-style .cjda-link-list a:nth-of-type(1),
.old-care-bg-h5 .old-care-style .cjda-link-list a:nth-of-type(2),
.old-care-bg-h5 .old-care-style .kjcx-link-list a:nth-of-type(1),
.old-care-bg-h5 .old-care-style .kjcx-link-list a:nth-of-type(2) {
  margin-bottom: 20px;
}

.hidden{
  display:none;
}