/*!
Theme Name: bioyond
Theme URI: http://underscores.me/
Author: 奔曜科技
Author URI: http://www.bioyond.com/
Description: Bioyond Studio
Version: 1.0.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bioyond
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bioyond is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 iOS.
 */
/* @font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
} */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  box-sizing: border-box;
}
label {
  font-weight: 700;
  margin-bottom: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  height: 100%;
  font-family: "Microsoft YaHei", Roboto, "Source Sans 3", Arial, "Helvetica Neue", Helvetica, "PingFang SC",
    "Hiragino Sans GB", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
}
body.en {
  font-family: Roboto, "Source Sans 3", Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    sans-serif;
  letter-spacing: normal;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
.bold {
  font-weight: 700 !important;
}

h1 {
  font-size: 7.5rem;
  line-height: normal;
  margin: 0.67em 0;
  color: #14302a;
  font-weight: 700;
}
.h1-light {
  font-size: 7.5rem;
  line-height: normal;
  margin: 0.67em 0;
  color: #14302a;
  font-weight: 300;
}

h2 {
  font-size: 5.6rem;
  line-height: normal;
  color: #14302a;
  font-weight: 700;
}
.entry-title,
h3 {
  font-size: 3.6rem;
  line-height: normal;
  color: #14302a;
  font-weight: 700;
}

h4,
.sub-title {
  font-size: 2.6rem;
  line-height: normal;
  color: #14302a;
  font-weight: 700;
}
.h4-bold,
.col-title {
  font-size: 2.6rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-content,
.entry-content,
.entry-summary,
.desc,
.desc p,
p {
  font-size: 2.2rem;
  line-height: 1.5;
  color: rgba(90, 91, 95, 1);
  font-weight: normal;
  letter-spacing: 0.05em;
}
p {
  margin-bottom: 1.4rem;
}

.big-p,
.h5 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.4rem;
  color: rgba(90, 91, 95, 1);
  letter-spacing: normal;
}
.small-p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1rem;
  color: rgba(90, 91, 95, 1);
}
.f16 {
  font-size: 1.6rem !important;
}
.f22 {
  font-size: 2.2rem !important;
}
.f30 {
  font-size: 3rem !important;
}
.f36 {
  font-size: 3.6rem !important;
}
.small-bold {
  font-size: 2rem;
  line-height: 170%;
  color: rgba(20, 48, 42, 1);
  font-weight: 700;
}

.en h1 {
  font-size: 8.6rem;
  line-height: normal;
  margin: 0.67em 0;
  color: rgba(20, 48, 42, 1);
  font-weight: 500;
}
.en .h1-light {
  font-size: 10rem;
  line-height: normal;
  margin: 0.67em 0;
  color: rgba(20, 48, 42, 1);
  font-weight: 400;
}

.en h2 {
  font-size: 5.6rem;
  line-height: normal;
  color: rgba(20, 48, 42, 1);
  font-weight: 700;
}
.en h3 {
  font-size: 3.6rem;
  line-height: normal;
  color: rgba(20, 48, 42, 1);
  font-weight: 700;
}
.en h4,
.en .sub-title {
  font-size: 2.6rem;
  line-height: normal;
  color: rgba(20, 48, 42, 1);
  font-weight: 400;
}
.en .h4-bold,
.en .col-title {
  font-size: 2.6rem;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 1rem;
}
.en .big-p,
.en .h5 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}
body.en,
.en .page-content,
.en .entry-content,
.en .entry-summary,
.en .desc,
.en .desc p,
.en p {
  font-size: 2.2rem;
  line-height: 1.45;
  color: rgba(90, 91, 95, 1);
  font-weight: 400;
  letter-spacing: 0px;
}
.en p {
  margin-bottom: 1.4rem;
}
.en .small-bold {
  font-size: 2rem;
  line-height: 1.7;
  color: rgba(20, 48, 42, 1);
  font-weight: 700;
}
.en .small-p {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(90, 91, 95, 1);
}

.en-text {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
}
.en-text-uppercase {
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: rgba(20, 48, 42, 1);
  font-weight: 400;
  text-transform: uppercase;
}
.placeholder-empty {
  padding: 4rem 0;
}
.placeholder-padding {
  padding: 4rem 0;
  background: #fff;
}
.posted-on {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: rgba(20, 48, 42, 1);
}
.post-tags {
  display: flex;
  gap: 0.8rem;
  align-items: cetner;
}
.excerpt {
  margin-bottom: 4rem;
}
.search-excerpt {
  font-size: 2.2rem;
  color: rgba(76, 80, 94, 1);
  margin-bottom: 1rem;
}
.tag-link {
  color: rgba(42, 130, 121, 1) !important;
}
.post .posted-on {
  font-size: 2rem;
  font-weight: 700;
  line-height: 170%;
  color: rgba(20, 48, 42, 1);
}

.text-small,
.text-small p {
  font-size: 1.8rem;
  color: rgba(20, 48, 42, 1);
  font-weight: 100;
}
.post-thumbnail {
  margin-bottom: 2.3rem;
  display: block;
}

.entry-date {
  color: rgba(90, 91, 95, 1);
}

.entry-footer-title {
  margin-bottom: 2.4rem;
}
.popular-title {
  margin-bottom: 4.8rem;
}

.wp-video {
  margin: 0 auto;
}
.custom-video {
  width: 640px;
  height: 360px;
  margin:0 auto;
  min-width: 223px;
  display:block
}

.section-news-popular {
  background: #fff;
}
.news-section-title-box {
  margin: 0 0 4rem 0;
  border-bottom: 1px solid rgba(20, 48, 42, 1);
}
.news-section-title {
  color: rgba(20, 48, 42, 1);
  font-size: 2.6rem;
  padding: 1.6rem 3.2rem;
  display: inline-block;
  border-bottom: 1px solid rgba(20, 48, 42, 1);
}
.new-title-box {
  margin-bottom: 1.6rem;
}
.light-green-bg {
  background: #f5f8f8;
}
.green-bg {
  background: #e5f6f4;
}
/* Grouping content
	 ========================================================================== */

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

.double-column {
  column-count: 2;
  column-gap: 1.6rem;
}
.double-column .spacer {
  line-height: 1;
  display: block;
  margin-bottom: 16px;
}
/**
 * 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;
  font-size: 2rem;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 2rem;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}
.col-image {
  margin-bottom: 4rem;
}
/* Forms
	 ========================================================================== */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  width: 2rem;
  height: 2rem;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 2.4rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1em 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: rgba(20, 48, 42, 1);
}

a:visited {
  color: rgba(42, 130, 121, 1);
}

a:hover,
a:focus,
a:active {
  color: rgba(0, 164, 148, 1) !important;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.search-form {
  display: flex;
  margin-bottom: 0;
  gap: 2.4rem;
  align-items: center;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  padding: 8px 25px;
  border-radius: 4rem;
  color: #fff;
  border: none;
  background: rgba(42, 130, 121, 1);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #00a494;
  border: 0;
  color: #fff;
  border-radius: 4rem;
  box-shadow: none;
  outline: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px;
  height: 5rem;
  font-weight: normal;
  width: 100%;
}
.mejs-container button {
  border-radius: 0;
}

.wpcf7-form label {
  display: block;
}
.wpcf7-form .wpcf7-response-output {
  padding: 1rem !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 3rem 0 0 0 !important;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .wpcf7-select,
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  border: 0;
  outline: none;
  border-radius: 0.8rem;
  padding: 1rem 1.5rem;
  -webkit-appearance: none;
}
.wpcf7-form .wpcf7-select {
  width: 100%;
}
.wpcf7-form .wpcf7-select,
.wpcf7-form input[type="text"] {
  height: 6rem;
}
.wpcf7-form textarea {
  min-height: 6rem;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem !important;
  border-radius: 4px !important;
  position: relative;
  padding: 1.3rem 2rem 1.3rem 4.8rem !important;
  box-shadow: 0px 0.8rem 2rem rgba(177, 197, 197, 0.08);
  line-height: 22px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #67c23a;
  background: #f0f9eb;
  border: 1px solid #e1f3d8;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #e6a23c;
  background: #fcf6ec;
  border: 1px solid #faecd8;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #f56c6c;
  background: #fef0f0;
  border: 1px solid #fde2e2;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  height: 2rem;
  width: 2rem;
  background: url(./images/icon-success.png) no-repeat center center;
  background-size: 2rem;
}

.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before,
.wpcf7 form.payment-required .wpcf7-response-output::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  height: 2rem;
  width: 2rem;
  background: url(./images/icon-warning.png) no-repeat center center;
  background-size: 2rem;
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  height: 2rem;
  width: 2rem;
  background: url(./images/icon-error.png) no-repeat center center;
  background-size: 2rem;
}

