@charset "UTF-8";
@font-face {
  font-family: "font";
  src: url(../assets/font.ttf);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * 基础模块 & 全局变量配置
 *
 */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 * @file: 重置样式
 */
/* 全局设置 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置基本html,body样式 */
html,
body {
  margin: 0 auto;
  padding: 0;
}

/* 设置图片最大宽度 */
img {
  max-width: 100%;
}

/* 清除默认按钮表现形式 */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* 设置表格默认样式 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 文本域禁止拖拉放大 */
textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

img {
  vertical-align: top;
}

i,
em {
  font-style: normal;
}

ol,
ul,
li,
menu {
  list-style: none outside none;
}

fieldset,
iframe,
abbr,
acronym {
  border: 0 none;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
hr,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

del {
  text-decoration: line-through;
}

/* @name: 转为REM单位fn
 * @ps: 默认宽度为750px
 */
/* @name: 上下左右居中 (未知高度)
 * @ps: 需要设置父元素 display:table
 */
/* @name: 上下左右居中 （确定高度）*/
/*
 * @name: 文字溢出显示省略号
 * @ps: 需要设置宽度
 */
/* @name: 强制不换行 */
/* @name: 清除浮动 */
/*
 * @name:  三角形
 * @param: $size  大小
 * @param: $color 颜色
 * @param: $type {string}  类型 (up || down || left || right || topleft || topright || bottomleft || bottomright)
 */
.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

body {
  font: 300 0.29rem/0.44rem "Microsoft YaHei", SimSun, "Arial Narrow";
  color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
body a {
  text-decoration: none;
  color: #fff;
}

@keyframes fadeInUp {
  0% {
    transform: translate3d(-100%, 100%, 0) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0% {
    background-position: center -0.51rem;
  }
  100% {
    background-position: center 0.51rem;
  }
}
.main {
  height: 100vh;
  overflow-y: auto;
}

.bg-1 {
  background: url(../img/bg_1.jpg) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 7.5rem;
}

.bg-2 {
  background: url(../img/bg_2.jpg) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 7.5rem;
}

.bg-3 {
  background: url(../img/bg_3.jpg) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 7.5rem;
}

.bg-4 {
  background: url(../img/bg_4.jpg) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 7.5rem;
}

.bg-1 {
  height: 11.32rem;
  padding-top: 0;
}

.bg-2 {
  height: 9.96rem;
}

.bg-4 {
  height: 10.48rem;
}

@keyframes bg1In {
  0% {
    opacity: 0;
    transform: translate(-0.3rem, -0.3rem) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes bg2In {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bg3In {
  0% {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bg4In {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-1-1 {
  position: absolute;
  width: 1.19rem;
  height: 0.78rem;
  top: 0.97rem;
  left: 0.37rem;
  background-image: url(../img/bg_1_1.png);
  background-size: cover;
  opacity: 0;
  animation: bg1In 0.3s 0.2s ease-out forwards;
}

.bg-1-2 {
  position: absolute;
  width: 4.76rem;
  height: 7.96rem;
  top: 0.4rem;
  left: 1.5rem;
  background-image: url(../img/bg_1_2.png);
  background-size: cover;
  opacity: 0;
  animation: bg2In 0.8s 0.4s ease-out forwards;
}

.bg-1-3 {
  position: absolute;
  width: 0.6rem;
  height: 3.81rem;
  top: 2.69rem;
  left: 5.6rem;
  background-image: url(../img/bg_1_3.png);
  background-size: cover;
  opacity: 0;
  animation: bg3In 0.3s 0.5s ease-out forwards;
}

.bg-1-4 {
  position: absolute;
  width: 4.6rem;
  height: 0.6rem;
  top: 10.36rem;
  left: 1.58rem;
  background-image: url(../img/bg_1_4.png);
  background-size: cover;
  opacity: 0;
  animation: bg4In 0.3s 0.7s ease-out forwards;
}

.tabs {
  height: 0.67rem;
  margin: 0 auto 0.3rem;
}
.tabs .swiper-slide {
  width: 2.59rem;
  margin: 0;
  cursor: pointer;
}
.tabs .tab-1 {
  background: url(../img/tab_1.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 2.13rem;
  height: 0.54rem;
  margin: 0.065rem auto 0;
}
.tabs .tab-2 {
  background: url(../img/tab_2.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 2.13rem;
  height: 0.54rem;
  margin: 0.065rem auto 0;
}
.tabs .tab-3 {
  background: url(../img/tab_3.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 2.13rem;
  height: 0.54rem;
  margin: 0.065rem auto 0;
}
.tabs .swiper-slide-active {
  overflow: visible;
}
.tabs .swiper-slide-active .tab-1 {
  background: url(../img/tab_1_active.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 2.59rem;
  height: 0.67rem;
  margin: 0 auto;
}
.tabs .swiper-slide-active .tab-2 {
  background: url(../img/tab_2_active.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 2.59rem;
  height: 0.67rem;
  margin: 0 auto;
}
.tabs .swiper-slide-active .tab-3 {
  background: url(../img/tab_3_active.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  width: 2.59rem;
  height: 0.67rem;
  margin: 0 auto;
}

.imgs {
  width: 6.72rem;
  height: 3.05rem;
  margin: 0 auto 0.38rem;
}
.imgs .swiper-slide {
  width: 2.79rem;
  cursor: pointer;
}
.imgs .img-1 {
  background: url(../img/img_1.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 2.24rem;
  height: 3.05rem;
}
.imgs .img-2 {
  background: url(../img/img_2.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 2.24rem;
  height: 3.05rem;
}
.imgs .img-3 {
  background: url(../img/img_3.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 2.24rem;
  height: 3.05rem;
}

.swiper-tips {
  width: 1.04rem;
  height: 0.91rem;
  background: url(../img/swiper_tips.png) center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.section-panel {
  display: none;
}
.section-panel.active {
  display: block;
}

.section-bg {
  width: 6.93rem;
  background-color: rgba(0, 75, 160, 0.7);
  border-radius: 0.31rem;
  border: solid 0.01rem #00ffd8;
  margin: 0 auto 0.5rem;
  padding: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.5rem;
}

.section {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(1, 55, 135, 0), rgba(1, 55, 135, 0.2) 10%);
  padding: 0.3rem 0 0.3rem;
}

.article-content {
  font-family: "font";
  height: 10rem;
  overflow-y: auto;
  margin-bottom: 0.49rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-align: justify;
}
.article-content::-webkit-scrollbar {
  width: 0.16rem;
  background-color: rgba(5, 59, 149, 0.3);
  border-radius: 0.08rem;
}
.article-content::-webkit-scrollbar-thumb {
  background-color: rgba(131, 225, 252, 0.6);
  border-radius: 0.08rem;
}
.article-content video {
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  display: block;
}
.article-content img {
  max-width: 100%;
}
.article-content .ueditor-paragraph-media, .article-content .ueditor-paragraph-media {
  text-align: center;
}
.article-content .content-audit-meta {
  display: none;
}

.title-img {
  width: 5.87rem;
  margin: 0 auto 0.3rem;
  display: block;
}

.title-img-2 {
  width: 6.75rem;
}

.article-link {
  display: block;
  width: 1.92rem;
  height: 0.54rem;
  background: url(../img/article_link.png) center no-repeat;
  background-size: cover;
  margin: 0 auto 0.32rem;
}

.video-box {
  margin-top: 0.6rem;
  border-radius: 0.2rem;
  padding-bottom: 0;
}

.video-bg {
  background-image: linear-gradient(to top, rgba(42, 109, 192, 0) 50%, rgba(42, 109, 192, 0.85));
  text-align: center;
  padding: 0.22rem 0.16rem;
  border-radius: 0.2rem;
}
.video-bg video {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 0.18rem;
  display: block;
  margin: 0 auto;
}

.section-3 {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.title-img-3 {
  width: 6.13rem;
}

.pauseBtn,
.playBtn {
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 9999;
  background: url(../img/m_play.png) center/cover no-repeat;
}

.pauseBtn {
  opacity: 0.5;
}

.playBtn {
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide {
  display: none;
}/*# sourceMappingURL=main.css.map */