@font-face {
  font-family: "privateLive-normal";
  src: url("../img/privateLive/privateLive.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.f0 {
  font-size: 0;
}

.mr0 {
  margin-right: 0 !important;
}

.float-tool {
  display: none !important;
}

.float-tool-new {
  display: block !important;
}

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

.container h3 {
  font-size: 36px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

/* 顶部banner图的，私域直播找盟主页面 */
.banner-item-come-mengzhu {
  margin-top: 66px;
  width: 100%;
  height: 594px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../img/privateLive/banner@2x.png?v=1) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.banner-item-come-mengzhu .come-title-bg {
  display: flex;
  flex-direction: column;
  width: 1180px;
}
.banner-item-come-mengzhu .come-title-bg .come-title-one {
  display: flex;
  flex-direction: row;
}
.banner-item-come-mengzhu .come-title-bg .come-title-pb {
  font-weight: 600;
  font-size: 66px;
  color: #333333;
}

.banner-item-come-mengzhu .come-title-bg .come-title-power {
  font-weight: 600;
  font-size: 66px;
  color: #fe5400;
}
.banner-item-come-mengzhu .come-title-bg .come-title-sub {
  margin-top: 18px;
  font-weight: 500;
  font-size: 32px;
  color: #726868;
}
.banner-item-come-mengzhu .come-title-bg .come-btn-bg {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
}

.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-ask-btn {
  width: 176px;
  height: 48px;
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 80, 41, 0.3);
  transition: all 0.3s ease;
  animation: getZoomInOut 1.5s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.click-hand-icon {
  width: 22px;
  height: 22px;
  margin-left: 6px;
}

.banner-item-come-mengzhu .come-title-bg .come-btn-bg .come-ask-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 80, 41, 0.4);
}

@keyframes getZoomInOut {
    0%{-webkit-transform:scale(1);}
    50%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}

/* 对比区：传统 vs 盟主 */
.vs-comparison-section {
  padding: 30px 0 30px;
  background: linear-gradient(0deg, #fffaf4 0%, #fffefb 99.98%);
}
.vs-comparison-section .vs-container {
  width: 1200px;
  margin: 0 auto;
}
.vs-comparison-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  height: 400px;
}

