/*
 * @FilePath   : /css/categories/media_jump/index.less
 * @Description: 新媒跃升
 */
#page_media_jump[scoped="bWVkaWFfanVtcA"] {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .common-container {
  width: 1200px;
  margin: 0 auto;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container {
  width: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .main-banner {
  width: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .main-banner .banner-cover {
  width: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics {
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  padding: 0 42px;
  border-radius: 23px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 1px #dde3f2;
  box-shadow: 0 0 20px 1px #dde3f2;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 77px;
  height: 67px;
  padding: 5px;
  border-radius: 21px;
  background: #f2f3f7;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-icon .icon {
  max-width: 100%;
  max-height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-info {
  margin-left: 16px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-info .info-num {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #2564f8;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-info .info-desc {
  font-size: 16px;
  color: #8b92aa;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan {
  padding: 108px 0 106px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab {
  width: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: 59px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #dde3f2;
  border-radius: 4px;
  background-color: #fff;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item+.tab-header__item {
  margin-left: 20px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item.selected {
  background-image: url("https://bcn.135editor.com/files/202502/images/categories/media_jump/project_plan/tab_header_selected.png");
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item.selected .item-text {
  color: #2564f8;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item .item-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 4px;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content {
  width: 100%;
  margin-top: 50px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel {
  display: none;
  width: 100%;
  height: auto;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel.selected {
  display: block;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-desc {
  font-size: 20px;
  text-align: center;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content {
  width: 100%;
  margin-top: 42px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 408px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 10px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item+.module-item {
  margin-left: 16px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item.selected {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 310px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item.selected.no_cover .module-item_mask {
  display: block;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item.selected .module-item_mask {
  display: none;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item.selected .module-item_tags {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(22, 73, 242, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(22, 73, 242, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(22, 73, 242, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(22, 73, 242, 0.65) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(22, 73, 242, 0.65) 100%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #00193e;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_cover__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_cover__wrap .module-item_cover {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_tags {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_tags .tag {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 46px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-actions .btn {
  font-size: 18px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 9px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-actions .btn.btn-apply {
  padding: 10px 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#3988ff), to(#1649f2));
  background: -webkit-linear-gradient(left, #3988ff 0%, #1649f2 100%);
  background: -moz-linear-gradient(left, #3988ff 0%, #1649f2 100%);
  background: -o-linear-gradient(left, #3988ff 0%, #1649f2 100%);
  background: linear-gradient(90deg, #3988ff 0%, #1649f2 100%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support {
  width: 100%;
  padding: 64px 0 100px;
  background-color: #f7faff;
  background-image: url("https://bcn.135editor.com/files/202502/images/categories/media_jump/project_support/module_background.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content {
  overflow: hidden;
  width: 100%;
  height: 578px;
  margin-top: 42px;
  border: 4px solid #fefeff;
  border-radius: 67px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f6fb), to(#ebeff9));
  background: -webkit-linear-gradient(top, #f4f6fb 0%, #ebeff9 100%);
  background: -moz-linear-gradient(top, #f4f6fb 0%, #ebeff9 100%);
  background: -o-linear-gradient(top, #f4f6fb 0%, #ebeff9 100%);
  background: linear-gradient(180deg, #f4f6fb 0%, #ebeff9 100%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://bcn.135editor.com/files/202502/images/categories/media_jump/project_support/support_content_background.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 243px;
  height: 53px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: floating 5s infinite ease-in-out;
  -moz-animation: floating 5s infinite ease-in-out;
  -o-animation: floating 5s infinite ease-in-out;
  animation: floating 5s infinite ease-in-out;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support:nth-child(1n) {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support:nth-child(2n) {
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support:nth-child(3n) {
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes floating {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }

  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes floating {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -o-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }

  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(6px, 6px);
    -moz-transform: translate(6px, 6px);
    -o-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px 25px 5px 10px;
  border: 1px solid #bbcfff;
  border-radius: 42px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(37, 100, 248, 0.2);
  box-shadow: 0 0 10px 1px rgba(37, 100, 248, 0.2);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container.is_mark {
  background: #2564f8;
  -webkit-box-shadow: 0 0 10px 1px rgba(37, 100, 248, 0.51);
  box-shadow: 0 0 10px 1px rgba(37, 100, 248, 0.51);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container.is_mark .support-text {
  color: #fff;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container .support-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  padding: 3px;
  border-radius: 50%;
  background: #f2f3f7;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container .support-icon .img {
  max-width: 100%;
  max-height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container .support-text {
  font-size: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process {
  width: 100%;
  padding: 64px 0 320px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-desc {
  font-size: 24px;
  text-align: center;
  color: #8b92aa;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 74px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-background {
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item.even {
  margin-bottom: 0;
  -webkit-transform: translateY(85%);
  -moz-transform: translateY(85%);
  -ms-transform: translateY(85%);
  -o-transform: translateY(85%);
  transform: translateY(85%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item.even .list-item_order {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  margin-bottom: 24px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item.even .list-item_content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item.even .list-item_content::after {
  top: 0;
  bottom: auto;
  border-top: 10px solid #eef1f9;
  border-bottom: none;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_order {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-top: 24px;
  color: #2564f8;
  border: 2px solid #9bb9ff;
  border-radius: 50%;
  background: #fff;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  height: 172px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 1px #dde3f2;
  box-shadow: 0 0 20px 1px #dde3f2;
  /* 使伪元素定位相对父元素 */
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eef1f9;
  border-left: 10px solid transparent;
  border-radius: 0 0 50% 50%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content .list-item_title {
  font-size: 20px;
  font-weight: bold;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 12px;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content .list-item_desc {
  font-size: 16px;
  font-weight: 400;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #8b92aa;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 64px 0 96px;
  background-image: url("https://bcn.135editor.com/files/202503/images/categories/media_jump/past_activit/background.png");
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 492px;
  margin-top: 50px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(221, 227, 242, 0.27);
  box-shadow: 0 0 10px 1px rgba(221, 227, 242, 0.27);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  -webkit-animation-name: listScroll;
  -moz-animation-name: listScroll;
  -o-animation-name: listScroll;
  animation-name: listScroll;
  -webkit-animation-duration: 25s;
  -moz-animation-duration: 25s;
  -o-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  overflow: hidden;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll+.activity-list__scroll {
  margin-top: 20px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll:last-child {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll:hover {
  /* 鼠标移入时，暂停动画 */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none !important;
  width: 100%;
  height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal.is_show {
  display: block !important;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  margin: auto;
  padding: 0;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-container .modal-close {
  line-height: normal;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: translate(100%, -100%);
  -moz-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  -o-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-container .modal-close img {
  width: 32px;
  height: 32px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-container .modal-content {
  padding: 14px 10px 8px !important;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-container .modal-content .article_code {
  width: 240px;
  height: 240px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .preview-code_modal>.modal-container .modal-content .code-hint {
  font-size: 14px;
  margin-top: 4px;
}

@-webkit-keyframes listScroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

@-moz-keyframes listScroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

@-o-keyframes listScroll {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

@keyframes listScroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll .list-item {
  overflow: hidden;
  width: 363px;
  min-width: 363px;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll .list-item+.list-item {
  margin-left: 20px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll .list-item .img {
  width: 100%;
  min-height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics {
  width: 100%;
  height: auto;
  padding: 64px 0 98px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-desc {
  font-size: 24px;
  text-align: center;
  color: #8b92aa;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31%;
  height: 102px;
  margin-bottom: 36px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 44px;
  text-decoration: none;
  border-radius: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 1px #dde3f2;
  box-shadow: 0 0 20px 1px #dde3f2;
  cursor: pointer;
  position: relative;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container:hover .list-item_code {
  display: block;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_cover {
  overflow: hidden;
  width: 40px;
  height: 40px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_cover .img {
  width: 100%;
  max-height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-left: 16px;
  overflow: hidden;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_content .list-item_title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_content .list-item_author {
  font-size: 16px;
  margin-top: 6px;
  color: #8b92aa;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_code {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -110%);
  -moz-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  -o-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  z-index: 5;
  display: none;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_code .code-container {
  width: auto;
  height: auto;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_code .code-container::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  border-top: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_code .code-container .code {
  width: 160px;
  height: 160px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_code .code-container .code-hint {
  font-size: 14px;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container {
  width: 226px;
  height: auto;
  position: relative;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container .service-background {
  width: auto;
  height: auto;
  max-height: 100%;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container .service-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container .service-content .service-text {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  line-height: normal;
}

#page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container .service-content .service-code {
  width: 64%;
  height: auto;
  max-height: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 599px) {
  #page_media_jump[scoped="bWVkaWFfanVtcA"] .common-container {
    width: 98%;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics {
    -webkit-transform: translateY(-14%);
    -moz-transform: translateY(-14%);
    -ms-transform: translateY(-14%);
    -o-transform: translateY(-14%);
    transform: translateY(-14%);
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container {
    width: 80%;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 10px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    margin-bottom: 14px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-info {
    margin-left: 4px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-info .info-num {
    font-size: 18px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .data-statistics .data-statistics__container .statistics-list .statistics .statistics-info .info-desc {
    font-size: 13px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan {
    padding: 40px 0;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item {
    height: 38px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item+.tab-header__item {
    margin-left: 6px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item .item-icon {
    width: 24px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-header .tab-header__item .item-text {
    font-size: 14px;
    white-space: nowrap;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content {
    margin-top: 28px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-desc {
    font-size: 14px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 20px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item {
    height: 220px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item+.module-item {
    margin-left: 8px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item.selected {
    width: 34%;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item.selected .module-item_tags {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_tags {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 4px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-plan .plan-container .plan-tab .tab-content .tab-content__panel .panel-content .module-list .module-item .module-item_tags .tag {
    font-size: 13px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support {
    padding: 30px 0 50px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-title {
    font-size: 18px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content {
    height: 280px;
    margin-top: 20px;
    border-radius: 20px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support {
    min-width: 160px;
    height: 38px;
    -webkit-transform: scale(0.75) translate(-24%, -10%);
    -moz-transform: scale(0.75) translate(-24%, -10%);
    -ms-transform: scale(0.75) translate(-24%, -10%);
    -o-transform: scale(0.75) translate(-24%, -10%);
    transform: scale(0.75) translate(-24%, -10%);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-animation: opacityAnimation 2s infinite linear;
    -moz-animation: opacityAnimation 2s infinite linear;
    -o-animation: opacityAnimation 2s infinite linear;
    animation: opacityAnimation 2s infinite linear;
  }

  @-webkit-keyframes opacityAnimation {
    0% {
      opacity: 0.5;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0.5;
    }
  }

  @-moz-keyframes opacityAnimation {
    0% {
      opacity: 0.5;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0.5;
    }
  }

  @-o-keyframes opacityAnimation {
    0% {
      opacity: 0.5;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0.5;
    }
  }

  @keyframes opacityAnimation {
    0% {
      opacity: 0.5;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0.5;
    }
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container {
    padding: 3px 10px 3px 5px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container .support-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 4px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .project-support .support-container .support-content .support-list .support .support-item__container .support-text {
    font-size: 14px;
    margin-left: 4px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process {
    padding: 30px 0 110px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-title {
    font-size: 18px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-desc {
    font-size: 14px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap {
    margin-top: 28px;
    -webkit-transform: scale(0.78) translateX(-5%);
    -moz-transform: scale(0.78) translateX(-5%);
    -ms-transform: scale(0.78) translateX(-5%);
    -o-transform: scale(0.78) translateX(-5%);
    transform: scale(0.78) translateX(-5%);
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-background {
    width: 100%;
    -webkit-transform: translate(-46%, 0);
    -moz-transform: translate(-46%, 0);
    -ms-transform: translate(-46%, 0);
    -o-transform: translate(-46%, 0);
    transform: translate(-46%, 0);
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item.even .list-item_order {
    margin-bottom: 10px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_icon {
    width: 32px;
    height: auto;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_order {
    margin-top: 10px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 92px;
    height: 92px;
    padding: 0 4px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content .list-item_title {
    font-size: 14px;
    margin-top: 4px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .service-process .process-container .process-list__wrap .list-content .list-item .list-item_content .list-item_desc {
    font-size: 13px;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity {
    padding: 44px 0 30px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-title {
    font-size: 18px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list {
    height: auto;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 94px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll+.activity-list__scroll {
    margin-top: 10px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll .list-item {
    width: 180px;
    min-width: 180px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .past-activity .activity-contaienr .activity-list .activity-list__container .activity-list__scroll .list-item+.list-item {
    margin-left: 10px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics {
    padding: 30px 0 50px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-title {
    font-size: 18px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-desc {
    font-size: 14px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list {
    margin-top: 30px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item {
    overflow: hidden;
    width: 48%;
    height: 50px;
    margin-bottom: 20px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container {
    padding: 4px 8px;
    border-radius: 26px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_cover {
    width: 28px;
    height: 28px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_content {
    margin-left: 6px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_content .list-item_title {
    font-size: 14px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_content .list-item_author {
    font-size: 13px;
    margin: 0;
    line-height: normal;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .page-container .creative-graphics .graphics-container .graphics-list .list-item .list-item__container .list-item_code {
    display: none !important;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container {
    width: 144px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container .service-content .service-text {
    font-size: 13px;
  }

  #page_media_jump[scoped="bWVkaWFfanVtcA"] .contact-service .service-container .service-content .service-code {
    width: 70%;
  }
}