.page-template-page-contact .wpcf7-form input[type="text"],
.page-template-page-contact .wpcf7-form input[type="email"],
.page-template-page-contact .wpcf7-select,
.page-template-page-contact .wpcf7-form textarea {
  border: 1px solid #00a494 !important;
  border-radius: 0.8rem !important;
}

.page-template-page-contact .form-item {
  margin-bottom: 2.4rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #333;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.nav-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-menu li {
  position: relative;
}
.nav-menu li > ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  /* float: left; */
  position: absolute;
  top: 100%;
  left: -1.75rem;
  z-index: 99999;
  padding: 1.2rem 0;
  background: #f5f7fa;
  width: max-content;
}

.nav-menu li > ul.sub-menu li {
  margin: 0 1.6rem;
  text-align: left;
}

.nav-menu li > ul.sub-menu li a {
  font-size: 2rem;
  line-height: 1;
  padding: 1.3rem 1.6rem;
}
.nav-menu li > ul.sub-menu li ul.sub-menu li {
  margin: 5px 0 !important;
}

.nav-menu li > ul.sub-menu ul {
  display: contents;
  text-align: left;
}
.nav-menu ul.sub-menu {
  /* width: 100vw;
  justify-content: center; */
  display: none;
}
.nav-menu ul {
  margin: 0;
}
.nav-menu li {
  list-style: none;
}
.nav-menu li > ul.sub-menu.focus {
  display: block !important;
}

.nav-menu a {
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
#mobmenuright li a {
  font-size: 2.8rem !important;
  color: #fff !important;
}
#mobmenuright li a:hover {
  color: #fff !important;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .nav-menu {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 4rem;
}

.page {
  margin: 0 0 2.5rem;
}

