@charset "UTF-8";
/******/
figure {
  margin: 0;
}

.rocket-content__inner {
  width: 68.3vw;
  max-width: 984px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  position: relative;
  word-break: break-word;
}
.rocket-content__inner > *:first-child {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .rocket-content__inner {
    width: 100%;
    max-width: none;
    padding: 0 9vw;
  }
}
/* 添加小工具 */
.roket-add-placeholder {
  width: 570px;
  max-width: 100%;
  height: 155px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: dashed 2px #d5dadf;
  background: #e8f1ee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roket-add-placeholder .ico {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  background: #c4ced6;
}
.roket-add-placeholder .ico img {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.roket-add-placeholder .word {
  font-size: 14px;
  line-height: 1em;
  color: #556068;
  text-align: center;
  margin-top: 16px;
}

/* 颜色 */
.color-black {
  color: #333;
}

.color-red {
  color: #fe2c55;
}

.color-blue {
  color: #0071e3;
}

.color-pink {
  color: #FF66FD;
}

.color-green {
  color: #00FAA2;
}

.color-cyan {
  color: #25F4EE;
}

.color-yellow {
  color: #fabb05;
}

/* 组件 - 分栏 */
.rocket-layout-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.rocket-layout-flex::before, .rocket-layout-flex::after {
  display: none;
}
.rocket-layout-flex.is-layout-left {
  flex-direction: row-reverse;
}

.rocket-flex-column > .layout-element-wrapper {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .rocket-layout-flex > div:nth-child(1) {
    flex: 0 0 50%;
    max-width: 484px;
  }
  .rocket-layout-flex > div:nth-child(2) {
    flex: 0 0 40%;
    max-width: 384px;
  }
  .rocket-layout-flex.is-layout-col2 {
    width: auto;
    margin: 0 -1.6em;
  }
  .rocket-layout-flex.is-layout-col2 > div {
    flex: 0 0 50%;
    padding: 0 1.6em;
    max-width: 50%;
  }
  .rocket-layout-flex.is-layout-col3 {
    width: auto;
    margin: 0 -1.6em;
  }
  .rocket-layout-flex.is-layout-col3 > div {
    flex: 0 0 33.33%;
    padding: 0 1.6em;
    max-width: 33.33%;
  }
  .rocket-layout-flex.is-layout-col3 .rocket-video .vjs-big-play-button {
    width: 4em;
    height: 4em;
  }
}
/* 间距 */
.rocket-widget__place_12 {
  width: 100%;
  height: 0.6em;
}

.rocket-widget__place_32 {
  width: 100%;
  height: 1.6em;
}

.rocket-widget__place_36 {
  width: 100%;
  height: 1.8em;
}

.rocket-widget__place_40 {
  width: 100%;
  height: 2em;
}

.rocket-widget__place_44 {
  width: 100%;
  height: 2.2em;
}

.rocket-widget__place_60 {
  width: 100%;
  height: 3em;
}

.rocket-widget__place_80 {
  width: 100%;
  height: 4em;
}

.rocket-widget__place_100 {
  width: 100%;
  height: 5em;
}

@media (max-width: 991.98px) {
  .rocket-widget__place_44 {
    height: .4rem;
  }

  .rocket-widget__place_100 {
    height: 1rem;
  }
}
/* 组件 - tag */
.rocket-tag__group {
  margin: -0.4em -0.4em 0.2em !important;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.rocket-tag__group > * {
  padding: 0.4em;
}

.rocket-widget__tag_line {
  display: flex;
  color: #000;
}
.rocket-widget__tag_line > * {
  display: flex;
  font-size: 1.2em;
  padding: 0 0 8px;
  line-height: 1.5em;
  font-weight: 700;
  position: relative;
}
.rocket-widget__tag_line > *::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #fe2c55;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rocket-widget__tag_line.color-red > *::after {
  background: #fe2c55;
}
.rocket-widget__tag_line.color-blue > *::after {
  background: #0071e3;
}
.rocket-widget__tag_line.color-pink > *::after {
  background: #FF66FD;
}
.rocket-widget__tag_line.color-green > *::after {
  background: #00FAA2;
}
.rocket-widget__tag_line.color-cyan > *::after {
  background: #25F4EE;
}
.rocket-widget__tag_line.color-yellow > *::after {
  background: #fabb05;
}

.rocket-widget__tag_color {
  display: flex;
}
.rocket-widget__tag_color > * {
  display: flex;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
  padding: .4em 1em;
}
.rocket-widget__tag_color.color-red a {
  background: #fe2c55;
  color: #fff !important;
}
.rocket-widget__tag_color.color-blue a {
  background: #0071e3;
  color: #fff !important;
}
.rocket-widget__tag_color.color-pink a {
  background: #FF66FD;
  color: #fff !important;
}
.rocket-widget__tag_color.color-green a {
  background: #00FAA2;
  color: #000 !important;
}
.rocket-widget__tag_color.color-cyan a {
  background: #25F4EE;
  color: #000 !important;
}
.rocket-widget__tag_color.color-yellow a {
  background: #fabb05;
  color: #000 !important;
}

.rocket-widget__tag_gray {
  display: flex;
  color: #fe2c55;
}
.rocket-widget__tag_gray > * {
  display: flex;
  padding: 0.25em 0.75em;
  background: #F3F3F3;
  font-size: .8em;
  line-height: 1.5em;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 700;
}
.rocket-widget__tag_gray.color-red {
  color: #fe2c55;
}
.rocket-widget__tag_gray.color-blue {
  color: #0071e3;
}
.rocket-widget__tag_gray.color-pink {
  color: #FF66FD;
}

@media (max-width: 991.98px) {
  .rocket-tag__group {
    margin: -5px -5px 7px !important;
  }
  .rocket-tag__group > * {
    padding: 5px;
  }

  .rocket-widget__tag_line > * {
    font-size: .32rem;
    padding: 0 0 4px;
  }
  .rocket-widget__tag_line > *::after {
    height: 2px;
  }

  .rocket-widget__tag_color > * {
    font-size: .28rem;
    line-height: 2.14em;
    padding: 0.14em 1.14em;
  }

  .rocket-widget__tag_gray > * {
    font-size: .28rem;
    padding: 4px 8px;
  }
}
/* 组件 - 按钮 */
.rocket-block-buttons {
  display: flex;
  flex-wrap: wrap;
}
.rocket-block-buttons.is-flex-end {
  justify-content: flex-end;
}

.rocket-block-button_stroke {
  display: flex;
  height: 1.8em;
  border-radius: .9em;
  position: relative;
}
.rocket-block-button_stroke::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #fe2c55;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  pointer-events: none;
}
.rocket-block-button_stroke a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.14em;
  font-size: .7em;
  line-height: 1.43em;
  color: #fe2c55;
  border: solid 1px #fe2c55;
  border-radius: inherit;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.rocket-block-button_stroke .bi {
  flex: none;
  width: 1.43em;
  height: 1.43em;
  display: block;
  background: no-repeat center center;
  background-size: contain;
}
.rocket-block-button_stroke .bi::before {
  display: none;
}
.rocket-block-button_stroke .bi-chevron-right {
  background-image: url("/img/static/chevron-right.svg");
  margin: 0 0 0 4px;
}
.rocket-block-button_stroke.color-red a {
  color: #fe2c55;
  border-color: #fe2c55;
}
.rocket-block-button_stroke.color-red .bi-chevron-right {
  background-image: url("/img/static/chevron-right.svg");
}
.rocket-block-button_stroke.color-blue a {
  color: #0071e3;
  border-color: #0071e3;
}
.rocket-block-button_stroke.color-blue .bi-chevron-right {
  background-image: url("/img/static/chevron-right-blue.svg");
}
.rocket-block-button_stroke.color-pink a {
  color: #FF66FD;
  border-color: #FF66FD;
}
.rocket-block-button_stroke.color-pink .bi-chevron-right {
  background-image: url("/img/static/chevron-right-pink.svg");
}

