.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 电影福利行业问题 */
.hywt-wrap {
  width: 100%;
  background-color: #fff;
}

.hywt-container {
  padding-top: 52px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

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

.hywt-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hywt-list-item {
  box-sizing: border-box;
  padding: 20px 38px 0 15px;
  width: 239px;
  height: 117px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-hywt-item-bg.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hywt-container.animate-in .hywt-list-item:nth-child(1) {
  transition-delay: 0.1s;
}

.hywt-container.animate-in .hywt-list-item:nth-child(2) {
  transition-delay: 0.2s;
}

.hywt-container.animate-in .hywt-list-item:nth-child(3) {
  transition-delay: 0.3s;
}

.hywt-container.animate-in .hywt-list-item:nth-child(4) {
  transition-delay: 0.4s;
}

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

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

.hywt-item-1 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #337AF6;
  line-height: 24px;
}

.hywt-item-2 {
  margin-top: 6px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}

/* E 电影福利行业问题 */

/* S 电影福利优质供应商标准 */
.gys-wrap {
  width: 100%;
  background-color: #fff;
}

.gys-container {
  padding-top: 40px;
  padding-bottom: 66px;
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

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

.gys-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gys-list-item {
  box-sizing: border-box;
  padding-top: 25px;
  width: 225px;
  height: 318px;
  background: linear-gradient(180deg, #F0F4FD 0%, #F1F7FE 46%, #F3FCFF 100%);
  border-radius: 10px;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.gys-container.animate-in .gys-list-item:nth-child(1) {
  transition-delay: 0.1s;
}

.gys-container.animate-in .gys-list-item:nth-child(2) {
  transition-delay: 0.2s;
}

.gys-container.animate-in .gys-list-item:nth-child(3) {
  transition-delay: 0.3s;
}

.gys-container.animate-in .gys-list-item:nth-child(4) {
  transition-delay: 0.4s;
}

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

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

.gys-item-img {
  margin-top: -12px;
  width: 170px;
  height: 170px;
  display: block;
}

.gys-item-1 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #337AF6;
  line-height: 24px;
}

.gys-item-2 {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  margin-top: 12px;
}

.gys-item-3 {
  display: flex;
  align-items: center;
  height: 40px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #999999;
  padding: 0 24px;
  text-align: center;
}

/* E 电影福利优质供应商标准 */


/* S 优联电影资源优势 */
.zyys-wrap {
  padding: 28px 0 68px;
  width: 100%;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-bg.png) no-repeat center center / cover;
}

.zyys-container {
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

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

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

.zyys-list-wrap {
  margin: 22px auto 0;
  width: 1000px;
  height: 500px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  overflow: hidden;
}

.zyys-container.animate-in .zyys-list-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.zyys-tabs {
  width: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zyys-tabs-item {
  width: 100%;
  height: 20%;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-20px);
}

.zyys-container.animate-in .zyys-tabs-item:nth-child(1) {
  transition-delay: 0.4s;
}

.zyys-container.animate-in .zyys-tabs-item:nth-child(2) {
  transition-delay: 0.5s;
}

.zyys-container.animate-in .zyys-tabs-item:nth-child(3) {
  transition-delay: 0.6s;
}

.zyys-container.animate-in .zyys-tabs-item:nth-child(4) {
  transition-delay: 0.7s;
}

.zyys-container.animate-in .zyys-tabs-item:nth-child(5) {
  transition-delay: 0.8s;
}

.zyys-container.animate-in .zyys-tabs-item {
  opacity: 1;
  transform: translateX(0);
}

/* 点击切换时重置所有tabs项的过渡延迟，使切换更流畅 */
.zyys-container.animate-in .zyys-tabs-item {
  transition-delay: 0s !important;
}

/* 激活状态的tabs项保持原有样式 */
.zyys-container.animate-in .zyys-tabs-item.zyys-tabs-item-active {
  transition-delay: 0s !important;
}

.zyys-tabs-item:last-child {
  border-bottom: none;
}

.zyys-tabs-item img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

/* 控制普通图片和激活状态图片的显示 */
.zyys-tabs-item img[src*="-on.png"] {
  display: none;
}

.zyys-tabs-item-active img[src*="-on.png"] {
  display: inline-block;
}

.zyys-tabs-item-active img:not([src*="-on.png"]) {
  display: none;
}

.zyys-tabs-item span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 1;
}

.zyys-tabs-item-active {
  background: #337AF6;
  border-color: #337AF6;
}

.zyys-tabs-item-active span {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
}

.zyys-contents {
  flex: 1;
}

.zyys-contents-item {
  display: none;
}

.zyys-contents-item-active {
  display: block;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#zyys-content-1 .block-1 {
  padding: 30px 72px 0 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#zyys-content-1 .block-1 .block-1-item {
  display: flex;
  align-items: center;
}

#zyys-content-1 .block-1 .block-1-item .block-1-item-rt {
  margin-left: 8px;
}

#zyys-content-1 .block-1 .block-1-item .block-1-item-rt-num {
  font-family: Impact, system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: inline-block;
  width: 120px;
}