/* 左右两侧卡片基地 */
.vs-comparison-wrapper .vs-side {
  position: relative;
  width: 480px;
  height: 400px;
}
.vs-comparison-wrapper .vs-bg {
  position: absolute;
  width: 250px;
  height: 400px;
  border-radius: 16px;
  z-index: 1;
}
.vs-comparison-wrapper .vs-bg-green {
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #b1e79e 0%, #ddf7ce 100%);
}
.vs-comparison-wrapper .vs-bg-orange {
  right: 0;
  top: 0;
  background: linear-gradient(135deg, #ff9560 0%, #ff6124 100%);
}

/* 左右两侧卡片标题 */
.vs-comparison-wrapper .vs-card-title {
  position: absolute;
  top: 20px;
  font-size: 30px;
  font-weight: 600;
  z-index: 2;
}
.vs-comparison-wrapper .vs-bg-green .vs-card-title {
  left: 32px;
  color: #333333;
}
.vs-comparison-wrapper .vs-bg-orange .vs-card-title {
  right: 32px;
  color: #ffffff;
}

/* 悬浮白底图片框 */
.vs-comparison-wrapper .vs-img-wrapper {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.vs-comparison-wrapper .vs-left .vs-img-wrapper {
  left: 20px;
  top: 84px;
  width: 488px;
}
.vs-comparison-wrapper .vs-right .vs-img-wrapper {
  right: 20px;
  top: 84px;
  width: 488px;
}
.vs-comparison-wrapper .vs-right .vs-desc {
  justify-content: right;
  text-align: right;
}
.vs-comparison-wrapper .vs-img-item {
  margin: 1%;
  width: 98%;
  border-radius: 12px;
  display: none;
  position: relative;
  overflow: hidden;
}
.vs-comparison-wrapper .vs-img-item:first-child {
  display: block;
}
.vs-comparison-wrapper .vs-side-img {
  width: 100%;
  display: block;
}

/* 覆盖层样式 */
.vs-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.vs-desc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 24px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.vs-tag {
  position: absolute;
  bottom: 100%;
  padding: 6px 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.vs-tag-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.vs-tag-traditional {
  left: 0;
  background: #d6f2c7;
  color: #333333;
  border-radius: 0 8px 0 0;
}
.vs-tag-modern {
  right: 0;
  background: #ff6827;
  color: #ffffff;
  border-radius: 8px 0 0 0;
}

/* 中间维度对比轴 */
.vs-comparison-wrapper .vs-center-axis {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-top: -15px;
}

/* VS大图标 */
.vs-center-axis .vs-icon {
  width: 94px;
  height: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  z-index: 6;
}

/* 胶囊容器 */
.vs-center-axis .vs-axis-container {
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  position: relative;
}

/* 里的单个按钮 */
.vs-axis-container .axis-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 60px;
  line-height: 60rpx;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #f6f6f6;
  border: none;
  box-shadow: 0 0px 70px rgba(255, 80, 41, 0.4);
  cursor: pointer;
}
.vs-axis-container .axis-item-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  object-fit: contain;
}
.vs-axis-container .axis-text {
  font-size: 22px;
  color: #726868;
  font-weight: 500;
}

/* 特殊高亮按钮 */
.vs-axis-container .axis-special {
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  border: none;
  box-shadow: 0 4px 15px rgba(255, 80, 41, 0.3);
}
.vs-axis-container .axis-special .axis-text {
  color: #ffffff;
  font-weight: 600;
}
.vs-axis-container .axis-special .axis-item-icon {
  filter: brightness(0) invert(1);
}

/* 全链路解决方案 */
.full-link-solution {
  padding-top: 30px;
  background-color: #fcfcfc;
  text-align: center;
  background: linear-gradient(180deg, #ffeeda 0%, #ffffff 100%);
}
.full-link-solution .solution-title {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
}
.full-link-solution .solution-flow-img {
  margin: 0 auto 30px;
  width: 1200px;
}
.full-link-solution .solution-flow-img img {
  width: 100%;
  display: block;
}
.full-link-solution .solution-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}
.full-link-solution .btn-primary,
.full-link-solution .btn-secondary {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: getZoomInOut 1.5s linear infinite;

}
.full-link-solution .btn-primary {
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 80, 41, 0.3);
}
.full-link-solution .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 80, 41, 0.4);
}
.full-link-solution .btn-secondary {
  background: #ffffff;
  color: #ff5029;
  font-weight: 500;
  border: 1px solid #ff5029;
}
.full-link-solution .btn-secondary:hover {
  background: #fff5f2;
  transform: translateY(-2px);
}

