@charset "UTF-8";
/*! normalize.css v4.2.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 and 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 */
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body,
p {
  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 */
  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 font properties to `inherit` in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
  border: none;
}

/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold;
}

/**
   * 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 OS X.
   */
[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;
}

html,
body {
  min-height: 100%;
  background: white;
  margin: 0 auto;
  position: relative;
  font-family: Microsoft YaHei, simsun, arial, helvetica, clean, sans-serif;
}

::-webkit-scrollbar {
  width: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.commonstyle-form-tips {
  display: block;
  position: fixed;
  left: 3.5rem;
  top: 50%;
  width: 60%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
  text-align: center;
  z-index: 100;
}

button {
  cursor: pointer;
  outline: none;
}

.jump {
  animation: jump 1500ms linear infinite alternate;
}

.jump-faster {
  animation: jump 500ms linear infinite alternate;
}

@keyframes jump {
  0%, 100% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.down-load {
  -webkit-animation: 2s linear infinite rotate;
  animation: 2s linear infinite rotate;
}

@font-face {
  font-family: "ALIBABAPUHUITI-Bold";
  src: url("https://upload.mbimc.com/production/font/ALIBABAPUHUITI-2-115-BLACK.OTF");
}
@font-face {
  font-family: "ALIBABAPUHUITI";
  src: url("https://upload.mbimc.com/production/font/ALIBABAPUHUITI-2-55-REGULAR.OTF");
}
@font-face {
  font-family: "SHUHEITI";
  src: url("https://upload.mbimc.com/production/font/AlimamaShuHeiTi-Bold.ttf");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.code-title {
  position: absolute;
  top: 25.9%;
  left: 38%;
  font-size: 15px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

#dialogQRcode {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 31%;
  left: 37.8%;
}

#teacher-qrcode {
  position: absolute;
  top: 150px;
  left: 26px;
  width: 200px;
  height: 200px;
}

.page-container {
  position: relative;
}

.part1 {
  width: 100%;
  min-width: 1257px;
  position: relative;
  background-image: url(../media/part1-bg-DyjLcu_Q.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qrcode-container {
  position: relative;
  width: 800px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

#qrcode {
  position: absolute;
  width: 210px;
  height: 210px;
  top: -765px;
  left: 700px;
  transform: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part1-img {
  width: 646px;
  margin: 0 auto;
  padding-top: 30px;
  display: block;
  position: relative;
  left: -60px;
}

.part1-img1 {
  width: 1257px;
  margin: 10px auto;
  display: block;
}

.part1-img2 {
  width: 1128px;
  margin: 0 auto;
  display: block;
}

.part1-img3 {
  width: 800px;
  margin: 0 auto;
  display: block;
}

.part2 {
  width: 100%;
  position: relative;
  background-image: url(../media/part2-bg-S16OxxOS.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.part2-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 33px;
  color: #663406;
  font-weight: bold;
  z-index: 2;
}

.part2-swiper {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 10px;
  background-image: url(../media/part2-swiper-bg-BQSSiIKP.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.part2-header {
  display: flex;
  margin-bottom: 20px;
}

.part3 {
  width: 100%;
  padding: 10px 0 40px;
  position: relative;
  background-image: url(../media/part3-bg-BRfe_RMc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.part3 img {
  width: 1100px;
  display: block;
  margin: 0 auto;
}
.part3 .part3-title {
  width: 800px;
  margin-bottom: 40px;
}

.part4 {
  width: 100%;
  padding: 10px 0 40px;
  position: relative;
  background-image: url(../media/part4-bg-BFfvXmAI.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.part4 img {
  width: 1100px;
  display: block;
  margin: 0 auto;
}
.part4 .part4-title {
  width: 800px;
  margin-bottom: 40px;
}

.part5 {
  width: 100%;
  height: 743px;
  padding: 60px 0;
  background-image: url(../media/part5-bg-C2Vg00Dr.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.part5-content {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.part5-img {
  width: 1300px;
  display: block;
  margin: 0 auto;
}

.content-left {
  width: 700px;
  height: 400px;
  overflow: hidden;
  padding-top: 20px;
}

.left-swiper {
  position: absolute;
  top: -30px;
  left: 200px;
  width: 530px;
  height: 260px;
  margin: 20px auto 0;
  padding: 0 40px;
  /* 为导航按钮留出空间 */
  overflow: visible;
  /* 让导航按钮可以超出容器 */
}

/* Swiper 容器样式 - 修复轮播图 */
.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.swiper-container1 .swiper-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  transition-timing-function: ease-out;
}

.swiper-container1 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.part5-swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part5-swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* 导航按钮样式 */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.swiper-button-prev {
  left: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAA/CAYAAADkFzjFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmExY2QxMmY0MSwgMjAyNC8xMS8wOC0xNjowOToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFMjZCMzdEOTJEMTExRjBCNzZBQkUxRTNDN0I1NTRBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFMjZCMzdFOTJEMTExRjBCNzZBQkUxRTNDN0I1NTRBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUUyNkIzN0I5MkQxMTFGMEI3NkFCRTFFM0M3QjU1NEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUUyNkIzN0M5MkQxMTFGMEI3NkFCRTFFM0M3QjU1NEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78S+wNAAACwElEQVR42qyYSWhUQRCGeyYRIbiBBgPRg6dcokhUMIISL+pJT14UUVGMuMYoUVAmuGsSBXe9eBBPKrgTEQS9SA7iTdG4EhUUFIKIJiQY/4JqaIoaZ15X//AxvHrkz8yr7qrql3tZW+sSKA+6wV1wEQznXRqtA4vAGfAcNOUSfOOJ4DV/et1P8Y2PCNMB0GI1ngPWi1gneJs3Juw8f3p94F/gLMbNYLaIbedHEW1cDQ6K2D1ebs5irCVsm3xOWTWX122oo/x8o40rwDmQC2LvQIeW2SzaABqKJSzWuNovpUC3aZcVW4vlin7uhOD6N9jxv0VejuaB1aUSltVYS9gb3rrOYrwJzBQxWrODFuPJ4ICI3QQPyikkWRPWUm6FKqb5YJWIHQJ9FuNKcFYkrBeczFJTNW0GM0Rsa6mElTKuURJ2HTzM2gWkusC44PoX2BnTXkItACtE7DD4ZDGuVHbYK3AitiGG5a9e3N8ChizGNLUUxL1r4JGlhfsdJhPWah3mFioJ2w++WI1PiVivEosy7lEq2vgUxgV+pl5k2p7C+Cs4LuIbQZ3V2HHV+iw2S0cKYyrge8W9pbxinHXnXeUxXxakvNX4r1LFGpQuElXdHoM7SjuqshqT2kThmZKiHjs+AV1S/lmN1djXiv7geowywUcZf1cmy7VgutWYdBp8FDNcZwpjavV7RGwxWGI19l2kRzkgVliNR3ipjQSxeuVwEzXGPgU3lFUz1mrs+FkPimlpdwrj9zwkhqLzx1Srsa8ZP4LrKp6SzMb9yrC4EsyyGpMucBcP/74rhfGQkrQmsMxqTLoFnogYNeNRVmPSLrFp6rizm42fcY8MVQhPWJZXN/vAn+B6UtjpLcZ9yimKDkDTrMZ+/P0WXI8Gx1IY/1QG9uWgMcWbwsvgRTCbXKFxLYXxMC8/OrjTe7g1dMr6J8AAas+FExKiFLoAAAAASUVORK5CYII=);
}

.swiper-button-next {
  right: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAA/CAYAAADkFzjFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmExY2QxMmY0MSwgMjAyNC8xMS8wOC0xNjowOToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlDODY0QkExOTJEMTExRjBBNjc0OEQwNzM0RDE3M0FCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlDODY0QkEyOTJEMTExRjBBNjc0OEQwNzM0RDE3M0FCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUM4NjRCOUY5MkQxMTFGMEE2NzQ4RDA3MzREMTczQUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUM4NjRCQTA5MkQxMTFGMEE2NzQ4RDA3MzREMTczQUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6TlGc1AAACyElEQVR42qyYS0hVURSGz70qRYEVIYkOGkSDRim9iZzUrCbhJAgrohe96E2BvbOHiQ1MqVlBo4qgIiiFaCQURdCgIsEbhRREUGCXG4X1L1obFot9uR3/s+Ab7HWPn3rWuWuvfXKvGxsTRB5sAytAK/iTkCHCZeA56AWrQVuSQYj4BGg2uU4wNQvxTvDL5GaAU1mI34BLLr8dNLFiidNgxOSrQB/IseJRsNd9tgRsYMUSt8CA+/wCmMaKJXaDn2ZdBzqyEL+NFHILmMeKQyE/uEL2lrk2lbgYKeQisJEVS9wBD13uPJjOimOFFOnZLMRD2jdsbAILWHH49wvu+r7/KWSlC6SQe1xuPtjKiiXugQeRR7KOFYdCllwhz2UhHtb7bUOe68WsODSkYbPOaSGrWHFJb4mN5nKFzKfsLVLEuy7XEStkWnGifaRo1rLxXsxCXIg8EevAUlac6F845Ap5GVSzYmlOu1yuSXd3SizxSNurDZlH6llxKOQPs54SCsmKZQs743JrZR5kxYluvr6QPVmIa3Xes/EsC/FxlSdmqjrGiudEeoU0q8+suNN+KRAfQTf7VCwHq1yuPfSR8Yrl57pc7gW4wX7z1kcG8wNgjBFPinwppEc/YbvbQdBg1nJ+OcT24wYV27gC3rFimScmm/U3cJLd8+ZGziSy331lxV3uehkFeti5YqWes20cdmNuanF1ZBceBLfZEWuzNpsQ8mZgX6U3BJXEtZGq3wRP2TH2iJtySnpvqYl+ZmTolqfgPSuWaWeiWX9Jc0otJ14I1ric3OvvrLjbvVKQo/BV9gDZ6gc87V6/GfEE3QxtPAb32UO6DHWzzHpMdwbqtYKchI66z6+Dl6y43b1NKUZ+UWrxbLAjMlyPsGIpWI3Jf4ps76nFLcm/V49+8BhlxQUdNMJM8ApcYyfFvM5bbXqq7wf77eAx3vgrwACOy4KdxXLnzAAAAABJRU5ErkJggg==);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* 隐藏旧的 wrapper 样式 */
.swiper-wrapper1 {
  display: none;
}

.part6 {
  width: 100%;
  background-image: url(../media/part6-bg-Bqj4iFKW.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-qrcode-img {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 115px;
  right: 65px;
}

.dialog-qrcode-img {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 115px;
  right: 65px;
}

.get-btn {
  cursor: pointer;
}

.dialog-container-mask {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

.dialog-container-mask1 {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

.dialog-container-mask .dialog-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog-container-mask1 .download-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teacher-qrcode-container {
  position: relative;
  width: 200px;
  height: 200px;
  top: 60px;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teacher-qrcode-container img {
  width: 200px;
  height: 200px;
}

.page-header-container {
  width: 1300px;
  position: relative;
  margin: 0 auto;
}

.page-header-container .header-img1 {
  width: 100%;
  margin: 0 auto;
}

.page-header-container .header-img2 {
  width: 100%;
  margin: -270px auto 0;
}

.dialog-img-box {
  position: relative;
  width: 811px;
  height: 556px;
  background-image: url("../media/dialog-box-bg-CcMHZY5v.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.download-btn {
  width: 375px;
  height: 50px;
  display: none;
  position: absolute;
  top: 80.5%;
  left: 27%;
  cursor: pointer;
}

.download-img-box {
  position: relative;
  width: 496px;
  height: 521px;
  background-image: url("../media/download-box-bg-Ba3ZXG6f.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.move-fast {
  animation: move 0.8s ease-in-out infinite;
}

@keyframes move {
  0% {
    transform: translate();
  }
  100% {
    transform: translate(800px, 20px) scale(0.01, 0.01);
  }
}
.header {
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
}

.title {
  position: absolute;
  width: 100%;
  top: 50px;
  letter-spacing: 1px;
  text-align: center;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 30px;
}

.loading {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}

.progress-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.circleContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABWCAYAAADFRRg4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmExY2QxMmY0MSwgMjAyNC8xMS8wOC0xNjowOToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3OUY0Q0Q2NTU5NTExRjA4NTY3RDI2MEQ0RkI0ODc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ3OUY0Q0Q3NTU5NTExRjA4NTY3RDI2MEQ0RkI0ODc2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDc5RjRDRDQ1NTk1MTFGMDg1NjdEMjYwRDRGQjQ4NzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDc5RjRDRDU1NTk1MTFGMDg1NjdEMjYwRDRGQjQ4NzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4cD9mVAAAHEklEQVR42uxc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);
  background-position: center;
  z-index: 19;
}

.progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-bg {
  stroke-dasharray: 534.070751;
  stroke-dashoffset: 0;
}

.progress-bar {
  stroke-dasharray: 534.070751;
  stroke-dashoffset: 534.070751;
  transition: stroke-dashoffset 0.1s linear;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  font-family: "ALIBABAPUHUITI";
}

.download {
  position: absolute;
  width: 300px;
  top: 390px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.content-container {
  width: 1238px;
  margin: 0 auto;
}

.goToSlide {
  width: 260px;
  height: 130px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  opacity: 0.7;
  border: 3px solid transparent;
  box-sizing: border-box;
}

.btn0 {
  background-image: url(../media/part2-s1-bg-CnVzu3MV.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn1 {
  background-image: url(../media/part2-s2-bg-Du2E3K2T.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn2 {
  background-image: url(../media/part2-s3-bg-Dru95NIn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn3 {
  background-image: url(../media/part2-s4-bg-BTS3O7tz.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.goToSlide .img-icon {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.slideBtn {
  width: 100%;
  height: 50px;
  background-color: #666;
  opacity: 0.8;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 22px;
  color: #fff;
}

.goToSlide:hover,
.goToSlide.active {
  border: 3px solid #a50b00;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  opacity: 1;
}
.goToSlide:hover .slideBtn,
.goToSlide.active .slideBtn {
  background-color: #a50b00;
  border: 1px solid #a50b00;
  opacity: 1;
}

/* part2 轮播样式 */
.swiper-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}

.swiper-container .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-container .swiper-slide img {
  display: block;
  width: 90%;
  margin: 80px auto 50px;
}

.content-img {
  width: 100%;
  margin-top: 40px;
}

.content-img.content-1 + .danmu-container {
  position: absolute;
  top: 67%;
  left: 0;
  width: 1020px;
  overflow: hidden;
}

.danmu-item {
  font-size: 20px;
  color: #fff;
  background-color: #ff921a;
  border-radius: 25px;
  margin: 0 40px 20px 0;
  padding: 10px 20px 10px 30px;
}

.middle-content-container {
  padding: 0 0 40px 0;
}

.first-content-container {
  width: 1238px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.left-img-con {
  display: flex;
  flex-direction: column;
  position: relative;
}

.risk-tip {
  text-align: center;
  padding: 50px 0 180px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #d6291d;
}

.right-qr-img {
  display: none;
  position: sticky;
  top: 20px;
  flex: 0 0 280px;
  height: 530px;
  background-image: url("../media/right-float-BcOpSRWd.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 30px 0 0 50px;
}

.bottom-con {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-image: url("../media/bottom-bg-D3y356_e.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 15px;
  z-index: 11;
}

.bottom-con .bottom-left-img {
  height: 80px;
  margin-right: 80px;
}

.bottom-con .get-btn {
  display: block;
  width: 300px;
  margin-bottom: -15px;
}

.jumper {
  animation-name: jumper;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes jumper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.right-popup {
  position: fixed;
  top: 38%;
  right: 60px;
  transform: translateY(-50%);
  width: 253px;
  height: 648px;
  z-index: 2;
  background-image: url("../media/right-float-BcOpSRWd.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.right-box {
  position: fixed;
  top: 60%;
  right: 60px;
  transform: translateY(-50%);
  width: 230px;
  height: 230px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 2;
}

.loading1 {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.progress-circle1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.circleContent1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABWCAYAAADFRRg4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmExY2QxMmY0MSwgMjAyNC8xMS8wOC0xNjowOToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3OUY0Q0Q2NTU5NTExRjA4NTY3RDI2MEQ0RkI0ODc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ3OUY0Q0Q3NTU5NTExRjA4NTY3RDI2MEQ0RkI0ODc2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDc5RjRDRDQ1NTk1MTFGMDg1NjdEMjYwRDRGQjQ4NzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDc5RjRDRDU1NTk1MTFGMDg1NjdEMjYwRDRGQjQ4NzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4cD9mVAAAHEklEQVR42uxc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);
  background-position: center;
  z-index: 19;
}

.progress-circle1 svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-bg1 {
  stroke-dasharray: 408.407045;
  stroke-dashoffset: 0;
}

.progress-bar1 {
  stroke-dasharray: 408.407045;
  stroke-dashoffset: 408.407045;
  transition: stroke-dashoffset 0.1s linear;
}

.progress-text1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-family: "ALIBABAPUHUITI";
}

.download1 {
  position: absolute;
  width: 200px;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}