@charset "UTF-8";
@font-face {
  font-family: "muli-ExtraLight";
  src: url("../static/font/Muli-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Light";
  src: url("../static/font/Muli-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../static/font/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../static/font/Muli-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../static/font/Muli-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", "PingFangSC", Microsoft YaHei-Bold, Muli, Muli-Regular, sans-serif, Arial;
  color: #202020;
}

html.hidden {
  overflow: hidden;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  padding: 0;
  margin: 0;
}

body {
  position: relative;
}

ul {
  list-style-type: none;
}

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

a:hover {
  text-decoration: none;
  color: inherit;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: inherit;
}

a[href] {
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

button {
  outline: none;
}

.db {
  display: block;
}

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

.clip_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input {
  outline: none;
  background: transparent;
  border: none;
  outline: medium;
  width: 100%;
}

input:focus {
  outline: none;
  background-color: #fff;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #807c7c;
  transition: background-color 5000s ease-out 0.5s;
}

textarea {
  background: transparent;
  border: none;
}

textarea:focus {
  outline: none;
  background-color: #fff;
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
.transitionLable {
  transform: translateY(50px);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1);
  opacity: 0;
}

.transitionLable.active {
  transform: translateY(0);
  opacity: 1;
}

html.hidden {
  overflow: hidden;
}

.page-content {
  margin: 0 auto;
}
.page-content.w1600 {
  width: 16rem;
}
.page-content.w1800 {
  width: 18rem;
}
.page-content.w1400 {
  width: 14rem;
}
.page-content.w1440 {
  width: 14.4rem;
}
.page-content.w1328 {
  width: 13.28rem;
}
.page-content.w1305 {
  width: 13.05rem;
}
.page-content.w1200 {
  width: 12rem;
}
.page-content.w1280 {
  width: 12.8rem;
}
.page-content.w1000 {
  width: 10rem;
}

:root {
  --topBarHeight: Max(0.4rem, 34px);
  --navBarHeight: 1.09rem;
}

.main {
  min-height: 60vh;
  padding-top: calc(var(--topBarHeight));
}
.main.page {
  padding-top: calc(var(--topBarHeight) + var(--navBarHeight));
}

.clear_both {
  clear: both;
  height: 0;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.main-content {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.main-content .banner {
  height: 3.91rem;
  background: url(../images/service_items/bg1.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.main-content .banner h1 {
  opacity: 0.6;
  font-family: Arial;
  font-weight: 900;
  font-size: 0.6rem;
  color: #ffffff;
}
.main-content .banner ul {
  color: rgba(221, 238, 253, 0.7);
  font-size: max(0.16rem, 12px);
  font-family: Arial;
  font-weight: 500;
}
.main-content .banner ul a:first-of-type {
  color: #0075ff;
}
.main-content .banner .list {
  position: absolute;
  bottom: 0;
}
.main-content .banner .nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 12.8rem;
  height: 0.78rem;
  background: #ffffff;
  border-radius: 0.02rem;
  position: relative;
}
.main-content .banner .nav p {
  max-width: 20%;
  font-family: Muli;
  font-weight: 700;
  font-size: max(0.18rem, 12px);
  color: #333333;
  cursor: pointer;
  height: 0.74rem;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0.04rem;
}
.main-content .banner .nav p a {
  padding: 0 10px;
  font-size: max(0.18rem, 12px);
  color: #333333;
}
.main-content .banner .nav span {
  opacity: 0.3;
  font-family: Arial;
  font-weight: 600;
  font-size: max(0.18rem, 12px);
  color: #333333;
}
.main-content .banner .inner_bor {
  display: block;
  position: absolute;
  bottom: -4px;
  height: 4px;
  background: #faa61a;
  transition: width 0.3s, left 0.5s ease;
}

.edit-post-visual-editor__post-title-wrapper {
  margin-top: unset !important;
}

.block-editor-block-list__layout {
  padding: 0 4%;
}

@media screen and (max-width: 910px) {
  .page-content {
    margin: 0 auto;
  }
  .page-content.w1600 {
    width: 92%;
  }
  .page-content.w1800 {
    width: 92%;
  }
  .page-content.w1400 {
    width: 92%;
  }
  .page-content.w1440 {
    width: 92%;
  }
  .page-content.w1328 {
    width: 92%;
  }
  .page-content.w1305 {
    width: 92%;
  }
  .page-content.w1200 {
    width: 92%;
  }
  .page-content.w1280 {
    width: 92%;
  }
  .page-content.w1000 {
    width: 92%;
  }
  :root {
    --topBarHeight: 30px;
    --navBarHeight: 54px;
  }
  .main-content .banner .list {
    width: 100%;
  }
  .main-content .banner .list .nav {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .main-content .banner .list .nav p {
    max-width: unset;
    height: 0;
    justify-content: center;
    margin-bottom: unset;
  }
  .main-content .banner .list .nav p.active {
    border-bottom: unset;
    height: 100%;
    order: -1;
    pointer-events: none;
  }
  .main-content .banner .list .nav p.active::after {
    content: "\e62d";
    margin-left: 20px;
    font-size: 0.14rem;
    line-height: 0.14rem;
    color: #333;
    font-family: "iconfont" !important;
    font-style: normal;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
  }
  .main-content .banner .list .nav.open {
    height: unset;
  }
  .main-content .banner .list .nav.open p {
    height: 0.78rem;
  }
  .main-content .banner .list .nav.open p.active {
    order: unset;
    color: #faa61a;
  }
  .main-content .banner .list .nav.open p.active::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .main-content .banner .list .nav span {
    display: none;
  }
  .main-content .banner .list .inner_bor {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --topBarHeight: 30px;
    --navBarHeight: 54px;
  }
}