.page {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-width: 1440px;
  min-height: 100vh;
}

/* S 顶部导航 */
.nav-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 9999;
  transition: box-shadow 0.3s ease;
}

.nav-wrap.nav-sticky-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-container {
  width: 1440px;
  height: 60px;
  margin: 0 auto;
  align-items: center;
  padding: 0 220px 0;
}

.nav-logo {
  width: 94px;
  height: 30px;
}

.nav-logo img {
  width: 94px;
  height: 30px;
}

.nav-menu {
  margin-left: 258px;
}

.nav-item {
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  text-align: left;
  white-space: nowrap;
  line-height: 60px;
  margin-left: 50px;
  position: relative;
  cursor: pointer;
}

.nav-item .nav-item-icon {
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.nav-item:first-child {
  margin-left: 0;
}

.nav-item:hover {
  color: #337AF6;
  font-weight: 500;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
}

.nav-item-active {
  color: #337AF6;
  font-weight: 500;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
}

.nav-item-active::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 12%;
  background-color: rgba(51, 122, 246, 1);
  border-radius: 1px;
  width: 50%;
  height: 2px;
}

.nav-item-submenu {
  position: absolute;
  top: 60px;
  left: -28px;
  width: 130px;
  height: 147px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 14px 0 23px;
  justify-content: space-between;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.nav-item:hover .nav-item-submenu,
.nav-item-submenu:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: flex;
}

.nav-item-submenu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 12px solid #FFFFFF;
  filter: drop-shadow(1px -2px 2px rgba(0, 0, 0, 0.07));
}

.nav-item-submenu-item {
  display: flex;
  align-items: center;
}

.nav-item-submenu-item a {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 21px;
  margin-left: 10px;
}