#zyys-content-1.animate-in .block-1 .block-1-item .block-1-item-rt-num {
  opacity: 1;
  transform: translateY(0);
}

#zyys-content-1 .block-1 .block-1-item .block-1-item-rt-desc {
  margin-top: 2px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #8E93A3;
  line-height: 21px;
}

#zyys-content-1 .block-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 18px 0 28px;
}

#zyys-content-1 .block-2 .block-2-lt {
  width: 415px;
  height: 242px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#zyys-content-1 .block-2 .block-2-lt .block-2-lt-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

#zyys-content-1 .block-2 .block-2-lt .block-2-lt-desc span {
  color: #337AF6;
}

#zyys-content-1 .block-2 .block-2-lt img {
  width: 253px;
  height: 194px;
  margin-top: 2px;
}

#zyys-content-1 .block-2 .block-2-rt {
  width: 395px;
  height: 242px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#zyys-content-1 .block-2 .block-2-rt .block-2-rt-desc {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

#zyys-content-1 .block-2 .block-2-rt .block-2-rt-desc span {
  color: #337AF6;
}

#zyys-content-1 .block-2 .block-2-rt .block-2-rt-imgs {
  display: flex;
  align-items: center;
  margin-top: 17px;
}

#zyys-content-1 .block-2 .block-2-rt .block-2-rt-imgs .block-2-rt-img-1 {
  width: 181px;
  height: 184px;
}

#zyys-content-1 .block-2 .block-2-rt .block-2-rt-imgs .block-2-rt-img-2 {
  width: 162px;
  height: 182px;
}

#zyys-content-1 .block-3 {
  margin-top: 22px;
  padding-left: 29px;
  display: flex;
  flex-direction: column;
}

#zyys-content-1 .block-3 .block-3-logos {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#zyys-content-1 .block-3 .block-3-logos:last-child {
  margin-bottom: 0;
}

#zyys-content-1 .block-3 .block-3-logos img {
  width: 84px;
  height: 39px;
  margin-right: 9px;
}

#zyys-content-1 .block-3 .block-3-logos img:last-child {
  margin-right: 0;
}

#zyys-content-2.zyys-contents-item-active {
  display: flex;
  align-items: center;
  padding: 35px 26px 0;
}

#zyys-content-2 .zyys-content-2-lt {
  width: 224px;
  height: 242px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-jbjj-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-1 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 61px;
  height: 41px;
  position: absolute;
  top: 115px;
  left: 17px;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-1 p:first-child {
  font-weight: 500;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-2 {
  width: 44px;
  height: 60px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 22px;
  color: #FFB3B3;
  line-height: 30px;
  text-decoration-line: underline;
  position: absolute;
  top: 96px;
  left: 102px;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-3,
#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-4,
#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-5,
#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  position: absolute;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-3 img,
#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-4 img,
#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-5 img,
#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-6 img {
  width: 64px;
  height: 64px;
  margin-bottom: 2px;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-3 {
  top: -26px;
  right: 68px;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-4 {
  top: 20px;
  right: -22px;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-5 {
  top: 119px;
  right: -23px;
}

#zyys-content-2 .zyys-content-2-lt .zyys-content-2-lt-6 {
  top: 198px;
  right: 52px;
}

#zyys-content-2 .zyys-content-2-rt {
  margin-left: 30px;
  width: 571px;
  height: 441px;
  position: relative;
}

#zyys-content-2 .zyys-content-2-rt img {
  width: 571px;
  height: 441px;
}

#zyys-content-2 .zyys-content-2-rt .tips-item {
  position: absolute;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
#zyys-content-2 .zyys-content-2-rt .tips-item .tips-item-highlight {
  color: #CC0000;
}


#zyys-content-3 {
  width: 100%;
  height: 100%;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-pccn-bg-03.png) 100% no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#zyys-content-3 .zyys-content-3-01,
#zyys-content-3 .zyys-content-3-02 {
  width: 99px;
  height: 37px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-pccn-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
  position: absolute;
}

#zyys-content-3 .zyys-content-3-01 {
  top: 240px;
  left: 138px;
}

#zyys-content-3 .zyys-content-3-02 {
  top: 59px;
  left: 251px;
}

#zyys-content-3 .zyys-content-3-03,
#zyys-content-3 .zyys-content-3-04,
#zyys-content-3 .zyys-content-3-05 {
  width: 154px;
  height: 86px;
  background: rgba(193, 208, 255, 0.6);
  border-radius: 8px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 21px 15px 0 9px;
  position: absolute;
  z-index: 1;
}

