.page-first-screen {
  height: 984px;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  .page-first-screen {
    height: calc(984px * 0.86);
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen {
    height: calc(984px * 0.73);
  }
}
.page-first-screen .screen-banner {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.page-first-screen .screen-banner-info {
  position: relative;
  text-align: center;
  width: 1200px;
  margin: 74px auto 0 auto;
}
.page-first-screen .screen-banner-info h2 {
  font-size: var(--font-size-72);
  font-weight: var(--font-weight-600);
  color: var(--color-111111);
}
.page-first-screen .screen-banner-info h2 span {
  color: var(--color-E52629);
}
.page-first-screen .screen-banner-info p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight);
  color: var(--color-111111);
}
.page-first-screen .screen-banner-info p span {
  color: var(--color-E52629);
}
.page-first-screen .screen-banner-info-icon {
  width: 344px;
  margin: 0 auto;
}
.page-first-screen .screen-banner-info-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .page-first-screen .screen-banner-info-icon {
    width: 300px;
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen .screen-banner-info-icon {
    width: 220px;
  }
}

.page-operate-private-caopan {
  width: 1500px;
  margin: 60px auto 0 auto;
}
.page-operate-private-caopan img {
  width: 100%;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-caopan {
    margin: 50px auto 0 auto;
    width: 1280px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-caopan {
    margin: 30px auto 0 auto;
    width: 1100px;
  }
}

.page-operate-private-team {
  height: auto;
  overflow: hidden;
}
.page-operate-private-team li {
  height: 380px;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  padding: 0 80px;
  overflow: hidden;
  width: 735px;
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-operate-private-team li:first-child .team-list {
  margin-top: 0;
  width: auto;
}
.page-operate-private-team li h5, .page-operate-private-team li .team-list {
  position: relative;
}
.page-operate-private-team li h5 {
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-600);
  color: var(--color-1D1D1F);
}
.page-operate-private-team li .team-list {
  height: auto;
  overflow: hidden;
  width: 340px;
  margin-top: 20px;
}
.page-operate-private-team li .team-list p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight);
  color: var(--color-3D3D3D);
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
}
.page-operate-private-team li .team-list p:last-child {
  margin-bottom: 0;
}
.page-operate-private-team li .team-list p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--color-white);
  border-radius: 50%;
}
.page-operate-private-team li .team-icon {
  width: 382px;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.page-operate-private-team li .team-icon img {
  width: 100%;
}
.page-operate-private-team li .team-icon-126 {
  bottom: -126px;
}
.page-operate-private-team li .team-icon-52 {
  bottom: -52px;
}
.page-operate-private-team li .team-icon-380 {
  bottom: -380px;
}
.page-operate-private-team li .team-icon-128 {
  bottom: -124px;
  right: -36px;
}
.page-operate-private-team li:nth-child(odd) {
  margin-right: 0;
}
.page-operate-private-team li:nth-child(1) {
  background: linear-gradient(106deg, #E2DDFC 8%, #D0C5FD 100%);
  width: 100%;
  flex-direction: unset;
  justify-content: unset;
  display: flex;
  align-items: center;
}
.page-operate-private-team li:nth-child(1) .team-list {
  margin-left: 70px;
}
.page-operate-private-team li:nth-child(1) .team-icon {
  width: 434px;
  position: absolute;
  right: 0;
  bottom: -48px;
}
.page-operate-private-team li:nth-child(1) .team-icon img {
  width: 100%;
}
.page-operate-private-team li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back1.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(2) {
  background: linear-gradient(119deg, #9FF7F7 4%, #DFFAFA 100%);
}
.page-operate-private-team li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back2.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(3) {
  background: linear-gradient(120deg, #9DDDF8 7%, #D7F2FD 100%);
}
.page-operate-private-team li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back3.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(4) {
  background: linear-gradient(120deg, #DDDCFD 7%, #D0F1FD 100%);
}
.page-operate-private-team li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back3.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-operate-private-team li:nth-child(5) {
  background: linear-gradient(119deg, #ACCFFC 4%, #D8E2FF 100%);
}
.page-operate-private-team li:nth-child(5)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/img/operate/private/team-back2.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-team li {
    width: 635px;
    height: 330px;
    padding: 0 50px;
  }
  .page-operate-private-team li .team-icon {
    width: 332px;
    right: -10px;
  }
  .page-operate-private-team li:nth-child(1) .team-icon {
    width: 380px;
  }
  .page-operate-private-team li .team-icon-126 {
    bottom: -116px;
  }
  .page-operate-private-team li .team-icon-52 {
    bottom: -42px;
  }
  .page-operate-private-team li .team-icon-380 {
    bottom: -320px;
  }
  .page-operate-private-team li .team-icon-128 {
    bottom: -80px;
    right: -26px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-team li {
    width: 538px;
    height: 300px;
    padding: 0 30px;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .page-operate-private-team li .team-icon {
    width: 300px;
    right: -10px;
  }
  .page-operate-private-team li .team-list {
    margin-top: 12px;
  }
  .page-operate-private-team li:nth-child(1) .team-icon {
    width: 340px;
  }
  .page-operate-private-team li .team-icon-380 {
    bottom: -280px;
  }
}

.page-operate-private-process {
  height: auto;
  overflow: hidden;
  padding: 50px 10px 10px 10px;
  max-height: 800px;
}
.page-operate-private-process li {
  width: 486px;
  height: 320px;
  border-radius: var(--border-radius);
  background: var(--color-white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  margin-right: 30px;
  float: left;
  margin-bottom: 80px;
}
.page-operate-private-process li:nth-child(3n) {
  margin-right: 0;
}
.page-operate-private-process li:nth-child(4), .page-operate-private-process li:nth-child(5), .page-operate-private-process li:nth-child(6) {
  margin-bottom: 0px;
}
.page-operate-private-process li h5 {
  font-size: var(--font-size-36);
  font-weight: var(--font-weight-600);
  color: var(--color-1D1D1F);
}
.page-operate-private-process li .team-list {
  height: auto;
  overflow: hidden;
  margin-top: 24px;
}
.page-operate-private-process li .team-list p {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight);
  color: var(--color-3D3D3D);
}
.page-operate-private-process li .team-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 9px;
  width: 12px;
}
.page-operate-private-process li:nth-child(1) .team-list p::before {
  background: url("/img/operate/private/liucheng-item1.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(2) .team-list p::before {
  background: url("/img/operate/private/liucheng-item2.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(3) .team-list p::before {
  background: url("/img/operate/private/liucheng-item3.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(4) .team-list p::before {
  background: url("/img/operate/private/liucheng-item4.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(5) .team-list p::before {
  background: url("/img/operate/private/liucheng-item5.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li:nth-child(6) .team-list p::before {
  background: url("/img/operate/private/liucheng-item6.png") no-repeat;
  background-size: cover;
}
.page-operate-private-process li .team-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 42px;
  top: -50px;
}
.page-operate-private-process li .team-icon img {
  width: 60px;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-process li {
    width: 420px;
    height: 290px;
  }
  .page-operate-private-process li .team-icon {
    width: 80px;
    height: 80px;
    left: 32px;
    top: -40px;
  }
  .page-operate-private-process li .team-icon img {
    width: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-process li {
    margin-right: 24px;
    width: 350px;
  }
  .page-operate-private-process li .team-icon {
    width: 70px;
    height: 70px;
    left: 22px;
    top: -35px;
  }
  .page-operate-private-process li .team-icon img {
    width: 35px;
  }
}

.page-operate-private-deliver {
  height: auto;
  overflow: hidden;
}
.page-operate-private-deliver dd, .page-operate-private-deliver dt {
  float: left;
}
.page-operate-private-deliver dd {
  width: 635px;
  height: 650px;
  border-radius: var(--border-radius);
  background: linear-gradient(180deg, rgba(191, 227, 250, 0.8) -9%, rgba(151, 170, 248, 0.14) 120%);
  display: flex;
  margin-right: 30px;
  align-items: center;
  justify-content: center;
}
.page-operate-private-deliver dd img {
  width: 548px;
}
.page-operate-private-deliver dt {
  padding: 43px 40px;
  box-sizing: border-box;
  width: 720px;
  border-radius: 20px;
  background: var(--color-EEF4FE);
  margin-bottom: 30px;
}
.page-operate-private-deliver dt h5 {
  font-size: var(--font-size-30);
  color: var(--color-1D1D1F);
  font-weight: var(--font-weight);
}
.page-operate-private-deliver dt p {
  font-size: var(--font-size-16);
  color: var(--color-666666);
  line-height: 200%;
  margin-top: 4px;
}
@media screen and (max-width: 1650px) {
  .page-operate-private-deliver dd {
    width: 655px;
    height: 600px;
  }
  .page-operate-private-deliver dd img {
    width: 500px;
  }
  .page-operate-private-deliver dt {
    width: 615px;
    padding: 37px 30px;
  }
}
@media screen and (max-width: 1420px) {
  .page-operate-private-deliver dd {
    width: 558px;
    height: 600px;
    margin-right: 24px;
  }
  .page-operate-private-deliver dd img {
    width: 500px;
  }
  .page-operate-private-deliver dt {
    width: 518px;
    padding: 31px 24px;
    margin-bottom: 24px;
  }
  .page-operate-private-deliver dt:last-child {
    margin-bottom: 0;
  }
}

.page-success-cases-swiper {
  position: relative;
  overflow: hidden;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-custom {
  height: 470px;
  width: 1500px;
  margin: 0 auto;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-phone {
  width: 228.62px;
  border-radius: 21.27px;
  margin-right: 30px;
  float: left;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
  float: left;
  width: calc(100% - 228.62px - 228.62px - 30px - 30px);
  height: 100%;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
  background: var(--color-white);
  height: 120px;
  border-radius: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo img {
  width: 100%;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info {
  margin-left: 16px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info h6 {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-600);
  color: var(--color-353535);
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info p {
  margin-top: 8px;
  font-size: var(--font-size-14);
  color: var(--color-333333);
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
  height: 320px;
  background: var(--color-white);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  padding: 24px 40px;
  box-sizing: border-box;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6 {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight);
  color: var(--color-353535);
  padding-left: 26px;
  position: relative;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::before, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::after, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::before, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::before, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::before {
  background: var(--color-DE1F26);
  left: 0px;
  top: 7px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd h6::after, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt h6::after {
  background: var(--color-FFD6D8);
  left: 4px;
  top: 11px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
  width: 331px;
  border-radius: 20px;
  left: 0px;
  top: 4px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd p {
  font-size: var(--font-size-14);
  color: var(--color-333333);
  margin-top: 16px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
  width: 260px;
  border-radius: 20px;
  margin-right: 0 !important;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt p {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-600);
  color: var(--color-DE1F26);
  margin-top: 24px;
}
.page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt span {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-600);
  color: var(--color-353535);
  margin-top: 4px;
}
@media screen and (max-width: 1650px) {
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-custom {
    height: 420px;
    width: 1300px;
    margin: 0 auto;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-phone {
    width: 200px;
    margin-right: 24px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
    width: calc(100% - 200px - 200px - 24px - 24px);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
    height: 100px;
    padding: 0 30px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo {
    width: 70px;
    height: 70px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info {
    margin-left: 16px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    height: 288px;
    margin-right: 24px;
    margin-top: 24px;
    padding: calc(24px * 0.86) calc(40px * 0.86);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
    width: 292px;
    left: 0px;
    top: 4px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    width: 220px;
  }
}
@media screen and (max-width: 1420px) {
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-custom {
    height: 374px;
    width: 1100px;
    margin: 0 auto;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-phone {
    width: 180px;
    margin-right: 16px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info {
    width: calc(100% - 180px - 180px - 16px - 16px);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title {
    height: 90px;
    padding: 0 20px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-logo {
    width: 70px;
    height: 70px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info {
    margin-left: 8px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-title .title-info p {
    margin-top: 8px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd, .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    height: 264px;
    margin-right: 16px;
    margin-top: 16px;
    padding: calc(24px * 0.73) calc(40px * 0.73);
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dd {
    width: 240px;
    left: 0px;
    top: 4px;
  }
  .page-success-cases-swiper .swiper-wrapper .swiper-slide .swiper-slide-info-dt {
    width: 196px;
    margin-right: 0;
  }
}

/*# sourceMappingURL=operate-private.css.map */
