.header .hamburger {
  padding: 0;
  transform: scale(0.7);
}
.header .hamburger .hamburger-box {
  width: 30px;
}
.header .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: -1.5px;
}
.header .hamburger .hamburger-box .hamburger-inner::after,
.header .hamburger .hamburger-box .hamburger-inner::before {
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.menu {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.menu .nav {
  transform: translateY(-100%);
  transition: 0.3s;
}
.menu .nav a:hover .iconfont {
  color: #18171d;
}
.menu.show {
  opacity: 1;
  pointer-events: auto;
}
.menu.show .nav {
  transform: translateY(0);
}
.search {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.search .inner {
  transform: translateY(-100%);
  transition: 0.3s;
}
.search.show {
  pointer-events: auto;
  opacity: 1;
}
.search.show .inner {
  transform: translateY(0);
}
.footer a:hover {
  color: #fff;
}
.line-title {
  position: relative;
  padding-left: 16px;
  line-height: 1;
}
.line-title::before {
  position: absolute;
  content: " ";
  height: 25px;
  width: 7px;
  background-color: #ff403a;
  left: 0;
}
.top-swiper .swiper-slide {
  height: 90.18px;
  width: 90.18px;
  border-radius: 24px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.top-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.top-swiper .swiper-button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.6);
}
.top-swiper .swiper-button::after {
  display: none;
}
.top-swiper .swiper-button-prev {
  left: 0;
}
.top-swiper .swiper-button-next {
  right: 0;
}
.detail-page .detail-text {
  max-height: 200px;
}
.detail-page .detail-text.show {
  height: auto !important;
  max-height: 2000000px;
}
.detail-page .show-more-btn-box {
  background: linear-gradient(transparent, #18171d);
  margin-top: -40px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
.detail-page .show-more-btn-box.show {
  padding-top: 10px;
  margin-top: 0;
  background: transparent;
}
.detail-page .swiper-detail .swiper-button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.6);
}
.detail-page .swiper-detail .swiper-button::after {
  display: none;
}
.detail-page .swiper-detail .swiper-button-prev {
  left: 0;
}
.detail-page .swiper-detail .swiper-button-next {
  right: 0;
}
.company {
  margin-top: 24px;
  margin-bottom: 60px;
}
.company h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
}
.company h2 .iconfont {
  color: #1c48c4;
}
.company h3 {
  font-size: 16px;
  margin: 15px 0;
  font-weight: 500;
  color: #fff;
}
.company p {
  font-size: 0.9em;
  margin-bottom: 15px;
  line-height: 1.6em;
  color: #666;
}
label.error {
  color: #999;
} /*# sourceMappingURL=main.css.map */
