@charset "UTF-8";
/**!
 * [老年人专区]
 * date:2023-09-14
 * author: [zhoujie];
 */
body {
  background: #f5f5f5;
}

.content {
  padding-bottom: 60px;
}
.content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0;
}
.content-hd > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 56px;
  font-weight: 700;
  line-height: 83px;
  letter-spacing: 4.48px;
}
.content-hd > .name::before, .content-hd > .name::after {
  content: "";
  display: block;
  width: 118px;
  height: 17px;
}
.content-hd > .name::before {
  margin-right: 12px;
  background: url("../images/icon-name-style-left.png") center no-repeat;
}
.content-hd > .name::after {
  margin-left: 12px;
  background: url("../images/icon-name-style-right.png") center no-repeat;
}

.banner {
  height: 240px;
  padding-top: 73px;
  background: url("../images/banner.png") center no-repeat;
}
.banner h4 {
  color: #fff;
  font-family: YouSheBiaoTiHei;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.44px;
}

.hot .content-bd {
  position: relative;
}
.hot .content-bd {
  width: 1220px;
  margin: 0 auto;
  margin-left: -10px;
}
.hot .swiper-container {
  height: 296px;
  border-radius: 12px;
}
.hot .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hot .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 285px;
  height: 296px;
  padding: 40px 16px 0;
  border-radius: 12px;
}
.hot .swiper-slide a:hover {
  opacity: 0.88;
}
.hot .swiper-slide .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  height: 126px;
}
.hot .swiper-slide .img > img {
  max-width: 100%;
  max-height: 100%;
}
.hot .swiper-slide .name {
  margin-top: 12px;
  color: #333;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.hot .swiper-slide:nth-child(4n+1) a {
  background: #ebecff;
}
.hot .swiper-slide:nth-child(4n+2) a {
  background: #d2eaff;
}
.hot .swiper-slide:nth-child(4n+3) a {
  background: #fff1dc;
}
.hot .swiper-slide:nth-child(4n+4) a {
  background: #ffe3e3;
}
.hot .swiper-button-next,
.hot .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  border-radius: 50%;
}
.hot .swiper-button-next:hover,
.hot .swiper-button-prev:hover {
  opacity: 0.8;
}
.hot .swiper-button-next {
  right: -60px;
  -webkit-filter: drop-shadow(0px 4px 4px #ededed);
          filter: drop-shadow(0px 4px 4px #ededed);
  background: #fff url("../images/icon-arr-r.png") center no-repeat;
}
.hot .swiper-button-prev {
  left: -60px;
  -webkit-filter: drop-shadow(0px 4px 4px #ededed);
          filter: drop-shadow(0px 4px 4px #ededed);
  background: #fff url("../images/icon-arr-l.png") center no-repeat;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  margin: 0 3px;
  border-radius: 0.5px;
  background: #ced8e4;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #4691e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.module {
  margin-top: 62px;
}
.module .module-hd {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px #e8942d;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 4.48px;
}
.module .module-bd {
  padding: 120px 96px 52px 96px;
}

.treatment,
.allowance,
.care {
  position: relative;
}
.treatment .module-hd,
.allowance .module-hd,
.care .module-hd {
  position: absolute;
  left: 50%;
  top: -14px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 437px;
  height: 84px;
  background: url("../images/bg-module-hd1.png") center no-repeat;
}
.treatment .module-bd,
.allowance .module-bd,
.care .module-bd {
  min-height: 300px;
  border-radius: 12px;
  border: 4px solid #ffe4c2;
  background: #fffbf6 url("../images/bg-older1.png") right bottom no-repeat;
}
.treatment-list li,
.allowance-list li,
.care-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 32px;
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
}
.treatment-list li:last-child,
.allowance-list li:last-child,
.care-list li:last-child {
  margin-bottom: 0;
}
.treatment-list li::before,
.allowance-list li::before,
.care-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon-style1.png") center no-repeat;
}
.treatment-list li a:hover,
.allowance-list li a:hover,
.care-list li a:hover {
  opacity: 0.8;
}

.allowance .module-hd {
  background: url("../images/bg-module-hd2.png") center no-repeat;
}
.allowance .module-bd {
  border: 4px solid #ffd9de;
  background: #fff4f4;
  background: #fff4f4 url("../images/bg-older2.png") right bottom no-repeat;
}

.care .module-bd {
  background: #fffbf6 url("../images/bg-older3.png") right bottom no-repeat;
}

.flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 240px;
  padding-left: 100px;
  margin-top: 62px;
  background: url("../images/bg-older4.png") center no-repeat;
}
.flag:hover {
  opacity: 0.8;
}
.flag p {
  display: block;
}
.flag .name {
  margin-bottom: 10px;
  color: #b55a00;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3.84px;
}
.flag .sub-name {
  color: #eb841c;
  font-size: 36px;
}

.policy {
  padding-bottom: 24px;
}

.policy-list {
  min-height: 488px;
}
.policy-list .policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 251px;
  padding: 32px;
  margin-top: 20px;
  background: #fff;
}
.policy-list .policy-item:first-child {
  margin-top: 0;
}
.policy-list .policy-item:hover {
  opacity: 0.8;
}
.policy-list .policy-item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  width: 88px;
  height: 100%;
  min-height: 251px;
  margin-right: 32px;
  background: url("../images/icon-file.png") center top no-repeat;
}
.policy-list .name {
  color: #333;
  font-size: 40px;
  line-height: 59px;
  letter-spacing: 3.2px;
}
.policy-list .date {
  margin-top: 16px;
  color: #999;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 2.88px;
}

/* 分页 */
body .m-pagination {
  height: 72px;
  margin: 40px 0;
}
body .m-pagination .m-pagination-page > li {
  margin-right: 4px;
}
body .m-pagination .m-pagination-page > li > a {
  margin-left: 4px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  padding: 0;
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .m-pagination .m-pagination-page > li.active > a {
  background: #e7a130;
  border-color: #e7a130;
  color: #fff;
  font-weight: normal;
}
body .m-pagination .m-pagination-page > li.active:hover > a {
  background: #e7a130;
  border-color: #e7a130;
  color: #fff;
}
body .m-pagination .m-pagination-page > li:hover > a {
  background-color: #eee;
  border-color: #ddd;
}
body .m-pagination .m-pagination-info.noData {
  background-color: #fff;
  padding-bottom: 70px;
}