@charset "UTF-8";
@font-face {
  font-family: "muli-ExtraLight";
  src: url("../lib/font/Muli-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli-Light";
  src: url("../lib/font/Muli-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("../lib/font/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli-Bold";
  src: url("../lib/font/Muli-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../lib/font/Muli-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Butler-ExtraBold";
  src: url("../lib/font/Butler_ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: Muli, Muli-Regular, "Microsoft YaHei", "微软雅黑", Microsoft YaHei-Bold, "PingFang SC", "PingFangSC",  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%;
  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;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.transitionLable {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  transition: opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0.7, 0.1, 1), opacity 1s cubic-bezier(0.5, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0.7, 0.1, 1);
  opacity: 0;
}

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

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

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}

.not-click {
  cursor: no-drop !important;
}

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

.page-content {
  margin: 0 auto;
}

.page-content.w1600 {
  width: 16rem;
  max-width: 1600px;
}

.page-content.w1800 {
  width: 18rem;
  max-width: 1800px;
}

.page-content.w1400 {
  width: 14rem;
  max-width: 1400px;
}

.page-content.w1328 {
  width: 13.28rem;
  max-width: 1328px;
}

.page-content.w1200 {
  width: 12rem;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

.noMore {
  font-size: 12px;
  color: #b0b1b7;
}

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

.content_title h3 {
  font-size: 0.72rem;
  font-family: Muli, Muli-Bold;
  color: #333333;
  line-height: 1.47;
  text-transform: uppercase;
}

.styling-border {
  position: relative;
  padding-bottom: 18px;
}

.styling-border::before, .styling-border::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.styling-border:before {
  width: 1.89rem;
  height: 3px;
  background: #e9e6e3;
}

.styling-border:after {
  width: 0.85rem;
  height: 5px;
  background: #e0293a;
}

.styling-border.allWidth {
  display: inline-block;
}

.styling-border.allWidth:before {
  left: 15%;
  width: 70%;
}

.styling-border.allWidth:after {
  left: 15%;
  width: 20%;
}

.more_btn {
  position: relative;
  width: 1.97rem;
  height: 0.44rem;
  background: #e02a3b;
  font-size: Max(0.16rem, 12px);
  color: #fff;
  border: none;
  cursor: pointer;
}

.more_btn:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0px;
  height: 0px;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.toggle-container {
  position: relative;
}

.toggle-container .toggle-dir {
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: calc((100% - 12rem) / 2 - 0.6rem);
}

.toggle-container .toggle-dir.scroll-active {
  position: fixed;
  left: 0;
  top: 2.23rem;
  z-index: 5;
}

.toggle-container .dir-list .dir-part {
  padding: 0.2rem 0 0.2rem 0.3rem;
  font-size: 0.18rem;
  font-family: Muli, Muli-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 1.3;
  background-color: #f8f7f7;
  border-bottom: 1px solid #d8d8d8;
}

.toggle-container .dir-list .dir-part:last-child {
  border-bottom: none;
}

.toggle-container .dir-list .dir-part:hover {
  cursor: pointer;
  color: #e0293a;
}

.toggle-container .dir-list .dir-part.active {
  pointer-events: none;
  color: #e0293a;
  border-bottom: 1px solid #e0293a;
}

.list-button {
  margin-top: 0.41rem;
  margin-bottom: 0.95rem;
}

.list-button.pr-btn {
  text-align: center;
}

.list-button .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.list-button .page-numbers {
  display: inline-block;
  padding: 5px 0.12rem;
  margin: 0 8px;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: rgba(19, 19, 19, 0.3);
}

.list-button .page-numbers.current {
  color: #e0293a;
  border: 1px solid #e0293a;
}

.list-button .page-numbers .button-pre {
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: rgba(19, 19, 19, 0.3);
  font-family: "iconfont" !important;
  font-style: normal;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.list-button .page-numbers .button-pre::before {
  content: "\e62d";
}

.list-button .page-numbers .button-net {
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: rgba(19, 19, 19, 0.3);
  font-family: "iconfont" !important;
  font-style: normal;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.list-button .page-numbers .button-net::before {
  content: "\e62d";
}

@media screen and (max-width: 910px) {
  :root {
    --topBarHeight: 40px;
    --navBarHeight: 54px;
  }
  .page-content.w1600 {
    width: 92%;
  }
  .page-content.wmax {
    width: 92%;
  }
  .page-content.w1800 {
    width: 92%;
  }
  .page-content.w1400 {
    width: 92%;
  }
  .page-content.w1328 {
    width: 92%;
  }
  .page-content.w1200 {
    width: 92%;
  }
  .styling-border {
    padding-bottom: 12px;
  }
  .styling-border h3 {
    font-size: 24px;
  }
  .styling-border::before {
    width: 60px;
    height: 1px;
  }
  .styling-border::after {
    width: 20px;
    height: 3px;
  }
  .more_btn {
    width: 160px;
    height: 36px;
    font-size: 12px;
  }
  .more_btn::after {
    right: 12px;
  }
}
