@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN_Regular";
  src: url("/content/font/SourceHanSansCN-Regular.woff"), url("/content/font/SourceHanSansCN-Regular.ttf");
  font-display: swap;
  /* TrueType格式 */
}
@font-face {
  font-family: "SourceHanSansCN_Bold";
  src: url("/content/font/SourceHanSansCN-Bold.woff"), url("/content/font/SourceHanSansCN-Bold.ttf");
  font-display: swap;
  /* TrueType格式 */
}
@font-face {
  font-family: "SourceHanSansCN_Regular";
  src: url("/content/font/SourceHanSansCN-Regular.woff"), url("/content/font/SourceHanSansCN-Regular.ttf");
  font-display: swap;
  /* TrueType格式 */
}
@font-face {
  font-family: "SourceHanSansCN_Bold";
  src: url("/content/font/SourceHanSansCN-Bold.woff"), url("/content/font/SourceHanSansCN-Bold.ttf");
  font-display: swap;
  /* TrueType格式 */
}
/******/
figure {
  margin: 0;
}

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

@media (max-width: 1100px) {
  .rocket-content__inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
}
/* 颜色 */
.color-black {
  color: #333;
}

.color-blue {
  color: #0038a5;
}

.color-blue-dark {
  color: #00205b;
}

.color-blue-light {
  color: #38c1ff;
}

.color-gray {
  color: #f0f1f4;
}

.color-gray-dark {
  color: #647592;
}

.color-white {
  color: #fff;
}