@media (min-width: 992px) {
  .rocket-block-button_stroke:hover::after {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .rocket-block-button_stroke {
    height: .64rem;
  }
  .rocket-block-button_stroke::after {
    display: none;
  }
  .rocket-block-button_stroke a {
    border: none;
    padding: 0;
    font-size: 0.28rem;
  }
  .rocket-block-button_stroke .bi {
    width: 1em;
    height: 1em;
  }
}
/* 组件 - 标题 */
.rocket-widget__h1,
.rocket-widget__h2,
.rocket-widget__h3,
.rocket-widget__h4,
.rocket-widget__h5,
.rocket-widget__h6 {
  width: 100%;
  display: flex;
  position: relative;
  text-align: justify;
  font-weight: 700;
}
.rocket-widget__h1 > *,
.rocket-widget__h2 > *,
.rocket-widget__h3 > *,
.rocket-widget__h4 > *,
.rocket-widget__h5 > *,
.rocket-widget__h6 > * {
  position: relative;
}

.rocket-widget__h1 {
  font-size: 2.4rem;
  line-height: 1.5em;
}

.rocket-widget__h2 {
  font-size: 1.4rem;
  line-height: 1.4em;
  position: relative;
}

.rocket-widget__h3 {
  font-size: 1.1rem;
  line-height: 1.6em;
}
.rocket-widget__h3 .p2 {
  display: none;
}

.rocket-widget__h4 {
  font-size: 1.1rem;
  line-height: 1.4em;
}

.rocket-widget__h5 {
  font-size: 0.8rem;
  line-height: 1.4em;
}

.rocket-widget__h6 {
  font-size: 0.8rem;
  line-height: 1.4em;
}

@media (max-width: 991.98px) {
  /* 标题 */
  .rocket-widget__h2 {
    font-size: .4rem;
  }

  .rocket-widget__h3 {
    font-size: .36rem;
    line-height: 1.6em;
  }
  .rocket-widget__h3 p > * {
    background-image: linear-gradient(#fabb05, #fabb05);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
  }
  .rocket-widget__h3 .p2 {
    display: none;
  }

  .rocket-widget__h4 {
    font-size: .36rem;
    line-height: 1.6em;
  }
  .rocket-widget__h4 > * {
    background-image: linear-gradient(#fabb05, #fabb05);
    background-repeat: no-repeat;
    background-position: left 95%;
    background-size: 100% 1px;
  }

  .rocket-widget__h5, .rocket-widget__h6 {
    font-size: .32rem;
    line-height: .56rem;
  }
}
/** 组件 - 段落/文本  */
.rocket-widget__text {
  width: 100%;
}

.rocket-weixin__text {
  width: 677px;
  max-width: 100%;
  margin: 0 auto;
}

.rocket-block-text,
.rocket-classical-text {
  font-size: .8em;
  line-height: 1.75em;
  color: #000;
}
.rocket-block-text > *,
.rocket-classical-text > * {
  margin-bottom: 1em;
}
.rocket-block-text > *:first-child,
.rocket-classical-text > *:first-child {
  margin-top: 0;
}
.rocket-block-text > *:last-child,
.rocket-classical-text > *:last-child {
  margin-bottom: 0;
}
.rocket-block-text p,
.rocket-classical-text p {
  margin-bottom: 1em;
}
.rocket-block-text a[href],
.rocket-classical-text a[href] {
  color: #0071e3 !important;
}
.rocket-block-text a[href] *,
.rocket-classical-text a[href] * {
  color: inherit !important;
}
.rocket-block-text ul,
.rocket-classical-text ul {
  margin: 1em 0;
}
.rocket-block-text ul > li,
.rocket-classical-text ul > li {
  padding-left: 0.875em;
  position: relative;
}
.rocket-block-text ul > li::before,
.rocket-classical-text ul > li::before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: calc((1.75em - 4px) * 0.5);
}
.rocket-block-text ul ol, .rocket-block-text ul ul,
.rocket-classical-text ul ol,
.rocket-classical-text ul ul {
  margin: 0;
}
.rocket-block-text ol,
.rocket-classical-text ol {
  padding-left: 1em;
  margin: 1em 0;
}
.rocket-block-text ol > li,
.rocket-classical-text ol > li {
  list-style: decimal;
}
.rocket-block-text ol ol, .rocket-block-text ol ul,
.rocket-classical-text ol ol,
.rocket-classical-text ol ul {
  margin: 0;
}
.rocket-block-text h1,
.rocket-block-text h2,
.rocket-block-text h3,
.rocket-block-text h4,
.rocket-block-text h5,
.rocket-block-text h6,
.rocket-classical-text h1,
.rocket-classical-text h2,
.rocket-classical-text h3,
.rocket-classical-text h4,
.rocket-classical-text h5,
.rocket-classical-text h6 {
  color: #333;
  font-weight: 700;
}
.rocket-block-text h1,
.rocket-classical-text h1 {
  font-size: 2rem;
  line-height: 1.4em;
  margin: 1.5em 0;
}
.rocket-block-text h2,
.rocket-classical-text h2 {
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 1.5em 0;
}
.rocket-block-text h3,
.rocket-classical-text h3 {
  font-size: 1.1rem;
  line-height: 1.6em;
  margin: 1.44em 0;
}
.rocket-block-text h4,
.rocket-classical-text h4 {
  font-size: 1.1rem;
  line-height: 1.4em;
  margin: 1.14em 0;
}
.rocket-block-text h5,
.rocket-classical-text h5 {
  font-size: 0.8rem;
  line-height: 1.4em;
  margin: 0.8em 0;
}
.rocket-block-text h6,
.rocket-classical-text h6 {
  font-size: 0.8rem;
  line-height: 1.4em;
  margin: 1.8em 0;
}
.rocket-block-text sub, .rocket-block-text sup,
.rocket-classical-text sub,
.rocket-classical-text sup {
  margin: 0 5px;
  font-size: 1em;
  line-height: 1em;
  zoom: .65;
}
.rocket-block-text sup,
.rocket-classical-text sup {
  top: -0.6em;
}

.rocket-lead-text {
  font-size: 1.1rem;
  line-height: 1.73em;
  color: #000;
}
.rocket-lead-text > * {
  margin-bottom: 1.68em;
}
.rocket-lead-text > *:first-child {
  margin-top: 0;
}
.rocket-lead-text > *:last-child {
  margin-bottom: 0;
}
.rocket-lead-text p {
  margin-bottom: 1.68em;
}
.rocket-lead-text a[href] {
  color: #0071e3 !important;
}
.rocket-lead-text a[href] * {
  color: inherit !important;
}

@media (max-width: 991.98px) {
  .rocket-block-text,
  .rocket-classical-text {
    font-size: .32rem;
  }
  .rocket-block-text > *,
  .rocket-classical-text > * {
    margin-bottom: 1.72em;
  }
  .rocket-block-text p,
  .rocket-classical-text p {
    margin-bottom: 1.72em;
  }
  .rocket-block-text h1,
  .rocket-classical-text h1 {
    font-size: .5rem;
  }
  .rocket-block-text h2,
  .rocket-classical-text h2 {
    font-size: .48rem;
  }
  .rocket-block-text h3, .rocket-block-text h4,
  .rocket-classical-text h3,
  .rocket-classical-text h4 {
    font-size: .4rem;
  }
  .rocket-block-text h5,
  .rocket-classical-text h5 {
    font-size: .28rem;
  }
  .rocket-block-text h6,
  .rocket-classical-text h6 {
    font-size: .24rem;
  }

  .rocket-lead-text {
    font-size: .36rem;
    line-height: .62rem;
  }
  .rocket-lead-text > * {
    margin-bottom: .62rem;
  }
  .rocket-lead-text p {
    margin-bottom: .62rem;
  }
}
/* 组件 - 图片 */
.rocket-widget__image {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.rocket-widget__image .row {
  margin: -0.5em;
}
.rocket-widget__image .rowitem {
  padding: 0.5em;
  display: flex;
}
.rocket-widget__image.is-single .rowitem {
  justify-content: center;
}

.rocket-block-image {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.rocket-block-image.has-radius .rocket-image-wrapper {
  border-radius: 26px;
}
.rocket-block-image.has-radius .rocket-image {
  border-radius: 26px;
}

.rocket-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px #c4c4c4;
}
.rocket-image-wrapper > .rocket-image {
  height: 100% !important;
}

.rocket-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}

.rocket-image__option {
  font-size: .7em;
  line-height: 1.43em;
  color: #737B7D;
  margin-top: 2.3em;
  text-align: center;
}

.rocket-swip-toolbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.7em;
}

.rocket-swip-ctrl {
  flex: none;
  width: 2em;
  height: 2em;
  display: block;
  cursor: pointer;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}
.rocket-swip-ctrl.prev {
  background-image: url("/img/static/swip-left-red.svg");
}
.rocket-swip-ctrl.next {
  background-image: url("/img/static/swip-right-red.svg");
}
.rocket-swip-ctrl.swiper-button-disabled {
  pointer-events: none;
}
.rocket-swip-ctrl.swiper-button-disabled.prev {
  background-image: url("/img/static/swip-left-gray.svg");
}
.rocket-swip-ctrl.swiper-button-disabled.next {
  background-image: url("/img/static/swip-right-gray.svg");
}

.rocket-swip-slide_title {
  min-width: 12.7em;
  max-width: calc(100% - 5em);
  font-size: .9em;
  line-height: 1.44em;
  color: #fe2c55;
  text-align: center;
  white-space: normal;
  padding: 0 1em;
}

.rocket-image__swip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rocket-image__swip .swiper-wrapper {
  height: auto;
}
.rocket-image__swip .rocket-block-image {
  width: 100%;
}
.rocket-image__swip .rocket-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
.rocket-image__swip .rocket-image__option {
  display: none;
}
.rocket-image__swip .swiper-slide-active {
  opacity: 1;
}

.rocket-image__swip-title {
  font-size: .7em;
  line-height: 1.43em;
  color: #737B7D;
  margin-top: 2.57em;
  text-align: center;
}

@media (max-width: 1440px) {
  .rocket-image-wrapper {
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .rocket-block-image.has-radius .rocket-image-wrapper {
    border-radius: 12px;
  }
  .rocket-block-image.has-radius .rocket-image {
    border-radius: 12px;
  }
}
/* 组件 - 视频 */
.rocket-widget__video {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.rocket-widget__video .row {
  margin: -0.5em;
}
.rocket-widget__video .rowitem {
  padding: 0.5em;
  display: flex;
}
.rocket-widget__video.is-horizontal {
  width: 100%;
}
.rocket-widget__video.is-horizontal video {
  position: relative;
}
.rocket-widget__video.is-vertical .rocket-block-video {
  width: 19.2em;
}
.rocket-widget__video.is-vertical .video-js {
  position: absolute;
  left: 0;
  top: 0;
}
.rocket-widget__video.is-vertical video {
  position: absolute;
  border-radius: inherit;
}
.rocket-widget__video.is-vertical .rocket-swip-toolbar {
  justify-content: center;
}

.rocket-block-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.rocket-block-video.has-radius .rocket-video {
  border-radius: 26px;
}

.rocket-video {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.rocket-video .video-js {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1em;
}
.rocket-video video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center center;
  border-radius: inherit;
}
.rocket-video .vjs-big-play-button::after {
  background: #000;
}
.rocket-video .vjs-control-bar {
  height: 3em;
  background: transparent;
  font-size: 1em;
  align-items: center;
  width: 100%;
  padding: 0 1.1em;
}
.rocket-video .vjs-progress-control {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.rocket-video .vjs-progress-control .vjs-progress-holder {
  height: 4px;
  background: rgba(78, 71, 62, 0.5);
}
.rocket-video .vjs-progress-control .vjs-load-progress {
  background: #4E473E;
}
.rocket-video .vjs-progress-control .vjs-load-progress div {
  background: none;
}
.rocket-video .vjs-progress-control .vjs-play-progress {
  background: #CAC8C4;
}
.rocket-video .vjs-play-control {
  width: 2em;
  margin: 0 1em 0 0;
}
.rocket-video .vjs-play-control .vjs-icon-placeholder {
  width: 2em;
  height: 2em;
  display: block;
  background: url("/img/static/video-play.svg") no-repeat center center;
  background-size: contain;
}
.rocket-video .vjs-play-control .vjs-icon-placeholder::before {
  display: none;
}
.rocket-video .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  background-image: url("/img/static/video-pause.svg");
}
.rocket-video .vjs-fullscreen-control {
  width: 2em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.85em;
  top: 0;
  margin: 0;
  z-index: 10;
}
.rocket-video .vjs-fullscreen-control .vjs-icon-placeholder {
  width: 1.5em;
  height: 2em;
  display: block;
  background: url("/img/static/video-full.svg") no-repeat center center;
  background-size: contain;
}
.rocket-video .vjs-fullscreen-control .vjs-icon-placeholder::before {
  display: none;
}
.rocket-video .vjs-playback-rate {
  position: absolute;
  right: calc(2.6rem + 0.85em);
  top: 0;
  margin: 0;
  z-index: 10;
  font-size: .9em;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rocket-video .vjs-playback-rate-value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}
.rocket-video .vjs-menu li {
  font-size: 1em;
  line-height: 1.5em;
}
.rocket-video .vjs-time-control {
  display: flex;
  align-items: center;
  font-size: .9em;
  width: auto;
  min-width: 0;
  padding: 0;
}
.rocket-video .vjs-time-divider {
  padding: 0 5px;
}

.rocket-video__option {
  font-size: .7em;
  line-height: 1.43em;
  color: #737B7D;
  margin-top: 2.3em;
  text-align: center;
}

.rocket-video__swip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rocket-video__swip .swiper-wrapper {
  height: auto;
}
.rocket-video__swip .rocket-video {
  width: 100%;
}
.rocket-video__swip .rocket-video__option {
  display: none;
}
.rocket-video__swip .swiper-slide-active {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .rocket-block-video.has-radius .rocket-video {
    border-radius: 12px;
  }
}
/* 引言 */
.rocket-widget__quote {
  width: 100%;
  position: relative;
  padding: 4em 0;
  display: flex;
  color: #fff;
}
.rocket-widget__quote::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #fe2c55;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
}
.rocket-widget__quote.color-red::before {
  background: #fe2c55;
}
.rocket-widget__quote.color-red .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote.svg");
}
.rocket-widget__quote.color-cyan {
  color: #000;
}
.rocket-widget__quote.color-cyan::before {
  background: #25F4EE;
}
.rocket-widget__quote.color-cyan .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote-black.svg");
}
.rocket-widget__quote.color-blue::before {
  background: #0071e3;
}
.rocket-widget__quote.color-blue .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote.svg");
}
.rocket-widget__quote.color-pink::before {
  background: #FF66FD;
}
.rocket-widget__quote.color-pink .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote.svg");
}
.rocket-widget__quote.color-green {
  color: #000;
}
.rocket-widget__quote.color-green::before {
  background: #00FAA2;
}
.rocket-widget__quote.color-green .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote-black.svg");
}
.rocket-widget__quote.color-yellow {
  color: #000;
}
.rocket-widget__quote.color-yellow::before {
  background: #fabb05;
}
.rocket-widget__quote.color-yellow .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote-black.svg");
}
.rocket-widget__quote.color-gray {
  color: #333;
  overflow: hidden;
  border-radius: 16px;
  padding: 2em 2em 2em 1.6em;
}
.rocket-widget__quote.color-gray::before {
  background: #F0F0F0;
}
.rocket-widget__quote.color-gray .rocket-quote-ico {
  width: 1.5em;
  margin: 0 0.6em 0 0;
}
.rocket-widget__quote.color-gray .rocket-quote-ico .bi {
  width: 1.1em;
  height: 1.1em;
  background-image: url("/img/static/bi_quote-gray.svg");
}
.rocket-widget__quote.color-gray .rocket-quote-text {
  font-weight: 400;
  font-size: .8em;
  line-height: 1.5em;
}
.rocket-widget__quote.color-gray .rocket-quote-tit {
  font-size: .7em;
  line-height: 1.7em;
  color: #666;
  margin-top: 0.86em;
}