#zyys-content-3 .zyys-content-3-03 span,
#zyys-content-3 .zyys-content-3-04 span,
#zyys-content-3 .zyys-content-3-05 span {
  color: #337AF6;
}

#zyys-content-3 .zyys-content-3-03 {
  top: 103px;
  left: 194px;
}

#zyys-content-3 .zyys-content-3-04 {
  top: 284px;
  left: 81px;
}

#zyys-content-3 .zyys-content-3-05 {
  top: 171px;
  right: 133px;
}

#zyys-content-3 .zyys-content-3-06 {
  width: 162px;
  height: 37px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-pccn-bg-02.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
  position: absolute;
  top: 127px;
  right: 126px;
}

#zyys-content-3 .zyys-content-3-07 {
  width: 404px;
  height: 433px;
  position: absolute;
  top: 24px;
  left: 220px;
}

#zyys-content-4.zyys-contents-item-active {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px 0 16px;
}

#zyys-content-4 .zyys-content-4-lt {
  display: flex;
  flex-direction: column;
}

#zyys-content-4 .zyys-content-4-lt .zyys-content-4-lt-title {
  width: 138px;
  height: 33px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-gxdz-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
}

#zyys-content-4 .zyys-content-4-lt .zyys-content-4-lt-1 {
  width: 420px;
  height: 225px;
  background: #F7FAFF;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 20px 22px;
}

.zyys-content-4-lt-1 .zyys-content-4-lt-imgs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zyys-content-4-lt-1 .zyys-content-4-lt-imgs img {
  width: 121px;
  height: 69px;
}

#zyys-content-4 .zyys-content-4-lt .zyys-content-4-lt-2 {
  margin-top: 10px;
  width: 420px;
  height: 225px;
  background: #F7FAFF;
  border-radius: 18px;
  padding: 6px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7FAFF;
  box-shadow: 0px 2px 4px 0px #EEEEEE;
}

.zyys-content-4-lt-imgs-2 {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.zyys-content-4-lt-imgs-2 img {
  width: 121px;
  height: 149px;
}

#zyys-content-4 .zyys-content-4-rt {
  width: 404px;
  height: 460px;
  background: #F7FAFF;
  box-shadow: 0px 2px 4px 0px #EEEEEE;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#zyys-content-4 .zyys-content-4-rt .zyys-content-4-rt-title {
  margin: 9px auto 0;
  width: 138px;
  height: 33px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-gxdz-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
}

#gxdz-swiper {
  width: 385px;
  position: relative;
  margin-top: 14px;
}

/* Swiper容器样式 */
#gxdz-swiper .gxdz-swiper-container {
  width: 385px;
  height: 100%;
  overflow: hidden;
}

/* Swiper幻灯片样式 */
#gxdz-swiper .swiper-slide {
  box-sizing: border-box;
  width: 183px;
  height: 390px;
}

/* Swiper幻灯片图片样式 */
#gxdz-swiper .swiper-slide img {
  width: 175px;
  height: 382px;
  margin: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}


#zyys-content-5.zyys-contents-item-active {
  position: relative;
}

#zyys-content-5 .zyys-content-5-title {
  width: 138px;
  height: 33px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-zyys-shfw-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: center;
  position: absolute;
}

#zyys-content-5 .zyys-content-5-desc {
  background: rgba(193, 208, 255, 0.4);
  border-radius: 8px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  padding: 17px 0 18px;
  position: absolute;
  z-index: 2;
}

#zyys-content-5 .zyys-content-5-img1 {
  width: 234px;
  height: 383px;
  position: absolute;
}
#zyys-content-5 .zyys-content-5-img2 {
  width: 297px;
  height: 383px;
  position: absolute;
}
#zyys-content-5 .zyys-content-5-tip {
  position: absolute;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 22px;
  color: #CC0000;
  line-height: 30px;
}

/* E 优联电影资源优势 */

