@charset "UTF-8";
/******/
figure {
  margin: 0;
}

.rocket-content__inner {
  width: 80vw;
  max-width: 876px;
  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;
  }
}
/* 组件 - 分栏 */
.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_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_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;
  color: inherit;
}

@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;
}

@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 {
  font-weight: 700;
}

.rocket-widget__h1 {
  font-size: 2.4em !important;
  line-height: 1.5em;
}

.rocket-widget__h2 {
  font-size: 2em !important;
  line-height: 1.5em;
}

.rocket-widget__h3 {
  font-size: 1.6em !important;
  line-height: 1.44em;
}

.rocket-widget__h4 {
  font-size: 1.4em !important;
  line-height: 1.43em;
}

.rocket-widget__h5 {
  font-size: 1em !important;
  line-height: 1.8em;
}

.rocket-widget__h6 {
  font-size: 0.8em !important;
  line-height: 1.8em;
}

/** 组件 - 段落  */
.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.875em;
  color: #333;
}
.rocket-block-text > *,
.rocket-classical-text > * {
  margin-bottom: 1.25em;
}
.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: 1.25em;
}
.rocket-block-text a[href],
.rocket-classical-text a[href] {
  color: #016BFD !important;
}
.rocket-block-text a[href] *,
.rocket-classical-text a[href] * {
  color: inherit !important;
}
.rocket-block-text ul,
.rocket-classical-text ul {
  margin: 1.25em 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: #fe2c55;
  position: absolute;
  left: 0;
  top: calc((1.8em - 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: 2em;
  margin: 1.25em 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: 3em;
  line-height: 1.5em;
  margin: 1.5em 0;
}
.rocket-block-text h2,
.rocket-classical-text h2 {
  font-size: 2.5em;
  line-height: 1.5em;
  margin: 1.5em 0;
}
.rocket-block-text h3,
.rocket-classical-text h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 1.44em 0;
}
.rocket-block-text h4,
.rocket-classical-text h4 {
  font-size: 1.75em;
  line-height: 1.43em;
  margin: 1.14em 0;
}
.rocket-block-text h5,
.rocket-classical-text h5 {
  font-size: 1.25em;
  line-height: 1.8em;
  margin: 0.8em 0;
}
.rocket-block-text h6,
.rocket-classical-text h6 {
  font-size: 1em;
  line-height: 1.8em;
  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;
}

@media (min-width: 992px) {
  .rocket-block-text a[href]:hover,
  .rocket-classical-text a[href]:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .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-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 .rocket-image-wrapper {
  height: auto !important;
}
.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: 16px;
}
.rocket-block-image.has-radius .rocket-image {
  border-radius: 16px;
}

.rocket-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.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;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rocket-image__option {
  font-size: .7em;
  line-height: 1.43em;
  color: #737B7D;
  margin-top: 1.2em;
  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: 1.2em;
  text-align: center;
}

@media (min-width: 992px) {
  .rocket-image-wrapper:hover .rocket-image {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
.rocket-swip-ctrl.prev:not(.swiper-button-disabled):hover {
    background-image: url("/img/static/swip-left-gray2.svg");
  }
  .rocket-swip-ctrl.next:not(.swiper-button-disabled):hover {
    background-image: url("/img/static/swip-right-gray2.svg");
  }
}
@media (max-width: 1440px) {
  .rocket-image-wrapper {
    height: auto !important;
}

  .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-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: 16px;
}

.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: 1.2em;
  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;
}

/* 引言 */
.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-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__promotion {
  width: 100%;
  position: relative;
}

.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: "SofiaPro-SemiBold";
}
.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-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: "SofiaPro-SemiBold";
  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-child {
  display: none;
}

/* 模块组件 - 直播 */
.rocket-live_section {
  width: 100%;
  padding: 2.5em 0;
  margin: 0 !important;
}