.rocket-quote-ico {
  flex: none;
  width: 2.4em;
  margin: 0 1.6em 0 0;
  position: relative;
  z-index: 5;
}
.rocket-quote-ico img {
  width: 80%;
  display: block;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  margin: 0 auto;
}
.rocket-quote-ico .bi {
  width: 1.8em;
  height: 1.8em;
  display: block;
  position: relative;
  margin: 0 auto;
  background: url("/img/static/bi_quote.svg") no-repeat center top;
  background-size: contain;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
}

.rocket-quote-box {
  flex: 1;
  position: relative;
  z-index: 5;
}

.rocket-quote-text {
  font-size: 1.1em;
  line-height: 1.45em;
  font-weight: 700;
}

.rocket-quote-tit {
  font-size: .8em;
  line-height: 1.8em;
  margin-top: 2.7em;
  text-align: right;
}
.rocket-quote-tit p {
  margin: 0;
}

@media (min-width: 992px) {
  .rocket-widget__quote.color-gray .rocket-quote-ico .bi {
    background-image: url("/img/static/bi_quote-gray66.svg");
  }

  .rocket-flex-column .rocket-widget__quote {
    display: block;
    overflow: hidden;
    border-radius: .8em;
    padding: 2.7em 2em 2.5em;
  }
  .rocket-flex-column .rocket-quote-ico {
    width: 1.45em;
    margin: 0;
    position: absolute;
    left: 1.6em;
    top: 1.05em;
  }
  .rocket-flex-column .rocket-quote-ico .bi {
    width: 1.1em;
    height: 1.1em;
    transform: none;
    -webkit-transform: none;
  }
  .rocket-flex-column .rocket-quote-text {
    font-weight: 400;
    font-size: .8em;
    line-height: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .rocket-quote-ico {
    width: .48rem;
    margin: 0 2px 0 0;
  }
  .rocket-quote-ico .bi {
    width: 0.36rem;
    height: 0.36rem;
  }

  .rocket-quote-text {
    font-size: .24rem;
  }

  .rocket-quote-tit {
    font-size: .2rem;
    margin-top: .4rem;
  }

  .rocket-widget__quote {
    padding: 1.46rem 0 0.8rem;
  }
  .rocket-widget__quote.color-gray {
    padding: 1.08rem 0.64rem 1.08rem 0.8rem;
    border-radius: .32rem;
  }
  .rocket-widget__quote.color-gray .rocket-quote-text {
    font-weight: 400;
  }
  .rocket-widget__quote.color-gray .rocket-quote-ico {
    width: .44rem;
    margin: 0;
    position: absolute;
    left: .72rem;
    top: 0.42rem;
  }
  .rocket-widget__quote.color-gray .rocket-quote-ico .bi {
    width: .44rem;
    height: .44rem;
    transform: none;
    -webkit-transform: none;
  }
}
/* 注释/数据来源 */
.rocket-widget__sources {
  width: 100%;
  position: relative;
}

.rocket-sources-box {
  width: 100%;
  position: relative;
}

.rocket-sources-doc {
  font-size: .7em;
  line-height: 2em;
  color: #666;
  margin-top: 1.43em;
}
.rocket-sources-doc ul > li {
  padding-left: 0.875em;
  position: relative;
}
.rocket-sources-doc ul > li::before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: calc((1.8em - 4px) * 0.5);
}
.rocket-sources-doc ol {
  padding-left: 1.5em;
}
.rocket-sources-doc ol > li {
  list-style: decimal;
}