/* S 更多视听资源 */
.stzy-wrap {
  padding: 0 0 50px;
  width: 100%;
  background: linear-gradient(#fff 0%, rgba(130, 169, 255, 0.15) 100%);
}

/* S 影视会员 */
.yshy-container {
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

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

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

.yshy-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.yshy-content-title {
  width: 99px;
  height: 37px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yshy-bg-04.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
}

.yshy-content-1-top {
  padding: 22px 0 0 20px;
  width: 332px;
  height: 265px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yshy-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
}

.yshy-content-1-btm {
  margin-top: 18px;
  padding: 22px 0 0 20px;
  width: 332px;
  height: 265px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yshy-bg-02.png) 100% no-repeat;
  background-size: 100% 100%;
}

.yshy-content-1-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.yshy-content-1-logos img {
  width: 127px;
  height: 41px;
  display: block;
}

.yshy-content-1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yshy-content-2 {
  width: 312px;
  height: 555px;
  margin-left: 18px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yshy-content-2 img {
  width: 312px;
  height: 555px;
  display: block;
}

.yshy-content-3 {
  margin-left: 20px;
  padding: 20px 0 0 42px;
  width: 329px;
  height: 545px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yshy-bg-03.png) 100% no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yshy-container.animate-in .yshy-content-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.yshy-container.animate-in .yshy-content-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.yshy-container.animate-in .yshy-content-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.yshy-content-title-3 {
  position: relative;
  left: 170px;
}

/* E 影视会员 */

/* S 演出 */
.yc-container {
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.yc-title {
  margin-top: 58px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333;
  line-height: 45px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yc-title-2 {
  margin-top: 10px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #8E93A3;
  line-height: 19px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yc-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yc-container.animate-in .yc-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.yc-container.animate-in .yc-title-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.yc-container.animate-in .yc-content-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.yc-content-1 {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.yc-content-1-1,
.yc-content-1-2,
.yc-content-1-3 {
  width: 317px;
  height: 108px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yc-bg-01.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}

.yc-content-1-1 {
  padding: 23px 50px;
}

.yc-content-1-2 {
  padding: 23px 40px;
  margin-left: 24px;
}

.yc-content-1-3 {
  padding: 23px 60px;
  margin-left: 24px;
}

.yc-content-2 {
  margin-top: 17px;
  display: flex;
  align-items: center;
}

.yc-content-2-lt {
  width: 456px;
  height: 488px;
}

.yc-content-2-lt img {
  width: 456px;
  height: 488px;
  display: block;
}

.yc-content-2-rt {
  margin-left: 10px;
}

.yc-content-2-rt-top {
  width: 534px;
  height: 265px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yc-bg-03.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yc-content-2-rt-top-title {
  margin-top: 14px;
  width: 135px;
  height: 37px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yc-bg-02.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
}

.yc-content-2-rt-top-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-top: 20px;
  padding-left: 44px;
}

.yc-content-2-rt-top-item {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  border: 1px solid #C1D0FF;
  padding: 6px 0;
  width: 110px;
}

.yc-content-2-rt-btm {
  width: 534px;
  height: 163px;
  padding: 39px 25px 0 50px;
  background: url(https://res.youlianfuwu.com/website/img/gyfl-yc-bg-04.png) 100% no-repeat;
  background-size: 100% 100%;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 21px;
  color: #333333;
  line-height: 29px;
  text-align: center;
  margin-top: 17px;
}

.yc-content-2-rt-btm span {
  color: #337AF6;
  font-size: 29px;
  margin: 0 10px;
}

/* E 演出 */
/* E 更多视听资源 */

/* S 职工书屋 */
.zgsw-wrap {
  padding: 0 0 80px;
  width: 100%;
  background-color: #fff;
}

.zgsw-container {
  width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.zgsw-title {
  margin-top: 40px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 30px;
  color: #333;
  line-height: 45px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.zgsw-title-2 {
  margin-top: 5px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 14px;
  color: #8E93A3;
  line-height: 19px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.zgsw-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.zgsw-container.animate-in .zgsw-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.zgsw-container.animate-in .zgsw-title-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.zgsw-container.animate-in .zgsw-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.zgsw-content-lt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.zgsw-content-lt-1,
.zgsw-content-lt-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.zgsw-content-lt-2 {
  margin-top: 40px;
}

.zgsw-content-lt-1 img {
  position: absolute;
  top: 2px;
  left: 202px;
  width: 151px;
  height: 116px;
}

.zgsw-content-lt-1-top,
.zgsw-content-lt-2-top {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 21px;
  color: #333333;
  line-height: 27px;
  display: flex;
  align-items: center;
}

.zgsw-content-lt-highlight {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 600;
  font-size: 35px;
  color: #337AF6;
  line-height: 49px;
  margin-right: 10px;
}

.zgsw-content-lt-1-btm,
.zgsw-content-lt-2-btm {
  width: 232px;
  height: 42px;
  background: #337AF6;
  border-radius: 21px;
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}

.zgsw-content-lt-3 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-size: 20px;
  color: #333333;
  line-height: 29px;
  width: 330px;
  margin-top: 50px;
}

.zgsw-content-lt-3 span {
  font-weight: 600;
  color: #337AF6;
}

.zgsw-content-rt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 90px;
}

.zgsw-content-rt-1 {
  font-family: system-ui, -apple-system, 微软雅黑, "Helvetica Neue", Helvetica;
  font-weight: 500;
  font-size: 20px;
  color: #337AF6;
  line-height: 29px;
}

.zgsw-content-rt-2 img {
  width: 186px;
  height: 362px;
}

/* 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: 1px solid #DCDFE6;
  overflow: hidden;
  border-radius: 46px 46px 46px 46px;
  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 悬浮菜单 */