.nav-item-submenu-item img {
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.nav-item-submenu-item-active a {
  color: #337AF6;
  font-weight: 600;
}

/* E 顶部导航 */

/* S banner */
.banner-wrap {
  width: 100%;
}

.banner-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* E banner */

/* S 职工对慰问礼包的期待 */
.zgqd-wrap {
  width: 100%;
  background-color: #fff;
}

.zgqd-container {
  padding: 40px 0 0;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.zgqd-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.zgqd-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.zgqd-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zgqd-example-img {
  width: 510px;
  height: 350px;
  display: block;
  margin: 0 20px;
}

.zgqd-card {
  width: 200px;
  height: 90px;
  background-color: #D84227;
  box-shadow: 2px 2px 10px 0px rgba(204, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(204, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.zgqd-top .zgqd-card {
  width: 230px;
}

.zgqd-card.mt-84 {
  margin-top: 84px;
}

.zgqd-card-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}

.zgqd-card-desc {
  margin-top: 8px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}

.zgqd-card-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
}

.zgqd-btm {
  display: flex;
  margin-top: 20px;
}

/* E 职工对慰问礼包的期待 */

/* S 优联慰问礼包：有得选 */
.ydx-wrap {
  width: 100%;
  background-color: #fff;
  background: linear-gradient(180deg, #FFF9F5 0%, #FFFFFF 50%);
}

.ydx-container {
  padding: 40px 0 60px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.ydx-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.ydx-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.ydx-title span {
  color: #D84227;
}

.ydx-title-sub {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
  text-align: center;
  margin-top: 8px;
}

.ydx-content-top {
  margin: 49px auto 0;
  width: 1000px;
  height: 460px;
  background: url(https://res.youlianfuwu.com/website/img/njww-ydx-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
}

.ydx-content-top-1 {
  display: flex;
  justify-content: space-between;
  padding: 0 56px 0 24px;
}

.ydx-content-top-1-item {
  position: relative;
  width: 128px;
  height: 63px;
}

.ydx-content-top-1-item-img {
  width: 128px;
  height: 63px;
  display: block;
}

.ydx-content-top-1-item-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  position: absolute;
  top: 44px;
  left: 86px;
  white-space: nowrap;
}

.ydx-content-top-2 {
  display: flex;
  align-items: center;
  padding: 59px 0 48px 16px;
}

.ydx-content-top-2-lt {
  width: 709px;
  height: 266px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ydx-content-top-2-lt-row {
  display: flex;
  justify-content: space-between;
}

.ydx-content-top-2-lt-row img {
  width: 126px;
  height: 56px;
  display: block;

}

.ydx-content-top-2-rt {
  margin-left: 40px;
}

.ydx-content-top-2-rt-item {
  display: flex;
  align-items: center;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 22px;
  color: #333333;
  margin-top: 18px;
}

.ydx-content-top-2-rt-item-num {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 36px;
  color: #D84227;
  margin-right: 10px;
}

.ydx-content-top-2-rt-item-desc {
  padding-top: 8px;
}

.ydx-content-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: -10px;
}

.ydx-content-icon-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1077px;
  height: 101px;
  background: #FFFCFB;
  border-radius: 10px;
  border: 1px solid rgba(204, 0, 0, 0.12);
  padding: 0 40px;
  margin: 26px auto 0;
}

.ydx-content-icon-line {
  width: 1px;
  height: 58px;
  background-color: #CC0000;
  opacity: 0.1;
}

.ydx-content-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ydx-content-icon-item img {
  width: 32px;
  height: 32px;
  display: block;
}

.ydx-content-icon-item span {
  margin-top: 10px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}

.ydx-content-btm {
  width: 850px;
  height: 460px;
  background: url(https://res.youlianfuwu.com/website/img/njww-ydx-bg-02.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  margin: 0 auto;
}

.ydx-content-btm-lt {
  margin-top: 24px;
}

.ydx-content-btm-lt,
.ydx-content-btm-rt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ydx-content-btm-lt img {
  width: 209px;
  height: 418px;
  display: block;
}

.ydx-content-btm-lt span,
.ydx-content-btm-rt span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #666666;
  line-height: 19px;
}

.ydx-content-btm-center img {
  width: 425px;
  height: 406px;
  display: block;
}

.ydx-content-btm-center {
  position: relative;
  margin-top: 40px;
}

.ydx-content-btm-center-desc-1,
.ydx-content-btm-center-desc-2 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #CC0000;
  line-height: 21px;
  position: absolute;
}

.ydx-content-btm-center-desc-1 {
  top: 142px;
  left: 32px;
}

.ydx-content-btm-center-desc-2 {
  top: 205px;
  right: 32px;
}

.ydx-content-btm-rt {
  margin-top: 24px;
}

.ydx-content-btm-rt img {
  width: 202px;
  height: 412px;
  display: block;
}

/* E 优联慰问礼包：有得选 */

/* S 优联慰问礼包：买的值 */
.mdz-wrap {
  width: 100%;
  background: url(https://res.youlianfuwu.com/website/img/njww-mdz-bg-01.png) right bottom no-repeat;
  background-size: cover;
}

.mdz-container {
  padding: 40px 0 40px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.mdz-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.mdz-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.mdz-title span {
  color: #CC0000;
}

.mdz-content-1 {
  display: flex;
  width: 900px;
  height: 230px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  margin: 27px auto 0;
}

.mdz-content-1-lt-img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 21px 0 0 89px;
}

.mdz-content-1-center {
  width: 150px;
  height: 158px;
  position: relative;
  margin: 37px 0 0 12px;
}

.mdz-content-1-center img {
  width: 150px;
  height: 158px;
  display: block;
}

.mdz-content-1-center span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
}

.mdz-content-1-center-desc-1 {
  position: absolute;
  top: 27px;
  left: 23px;
}

.mdz-content-1-center-desc-2 {
  position: absolute;
  top: 105px;
  right: 21px;
}

.mdz-content-1-rt {
  margin-left: 50px;
  margin-top: 28px;
}

.mdz-content-1-rt-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.mdz-content-1-rt-line {
  margin-top: 20px;
  width: 200px;
  height: 0;
  border: 1px solid rgba(204, 0, 0, 0.14);
  margin-bottom: 16px;
}

.mdz-content-1-rt-line-highlight {
  width: 73px;
  border: 1px solid #CC0000;
  position: relative;
  top: -1px;
}

.mdz-content-1-rt-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.mdz-content-1-rt-item img {
  width: 9px;
  height: 9px;
  display: block;
  margin-right: 8px;
}

.mdz-content-1-rt-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #666666;
}

.mdz-content-1-rt-item div span {
  font-style: normal;
  color: #CC0000;
  font-weight: 500;
}

.mdz-content-2 {
  width: 900px;
  height: 230px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  border-radius: 20px;
  display: flex;
  margin: 15px auto 0;
}

.mdz-content-2-lt-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin: 47px 0 0 135px;
}

.mdz-content-2-lt-title span {
  color: #CC0000;
}

.mdz-content-2-lt-line {
  width: 200px;
  height: 0;
  border: 1px solid rgba(204, 0, 0, 0.14);
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 15px 188px;
}

.mdz-content-2-lt-line-highlight {
  width: 73px;
  border: 1px solid #CC0000;
  position: relative;
  top: -1px;
}

.mdz-content-2-lt-desc {
  text-align: right;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}

.mdz-content-2-rt {
  display: flex;
  margin-left: 60px;
}

.mdz-content-2-rt-img-1 {
  width: 122px;
  height: 224px;
  display: block;
  margin-top: 3px;
}

.mdz-content-2-rt-img-2 {
  width: 122px;
  height: 224px;
  display: block;
  margin-top: 3px;
}

.mdz-content-2-rt-img-3 {
  width: 180px;
  height: 148px;
  margin-top: 40px;
  margin-left: -32px;
}

.mdz-content-3 {
  width: 900px;
  height: 230px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  margin: 10px auto 0;
  display: flex;
}

.mdz-content-3-lt {
  display: flex;
}

.mdz-content-3-lt-img {
  width: 155px;
  height: 155px;
  display: block;
  margin: 45px 0 0 92px;
}

.mdz-content-3-lt-info {
  width: 150px;
  height: 158px;
  position: relative;
  margin: 30px 0 0 5px;
}

.mdz-content-3-lt-info-bg {
  width: 150px;
  height: 158px;
  display: block;
}

.mdz-content-3-lt-info-item-1 {
  position: absolute;
  top: 25px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mdz-content-3-lt-info-item-2 {
  position: absolute;
  top: 108px;
  right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mdz-content-3-lt-info-item-1,
.mdz-content-3-lt-info-item-2 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 14px;
}

.mdz-content-3-lt-info-item-num {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
}

.mdz-content-3-rt {
  margin-left: 60px;
}

.mdz-content-3-rt-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 12px;
}

.mdz-content-3-rt-line {
  width: 200px;
  height: 0;
  border: 1px solid rgba(204, 0, 0, 0.14);
  margin-top: 20px;
}

.mdz-content-3-rt-line-highlight {
  width: 73px;
  border: 1px solid #CC0000;
  position: relative;
  top: -1px;
}

.mdz-content-3-rt-cards {
  display: flex;
  margin-top: 20px;
}

.mdz-content-3-rt-cards .ml-6 {
  margin-left: 6px;
}

.mdz-content-3-rt-cards .mt-7 {
  margin-top: 7px;
}

.mdz-content-3-rt-card-big {
  width: 104px;
  height: 142px;
  display: block;
}

.mdz-content-3-rt-card-small {
  width: 94px;
  height: 67px;
  display: block;
}

/* E 优联慰问礼包：买的值 */


/* S 优联慰问礼包：服务好 */
.fwh-wrap {
  width: 100%;
  background-color: #fff;
}

.fwh-container {
  padding: 40px 0 56px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fwh-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fwh-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.fwh-title span {
  color: #CC0000;
}

.fwh-title-sub {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
}

.fwh-content-lt-item {
  width: 376px;
  height: 204px;
  background: url(https://res.youlianfuwu.com/website/img/njww-fwh-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding: 45px 0 0 37px;
  position: relative;
}

.fwh-content-lt-item-2 {
  background: url(https://res.youlianfuwu.com/website/img/njww-fwh-bg-02.png) 100% no-repeat;
  margin-top: 13px;
}

.fwh-content-lt-item-info {
  margin-left: 20px;
}

.fwh-content-lt-item-info-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.fwh-content-lt-item-info-line {
  width: 200px;
  height: 0;
  border: 1px solid rgba(204, 0, 0, 0.14);
  margin-top: 14px;
  margin-bottom: 14px;
}

.fwh-content-lt-item-info-line-highlight {
  width: 73px;
  border: 1px solid #CC0000;
  position: relative;
  top: -1px;
}

.fwh-content-lt-item-2 .fwh-content-lt-item-info-line {
  border: 1px solid rgba(51, 122, 246, 0.14);
}

.fwh-content-lt-item-2 .fwh-content-lt-item-info-line-highlight {
  border: 1px solid #337AF6;
}

.fwh-content-lt-item-info-desc {
  display: flex;
  align-items: center;
}

.fwh-content-lt-item-info-desc img {
  width: 9px;
  height: 9px;
  display: block;
  margin-right: 8px;
}

.fwh-content-lt-item-info-desc div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #8E93A3;
  line-height: 24px;
}

.fwh-content-lt-item-icon {
  width: 40px;
  height: 40px;
  display: block;
}

.fwh-content-lt-arrow-1,
.fwh-content-lt-arrow-2 {
  width: 54px;
  height: 24px;
  display: block;
  position: absolute;
  top: 86px;
  right: -70px;
}

.fwh-content-wrap {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}

.fwh-content-rt {
  width: 534px;
  height: 421px;
  background: url(https://res.youlianfuwu.com/website/img/njww-fwh-bg-03.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 92px;
}

.fwh-content-rt-title {
  display: flex;
  align-items: center;
  margin: 41px 0 0 37px;
}

.fwh-content-rt-title img {
  width: 42px;
  height: 41px;
  display: block;
}

.fwh-content-rt-title-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-left: 8px;
}

.fwh-content-rt-example {
  display: flex;
}

.fwh-content-rt-example.mt-55 {
  margin-top: 55px;
}

.fwh-content-rt-example.ml-49 {
  margin-left: 49px;
}

.fwh-content-rt-example.mt-53 {
  margin-top: 53px;
}

.fwh-content-rt-example-item {
  width: 196px;
  height: 94px;
  background: #F78B44;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.fwh-content-rt-example-item.ml-40 {
  margin-left: 40px;
}

.fwh-content-rt-example-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  bottom: 8px;
}

.fwh-content-rt-example-item img {
  width: 164px;
  height: 94px;
  display: block;
  position: absolute;
  top: -34px;
}

/* E 优联慰问礼包：服务好 */


/* S 三大客服通道 + 全天服务 + 先行赔付 */
.kftd-wrap {
  width: 100%;
  background: url(https://res.youlianfuwu.com/website/img/njww-kftd-bg-01.png) right bottom no-repeat;
  background-color: #FFF9F6;
}

.kftd-container {
  padding: 40px 0 62px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.kftd-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.kftd-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}

.kftd-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 62px 260px 0;
}

.kftd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
  height: 190px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 10px;
}

.kftd-item img {
  width: 80px;
  height: 80px;
}

.kftd-item-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.kftd-item-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.kftd-item-on {
  width: 230px;
  height: 190px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(204, 0, 0, 0.1);
  border-radius: 10px;
  transform: translateY(-20px);
}

/* E 三大客服通道 + 全天服务 + 先行赔付 */

/* S 4种兑换形式，适配工会各场景需求 */
.dhxs-wrap {
  width: 100%;
  background-color: #fff;
}

.dhxs-container {
  padding: 60px 0 48px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.dhxs-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.dhxs-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
}

.dhxs-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dhxs-row.mt-2 {
  margin-top: 2px;
}

.dhxs-item img {
  width: 510px;
  height: 210px;
  display: block;
}

.dhxs-item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dhxs-item-on .dhxs-item-title {
  color: #CC0000;
}

.dhxs-item.ml-2 {
  margin-left: 2px;
}

.dhxs-item-title {
  position: absolute;
  top: 58px;
  left: 38px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}

.dhxs-item-desc {
  position: absolute;
  top: 94px;
  left: 38px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.dhxs-item-desc-2 {
  position: absolute;
  top: 116px;
  left: 38px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

/* E 4种兑换形式，适配工会各场景需求 */

/* S 服务报告、高效管理、实时监控、工会服务面面俱到 */
.fwbg-wrap {
  width: 100%;
  background: url(https://res.youlianfuwu.com/website/img/njww-fwbg-bg-01.png) center center no-repeat;
  background-size: cover;
}

.fwbg-container {
  padding: 40px 0 60px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fwbg-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fwbg-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}

.fwbg-contnet {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}

.fwbg-content-lt-top-item {
  width: 658px;
  height: 164px;
  position: relative;
}

.fwbg-content-lt-top-item img {
  width: 658px;
  height: 164px;
  display: block;
}

.fwbg-content-lt-btm {
  display: flex;
}

.fwbg-content-lt-btm-item {
  width: 318px;
  height: 240px;
  position: relative;
}

.fwbg-content-lt-btm-item img {
  width: 318px;
  height: 240px;
  display: block;
}

.fwbg-content-rt {
  margin-left: 22px;
}

.fwbg-content-rt-item {
  width: 324px;
  height: 426px;
  position: relative;
}

.fwbg-content-rt-item img {
  width: 324px;
  height: 426px;
  display: block;
}

.fwbg-content-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 21px;
  position: absolute;
  left: 31px;
}

.fwbg-content-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  position: absolute;
  left: 31px;
}

/* E 服务报告、高效管理、实时监控、工会服务面面俱到 */


/* S 专属定制，凸显企业关怀 */
.wwzsdz-wrap {
  width: 100%;
  background-color: #fff;
}

.wwzsdz-container {
  padding: 40px 0 60px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.wwzsdz-container.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.wwzsdz-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.wwzsdz-title-sub {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #8E93A3;
  line-height: 19px;
  text-align: center;
  margin-top: 8px;
}

.wwzsdz-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.wwzsdz-content-lt,
.wwzsdz-content-rt {
  background: rgba(204, 0, 0, 0.04);
  border-radius: 10px;
}

.wwzsdz-content-lt-title {
  width: 190px;
  height: 48px;
  background: url(https://res.youlianfuwu.com/website/img/njww-wwzsdz-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 18px;
  color: #CC0000;
  line-height: 24px;
  text-align: center;
  padding-top: 14px;
  margin: 0 auto;
}

.wwzsdz-content-rt-title {
  width: 165px;
  height: 48px;
  background: url(https://res.youlianfuwu.com/website/img/njww-wwzsdz-bg-02.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 18px;
  color: #CC0000;
  line-height: 24px;
  text-align: center;
  padding-top: 14px;
  margin: 0 auto;
}

.wwzsdz-content-lt {
  width: 400px;
  padding: 0 20px 0;
}

#wwzsdz-swiper {
  width: 360px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#wwzsdz-swiper .wwzsdz-swiper-container {
  width: 360px;
  height: 100%;
  overflow: hidden;
}

#wwzsdz-swiper .swiper-slide {
  box-sizing: border-box;
  width: 170px;
  height: 360px;
}

#wwzsdz-swiper .swiper-slide img {
  width: 170px;
  height: 360px;
}

.wwzsdz-content-rt {
  margin-left: 20px;
  width: 590px;
  padding: 0 20px 20px;
}

.wwzsdz-card-w170-h254 {
  width: 170px;
  height: 254px;
  display: block;
}

.wwzsdz-card-w170-h86 {
  width: 170px;
  height: 86px;
  display: block;
}

.wwzsdz-card-w170-h148 {
  width: 170px;
  height: 148px;
  display: block;
}

.wwzsdz-content-rt-cards {
  display: flex;
  margin-top: 20px;
}

.wwzsdz-content-rt-cards-1,
.wwzsdz-content-rt-cards-2,
.wwzsdz-content-rt-cards-3 {
  display: flex;
  flex-direction: column;
}

.wwzsdz-content-rt-cards img {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.wwzsdz-content-rt-cards img.animate-in {
  opacity: 1;
}

.wwzsdz-content-rt-cards-2 {
  margin-left: 20px;
}

.wwzsdz-content-rt-cards-3 {
  margin-left: 20px;
}

.wwzsdz-content-rt-cards .mt-20 {
  margin-top: 20px;
}

/* E 专属定制，凸显企业关怀 */



/* S 底部区域 */
.footer-wrap {
  width: 100%;
  border-top: 1px solid #DCDFE6;
  background-color: #fff;
}

.footer-container {
  width: 1440px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-list {
  display: flex;
}

.footer-list-item {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 12px;
  color: #337AF6;
  line-height: 17px;
  text-align: left;
  cursor: pointer;
}

.footer-list-item:hover {
  color: #1969f3;
}

.footer-list-divider {
  width: 1px;
  height: 34px;
  background-color: #c1d7ff;
  margin: 0 12px;
}

.footer-logo {
  margin-left: 40px;
}

.footer-logo-img {
  width: 80px;
  height: 24px;
  display: block;
}

/* E 底部区域 */

/* S 关注我们 */
.gzwm-wrap {
  display: flex;
  width: 680px;
  height: 275px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 30, 83, 0.2);
  border-radius: 14px;
  padding: 29px 29px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.nav-item:hover .gzwm-wrap,
.gzwm-wrap:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  display: flex;
}

.gzwm-wrap.t-60 {
  top: 60px;
}

.gzwm-wrap.r--120 {
  right: -120px;
}

.gzwm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 38px;
}

.gzwm-item:first-child {
  margin-left: 0;
}

.gzwm-item img {
  width: 182px;
  height: 182px;
  display: block;
}

.gzwm-item div {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
  margin-top: 13px;
}

/* E 关注我们 */


/* S 悬浮菜单 */
.xfcd-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  transform: scale(0.8);
}

.xfcd-wrap-top {
  width: 92px;
  /* height: 299px; */
  background: #FFFFFF;
  border-radius: 46px 46px 46px 46px;
  border: 1px solid #DCDFE6;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}

.xfcd-wrap-btm {
  margin-top: 12px;
  width: 92px;
  height: 92px;
  background: #FFFFFF;
  border-radius: 0px 0px 46px 46px;
  border: 1px solid #DCDFE6;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.xfcd-wrap-isShowTOP .xfcd-wrap-top {
  border-radius: 46px 46px 0px 0px;
}

.xfcd-wrap-isShowTOP .xfcd-wrap-top-item:last-child {
  padding-bottom: 15px;
}

.xfcd-wrap-isShowTOP .xfcd-wrap-btm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.xfcd-wrap-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
}

.xfcd-wrap-top-item:first-child {
  padding-top: 30px;
}

.xfcd-wrap-top-item:last-child {
  padding-bottom: 30px;
  transition: padding-bottom 0.3s ease;
}

.xfcd-wrap-top-item span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-top: 7px;
}

