/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/index.scss ***!
  \**************************************************************************************************************************************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 */
  text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

section, .list li, footer .main-width {
  transition: all 0.7s; }
  section.hide, .list li.hide, footer .main-width.hide {
    transform: translateY(1rem);
    opacity: 0; }
  section.show, .list li.show, footer .main-width.show {
    opacity: 1;
    transform: translateY(0); }

html {
  font-size: 100px; }

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,'NotoSansSC', 'Arial', 'Microsoft Yahei';
  -webkit-font-smoothing: antialiased;
  font-size: 0.18rem;
  color: #282828; }
  .header .buttons {
    display: none;
  }
.about2-zi {
  width: 11.78rem; }

.about2-zi-small {
  display: none; }

.about2-zi2 {
  width: 3.24rem; }

.about2-zi3 {
  width: 3.24rem; }

.about3-zi {
  width: 7.04rem; }

.about4-zi {
  width: 8.6rem; }

.apply2-zi {
  width: 9.36rem; }

.container {
  background: white;
  padding-top: 1.2rem; }

.main-width {
  width: 14rem;
  margin: 0 auto; }

.float-right {
  float: right; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clearfix > *:not(.float-right) {
  float: left; }

.common {
  position: relative;
  background-color: white;
  padding: 0.4rem 0 1rem; }

.common .title {
  position: relative;
  text-align: center; }

.common .title .name {
  position: relative;
  font-size: 0.54rem;
  color: #282828;
  text-transform: capitalize;
  padding: 0.56rem 0 0.2rem;
  margin: 0; }

.common .title .desc {
  font-size: 0.2rem;
  color: #ababab;
  margin-bottom: 0.2rem; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 999; }
  .modal .modal-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .modal .body {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal video {
    width: 16rem;
    height: 9rem; }
  .modal .close {
    width: 0.46rem;
    height: 0.46rem;
    position: absolute;
    right: 0.6rem;
    top: 0.2rem;
    background: url(../images/modal-close.png) no-repeat;
    background-size: contain;
    cursor: pointer; }

.more-button {
  margin: 0 auto;
  display: block;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-top: 0.22rem;
  font-size: 0.18rem;
  text-align: center;
  color: white;
  background-color: #1a6199;
  opacity: 1;
  transition: all 0.5s; }

.more-button:hover {
  opacity: 0.8; }

.more-button-outline {
  border: 1px solid #1a6199;
  color: #1a6199;
  background-color: transparent; }

.more-button-white {
  background-color: white;
  color: #1a6199; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  line-height: 1.2rem;
  height: 1.2rem;
  z-index: 10; }

.sub-header {
  display: none; }

.header > div {
  display: flex;
  align-items: center; }

.header .toggle-menu {
  display: none; }

.header .main-width {
  width: 17.6rem;
  position: relative; }

.header .logo {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2.1rem;
  height: 0.65rem; }

.header .menu {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center; }

.header .menu > li {
  display: block;
  margin: 0 0.2rem; }

.header .menu > li > a {
  position: relative;
  display: block;
  font-size: 0.22rem;
  color: #282828; }
  .header .menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    border-top: 0.04rem solid #1a6199;
    display: none; }

.header .menu > li > a.active {
  font-weight: bold; }

.header .menu > li > a:hover:after, .header .menu > li > a.active:after {
  display: block; }

.header .menu > li:hover .sub-menu {
  max-height: 10rem;
  border-top: 1px solid #d4d4d4; }

.header .language {
  position: absolute;
  top: 0;
  right: 0.88rem;
  font-size: 0.2rem;
  color: #282828; }

.header .sub-menu {
  transition: all 0.5s;
  max-height: 0px;
  overflow: hidden;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: -12.5%;
  right: -12.5%;
  background-color: #fff;
  padding: 0 12.5%;
  text-align: left; }

.header .sub-menu .tit {
  margin: 0.56rem 0 0.24rem;
  font-size: 0.3rem;
  color: #282828; }

.header .sub-menu .con {
  display: flex;
  padding-bottom: 0.8rem; }

.header .sub-menu .con .desc {
  width: 33.3333%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #ababab;
  padding-right: 0.9rem;
  box-sizing: border-box;
  border-right: 1px solid #d4d4d4; }

.header .sub-menu ul {
  width: 33.3333%;
  min-height: 3rem;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #d4d4d4;
  padding: 0 0.6rem; }

.header .sub-menu .con .desc p {
  margin: 0 0 0.5rem; }

.header .sub-menu .con .desc .more-button {
  margin: 0; }

.header .sub-menu li {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1; }

.header .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  color: #282828; }

.header .sub-menu li a .more {
  opacity: 0;
  display: inline-block;
  width: 0.26rem;
  height: 0.15rem;
  background: url(../images/icon-arrow-right.png) no-repeat;
  background-size: contain; }

.header .sub-menu li a:hover, .header .sub-menu li a.active {
  color: #1a6199; }

.header .sub-menu li a:hover .more, .header .sub-menu li a.active .more {
  opacity: 1; }

.header .sub-menu .sub-desc {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.6rem;
  font-size: 0.18rem;
  color: #282828; }
  .header .sub-menu .sub-desc .text {
    line-height: 0.32rem; }

.header .sub-menu .sub-desc .photo {
  margin-bottom: 0.18rem; }

.header .sub-menu .sub-desc .photo img {
  width: 100%; }

.header .sub-menu li a:hover .sub-desc, .header .sub-menu li a.active .sub-desc {
  display: block; }

.icon-lang {
  background: url(../images/icon-lang.png) no-repeat;
  background-size: contain;
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  vertical-align: text-top; }

.icon-arrow-down {
  background: url(../images/icon-arrow-down.png) no-repeat;
  background-size: contain;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 0.06rem; }

.icon-file {
  background: url(../images/icon-file.png) no-repeat;
  background-size: contain;
  width: 0.42rem;
  height: 0.52rem;
  display: inline-block;
  vertical-align: text-top; }

.header .language span {
  position: relative;
  cursor: pointer; }

.header .search {
  cursor: pointer;
  position: absolute;
  right: 2px; }

.icon-search {
  background: url(../images/search-icon.png) no-repeat;
  background-size: contain;
  width: 0.24rem;
  height: 0.24rem;
  display: block; }

.banner {
  width: 100%; }

.banner img, .banner video {
  width: 100%; }

.banner .swiper-pagination {
  bottom: 0.4rem !important; }

.banner .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #e5e5e5;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.12rem !important; }

.banner .swiper-pagination-bullet-active {
  background-color: #1a6199; }

.products .cont .list li {
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 0.35rem 0.38rem; }

.products .cont .list li a {
  display: block;
  width: 100%;
  height: 100%; }

.products .cont .list li a .photo {
  overflow: hidden; }

.products .cont .list li a img {
  transition: all 0.5s;
  transform: scale(1); }

.products .cont .list li a:hover img {
  transform: scale(1.1); }

.products .cont .list li .name {
  font-size: 0.3rem;
  color: #0a0a0a;
  line-height: 0.94rem;
  text-align: center; }

.products .cont .list li .name .icon {
  display: inline-block;
  vertical-align: text-top;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0.06rem 0.1rem 0 0; }

.icon-service01 {
  background: url(../images/icon-service01.png) no-repeat;
  background-size: contain; }

.icon-service02 {
  background: url(../images/icon-service02.png) no-repeat;
  background-size: contain; }

.icon-service03 {
  background: url(../images/icon-service03.png) no-repeat;
  background-size: contain; }

.icon-service04 {
  background: url(../images/icon-service04.png) no-repeat;
  background-size: contain; }

.icon-service05 {
  background: url(../images/icon-service05.png) no-repeat;
  background-size: contain; }

.icon-service06 {
  background: url(../images/icon-service06.png) no-repeat;
  background-size: contain; }

.products .cont .list li img {
  width: 100%; }

.products .cont .list li .text {
  padding: 0 0.7rem 0.16rem 0.2rem;
  color: #282828;
  background-color: #f7f8fa; }

.products .cont .list li .text .tit {
  font-size: 0.2rem;
  padding: 0.16rem 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.products .cont .list li .text .desc {
  font-size: 0.16rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.products .cont .list li .more {
  position: absolute;
  right: 0.55rem;
  bottom: 0.78rem;
  display: inline-block;
  width: 0.26rem;
  height: 0.15rem;
  background: url(../images/icon-arrow-right.png) no-repeat;
  background-size: contain; }

.about {
  color: white;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  padding: 0.9rem 0;
  position: relative;
  overflow: hidden; }

.about .text-panel {
  padding: 0 0.35rem;
  position: absolute; }

.about .name {
  font-size: 0.54rem;
  margin-bottom: 0.2rem; }

.about .desc {
  font-size: 0.2rem; }

.about .line {
  width: 0.6rem;
  height: 0.08rem;
  margin: 0.45rem 0;
  background-color: #fba52e; }

.about .numbers {
  display: flex;
  margin-bottom: 0.24rem; }

.about .numbers .item {
  margin-right: 0.7rem; }

.about .numbers .number {
  font-size: 0.18rem; }

.about .numbers .number strong {
  font-size: 0.54rem;
  margin-right: 0.05rem;
  font-family: "Impact";
  font-weight: normal; }

.about .numbers .label {
  font-size: 0.18rem;
  opacity: 0.5; }

.about .about-company {
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: 5.8rem;
  margin-bottom: 0.55rem; }

.about .more-button {
  margin: 0; }

.about .video {
  width: 100%;
  padding-left: 50%;
  box-sizing: border-box; }

.about .video img {
  width: 100%; }

.service {
  background-color: #f7f8fa; }

.service .cont {
  position: relative;
  color: #282828;
  background-color: white;
  height: 6.82rem;
  margin: 0.5rem 0.35rem 0;
  display: flex;
  justify-content: space-between; }

.service .cont .text-panel {
  padding: 1rem 0.7rem 0.2rem;
  display: none; }
  .service .cont .text-panel.active {
    display: block; }

.service .cont .name {
  font-size: 0.36rem;
  margin: 0.18rem 0 0.58rem; }

.service .cont .text {
  position: relative;
  box-sizing: border-box;
  color: #ababab;
  width: 3.75rem;
  padding: 0 0.66rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  font-style: italic; }

.service .cont .text::before, .service .cont .text::after {
  content: "";
  position: absolute;
  width: 0.34rem;
  height: 0.26rem; }

.service .cont .text::before {
  background: url(../images/yh-start-icon.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0; }

.service .cont .text::after {
  background: url(../images/yh-end-icon.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0; }

.service .cont .desc {
  width: 3.75rem;
  font-size: 0.18rem;
  line-height: 0.3rem; }

.service .cont .list {
  position: relative;
  width: 8.8rem; }

.service .cont .list ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex; }

.service .cont .list ul li {
  flex: 1; }

.service .cont .list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  color: white;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0.4rem;
  box-sizing: border-box; }

.service .cont .list ul li a .point {
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: white;
  margin-bottom: 0.32rem;
  opacity: 0.5;
  transition: all 0.5s; }

.service .cont .list ul li a .point:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 2px solid white;
  border-radius: 50%; }

.service .cont .list ul li a.active, .service .cont .list ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3); }
  .service .cont .list ul li a.active .point, .service .cont .list ul li a:hover .point {
    opacity: 1; }
    .service .cont .list ul li a.active .point:after, .service .cont .list ul li a:hover .point:after {
      width: 0.5rem;
      height: 0.5rem; }

.service .cont .list img {
  display: block;
  width: 8.81rem; }

.news .title {
  text-align: left; }

.news .title .name {
  padding: 0.3rem 0.35rem 0.48rem; }

.news .list {
    display: flex;
    flex-wrap: wrap;
}

.news .list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 33.3333%;
  padding: 0 0.35rem; }

.news .list li img {
  width: 100%; }

.news .list li .text {
  padding: 0.2rem 0 0.25rem 0.25rem; }

.news .list li .name {
  position: relative;
  color: #282828;
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news .list li .name::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.1rem;
  left: -0.25rem;
  background-color: #1a6199; }

.news .list li .date {
  font-size: 0.18rem;
  color: #ababab;
  margin: 0.18rem 0; }

.news .list li .desc {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #ababab;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news .list li a .photo {
  overflow: hidden; }

.news .list li a img {
  transition: all 0.5s;
  transform: scale(1); }

.news .list li a:hover img {
  transform: scale(1.1); }

.news .list li a:hover .desc {
  color: #282828; }

.footer {
  background-color: #1a6199;
  color: white;
  padding-top: 0.54rem; }

.footer .inner-panel {
  padding: 0 0.35rem; }

.footer .logo2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.2rem; }

.footer .logo2 img {
  width: 100%;
  height: 100%;
  width: 2.13rem;
  height: 0.67rem; }

.footer .cont {
  padding: 0.36rem 0 1rem; }

.footer .menu li {
  width: 1.68rem; }

.footer .menu li a {
  display: block;
  color: white;
  font-size: 0.2rem;
  line-height: 0.36rem;
  transition: all 0.5s;
  opacity: 1; }

.footer .menu li > a {
  font-weight: bold; }

.footer .menu li a:hover {
  opacity: 0.8; }

.footer .menu li .sub {
  padding-top: 0.16rem; }

.footer .menu li .sub a {
  font-size: 0.18rem; }

.footer .f-contact {
  width: 3.6rem;
  float: right; }

.footer .f-contact .tit {
  color: white;
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-bottom: 0.2rem; }

.footer .f-contact .label {
  font-size: 0.18rem;
  margin-bottom: 0.14rem; }

.footer .f-contact .button {
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  text-align: center;
  color: #282828;
  background-color: white;
  margin-bottom: 0.6rem; }

.footer .follow .t {
  font-size: 0.2rem;
  margin: 0.4rem 0 0.3rem; }

.footer .follow .c {
  width: 1.46rem;
  font-size: 0.18rem;
  line-height: 0.24rem; }

.footer .qrcode {
  float: right;
  width: 1.4rem;
  height: 1.4rem; }

.footer .qrcode img {
  width: 100%;
  height: 100%; }

.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.8rem;
  font-size: 0.18rem; }
  .footer .footer-bottom .main-width {
    opacity: 1;
    transform: translateY(0); }

.footer .footer-bottom .link {
  float: right; }

.footer .footer-bottom .link a {
  margin-left: 0.14rem;
  color: white; }

.about-container {
  color: #282828; }
  .about-container .banner {
    line-height: 0; }
    .about-container .banner img {
      width: 100%; }
  .about-container .about-menu {
    background: url(../images/about02.jpg) no-repeat;
    background-size: 100% 100%; }
    .about-container .about-menu .list {
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 1rem; }
      .about-container .about-menu .list.list2 {
        justify-content: space-between; }
      .about-container .about-menu .list.list3 {
        justify-content: center; }
        .about-container .about-menu .list.list3 .item {
          margin: 0 1rem; }
      .about-container .about-menu .list .item {
        display: block;
        font-size: 0.24rem;
        color: white;
        padding: 0.1rem 0 0.06rem;
        border-bottom: 0.04rem solid transparent; }
        .about-container .about-menu .list .item:hover, .about-container .about-menu .list .item.active {
          font-weight: bold;
          border-bottom-color: white; }
  .about-container .about-content {
    background-color: white;
    padding: 0.2rem 0 0.5rem; }
    .about-container .about-content .title {
      padding: 0.6rem 0; }
      .about-container .about-content .title h3 {
        font-size: 0.48rem;
        border-left: 0.08rem solid #1a6199;
        padding-left: 0.2rem; }
    .about-container .about-content .cont {
      font-size: 0.18rem;
      line-height: 0.3rem;
      position: relative; }
      .about-container .about-content .cont::after {
        content: "";
        width: 0.7rem;
        height: 0.7rem;
        border-top: 0.3rem solid #1a6199;
        border-right: 0.3rem solid #1a6199;
        position: absolute;
        top: -0.29rem;
        right: -0.29rem; }
      .about-container .about-content .cont p {
        margin: 0;
        margin-bottom: 0.4rem; }
      .about-container .about-content .cont .video {
        float: right;
        width: 6.7rem;
        height: 3.77rem;
        margin: 0 0 0.2rem 0.4rem;
        line-height: 0; }
        .about-container .about-content .cont .video img {
          width: 100%;
          height: 100%; }
  .about-container .about-numbers {
    background-color: #f7f8fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem; }
    .about-container .about-numbers .item {
      margin: 0 0.8rem;
      text-align: center; }
    .about-container .about-numbers .number {
      font-size: 0.18rem; }
      .about-container .about-numbers .number strong {
        color: #1a6199;
        font-size: 0.72rem;
        margin-right: 0.05rem;
        font-family: "Impact";
        font-weight: normal;
        position: relative; }
        .about-container .about-numbers .number strong .plus {
          font-size: 0.24rem;
          position: absolute;
          top: 0;
          right: -0.2rem; }
    .about-container .about-numbers .label {
      font-size: 0.18rem;
      padding: 0.1rem 0 0 0; }
  .about-container .about-why {
    height: 6.1rem;
    background: url(../images/about04.jpg) no-repeat;
    background-size: cover;
    font-size: 0.18rem;
    color: white; }
    .about-container .about-why .title {
      margin-bottom: 0.4rem; }
      .about-container .about-why .title h3 {
        position: relative;
        font-size: 0.48rem;
        text-align: center;
        padding: 1rem 0; }
        .about-container .about-why .title h3:after {
          content: "";
          width: 0.6rem;
          height: 0.04rem;
          background-color: white;
          position: absolute;
          bottom: 0.4rem;
          left: 50%;
          transform: translateX(-50%); }
    .about-container .about-why .cont .list {
      display: flex; }
      .about-container .about-why .cont .list .item {
        flex: 1;
        padding: 0 0.18rem; }
        .about-container .about-why .cont .list .item .tit {
          display: flex;
          align-items: center;
          font-size: 0.3rem;
          height: 1rem; }
          .about-container .about-why .cont .list .item .tit .icon {
            width: 0.72rem;
            height: 0.72rem;
            margin-right: 0.04rem; }
            .about-container .about-why .cont .list .item .tit .icon.icon01 {
              background: url(../images/why-icon01.png) no-repeat;
              background-size: contain; }
            .about-container .about-why .cont .list .item .tit .icon.icon02 {
              background: url(../images/why-icon02.png) no-repeat;
              background-size: contain; }
            .about-container .about-why .cont .list .item .tit .icon.icon03 {
              background: url(../images/why-icon03.png) no-repeat;
              background-size: contain; }
            .about-container .about-why .cont .list .item .tit .icon.icon04 {
              background: url(../images/why-icon04.png) no-repeat;
              background-size: contain; }
        .about-container .about-why .cont .list .item .con {
          line-height: 0.3rem; }
  .about-container .about-work {
    display: flex; }
    .about-container .about-work .video {
      width: 50%;
      height: 5.4rem; }
      .about-container .about-work .video img {
        width: 100%;
        height: 100%; }
    .about-container .about-work .work-record {
      width: 50%;
      height: 5.4rem;
      background: url(../images/about06.jpg) no-repeat;
      background-size: cover;
      box-sizing: border-box;
      padding: 0.78rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: white; }
      .about-container .about-work .work-record .title {
        margin-bottom: 0.4rem; }
        .about-container .about-work .work-record .title h3 {
          position: relative;
          font-size: 0.48rem;
          padding-bottom: 0.4rem;
          font-weight: normal; }
          .about-container .about-work .work-record .title h3:after {
            content: "";
            width: 0.6rem;
            height: 0.04rem;
            background-color: white;
            position: absolute;
            bottom: 0;
            left: 0; }
      .about-container .about-work .work-record .cont {
        font-size: 0.2rem;
        line-height: 0.3rem;
        width: 6.4rem; }
  .about-container .about-course .title {
    padding: 0.8rem 0 0;
    margin-bottom: 0.4rem; }
    .about-container .about-course .title h3 {
      position: relative;
      font-size: 0.48rem;
      text-align: center;
      padding-bottom: 0.4rem; }
      .about-container .about-course .title h3:after {
        content: "";
        width: 0.6rem;
        height: 0.04rem;
        background-color: #1a6199;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .about-container .about-course .cont {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .about-container .about-course .cont .button-prev, .about-container .about-course .cont .button-next {
      cursor: pointer;
      display: block;
      width: 0.32rem;
      height: 0.64rem;
      position: absolute;
      top: 0.5rem;
      background: url(../images/about-arrow.png) white no-repeat;
      background-size: cover;
      z-index: 99; }
      .about-container .about-course .cont .button-prev:hover, .about-container .about-course .cont .button-next:hover {
        opacity: 0.8; }
    .about-container .about-course .cont .button-prev {
      left: 0;
      display: none; }
    .about-container .about-course .cont .button-next {
      right: 0;
      transform: rotateY(180deg); }
    .about-container .about-course .cont .years {
      width: 30rem;
      display: flex;
      align-items: center;
      padding: 0 1rem; }
      .about-container .about-course .cont .years .year {
        width: 2.5rem;
        text-align: center;
        font-size: 0.4rem;
        color: #ababab;
        font-style: italic;
        position: relative;
        height: 1.48rem;
        line-height: 1.48rem;
        box-sizing: border-box;
        cursor: pointer;
        transition: all 0.35s; }
        .about-container .about-course .cont .years .year:after {
          display: none;
          content: "";
          width: 0.6rem;
          height: 0.04rem;
          background-color: #1a6199;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
        .about-container .about-course .cont .years .year:hover {
          color: #1a6199; }
        .about-container .about-course .cont .years .year.active {
          font-size: 0.72rem;
          font-weight: bold;
          color: #1a6199;
          font-style: normal; }
          .about-container .about-course .cont .years .year.active::after {
            display: block; }
    .about-container .about-course .cont .list {
      width: 3000rem;
      display: flex; }
      .about-container .about-course .cont .list .item {
        width: 14rem;
        padding: 0.4rem 0;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .about-container .about-course .cont .list .item .photo {
          width: 8rem;
          height: 5rem; }
          .about-container .about-course .cont .list .item .photo img {
            width: 100%;
            height: 100%; }
        .about-container .about-course .cont .list .item .name {
          font-size: 0.24rem;
          padding: 0.4rem; }

.about2-content {
  height: 19.58rem;
  background: url(../images/about11.jpg) no-repeat;
  background-size: cover; }
  .about2-content .yj {
    height: 6.5rem;
    text-align: center; }
    .about2-content .yj .title {
      padding: 1.8rem 0 0;
      margin-bottom: 0.4rem; }
      .about2-content .yj .title h3 {
        position: relative;
        font-size: 0.48rem;
        padding-bottom: 0.4rem; }
        .about2-content .yj .title h3:after {
          content: "";
          width: 0.6rem;
          height: 0.04rem;
          background-color: #1a6199;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
    .about2-content .yj .cont {
      font-size: 0.72rem;
      color: #1a6199; }
  .about2-content .sm .title {
    padding: 1rem 0 0;
    margin-bottom: 0.4rem;
    text-align: center; }
    .about2-content .sm .title h3 {
      position: relative;
      font-size: 0.48rem;
      padding-bottom: 0.4rem;
      color: white; }
      .about2-content .sm .title h3:after {
        content: "";
        width: 0.6rem;
        height: 0.04rem;
        background-color: white;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .about2-content .sm .list .item {
    display: flex;
    margin-bottom: 0.4rem; }
    .about2-content .sm .list .item .photo {
      width: 50%;
      height: 3rem;
      overflow: hidden; }
      .about2-content .sm .list .item .photo img {
        width: 100%;
        height: 100%;
        transition: all 0.35s;
        transform: scale(1); }
    .about2-content .sm .list .item:hover .photo img {
      transform: scale(1.1); }
    .about2-content .sm .list .item .text {
      width: 50%;
      box-sizing: border-box;
      height: 3rem;
      background-color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 0.56rem;
      line-height: 0.3rem; }
      .about2-content .sm .list .item .text h4 {
        font-size: 0.3rem;
        margin-bottom: 0.2rem; }
      .about2-content .sm .list .item .text p {
        margin: 0; }
    .about2-content .sm .list .item:nth-child(even) {
      flex-direction: row-reverse; }

.about2-list .list {
  display: flex;
  height: 6.4rem;
  padding-bottom: 0.4rem; }
  .about2-list .list .item {
    position: relative;
    flex: 1;
    padding-top: 1rem;
    padding-right: 0.76rem; }
    .about2-list .list .item h3 {
      position: relative;
      font-size: 0.48rem;
      padding-bottom: 0.4rem;
      margin-bottom: 0.4rem;
      text-align: center; }
      .about2-list .list .item h3:after {
        content: "";
        width: 0.6rem;
        height: 0.04rem;
        background-color: #1a6199;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .about2-list .list .item .desc {
      text-align: center;
      font-size: 0.36rem;
      color: #1a6199;
      width: 3.3rem;
      margin: 0 auto;
      height: 1.4rem; }
    .about2-list .list .item p {
      line-height: 0.3rem;
      margin: 0; }
    .about2-list .list .item:last-child {
      padding-left: 0.76rem;
      padding-right: 0; }
      .about2-list .list .item:last-child::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0.94rem;
        height: 1.7rem;
        border-left: 1px solid #1a6199; }

.about-partner {
  text-align: center;
  padding-bottom: 0.6rem; }
  .about-partner > .photo {
    overflow: hidden; }
    .about-partner > .photo img {
      width: 100%;
      transition: all 0.35s;
      transform: scale(1); }
      .about-partner > .photo img:hover {
        transform: scale(1.1); }
  .about-partner .title {
    padding: 0.7rem 0 0;
    margin-bottom: 0.4rem; }
    .about-partner .title h3 {
      position: relative;
      font-size: 0.48rem;
      padding-bottom: 0.4rem; }
      .about-partner .title h3:after {
        content: "";
        width: 0.6rem;
        height: 0.04rem;
        background-color: #1a6199;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .about-partner .sub-title {
    font-size: 0.72rem;
    color: #1a6199;
    margin-bottom: 0.7rem;
    letter-spacing: 0.06rem; }
  .about-partner .text {
    font-size: 0.24rem;
    line-height: 0.6rem; }
  .about-partner .desc {
    position: relative;
    padding-right: 0.3rem; }
    .about-partner .desc::after {
      content: "";
      width: 0.7rem;
      height: 0.7rem;
      border-top: 0.3rem solid #1a6199;
      border-right: 0.3rem solid #1a6199;
      position: absolute;
      top: -0.29rem;
      right: 1px; }
    .about-partner .desc .text {
      min-height: 1rem;
      box-sizing: border-box;
      line-height: 0.3rem;
      padding: 0.3rem 0.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f7f8fa;
      font-size: 0.24rem;
      letter-spacing: 2px; }
      .about-partner .desc .text.text2 {
        font-size: 0.18rem;
        justify-content: flex-start;
        text-align: left; }
  .about-partner .cont {
    display: flex;
    align-items: center;
    padding: 0.7rem 0 0.4rem; }
    .about-partner .cont .tit {
      width: 50%;
      font-size: 0.3rem;
      display: flex;
      align-items: center;
      font-weight: bold; }
      .about-partner .cont .tit strong {
        display: block;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background-color: #fba52e;
        color: white;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        box-sizing: border-box;
        padding: 0 0.08rem; }
    .about-partner .cont .desc {
      width: 50%; }
  .about-partner .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.6rem 0; }
    .about-partner .list a {
      display: block;
      width: 20%;
      height: 1.43rem; }
      .about-partner .list a img {
        width: 100%;
        height: 100%; }

.about-swqt {
  background-color: #f7f8fa; }
  .about-swqt .main-width {
    height: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .about-swqt .main-width .title {
      padding: 0.7rem 0 0;
      margin-bottom: 0.4rem; }
      .about-swqt .main-width .title h3 {
        position: relative;
        font-size: 0.48rem;
        padding-bottom: 0.4rem; }
        .about-swqt .main-width .title h3:after {
          content: "";
          width: 0.6rem;
          height: 0.04rem;
          background-color: #1a6199;
          position: absolute;
          bottom: 0;
          left: 0; }
  .about-swqt .buttons .button {
    cursor: pointer;
    height: 1rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    color: white;
    background-color: #1a6199;
    border-radius: 0.5rem;
    margin-right: 0.3rem;
    font-family: 'PingFang SC Heavy'; }
    .about-swqt .buttons .button .icon-phone {
      display: block;
      width: 0.41rem;
      height: 0.41rem;
      background: url(../images/phone-icon.png) no-repeat;
      background-size: cover;
      margin-right: 0.1rem; }

.apply-menu {
  height: 1rem;
  background: url(../images/apply02.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .apply-menu .text {
    position: relative;
    padding: 0 0.8rem;
    font-size: 0.24rem;
    color: white; }
    .apply-menu .text::before, .apply-menu .text::after {
      content: "";
      width: 0.6rem;
      border-top: 1px solid white;
      position: absolute;
      top: 50%; }
    .apply-menu .text::before {
      left: 0; }
    .apply-menu .text::after {
      right: 0; }
  .apply-menu .text2 {
    color: white;
    font-size: 0.36rem;
    letter-spacing: 0.06rem; }

.apply-list .list {
  margin: 0 -0.35rem;
  padding: 0.65rem 0; }

.apply-list .list li {
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0.35rem; }

.apply-list .list li a {
  display: block;
  width: 100%;
  height: 100%; }

.apply-list .list li a .photo {
  overflow: hidden;
  height: 2rem;
  line-height: 0; }

.apply-list .list li a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: scale(1); }

.apply-list .list li a:hover img {
  transform: scale(1.1); }

.apply-list .list li .name {
  font-size: 0.3rem;
  color: #0a0a0a;
  padding: 0.4rem 0 0.16rem;
  text-align: center; }

.apply-list .list li img {
  width: 100%; }

.apply-list .list li .text {
  padding: 0 0.2rem 0.26rem;
  color: #282828;
  background-color: #f7f8fa;
  text-align: center; }

.apply-list .list li .text .tit {
  font-size: 0.2rem;
  padding: 0.16rem 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.apply-list .list li .text .desc {
  font-size: 0.2rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0.3rem; }

.apply-list .more {
  font-size: 0.22rem;
  color: #1a6199;
  display: inline-block;
  padding-right: 0.35rem;
  background: url(../images/icon-arrow-right.png) no-repeat right center;
  background-size: 0.26rem 0.15rem;
  font-weight: bold; }
  .apply-list .more:hover {
    opacity: 0.8; }

.apply2-list {
  background-color: #1a6199; }
  .apply2-list .list {
    padding: 0.7rem 0;
    display: flex;
    justify-content: center; }
    .apply2-list .list .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 20%; }
      .apply2-list .list .item .icon {
        width: 1rem;
        height: 1rem;
        margin-bottom: 0.45rem; }
        .apply2-list .list .item .icon.icon01 {
          background: url(../images/apply-icon01.png) no-repeat;
          background-size: cover; }
        .apply2-list .list .item .icon.icon02 {
          background: url(../images/apply-icon02.png) no-repeat;
          background-size: cover; }
        .apply2-list .list .item .icon.icon03 {
          background: url(../images/apply-icon03.png) no-repeat;
          background-size: cover; }
        .apply2-list .list .item .icon.icon04 {
          background: url(../images/apply-icon04.png) no-repeat;
          background-size: cover; }
        .apply2-list .list .item .icon.icon05 {
          background: url(../images/apply-icon05.png) no-repeat;
          background-size: cover; }
      .apply2-list .list .item .name {
        font-size: 0.24rem;
        color: white; }

.apply2-swiper {
  background-color: #f7f8fa;
  padding-bottom: 1.4rem; }
  .apply2-swiper .title {
    font-size: 0.48rem;
    padding: 0.8rem 0;
    text-align: center; }
  .apply2-swiper .swiper-container {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box; }
  .apply2-swiper .swiper-slide {
    width: 5.1rem; }
    .apply2-swiper .swiper-slide .item {
      width: 4.1rem;
      padding: 0.2rem;
      background: white; }
      .apply2-swiper .swiper-slide .item .photo {
        width: 100%;
        height: 3rem;
        overflow: hidden; }
      .apply2-swiper .swiper-slide .item .photo img {
        width: 100%;
        height: 100%;
        transition: all 0.35s;
        transform: scale(1); }
      .apply2-swiper .swiper-slide .item .text h4 {
        padding: 0.35rem 0 0.15rem;
        font-size: 0.3rem; }
      .apply2-swiper .swiper-slide .item .text p {
        min-height: 0.68rem;
        margin: 0;
        font-size: 0.18rem;
        line-height: 0.3rem; }
      .apply2-swiper .swiper-slide .item:hover .photo img {
        transform: scale(1.1); }
  .apply2-swiper .swiper-button-next, .apply2-swiper .swiper-button-prev {
    width: 1rem;
    height: 1rem;
    padding: 0; }
    .apply2-swiper .swiper-button-next.swiper-button-disabled, .apply2-swiper .swiper-button-prev.swiper-button-disabled {
      opacity: 0; }
  .apply2-swiper .swiper-button-prev, .apply2-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/apply-prev-icon.png);
    background-size: contain;
    left: 0.5rem; }
  .apply2-swiper .swiper-button-next, .apply2-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/apply-next-icon.png);
    background-size: contain;
    right: 0.5rem; }

.ability-content {
  height: 8rem;
  overflow: hidden;
  position: relative; }
  .ability-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ability02.jpg) no-repeat;
    background-size: cover;
    transition: all 0.35s;
    transform: scale(1); }
  .ability-content:hover::after {
    transform: scale(1.1); }
  .ability-content .main-width {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2; }
  .ability-content .panel {
    padding: 0.54rem;
    width: 7rem;
    box-sizing: border-box;
    background-color: rgba(26, 97, 153, 0.85);
    color: white;
    position: relative; }
    .ability-content .panel:after {
      content: "";
      width: 0.6rem;
      height: 0.04rem;
      position: absolute;
      left: 0.54rem;
      top: 0;
      background-color: white; }
    .ability-content .panel h3 {
      font-size: 0.48rem;
      padding: 0.2rem 0 0.35rem;
      font-weight: normal; }
    .ability-content .panel p {
      font-size: 0.24rem;
      line-height: 0.36rem; }

.ability-sl {
  padding-bottom: 1rem; }
  .ability-sl .text {
    text-align: center; }
    .ability-sl .text > div {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin-bottom: 0.2rem;
      padding: 0 0.2rem; }
      .ability-sl .text > div:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -0.04rem;
        border-top: 0.1rem solid #f7f8fa;
        z-index: -1; }
  .ability-sl .swiper-container {
    padding: 0.4rem 0.28rem; }
  .ability-sl .swiper-slide .item {
    height: 4.9rem;
    text-align: center; }
    .ability-sl .swiper-slide .item img {
      width: 3.9rem;
      height: 100%; }
  .ability-sl .swiper-button-next, .ability-sl .swiper-button-prev {
    width: 0.32rem;
    height: 0.64rem;
    padding: 0; }
    .ability-sl .swiper-button-next:hover, .ability-sl .swiper-button-prev:hover {
      opacity: 0.8; }
  .ability-sl .swiper-button-prev, .ability-sl .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ability-prev.png);
    background-size: contain;
    left: 0px; }
  .ability-sl .swiper-button-next, .ability-sl .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ability-next.png);
    background-size: contain;
    right: 0px; }

.yh-text {
  position: relative;
  display: inline-block;
  padding: 0 1rem; }

.yh-text::before, .yh-text::after {
  content: "";
  position: absolute;
  width: 0.34rem;
  height: 0.26rem; }

.yh-text::before {
  background: url(../images/yh-start-icon.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0; }

.yh-text::after {
  background: url(../images/yh-end-icon2.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0; }

.ability2-panel {
  position: relative; }
  .ability2-panel.bg1 {
    background-color: #dfe6e4; }
  .ability2-panel.bg2 {
    background-color: #d8d7cb; }
  .ability2-panel .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 2rem; }
  .ability2-panel .text {
    font-size: 0.2rem;
    width: 5.7rem;
    height: 2rem;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ability2-panel .text h3 {
      font-size: 0.36rem; }

.ability2-list {
  color: #1a1a1a;
  padding: 0.4rem 0 0.7rem; }
  .ability2-list .list {
    display: flex;
    justify-content: space-between; }
    .ability2-list .list .item {
      width: 3.2rem;
      position: relative; }
      .ability2-list .list .item .photo {
        background: url(../images/ability12.png) no-repeat;
        background-size: contain;
        width: 100%;
        height: 3.3rem; }
        .ability2-list .list .item .photo img {
          width: 100%;
          height: 3rem; }
      .ability2-list .list .item .name {
        font-size: 0.24rem;
        text-align: center;
        position: absolute;
        top: 2.54rem;
        width: 100%;
        font-weight: bold; }
      .ability2-list .list .item .name-en {
        font-size: 0.18rem;
        text-align: center;
        position: absolute;
        top: 3rem;
        width: 100%;
        color: white;
        line-height: 0.3rem;
        text-transform: uppercase;
        font-style: italic; }
      .ability2-list .list .item .desc {
        font-size: 0.18rem;
        line-height: 0.28rem;
        padding: 0.25rem 0.05rem 0; }
  .ability2-list .list2 {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0 0.4rem; }
    .ability2-list .list2 .item {
      width: 3.2rem;
      position: relative;
      text-align: center; }
      .ability2-list .list2 .item .photo {
        background: url(../images/ability14.png) no-repeat;
        background-size: contain;
        width: 2rem;
        height: 2rem;
        margin: 0 auto 0.25rem;
        padding: 0.3rem; }
        .ability2-list .list2 .item .photo img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .ability2-list .list2 .item .name {
        font-size: 0.24rem;
        font-weight: bold; }
      .ability2-list .list2 .item .desc {
        font-size: 0.18rem;
        line-height: 0.28rem;
        padding: 0.15rem 0.08rem 0; }

.ability2-panel2 {
  position: relative;
  background: url(../images/ability15.jpg) no-repeat bottom center;
  background-size: 100% 5rem;
  height: 6.72rem; }
  .ability2-panel2 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 5.3rem; }
  .ability2-panel2 .main-width {
    display: flex;
    justify-content: flex-end; }
    .ability2-panel2 .main-width .right-text {
      width: 50%;
      box-sizing: border-box;
      padding: 0 0.4rem 0 0.6rem; }
      .ability2-panel2 .main-width .right-text > .text {
        height: 1.7rem;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .ability2-panel2 .main-width .right-text > .text .name {
          font-size: 0.36rem;
          font-weight: bold; }
        .ability2-panel2 .main-width .right-text > .text .desc {
          font-size: 0.2rem;
          line-height: 0.28rem;
          padding: 0.15rem 0 0; }
    .ability2-panel2 .main-width .numbers {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 2rem;
      color: white;
      text-align: center; }
      .ability2-panel2 .main-width .numbers .number {
        font-size: 0.18rem; }
        .ability2-panel2 .main-width .numbers .number strong {
          color: white;
          font-size: 0.72rem;
          margin-right: 0.05rem;
          font-family: "Impact";
          font-weight: normal;
          position: relative; }
          .ability2-panel2 .main-width .numbers .number strong .plus {
            font-size: 0.24rem;
            position: absolute;
            top: 0;
            right: -0.2rem; }
      .ability2-panel2 .main-width .numbers .label {
        font-size: 0.18rem;
        padding: 0.1rem 0 0 0.3rem; }
    .ability2-panel2 .main-width .text1, .ability2-panel2 .main-width .text2 {
      font-size: 0.22rem;
      line-height: 0.36rem;
      color: white; }
    .ability2-panel2 .main-width .text1 {
      font-style: italic; }

.product-type-list .list {
  padding: 1rem 0; }
  .product-type-list .list li {
    margin-bottom: 0.4rem; }
    .product-type-list .list li:last-child {
      margin-bottom: 0; }
  .product-type-list .list a {
    display: flex;
    align-items: center;
    height: 2rem;
    width: 100%;
    background-color: #e9eaec;
    overflow: hidden; }
    .product-type-list .list a .name {
      flex: 1;
      font-size: 0.36rem;
      color: #282828;
      padding: 0 0 0.3rem 0.98rem;
      position: relative; }
      .product-type-list .list a .name::after {
        content: "";
        background-color: #1a6199;
        width: 0.6rem;
        height: 0.04rem;
        position: absolute;
        bottom: 0;
        left: 0.98rem; }
    .product-type-list .list a .photo {
      width: 6.6rem;
      line-height: 0; }
      .product-type-list .list a .photo img {
        width: 100%;
        transition: all 0.35s;
        transform: scale(1); }
    .product-type-list .list a:hover .photo img {
      transform: scale(1.1); }
    .product-type-list .list a .more {
      width: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1a6199;
      font-size: 0.22rem;
      font-weight: bold; }
      .product-type-list .list a .more:hover {
        opacity: 0.8; }
      .product-type-list .list a .more .icon {
        display: inline-block;
        width: 0.26rem;
        height: 0.15rem;
        background: url(../images/icon-arrow-right.png) no-repeat;
        background-size: contain;
        margin-left: 0.1rem; }

.nav {
  background-color: #f7f8fa; }
  .nav .list {
    display: flex;
    align-items: center;
    height: 1rem; }
    .nav .list .item {
      font-size: 0.22rem;
      color: #ababab;
      padding-left: 0.3rem;
      background: url(../images/nav-icon.png) no-repeat left center;
      background-size: 0.11rem 0.18rem;
      margin-right: 0.2rem; }
      .nav .list .item:first-child {
        padding: 0;
        background: none; }
    .nav .list span.item {
      color: #282828;
      background: url(../images/nav-icon2.png) no-repeat left center;
      background-size: 0.11rem 0.18rem; }

.product-list .title {
  text-align: center;
  padding: 0.7rem 0 0;
  margin-bottom: 0.4rem; }
  .product-list .title h3 {
    position: relative;
    font-size: 0.48rem;
    padding-bottom: 0.4rem;
    font-weight: normal; }
    .product-list .title h3:after {
      content: "";
      width: 0.6rem;
      height: 0.04rem;
      background-color: #1a6199;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }

.product-list .tags {
  background: #f7f8fa;
  padding: 0.35rem;
  display: flex;
  flex-wrap: wrap; }
  .product-list .tags .tag-item {
    cursor: pointer;
    margin: 0.05rem;
    font-size: 0.18rem;
    color: #282828;
    height: 0.6rem;
    display: flex;
    align-items: center;
    background: white;
    padding: 0 0.25rem;
    transition: all 0.35s; }
    .product-list .tags .tag-item:hover, .product-list .tags .tag-item.active {
      color: white;
      background-color: #1a6199; }

.product-list .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.35rem 0 0.95rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem; }
  .product-list .list .item {
    margin: 0.1rem;
    width: 3.35rem; }
    .product-list .list .item .photo {
      border: 1px solid white;
      transition: all 0.35s;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
      overflow: hidden; }
    .product-list .list .item img {
      width: 100%;
      transition: all 0.35s;
      transform: scale(1); }
    .product-list .list .item .text {
      padding: 0.2rem;
      font-size: 0.2rem;
      color: #282828;
      text-align: center; }
    .product-list .list .item:hover .photo, .product-list .list .item.active .photo {
      border-color: #1a6199; }
      .product-list .list .item:hover .photo img, .product-list .list .item.active .photo img {
        transform: scale(1.1); }
    .product-list .list .item:hover .text, .product-list .list .item.active .text {
      font-weight: bold; }

.news-title {
  padding-bottom: 0; }

.news-list {
  padding-top: 0; }

.news-list .item {
  margin-bottom: 0.4rem; }

.news-detail {
  padding-bottom: 0.7rem; }
  .news-detail .title {
    text-align: center;
    padding: 0.5rem 0 0.2rem; }
    .news-detail .title h3 {
      font-size: 0.4rem;
      font-weight: normal;
      margin-bottom: 0.25rem; }
    .news-detail .title .date {
      font-size: 0.24rem;
      color: #ababab; }
  .news-detail .cont {
    padding: 0.3rem;
    position: relative; }
    .news-detail .cont::before, .news-detail .cont::after {
      content: "";
      width: 0.7rem;
      height: 0.7rem;
      position: absolute; }
    .news-detail .cont::before {
      border-top: 0.3rem solid #f6f7f9;
      border-left: 0.3rem solid #f6f7f9;
      top: 0;
      left: 0; }
    .news-detail .cont::after {
      border-bottom: 0.3rem solid #f6f7f9;
      border-right: 0.3rem solid #f6f7f9;
      bottom: 0;
      right: 0; }
    .news-detail .cont .inner-panel {
      position: relative;
      box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
      padding: 0.56rem;
      font-size: 0.22rem;
      line-height: 0.36rem;
      color: #282828; }
      .news-detail .cont .inner-panel::before {
        content: "";
        width: 0.08rem;
        height: 0.6rem;
        background-color: #1a6199;
        position: absolute;
        left: 0;
        top: 0; }
      .news-detail .cont .inner-panel img {
        max-width: 100%; }
      .news-detail .cont .inner-panel .test {
        width: 10rem;
        height: 4.8rem; }

.page2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 2rem;
  padding: 0.7rem 0; }
  .page2 .prev, .page2 .next {
    cursor: pointer;
    font-size: 0.2rem;
    color: #1a6199;
    display: flex;
    align-items: center; }
    .page2 .prev .icon, .page2 .next .icon {
      display: inline-block;
      width: 0.26rem;
      height: 0.15rem;
      background: url(../images/icon-arrow-right.png) no-repeat;
      background-size: contain; }
  .page2 .prev .icon {
    margin-right: 0.1rem;
    transform: rotateY(180deg); }
  .page2 .next .icon {
    margin-left: 0.1rem; }

    .contact-map {
      height: 17.3rem;
      position: relative;
      color: white;
      margin-bottom: 1rem; }
      .contact-map .text-panel {
        position: relative;
        width: 6.15rem;
        height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 0.22rem;
        z-index: 2; }
        .contact-map .text-panel h4 {
          font-size: 0.3rem;
          margin-bottom: 0.2rem;
          font-weight: normal; }
        .contact-map .text-panel .list {
          padding: 0.1rem 0;
          display: flex;
          align-items: center; }
          .contact-map .text-panel .list .item {
            position: relative;
            display: flex;
            align-items: center;
            padding: 0.06rem 0.2rem;
            color: white;
            font-family: 'PingFang SC Heavy'; }
            .contact-map .text-panel .list .item.letter {
              letter-spacing: 0.04rem; }
            .contact-map .text-panel .list .item::after {
              content: "";
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              height: 0.16rem;
              border-right: 1px solid white; }
            .contact-map .text-panel .list .item:last-child::after {
              display: none; }
            .contact-map .text-panel .list .item .icon {
              margin-right: 0.06rem;
              display: inline-block; }
            .contact-map .text-panel .list .item .icon-mail {
              background: url(../images/contact-mail-icon.png) no-repeat;
              background-size: contain;
              width: 0.24rem;
              height: 0.18rem; }
            .contact-map .text-panel .list .item .icon-phone {
              background: url(../images/contact-phone-icon.png) no-repeat;
              background-size: contain;
              width: 0.23rem;
              height: 0.23rem; }
      .contact-map .text-panel1,.contact-map .text-panel6 {
        width: 11.6rem;
        height: 1.6rem;
        background-color: rgba(26, 97, 153, 0.8); }
        .contact-map .text-panel6 {
          position: absolute;
          top: 13.3rem;
          left: 50%;
          transform: translateX(-50%); }
        .contact-map .text-panel1:after, .contact-map .text-panel6:after {
          content: "";
          border: 0.1rem solid transparent;
          border-top-color: #1a6199;
          position: absolute;
          left: 50%;
          bottom: -0.4rem;
          transform: translate(-50%, -100%); }
      .contact-map .text-panel2, .contact-map .text-panel3, .contact-map .text-panel4, .contact-map .text-panel5 {
        background-color: rgba(0, 0, 0, 0.6); }
        .contact-map .text-panel2:after, .contact-map .text-panel3:after, .contact-map .text-panel4:after, .contact-map .text-panel5:after {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          background-color: #fba52e;
          width: 0.6rem;
          height: 0.08rem;
          transform: translateX(-50%); }
      .contact-map .map {
        position: absolute;
        z-index: 1; }
        .contact-map .map.map1 {
          width: 14rem;
          height: 5rem;
          top: 0;
          left: 0; }
          .contact-map .map.map6 {
            width: 14rem;
            height: 5rem;
            top: 13.3rem;
            left: 0; }
        .contact-map .map.map2, .contact-map .map.map3, .contact-map .map.map4, .contact-map .map.map5 {
          width: 6.95rem;
          height: 4rem;
          top: 5.1rem;
          left: 0; }
        .contact-map .map.map3, .contact-map .map.map5 {
          left: 7.05rem; }
        .contact-map .map.map4, .contact-map .map.map5 {
          top: 9.2rem; }

.contact-content {
  background-color: #f7f8fa;
  padding: 0.8rem 0 1.4rem; }
  .contact-content .inner-panel {
    display: flex; }
    .contact-content .inner-panel .left-panel {
      width: 50%; }
      .contact-content .inner-panel .left-panel .title {
        padding: 0; }
        .contact-content .inner-panel .left-panel .title h3 {
          position: relative;
          font-size: 0.48rem;
          padding-bottom: 0.3rem;
          margin-bottom: 0.3rem; }
          .contact-content .inner-panel .left-panel .title h3:after {
            content: "";
            width: 0.6rem;
            height: 0.04rem;
            background-color: #1a6199;
            position: absolute;
            bottom: 0;
            left: 0; }
        .contact-content .inner-panel .left-panel .title .desc {
          font-size: 0.2rem; }
          .contact-content .inner-panel .left-panel .follow {
            width: 3.6rem;
          }
          .contact-content .inner-panel .left-panel .follow .text {
            float: right;
          }
          .contact-content .inner-panel .left-panel .follow .t {
            font-size: 0.2rem;
            margin: 0.4rem 0 0.2rem; }
            .contact-content .inner-panel .left-panel .follow .c {
              text-align: left;
            margin-top: 1.1rem;
            padding-left: 0.2rem;
            width: 2rem;
            font-size: 0.18rem;
            line-height: 0.24rem; }
            .contact-content .inner-panel .left-panel .qrcode {
            float: right;
            width: 1.4rem;
            height: 1.4rem; }
            .contact-content .inner-panel .left-panel .qrcode img {
            width: 100%;
            height: 100%; }
      .contact-content .inner-panel .left-panel .cont {
        padding: 0.3rem 0;
        display: flex; }
        .contact-content .inner-panel .left-panel .cont .item {
          margin-right: 0.7rem;
          font-size: 0.2rem; }
        .contact-content .inner-panel .left-panel .cont .tit {
          color: #1a6199;
          display: flex;
          align-items: center;
          margin-bottom: 0.08rem;
          font-weight: bold; }
          .contact-content .inner-panel .left-panel .cont .tit .icon {
            margin-right: 0.06rem;
            display: inline-block; }
          .contact-content .inner-panel .left-panel .cont .tit .icon-mail {
            background: url(../images/contact-mail-icon2.png) no-repeat;
            background-size: contain;
            width: 0.24rem;
            height: 0.18rem; }
          .contact-content .inner-panel .left-panel .cont .tit .icon-phone {
            background: url(../images/contact-phone-icon2.png) no-repeat;
            background-size: contain;
            width: 0.23rem;
            height: 0.23rem; }
    .contact-content .inner-panel .right-panel {
      width: 50%; }

.form {
  display: flex;
  flex-wrap: wrap; }
  .form .form-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.05rem;
    width: 3.3rem;
    min-height: 0.6rem;
    background-color: white;
    box-sizing: border-box;
    padding: 0 0.2rem; }
    .form .form-item.flex1 {
      width: 6.7rem; }
      .form .form-item.flex1 .label {
        width: 100%; }
      .form .form-item.flex1 .input {
        flex: none;
        padding: 0;
        width: 100%;
        height: 1.24rem; }
    .form .form-item.flex2 {
        width: 6.7rem; }
      .form .form-item.flex2 .input {
        flex: 1; }
    .form .form-item .label {
      font-size: 0.2rem;
      color: #ababab;
      line-height: 0.6rem; }
    .form .form-item .input {
      flex: 1;
      height: 0.6rem;
      outline: none;
      color: #282828;
      border: none;
      appearance: none;
      padding: 0 0.1rem; }
  .form .button {
    cursor: pointer;
    margin-left: 0.05rem;
    background-color: #1a6199;
    width: 6.7rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    margin-top: 0.12rem;
    text-align: center;
    color: white; }

.product-detail {
  overflow: hidden; }
  .product-detail .detail-photo .cont {
    display: block; }
  .product-detail .cont {
    display: flex;
    padding: 0.6rem 0; }
    .product-detail .cont .swiper-container {
      border: 0.04rem solid #f7f8fa;
      width: 6.94rem;
      height: 6.94rem; }
      .product-detail .cont .swiper-container .swiper-button-next, .product-detail .cont .swiper-container .swiper-button-prev {
        width: 0.32rem;
        height: 0.64rem;
        padding: 0; }
        .product-detail .cont .swiper-container .swiper-button-next:hover, .product-detail .cont .swiper-container .swiper-button-prev:hover {
          opacity: 0.8; }
      .product-detail .cont .swiper-container .swiper-button-prev, .product-detail .cont .swiper-container .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/ability-prev.png);
        background-size: contain;
        left: 0.3rem; }
      .product-detail .cont .swiper-container .swiper-button-next, .product-detail .cont .swiper-container .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/ability-next.png);
        background-size: contain;
        right: 0.3rem; }
      .product-detail .cont .swiper-container .swiper-pagination {
        bottom: 0.3rem !important; }
      .product-detail .cont .swiper-container .swiper-pagination-bullet {
        width: 0.16rem;
        height: 0.16rem;
        background-color: #e5e5e5;
        opacity: 1;
        border-radius: 0;
        margin: 0 0.12rem !important; }
      .product-detail .cont .swiper-container .swiper-pagination-bullet-active {
        background-color: #1a6199; }
    .product-detail .cont .photo {
      width: 6.94rem;
      height: 6.94rem; }
      .product-detail .cont .photo img {
        width: 100%;
        height: 100%; }
    .product-detail .cont .text {
      flex: 1;
      padding-left: 0.4rem; }
      .product-detail .cont .text .name {
        font-size: 0.72rem;
        font-weight: normal; }
      .product-detail .cont .text .type {
        font-size: 0.36rem;
        margin-bottom: 0.2rem; }
      .product-detail .cont .text .desc {
        position: relative;
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin-bottom: 0.4rem;
        padding-right: 0.7rem; }
        .product-detail .cont .text .desc .share {
          cursor: pointer;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 0.5rem;
          height: 0.5rem;
          background: url(../images/share-icon.png) #f7f8fa no-repeat center;
          background-size: 0.32rem 0.32rem; }
    .product-detail .cont .params .item {
      display: flex;
      align-items: center;
      font-size: 0.2rem;
      margin-bottom: 0.08rem; }
      .product-detail .cont .params .item .t {
        width: 2.6rem;
        font-weight: bold; }
      .product-detail .cont .params .item .c {
        flex: 1;
        height: 0.4rem;
        line-height: 0.4rem;
        background: #f7f8fa;
        padding: 0 0.2rem; }
    .product-detail .cont .buttons {
      padding-top: 0.5rem; }
      .product-detail .cont .buttons .button {
        cursor: pointer;
        line-height: 0.8rem;
        color: white;
        text-align: center;
        background-color: #1a6199; }
        .product-detail .cont .buttons .button.button2 {
          background-color: #fba52e; }
  .product-detail .title {
    padding: 0.4rem 0 0; }
    .product-detail .title h3 {
      position: relative;
      font-size: 0.36rem;
      padding-bottom: 0.4rem; }
      .product-detail .title h3:after {
        content: "";
        width: 0.6rem;
        height: 0.04rem;
        background-color: #1a6199;
        position: absolute;
        bottom: 0;
        left: 0; }
  .product-detail .detail-photo .pic, .product-detail .detail-photo > .cont > img {
    max-width: 100%; }
  .product-detail .detail-list .swiper-container {
    width: 100%;
    height: 4rem;
    box-sizing: border-box;
    overflow: visible; }
  .product-detail .detail-list .swiper-slide {
    width: 4.4rem; }
  .product-detail .detail-list .swiper-button-next, .product-detail .detail-list .swiper-button-prev {
    width: 0.32rem;
    height: 0.64rem;
    padding: 0; }
    .product-detail .detail-list .swiper-button-next:hover, .product-detail .detail-list .swiper-button-prev:hover {
      opacity: 0.8; }
  .product-detail .detail-list .swiper-button-prev, .product-detail .detail-list .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ability-prev.png);
    background-size: contain;
    left: -0.6rem; }
  .product-detail .detail-list .swiper-button-next, .product-detail .detail-list .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ability-next.png);
    background-size: contain;
    right: -0.6rem; }
  .product-detail .detail-list .list {
    display: flex;
    flex-wrap: wrap; }
    .product-detail .detail-list .list .item {
      width: 4.4rem;
      margin: 0.13rem; }
      .product-detail .detail-list .list .item .photo {
        overflow: hidden;
        width: 100%;
        height: 3.4rem;
        border: none; }
        .product-detail .detail-list .list .item .photo img {
          transition: all 0.35s;
          transform: scale(1);
          width: 100%;
          height: 100%; }
      .product-detail .detail-list .list .item:hover .photo img {
        transform: scale(1.1); }
      .product-detail .detail-list .list .item .name {
        line-height: 0.6rem;
        text-align: center;
        font-size: 0.24rem;
        background-color: #f7f8fa;
        color: #282828; }

.language:hover .lang-choose {
  max-height: 20rem;
  border-top: 1px solid #d4d4d4; }

.lang-choose {
  transition: all 0.8s;
  overflow: hidden;
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  max-height: 0;
  box-sizing: border-box;
  background-color: white; }
  .lang-choose .tit {
    font-size: 0.3rem;
    padding: 0.55rem 0;
    font-weight: bold; }
  .lang-choose .con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem; }
    .lang-choose .con .item {
      display: block;
      width: 2.5rem;
      font-size: 0.24rem;
      color: #333; }
      .lang-choose .con .item:hover, .lang-choose .con .item.active {
        color: #1a6199; }

.search:hover .search-select {
  max-height: 20rem;
  border-top: 1px solid #d4d4d4; }

.search-select {
  transition: all 0.8s;
  overflow: hidden;
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  max-height: 0;
  box-sizing: border-box;
  background-color: white; }
  .search-select .tit {
    font-size: 0.3rem;
    padding: 0.55rem 0;
    font-weight: bold; }
  .search-select .con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem; }
    .search-select .con .search-panel {
      padding: 0 1rem;
      width: 100%;
      box-sizing: border-box;
      border-radius: 0.5rem;
      overflow: hidden;
      position: relative; }
      .search-select .con .search-panel .input {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0.5rem;
        padding: 0 0.5rem;
        box-sizing: border-box;
        appearance: none;
        border: none;
        height: 1rem;
        background-color: #f7f8fa;
        font-size: 0.2rem; }
      .search-select .con .search-panel .search-button {
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 0;
        right: 1.1rem;
        background: url(../images/search-icon22.png) no-repeat center;
        background-size: 0.45rem 0.45rem; }

.search-result .title {
  font-size: 0.36rem;
  color: #333;
  text-align: center;
  padding: 0.7rem 0; }

.search-result .search-panel {
  display: flex;
  width: 12rem;
  position: relative;
  margin: 0 auto; }

.search-result .search-panel input {
  width: 100%;
  background: none;
  border: 1px solid #e6e6e6;
  height: 1rem;
  border-radius: 0.5rem;
  font-size: 0.3rem;
  padding: 0 0.5rem; }

.search-result .search-panel .search-btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/search-icon2.png) no-repeat;
  background-size: contain;
  cursor: pointer; }

.search-result .search-num {
  font-size: 0.24rem;
  color: #b9b9b9;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.7rem 0 0.2rem; }

.search-result .result-list .result-item {
  padding: 0.4rem 0;
  font-size: 0.2rem;
  border-bottom: 1px solid #e5e5e5; }
  .search-result .result-list .result-item .nav {
    background: transparent; }
    .search-result .result-list .result-item .nav .list {
      height: auto;
      padding: 0.1rem 0 0.3rem; }
  .search-result .result-list .result-item .nav .list .item {
    color: #ababab; }
  .search-result .result-list .result-item .nav .list span.item {
    color: #282828; }
  .search-result .result-list .result-item .link {
    display: block; }
  .search-result .result-list .result-item .path {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.16rem 0; }
  .search-result .result-list .result-item a {
    color: black; }
  .search-result .result-list .result-item a:hover {
    color: #11418e; }
  .search-result .result-list .result-item .text {
    display: flex; }
    .search-result .result-list .result-item .text .con {
      flex: 1; }
  .search-result .result-list .result-item .product-list .text {
    display: block; }
  .search-result .result-list .result-item .list {
    display: flex;
    flex-wrap: wrap; }
  .search-result .result-list .result-item .list li {
    width: 20%;
    height: 3.6rem;
    text-align: center;
    margin-bottom: 0.18rem; }
  .search-result .result-list .result-item .list li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.45s; }
  .search-result .result-list .result-item .list li a:hover {
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
  .search-result .result-list .result-item .list li .name {
    font-size: 0.2rem;
    color: #0a0a0a;
    line-height: 0.87rem; }
  .search-result .result-list .result-item .list li a img {
    width: 2.29rem;
    height: 2.29rem; }
  .search-result .result-list .result-item .news-list .list .item {
    width: 4.2rem;
    padding: 0.1rem;
    height: auto; }
    .search-result .result-list .result-item .news-list .list .item img {
      width: 100%;
      height: auto; }
  .search-result .result-list .result-item .news-list .list .text {
    display: block;
    text-align: left;
    padding: 0.2rem;
    box-sizing: border-box; }
  .search-result .result-list .result-item .news-list .list .name {
    line-height: normal;
    position: relative; }
    .search-result .result-list .result-item .news-list .list .name::before {
      content: "";
      width: 0.12rem;
      height: 0.12rem;
      position: absolute;
      top: 0.1rem;
      left: -0.18rem;
      background-color: #1a6199; }
  .search-result .result-list .result-item .news-list .list .date {
    color: #ababab;
    margin: 0.15rem 0; }
  .search-result .result-list .result-item .news-list .list .desc {
    color: #ababab;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.search-result .result-empty {
  color: #b9b9b9;
  text-align: center;
  padding: 1.4rem 0; }
  .search-result .result-empty .icon {
    margin: 0 0 0.5rem;
    background: url(../images/empty-icon.png) no-repeat center;
    background-size: 1.81rem 1.43rem;
    height: 1.43rem; }
  .search-result .result-empty .tit {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.1rem; }
  .search-result .result-empty .con {
    font-size: 0.24rem; }

.order-modal .body .order-modal-content {
  width: 13.4rem;
  background-color: white; }
  .order-modal .body .order-modal-content .title {
    font-size: 0.3rem;
    text-align: center;
    padding: 0.5rem 0; }
  .order-modal .body .order-modal-content .form {
    padding: 0 0.5rem; }
  .order-modal .body .order-modal-content .form .form-item {
    width: 5.96rem;
    padding: 0;
    margin: 0 0.1rem; }
    .order-modal .body .order-modal-content .form .form-item .label {
      color: #000;
      width: 100%; }
      .order-modal .body .order-modal-content .form .form-item .label .required {
        color: #dd0000; }
    .order-modal .body .order-modal-content .form .form-item .input {
      width:100%;
      border: 1px solid #e5e5e5; }
    .order-modal .body .order-modal-content .form .form-item.flex1 {
      width: 100%; }
      .order-modal .body .order-modal-content .form .form-item.flex1 textarea.input {
        padding: 0.1rem;
        box-sizing: border-box; }
    .order-modal .body .order-modal-content .form .form-item.flex2 {
        position: relative; }
    .order-modal .body .order-modal-content .form .form-item.flex2 .img {
        position:absolute;
        right:0.1rem;
        height:0.4rem;
        bottom:0.1rem; }
  .order-modal .body .order-modal-content .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.4rem 0; }
    .order-modal .body .order-modal-content .buttons .button {
      width: 4rem;
      margin: 0 0.1rem; }
      .order-modal .body .order-modal-content .buttons .button.button--default {
        background-color: #a9a9a9; }
      .order-modal .body .order-modal-content .buttons .button:hover {
        opacity: 0.8; }

.backtop {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/back-top.png) no-repeat center;
  background-size: cover;
  background-color: black;
  opacity: 0.7;
  border-radius: 50%;
  transition: all 0.35s; }
  .backtop:hover {
    opacity: 1;
    background-color: #fba52d; }

.map .amap-icon img {
  width: 0.5rem;
  height: 0.68rem; }

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/media.scss ***!
  \**************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 1000px) {
  .about2-zi {
    display: none; }
  .about2-zi-small {
    display: inline-block; }
  .main-width {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem; }
  .header .main-width {
    width: 100%; }
  .container {
    padding-top: 0.88rem; }
  .header {
    height: 0.88rem;
    line-height: 0.88rem; }
  .header .logo {
    top: 0.08rem;
    left: 0.3rem; }
  .header .menu, .header .language, .header .search {
    display: none; }
  .header .menu > li > a:hover:after {
    display: none; }
  .header .menu {
    position: absolute;
    top: 0.88rem;
    left: 0;
    overflow-y: auto;
    background-color: white;
    border-top: 1px solid #ababab;
    max-height: calc(100vh - 0.88rem); }
    .header .menu > li {
      width: 3.2rem;
      text-align: left;
      background-color: #f7f8fa;
      padding: 0;
      margin: 0;
      line-height: 1.6rem; }
      .header .menu > li > a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box; }
        .header .menu > li > a.active {
          background-color: white; }
          .header .menu > li > a.active::after {
            width: 0.9rem;
            border-top-width: 0.08rem;
            bottom: 0;
            left: 0.3rem; }
      .header .menu > li .sub-menu {
        top: 0;
        left: 3.2rem;
        width: 4rem;
        right: none;
        padding: 0; }
        .header .menu > li .sub-menu .tit, .header .menu > li .sub-menu .desc p {
          display: none; }
        .header .menu > li .sub-menu .con {
          display: flex;
          flex-direction: column-reverse; }
          .header .menu > li .sub-menu .con .desc, .header .menu > li .sub-menu .con ul {
            width: 100%; }
          .header .menu > li .sub-menu .con .desc {
            margin-top: 0.8rem;
            padding: 0 0.6rem; }
            .header .menu > li .sub-menu .con .desc > a {
              height: 1rem;
              line-height: 1rem; }
          .header .menu > li .sub-menu .con li {
            border-bottom: 1px solid #ababab;
            margin-bottom: 0; }
          .header .menu > li .sub-menu .con li, .header .menu > li .sub-menu .con a {
            height: 1.2rem;
            line-height: 1.2rem; }
  .header .buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex; }
    .header .buttons .button {
      width: 0.88rem;
      height: 0.88rem;
      position: relative; }
      .header .buttons .button::after {
        content: "";
        height: 0.32rem;
        width: 1px;
        background-color: #ababab;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .header .buttons .button:last-child::after {
        display: none; }
      .header .buttons .button.button-lang {
        width: 1.2rem;
        font-size: 0.24rem;
        padding-left: 0.52rem;
        background: url(../images/header-lang-icon.png) no-repeat left center; 
        background-size: 0.44rem 0.44rem;}
      .header .buttons .button.button-search {
        background: url(../images/header-search-icon.png) no-repeat center; 
        background-size: 0.44rem 0.44rem;}
      .header .buttons .button.button-menu {
        background: url(../images/header-menu-icon.png) no-repeat center; 
        background-size: 0.44rem 0.44rem;}
      .header .buttons .button.button-menu.close {
        background: url(../images/header-close-icon.png) no-repeat center; 
        background-size: 0.44rem 0.44rem;}
  .backtop {
    right: 0.4rem;
    bottom: 0.4rem;
    width: 0.88rem;
    height: 0.88rem; }
  .more-button {
    width: 100%;
    font-size: 0.3rem;
    height: 1rem;
    line-height: 1rem; }
  .common {
    padding: 0.4rem 0 0.8rem; }
  .common .title .name {
    padding: 0.56rem 0 0.2rem; }
  .common .title .desc {
    font-size: 0.24rem;
    margin-bottom: 0.2rem; }
  .products .cont .list li {
    width: 100%;
    padding: 0 0 0.3rem; }
  .products .cont .list li .name {
    font-size: 0.4rem; }
  .products .cont .list li .text {
    padding-right: 1.56rem; }
  .products .cont .list li .text .tit {
    font-size: 0.34rem; }
  .products .cont .list li .text .desc {
    font-size: 0.24rem;
    line-height: 0.32rem; }
  .products .cont .list li .more {
    right: 0.3rem; }
  .service .cont {
    flex-direction: column;
    height: auto;
    margin: 0.5rem 0 0; }
  .service .cont .list {
    width: 100%; }
  .service .cont .list img {
    width: 100%; }
  .about {
    padding-bottom: 0; }
  .about .more-button {
    width: 100%;
    margin-bottom: 0.6rem; }
  .about .text-panel {
    position: static; }
  .about .video {
    padding-left: 0; }
  .about .about-company, .service .cont .desc {
    width: 100%; }
  .news .cont {
    width: 100%;
    overflow-y: auto; }
  .news .list {
    display: flex;
    flex-wrap: nowrap; }
    .news .list li {
      width: 5.8rem;
      margin-right: 0.4rem;
      padding: 0; }
      .news .list li a {
        display: inline-block;
        width: 5.8rem; }
  .news .list li .name {
    font-size: 0.34rem;
    line-height: 0.4rem; }
  .news .list li .date {
    font-size: 0.22rem; }
  .news .list li .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: auto; }
  .footer .logo2 {
    display: none; }
  .footer .cont .menu {
    display: none; }
  .footer .f-contact {
    width: 100%; }
  .footer .f-contact .tit {
    font-size: 0.4rem; }
  .footer .f-contact .label {
    font-size: 0.26rem; }
  .footer .follow .t {
    font-size: 0.4rem;
    padding-top: 0.6rem; }
  .footer .follow .c {
    font-size: 0.26rem;
    width: 2.2rem;
    line-height: 0.32rem; }
  .footer .qrcode {
    width: 2.4rem;
    height: 2.4rem; }
  .footer .footer-bottom {
    font-size: 0.22rem;
    line-height: 0.32rem;
    padding: 0.3rem 0; }
  .footer .footer-bottom .copyright, .footer .footer-bottom .link {
    float: none;
    display: inline; }
  .about-container .about-work {
    display: block; }
    .about-container .about-work .work-record, .about-container .about-work .video {
      width: 100%;
      height: auto; }
    .about-container .about-work .video {
      line-height: 0; }
  .about-container .about-numbers {
    justify-content: space-between;
    padding: 0 0.3rem; }
  .about-container .about-numbers .item {
    margin: 0; }
  .about-container .about-why {
    height: auto; }
  .about-container .about-why .cont .list {
    flex-wrap: wrap;
    padding-bottom: 0.8rem; }
    .about-container .about-why .cont .list .item {
      flex: none;
      width: 50%;
      box-sizing: border-box; }
  .about-container .about-content .cont {
    font-size: 0.22rem; }
  .about-container .about-content .cont .video {
    margin-left: 0; }
  .about-container .about-course .cont .years-panel {
    width: 4.8rem;
    margin: 0 auto;
    overflow: hidden; }
  .about-container .about-course .cont .years {
    width: 1000rem;
    padding: 0; }
  .about-container .about-course .cont .years .year {
    width: 1.6rem; }
  .about-container .about-course .cont .list .item {
    width: 7.5rem; }
  .about2-content .sm .list .item, .about2-content .sm .list .item:nth-child(even) {
    flex-direction: column; }
    .about2-content .sm .list .item .photo, .about2-content .sm .list .item .text, .about2-content .sm .list .item:nth-child(even) .photo, .about2-content .sm .list .item:nth-child(even) .text {
      width: 100%; }
  .about2-content {
    height: 26.65rem;
    background: url(../images/about11-small.jpg) no-repeat;
    background-size: cover; }
  .about2-content .yj {
    height: 5rem; }
  .about2-content .yj .title {
    padding-top: 1.2rem; }
  .about2-content .sm .list .item .text {
    padding: 0 0.3rem;
    font-size: 0.22rem; }
    .about2-content .sm .list .item .text h4 {
      font-size: 0.36rem;
      text-align: center;
      margin-bottom: 0.3rem; }
  .about2-list .list {
    flex-wrap: wrap;
    height: auto;
    padding: 0 0.3rem; }
    .about2-list .list .item {
      flex: none;
      width: 100%;
      padding: 0.88rem 0;
      font-size: 0.22rem; }
      .about2-list .list .item:last-child {
        padding: 0.88rem 0; }
      .about2-list .list .item:last-child::after {
        top: 0;
        left: 0;
        border-top: 1px solid #1a6199;
        border-left: none;
        height: 0;
        width: 100%; }
  .about3-zi {
    width: 70%; }
  .about-partner .list a {
    width: 33.33333%; }
  .about-swqt .main-width {
    flex-direction: column;
    padding-bottom: 1.25rem;
    height: auto; }
    .about-swqt .main-width .cont {
      width: 100%;
      text-align: center;
      font-size: 0.22rem; }
    .about-swqt .main-width .buttons {
      padding-top: 0.65rem; }
  .about-swqt .main-width .title h3:after {
    left: 50%;
    transform: translateX(-50%); }
  .about4-zi {
    width: 100%; }
  .about-partner .cont {
    flex-direction: column; }
    .about-partner .cont .tit {
      margin-bottom: 0.3rem; }
    .about-partner .cont .tit, .about-partner .cont .desc {
      width: 100%; }
  .about-partner .desc .text.text2 {
    font-size: 0.22rem; }
  .apply-list .list {
    padding: 0.3rem 0; }
  .apply-list .list li {
    width: 100%;
    padding: 0.3rem; }
  .apply-list .list li a .photo {
    height: auto;
    line-height: 0; }
  .apply-list .list li .name {
    font-size: 0.48rem; }
  .apply-list .list li .text .desc, .apply-list .more {
    font-size: 0.3rem; }
  .apply2-zi {
    width: 100%; }
  .apply2-list .list {
    flex-wrap: wrap;
    justify-content: center; }
    .apply2-list .list .item {
      width: 33.3333%;
      margin: 0.3rem 0; }
  .apply2-list .list .item .icon {
    margin-bottom: 0.2rem; }
  .about-partner .text {
    padding: 0 1rem; }
  .ability-sl .text {
    padding: 0 0.3rem; }
  .ability2-list .list2 {
    flex-wrap: wrap;
    padding: 0 0.3rem; }
    .ability2-list .list2 .item {
      width: 50%;
      margin-bottom: 0.3rem;
      padding: 0 0.15rem;
      box-sizing: border-box; }
  .ability2-list .list2 .item .name {
    font-size: 0.3rem; }
  .ability2-list .list2 .item .desc {
    font-size: 0.22rem; }
  .ability2-panel .pic {
    position: static;
    width: 100%; }
  .ability2-list .list {
    flex-wrap: wrap; }
    .ability2-list .list .item {
      width: 3.2rem;
      margin-bottom: 0.3rem; }
  .ability2-list .list .item .name {
    font-size: 0.3rem; }
  .ability2-list .list .item .desc, .ability2-list .list .item .name-en {
    font-size: 0.22rem; }
  .ability2-panel2 {
    background-size: 100% 100%;
    height: auto;
    padding: 0.3rem 0; }
  .ability2-panel2 .main-width .right-text {
    width: 100%; }
  .ability2-panel2 .main-width .right-text > .text {
    color: white;
    margin-bottom: 4.1rem;
    text-align: center; }
  .ability2-panel2 .main-width .numbers .label {
    padding: 0.1rem 0 0; }
  .ability2-panel2 .pic {
    width: 6.9rem;
    left: 0.3rem;
    top: 2rem;
    height: 3.8rem; }
  .product-type-list .list a .name {
    padding-left: 0.3rem; }
  .product-type-list .list a .name::after {
    left: 0.3rem; }
  .product-type-list .list a .photo {
    margin-right: -2.2rem; }
  .product-type-list .list a .more {
    position: absolute;
    right: 0;
    height: 2rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }
  .nav {
    display: none; }
  .product-list .tags {
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap; }
  .product-detail .cont {
    flex-direction: column; }
  .product-detail .cont .photo {
    width: 100%;
    box-sizing: border-box;
    height: auto; }
  .product-detail .cont .text {
    padding-left: 0;
    margin-top: 0.3rem; }
  .product-detail .detail-list .swiper-button-prev, .product-detail .detail-list .swiper-container-rtl .swiper-button-next {
    left: 0; }
  .product-detail .detail-list .swiper-button-next, .product-detail .detail-list .swiper-container-rtl .swiper-button-prev {
    right: 0; }
    .contact-map {
      height: 24.2rem;
      overflow: hidden; }
    .contact-map .text-panel .list .item.letter {
      letter-spacing: 0; }
    .contact-map .text-panel1, .contact-map .text-panel6 {
      width: 6.9rem;
      padding: 0 0.3rem;
      box-sizing: border-box;
      text-align: center; }
      .contact-map .text-panel6 {
        position: static;
        transform: translateX(0);
        margin-top: -3rem;
      }
    .contact-map .text-panel2, .contact-map .text-panel3, .contact-map .text-panel4, .contact-map .text-panel5 {
      width: 6.2rem;
      padding: 0 0.3rem;
      box-sizing: border-box;
      text-align: center; }
    .contact-map .map {
      position: static;
      margin-bottom: 0.2rem;
      width: 100% !important;
      top: 0 !important;
      left: 0 !important; }
      .contact-map .map.map1 {
        height: 4rem; }
        .contact-map .map.map6 {
          height: 3rem; }
  .contact-content .inner-panel {
    flex-direction: column; }
  .contact-content .inner-panel .left-panel, .contact-content .inner-panel .right-panel {
    width: 100%; }
  .news-detail .cont .inner-panel {
    padding: 0.2rem; }
  .news-detail .cont .inner-panel .test {
    max-width: 100%;
    height: auto; }
  .detail .header {
    display: none; }
  .detail .sub-header {
    height: 0.88rem;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: white;
    border-bottom: 1px solid #ababab; }
    .detail .sub-header .title {
      text-align: center;
      font-size: 0.4rem;
      line-height: 0.88rem; }
    .detail .sub-header .back-btn, .detail .sub-header .share-btn {
      width: 0.88rem;
      height: 0.88rem;
      position: absolute;
      top: 0; }
    .detail .sub-header .back-btn {
      left: 0;
      background: url(../images/back-btn-icon.png) no-repeat center;
      background-size: 0.27rem 0.49rem; }
    .detail .sub-header .share-btn {
      right: 0;
      background: url(../images/share-btn-icon.png) no-repeat center;
      background-size: 0.46rem 0.46rem; }
  .detail .product-list {
    padding-top: 0.3rem; }
  .detail .product-list .title {
    display: none; }
    .lang-choose.show {
      top: 0.88rem;
      max-height: 3rem;
      transition: all 0.35s; }
    .lang-choose .con .item {
      width: 50%;
      margin-bottom: 0.3rem; } 

    .develop1-zi-panel img {
        max-width: 90%;
        height: auto;
    }
    .develop1-sec1 .main-width {
        flex-wrap: wrap;
    }
    .develop1-sec1 .main-width > div {
        width: 100%;
    }
    .develop1-sec1 .cont {
        flex-wrap: wrap;
    }
    .develop1-sec1 .cont .row {
        width: 100%;
    }
    .develop2-promise-panel {
        height: auto!important;
    }
    .develop1-sec2 .cont ul {
        flex-wrap: wrap;
    }
    .develop1-sec2 .cont ul li {
        width: 100%;
        flex: none!important;
    }
    .develop2-sec1 .manage-panel {
        flex-wrap: wrap;
    }
    .develop2-sec1 .manage-panel .item {
        width: 100%;
    }
    .develop2-promise-panel .list .item {
        width: 100%!important;
    }
    .develop2-desc {
        width: 100%!important;
        height: auto!important;
        background: url(../images/develop2-bg2.png) no-repeat!important;
        background-size: 100% 100%!important;
        padding: 0.1rem 0.16rem;
        box-sizing: border-box;
    }
    .develop2-sec2 .list {
        flex-wrap: wrap;
    }
    .develop2-sec2 .list .item {
        width: 100%!important;
    }
    .develop2-sec2 .list .item .desc {
        display: block !important;
    }
    .develop2-sec2 .list .item::before {
        display: none;
    }
    .develop3-sec1 .develop3-about .photo {
        position: static!important;
    }
    .develop3-sec1 .develop3-about {
        padding: 0!important;
    }
    .develop3-sec1 .develop3-about .text {
        width: 100%!important;
        padding: 0.3rem !important;
    }
    .develop3-sec1::after {
        width: 100%!important;
        top: 9.6rem!important;
        background-size: contain!important;
    }
    .develop3-sec1 .list {
        flex-wrap: wrap;
    }
    .develop3-sec3 {
        height: auto!important;
    }
    .develop3-sec2 .list .item, .develop3-sec3 .list {
        flex-wrap: wrap;
    }
    .develop3-sec3 .list {
        flex-direction: column;
        padding: 0.3rem;
        padding-left: 0;
    }
    .develop3-sec3 .list .item {
        flex: none!important;
        width: 100%;
    }
    .develop4-sec1 .text {
        width: 100%!important;
    }
    .develop4-sec1 .photo {
        display: none;
    }
    .develop4-sec1 .info {
        position: static!important;
    }
    .develop5-sec1 .list {
        overflow-x: auto;
    }
    .develop2-promise-panel2 .tit {
        top: 6% !important;
    }
}

.search-result .search-panel {
  width: 100%; }

.search-result .result-list .result-item .nav {
  display: block; }

.search-result .result-list .result-item .product-list {
  width: 100%;
  overflow-x: auto; }
  .search-result .result-list .result-item .product-list .list {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 0.4rem; }
    .search-result .result-list .result-item .product-list .list li {
      width: 3.33rem;
      margin-right: 0.4rem; }
      .search-result .result-list .result-item .product-list .list li img {
        width: 3.33rem; }
  .search-result .result-list .result-item .product-list .list .item img {
    width: 3.33rem; }

.order-modal .body .order-modal-content {
  width: calc(100% - 0.6rem); }

/** ==============新============= **/
.footer .menu li {
    width: 1.48rem;
}
.line-height-55 {
  line-height: 55px !important;
}

.text-align-center {
    text-align: center;
}
.develop1-zi {
    /* width: 11.64rem; */
    height: 0.7rem;
}
.develop2-zi {
    /* width: 3.28rem; */
    height: 0.7rem;
}
.develop3-zi {
    /* width: 4.15rem; */
    height: 0.7rem;
}
.develop3-zi2 {
    /* width: 9.52rem; */
    height: 0.7rem;
}
.develop4-zi {
    /* width: 3.28rem; */
    height: 0.7rem;
}
.develop4-zi2 {
    /* width: 4.17rem; */
    height: 0.7rem;
}
.develop3-zi3 {
    /* width: 4.18rem; */
    height: 0.7rem;
}
.develop5-zi {
    /* width: 2.24rem; */
    height: 0.7rem;
}
.develop5-zi2 {
    /* width: 4.18rem; */
    height: 0.7rem;
}
.develop1-zi-panel {
    margin-bottom: 0.3rem;
    text-align: center;
}
.develop1-sec1 .main-width {
    display: flex;
}
.develop1-sec1 .check-panel {
    width: 4.65rem;
    margin-right: 0.1rem;
}
.develop1-sec1 .target-panel {
    flex: 1;
}
.develop1-sec1 .title {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem;
}
.develop1-sec1 .title .t {
    font-size: 0.42rem;
}
.develop1-sec1 .title .check-zi {
    width: 1.07rem;
    height: 0.17rem;
}
.develop1-sec1 .title .target-zi {
    width: 1.26rem;
    height: 0.17rem;
}
.develop1-sec1 .target-panel .title {
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.develop1-sec1 .cont {
    display: flex;
}
.develop1-sec1 .cont .col {
    flex: 1;
    height: 4.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/develop1-bg.png) repeat-x;
}
.develop1-sec1 .cont .col .photo {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop1-sec1 .pic1 {
    width: 2.71rem;
    height: 2.15rem;
}
.develop1-sec1 .pic2 {
    width: 3.58rem;
    height: 1.16rem;
}
.develop1-sec1 .pic3 {
    width: 3.66rem;
    height: 1.16rem;
}
.develop1-sec1 .cont .col .text {
    text-align: center;
    width: 3.6rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
}
.develop1-sec2 {
    margin-top: 0.4rem;
}
.develop1-sec2:last-child {
    margin-bottom: 0.4rem;
}
.develop1-sec2 .title {
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.develop1-sec2 .title.bg1 {
    background: url(../images/develop-pic01.png) no-repeat;
    background-size: cover;
}
.develop1-sec2 .title.bg2 {
    background: url(../images/develop-pic02.png) no-repeat;
    background-size: cover;
}
.develop1-sec2 .title.bg3 {
    background: url(../images/develop-pic03.png) no-repeat;
    background-size: cover;
}
.develop1-sec2 .title .tit {
    font-size: 0.42rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
}
.develop1-sec2 .title .sub {
    font-size: 0.24rem;
}
.develop1-sec2 .cont ul {
    display: flex;
    padding-top: 0.5rem;
}
.develop1-sec2 .cont ul li {
    position: relative;
    flex: 1;
    text-align: center;
    height: 2.32rem;
}
.develop1-sec2 .cont ul li .en {
    font-size: 0.72rem;
    position: absolute;
    top: -0.16rem;
    left: 0;
    width: 100%;
    z-index: -1;
    color: #f7f8fa;
    text-transform: uppercase;
    font-family: "Womby Regular";
    font-weight: 500;
}
.develop1-sec2 .cont ul li .tit {
    font-family: "PingFang SC Bold";
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
}
.develop1-sec2 .cont ul li .desc {
    font-family: "PingFang SC Medium";
    font-size: 0.24rem;
    line-height: 0.36rem;
}
.develop2-sec1 {
    padding-bottom: 0.76rem;
}
.develop2-sec1 .manage-panel {
    display: flex;
    gap: 0.1rem;
}
.develop2-sec1 .manage-panel .item {
    width: 6.95rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.develop2-sec1 .manage-panel .item01 {
    background: url(../images/develop2-pic01.png) no-repeat;
    background-size: cover;
}
.develop2-sec1 .manage-panel .item02 {
    background: url(../images/develop2-pic02.png) no-repeat;
    background-size: cover;
}
.develop2-sec1 .manage-panel .tit {
    font-family: "NotoSerifCJKsc Bold";
    font-size: 0.42rem;
    margin-bottom: 0.12rem;
}
.develop2-sec1 .manage-panel .desc{
    font-family: "PingFang SC Bold";
    font-size: 0.3rem;
}
.develop2-promise-panel {
    background: url(../images/develop2-bg1.png) repeat-x;
    background-size: 0.08rem 5rem;
    height: 5rem;
}
.develop2-promise-panel .title {
    padding: 0.3rem 0;
}
.develop2-promise-panel .title h3 {
    font-family: "NotoSerifCJKsc Bold";
    font-size: 0.42rem;
    text-align: center;
    font-weight: 500;
}
.develop2-promise-panel .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 0.5rem;
}
.develop2-promise-panel .list .item {
    width: 4rem;
}
.develop2-promise-panel .list .item .text {
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}
.develop2-promise-panel2 {
    position: relative;
    width: 100%;
    margin-top: 0.1rem;
}
.develop2-promise-panel2 .tit {
    font-family: "NotoSerifCJKsc Bold";
    font-size: 0.42rem;
    margin-bottom: 0.12rem;
    text-align: center;
    position: absolute;
    top: 1rem;
    width: 100%;
    left: 0;
    color: white;
}
.develop2-promise-panel2 .pic {
    width: 100%;
}
.develop2-desc {
    height: 0.7rem;
    width: 11.5rem;
    margin: 0 auto;
    background: url(../images/develop2-bg2.png) no-repeat;
    background-size: 11.5rem 0.7rem;
    font-family: "PingFang SC Medium";
    font-size: 0.3rem;
    line-height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    letter-spacing: 0.05rem;
}
.develop2-sec2 h3 {
    font-family: "NotoSerifCJKsc Bold";
    font-size: 0.42rem;
    text-align: center;
    font-weight: 500;
    height: 1.2rem;
    line-height: 1.1rem;
    background: url(../images/develop2-green.png) no-repeat center;
    background-size: 3.89rem 0.17rem;
}
.develop2-sec2 .list {
    display: flex;
    gap: 0.1rem;
    padding-bottom: 1.2rem;
}
.develop2-sec2 .list .item {
    width: 3rem;
    height: 4.2rem;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.4rem;
    box-sizing: border-box;
    transition: width 0.3s;
}
.develop2-sec2 .list .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.develop2-sec2 .list .item .text {
    z-index: 2;
}
.develop2-sec2 .list .item01 {
    background: url(../images/develop2-pic11.png) no-repeat center;
    background-size: 7.8rem 4.2rem;
}
.develop2-sec2 .list .item02 {
    background: url(../images/develop2-pic12.png) no-repeat center;
    background-size: 7.8rem 4.2rem;
}
.develop2-sec2 .list .item03 {
    background: url(../images/develop2-pic13.png) no-repeat center;
    background-size: 7.8rem 4.2rem;
}
.develop2-sec2 .list .item h4 {
    font-family: "NotoSerifCJKsc Bold";
    font-size: 0.36rem;
    font-weight: 500;
}
.develop2-sec2 .list .item .desc {
    display: none;
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-top: 0.12rem;
}
.develop2-sec2 .list .item.active {
    width: 7.8rem;
}
.develop2-sec2 .list .item.active .desc {
    display: block;
}
.develop2-sec2 .list .item.active::before {
    display: none;
}
.develop3-sec1 {
    position: relative;
}
.develop3-sec1::after {
    content: "";
    background: url(../images/develop3-line.png) no-repeat;
    background-size: cover;
    width: 19.2rem;
    height: 1.44rem;
    position: absolute;
    top: 4.6rem;
    left: 0;
}
.develop3-sec1 .develop3-about {
    position: relative;
    padding-left: 6.45rem;
}
.develop3-sec1 .develop3-about .photo {
    position: absolute;
    left: 0;
    top: 0;
}
.develop3-sec1 .develop3-about .photo img {
    width: 7rem;
    height: 4.5rem;
}
.develop3-sec1 .develop3-about .text {
    width: 7.6rem;
    padding: 0.32rem 0.3rem 0.5rem 0.86rem;
    box-sizing: border-box;
    background: url(../images/develop3-bg.png) repeat-x;
    background-size: 0.08rem 6.1rem;
    font-family: "PingFang SC Medium";
    font-size: 0.2rem;
    line-height: 0.36rem;
}
.develop3-sec1 .list {
    display: flex;
    gap: 0.55rem;
}
.develop3-sec1 .list .item .text {
    width: 3.08rem;
    padding-bottom: 0.4rem;
    background: url(../images/develop3-line2.png) no-repeat center bottom;
    background-size: 3.08rem 0.04rem;
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
}
.develop3-sec2 .develop1-zi-panel {
    padding: 0.95rem 0 0.75rem;
}
.develop3-sec2 .list {
    padding-bottom: 1rem;
}
.develop3-sec2 .list .item {
    display: flex;
}
.develop3-sec2 .list .item:nth-child(even) {
    flex-direction: row-reverse;
}
.develop3-sec2 .list .item .photo {
    width: 7rem;
    height: 2.5rem;
    overflow: hidden;
}
.develop3-sec2 .list .item .photo img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}
.develop3-sec2 .list .item .photo:hover img {
    transform: scale(1.1);
}
.develop3-sec2 .list .item .text {
    flex: 1;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    box-sizing: border-box;
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
}
.develop3-sec3 {
    background: url(../images/develop3-pic21.png) no-repeat;
    background-size: cover;
    height: 8rem;
}
.develop3-sec3 .develop1-zi-panel {
    padding: 1rem 0;
}
.develop3-sec3 .list {
    display: flex;
    gap: 0.12rem;
}
.develop3-sec3 .list .item {
    flex: 1;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 0 0.16rem;
}
.develop3-sec3 .list .item .tit {
    height: 1.08rem;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PingFang SC Bold";
    font-size: 0.4rem;
}
.develop3-sec3 .list .item .con {
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding: 0.26rem 0;
    text-align: center;
}
.develop4-sec1 .develop4-about {
    position: relative;
    font-size: 0.22rem;
    line-height: 0.3rem;
    min-height: 7.4rem;
}
.develop4-sec1 .text {
    position: relative;
    padding: 0.36rem;
    padding-top: 0.12rem;
    width: 8.88rem;
    box-sizing: border-box;
}
.develop4-sec1 .text::before {
    content: "";
    background: url(../images/develop4-point.png) no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.develop4-sec1 .list .item {
    width: 6.2rem;
    padding-left: 0.36rem;
    padding-bottom: 0.3rem;
    position: relative;
}
.develop4-sec1 .list .item::before {
    content: "";
    background: url(../images/develop4-point2.png) no-repeat;
    background-size: cover;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    left: 0;
    top: 0.1rem;
    z-index: -1;
}
.develop4-sec1 .photo {
    width: 4.8rem;
    height: 7.4rem;
    position: absolute;
    top: 0;
    right: 0;
}
.develop4-sec1 .photo img {
    width: 100%;
    height: 100%;
}
.develop4-sec1 .info {
    position: absolute;
    top: 4.48rem;
    right: 1.48rem;
}
.develop4-sec1 .info .item {
    background: url(../images/develop4-bg.png) repeat-y;
    background-size: 5.5rem 0.08rem;
    border-radius: 0.3rem;
    width: 5.5rem;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 0.32rem;
    box-sizing: border-box;
    margin-bottom: 0.28rem;
    font-family: "PingFang SC Medium";
    font-size: 0.24rem;
}
.develop4-sec1 .info .email {
    height: 0.6rem;
}
.develop4-sec1 .info .qrcode {
    padding: 0.1rem 0;
    padding-left: 0.32rem;
}
.develop4-sec1 .info .qrcode .panel {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.1rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    background-color: white;
    margin-left: 0.88rem;
}
.develop4-sec1 .info .qrcode .panel img {
    width: 100%;
    height: 100%;
}
.develop4-sec2 {
    margin-top: 0.96rem;
}
.develop4-sec2 .text {
    position: relative;
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
    background: url(../images/develop4-bg2.png) repeat-x center -1.3rem;
    background-size: 0.08rem 7.84rem;
    min-height: 7.84rem;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
}
.develop4-sec2 .text > * {
    position: relative;
    z-index: 2;
}
.develop4-sec2 .text::before {
    content: "";
    background: url(../images/develop3-vigor.png) no-repeat;
    background-size: cover;
    width: 13.2rem;
    height: 3.06rem;
    position: absolute;
    bottom: 1.4rem;
    left: 0.3rem;
    z-index: 1;
}
.develop4-sec3 {
    margin-top: 0.96rem;
    margin-bottom: 0.8rem;
}
.develop4-sec3 .panel {
    display: flex;
    gap: 0.2rem;
    padding-top: 0.4rem;
}
.develop4-sec3 .photo img {
    width: 6.8rem;
}
.develop4-sec3 .text-panel {
    position: relative;
    flex: 1;
}
.develop4-sec3 .text {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding: 0.36rem;
    padding-top: 0.12rem;
}
.develop4-sec3 .text::before {
    content: "";
    background: url(../images/develop4-point.png) no-repeat;
    background-size: cover;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transform: rotateY(180deg);
}

.develop5-sec1 .list {
    display: flex;
    gap: 0.4rem;
    padding: 0.2rem 0 0.64rem;
}
.develop5-sec1 .list .item .con {
    position: relative;
    width: 4.4rem;
    height: 2.5rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #fff;
}
.develop5-sec1 .list .item .con::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.develop5-sec1 .list .item-info .con {
    background-color: #f7f8fa;
    color: #282828;
}
.develop5-sec1 .list .item-primary .con {
    background-color: #1a6199;
}
.develop5-sec1 .list .item-bg1 .con {
    background: url(../images/develop5-pic01.png) no-repeat;
    background-size: cover;
}
.develop5-sec1 .list .item-bg2 .con {
    background: url(../images/develop5-pic02.png) no-repeat;
    background-size: cover;
}
.develop5-sec1 .list .item-bg3 .con {
    background: url(../images/develop5-pic03.png) no-repeat;
    background-size: cover;
}
.develop5-sec1 .list .item-bg4 .con {
    background: url(../images/develop5-pic04.png) no-repeat;
    background-size: cover;
}
.develop5-sec1 .list .item .con .text {
    position: absolute;
    bottom: 0.36rem;
    left: 0.36rem;
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    line-height: 0.3rem;
}
.develop5-sec1 .list .item .year {
    font-family: "PingFang SC Heavy";
    font-size: 0.36rem;
    margin-bottom: 0.08rem;
}
.develop5-sec1 .list .item .name {
    position: relative;
    padding: 0.28rem 0 0.28rem 0.32rem;
    font-family: "PingFang SC Medium";
    font-size: 0.3rem;
}
.develop5-sec1 .list .item .name::before {
    content: "";
    background: url(../images/develop4-point2.png) no-repeat;
    background-size: cover;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    top: 0.4rem;
    left: 0;
}
.develop5-sec1 .list .item .icons {
    position: absolute;
    right: 0.26rem;
    top: 0;
    height: 100%;
    z-index: 10;
}
.develop5-sec1 .list .item .icons .icon-group, 
.develop5-sec1 .list .item .icons .icon-group2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 0.3rem;
}
.develop5-sec1 .list .item .icons .icon-group2 {
    display: none;
}
.develop5-sec1 .list .item.unlocked .icons .icon-group {
    display: none;
}
.develop5-sec1 .list .item.unlocked .icons .icon-group2 {
    display: flex;
}
.develop5-sec1 .list .item .icons .locked-icon {
    cursor: pointer;
    background: url(../images/develop5-icon01.png) no-repeat;
    background-size: cover;
    width: 0.5rem;
    height: 0.63rem;
    display: inline-block;
}
.develop5-sec1 .list .item .icons .view-icon {
    cursor: pointer;
    background: url(../images/develop5-icon02.png) no-repeat;
    background-size: cover;
    width: 0.39rem;
    height: 0.49rem;
    display: inline-block;
}
.develop5-sec1 .list .item .icons .down-icon {
    cursor: pointer;
    background: url(../images/develop5-icon03.png) no-repeat;
    background-size: cover;
    width: 0.49rem;
    height: 0.49rem;
    display: inline-block;
}
.develop5-sec1 .list .item .icons .line {
    width: 0.2rem;
    height: 0.02rem;
    background-color: white;
}
.develop-modal {
    display: none;
}
.develop-modal .modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.develop-modal .body {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
}
.develop-modal .pwd-form {
    position: relative;
    width: 7.2rem;
    height: 4.44rem;
    border-radius: 0.4rem;
    background-color: white;
    padding: 0.56rem;
    box-sizing: border-box;
    margin: 0 auto;
}
.develop-modal .pwd-form .title {
    font-family: "PingFang SC Heavy";
    font-size: 0.48rem;
    margin-bottom: 0.08rem;
    text-align: center;
}
.develop-modal .pwd-form .desc {
    font-family: "PingFang SC Medium";
    font-size: 0.22rem;
    text-align: center;
}
.develop-modal .pwd-form .input {
    padding: 0.54rem 0 0.5rem;
}
.develop-modal .pwd-form .input input {
    appearance: none;
    height: 0.8rem;
    padding: 0 0.2rem;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: #f7f8fa;
}
.develop-modal .pwd-form .buttons {
    display: flex;
}
.develop-modal .pwd-form .buttons .btn {
    cursor: pointer;
    flex: 1;
    border: 1px solid #1a6199;
    height: 0.58rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.develop-modal .pwd-form .buttons .btn:hover {
    opacity: 0.8;
}
.develop-modal .pwd-form .buttons .btn-primary {
    background-color: #1a6199;
    color: #fff;
}