/* 组件-折叠面板 */
.rocket-widget__panel_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rocket-widget__panel {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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-panel-heading {
  width: 100%;
  padding: 2.2em 0;
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.rocket-panel-title {
  font-size: 1.2em;
  line-height: 1.45em;
  color: #000;
  font-weight: 700;
}

.rocket-panel-arrow {
  width: 1.1em;
  height: 1.1em;
  display: block;
  position: absolute;
  right: 2px;
  top: calc((1.75em - 1.1em) / 2 + 2.2em);
}
.rocket-panel-arrow img {
  width: 100%;
  height: 100%;
  display: block;
  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: block;
  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-body {
  position: relative;
  padding: 0 0 2.2em;
  display: none;
}

/* 模板组件 */
.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;
}

/* @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-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-widget__h2 {
    font-size: .48rem;
  }

  .rocket-widget__h3 {
    font-size: .4rem;
  }

  .rocket-widget__h4 {
    font-size: .4rem;
  }

  .rocket-widget__h5 {
    font-size: .28rem;
  }

  /* 轮播工具条 */
  .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;
  }

  /* 组件 - 折叠面板 */
  .rocket-panel-heading {
    padding: .48rem 0.64rem .48rem 0;
  }

  .rocket-panel-title {
    font-size: .4rem;
  }

  .rocket-panel-arrow {
    width: .32rem;
    height: .32rem;
    top: calc((0.58rem - 0.32rem) / 2 + 0.48rem);
    transform: none;
    -webkit-transform: none;
  }

  .rocket-panel-body {
    padding: 0 0 0.48rem;
  }

  /* 页面模板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: "SofiaPro-Regular";
  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;
}
.rocket-carousel-imgswip .rocket-block-image {
  width: 100%;
  border: solid 1px #E6E6E6;
  border-radius: 16px;
  overflow: hidden;
  max-height: 495px;
}
.rocket-carousel-imgswip .rocket-image-wrapper {
  border-radius: inherit !important;
}
.rocket-carousel-imgswip .rocket-image-wrapper > .rocket-image {
  height: auto !important;
}

@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, .rocket-carousel-imgswip .rocket-block-image {
    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;
}
.rocket-carousel-contbox .rocket-widget__quote {
  overflow: hidden;
  padding: 2em 2em 2em 1.6em;
  border-radius: 16px;
}
.rocket-carousel-contbox .rocket-widget__quote .rocket-quote-ico {
  width: 1.5em;
  margin: 0 0.6em 0 0;
}
.rocket-carousel-contbox .rocket-widget__quote .rocket-quote-ico .bi {
  width: 1.1em;
  height: 1.1em;
}
.rocket-carousel-contbox .rocket-widget__quote .rocket-quote-text {
  font-weight: 400;
  font-size: .8em;
  line-height: 1.5em;
}
.rocket-carousel-contbox .rocket-widget__quote .rocket-quote-tit {
  font-size: .7em;
  line-height: 1.7em;
  margin-top: 0.86em;
}

@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;
}
  .rocket-carousel-contbox .rocket-widget__quote {
    padding: 1.08rem 0.64rem 1.08rem 0.8rem;
    border-radius: 0.32rem;
  }
  .rocket-carousel-contbox .rocket-widget__quote .rocket-quote-ico {
    width: 0.44rem;
    margin: 0;
    position: absolute;
    left: 0.72rem;
    top: 0.42rem;
  }
  .rocket-carousel-contbox .rocket-widget__quote .rocket-quote-ico .bi {
    width: 0.44rem;
    height: 0.44rem;
    transform: none;
    -webkit-transform: 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;
}

/* 图片放大弹框 */
.modal-fullview {
  background: rgba(0, 0, 0, 0.85);
}
.modal-fullview .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  pointer-events: none;
}
.modal-fullview .modal-content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.modal-fullview .modal-close {
  display: none;
  width: auto;
  height: 0.48rem;
  padding: 0 0.4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: unset;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2000;
  pointer-events: auto;
  background: none;
}
.modal-fullview .modal-close img {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin: 0 auto;
}

.modal-fullview-swip {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  margin: 0 auto;
}
.modal-fullview-swip .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.modal-fullview-swip .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-fullview-swip .imgs {
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.modal-fullview-swip .imgs img {
  max-width: calc(100vw - 2.5rem * 2 - 3.2rem * 2 - 4.58vw * 2);
  height: auto !important;
  max-height: 90vh;
  object-fit: contain;
  -webkit-object-fit: contain;
  object-position: center center;
  -webkit-object-position: center center;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.modal-fullview-swip .swiper-slide-active .imgs img {
  pointer-events: auto;
}

.modal-fullview-ctrlbox {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  pointer-events: none;
}

.modal-fullview-ctrl {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  border-radius: 100%;
  color: #fff;
  border: solid 2px #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  background: no-repeat center center #333333;
  background-size: contain;
}
.modal-fullview-ctrl .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: no-repeat center center;
  background-size: contain;
}
.modal-fullview-ctrl.prev {
  left: 4.58vw;
}
.modal-fullview-ctrl.next {
  right: 4.58vw;
}
.modal-fullview-ctrl.swiper-button-disabled {
  pointer-events: none;
  opacity: .4;
}

@media (min-width: 992px) {
  .modal-fullview-ctrl:not(.swiper-button-disabled):hover {
    border-color: #fe2c55;
    color: #fe2c55;
  }
}
@media (max-width: 991.98px) {
  .modal-fullview-swip .imgs img {
    max-width: calc(100vw - 0.96rem);
  }

  .modal-fullview-ctrlbox {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 1.5rem;
    top: unset;
  }

  .modal-fullview-ctrl {
    width: .6rem;
    height: .6rem;
    position: relative;
    margin: 0 0.4rem;
    transform: none;
    -webkit-transform: none;
    border: none;
    color: #fe2c55;
    background-color: transparent;
  }
  .modal-fullview-ctrl .bi {
    display: none;
  }
  .modal-fullview-ctrl.prev {
    left: unset;
    background-image: url("/img/static/swip-left-red.svg");
  }
  .modal-fullview-ctrl.next {
    right: unset;
    background-image: url("/img/static/swip-right-red.svg");
  }
  .modal-fullview-ctrl.swiper-button-disabled {
    opacity: .5;
  }
  .modal-fullview-ctrl.swiper-button-disabled.prev {
    background-image: url("/img/static/swip-left-gray.svg");
  }
  .modal-fullview-ctrl.swiper-button-disabled.next {
    background-image: url("/img/static/swip-right-gray.svg");
  }
}