.page .page-content h2 {
  margin-bottom: 1.6rem;
}
.page-template-page-about .page-content h2 {
  margin-bottom: 4rem;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 3.7rem 0 3.7rem;
}
.page-content h3 {
  margin-bottom: 4.8rem;
}
.entry-footer {
  padding-top: 6.4rem;
  border-top: 2px solid rgba(20, 48, 42, 1);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 1.5rem 23px 14px;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.section-title {
  margin-bottom: 4.3rem;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.text-white {
  color: #fff !important;
}
.text-white-grey {
  color: rgba(222, 223, 224, 1) !important;
}
.text-black {
  color: rgba(76, 80, 94, 1) !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

.no-padding {
  padding: 0px !important;
}

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.inlineBlock {
  display: block;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  gap: 1.2rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: rgba(118, 122, 135, 1) !important;
  font-size: 2rem;
  border-color: rgba(220, 223, 230, 1) !important;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  display: inline-block;
  border-radius: 4px;
  font-weight: 400;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: rgba(0, 164, 148, 1) !important;
  border-color: rgba(0, 164, 148, 1) !important;
  background: #fff;
  font-weight: 400;
}
.wp-pagenavi a:hover {
  border-color: rgba(0, 164, 148, 1) !important;
  background: #fff !important;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border-radius: 100%;
}

.m-auto {
  margin: 0px auto;
}

.m-40 {
  margin: 4rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.m-5 {
  margin: 0.5rem !important;
}

.m-0 {
  margin: 0 !important;
}
.mb-72 {
  margin-bottom: 7.2rem !important;
}
.mb-36 {
  margin-bottom: 3.6rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-0 {
  margin-right: rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.p-10 {
  padding: 1rem !important;
}

.p-5 {
  padding: 0.5rem !important;
}

.pr-5 {
  padding-right: 0.5rem;
}

.pl-5 {
  padding-left: 0.5rem;
}

.p-0 {
  padding: 0 !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.b-0 {
  border: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.b-a {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.b-dashed {
  border-style: dashed !important;
}

.b-solid {
  border-color: #ddd !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.black {
  color: #404452;
}
.line-through {
  text-decoration: line-through;
  color: #aaa;
}

.relative {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-break-md {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-column {
  display: flex;
  flex-direction: column;
}

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

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

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gap {
  gap: 1.6rem;
}
.gap-5 {
  gap: 0.5rem;
}
.gap-16 {
  gap: 1.6rem;
}
.gap-32 {
  gap: 3.2rem;
}

.box {
  max-width: 156.8rem;
  margin: 0 auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 32px !important;
  padding-right: 32px !important;
  width: 100% !important;
  box-sizing: border-box;
}
.row {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.row > * {
  padding-right: 16px;
  padding-left: 16px;
}
.section {
  padding: 15rem 0;
}
.section-news-popular {
  padding: 8rem 0;
}
.en .section {
  padding: 12rem 0;
}
.large-padding {
  padding-top: 13.2rem;
  padding-bottom: 13.2rem;
}
.wp-block-spacer {
  border-bottom: 1px solid rgba(20, 48, 42, 1);
}
.modal-dialog {
  height: 100vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.modal-content {
  height: fit-content;
  max-height: 90vh;
  width: fit-content;
  overflow-y: auto;
}
.modal-footer{
  border-top: none !important;
}

.modal-lg .modal-content {
  width: 150.4rem;
}
.modal-dialog .modal-content {
  padding: 4.8rem 12.8rem;
}
.modal-dialog .modal-content .title {
  font-size: 3.6rem;
  color: rgba(13, 47, 39, 1);
}
.modal-dialog .icon-close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 2.4rem;
  background: rgba(245, 247, 250, 1) url(./images/close.png) no-repeat center center;
  background-size: 50%;
  cursor: pointer;
  border-radius: 100rem;
}
.modal-dialog .icon-close:hover {
  background: rgba(118, 122, 135, 1) url(./images/close-white.png) no-repeat center center;
  background-size: 50%;
}
.text-colorfull {
  background: conic-gradient(from 135deg at 50% 50%, #00a494 0deg, #3c8cec 360deg);
  filter: blur(0 0 4px rgba(7, 234, 206, 0.25));
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  color: transparent !important;
}
.params.text-colorfull {
  font-size: 2.2rem;
}
.btn-more {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  border: none;
  line-height: 1.5;
  border-radius: 4rem;
  display: inline-block;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  background: rgba(42, 130, 121, 1);
  cursor: pointer;
}
.btn-more:hover {
  background: rgba(0, 164, 148, 1);
}
.download-btn {
  color: #2A8279;
  font-size: 2.2rem;
  font-weight: 400;
  background: #fff;
  border: 2px solid #2A8279;
}
.download-btn:hover {
  color: #2A8279;
  font-size: 2.2rem;
  font-weight: 400;
  background: #fff !important;
  border: 2px solid #2A8279;
}

.en .hidden-en {
  display: none !important;
}
.zh .hidden-zh {
  display: none !important;
}
.site-header {
  background: rgba(245, 247, 250, 1);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  padding: 0;
  transition: background 0.5s;
}
.site-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 2.4rem;
  margin: 0 auto;
  align-items: center;
}

.site-header .header-right {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

body.admin-bar .site-header {
  top: 32px;
}
.site-header .site-branding {
  display: block;
  max-width: 17.5rem;
  height: auto;
  background: url(./images/logo.svg) no-repeat center center;
  background-size: 100%;
}
.site-header .site-branding img {
  width: 100%;
}

.site-header .wpml-ls-item a {
  display: flex;
  align-items: center;
}
.site-header .wpml-ls-item a img {
  width: 2.5rem;
}

.main-navigation {
  display: inline-block;
  width: auto;
}
.nav-menu li {
  margin: 0 1.6rem;
}
.nav-menu li a {
  color: rgba(90, 91, 95, 1);
  font-size: 2rem;
  line-height: 1;
  padding: 3rem 1.6rem;
  display: block;
  font-weight: 400;
}
.en .nav-menu li a {
  padding: 2.6rem 1.6rem;
}
#banner-video {
  width: 100%;
}
.banner-container-video {
  position: relative;
  height: 100vh;
}
.full-height {
  height: 100vh;
}
.response-full-height {
  height: 100vh;
}
.color-white-header .site-header {
  background: rgba(117, 117, 117, 0.05);
}

.language-switcher {
  min-width: 6rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.language-switcher .dropdown-menu {
  text-align: right;
  right: -2rem;
  left: unset;
  min-width: auto;
}
.language-switcher a {
  color: rgba(90, 91, 95, 1);
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.language-switcher a:hover {
  color: rgba(90, 91, 95, 1);
}
.language-switcher svg {
  fill: rgba(90, 91, 95, 1);
}
.language-switcher a:hover svg {
  fill: rgba(90, 91, 95, 1);
}
.language-switcher .dropdown-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.language-switcher .dropdown-btn .cur-lang {
  cursor: pointer;
}
.language-switcher .open > .dropdown-menu {
  min-width: 10rem;
}
.mobile-language-switcher {
  display: none;
}
.color-white-header .cur-lang {
  cursor: pointer;
  color: #fff;
}
.color-white-header .language-switcher a {
  color: #333;
  cursor: pointer;
}
.color-white-header .language-switcher svg {
  fill: #fff;
}
.color-white-header .language-switcher a:hover {
  color: #333 !important;
}
.color-white-header .language-switcher a:hover svg {
  fill: #fff !important;
}
.nav-menu a {
  position: relative;
}
.nav-menu .current-menu-item a::after,
.nav-menu .current-menu-ancestor a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00a494;
  height: 2px;
}
.color-white-header .nav-menu .current-menu-item a::after,
.color-white-header .nav-menu .current-menu-ancestor a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 2px;
}
.sub-menu li a::after {
  display: none;
}
.color-white-header.menu-hovered .site-header {
  background: rgba(255, 255, 255, 1);
}
/* .is-top.light-menu-hovered .site-header {
  background: rgba(117, 117, 117, 0.5) !important;
}
.is-top.light-menu-hovered .nav-menu li > ul.sub-menu {
  background: rgba(117, 117, 117, 0.5) !important;
  width: max-content;
}

.is-top.light-menu-hovered .nav-menu .sub-menu a,
.is-top.light-menu-hovered .nav-menu .sub-menu a:hover {
  color: #fff !important;
} */
.is-top.dark-menu-hovered .site-header {
  background: rgba(255, 255, 255, 1) !important;
}

.menu-bg-transparent .site-header {
  background: transparent;
}
.en.menu-bg-transparent .site-header {
  background: rgba(117, 117, 117, 0.05);
}

.color-white-header .site-header .site-branding {
  background: url(./images/logo-white.svg) no-repeat center center;
  background-size: 100%;
}
.color-white-header .nav-menu li a {
  color: #fff !important;
  font-weight: 400;
}
.color-white-header .nav-menu li a:hover {
  color: #fff !important;
}

.color-white-header .nav-menu .sub-menu {
  background: rgba(255, 255, 255, 0.3);
}
.color-white-header .nav-menu .sub-menu a,
.color-white-header .nav-menu .sub-menu a:hover {
  color: #fff !important;
}

.banner-arrow-down {
  color: rgba(20, 48, 42, 1);
  position: absolute;
  left: 50%;
  bottom: 6.4rem;
  font-size: 20px;
  width: 4rem;
  height: 4rem;
  transform: translateX(-10px);
  cursor: pointer;
  animation: 2s customOpacity 0s infinite;
  -webkit-animation: 2s customOpacity 0s infinite;
  -moz-animation: 2s customOpacity 0s infinite;
}
.banner-container.dark .banner-arrow-down {
  color: #fff;
}
@keyframes customOpacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes customOpacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes customOpacity {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.site-footer {
  padding: 2.5rem 6.4rem;
  background: rgba(64, 68, 82, 1);
  font-size: 1.6rem;
}

.site-footer .footer-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.site-footer a {
  font-size: 1.6rem;
}
.site-footer a,
.site-footer a:hover {
  color: #fff !important;
}
.site-footer a:hover {
  opacity: 1;
}
.site-footer .footer-container .footer-left,
.site-footer .footer-container .footer-right {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.site-footer .wechat-img-wrapper {
  position: fixed;
  bottom: 56px;
  transform: translateX(-50%);
  width: 145px;
  height: 145px;
}
.site-footer .wechat-img-box {
  position: relative;
  background: #303133;
  border: 5px solid #303133;
  border-radius: 4px;
  padding: 5px;
}
.site-footer .wechat-img-box:after,
.site-footer .wechat-img-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-footer .wechat-img-box:after {
  border-color: rgba(48, 49, 51, 0);
  border-top-color: #303133;
  border-width: 5px;
  margin-left: -5px;
}
.site-footer .wechat-img-box:before {
  border-color: rgba(48, 49, 51, 0);
  border-top-color: #303133;
  border-width: 12px;
  margin-left: -12px;
}
.socialized-media {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.gong-an-icon {
  margin-right: 10px;
}
.site-footer .footer-logo img {
  max-height: 24px;
}
.footer-mobile {
  display: none;
}
.video {
  max-width: 100%;
  width: 100%;
}

.banner-container {
  position: relative;
  overflow-y: hidden;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.home.mobile .banner-container {
  background-position: top center;
}
.banner-container .banner-inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-container .banner-inner .banner-title-box.left {
  text-align: left;
}
.banner-container .banner-inner .banner-title-box.center {
  text-align: center;
  max-width: 134.5rem;
}
.banner-container .banner-inner .banner-title-box.right {
  text-align: right;
}
.banner-container .banner-inner .banner-title {
  color: rgba(20, 48, 42, 1);
  margin: 0 0 2.4rem 0;
  font-weight: 500;
}
.zh .banner-container .banner-inner .banner-title {
  font-weight: 700;
}
.banner-container .banner-inner .banner-sub-title {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.16;
  color: rgba(20, 48, 42, 1);
}
.en .banner-container .banner-inner .banner-sub-title {
  font-size: 3.6rem;
}

.application-desc .label {
  font-size: 2.2rem;
  color: rgba(13, 47, 39, 1);
  padding: 0.4rem 0rem;
  border-radius: 4rem;
  background: transparent;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.application-desc ul {
  padding-left: 0;
  margin-left: 3rem;
}
.application-tag-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.application-tag {
  border: 1px solid #ccedea;
  background: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  line-height: 1;

  color: rgba(0, 164, 148, 1);
  cursor: pointer;
}

.application-label {
  color: #4C505E;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.application-tag:hover {
  border: 1px solid #ccedea;
  background: #e5f6f4;
  color: rgba(0, 164, 148, 1) !important;
  padding: 0.5rem 1.2rem;
  border-radius: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.application-tag-box .dropdown-menu{
  min-width: 8rem !important;
  text-align: left;
}

.application-tag-box .dropdown-menu a{
  font-size: 1.4rem;
  padding: 0.6rem 1.2rem;
}
.application-tag-box a,
.application-tag-box .dropdown-menu a:visited{
  color: rgba(0, 164, 148, 1) !important;
}
.dropdown-menu {
  margin-top: 0;
}

/* 悬停显示下拉菜单 */
.dropdown:hover .dropdown-menu {
  display: block; /* 覆盖 Bootstrap 默认的 display: none */
  animation: fadeIn 0.2s ease-in; /* 可选：添加淡入动画 */
}

/* 可选：优化悬停触发区域（避免鼠标移动过快导致菜单关闭） */
.dropdown {
  position: relative; /* 确保子元素定位正确 */
}

/* 可选：淡入动画定义 */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.banner-container.dark .banner-inner .banner-title {
  color: #fff;
}
.banner-container.dark .banner-inner .banner-sub-title {
  color: #fff;
}

.banner-container-video .banner-inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.banner-container-video .banner-inner .banner-title-box.left {
  text-align: left;
}
.banner-container-video .banner-inner .banner-title-box.center {
  text-align: center;
}
.banner-container-video .banner-inner .banner-title-box.right {
  text-align: right;
}
.banner-container-video .banner-inner .banner-sub-title {
  font-size: 4.8rem;
  font-weight: 100;
}
.banner-container-video .banner-inner .banner-title {
  color: #fff;
  font-weight: 500;
  max-width: 96.2rem;
  margin-bottom: 2.4rem;
}
.zh .banner-container-video .banner-inner .banner-title {
  font-weight: 700;
}

.banner-container-video .banner-inner .banner-sub-title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  max-width: 96.2rem;
}

.banner-container-video .banner-inner .banner-title-box.center .banner-title,
.banner-container-video .banner-inner .banner-title-box.center .banner-sub-title {
  max-width: 100%;
}
.home .section-1 {
  background: url(./images/home-section-1-bg-xl.png) no-repeat right bottom;
  background-size: 1084px;
  background-attachment: fixed;
}

.page-template-page-products-robots-zh .banner-title,
.page-template-page-products-labmate-zh .banner-title,
.page-template-page-products-labmind-zh .banner-title,
.page-template-page-applications-subpage-zh .banner-title,
.page-template-page-products-robots-en .banner-title,
.page-template-page-products-labmate-en .banner-title,
.page-template-page-products-labmind-en .banner-title,
.page-template-page-applications-subpage-en .banner-title {
  font-size: 6.8rem !important;
  line-height: 1.17 !important;
  max-width: 99rem !important;
}
.page-template-page-products-robots-zh .banner-sub-title,
.page-template-page-products-labmate-zh .banner-sub-title,
.page-template-page-products-labmind-zh .banner-sub-title,
.page-template-page-applications-subpage-zh .banner-sub-title,
.page-template-page-partnering-zh .banner-sub-title {
  font-size: 3rem !important;
  line-height: 1.5 !important;
  max-width: 99rem !important;
}
.page-template-page-products-robots-en .banner-sub-title,
.page-template-page-products-labmate-en .banner-sub-title,
.page-template-page-products-labmind-en .banner-sub-title,
.page-template-page-applications-subpage-en .banner-sub-title,
.page-template-page-partnering-en .banner-sub-title {
  font-size: 3rem !important;
  line-height: 1.2 !important;
  max-width: 99rem !important;
}

[class*="page-template-page-partnering-"] .feature-box-inner {
  display: flex;
  height: fit-content;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3rem;
  gap: 3.2rem;
}


[class*="page-template-page-partnering-"] .feature-box-inner p{
  font-size: 1.4rem;
}


[class*="page-template-page-partnering-"] .section-3 {
  background: url(./images/fluid-bg.png) no-repeat center center;
  background-size: 100%;
  background-attachment: fixed;
}
@media screen and (max-width: 1440px) {
  [class*="page-template-page-partnering-"] .section-3 {
    background: url(./images/fluid-bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: initial;
  }
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner{
  margin-bottom: 4rem;
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box {
  padding: 3.2rem;
  background: linear-gradient(139.77deg, rgba(183, 218, 249, 0.5) 0%, rgba(179, 228, 223, 0.5) 77.08%);
  width: calc(33% - 3.2rem);
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-1 .inner-box {
  background: url(./images/feature-icon-1.png) no-repeat right top;
  background-size: 9rem;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-2 .inner-box {
  background: url(./images/feature-icon-2.png) no-repeat right top;
  background-size: 9rem;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-3 .inner-box {
  background: url(./images/feature-icon-3.png) no-repeat right top;
  background-size: 9rem;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-4 .inner-box {
  background: url(./images/feature-icon-4.png) no-repeat right top;
  background-size: 9rem;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-5 .inner-box {
  background: url(./images/feature-icon-5.png) no-repeat right top;
  background-size: 9rem;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-6 .inner-box {
  background: url(./images/feature-icon-6.png) no-repeat right top;
  background-size: 9rem;
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-1 h1 {
  color: #FF000033;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-2 h1 {
  color: #FFA50033;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-3 h1 {
  color: #E6A23C80;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-4 h1 {
  color: #2A827980;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-5 h1 {
  color: #3498C980;
}
[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box-6 h1 {
  color: #725A9080;
}

@media screen and (max-width: 768px) {
  [class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box {
    width: calc(50% - 3.2rem) !important;
  }
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box  h4 {
  color: #4C505E;
  margin-bottom: 0;
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box  .label-en {
  color: #4C505E;
  font-size: 1.6rem;
  font-weight: 400;
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box  .label {
  color: #4C505E;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
}

[class*="page-template-page-partnering-"] .section-2 .feature-box-inner .item-box  p {
  color: #4C505E;
  font-size: 2.2rem;
  font-weight: 400;
}

[class*="page-template-page-partnering-"] .section-3 .feature-box-inner .item-box {
  padding: 3.2rem;
  background: #2A8279;
  width: calc(25% - 3.2rem);
}

@media screen and (max-width: 768px) {
  [class*="page-template-page-partnering-"] .section-3 .feature-box-inner .item-box {
    width: calc(50% - 3.2rem) !important;
  }
}

.btn {
  border-radius: 0;
}

.btn-outline-primary {
  color: rgba(42, 130, 121, 1);
  font-size: 2.4rem;
  padding: 8px 25px;
  background: #fff !important;
  border-radius: 50rem;
  border: 1px solid rgba(42, 130, 121, 1);
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: rgba(42, 130, 121, 1) !important;
  border: 1px solid rgba(42, 130, 121, 1) !important;
  color: #fff !important;
}
.contain-box {
  position: relative;
  margin-bottom: 16px;
}
.contain-box .contain-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3.7rem 2.6rem;
}

.home .section-3 {
  padding-bottom: 11rem;
  background: #e5f6f4;
}
.home .solution-item-image-box {
  margin-bottom: 4rem;
  position: relative;
}
.home .solution-item-image-box .solution-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3.2rem 2.4rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  width: 100%;
  color: rgba(20, 48, 42, 1);
}
.home .solution-item-image-box a,
.home .solution-item-image-box a:visited,
.home .solution-item-image-box a:hover {
  color: rgba(20, 48, 42, 1);
}

/**
* 解决方案
*/

.solution-carousel-item-image-box {
  margin-bottom: 4rem;
  max-width: 480px;
  max-height: 302px;
  overflow-y: hidden;
}
.solution-carousel-item-image-box img {
  border: 1px solid #007368;
}
.solution-carousel {
  margin: 0 -1.6rem;
}
.solution-carousel .item-inner {
  padding: 0 1.6rem;
}
.solution-carousel .item-inner .image {
  width: 100%;
}

/**
* 解决方案详情页模板
*/
.solution-feature-image img {
  max-width: 960px;
}
.section-application-bg {
  background: rgba(255, 255, 255, 1);
}
.section-application-form-bg {
  background: linear-gradient(163.31deg, #d5f9f6 -6.21%, #cae9f0 88.47%);
}
.solution-tab-content-wrapper {
  min-height: 62rem;
}
.solution-tab-content-wrapper .row {
  margin-bottom: 4.8rem;
}
.solution-tab-content-wrapper .row:last-child {
  margin-bottom: 0;
}
/**
* 新闻
*/
.archive-list-main {
  min-height: 100vh;
}
.archive-list-main .entry-title-box a {
  color: rgba(20, 48, 42, 1);
}
.archive-list-main .post-box-inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.archive-list-main .post-thumbnail {
  margin-bottom: 0;
}

.archive-item {
  flex: 1 0 0;
  gap: 3.2rem;
  align-items: center;
  margin-bottom: 8rem;
}
.archive-item .post-thumbnail-box {
  width: 50%;
}
.entry-title-box {
  flex: 1;
}

/**
* 加入我们
*/
.position-box {
  padding: 1.6rem;
  background: #e5f6f4;
  margin-bottom: 4rem;
}

.position-box .btn-outline-primary {
  background: transparent !important;
}
.position-box .btn-outline-primary:hover,
.position-box .btn-outline-primary:active,
.position-box .btn-outline-primary:focus {
  background: rgba(20, 48, 42, 1) !important;
}
.position-title {
  margin-bottom: 1.6rem;
}

/**
*自定义tab
*/
.custom-tabs {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(13, 47, 39, 0.4);
  margin-bottom: 4.8rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.custom-tabs::-webkit-scrollbar {
  display: none;
}
.custom-tabs li {
  list-style: none;
  display: inline-block;
  padding: 1rem 1.6rem;
}
.custom-tabs li a {
  color: rgba(13, 47, 39, 1) !important;
}
.custom-tabs li {
  opacity: 0.4;
}
.custom-tabs li.current-cat {
  opacity: 1;
  border-bottom: 3px solid rgba(13, 47, 39, 1);
}

/**
* 技术平台模板
*/
.page-template-page-technology-platform .section-2 {
  background: #fff;
}

.page-template-page-technology-platform .section-3 {
  margin-bottom: 0;
  background: linear-gradient(163.31deg, #d5f9f6 -6.21%, #cae9f0 88.47%);
}

.platform-carousel .item {
  position: relative;
}
.platform-carousel .image img,
.platform-image .image img {
  width: 100%;
}
.platform-carousel .item .title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.8rem 2.3rem;
}

.platform-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.platform-carousel .slick-dots {
  bottom: -21px;
}
.platform-carousel .slick-dots li button {
  width: 2rem;
  height: 6px;
}
.platform-tabs .tab-nav-item {
  position: relative;
  padding: 0 1.6rem;
  opacity: 0.5;
}
.platform-tabs .tab-nav-item:hover {
  cursor: pointer;
}
.platform-tabs .tab-nav-item.current-tab {
  opacity: 1;
}
.platform-tabs .current-tab::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00a494;
}

.swiper-pagination-bullet {
  line-height: 1;
  width: 5.9rem;
  height: 6px;
  background: #d9d9d9 !important;
  border-radius: 4px !important;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a494 !important;
  width: 5.9rem;
  height: 6px;
}

.page-home .section {
  height: 100vh;
}
.page-home .section-2 {
  padding: 0;
}
.page-home .section-3 {
  padding: 18.7rem 0;
  background: rgba(236, 240, 245, 1);
}
.page-home .lab-info-modal-wrap {
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
}
.page-home .lab-info-modal {
  position: fixed;
  z-index: 100001;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 124.8rem;
  width: 100%;
  padding: 0 2rem;
}
.page-home .lab-info-modal .lab-info-modal-inner {
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.12);
  padding: 9rem 7.2rem;
  position: relative;
}
.page-home .lab-info-modal .lab-info-modal-content {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  min-height: 36rem;
}
.page-home .lab-info-modal .lab-info-modal-content .device-img {
  margin-bottom: 1.6rem;
  width: 40%;
}
.page-home .lab-info-modal .lab-info-modal-content .content {
  flex: 1;
  font-size: 2.2rem;
}

.userinfo-modal {

}
.learn-more-btn {
  color: #fff !important;
  font-size: 2.2rem;
  font-weight: 400;
  border: none;
  line-height: 1.5;
  border-radius: 4rem;
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  background: rgba(42, 130, 121, 1) url(./images/arrow-right.svg) no-repeat 90% center;
  background-size: 2rem;
}
.learn-more-btn:hover {
  color: #fff !important;
  background: rgba(0, 164, 148, 1) url(./images/arrow-right.svg) no-repeat 90% center;
  background-size: 2rem;
}

.page-home .lab-info-modal .lab-info-modal-content a:hover {
  color: #fff !important;
}

.page-home .section-title {
  color: rgba(20, 48, 42, 1);
  margin-bottom: 4rem;
}
.page-home .section-2 .section-title {
  max-width: 88.5rem;
}
.page-home .section-2 .box-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.23;
  margin-bottom: 1.2rem;
  color: rgba(13, 47, 39, 1);
}
.page-home .banner-title {
  margin: 0;
}
.page-home .section-2 .intro-box {
  margin-bottom: 3.2rem;
  line-height: 1.45;
}
.page-home .section-2 .inner-box-1 {
  background: rgba(255, 255, 255, 0.9) url(./images/en/home-en-intro-bg-1.png) no-repeat bottom center;
}
.page-home .section-2 .inner-box-2 {
  background: rgba(255, 255, 255, 0.9) url(./images/en/home-en-intro-bg-2.png) no-repeat bottom center;
}
.page-home .section-2 .inner-box-3 {
  background: rgba(255, 255, 255, 0.9) url(./images/en/home-en-intro-bg-3.png) no-repeat bottom center;
}
.page-home .section-2 .inner-box-4 {
  background: rgba(255, 255, 255, 0.9) url(./images/en/home-en-intro-bg-4.png) no-repeat bottom center;
}
.page-home .section-2 .inner-box {
  background-size: contain;
  min-height: 32vh;
  padding: 3.2rem;
  font-size: 2.2rem;
}
.page-home .lab-box {
  position: relative;
}
.page-home .lab-info-btn {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background: url(./images/icon-plus.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
.page-home .lab-info-1 {
  left: 54%;
  top: 61%;
}
.page-home .lab-info-2 {
  left: 8%;
  top: 48%;
}
.page-home .lab-info-3 {
  left: 29%;
  top: 72%;
}
.page-home .lab-info-4 {
  left: 48%;
  top: 28%;
}
.page-home .lab-info-5 {
  left: 68%;
  top: 54%;
}
.page-home .lab-info-6 {
  left: 87%;
  top: 55%;
}
.page-home .lab-info-btn.active {
  background: url(./images/icon-minus.png) no-repeat center center;
  background-size: 100%;
}
.page-home .feature-wrap {
  gap: 3.2rem;
}
.page-home .feature-wrap .feature-box {
  background: #fff;
  width: 100%;
  padding: 2.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  align-items: center;
  min-height: 15.4rem;
  border-radius: 4px;
}
.page-home .feature-wrap .feature-box .title {
  font-size: 2.6rem;
  font-weight: 700;
  color: rgba(20, 48, 42, 1);
  min-width: 24rem;
  text-align: left;
}
.lab-info-content {
}
.lab-info-content .device-img {
  width: 50%;
}
.lab-info-content .series-title {
  font-size: 5.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: rgba(13, 47, 39, 1);
}
.series-desc {
  margin-bottom: 6.4rem;
  color: rgba(76, 80, 94, 1);
}
.series-desc p {
  color: rgba(76, 80, 94, 1);
}
.lab-info-content .custom-table td {
  padding: 0.8rem 1.6rem 0.8rem 0;
  font-size: 1.8rem;
  vertical-align: baseline;
}
.lab-info-content .custom-table .label {
  font-weight: 700;
  color: rgba(64, 68, 82, 1);
}
.lab-info-content .custom-table .value {
  color: rgba(118, 122, 135, 1);
}
.fluid-bg {
  background: url(./images/fluid-bg.png) no-repeat center center;
  background-size: cover;
}
.banner-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: unset;
}
.banner-overlay-white {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: unset;
}

.highlight-section-title {
  color: #fff !important;
}

.highlights-box {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.highlights-box .highlight-item {
  position: relative;
  width: calc(25% - 1.6rem);
  background: rgba(42, 130, 121, 1);
  color: #fff;
  border-radius: 4px;
}
.highlights-box .highlight-item .highlight-title {
  color: #fff;
}
.highlights-box .highlight-item .highlight-content {
  color: #fff;
}

.highlights .highlight-item .highlight-inner .highlight-container,
.highlights-box .highlight-item .highlight-inner .highlight-container {
  padding: 3.2rem;
}
.highlights .highlight-item .highlight-inner .highlight-container .highlight-title,
.highlights-box .highlight-item .highlight-inner .highlight-container .highlight-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.highlights .highlight-item .highlight-inner .highlight-container .highlight-content,
.highlights-box .highlight-item .highlight-inner .highlight-container .highlight-content {
  font-size: 2.2rem;
  word-wrap: break-word;
}
.news-swiper-box,
.custom-swiper-box,
.swiper-box {
  position: relative;
}

.swiper-box {
  padding-bottom: 8rem;
}
.swiper-box .swiper-button-next {
  right: unset;
  bottom: 0;
  left: 8rem;
  background: #fff;
  padding: 1rem;
  border-radius: 100rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1rem;
  top: unset;
}
.swiper-box .swiper-button-prev {
  right: unset;
  bottom: 0;
  left: 0rem;
  background: #fff;
  padding: 1rem;
  border-radius: 100rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1rem;
  top: unset;
}
.swiper-button-next,
.swiper-button-prev {
  user-select: none;
}
.swiper-box .swiper-button-next:after,
.swiper-box .swiper-button-prev:after {
  font-size: 2rem;
  color: rgba(42, 130, 121, 1);
}

.home-swiper2 .swiper-button-next,
.home-swiper2 .swiper-button-prev {
  background: #fff;
  border: 2px solid rgba(42, 130, 121, 1);
  user-select: none;
}
.home-swiper2 .swiper-button-next {
  left: 14rem;
}
.home-swiper-index {
  position: absolute;
  bottom: 0rem;
  left: 7rem;
  font-size: 3.2rem;
  color: rgba(42, 130, 121, 1);
}
.custom-swiper-box .swiper-button-next {
  right: 0;
  top: 2.4rem;
  bottom: unset;
  left: unset;
  background: rgba(236, 240, 245, 1);
  padding: 1rem;
  border-radius: 100rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1rem;
  border: 1px solid rgba(236, 240, 245, 1);
  user-select: none;
}
.custom-swiper-box .swiper-button-prev {
  right: 6rem;
  top: 2.4rem;
  bottom: unset;
  left: unset;
  background: rgba(236, 240, 245, 1);
  padding: 1rem;
  border-radius: 100rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1rem;
  border: 1px solid rgba(236, 240, 245, 1);
  user-select: none;
}
.custom-swiper-box .swiper-button-disabled {
  background: #fff;
}
.custom-swiper-box .swiper-button-next:after,
.custom-swiper-box .swiper-button-prev:after {
  font-size: 2.4rem;
  color: rgba(90, 91, 95, 1);
}
.news-swiper-box .swiper-button-next {
  right: 8rem;
  top: 4rem;
  bottom: unset;
  left: unset;
  background: rgba(236, 240, 245, 1);
  padding: 1rem;
  border-radius: 100rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1rem;
  border: 1px solid rgba(236, 240, 245, 1);
  user-select: none;
}
.news-swiper-box .swiper-button-prev {
  right: 16rem;
  top: 4rem;
  bottom: unset;
  left: unset;
  background: rgba(236, 240, 245, 1);
  padding: 1rem;
  border-radius: 100rem;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1rem;
  border: 1px solid rgba(236, 240, 245, 1);
  user-select: none;
}
.news-swiper-box .swiper-button-disabled {
  background: #fff;
}
.news-swiper-box .swiper-button-next:after,
.news-swiper-box .swiper-button-prev:after {
  font-size: 2.4rem;
  color: rgba(90, 91, 95, 1);
}

.news-swiper-box .section {
  padding-top: 8rem;
}

@keyframes backgroundSwitch {
  0% {
    background-size: 200%;
  }
  100% {
    background-size: 100%;
  }
}

.page-template-page-applications-en .section-1 {
  background: rgba(245, 247, 250, 1);
}

.page-template-page-applications-en .page-title {
  margin-bottom: 4rem;
}
.scenario {
  margin-bottom: 3.2rem;
}
.scenario .scenarios-wrapper {
  display: flex;
  gap: 3.2rem;
  overflow-y: auto;
}
.scenario .scenario-item {
  background: rgba(245, 247, 250, 1);
  box-shadow: 0 0 0 2px rgba(245, 247, 250, 1) inset;
  height: 100%;
}
.scenario .inner-padding {
  padding: 1.6rem 1.2rem;
  min-width: 22.4rem;
}
.scenario .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.scenario .inner .icon-box {
  width: 8rem;
  height: 8rem;
}
.scenario .inner .index-name {
  text-align: center;
  color: rgba(13, 47, 39, 1);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
  flex: 1;
  user-select: none;
}
.scenario-content-box .content-box {
  padding-top: 4rem;
}

.scenario-content-box .title {
  color: rgba(20, 48, 42, 1);
  font-size: 5.6rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  line-height: 1.42;
}
.scenario-content-box .content p {
  color: rgba(64, 68, 82, 1) !important;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
}
.page-template-page-applications-en .scenario .custom-active {
  background: rgba(229, 246, 244, 1);
}
.page-template-page-applications-en .scenario .custom-active {
  background: rgba(229, 246, 244, 1);
  box-shadow: 0 0 0 2px rgba(0, 164, 148, 1) inset;
  border-radius: 4px;
}
.page-template-page-applications-en .slider-content-box {
  padding-top: 4rem;
}
.page-template-page-applications-en .slider-content-box .slider-title {
  color: rgba(20, 48, 42, 1);
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.page-template-page-applications-en .slider-content-box .slider-content p {
  color: rgba(64, 68, 82, 1) !important;
  font-size: 2.2rem;
  font-weight: 400;
}

.divider {
  background: rgba(13, 47, 39, 1);
  height: 2px;
  width: 100%;
  max-width: 100%;
  margin: 4rem auto;
}
.en-custom-swiper {
  transition-duration: 0ms;
  transition-delay: 0ms;
  user-select: none;
}
.en-custom-swiper .slider-content-box {
  padding-top: 4rem;
}
.en-custom-swiper .slider-content-box .slider-title {
  color: rgba(20, 48, 42, 1);
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.en-custom-swiper .slider-content-box .slider-content p {
  color: rgba(64, 68, 82, 1) !important;
  font-size: 2.2rem;
  font-weight: 400;
}
.en-custom-swiper .swiper-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.en-custom-swiper .swiper-wrapper {
  height: 68.7rem;
  width: 100%;
  transition: transform 0.5s;
  scroll-snap-type: x mandatory;
}
.en-custom-swiper .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transition: all 0.5s;
}

.en-custom-swiper .slider-inner-padding {
  padding: 0 0.8rem;
  width: 100%;
  height: 100%;
}
.en-custom-swiper .slider-inner {
  width: 100%;
  height: 100%;

  background: #f5f7fa;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.en-custom-swiper .slider-inner-1::after {
  background: url("./images/en/technology-slider-1.png") no-repeat center center;
}
.en-custom-swiper .slider-inner-2::after {
  background: url("./images/en/technology-slider-2.png") no-repeat center center;
}
.en-custom-swiper .slider-inner-3::after {
  background: url("./images/en/technology-slider-3.png") no-repeat center center;
}
.en-custom-swiper .slider-inner-4::after {
  background: url("./images/en/technology-slider-4.png") no-repeat center center;
}
.en-custom-swiper .slider-inner-5::after {
  background: url("./images/en/technology-slider-5.png") no-repeat center center;
}

.en-custom-swiper .slider-inner::after {
  background-size: 200%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
}
@keyframes shrinkBackground {
  from {
    background-size: 100%;
  }
  to {
    background-size: 200%;
  }
}
.animation-next {
  animation: slideRightIn 0.5s;
  animation-fill-mode: forwards;
}
@keyframes slideRightIn {
  from {
    transform: translateX(calc(-100% / 6 - 16px));
  }
  to {
    transform: translateX(calc(-100% / 6 * 2 - 16px));
  }
}
.animation-prev {
  animation: slideLeftIn 0.5s;
  animation-fill-mode: forwards;
}
@keyframes slideLeftIn {
  from {
    transform: translateX(calc(-100% / 6 * 3 - 16px));
  }
  to {
    transform: translateX(calc(-100% / 6 * 2 - 16px));
  }
}
.en-custom-swiper .switching .slider-inner::after {
  animation: shrinkBackground 0.5s;
  animation-fill-mode: forwards;
}

.en-custom-swiper .swiper-slide-active .slider-inner::after {
  opacity: 1;
  background-size: contain !important;
}
.en-custom-swiper .index-number {
  position: absolute;
  left: 50%;
  bottom: 8.5rem;
  color: #00a494;
  transform: translateX(-50%);
  font-size: 6rem;
  font-weight: 290;
  z-index: 100;
  user-select: none;
}
.en-custom-swiper .swiper-slide-active {
  width: calc(100% / 6 * 4 + 32px) !important;
}

.en-custom-swiper .swiper-slide-active .index-number {
  left: 9.5rem;
}
.en-custom-swiper .banner-sub-title {
  max-width: 60%;
}
.en-custom-swiper .corner-mark {
  background: url(./images/en/corner-mark-bg.png) no-repeat left top;
  background-size: 29.5rem;
  width: 29.5rem;
  height: 4.3rem;
  font-size: 1.8rem;
  line-height: 4.3rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding-left: 2rem;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.en-custom-swiper .swiper-slide-active .corner-mark {
  opacity: 1;
}

.applications-content-box {
  font-size: 1.8rem;
  line-height: 1.33;
}

.applications-content-box .bold {
  font-weight: 700;
}
.applications-content-box ul {
  padding-left: 2rem;
  margin-left: 0;
}
.applications-content-box ul li {
  margin-bottom: 0.5rem;
}

.banner-container {
  height: 100rem;
  background-position: center center;
  background-size: cover;
}

.section-about-advantage {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.section-about-advantage .number-box {
  font-size: 7.5rem;
  background: conic-gradient(from 135deg at 50% 50%, #00a494 0deg, #3c8cec 360deg);
  filter: blur(0 0 4px rgba(7, 234, 206, 0.25));
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  color: transparent !important;
}
.section-about-advantage .number-box .sup {
  background: conic-gradient(from 135deg at 50% 50%, #00a494 0deg, #3c8cec 360deg);
  filter: blur(0 0 4px rgba(7, 234, 206, 0.25));
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(60, 140, 236, 1) !important;
  top: -0.75em;
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.form-bg {
  background: rgba(245, 247, 250, 1);
  padding: 3.2rem 9.2rem;
}
.form-bg h3 {
  color: rgba(20, 48, 42, 1);
  font-size: 4.2rem;
  font-weight: 400;
}
.form-control {
  border-radius: 4px !important;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  border-radius: 0.8rem !important;
  height: 48px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  border: 0 !important;
  border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  vertical-align: text-bottom;
  color: rgba(118, 122, 135, 1);
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
  color: rgba(118, 122, 135, 1);
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form textarea {
  min-height: 8rem;
}
.form-item {
  margin-bottom: 2.4rem;
}
.form-item br {
  display: none;
}

.wpcf7-not-valid-tip {
  color: rgba(90, 91, 95, 1);
  font-size: 1.6rem;
}
.wpcf7-form .wpcf7-select,
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
  font-size: 1.8rem !important;
  line-height: 1 !important;
}
.policy-label {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.4;
  vertical-align: top;
  margin-bottom: 0;
  color: rgba(118, 122, 135, 1);
}

.form-item label {
  color: rgba(64, 68, 82, 1);
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.4;
}
.wpcf7-form-control::placeholder {
  color: rgba(168, 171, 178, 1);
  font-size: 1.4rem;
  line-height: 1.4;
}

.wpcf7-submit {
  width: auto;
  padding: 8px 25px;
  border-radius: 4rem !important;
  color: #fff;
  border: none !important;
  background: rgba(42, 130, 121, 1) !important;
}
.wpcf7-submit:hover {
  border: none !important;
  border-radius: 4rem !important;
  color: #fff;
  background: rgba(0, 164, 148, 1) !important;
}
.page-template-page-no-banner h2,
.page-template-page-no-banner h3,
.page-template-page-no-banner h4 {
  color: #14302a !important;
  margin-bottom: 1.6rem;
}
.page-template-page-no-banner h3 {
  font-weight: 700;
}
.page-template-page-no-banner .section ul,
.page-template-page-no-banner .section ol {
  margin: 0 0 1rem 2rem;
  padding-left: 2rem;
}
.page-template-page-no-banner .ace-line {
  margin-bottom: 1.6rem;
}
.page-template-page-no-banner .ace-table {
  padding: 0;
  border: 1px solid rgba(236, 240, 245, 1);
}
.page-template-page-no-banner .ace-table tr:first-child {
  background: rgba(245, 247, 250, 1);
}
.page-template-page-no-banner .ace-table td {
  padding: 0.8rem 1.6rem;
  border-bottom: 1px solid rgba(236, 240, 245, 1);
}
.page-template-page-no-banner .ace-table td strong {
  font-weight: normal;
}
.page-template-page-no-banner .ace-table td .ace-line {
  margin-bottom: 0;
  word-break: break-all;
}
.event-box {
  border: 2px solid transparent;

  font-size: 2.2rem;
}
.event-box .event-content {
  width: 50%;
  padding: 2.4rem;
}
.event-box .title-and-desc {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.event-box .small-title {
  color: rgba(90, 91, 95, 1);
}
.event-box .event-title {
  margin-bottom: 0;
}
.event-box .big-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.8rem;
}

.event-box .event-desc {
  color: rgba(90, 91, 95, 1);
}
.event-box .event-icon {
  width: auto;
  max-height: 4.8rem;
  transform: translateY(1rem);
}

.event-box .img-box {
  flex: 1;
}
.event-box .label {
  color: rgba(20, 48, 42, 1);
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
}
.event-box .img-box img {
  width: 100%;
}
.event-box .desc {
  font-size: 2.2rem;
  color: rgba(90, 91, 95, 1);
  line-height: 1.2;
}
.event-box .date,
.event-box .location,
.event-box .booth-number {
  color: rgba(90, 91, 95, 1);
}
.page-template-page-home-zh .site-footer,
.page-template-page-home-en .site-footer,
.page-template-page-products-labmind-zh .site-footer,
.page-template-page-products-labmind-en .site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
}
.sticky-slider-item {
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.algolia-search-highlight {
  background-color: #fff !important;
  color:#D32F2F;
}

/* Menu icon styles */
.menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 24px;
  height: 2px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(18px);
  background: #14302a;
  transition: all 0ms 300ms;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  height: 2px;
  background: #14302a;
  transition:
    bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 2px;
  background: #14302a;
  transition:
    top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition:
    top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition:
    bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.search-list-main .search-form .search-submit {
  display: none;
}
.site-header .search-form {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .header-right .header-search-field {
  border: none;
  color: #4c505e;
  height: 4.6rem;
  width: 12.2rem;
  font-size: 2rem;
  line-height:1;
  border-radius: 4px;
  background: url(./images/search.png) no-repeat 1rem center;
  background-size: 2.4rem;
  padding-left: 4rem;
  transition: all 0.3s ease-in-out;
}
.site-header .header-right .header-search-field:active,
.site-header .header-right .header-search-field:focus {
  border: 1px solid #767a87;
  width: 27.4rem;
  outline: none;
}
.site-header .header-right .header-search-field,
.site-header .header-right .header-search-field::placeholder {
  font-size: 2rem;
  color: #4c505e;
}

.color-white-header .site-header .header-right .header-search-field:active,
.color-white-header .site-header .header-right .header-search-field:focus {
  border: 1px solid #fff;
}
.color-white-header .site-header .header-right .header-search-field {
  font-size: 2rem;
  color: #fff;
}
.color-white-header .site-header .header-right .header-search-field::placeholder {
  font-size: 2rem;
  color: #fff;
}

.color-white-header  .site-header .header-right .header-search-field {
  background: url(./images/search-white.png) no-repeat 1rem center;
  background-size: 2.4rem;
  padding-left: 4rem;
  transition: all 0.3s ease-in-out;
}
.search-list-main {
  min-height: calc(100vh - 7.5rem);
}
.search-list-main .search-form .search-field {
  border: 1px solid #767a87;
  height: 4.6rem;
  font-size: 2.2rem;
  line-height: 4.6rem;
  border-radius: 4px;
  background: url(./images/search.png) no-repeat 1rem center;
  background-size: 2.4rem;
  padding-left: 4rem;
}
.search-list-main .search-form .search-field:focus-visible {
  outline: none;
}
.search-list-main .breadcrumbs {
  font-size: 1.6rem;
  color: #767a87;
  margin-bottom: 0.8rem;
}

.search-list-main .search-result-title {
  margin-bottom: 0.8rem;
}
.search-list-main .search-result-title a:visited {
  color: initial;
}


/*
* 大于1200px时
*/
@media screen and (min-width: 1200px) {
  .contain-box .contain-content .desc {
    min-height: 60px;
  }

  .box {
    max-width: 160rem;
    margin: 0 auto;
  }
  .en .box {
    max-width: 160.4rem;
    margin: 0 auto;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
    width: 100% !important;
  }

  .en .container,
  .en .container-fluid,
  .en .container-lg,
  .en .container-md,
  .en .container-sm,
  .en .container-xl,
  .en .container-xxl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1600px) {
  .ls-wp-container {
    max-height: 62.5vw !important;
  }
  .ls-bg {
    width: 100% !important;
    height: auto !important;
  }
}
/*
* 小于1200px时
*/
@media screen and (max-width: 1200px) {
  .text-right-sm {
    text-align: right;
  }

  .home .section-1 {
    background: url(./images/home-section-1-bg.png) no-repeat -5rem bottom;
    background-size: contain;
  }
  .btn-outline-primary,
  .btn-outline-primary:hover {
    border: 1px solid rgba(20, 48, 42, 1) !important;
  }

  .section {
    padding: 10rem 0;
  }
  .platform-tabs .tab-content-box {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 992px) {
  .page-home .solution-2 .inner-box {
    min-height: 18vh;
  }
}

.labmate-beacon {
  transform: scale(1);
}
@media screen and (max-width: 900px) {
  .labmate-beacon {
    transform: scale(1);
  }

  .banner-container-video {
    height: 100rem;
  }
  .page-home .feature-wrap .feature-box .icon {
    max-width: 48px;
  }

  .icon-box {
    margin-bottom: 8px;
  }

  .flex-break-md {
    display: flex;
    flex-direction: column;
  }
  .event-box .event-content {
    width: 100%;
    box-sizing: border-box;
  }
  .event-box .desc {
    font-size: 3.2rem;
  }
  .lab-info-content .device-img {
    width: 100%;
  }
  .archive-item .post-thumbnail-box {
    width: 100%;
  }
  .highlights-box .highlight-item {
    width: calc(50% - 1.6rem);
  }
  p,
  .en .big-p,
  .en .h5,
  body.en,
  .en .page-content,
  .en .entry-content,
  .en .entry-summary,
  .en .desc,
  .en .desc p,
  .en p,
  .params.text-colorfull,
  .btn-more,
  .application-desc .label,
  .page-home .lab-info-modal .lab-info-modal-content .content,
  .learn-more-btn,
  .page-home .section-2 .inner-box,
  .highlights .highlight-item .highlight-inner .highlight-container .highlight-content,
  .highlights-box .highlight-item .highlight-inner .highlight-container .highlight-content,
  .scenario .inner .index-name,
  .scenario-content-box .content p,
  .page-template-page-applications-en .slider-content-box .slider-content p,
  .section-about-advantage h4,
  .form-item label,
  .event-box,
  .event-box .desc,
  .wpcf7-not-valid-tip,
  .custom-tabs li a,
  .site-footer a,
  .news-section-title,
  .posted-on {
    font-size: 14px;
  }
  .event-box .label,
  .event-box .date,
  .event-box .location,
  .event-box .booth-number {
    font-size: 16px !important;
  }
  input[type="checkbox"],
  input[type="radio"] {
    width: 15px;
    height: 15px;
  }
  .placeholder-empty {
    display: none;
  }
  .search-list-main .search-form {
    max-width: 20rem;
  }

  [class*="page-template-page-partnering-"] .feature-box-inner p{
    font-size: 10px;
  }
}
@media screen and (max-width: 782px) {
  .site-header {
    background: #fff;
  }
  .site-header .site-branding img {
    height: 24px;
  }
  .site-header .site-header-inner {
    padding: 8px 32px;
  }
  .menu-wrapper {
    display: block;
  }
  .gong-an-icon {
    max-height: 14px;
  }
  .socialized-media {
    gap: 2.4rem;
  }
  .site-footer .footer-container {
    display: none;
  }
  .footer-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .site-footer .wechat-img-wrapper {
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    z-index: 1;
  }
  .site-footer .wechat-img-wrapper::after {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .site-footer .wechat-img-box {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .site-footer .wechat-img-box:before,
  .site-footer .wechat-img-box:after {
    display: none;
  }
  .response-full-height {
    height: auto;
    padding: 12rem;
  }
  .page-template-page-home-zh .site-footer,
  .page-template-page-home-en .site-footer,
  .page-template-page-products-labmind-zh .site-footer,
  .page-template-page-products-labmind-en .site-footer {
    display: block;
    position: relative;
  }
  .language-switcher {
    display: none;
  }

  .main-navigation {
    display: block;
    position: fixed;
    right: -100%;
    top: 40px;
    height: calc(100% - 40px);
    width: 100%;
    background: #fff;
    padding: 8px 24px 8px 24px;
    transition: right 0.3s ease; /* 平滑移动动画 */
  }
  .main-navigation.visible {
    right: 0;
  }
  .main-navigation .nav-menu {
    display: block;
    padding-bottom: 50px;
    overflow-y: auto;
  }
  .main-navigation .nav-menu li {
    margin: 0;
  }
  .main-navigation .nav-menu li a {
    color: #14302a !important;
    font-size: 16px !important;
    padding: 16px 12px;
    text-align: left;
  }
  .main-navigation .nav-menu li > ul.sub-menu {
    position: relative;
    box-shadow: none;
    background: #fff;
    padding: 0 0 0 16px;
  }

  .main-navigation .nav-menu li > ul.sub-menu a {
    padding: 16px 12px;
  }
  .main-navigation .nav-menu li > ul.sub-menu a:hover {
    color: #14302a !important;
  }

  .main-navigation .nav-menu .current-menu-item a::after,
  .main-navigation .nav-menu .current-menu-ancestor a::after {
    display: none;
  }

  .main-navigation .nav-menu .menu-item-has-children > a::after {
    display: block;
    content: "";
    position: absolute;
    right: 12px;
    top: 16px;
    left: unset;
    bottom: unset;
    background: url(./images/arrow-right-black.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .main-navigation .nav-menu .menu-item-has-children > a.active::after {
    transform: rotate(90deg);
  }
  .search-form-mobile {
    display: block;
  }
  .site-header .search-form {
    right: 12rem;
  }
  .mobile-language-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    border-top: 1px solid rgba(236, 240, 245, 1);
    padding: 12px 48px;
  }
  .mobile-language-switcher .language-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: rgba(76, 80, 94, 1);
  }
  .mobile-language-switcher .cur-lang {
    font-size: 16px;
    color: rgba(76, 80, 94, 1);
  }
  .mobile-language-switcher .lang-box {
    position: fixed;
    bottom: 45px;
    right: 14px;
    width: 100px;
    background: #fff;
    border-radius: 4px;
    padding: 8px 0;
    border: 1px solid rgba(236, 240, 245, 1);

    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    text-align: left;
  }
  .mobile-language-switcher .lang-box .lang-item {
    padding: 12px 0;
    font-size: 14px;
    padding: 8px 32px 8px 32px;
    color: rgba(64, 68, 82, 1);
  }
  .color-white-header .nav-menu .sub-menu a,
  .color-white-header .nav-menu .sub-menu a:hover {
    color: #14302a !important;
  }

  .page-template-page-applications-subpage-zh .custom-swiper-box .swiper-button-prev,
  .page-template-page-applications-subpage-zh .custom-swiper-box .swiper-button-next,
  .page-template-page-applications-subpage-en .custom-swiper-box .swiper-button-prev,
  .page-template-page-applications-subpage-en .custom-swiper-box .swiper-button-next {
    display: none;
  }

  .news-swiper-box .swiper-button-next,
  .news-swiper-box .swiper-button-prev {
    top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .home .section-2 img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .home .partner-img-box img {
    width: 16vw;
  }
  .site-footer .footer-container .footer-left,
  .site-footer .footer-container .footer-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .site-footer .footer-left a {
    display: block;
  }
  .site-footer .footer-container a {
    line-height: 2;
  }
}

@media screen and (max-width: 375px) {
  .home .partner-img-box img {
    width: 15vw;
  }
  .page-home .solution-2 .inner-box {
    min-height: 25vh;
  }
}