.xfcd-wrap-btm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-top: 14px;
  padding-bottom: 19px;
}

.xfcd-wrap-btm-item span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-top: 2px;
}

.xfcd-wrap-top-item img {
  width: 36px;
  height: 36px;
}

.xfcd-wrap-btm-item img {
  width: 36px;
  height: 36px;
}

.xfcd-wrap-top-item-img-on {
  display: none;
}

.xfcd-wrap-top-item:hover .xfcd-wrap-top-item-img {
  display: none;
}

.xfcd-wrap-top-item:hover .xfcd-wrap-top-item-img-on {
  display: block;
}

.xfcd-wrap-btm-item-img-on {
  display: none;
}

.xfcd-wrap-btm-item:hover .xfcd-wrap-btm-item-img {
  display: none;
}

.xfcd-wrap-btm-item:hover .xfcd-wrap-btm-item-img-on {
  display: block;
}

.xfcd-wrap-top-item:hover,
.xfcd-wrap-btm-item:hover {
  background-color: #F0F6FF;
}

.xfcd-wrap-top-item:hover span,
.xfcd-wrap-btm-item:hover span {
  color: #3F7AFB;
}

.xfcd-wrap-top-item.hover,
.xfcd-wrap-top-item.hover {
  background-color: #F0F6FF;
}

.xfcd-wrap-top-item.hover span,
.xfcd-wrap-top-item.hover span {
  color: #3F7AFB;
}

.xfcd-wrap-top-item.hover .xfcd-wrap-top-item-img {
  display: none;
}

.xfcd-wrap-top-item.hover .xfcd-wrap-top-item-img-on {
  display: block;
}

.xfcd-wrap .gzwm-wrap.top-22 {
  top: 22px;
}


.xfcd-wrap .gzwm-wrap.r-112 {
  right: 112px;
}

/* 客服热线 */
.kfrx-wrap {
  width: 132px;
  height: 74px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 30, 83, 0.2);
  border-radius: 14px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  position: absolute;
  top: 22px;
  right: 112px;
  transform: scale(1.2);
}

.kfrx-wrap-title {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  margin-top: 15px;
  text-align: center;
}

.kfrx-wrap-tel {
  margin-top: 6px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #337AF6;
  line-height: 21px;
  text-align: center;
}

/* E 悬浮菜单 */