/* 组件-正文+小图 */
.rocket-module__smpic {
  width: 100%;
  position: relative;
}

.rocket-smpic-text {
  flex: 1;
}

.rocket-smpic-media {
  flex: 0 0 40%;
  max-width: 384px;
  margin: 0 0 0 7.32%;
  display: flex;
  justify-content: center;
}

/* 组件-正文+视频 */
.rocket-module__smvid {
  width: 100%;
  position: relative;
}

.rocket-smvid-text {
  flex: 1;
}

.rocket-smvid-media {
  flex: 0 0 40%;
  max-width: 384px;
  margin: 0 0 0 7.32%;
  display: flex;
  justify-content: center;
}
.rocket-smvid-media .rocket-block-video {
  width: 19.2em;
  max-width: 100%;
}
.rocket-smvid-media .rocket-video {
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  padding: 189.32% 0 0;
}
.rocket-smvid-media .video-js {
  position: absolute;
  left: 0;
  top: 0;
}
.rocket-smvid-media video {
  border-radius: inherit;
}

/* 组件 - 广告介绍 */
.rocket-widget__adv .rocket-block-buttons {
  margin-top: 1em;
}
.rocket-widget__adv.color-red .rocket-widget__tag_gray {
  color: #fe2c55;
}
.rocket-widget__adv.color-red .rocket-block-button_stroke a {
  border-color: #fe2c55;
  color: #fe2c55;
}
.rocket-widget__adv.color-red .rocket-block-button_stroke .bi-chevron-right {
  background-image: url("/img/static/chevron-right.svg");
}
.rocket-widget__adv.color-pink .rocket-widget__tag_gray {
  color: #FF66FD;
}
.rocket-widget__adv.color-pink .rocket-block-button_stroke a {
  border-color: #FF66FD;
  color: #FF66FD;
}
.rocket-widget__adv.color-pink .rocket-block-button_stroke .bi-chevron-right {
  background-image: url("/img/static/chevron-right-pink.svg");
}
.rocket-widget__adv.color-blue .rocket-widget__tag_gray {
  color: #0071e3;
}
.rocket-widget__adv.color-blue .rocket-block-button_stroke a {
  border-color: #0071e3;
  color: #0071e3;
}
.rocket-widget__adv.color-blue .rocket-block-button_stroke .bi-chevron-right {
  background-image: url("/img/static/chevron-right-blue.svg");
}

/* 组件 - 推广效果 */
.rocket-widget__promotion {
  width: 100%;
  position: relative;
}
.rocket-widget__promotion.color-red .rocket-promotion-header {
  border-bottom-color: #fe2c55;
  color: #fe2c55;
}
.rocket-widget__promotion.color-red .rocket-promotion-dataitem .item-title {
  color: #fe2c55;
}
.rocket-widget__promotion.color-cyan .rocket-promotion-header {
  border-bottom-color: #25F4EE;
  color: #25F4EE;
}
.rocket-widget__promotion.color-cyan .rocket-promotion-dataitem .item-title {
  color: #25F4EE;
}
.rocket-widget__promotion.color-blue .rocket-promotion-header {
  border-bottom-color: #0071e3;
  color: #0071e3;
}
.rocket-widget__promotion.color-blue .rocket-promotion-dataitem .item-title {
  color: #0071e3;
}
.rocket-widget__promotion.color-pink .rocket-promotion-header {
  border-bottom-color: #FF66FD;
  color: #FF66FD;
}
.rocket-widget__promotion.color-pink .rocket-promotion-dataitem .item-title {
  color: #FF66FD;
}
.rocket-widget__promotion.color-green .rocket-promotion-header {
  border-bottom-color: #00FAA2;
  color: #00FAA2;
}
.rocket-widget__promotion.color-green .rocket-promotion-dataitem .item-title {
  color: #00FAA2;
}
.rocket-widget__promotion.color-yellow .rocket-promotion-header {
  border-bottom-color: #fabb05;
  color: #fabb05;
}
.rocket-widget__promotion.color-yellow .rocket-promotion-dataitem .item-title {
  color: #fabb05;
}

.rocket-promotion-header {
  width: 100%;
  border-bottom: solid 1px #fe2c55;
  padding: 0 0 .4em;
  margin-bottom: .4em;
  color: #fe2c55;
}

.rocket-promotion-lvtit {
  font-size: .8em;
  line-height: 1.5em;
  color: inherit;
  font-weight: 700;
}

.rocket-promotion-content {
  flex: 1;
}

.rocket-promotion-datas {
  margin-top: 1.6em;
}

.rocket-promotion-datalist {
  display: flex;
  margin: 0 -1.5em;
  justify-content: center;
}

.rocket-promotion-dataitem {
  min-width: calc(6.35em + 3em);
  white-space: nowrap;
  padding: 0 1.5em;
}
.rocket-promotion-dataitem .item-title {
  font-size: .8em;
  line-height: 1.5em;
  font-weight: 700;
  color: #fe2c55;
}
.rocket-promotion-dataitem .item-datas {
  font-size: 2em;
  line-height: 1.375em;
  height: 1.375em;
  color: #000;
  display: flex;
  align-items: flex-end;
  font-family: inherit;
}
.rocket-promotion-dataitem .unit {
  font-size: 50%;
  line-height: 1.35em;
  height: 1.65em;
}

/* 组件 - 关键词数据 */
.rocket-widget__keydata {
  width: 100%;
  position: relative;
  padding: 4.7em 0;
  color: #fff;
}
.rocket-widget__keydata::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #fe2c55;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.rocket-widget__keydata.data-1 .rocket-keydata-list {
  justify-content: center;
}
.rocket-widget__keydata.color-red::before {
  background: #fe2c55;
}
.rocket-widget__keydata.color-cyan {
  color: #000;
}
.rocket-widget__keydata.color-cyan::before {
  background: #25F4EE;
}
.rocket-widget__keydata.color-blue::before {
  background: #0071e3;
}
.rocket-widget__keydata.color-pink::before {
  background: #FF66FD;
}
.rocket-widget__keydata.color-green {
  color: #000;
}
.rocket-widget__keydata.color-green::before {
  background: #00FAA2;
}
.rocket-widget__keydata.color-yellow {
  color: #000;
}
.rocket-widget__keydata.color-yellow::before {
  background: #fabb05;
}

.rocket-keydata-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -3em;
  position: relative;
  z-index: 5;
}

.rocket-keydata-item {
  padding: 0 3em;
}
.rocket-keydata-item .item-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.rocket-keydata-item .item-datas {
  display: flex;
  align-items: flex-end;
  font-size: 4em;
  line-height: .88em;
  height: .6875em;
  font-family: inherit;
  white-space: nowrap;
}
.rocket-keydata-item .item-unit {
  height: 2.2em;
  display: flex;
  align-items: flex-end;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-left: 4px;
}
.rocket-keydata-item .item-title {
  font-size: .8em;
  line-height: 1.375em;
  text-align: center;
  margin-top: 5px;
  opacity: .8;
}