/* 组件 - 分栏 */
.rocket-layout-flex {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.rocket-layout-flex::before, .rocket-layout-flex::after {
  display: none;
}
.rocket-layout-flex.color-blue {
  background: #0038a5;
}
.rocket-layout-flex.color-blue .rocket-column-content {
  color: #fff;
}
.rocket-layout-flex.color-blue .rocket-column-content * {
  color: inherit;
}
.rocket-layout-flex.color-blue-light {
  background: #38c1ff;
}
.rocket-layout-flex.color-blue-light .rocket-column-content {
  color: #fff;
}
.rocket-layout-flex.color-blue-light .rocket-column-content * {
  color: inherit;
}
.rocket-layout-flex.color-blue-dark {
  background: #00205b;
}
.rocket-layout-flex.color-blue-dark .rocket-column-content {
  color: #fff;
}
.rocket-layout-flex.color-blue-dark .rocket-column-content * {
  color: inherit;
}
.rocket-layout-flex.color-gray {
  background: #f0f1f4;
}
.rocket-layout-flex.color-gray .rocket-column-content {
  color: #00205b;
}
.rocket-layout-flex.color-gray .rocket-column-content * {
  color: inherit;
}

.rocket-flex-column > .layout-element-wrapper {
  width: 100%;
  display: block;
}
.rocket-flex-column .rocket-block-text > *:last-child {
  margin-bottom: 1.125em;
}

.rocket-layout-tleft .rocket-widget__image {
  margin: 0 auto !important;
}

@media (min-width: 992px) {
  .rocket-layout-tleft {
    padding: 0.5em;
  }
  .rocket-layout-tleft > div:nth-child(1) {
    -webkit-flex: 0 0 67.6%;
            flex: 0 0 67.6%;
    max-width: 67.6%;
  }
  .rocket-layout-tleft > div:nth-child(2) {
    -webkit-flex: 0 0 32.4%;
            flex: 0 0 32.4%;
    max-width: 32.4%;
  }
  .rocket-layout-tleft .rocket-block-text {
    line-height: 1.5em;
    padding: 1.625em 2.5em;
  }
  .rocket-layout-col2 {
    width: auto;
    margin: 0 -1em;
  }
  .rocket-layout-col2 > div {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 1em;
    max-width: 50%;
  }
  .rocket-layout-col3 {
    width: auto;
    margin: 0 -0.5em;
  }
  .rocket-layout-col3 > div {
    -webkit-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 0.5em;
    max-width: 33.33%;
  }
  .rocket-layout-col3 .rocket-video .vjs-big-play-button {
    width: 4em;
    height: 4em;
  }
}
@media (max-width: 991.98px) {
  .rocket-layout-flex {
    display: block;
  }
  .rocket-layout-tleft {
    padding: 0.2rem 0.2rem 0.74rem;
  }
  .rocket-layout-tleft .rocket-column-content {
    padding: 0.28rem 0 0;
  }
  .rocket-layout-tleft .rocket-block-text {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
  .rocket-layout-tleft .rocket-block-text > *:last-child {
    margin-bottom: 0;
  }
  .rocket-column-content {
    -webkit-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
  }
  .rocket-column-media {
    -webkit-flex: none;
            flex: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            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__place_30 {
  width: 100%;
  height: 1.5em;
}

.rocket-widget__place_40 {
  width: 100%;
  height: 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_100 {
    height: 1rem;
  }
}
/* 组件 - tag */
.rocket-tag__group {
  margin: -0.4em -0.4em 0.2em !important;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rocket-tag__group > * {
  padding: 0.4em;
}

.rocket-widget__tag_line {
  display: -webkit-flex;
  display: flex;
  color: #000;
}
.rocket-widget__tag_line > * {
  display: -webkit-flex;
  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-blue > *::after {
  background: #0038a5;
}

.rocket-widget__tag_color {
  display: -webkit-flex;
  display: flex;
}
.rocket-widget__tag_color > * {
  display: -webkit-flex;
  display: flex;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.4em 1em;
}
.rocket-widget__tag_color.color-blue a {
  background: #0038a5;
  color: #fff !important;
}

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

@media (max-width: 991.98px) {
  .rocket-tag__group {
    margin: -5px -5px 7px !important;
  }
  .rocket-tag__group > * {
    padding: 5px;
  }
  .rocket-widget__tag_line > * {
    font-size: 0.32rem;
    padding: 0 0 4px;
  }
  .rocket-widget__tag_line > *::after {
    height: 2px;
  }
  .rocket-widget__tag_color > * {
    font-size: 0.28rem;
    line-height: 2.14em;
    padding: 0.14em 1.14em;
  }
  .rocket-widget__tag_gray > * {
    font-size: 0.28rem;
    padding: 4px 8px;
  }
}
/* 组件 - 按钮 */
.rocket-block-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rocket-block-buttons.is-flex-end {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.rocket-block-button_stroke {
  display: -webkit-flex;
  display: flex;
  height: 1.8em;
  border-radius: 0.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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.14em;
  font-size: 0.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 {
  -webkit-flex: none;
          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-blue a {
  color: #0038a5;
  border-color: #0038a5;
}
.rocket-block-button_stroke.color-blue .bi-chevron-right {
  background-image: url("/img/static/chevron-right-blue.svg");
}

@media (min-width: 992px) {
  .rocket-block-button_stroke:hover::after {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .rocket-block-button_stroke {
    height: 0.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__lvt1 {
  font-size: 1.5em;
  line-height: 1.33em;
  color: #00205b;
  font-weight: bold;
}

/* 组件 - 小分类标题 */
.rocket-widget__lvt2 {
  font-size: 1.2em;
  line-height: 1.33em;
  color: #333;
  font-weight: bold;
}

/* 组件 - 普通标题  修改区*/
.rocket-widget__h1,
.rocket-widget__h2,
.rocket-widget__h3,
.rocket-widget__h4,
.rocket-widget__h5,
.rocket-widget__h6 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .rocket-widget__h2 {
    font-size: 2em !important;
    line-height: 1.5556em;
  }
  .rocket-widget__h3 {
    font-size: 1.2rem !important;
    line-height: 1.2rem;
    margin-bottom: 1rem !important;
  }
  .rocket-widget__h4 {
    font-size: 1.1rem !important;
    line-height: 1.1rem;
    margin-bottom: 0.8rem !important;
  }
  .rocket-widget__h5 {
    font-size: 0.9rem !important;
    line-height: 1.4rem;
    margin-bottom: 0rem !important;
  }
  .rocket-widget__h6 {
    font-size: 0.8rem !important;
    line-height: 1.2rem;
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 991.98px) {
  .rocket-widget__h2 {
    font-size: 0.54rem !important;
    line-height: 0.54rem;
  }
  .rocket-widget__h3 {
    font-size: 0.44rem !important;
    line-height: 0.44rem;
    margin-bottom: 0.32rem !important;
  }
  .rocket-widget__h4 {
    font-size: 0.36rem !important;
    line-height: 0.36rem;
    margin-bottom: 0.2rem !important;
  }
  .rocket-widget__h5 {
    font-size: 0.36rem !important;
    line-height: 0.56rem;
    margin-bottom: 0rem !important;
  }
  .rocket-widget__h6 {
    font-size: 0.28rem !important;
    line-height: 0.36rem;
    margin-bottom: 0.1rem !important;
  }
}
/** 组件 - 段落  修改区*/
.rocket-widget__text {
  width: 100%;
}

.rocket-classical-text,
.rocket-block-text {
  font-size: 0.8em;
  line-height: 1.75em;
}
.rocket-classical-text > *,
.rocket-block-text > * {
  margin-bottom: 1.25em;
}
.rocket-classical-text > *:first-child,
.rocket-block-text > *:first-child {
  margin-top: 0;
}
.rocket-classical-text > *:last-child,
.rocket-block-text > *:last-child {
  margin-bottom: 0;
}
.rocket-classical-text p,
.rocket-block-text p {
  margin-bottom: 1.25em;
}
.rocket-classical-text b, .rocket-classical-text strong,
.rocket-block-text b,
.rocket-block-text strong {
  color: #00205b;
}
.rocket-classical-text a[href],
.rocket-block-text a[href] {
  color: #38c1ff;
}
.rocket-classical-text ul,
.rocket-block-text ul {
  margin: 1em 0;
  line-height: 1.5em;
}
.rocket-classical-text ul > li,
.rocket-block-text ul > li {
  padding-left: 0.875em;
  position: relative;
  margin-bottom: 1.25em;
}
.rocket-classical-text ul > li:last-child,
.rocket-block-text ul > li:last-child {
  margin-bottom: 0;
}
.rocket-classical-text ul > li::before,
.rocket-block-text ul > li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  background: #111;
  position: absolute;
  left: 0;
  top: -webkit-calc((1.8em - 4px) * 0.5);
  top: calc((1.8em - 4px) * 0.5);
}
.rocket-classical-text ol,
.rocket-block-text ol {
  padding-left: 2em;
  margin: 1em 0;
}
.rocket-classical-text ol > li,
.rocket-block-text ol > li {
  list-style: decimal;
}
.rocket-classical-text h1,
.rocket-classical-text h2,
.rocket-classical-text h3,
.rocket-classical-text h4,
.rocket-classical-text h5,
.rocket-classical-text h6,
.rocket-block-text h1,
.rocket-block-text h2,
.rocket-block-text h3,
.rocket-block-text h4,
.rocket-block-text h5,
.rocket-block-text h6 {
  color: inherit;
  font-weight: 700;
}
.rocket-classical-text h1,
.rocket-block-text h1 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #145094;
  margin: 1.67em 0;
}
.rocket-classical-text h2,
.rocket-block-text h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 auto 1.0416666667em;
  color: #145094;
}
.rocket-classical-text h3,
.rocket-block-text h3 {
  font-size: 1.125em;
  line-height: 1.3333333333em;
  margin: 0.2777777778em auto 0.2777777778em;
  color: #333;
}
.rocket-classical-text h4,
.rocket-block-text h4 {
  font-size: 1.3333em;
  line-height: 1.5em;
  margin: 0 auto 1.3333em;
  color: #00205b;
}
.rocket-classical-text h5,
.rocket-block-text h5 {
  font-size: 1.111em;
  line-height: 1.7em;
  margin: 0 auto 1.5em;
  color: #1b1b1b;
}
.rocket-classical-text h6,
.rocket-block-text h6 {
  font-size: 0.88889em;
  line-height: 1.75em;
  margin: 0 auto 1.875em;
  color: #1b1b1b;
}
.rocket-classical-text sub, .rocket-classical-text sup,
.rocket-block-text sub,
.rocket-block-text sup {
  margin: 0 5px;
  font-size: 1em;
  line-height: 1em;
  zoom: 0.65;
}
.rocket-classical-text sup,
.rocket-block-text sup {
  top: -0.6em;
}
.rocket-classical-text img,
.rocket-block-text img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto 1.5em;
  object-fit: cover;
}
.rocket-classical-text .video-box,
.rocket-block-text .video-box {
  padding: 56.25% 0 0;
}
.rocket-classical-text .video-box ul, .rocket-classical-text .video-box li,
.rocket-block-text .video-box ul,
.rocket-block-text .video-box li {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.rocket-classical-text .video-box ul::before, .rocket-classical-text .video-box ul::after, .rocket-classical-text .video-box li::before, .rocket-classical-text .video-box li::after,
.rocket-block-text .video-box ul::before,
.rocket-block-text .video-box ul::after,
.rocket-block-text .video-box li::before,
.rocket-block-text .video-box li::after {
  display: none;
}

@media (min-width: 992px) {
  .rocket-classical-text a[href]:hover,
  .rocket-block-text a[href]:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .rocket-classical-text,
  .rocket-block-text {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .rocket-classical-text > *,
  .rocket-block-text > * {
    margin-bottom: 0.4rem;
  }
  .rocket-classical-text p,
  .rocket-block-text p {
    margin-bottom: 0.4rem;
  }
  .rocket-classical-text h2,
  .rocket-block-text h2 {
    font-size: 0.44rem;
    line-height: 0.48rem;
    margin: 0 auto 0.4rem;
  }
  .rocket-classical-text h3,
  .rocket-block-text h3 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin: 0 auto 0.2rem;
  }
  .rocket-classical-text h4,
  .rocket-block-text h4 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    margin: 0 auto 0.5rem;
  }
  .rocket-classical-text h5,
  .rocket-block-text h5 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin: 0 auto 0.5rem;
  }
  .rocket-classical-text h6,
  .rocket-block-text h6 {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin: 0 auto 0.5rem;
  }
}
/* 组件 - 图片 */
.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: -webkit-flex;
  display: flex;
}
.rocket-widget__image.is-single .rowitem {
  -webkit-justify-content: center;
          justify-content: center;
}

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

.rocket-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto !important;
}
.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: 0.7em;
  line-height: 1.1428571429em;
  color: #666;
  margin-top: 0.7142857143em;
  text-align: center;
}

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

.rocket-swip-ctrl {
  -webkit-flex: none;
          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;
  font-size: 0.9em;
  line-height: 1.44em;
  color: #fe2c55;
  text-align: center;
  white-space: nowrap;
  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: 0.7em;
  line-height: 1.43em;
  color: #737B7D;
  margin-top: 2.57em;
  text-align: center;
}

@media (max-width: 1440px) {
  .rocket-image-wrapper {
    height: auto !important;
  }
}
/* 组件 - 视频 */
.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: -webkit-flex;
  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 {
  -webkit-justify-content: center;
          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;
  -webkit-align-items: center;
          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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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: -webkit-calc(2.6rem + 0.85em);
  right: calc(2.6rem + 0.85em);
  top: 0;
  margin: 0;
  z-index: 10;
  font-size: 0.9em;
  line-height: 1.3em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.rocket-video .vjs-playback-rate-value {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: 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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.9em;
  width: auto;
  min-width: 0;
  padding: 0;
}
.rocket-video .vjs-time-divider {
  padding: 0 5px;
}

.rocket-video__option {
  font-size: 0.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;
}

/* 引言 */
.rocket-widget__quote {
  width: 100%;
  position: relative;
  padding: 4em 0;
  display: -webkit-flex;
  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-blue::before {
  background: #0038a5;
}
.rocket-widget__quote.color-blue .rocket-quote-ico .bi {
  background-image: url("/img/static/bi_quote.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: #f0f1f4;
}
.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: 0.8em;
  line-height: 1.5em;
}
.rocket-widget__quote.color-gray .rocket-quote-tit {
  font-size: 0.7em;
  line-height: 1.7em;
  color: #666;
  margin-top: 0.86em;
}

.rocket-quote-ico {
  -webkit-flex: none;
          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 {
  -webkit-flex: 1;
          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: 0.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: 0.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: 0.8em;
    line-height: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .rocket-quote-ico {
    width: 0.48rem;
    margin: 0 2px 0 0;
  }
  .rocket-quote-ico .bi {
    width: 0.36rem;
    height: 0.36rem;
  }
  .rocket-quote-text {
    font-size: 0.24rem;
  }
  .rocket-quote-tit {
    font-size: 0.2rem;
    margin-top: 0.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: 0.32rem;
  }
  .rocket-widget__quote.color-gray .rocket-quote-text {
    font-weight: 400;
  }
  .rocket-widget__quote.color-gray .rocket-quote-ico {
    width: 0.44rem;
    margin: 0;
    position: absolute;
    left: 0.72rem;
    top: 0.42rem;
  }
  .rocket-widget__quote.color-gray .rocket-quote-ico .bi {
    width: 0.44rem;
    height: 0.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: 0.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: -webkit-calc((1.8em - 4px) * 0.5);
  top: calc((1.8em - 4px) * 0.5);
}
.rocket-sources-doc ol {
  padding-left: 1.5em;
}
.rocket-sources-doc ol > li {
  list-style: decimal;
}

/* 组件 - 广告介绍 */
.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-blue .rocket-widget__tag_gray {
  color: #0038a5;
}
.rocket-widget__adv.color-blue .rocket-block-button_stroke a {
  border-color: #0038a5;
  color: #0038a5;
}
.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-blue .rocket-promotion-header {
  border-bottom-color: #0038a5;
  color: #0038a5;
}
.rocket-widget__promotion.color-blue .rocket-promotion-dataitem .item-title {
  color: #0038a5;
}

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

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

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

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

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

.rocket-promotion-dataitem {
  min-width: 9.35em;
  white-space: nowrap;
  padding: 0 1.5em;
}
.rocket-promotion-dataitem .item-title {
  font-size: 0.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: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  font-family: "Arial";
}
.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 {
  -webkit-justify-content: center;
          justify-content: center;
}
.rocket-widget__keydata.color-blue::before {
  background: #0038a5;
}

.rocket-keydata-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.rocket-keydata-item .item-datas {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  font-size: 4em;
  line-height: 0.88em;
  height: 0.6875em;
  font-family: "Arial";
  white-space: nowrap;
}
.rocket-keydata-item .item-unit {
  height: 2.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-left: 4px;
}
.rocket-keydata-item .item-title {
  font-size: 0.8em;
  line-height: 1.375em;
  text-align: center;
  margin-top: 5px;
  opacity: 0.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: -webkit-flex;
  display: flex;
}
.rocket-process-group > div:last-child {
  display: none;
}

.rocket-process-item {
  -webkit-flex: none;
          flex: none;
  text-align: center;
}
.rocket-process-item .item-time {
  white-space: nowrap;
  font-size: 0.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: 0.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: 0.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 {
  -webkit-flex: 1;
          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-blue .rocket-process-place {
  background-image: url("/img/static/line-dashed-blue.svg");
}
.rocket-widget__process.color-blue .item-step {
  color: #0038a5;
}
.rocket-widget__process.color-blue .item-step::before, .rocket-widget__process.color-blue .item-step::after {
  background: #0038a5;
}

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

/* 组件-折叠面板 */
.rocket-widget__panel_wrapper {
  border-top: 1px solid #00205b;
}

.rocket-widget__panel {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #00205b;
}
.rocket-widget__panel.is-active .rocket-panel-title {
  color: #00205b;
}
.rocket-widget__panel.is-active .rocket-panel-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.rocket-panel-heading {
  width: 100%;
  padding: 0.75em 3em 0.75em 0;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}

.rocket-panel-title {
  font-size: 0.9em;
  line-height: 1.67em;
  color: #111;
  font-weight: bold;
}

.rocket-panel-arrow {
  width: 0.85em;
  height: 0.85em;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.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-black.svg") no-repeat center center;
  background-size: contain;
}

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

@media (max-width: 991.98px) {
  .rocket-panel-heading {
    padding: 0.24rem 0.5rem 0.24rem 0;
  }
  .rocket-panel-title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  .rocket-panel-arrow {
    width: 0.25rem;
    height: 0.25rem;
    right: 0;
  }
  .rocket-panel-arrow .bi {
    background-image: url("/img/static/arrow-down-blue.svg");
  }
}
/* 模板组件 */
.rocket-widget__module {
  width: 100%;
  position: relative;
  display: block;
  -webkit-flex-direction: column;
          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-promotion-fullcol.data-1 {
    display: -webkit-flex;
    display: flex;
  }
  .rocket-promotion-fullcol.data-1 .rocket-promotion-datas {
    -webkit-flex: none;
            flex: none;
    padding: 0 3em;
    margin: 1.2em 0 0;
  }
  .rocket-promotion-fullcol.data-2 {
    display: -webkit-flex;
    display: flex;
  }
  .rocket-promotion-fullcol.data-2 .rocket-promotion-datas {
    -webkit-flex: none;
            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;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            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: 0.38rem;
    width: 100%;
    max-width: none;
    padding: 0 0.4rem;
  }
  /* 标题 */
  .rocket-widget__h2 {
    font-size: 0.48rem;
  }
  .rocket-widget__h3 {
    font-size: 0.4rem;
  }
  .rocket-widget__h4 {
    font-size: 0.4rem;
  }
  .rocket-widget__h5 {
    font-size: 0.28rem;
  }
  /* 轮播工具条 */
  .rocket-swip-toolbar {
    margin: 0.4rem auto 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .rocket-swip-ctrl {
    width: 0.48rem;
    height: 0.48rem;
  }
  .rocket-swip-slide_title {
    min-width: 50.26vw;
    font-size: 4.6vw;
    padding: 0 0.28rem;
  }
  /* 图片 */
  .rocket-image__option {
    margin-top: 0.14rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #666;
  }
  .rocket-image__swip-title {
    margin-top: 0.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: 0.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: 0.48rem;
    height: 0.48rem;
  }
  .rocket-video .vjs-play-control {
    margin-right: 0.2rem;
  }
  .rocket-video .vjs-time-control {
    font-size: 0.24rem;
  }
  .rocket-video .vjs-fullscreen-control {
    width: 0.48rem;
    right: 0.3rem;
  }
  .rocket-video .vjs-playback-rate {
    right: 0.88rem;
    font-size: 0.24rem;
  }
  .rocket-widget__video .rocket-video {
    border-radius: 8px;
  }
  .rocket-block-video {
    max-width: 284px;
    margin: 0 auto;
  }
  .rocket-video__option {
    margin-top: 0.16rem;
  }
  .rocket-video__swip-title {
    margin-top: 0.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%;
    -webkit-flex: none;
            flex: none;
    max-width: none;
    margin: 0.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%;
    -webkit-flex: none;
            flex: none;
    max-width: none;
    margin: 0.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: 0.24rem;
  }
  .rocket-widget__adv .rocket-block-buttons {
    margin-top: 0.24rem;
  }
  .rocket-widget__adv .rocket-block-button_stroke a {
    font-size: 0.24rem;
  }
  /* 组件 - 推广效果 */
  .rocket-widget__promotion .rocket-block-text {
    margin-bottom: 0 !important;
  }
  .rocket-promotion-datas {
    margin-top: 0;
  }
  .rocket-promotion-datalist {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0 -0.4rem;
  }
  .rocket-promotion-dataitem {
    min-width: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0.4rem;
    margin-top: 0.4rem;
  }
  /* 组件 - 关键词数据 */
  .rocket-widget__keydata {
    padding: 0.8rem 0 0.84rem;
  }
  .rocket-widget__keydata.data-1 .rocket-keydata-list {
    margin: 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .rocket-widget__keydata.data-1 .rocket-keydata-item {
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0;
    margin: 0;
  }
  .rocket-keydata-list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 -0.84rem;
  }
  .rocket-keydata-item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.48rem;
    margin-bottom: 0.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: 0.7rem;
    margin-left: 2px;
  }
  .rocket-keydata-item .item-title {
    font-size: 0.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;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  /* 组件 - 流程阶段 */
  .rocket-widget__process {
    margin-bottom: 45px !important;
  }
  .rocket-process-item .item-time {
    font-size: 0.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: 0.8em;
  }
  .rocket-process-item .item-desc {
    font-size: 0.2rem;
  }
  .rocket-process-place {
    height: 1rem;
    background-position: center 0.62rem;
  }
  /* 页面模板1 */
  .rocket-widget__module {
    padding: 0;
  }
}
/** 组件：多媒体位置 **/
.rocket-row {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.rocket-row > * {
  margin: 0;
}

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

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

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

/* 组件：多个关键词 */
.rocket-keydata-more {
  padding: 3em 0;
}
.rocket-keydata-more .rocket-keydata-list {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.375em -1.5em;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.rocket-keydata-more .rocket-keydata-item {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0.375em 1.5em;
  position: relative;
}
.rocket-keydata-more .rocket-keydata-item .item-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.rocket-keydata-more .rocket-keydata-item .item-title {
  text-align: left;
  font-size: 0.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 {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
          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: "Arial";
  margin-bottom: 0.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: 0.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: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2.175em;
  }
}
@media (max-width: 991.98px) {
  .rocket-keydata-more {
    padding: 0.8rem 0;
  }
  .rocket-keydata-more .rocket-keydata-list {
    margin: -0.2rem 0 -0.68rem;
    overflow: hidden;
  }
  .rocket-keydata-more .rocket-keydata-item {
    -webkit-flex: 0 0 50%;
            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: 0.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 {
    -webkit-align-items: center;
            align-items: center;
  }
  .rocket-keydata-more .rocket-keydata-item .item-datas {
    font-size: 0.48rem;
    line-height: 0.66rem;
    letter-spacing: 0;
  }
  .rocket-keydata-more .rocket-keydata-item .item-unit {
    font-size: 0.4rem;
    height: 0.66rem;
    line-height: 0.66rem;
    margin: 0 0 0 2px;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(odd)::after {
    content: "";
    display: block;
    width: 1px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(4n+1)::after {
    top: 0.2rem;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(4n+3)::after {
    bottom: 0.2rem;
  }
  .rocket-keydata-more .rocket-keydata-item:nth-child(4n+3), .rocket-keydata-more .rocket-keydata-item:nth-child(4n+4) {
    margin-bottom: 0.48rem;
  }
}
/* 组件 - 邮箱订阅 */
.rocket-widget__email {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.rocket-email-inpbox {
  width: 23rem;
  height: 3rem;
  display: block;
  position: relative;
  border-radius: 1.5rem;
  -webkit-flex: none;
          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: 0.8rem;
  line-height: 1.5em;
  padding: 0 6.25em 0 2em;
  color: #333;
}

.rocket-email-tips {
  font-size: 0.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 {
  -webkit-flex: none;
          flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.rocket-email-share li {
  -webkit-flex: none;
          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: 0.88rem;
    -webkit-flex: 1;
            flex: 1;
  }
  .rocket-email-inpbox .btn {
    width: 1.46rem;
    font-size: 0.32rem;
  }
  .rocket-email-input {
    padding: 0 1.46rem 0 0.46rem;
    font-size: 0.24rem;
  }
  .rocket-email-tips {
    font-size: 0.2rem;
    right: 1.56rem;
  }
  .rocket-email-share li {
    margin-left: 0.2rem;
  }
  .rocket-email-share .ico {
    width: 0.88rem;
    height: 0.88rem;
  }
  .rocket-email-share .ico .bi {
    width: 0.4rem;
    height: 0.4rem;
  }
  .rocket-email-share .dropdown {
    width: 1.5rem;
    padding: -webkit-calc(6px + 0.1rem) 0 0;
    padding: calc(6px + 0.1rem) 0 0;
  }
  .rocket-email-share .dropdown::before {
    top: 0.1rem;
  }
  .rocket-email-share .dropdown .imgs {
    padding: 0.1rem;
  }
  .rocket-email-share .dropdown .imgs img {
    width: 100%;
  }
}
/** 组件-轮播-图片 **/
.rocket-widget__carousel .rocket-swip-toolbar {
  -webkit-justify-content: flex-end;
          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: -webkit-linear-gradient(left, #FFFFFF 40.45%, rgba(255, 255, 255, 0) 100%);
  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: -webkit-linear-gradient(right, #FFFFFF 40.45%, rgba(255, 255, 255, 0) 100%);
  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: 0.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 {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .rocket-carousel-contbox .slide-card-box {
    padding: 0.48rem 0.4rem;
    border-radius: 0.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;
}

/* 组件：表格 */
.rocket-widget__table {
  width: 100%;
  position: relative;
}
.rocket-widget__table .table {
  margin: 0;
}
.rocket-widget__table table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.rocket-widget__table caption {
  font-size: 1.2em;
  line-height: 1.33em;
  color: #111;
  font-weight: bold;
  padding: 0;
  margin-bottom: 40px;
}
.rocket-widget__table th, .rocket-widget__table td {
  width: 25%;
  height: 32px;
  border: none;
  font-size: 14px;
  line-height: 1.3em;
  color: #111;
  vertical-align: top;
  padding: 7px 0 7px 30px;
}
.rocket-widget__table tr:nth-child(odd) {
  background: #f0f1f4;
}
.rocket-widget__table tr:nth-child(odd) th, .rocket-widget__table tr:nth-child(odd) td {
  background: #f0f1f4;
}
.rocket-widget__table tr > *:last-child {
  padding-right: 30px;
}

.rocket-table-col2 tr > * {
  width: 100%;
}
.rocket-table-col2 tr > *:first-child {
  width: 33%;
}

@media (max-width: 991.98px) {
  .rocket-widget__table th, .rocket-widget__table td {
    height: 0.7rem;
    padding: 0.15rem 0 0.15rem 0.3rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .rocket-widget__table tr > *:last-child {
    padding-right: 0.3rem;
  }
  .rocket-table-col2 tr > *:first-child {
    width: 37.3%;
  }
}
/* 组件：图标组件 */
.rocket-icolist {
  margin: -1px;
}

.rocket-icoitem {
  padding: 1px;
}

.rocket-icoitem_box {
  width: 100%;
  height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  background: #0038a5;
}

.rocket-icoitem_icon {
  width: 2em;
  display: block;
}
.rocket-icoitem_icon img {
  width: 2em;
  height: 2em;
  display: block;
  object-fit: contain;
}

.rocket-icoitem_title {
  font-size: 0.8em;
  line-height: 1.75em;
  min-height: 3.125em;
}

.rocket-widget__icolist.color-blue .rocket-icoitem_box {
  background: #0038a5;
  color: #fff;
}
.rocket-widget__icolist.color-blue-dark .rocket-icoitem_box {
  background: #00205b;
  color: #fff;
}
.rocket-widget__icolist.color-blue-light .rocket-icoitem_box {
  background: #38c1ff;
  color: #fff;
}
.rocket-widget__icolist.color-gray .rocket-icoitem_box {
  background: #f0f1f4;
  color: #00205b;
}

@media (max-width: 991.98px) {
  .rocket-icoitem_box {
    height: 2.88rem;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    padding: 0;
  }
  .rocket-icoitem_icon {
    width: 0.8rem;
  }
  .rocket-icoitem_icon img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .rocket-icoitem_title {
    font-size: 0.3rem;
    line-height: 1em;
    min-height: 0;
    margin: 0.4rem 0 0;
  }
}
/* 组件：背景图列表 */
.rocket-twlist {
  margin: -1px;
}

.rocket-twitem {
  padding: 1px;
}

.rocket-twitem_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rocket-twitem_imgs {
  width: 100%;
  padding: 79.4% 0 0;
  overflow: hidden;
  position: relative;
}
.rocket-twitem_imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.rocket-twitem_imgs::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.rocket-twitem_title {
  width: 100%;
  padding: 0 1.25em 0.875em;
  font-size: 0.8em;
  line-height: 1.75em;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .rocket-twitem_title {
    padding: 0 0.4rem 0.32rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
}
/* 组件：序列号 */
.rocket-widget__ul ul > li {
  padding-left: 1.25em;
  position: relative;
}
.rocket-widget__ul ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background: url("/img/static/icon-list.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1px;
  top: -webkit-calc((1.75em - 7px) * 0.5);
  top: calc((1.75em - 7px) * 0.5);
}

@media (max-width: 991.98px) {
  .rocket-widget__ul ul > li {
    padding-left: 0.52rem;
  }
  .rocket-widget__ul ul > li::before {
    width: 0.24rem;
    height: 0.24rem;
    background-image: url("/img/static/icon-list-black.svg");
    top: 0.11rem;
  }
}
/* 组件：三栏图文组件 */
.rocket-widget__coltw {
  padding: 0 0 2.7em;
  border-bottom: solid 1px #dcdcdc;
  text-align: center;
}
.rocket-widget__coltw .rocket-block-image {
  width: 100%;
  position: relative;
  margin: 0 0 1.75em;
}
.rocket-widget__coltw .rocket-image {
  width: 100%;
  display: block;
  position: relative;
}
.rocket-widget__coltw .rocket-block-text {
  margin-top: 1.125em;
}
.rocket-widget__coltw .rocket-block-text > * {
  margin-bottom: 0;
}
.rocket-widget__coltw .rocket-block-text p {
  margin-bottom: 0;
}

.rocket-coltw-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #00205b;
}

@media (min-width: 992px) {
  .rocket-widget__coltw .rocket-layout-flex {
    margin: 0 -1px;
  }
  .rocket-widget__coltw .rocket-flex-column {
    padding: 1px;
  }
}
@media (max-width: 991.98px) {
  .rocket-widget__coltw {
    padding: 0 0.35rem;
    border-bottom: none;
  }
  .rocket-widget__coltw .rocket-flex-column {
    margin-bottom: 1.28rem;
  }
  .rocket-widget__coltw .rocket-flex-column:last-child {
    margin-bottom: 0;
  }
  .rocket-widget__coltw .rocket-block-image {
    margin-bottom: 0.6rem;
  }
  .rocket-widget__coltw .rocket-block-text {
    margin: 0.2rem 0 0 !important;
  }
  .rocket-coltw-title {
    font-size: 0.44rem;
    line-height: 0.62rem;
  }
}
/* 组件：tab轮播 */
.rocket-tabswip-header {
  width: 100%;
  position: relative;
  margin-bottom: 2.2em;
}

.rocket-tabswip {
  overflow: hidden;
  position: relative;
  padding: 10px 5px;
  margin: 0 -5px;
}
.rocket-tabswip .swiper-slide {
  width: auto;
}
.rocket-tabswip a {
  display: block;
  white-space: nowrap;
  padding: 0 1.875em;
  height: 2.8125em;
  font-size: 0.8em;
  line-height: 2.8125em;
  color: #00205b;
  border-radius: 1.5em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 56, 165, 0.2);
  font-weight: bold;
}
.rocket-tabswip .is-active a {
  background: #38c1ff;
  color: #fff;
}

.rocket-tabswip-ctrl {
  width: 2em;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.rocket-tabswip-ctrl .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: no-repeat;
  background-size: auto 15px;
}
.rocket-tabswip-ctrl.prev {
  left: -2em;
}
.rocket-tabswip-ctrl.prev .bi {
  background-image: url("/img/static/swip-left-blue.svg");
  background-position: left center;
}
.rocket-tabswip-ctrl.next {
  right: -2em;
}
.rocket-tabswip-ctrl.next .bi {
  background-image: url("/img/static/swip-right-blue.svg");
  background-position: right center;
}
.rocket-tabswip-ctrl.swiper-button-disabled {
  display: none;
}

.rocket-tabswip-pane {
  display: none;
}
.rocket-tabswip-pane.active {
  display: block;
}

@media (min-width: 992px) {
  .rocket-tabswip-ctrl:not(.swiper-button-disabled):hover {
    opacity: 0.8;
  }
}
@media (max-width: 991.98px) {
  .rocket-tabswip-header {
    margin-bottom: 1rem;
  }
  .rocket-tabswip a {
    font-size: 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
    padding: 0 0.4rem;
    font-weight: inherit;
    border-radius: 0.4rem;
  }
  .rocket-tabswip-ctrl {
    display: none;
  }
}