/* 五大核心能力区 */
.core-capabilities-section {
  padding: 30px 0;
  background: linear-gradient(
    180deg,
    #fff8f3 0%,
    #ffffff 52.32%,
    #f1faff 99.92%
  );
  text-align: center;
}
.core-capabilities-content-bg {
  width: 1200px;
  height: 600px;
  background: linear-gradient(181deg, #ffffff 0%, #fff1e8 100%);
  border-radius: 16px;
}
.core-capabilities-section .core-main-title {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
}
.core-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  padding-top: 30px;
}
.core-tabs .core-tab {
  width: 216px;
  height: 60px;
  background: #fffaf6;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.core-tab-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4.5px;
  /* background: linear-gradient(135deg, #b1e79e 0%, #ddf7ce 100%); */
  background: #ffffff;
  width: 0;
  border-radius: 2px;
}
.core-tabs .core-tab div {
  width: 28px;
  height: 28px;
}
.core-tabs .core-tab-1 div {
  background: url(../img/privateLive/4_dqd@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-2 div {
  background: url(../img/privateLive/4_hd@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-3 div {
  background: url(../img/privateLive/4_yx@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-4 div {
  background: url(../img/privateLive/4_yh@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-5 div {
  background: url(../img/privateLive/4_sj@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-1.active div {
  background: url(../img/privateLive/41_dqd@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-2.active div {
  background: url(../img/privateLive/41_hd@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-3.active div {
  background: url(../img/privateLive/41_yx@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-4.active div {
  background: url(../img/privateLive/41_yh@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab-5.active div {
  background: url(../img/privateLive/41_sj@2x.png?v=1);
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.core-tabs .core-tab span {
  margin-left: 8px;
  font-size: 22px;
  color: #726868;
  font-weight: 500;
}
.core-tabs .core-tab:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.core-tabs .core-tab.active {
  background: linear-gradient(270deg, #ff921e 0%, #fe5729 100%);
}
.core-tabs .core-tab.active span {
  color: #fff;
}

.core-content-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.core-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.core-content.active {
  display: block;
  opacity: 1;
}

.core-text-box h4 {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
}
.core-text-box p {
  font-size: 20px;
  color: #b08977;
  line-height: 1.6;
}
.core-img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* 全场景直播解决方案 */
.difficulty-solution {
  padding-top: 30px;
  padding-bottom: 52px;
  background: url(../img/privateLive/bg@2x.jpg?v=1) center center no-repeat;
  background-size: 100% auto;
}
.difficulty-solution .solution-main-title {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.difficulty-solution .solution-sub-title {
  font-size: 18px;
  color: #999999;
  text-align: center;
  margin-bottom: 30px;
}
.difficulty-solution .track-row {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rbga(255, 255, 255, 0.5);
}
.difficulty-solution .track-roll {
  width: 300px;
  background: #ffffff;
  padding: 40px 18px;
  box-sizing: border-box;
}
.difficulty-solution .track-main-ul {
  width: 264px;
  display: flex;
  flex-direction: column;
}
.difficulty-solution .track-main-title {
  width: 264px;
  height: 60px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  background: #fffaf6;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.difficulty-solution .track-main-title:last-child {
  margin-bottom: 0;
}
.difficulty-solution .track-main-title .track-icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.difficulty-solution .track-main-title .track-text {
  font-size: 22px;
  font-weight: 500;
}
.difficulty-solution .track-main-title:hover {
  color: #ff5029;
}
.difficulty-solution .track-main-title.active {
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(255, 80, 41, 0.3);
}
.difficulty-solution .track-main-title.active .track-text {
  font-size: 24px;
  font-weight: 600;
}
.difficulty-solution .track-main-title.active .track-icon {
  filter: brightness(0) invert(1);
}

.difficulty-solution .track-contents {
  flex: 1;
  padding: 40px 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.difficulty-solution .track-content {
  display: none;
}
.difficulty-solution .track-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.difficulty-solution .track-content-header h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 12px;
}
.difficulty-solution .track-content-header h6 {
  font-size: 20px;
  color: #726868;
}

.difficulty-solution .intro-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 12px;
}
.difficulty-solution .intro-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.difficulty-solution .intro-box li .intro-image-bg {
  width: 60px;
  height: 60px;
  background: url(../img/privateLive/5_icon_bg@2x.png?v=1) no-repeat center
    center;
  background-size: 60px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.difficulty-solution .intro-box li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.difficulty-solution .intro-box li span {
  margin-top: 8px;
  font-size: 20px;
  color: #726868;
}

.difficulty-solution .track-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.difficulty-solution .btn-primary,
.difficulty-solution .btn-secondary {
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.difficulty-solution .btn-primary {
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 80, 41, 0.3);
}
.difficulty-solution .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 80, 41, 0.4);
}
.difficulty-solution .btn-secondary {
  background: #ffffff;
  color: #ff5029;
  border: 1px solid #ff5029;
}
.difficulty-solution .btn-secondary:hover {
  transform: translateY(-2px);
  background: #fff5f2;
}

/* 留资表单模块 */
.difficulty-order-section {
  background: #f8f9fd;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 30px;
}
.difficulty-order-section .difficulty-order {
  margin-top: 23px;
  width: 1234px;
  height: 252px;
  background: url(../img/privateLive/difficulty-order-bg.png?v=2) top center
    no-repeat;
  background-size: contain;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.difficulty-order-section .difficulty-order-title {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  margin-top: 21px;
}

.difficulty-order-section .difficulty-order-title i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-bottom: -7px;
  background: url(../img/privateLive/difficulty-title-dot.png?v=1) top center
    no-repeat;
  background-size: contain;
}
.difficulty-order-section .difficulty-order-content {
  margin: 34px 40px 25px 40px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  height: 102px;
  display: flex;
  flex-direction: row;
}
.difficulty-order-section .difficulty-form-item {
  margin-right: 34px;
  margin-top: 21px;
  width: 414px;
  height: 60px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 238, 229, 1);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}

.difficulty-order-section .difficulty-form-item.first {
  margin-left: 35px;
}

.difficulty-order-section .difficulty-form-item img {
  width: 34px;
  height: 34px;
  margin-left: 29px;
  margin-top: 13px;
}

.difficulty-order-section .difficulty-form-item .difficulty-form-item-line {
  width: 1px;
  height: 21px;
  background: #ff4600;
  margin-left: 18px;
  margin-top: 20px;
  margin-right: 20px;
}

.difficulty-order-section .difficulty-form-item input {
  width: 70%;
  font-size: 18px;
  color: black;
  background-color: rgba(255, 238, 229, 1);
}

.difficulty-order-section .difficulty-order-content .difficulty-form-join {
  margin-top: 20px;
  width: 173px;
  height: 60px;
  background: url(../img/privateLive/difficulty-order-btn-bg.png?v=1) top center
    no-repeat;
  background-size: contain;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  cursor: pointer;
}
.alert-msg {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  background: rgba(8, 8, 8, 0.8);
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -30px;
}

/* 核心技术与贴心服务区 */
.core-services-section {
  padding-top: 30px;
  padding-bottom: 60px;
  background: url(../img/privateLive/bggg.jpg?v=1) center center no-repeat;
  text-align: center;
  background-size: 100% auto;
}
.core-services-section .services-main-title {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
}
.core-services-section .services-sub-title {
  font-size: 18px;
  color: #999999;
  margin-bottom: 30px;
}
.core-services-section .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}
.core-services-section .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 180px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: linear-gradient(
    47deg,
    rgba(255, 255, 255, 0.58) 0.03%,
    rgba(255, 255, 255, 0.81) 98.7%
  );
  box-shadow: 0px 2px 16px 0px rgba(219, 219, 219, 0.5);
  border-radius: 12px;
  border: 1px solid #ffffff;
}
.core-services-section .service-item img {
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
}
.core-services-section .service-item span {
  margin-top: 12px;
  font-size: 24px;
  color: #726868;
  font-weight: 500;
  transition: color 0.3s ease;
}
.core-services-section .service-item:hover {
  transform: translateY(-5px);
  background: linear-gradient(270deg, #ff921e 0%, #fe5729 100%);
  box-shadow: 0px 2px 16px 0px rgba(253, 158, 122, 0.5);
  border-radius: 12px;
  border: 1px solid #ffffff;
}
.core-services-section .service-item:hover img {
  filter: brightness(0) invert(1);
}
.core-services-section .service-item:hover span {
  color: #ffffff;
}

.top-total {
  background: url(../img/privateLive/c-text-banner-second.png?v=1) top center
    no-repeat;
  background-size: cover;
  width: 1290px;
  height: 215px;
  margin: auto;
  margin-top: -107.5px;
}
.top-total .top-total-bg {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1200px;
  height: 215px;
  margin: auto;
}
.top-total .top-total-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 25%;
  margin-left: 50px;
}
.top-total .top-total-item .top-item-icon {
  width: 80px;
  height: 80px;
}
.top-total .top-total-item .top-item-content {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}
.top-total .top-total-item .top-item-content .top-item-name-bg {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.top-total .top-total-item .top-item-content .top-item-name-bg .top-item-name {
  font-weight: 500;
  font-size: 50px;
  color: #000000;
  font-family: DIN, DIN;
  height: 61px;
  line-height: 61px;
}
.top-total .top-total-item .top-item-content .top-item-name-bg .top-item-nian {
  font-size: 18px;
  color: #000000;
  margin-left: 5px;
}
.top-total .top-total-item .top-item-content .top-item-title {
  font-size: 16px;
  color: #000000;
  margin-left: 2px;
  margin-top: -3px;
}
.pain-spot .f0 {
  margin-top: 54px;
}
.pain-spot li {
  display: inline-block;
  width: 240px;
  height: 219px;
}
.pain-spot .pain-spot-item {
  width: 224px;
  height: 219px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.33s;
}
.pain-spot .pain-spot-item:hover {
  width: 224px;
  height: 219px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(191, 176, 169, 0.3);
  border-radius: 8px;
}
.pain-spot .pain-spot-item .pain-spot-name {
  margin-top: 2px;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.pain-spot .pain-spot-icon {
  width: 120px;
  height: 120px;
}
.pain-spot .item1 .pain-spot-icon {
  object-fit: cover;
  content: url(../img/privateLive/pain-spot-n-1.png?v=1);
}
.pain-spot .item2 .pain-spot-icon {
  object-fit: cover;
  content: url(../img/privateLive/pain-spot-n-2.png?v=1);
}
.pain-spot .item3 .pain-spot-icon {
  object-fit: cover;
  content: url(../img/privateLive/pain-spot-n-3.png?v=1);
}
.pain-spot .item4 .pain-spot-icon {
  object-fit: cover;
  content: url(../img/privateLive/pain-spot-n-4.png?v=1);
}
.pain-spot .item5 .pain-spot-icon {
  object-fit: cover;
  content: url(../img/privateLive/pain-spot-n-5.png?v=1);
}
.transtion-pd {
  margin-top: 80px;
}
.transtion-pd .transtion-pd-icon {
  margin-top: 56px;
  width: 1200px;
  height: 587px;
}
.money-pd {
  padding-top: 30px;
}
.money-pd .money-pd-icon {
  margin-top: 30px;
  width: 1200px;
  height: 560px;
  background: url(../img/privateLive/c-text-anli.png?v=1) top center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row-reverse;
}

.money-pd .money-pd-icon .cb-animation {
  position: relative;
  margin-top: 30px;
  margin-right: 130px;
  width: 210px;
  height: 420px;
}

.get-more-pd-bg {
  height: 134px;
  display: flex;
  justify-content: center;
}
.get-more-pd-bg .get-more-pd-button {
  margin-top: 30px;
  width: 186px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  animation: getZoomInOut 1.5s linear infinite;
}
.text-pub-pd {
  margin-top: 58px;
}
.text-pub-pd .pub-pd-item-bg {
  height: 560px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.text-pub-pd .pub-pd-item-bg.pd-power-item-bg {
  background-color: rgba(255, 250, 247, 0.6);
}
.text-pub-pd .pub-pd-item-bg .pub-pd-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1200px;
}
.text-pub-pd .pub-pd-item-bg .pub-pd-item .pub-pd-icon {
  width: 601px;
  height: 438px;
}

.text-pub-pd .pub-pd-item-bg .pub-pd-item .pub-pd-container {
  width: 599px;
  height: 438px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 64px;
}
.text-pub-pd .pub-pd-item-bg.pd-power-item-bg .pub-pd-container {
  margin: 0 64px 0 0;
}
.pub-pd-container .pub-pd-title {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
}
.pub-pd-container .pub-pd-title-space {
  height: 4px;
}
.pub-pd-container .pub-pd-content-line {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.pub-pd-container .pub-pd-content-line .pub-pd-content-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pub-pd-container .pub-pd-content-line .pub-pd-content-name {
  margin-left: 6px;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}
.pub-pd-container .pub-pd-buttons {
  margin-top: 73px;
  display: flex;
  flex-direction: row;
}
.pub-pd-container .pub-pd-buttons .pub-pd-button-power {
  cursor: pointer;
  width: 154px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(127deg, #ff5029 0%, #ff991d 98%);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.pub-pd-container .pub-pd-buttons .pub-pd-button-normal {
  cursor: pointer;
  margin-left: 16px;
  width: 154px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #de3f1f;
  font-size: 16px;
  color: #ff5029;
}