@media (min-width: 992px) {
  .rocket-widget__keydata.data-2 .rocket-keydata-list {
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rocket-widget__keydata.data-2 .rocket-keydata-item {
    padding: 0;
  }

  body.zoom-xl .rocket-widget__keydata, body.zoom-xxl .rocket-widget__keydata {
    padding: 3em 0;
  }
}
@media (max-width: 1450px) {
  .rocket-widget__keydata {
    padding: 3em 0;
  }
}
/* 组件 - 流程阶段 */
.rocket-process-group {
  width: 100%;
  position: relative;
  display: flex;
}
.rocket-process-group > div:last-child {
  display: none;
}

.rocket-process-item {
  flex: none;
  text-align: center;
}
.rocket-process-item .item-time {
  white-space: nowrap;
  font-size: .7em;
  line-height: 1.5em;
  color: #9A9A9A;
  height: 1.5em;
}
.rocket-process-item .item-step {
  font-size: 2em;
  line-height: 1.5em;
  height: 1.5em;
  padding: 0 0.35em;
  position: relative;
  font-weight: 700;
  margin: 0.25em 0;
  color: #fe2c55;
}
.rocket-process-item .item-step::before {
  content: '';
  display: block;
  width: 2px;
  height: .45em;
  background: #fe2c55;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rocket-process-item .item-step::after {
  content: '';
  display: block;
  width: 2px;
  height: .45em;
  background: #fe2c55;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rocket-process-item .item-desc {
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
}

.rocket-process-place {
  flex: 1;
  height: 5em;
  position: relative;
  background: url("/img/static/line-dashed-red.svg") repeat-x center 3em;
}
.rocket-process-place:last-cild {
  display: none;
}

.rocket-widget__process.color-red .rocket-process-place {
  background-image: url("/img/static/line-dashed-red.svg");
}
.rocket-widget__process.color-red .item-step {
  color: #fe2c55;
}
.rocket-widget__process.color-red .item-step::before, .rocket-widget__process.color-red .item-step::after {
  background: #fe2c55;
}
.rocket-widget__process.color-pink .rocket-process-place {
  background-image: url("/img/static/line-dashed-pink.svg");
}
.rocket-widget__process.color-pink .item-step {
  color: #FF66FD;
}
.rocket-widget__process.color-pink .item-step::before, .rocket-widget__process.color-pink .item-step::after {
  background: #FF66FD;
}
.rocket-widget__process.color-blue .rocket-process-place {
  background-image: url("/img/static/line-dashed-blue.svg");
}
.rocket-widget__process.color-blue .item-step {
  color: #0071e3;
}
.rocket-widget__process.color-blue .item-step::before, .rocket-widget__process.color-blue .item-step::after {
  background: #0071e3;
}

/* 模块组件 - 直播 */
.rocket-live_section {
  width: 100%;
  padding: 2.5em 0;
  margin: 0 !important;
}

/* 组件-折叠面板 */
.rocket-widget__panel {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.rocket-widget__panel:first-child {
  border-top: 1px solid #e6e6e6;
}
.rocket-widget__panel.is-active > .rocket-panel-heading .rocket-panel-arrow img, .rocket-widget__panel.is-active > .rocket-panel-heading .rocket-panel-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.rocket-widget__panel.is-active > .rocket-panel-heading .rocket-panel-arrow::after {
  display: none !important;
}

.rocket-panel-heading {
  width: 100%;
  padding: 1.3em 0;
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.rocket-panel-heading.color-red .rocket-panel-arrow .bi {
  background-image: url("/img/static/arrow-down-red.svg");
}
.rocket-panel-heading.color-blue .rocket-panel-arrow .bi {
  background-image: url("/img/static/arrow-down-blue.svg");
}
.rocket-panel-heading.color-cyan .rocket-panel-arrow .bi {
  background-image: url("/img/static/arrow-down-cyan.svg");
}
.rocket-panel-heading.color-pink .rocket-panel-arrow .bi {
  background-image: url("/img/static/arrow-down-pink.svg");
}
.rocket-panel-heading.color-green .rocket-panel-arrow .bi {
  background-image: url("/img/static/arrow-down-green.svg");
}
.rocket-panel-heading.color-yellow .rocket-panel-arrow .bi {
  background-image: url("/img/static/arrow-down-yellow.svg");
}

.rocket-panel-title {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #000;
}

.rocket-panel-arrow {
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rocket-panel-arrow img {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  object-fit: contain;
  object-position: center center;
}
.rocket-panel-arrow .bi {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
  background: url("/img/static/arrow-down-red.svg") no-repeat center center;
  background-size: contain;
}
.rocket-panel-arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0;
}
.rocket-panel-arrow::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.rocket-panel-body {
  position: relative;
  padding: 0.8em 0 2.3em;
  display: none;
}

@media (max-width: 991.98px) {
  .rocket-panel-heading {
    padding: .35rem 0.8rem .35rem 0.22rem;
  }

  .rocket-panel-title {
    font-size: .4rem;
  }

  .rocket-panel-arrow {
    width: .32rem;
    height: .32rem;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .rocket-panel-arrow img, .rocket-panel-arrow .bi {
    display: none;
  }

  .rocket-panel-body {
    padding: 0.4rem 0 1.06rem;
  }
}
/* 模板组件 */
.rocket-widget__module {
  width: 100%;
  position: relative;
  display: block;
  flex-direction: column;
}
.rocket-widget__module::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.rocket-widget__module .layout-element.layout-row-full {
  margin-bottom: 0 !important;
}
.rocket-widget__module.color-white::before {
  background: #fff;
}
.rocket-widget__module.color-gray::before {
  background: #FAFAFA;
}

/* @media */
@media (max-width: 1366px) and (min-width: 1100px) {
  .rocket-content__inner {
    font-size: 18px;
  }
}
@media (max-width: 1009px) and (min-width: 992px) {
  .rocket-content__inner {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  /* 轮播按钮 */
  .rocket-swip-ctrl.prev:not(.swiper-button-disabled):hover {
    background-image: url("/img/static/swip-left-red.svg");
  }
  .rocket-swip-ctrl.next:not(.swiper-button-disabled):hover {
    background-image: url("/img/static/swip-right-red.svg");
  }

  /* 视频 */
  .rocket-video__swip.is-vertical {
    width: 19.2em;
  }
  .rocket-video__swip.is-vertical .rocket-block-video {
    width: 100%;
  }

  /* 组件 - 文本 */
  .rocket-block-text a[href]:hover {
    text-decoration: underline;
  }

  /* 正文 + 小图 */
  .rocket-module__smpic > .row {
    align-items: center;
  }
  .rocket-module__smpic.is-layout-left .row {
    flex-direction: row-reverse;
  }
  .rocket-module__smpic.is-layout-left .rocket-smpic-media {
    margin: 0 7.32% 0 0;
  }

  /* 正文 + 视频 */
  .rocket-module__smvid > .row {
    align-items: center;
  }
  .rocket-module__smvid.is-layout-left .row {
    flex-direction: row-reverse;
  }
  .rocket-module__smvid.is-layout-left .rocket-smvid-media {
    margin: 0 7.32% 0 0;
  }

  /* 组件 - 推广效果 */
  .rocket-promotion-fullcol.data-1 {
    display: flex;
  }
  .rocket-promotion-fullcol.data-1 .rocket-promotion-datas {
    flex: none;
    padding: 0 3em;
    margin: 1.2em 0 0;
  }
  .rocket-promotion-fullcol.data-2 {
    display: flex;
  }
  .rocket-promotion-fullcol.data-2 .rocket-promotion-datas {
    flex: none;
    padding: 0 3em;
    margin: 2.4em 0 0;
  }

  .rocket-promotion-subcol .rocket-promotion-datas {
    margin-top: 0;
  }
  .rocket-promotion-subcol .rocket-promotion-datalist {
    margin: 0 -1.6em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .rocket-promotion-subcol .rocket-promotion-dataitem {
    min-width: 0;
    padding: 0 1.6em;
    margin-top: 1em;
  }
  .rocket-promotion-subcol.data-4 .rocket-promotion-dataitem {
    min-width: 39.5%;
  }

  /* 模块组件 - 直播 */
  .rocket-live_section:nth-child(even) {
    background: #FAFAFA;
  }
}
@media (max-width: 991.98px) {
  .rocket-content__inner {
    font-size: .34rem;
    width: 100%;
    max-width: none;
    padding: 0 0.48rem;
  }

  /* 分栏 */
  .rocket-layout-flex {
    display: block;
  }

  .rocket-column-content {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .rocket-column-media {
    flex: none;
    width: 100%;
    max-width: none;
    margin: .5rem auto 0;
    display: flex;
    justify-content: center;
  }
  .rocket-column-media .rocket-video {
    width: 100%;
  }
  .rocket-column-media .rocket-block-image {
    max-width: 100%;
    height: auto !important;
  }
  .rocket-column-media .rocket-image-wrapper {
    max-width: 100%;
  }

  /* 轮播工具条 */
  .rocket-swip-toolbar {
    margin: .4rem auto 0;
    justify-content: center;
  }

  .rocket-swip-ctrl {
    width: .48rem;
    height: .48rem;
  }

  .rocket-swip-slide_title {
    min-width: 50%;
    max-width: calc(100% - 0.96rem);
    white-space: normal;
    font-size: 4.6vw;
    padding: 0 0.28rem;
  }

  /* 图片 */
  .rocket-image__option {
    margin-top: .16rem;
  }

  .rocket-image__swip-title {
    margin-top: .28rem;
  }

  /* 视频 */
  .rocket-video video, .rocket-video .vjs-tech {
    position: relative;
  }
  .rocket-video .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
  }
  .rocket-video .vjs-control-bar {
    height: .88rem;
    padding: 0 0.3rem;
  }
  .rocket-video .vjs-progress-control,
  .rocket-video .vjs-progress-holder {
    height: 4px;
  }
  .rocket-video .vjs-play-control .vjs-icon-placeholder,
  .rocket-video .vjs-fullscreen-control .vjs-icon-placeholder {
    width: .48rem;
    height: .48rem;
  }
  .rocket-video .vjs-play-control {
    margin-right: .2rem;
  }
  .rocket-video .vjs-time-control {
    font-size: .24rem;
  }
  .rocket-video .vjs-fullscreen-control {
    width: .48rem;
    right: .3rem;
  }
  .rocket-video .vjs-playback-rate {
    right: 0.88rem;
    font-size: .24rem;
  }

  .rocket-widget__video .rocket-video {
    border-radius: 8px;
  }

  .rocket-block-video {
    max-width: 284px;
    margin: 0 auto;
  }

  .rocket-video__option {
    margin-top: .16rem;
  }

  .rocket-video__swip-title {
    margin-top: .28rem;
  }

  /* 注释/数据来源 */
  .rocket-widget__sources {
    padding: 0.5rem 0.2rem;
    border-radius: 8px;
  }

  .rocket-sources-box {
    padding: 0 0.3rem;
  }
  .rocket-sources-box::-webkit-scrollbar {
    width: 4px;
  }

  /* 正文+小图 */
  .rocket-module__smpic .row {
    display: block;
  }

  .rocket-smpic-media {
    width: 100%;
    flex: none;
    max-width: none;
    margin: .5rem 0 0;
  }
  .rocket-smpic-media .rocket-block-image {
    width: 3.8rem;
    display: block;
    margin: 0 auto;
  }

  /* 正文+视频 */
  .rocket-module__smvid .row {
    display: block;
  }

  .rocket-smvid-media {
    width: 100%;
    flex: none;
    max-width: none;
    margin: .5rem 0 0;
  }
  .rocket-smvid-media .rocket-block-video {
    width: 3.8rem;
    display: block;
    margin: 0 auto;
  }

  /* 组件 - 广告介绍 */
  .rocket-widget__adv .rocket-block-text {
    margin-bottom: 0 !important;
  }
  .rocket-widget__adv .rocket-tag__group {
    margin-bottom: .24rem;
  }
  .rocket-widget__adv .rocket-block-buttons {
    margin-top: 0.24rem;
  }
  .rocket-widget__adv .rocket-block-button_stroke a {
    font-size: .24rem;
  }

  /* 组件 - 推广效果 */
  .rocket-widget__promotion .rocket-block-text {
    margin-bottom: 0 !important;
  }

  .rocket-promotion-datas {
    margin-top: 0;
  }

  .rocket-promotion-datalist {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -0.4rem;
  }

  .rocket-promotion-dataitem {
    min-width: 0;
    flex: 0 0 50%;
    padding: 0 0.4rem;
    margin-top: 0.4rem;
  }

  /* 组件 - 关键词数据 */
  .rocket-widget__keydata {
    padding: .8rem 0 0.84rem;
  }
  .rocket-widget__keydata.data-1 .rocket-keydata-list {
    margin: 0;
    justify-content: center;
  }
  .rocket-widget__keydata.data-1 .rocket-keydata-item {
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .rocket-keydata-list {
    flex-wrap: wrap;
    margin: 0 0 -0.84rem;
  }

  .rocket-keydata-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.48rem;
    margin-bottom: .84rem;
  }
  .rocket-keydata-item .item-datas {
    font-size: 1rem;
    line-height: 0.58em;
    height: 0.58em;
    letter-spacing: -1px;
  }
  .rocket-keydata-item .item-unit {
    font-size: 0.28rem;
    line-height: 1em;
    height: .7rem;
    margin-left: 2px;
  }
  .rocket-keydata-item .item-title {
    font-size: .2rem;
    line-height: 1.4em;
    margin: 0.3rem 0 0;
  }
  .rocket-keydata-item:nth-child(odd) {
    padding-left: 5vw;
  }
  .rocket-keydata-item:nth-child(even) {
    padding-right: 5vw;
    justify-content: flex-end;
  }

  /* 组件 - 流程阶段 */
  .rocket-widget__process {
    margin-bottom: 45px !important;
  }

  .rocket-process-item .item-time {
    font-size: .2rem;
  }
  .rocket-process-item .item-step {
    font-size: 0.3rem;
    padding: 0 0.5em;
    margin: 0.4em 0;
  }
  .rocket-process-item .item-step::before, .rocket-process-item .item-step::after {
    width: 1px;
    height: .8em;
  }
  .rocket-process-item .item-desc {
    font-size: 0.2rem;
  }

  .rocket-process-place {
    height: 1rem;
    background-position: center .62rem;
  }

  /* 页面模板1 */
  .rocket-widget__module {
    padding: 0;
  }
}
/** 组件：多媒体位置 **/
.rocket-row {
  width: 100%;
  display: flex;
}
.rocket-row > * {
  margin: 0;
}

.rocket-align-center {
  justify-content: center;
}

.rocket-align-left {
  justify-content: flex-start;
}

.rocket-align-right {
  justify-content: flex-end;
}

/* 组件：多个关键词 */
.rocket-keydata-more {
  padding: 3em 0;
}
.rocket-keydata-more .rocket-keydata-list {
  flex-wrap: wrap;
  margin: -0.375em -1.5em;
  justify-content: flex-start;
}
.rocket-keydata-more .rocket-keydata-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.375em 1.5em;
  position: relative;
}
.rocket-keydata-more .rocket-keydata-item .item-inner {
  display: flex;
  flex-direction: column-reverse;
}
.rocket-keydata-more .rocket-keydata-item .item-title {
  text-align: left;
  font-size: .8em;
  line-height: 1.44em;
  height: 2.88em;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.rocket-keydata-more .rocket-keydata-item .item-box {
  justify-content: flex-start;
  align-items: flex-end;
}
.rocket-keydata-more .rocket-keydata-item .item-datas {
  font-size: 2em;
  height: 1.375em;
  line-height: 1.375em;
  letter-spacing: -0.08em;
}
.rocket-keydata-more .rocket-keydata-item .item-unit {
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: .4em;
}

@media (min-width: 992px) {
  .rocket-keydata-more {
    width: 31.4em;
    max-width: 100%;
    margin: 0 auto;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(1)::after, .rocket-keydata-more .rocket-keydata-item:nth-child(2)::after, .rocket-keydata-more .rocket-keydata-item:nth-child(3)::after {
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 2.175em;
    bottom: 0;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(5)::after, .rocket-keydata-more .rocket-keydata-item:nth-child(6)::after, .rocket-keydata-more .rocket-keydata-item:nth-child(7)::after {
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2.175em;
  }
}
@media (max-width: 991.98px) {
  .rocket-keydata-more {
    padding: .8rem 0;
  }
  .rocket-keydata-more .rocket-keydata-list {
    margin: -0.2rem 0 -0.68rem;
    overflow: hidden;
  }
  .rocket-keydata-more .rocket-keydata-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.2rem 0.32rem 0.2rem 0.58rem;
    margin: 0;
  }
  .rocket-keydata-more .rocket-keydata-item .item-title {
    font-size: .2rem;
    line-height: 1.45em;
    height: 2.9em;
  }
  .rocket-keydata-more .rocket-keydata-item .item-title br {
    display: none;
  }
  .rocket-keydata-more .rocket-keydata-item .item-box {
    align-items: center;
  }
  .rocket-keydata-more .rocket-keydata-item .item-datas {
    font-size: .48rem;
    line-height: .66rem;
    letter-spacing: 0;
  }
  .rocket-keydata-more .rocket-keydata-item .item-unit {
    font-size: .4rem;
    height: .66rem;
    line-height: .66rem;
    margin: 0 0 0 2px;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(odd)::after {
    content: '';
    display: block;
    width: 1px;
    background: #fff;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(4n+1)::after {
    top: .2rem;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(4n+3)::after {
    bottom: .2rem;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(4n+3), .rocket-keydata-more .rocket-keydata-item:nth-child(4n+4) {
    margin-bottom: .48rem;
  }
}
/* 组件 - 邮箱订阅 */
.rocket-widget__email {
  width: 100%;
  display: flex;
  align-items: center;
}

.rocket-email-inpbox {
  width: 23rem;
  height: 3rem;
  display: block;
  position: relative;
  border-radius: 1.5rem;
  flex: none;
}
.rocket-email-inpbox .btn {
  width: 5rem;
  min-width: 0;
  height: 100%;
  border-radius: inherit;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.rocket-email-inpbox.has-error .rocket-email-input {
  border-color: #FF0000;
}
.rocket-email-inpbox.has-error .rocket-email-tips {
  display: block;
}
.rocket-email-inpbox.has-error.is-empty {
  color: #FF0000;
}
.rocket-email-inpbox.has-error.is-empty .rocket-email-input::-webkit-input-placeholder {
  color: #FF0000;
}
.rocket-email-inpbox.has-error.is-empty .rocket-email-input::-moz-placeholder {
  color: #FF0000;
}
.rocket-email-inpbox.has-error.is-empty .rocket-email-input:-moz-placeholder {
  color: #FF0000;
}
.rocket-email-inpbox.has-error.is-empty .rocket-email-input:-ms-input-placeholder {
  color: #FF0000;
}
.rocket-email-inpbox.has-error.is-empty .rocket-email-tips {
  right: unset;
  left: 2em;
}

.rocket-email-input {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  border: solid 1px #fe2c55;
  font-size: .8rem;
  line-height: 1.5em;
  padding: 0 6.25em 0 2em;
  color: #333;
}

.rocket-email-tips {
  font-size: .8rem;
  line-height: 1.5em;
  color: #FF0000;
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.rocket-email-share {
  flex: none;
  display: flex;
  align-items: center;
}
.rocket-email-share li {
  flex: none;
  margin-left: 1.6rem;
  position: relative;
}
.rocket-email-share li:hover .dropdown {
  display: block;
}
.rocket-email-share .ico {
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 100%;
  position: relative;
  background: #fe2c55;
}
.rocket-email-share .ico .bi {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.rocket-email-share .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 20;
  padding: 14px 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.rocket-email-share .dropdown::before {
  content: '';
  display: block;
  border-width: 6px 4px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rocket-email-share .dropdown .imgs {
  width: 100%;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 5;
}
.rocket-email-share .dropdown .imgs img {
  width: 140px;
  display: block;
}

@media (max-width: 991.98px) {
  .rocket-email-inpbox {
    width: 100%;
    height: .88rem;
    flex: 1;
  }
  .rocket-email-inpbox .btn {
    width: 1.46rem;
    font-size: .32rem;
  }

  .rocket-email-input {
    padding: 0 1.46rem 0 .46rem;
    font-size: .24rem;
  }

  .rocket-email-tips {
    font-size: .2rem;
    right: 1.56rem;
  }

  .rocket-email-share li {
    margin-left: .2rem;
  }
  .rocket-email-share .ico {
    width: .88rem;
    height: .88rem;
  }
  .rocket-email-share .ico .bi {
    width: .4rem;
    height: .4rem;
  }
  .rocket-email-share .dropdown {
    width: 1.5rem;
    padding: calc(6px + .1rem) 0 0;
  }
  .rocket-email-share .dropdown::before {
    top: .1rem;
  }
  .rocket-email-share .dropdown .imgs {
    padding: .1rem;
  }
  .rocket-email-share .dropdown .imgs img {
    width: 100%;
  }
}
/** 组件-轮播-图片 **/
.rocket-widget__carousel .rocket-swip-toolbar {
  justify-content: flex-end;
}
.rocket-widget__carousel .rocket-swip-ctrl {
  margin-left: 1.85em;
}

.rocket-carousel-imgbox .rocket-swip-toolbar {
  margin-top: 2.5em;
}

.rocket-carousel-imgswip {
  width: 100%;
  position: relative;
}
.rocket-carousel-imgswip .carousel-layer-before {
  width: 50vw;
  height: 100%;
  display: none;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10;
}
.rocket-carousel-imgswip .carousel-layer-before::before {
  content: '';
  display: block;
  width: 23.5em;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #FFFFFF 40.45%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(3em);
  -webkit-transform: translateX(3em);
  z-index: 10;
}
.rocket-carousel-imgswip .carousel-layer-before::after {
  content: '';
  display: block;
  width: 50vw;
  background: #fff;
  position: absolute;
  right: 15em;
  top: -1px;
  bottom: -1px;
  z-index: 15;
}
.rocket-carousel-imgswip .carousel-layer-after {
  width: 50vw;
  height: 100%;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
}
.rocket-carousel-imgswip .carousel-layer-after::before {
  content: '';
  display: block;
  width: 23.5em;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  background: linear-gradient(270deg, #FFFFFF 40.45%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-6.8em);
  -webkit-transform: translateX(-6.8em);
  z-index: 10;
}
.rocket-carousel-imgswip .carousel-layer-after::after {
  content: '';
  display: block;
  width: 50vw;
  background: #fff;
  position: absolute;
  left: 15em;
  top: -1px;
  bottom: -1px;
  z-index: 15;
}
.rocket-carousel-imgswip .swiper-slide {
  width: 23.2em;
}
.rocket-carousel-imgswip .imgs {
  width: 100%;
  border: solid 1px #E6E6E6;
  border-radius: 16px;
  overflow: hidden;
  max-height: 495px;
}
.rocket-carousel-imgswip img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

@media (max-width: 991.98px) {
  .rocket-widget__carousel .rocket-swip-toolbar {
    padding-right: 0.68rem;
  }
  .rocket-widget__carousel .rocket-swip-ctrl {
    margin-left: .4rem;
  }

  .rocket-carousel-imgbox .rocket-swip-toolbar {
    margin-top: 0.48rem;
  }

  .rocket-carousel-imgswip .carousel-layer-after {
    display: none;
  }
  .rocket-carousel-imgswip .swiper-slide {
    width: 59.5vw;
  }
  .rocket-carousel-imgswip .imgs {
    border-radius: 0.16rem;
  }
}
/* 组件 - 轮播 - 内容 */
.rocket-carousel-contbox .slide-card-box {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FAFAFA;
  padding: 2em;
  border-radius: 16px;
}
.rocket-carousel-contbox .rocket-widget__promotion {
  display: block;
}
.rocket-carousel-contbox .rocket-swip-toolbar {
  margin-top: 1.35em;
}
.rocket-carousel-contbox .rocket-widget__module::before {
  display: none;
}

@media (min-width: 992px) {
  .rocket-carousel-contbox .rocket-widget__promotion .rocket-promotion-datas {
    margin-top: 1em;
    padding: 0;
  }
  .rocket-carousel-contbox .rocket-promotion-datalist {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .rocket-carousel-contbox .slide-card-box {
    padding: .48rem .4rem;
    border-radius: .32rem;
  }
  .rocket-carousel-contbox .rocket-swip-toolbar {
    display: none;
  }
}
/* 打印 */
.page-print .header {
  position: absolute;
}
.page-print .header a[href] {
  text-decoration: none !important;
}
.page-print .newsdet-bot-swip a[href], .page-print .footer a[href] {
  text-decoration: none !important;
}
.page-print .rocket-video__swip .swiper-wrapper {
  display: block !important;
}
.page-print .rocket-video__swip .swiper-slide {
  display: none !important;
}
.page-print .rocket-video__swip .swiper-slide:nth-child(1) {
  display: block !important;
}
.page-print .rocket-video__swip .rocket-swip-ctrl.next {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-image: url("/img/static/swip-right-red.svg") !important;
}

/* ppt组件 */
.rocket-module__ppt {
  width: 100%;
  position: relative;
  margin-top: 2.1rem !important;
}

.rocket-ppt-bigpic {
  width: 100%;
  padding: 68.42% 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 120;
  pointer-events: none;
}
.rocket-ppt-bigpic .rocket-row {
  width: 100%;
  height: 100% !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.rocket-ppt-bigpic .rocket-block-image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right center !important;
}
.rocket-ppt-bigpic .rocket-block-image * {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.rocket-ppt-layout {
  width: 100%;
  display: flex;
  position: relative;
}

.rocket-ppt-left {
  flex: none;
  width: 12.1em;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.rocket-ppt-left.is-active {
  pointer-events: auto;
}

.rocket-ppt-catalog_menu {
  display: none;
  position: fixed;
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
.rocket-ppt-catalog_menu .bi {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background: url("/img/common/menu.svg") no-repeat center center;
  background-size: contain;
}
.rocket-ppt-catalog_menu.is-click {
  background-image: url("/img/common/menu-close.svg");
}

.rocket-ppt-catalog {
  font-size: .8rem;
  line-height: 1.7em;
  color: #333;
}
.rocket-ppt-catalog li {
  display: flex;
  white-space: nowrap;
  margin-bottom: 7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.rocket-ppt-catalog li:last-child {
  margin-bottom: 0;
}
.rocket-ppt-catalog li > * {
  display: block;
  padding: 0 2px 0 0;
  position: relative;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: .6;
  cursor: pointer;
}
.rocket-ppt-catalog li > *::after {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fabb05;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.rocket-ppt-catalog li.active > * {
  opacity: 1;
}
.rocket-ppt-catalog li.active > *::after {
  width: 100%;
}

.rocket-ppt-body {
  width: 20em;
  flex: none;
  position: relative;
  opacity: 0;
  padding: 100vh 0 0;
}

.rocket-ppt-media {
  flex: 1;
  position: relative;
  margin: 0 0 0 2rem;
  z-index: 20;
}

.rocket-ppt-left_box,
.rocket-ppt-media_box {
  display: flex;
  align-items: center;
  position: relative;
}

.rocket-ppt-left_box {
  width: 12.1em;
}

.rocket-ppt-media_box {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.rocket-ppt-picswip_wrapper {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  will-change: top, width;
}

.rocket-ppt-picswip {
  width: 100%;
  padding: 68.42% 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: solid 1px #c4c4c4;
}
.rocket-ppt-picswip * {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  border: none;
}
.rocket-ppt-picswip .swiper-slide {
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  z-index: 1;
  pointer-events: none;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.rocket-ppt-picswip .swiper-slide .rocket-image {
  transform: translateY(-100%) scale(1.4);
  -webkit-transform: translateY(-100%) scale(1.4);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
}
.rocket-ppt-picswip .swiper-slide-active {
  z-index: 10;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.rocket-ppt-picswip .swiper-slide-active .rocket-image {
  transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
}
.rocket-ppt-picswip .swiper-slide-prev {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  z-index: 5;
}
.rocket-ppt-picswip .swiper-slide-prev .rocket-image {
  transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
}
.rocket-ppt-picswip .swiper-slide-next {
  z-index: 12;
  pointer-events: none;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.rocket-ppt-picswip .swiper-slide-next .rocket-image {
  transform: translateY(-100%) scale(1.4);
  -webkit-transform: translateY(-100%) scale(1.4);
}

.rocket-ppt-group {
  overflow: hidden;
}
.rocket-ppt-group .rocket-widget__h2, .rocket-ppt-group .rocket-widget__h3, .rocket-ppt-group .rocket-widget__h4, .rocket-ppt-group .rocket-widget__h5, .rocket-ppt-group .rocket-widget__h6 {
  font-weight: inherit;
}
.rocket-ppt-group .rocket-widget__h2 {
  margin: 0.7rem 0 !important;
}
.rocket-ppt-group .rocket-widget__h2 > * {
  display: block;
}
.rocket-ppt-group .rocket-widget__h2 > *::after {
  content: '';
  display: block;
  width: 100%;
  height: .643em;
  background: #fabb05;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.rocket-ppt-group .rocket-widget__h3 {
  margin: 1.4rem 0 .6rem !important;
}
.rocket-ppt-group .rocket-widget__h3 .p2 {
  display: block;
  color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}
.rocket-ppt-group .rocket-widget__h3 .p2 > * {
  background-image: linear-gradient(#fabb05, #fabb05);
  background-repeat: no-repeat;
  background-position: left 95%;
  background-size: 100% 2px;
}
.rocket-ppt-group .rocket-widget__h4 {
  margin: 1.4rem 0 0.9rem !important;
}
.rocket-ppt-group .rocket-widget__h5, .rocket-ppt-group .rocket-widget__h6 {
  margin: 0.75rem 0 !important;
}
.rocket-ppt-group .rocket-block-text,
.rocket-ppt-group .rocket-classical-text {
  text-align: justify;
}
.rocket-ppt-group .rocket-block-text h1, .rocket-ppt-group .rocket-block-text h2, .rocket-ppt-group .rocket-block-text h3, .rocket-ppt-group .rocket-block-text h4, .rocket-ppt-group .rocket-block-text h5, .rocket-ppt-group .rocket-block-text h6,
.rocket-ppt-group .rocket-classical-text h1,
.rocket-ppt-group .rocket-classical-text h2,
.rocket-ppt-group .rocket-classical-text h3,
.rocket-ppt-group .rocket-classical-text h4,
.rocket-ppt-group .rocket-classical-text h5,
.rocket-ppt-group .rocket-classical-text h6 {
  font-weight: inherit;
}
.rocket-ppt-group .rocket-block-text h3,
.rocket-ppt-group .rocket-classical-text h3 {
  margin: 1.4rem 0 .6rem;
}
.rocket-ppt-group .rocket-block-text h4,
.rocket-ppt-group .rocket-classical-text h4 {
  margin: 1.4rem 0 0.9rem;
}
.rocket-ppt-group .rocket-block-text h5, .rocket-ppt-group .rocket-block-text h6,
.rocket-ppt-group .rocket-classical-text h5,
.rocket-ppt-group .rocket-classical-text h6 {
  margin: 0.75rem 0;
}

@media (min-width: 992px) {
  .rocket-ppt-body .rocket-widget__panel {
    border-bottom: none;
  }
  .rocket-ppt-body .rocket-widget__panel:first-child {
    border-top: none;
  }
  .rocket-ppt-body .rocket-panel-heading {
    display: none;
  }
  .rocket-ppt-body .rocket-panel-body {
    display: block;
  }

  .rocket-ppt-catalog li:hover > * {
    opacity: 1;
  }
  .rocket-ppt-catalog li:hover > *::after {
    width: 100%;
  }

  .rocket-ppt-group .rocket-widget__image {
    display: none;
  }

  .rocket-ppt-child-group {
    min-height: calc(100vh - 9.1rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .rocket-ppt-catalog_menu.show {
    display: block;
  }

  .rocket-ppt-left {
    width: 0px;
    overflow: hidden;
    transition: width 0.3s linear, opacity 0.3s linear;
    -webkit-transition: width 0.3s linear, opacity 0.3s linear;
  }

  .rocket-ppt-body {
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
  }

  .rocket-ppt-picswip_wrapper {
    transition: right 0.3s linear;
    -webkit-transition: right 0.3s linear;
  }

  .rocket-ppt-open .rocket-ppt-catalog_menu .bi {
    background-image: url("/img/common/menu-close.svg");
  }
  .rocket-ppt-open .rocket-ppt-left {
    width: 12.1em;
    opacity: 1;
    position: fixed;
  }
  .rocket-ppt-open .rocket-ppt-body {
    transform: translateX(12.1em);
    -webkit-transform: translateX(12.1em);
  }
  .rocket-ppt-open .rocket-ppt-picswip_wrapper {
    right: -12.1em;
  }
}
@media (min-width: 1601px) {
  .rocket-ppt-catalog_menu {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .rocket-module__ppt {
    margin-top: .8rem !important;
  }

  .rocket-ppt-group {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: .3rem;
  }
  .rocket-ppt-group .rocket-widget__h2 {
    display: none;
    margin: .75rem 0 .32rem !important;
  }
  .rocket-ppt-group .rocket-widget__h3 {
    margin: .74rem 0 .32rem !important;
  }
  .rocket-ppt-group .rocket-widget__h3 p > * {
    background-image: linear-gradient(#fabb05, #fabb05);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
  }
  .rocket-ppt-group .rocket-widget__h3 .p2 {
    display: none;
  }
  .rocket-ppt-group .rocket-widget__h4 {
    margin: .56rem 0 .26rem !important;
  }
  .rocket-ppt-group .rocket-widget__h4 > * {
    background-image: linear-gradient(#fabb05, #fabb05);
    background-repeat: no-repeat;
    background-position: left 95%;
    background-size: 100% 1px;
  }
  .rocket-ppt-group .rocket-widget__h5 {
    margin: .46rem 0 0.32rem !important;
  }
  .rocket-ppt-group .rocket-widget__image {
    margin: 0.4rem 0 0;
  }
  .rocket-ppt-group:first-child {
    display: block;
  }
  .rocket-ppt-group:first-child .rocket-widget__image {
    margin: 0 0 0.4rem;
  }
  .rocket-ppt-group:last-child {
    margin-bottom: 0;
  }
  .rocket-ppt-group .rocket-block-text h3,
  .rocket-ppt-group .rocket-classical-text h3 {
    margin: .74rem 0 .32rem;
  }
  .rocket-ppt-group .rocket-block-text h4,
  .rocket-ppt-group .rocket-classical-text h4 {
    margin: .56rem 0 .26rem;
  }
  .rocket-ppt-group .rocket-block-text h5, .rocket-ppt-group .rocket-block-text h6,
  .rocket-ppt-group .rocket-classical-text h5,
  .rocket-ppt-group .rocket-classical-text h6 {
    margin: .46rem 0 0.32rem;
  }

  .rocket-ppt-bigpic {
    display: none;
  }

  .rocket-ppt-catalog_menu {
    display: none !important;
  }

  .rocket-ppt-body {
    width: 100%;
    padding: 0;
    opacity: 1;
  }
}
