body {
  max-width: 2560px;
  margin: 0 auto;
}

:root {
  --swiper-theme-color: #e90000;
  --swiper-navigation-color: #e90000;
  --swiper-pagination-color: #e90000;
  --bulma-modal-content-width: 60rem;
}

.section {
  --bulma-section-padding: 2rem 1rem;
}

.navbar-link:not(.is-arrowless)::after {
  right: 1.125rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive .iconfont,
  .button.is-responsive.is-normal .iconfont {
    font-size: calc(var(--bulma-size-small) * 0.875);
  }
}
.pagination .pagination-link.is-current,
.pagination .pagination-link.is-selected {
  background-color: #e90000;
  border-color: #e90000;
}
.pagination .is-disabled {
  cursor: not-allowed;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.25rem;
  color: #fff;
}

.swiper-pagination {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.bd-header {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .bd-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: var(--bulma-shadow);
  }
}

.navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  visibility: hidden;
  transition: all 0.3s linear;
}
.navbar-overlay.is-active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media screen and (min-width: 1024px) {
  .navbar-overlay {
    display: none !important;
  }
}

.navbar {
  transition: all 0.6s ease-in-out;
}
.navbar .navbar-brand .logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-brand .logo {
    padding: 0.25rem 0.5rem;
  }
}
.navbar .navbar-brand .logo img {
  max-height: 4rem;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-brand .logo img {
    max-height: 2rem;
  }
}
.navbar .navbar-brand .navbar-burger {
  color: #e90000;
}
.navbar .navbar-brand .navbar-burger:active, .navbar .navbar-brand .navbar-burger:hover {
  color: #e90000;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-menu {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: slideOutLeft;
    position: fixed;
    top: 0;
    left: -70vw;
    width: 70vw;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  }
}
.navbar .navbar-menu.is-active {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .navbar .navbar-menu.is-active {
    animation-delay: 0s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
  }
}
.navbar .navbar-menu .navbar-start {
  align-items: center;
  -webkit-margin-end: initial;
          margin-inline-end: initial;
  margin-left: auto;
}
.navbar .navbar-menu .navbar-start > .navbar-item {
  transition: all 0.3s linear;
}
.navbar .navbar-menu .navbar-start > .navbar-item.is-selected {
  background-color: #f0f2f4;
}
.navbar .navbar-menu .navbar-start > .navbar-item .navbar-dropdown .navbar-item.is-selected {
  background-color: #f0f2f4;
}
.navbar .navbar-menu .navbar-end {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
.navbar .navbar-menu .navbar-end .iconfont {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #342c29;
  font-size: 2rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.navbar .navbar-menu .navbar-end .text p {
  line-height: 1;
  margin-bottom: 0.25rem;
  color: var(--bulma-text);
}
.navbar .navbar-menu .navbar-end .text .tel {
  line-height: 1;
  font-size: 1.5rem;
  color: #e6212a;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  text-align: center;
}
.banner .text h1 {
  color: #e90000;
  font-size: 2rem;
  font-weight: 900;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  margin-bottom: 1.5rem;
}
.banner .text h1 span {
  color: #e90000;
}
@media screen and (max-width: 1023px) {
  .banner .text h1 {
    font-size: 1.5rem;
  }
}
.banner .text p {
  font-size: 1rem;
  color: #333;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  margin-bottom: 8vw;
}
@media screen and (max-width: 1023px) {
  .banner .text p {
    font-size: 0.75rem;
    text-align: center;
  }
}
.banner .paging {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .banner .paging {
    bottom: 0.5rem;
  }
}
.banner .paging .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container {
    padding: 0 0.5rem;
  }
}
.banner .paging .container .swiper-button-prev,
.banner .paging .container .swiper-button-next {
  position: static;
  margin-top: 0;
  flex-shrink: 0;
  opacity: 1;
  color: #fff;
  padding: 0 2.5rem;
  border-radius: 99px;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-button-prev,
  .banner .paging .container .swiper-button-next {
    padding: 0 1rem;
    height: 1.5rem;
  }
}
.banner .paging .container .swiper-button-prev::after,
.banner .paging .container .swiper-button-next::after {
  content: none;
}
.banner .paging .container .swiper-button-prev .iconfont,
.banner .paging .container .swiper-button-next .iconfont {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-button-prev .iconfont,
  .banner .paging .container .swiper-button-next .iconfont {
    font-size: 1rem;
  }
}
.banner .paging .container .swiper-button-prev {
  background-color: #ff0200;
}
.banner .paging .container .swiper-button-next {
  background-color: #1a6f93;
}
.banner .paging .container .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  margin: 0 0.75rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-pagination {
    margin: 0 0.5rem;
  }
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  text-align: center;
  font-size: 0;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  background: transparent;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.5);
}
.banner .paging .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  height: 2rem;
  line-height: 30px;
  background: transparent;
  font-size: 1rem;
  border: 1px solid white;
}
@media screen and (max-width: 1023px) {
  .banner .paging .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 22px;
  }
}

.index-title {
  text-align: center;
}
.index-title .title {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .index-title .title {
    font-size: 1.5rem;
  }
}
.index-title .subtitle {
  margin-top: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .index-title .subtitle {
    font-size: 1rem;
  }
}

.section-1 {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-1 .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .section-1 .container .buttons {
    overflow: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.section-1 .container .pro-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  height: calc((100% - 16px) / 2);
}
@media screen and (min-width: 1024px) {
  .section-1 .container .pro-swiper .swiper-wrapper .swiper-slide {
    height: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1408px) {
  .section-1 .container .pro-swiper .swiper-wrapper .swiper-slide {
    height: calc((100% - 32px) / 2);
  }
}
.section-1 .container .pro-swiper .swiper-wrapper .swiper-slide .tit {
  display: block;
  line-height: 1.5;
  margin-top: 0.75rem;
  color: var(--bulma-text);
}

.section-2 {
  background: url(../images/bg.jpg) no-repeat center center/cover;
}
.section-2 .container {
  gap: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .section-2 .container {
    gap: 1rem;
    flex-direction: column;
  }
}
.section-2 .container img {
  width: calc(50% - 3rem);
  border-radius: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .section-2 .container img {
    width: 100%;
  }
}
.section-2 .container .content {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .content {
    width: 100%;
  }
}
.section-2 .container .content .title {
  color: #0ca45b;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .content .title {
    font-size: 1.5rem;
  }
}
.section-2 .container .content p {
  text-indent: 2em;
  font-size: 1.25rem;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .section-2 .container .content p {
    font-size: 0.875rem;
  }
}

.section-3 .container .app-prev {
  left: -2.75rem;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .app-prev {
    left: 0.5rem;
  }
}
.section-3 .container .app-next {
  right: -2.75rem;
}
@media screen and (max-width: 1023px) {
  .section-3 .container .app-next {
    right: 0.5rem;
  }
}

.section-4 {
  text-align: center;
  background: url(../images/bg1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .section-4 {
    padding: 1.5rem 1rem;
  }
}
.section-4 h1 {
  color: #fff;
  line-height: 1;
  font-size: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .section-4 h1 {
    font-size: 1rem;
  }
}
.section-4 p {
  color: #fff;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .section-4 p {
    font-size: 0.75rem;
  }
}

.section-5 {
  position: relative;
  background-color: #f5f5f5;
}
.section-5 .top {
  position: relative;
}
.section-5 .top .fixed-grid .grid {
  gap: 1.25rem;
}
.section-5 .top .fixed-grid .grid .cell {
  gap: 1.25rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section-5 .top .fixed-grid .grid .cell {
    flex-direction: column;
  }
}
.section-5 .top .fixed-grid .grid .cell .content {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section-5 .top .fixed-grid .grid .cell .content {
    order: 2;
  }
}
.section-5 .top .fixed-grid .grid .cell .content .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.section-5 .top .fixed-grid .grid .cell .content .info span {
  color: #707070;
}
.section-5 .top .fixed-grid .grid .cell .content .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.section-5 .top .fixed-grid .grid .cell .content .desc {
  color: #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .section-5 .top .fixed-grid .grid .cell .content .desc {
    margin-bottom: 0;
  }
}
.section-5 .top .fixed-grid .grid .cell .content .more {
  color: #c3c3c3;
  padding: 0.25em 0.5em;
  border: 1px solid #c3c3c3;
  font-weight: bold;
  font-size: 1.25rem;
}
.section-5 .top .fixed-grid .grid .cell .image {
  flex-shrink: 0;
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 1023px) {
  .section-5 .top .fixed-grid .grid .cell .image {
    order: 1;
    width: 100%;
  }
}
.section-5 .list {
  z-index: 2;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section-5 .list {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
  }
}
.section-5 .list .fixed-grid .grid {
  gap: 1.25rem;
}
.section-5 .list .fixed-grid .grid .cell .info {
  gap: 0.5em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.section-5 .list .fixed-grid .grid .cell .info span {
  color: #707070;
}
.section-5 .list .fixed-grid .grid .cell .title {
  display: block;
  color: #232323;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.section-5 .list .fixed-grid .grid .cell .desc {
  color: #707070;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
  margin-bottom: 1rem;
}

.footer {
  background-color: #3b3b3b;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .container .foot-nav .foot-title {
  gap: 1rem;
  display: flex;
  line-height: 1;
  align-items: center;
}
.footer .container .foot-nav .foot-title h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .footer .container .foot-nav .foot-title h1 {
    font-size: 1.5rem;
  }
}
.footer .container .foot-nav .foot-title span {
  color: #999999;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .foot-nav .foot-title span {
    font-size: 0.875rem;
  }
}
.footer .container .foot-nav .foot-title .line {
  height: 1px;
  width: 2.5rem;
  background-color: #b1b1b1;
}
.footer .container .foot-nav .fixed-grid .grid .cell a {
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .footer .container .foot-nav .fixed-grid .grid .cell a {
    font-size: 0.875rem;
  }
}
.footer .container .information {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .footer .container .information p {
    font-size: 0.875rem;
  }
}
.footer .container .information strong {
  color: #ff0000;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer .container .information a {
  color: #fff;
  text-decoration: underline;
}
.footer .container .qrcode {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer .container .qrcode {
    margin-top: 1rem;
  }
}
.footer .container .qrcode p {
  color: #fff;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .footer .container .qrcode p {
    font-size: 0.875rem;
  }
}

.inner-banner {
  position: relative;
}
.inner-banner img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-banner .hero-body .title {
  color: #fff;
}
.inner-banner .hero-body .subtitle {
  color: #fff;
}

.content-nav {
  padding: 1rem 0;
  background-color: hsl(221, 14%, 96%);
}
@media screen and (max-width: 1023px) {
  .content-nav {
    padding: 0.5rem;
  }
}
.content-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-nav .container .crumb {
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .crumb {
    font-size: 0.875rem;
  }
}
.content-nav .container .crumb .iconfont {
  font-size: 1.25rem;
}
.content-nav .container .crumb a {
  color: #666;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .crumb a {
    font-size: 0.875rem;
  }
}
.content-nav .container .bd-nav {
  display: flex;
}
.content-nav .container .bd-nav .bd-nav-item {
  --h: var(--bulma-primary-h);
  --s: var(--bulma-primary-s);
  --l: var(--bulma-primary-l);
  align-items: center;
  border-radius: 0.5em;
  color: var(--bulma-text-strong);
  display: flex;
  gap: 0.5em;
  padding: 0.5em 0.75em;
}
.content-nav .container .bd-nav .bd-nav-item:hover {
  background-color: hsl(221, 14%, 93%);
}
.content-nav .container .bd-nav .bd-nav-item.active {
  color: #fff;
  background-color: #e90000;
}
@media screen and (max-width: 1023px) {
  .content-nav .container .bd-nav {
    align-items: stretch;
    background-color: var(--bulma-scheme-main);
    border-color: var(--bulma-border);
    border-radius: 1em;
    border-style: solid;
    border-width: 1px;
    box-shadow: var(--bulma-shadow);
    flex-direction: column;
    opacity: 0;
    padding: 0.5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1.5em;
    transform: scale(0.98) translateY(-0.5em);
    transform-origin: right top;
    transition-duration: var(--bulma-duration);
    transition-property: opacity, transform;
    visibility: hidden;
    z-index: 5;
  }
  .content-nav .container .bd-nav .bd-nav-item.active {
    color: #e90000;
    font-weight: bold;
    background-color: transparent;
  }
  .content-nav .container .bd-nav.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }
}
.content-nav .container .nav-burger .iconfont {
  font-size: 1.25rem;
}

.content-container .index-title {
  margin-bottom: 1rem;
  text-align: center;
}
.content-container .index-title h1 {
  color: #333;
  text-shadow: none;
  font-size: 1.5rem;
}
.content-container .index-title h1::before, .content-container .index-title h1::after {
  width: 0;
  height: 0;
}
.content-container .categorys .tabs ul li.is-active a {
  background-color: #e90000;
  border-color: #e90000;
}
@media screen and (min-width: 1024px) {
  .content-container .container .pro-list .grid {
    gap: 2rem;
  }
}
.content-container .container .pro-list .grid .cell {
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 0.5em;
  border: 1px solid hsl(221, 14%, 86%);
}
.content-container .container .pro-list .grid .cell .aspect-ratio-box {
  background-color: hsl(221, 14%, 86%);
}
.content-container .container .pro-list .grid .cell .aspect-ratio-box img {
  object-fit: contain;
}
.content-container .container .pro-list .grid .cell .image {
  overflow: hidden;
}
.content-container .container .pro-list .grid .cell .image img {
  object-fit: contain;
  transition: all 0.3s linear;
}
.content-container .container .pro-list .grid .cell .tit {
  display: block;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  transition: all 0.3s linear;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .pro-list .grid .cell .tit {
    -webkit-line-clamp: 2;
  }
}
.content-container .container .pro-list .grid .cell:hover .image img {
  transform: scale(1.1);
}
.content-container .container .pro-list .grid .cell:hover .tit {
  color: #e90000;
}
@media screen and (min-width: 1024px) {
  .content-container .container .news-list .grid {
    gap: 2rem;
  }
}
.content-container .container .news-list .grid .cell {
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list .grid .cell {
    flex-direction: column;
    gap: 1rem;
  }
}
.content-container .container .news-list .grid .cell .image {
  flex-shrink: 0;
  margin-bottom: 1rem;
  background: #f5f5f5;
}
.content-container .container .news-list .grid .cell .image img {
  object-fit: cover;
}
.content-container .container .news-list .grid .cell .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.content-container .container .news-list .grid .cell .time .iconfont {
  font-size: 1.25rem;
}
.content-container .container .news-list .grid .cell .title {
  margin: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .content-container .container .news-list .grid .cell .title {
    margin: 1rem 0;
  }
}
.content-container .container .news-list .grid .cell .title a {
  font-size: 1.25rem;
  color: hsl(221, 14%, 4%);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .news-list .grid .cell .title a {
    font-size: 1rem;
  }
}
.content-container .container .news-list .grid .cell .title:hover a {
  color: #e90000;
}
.content-container .container .news-list .grid .cell .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .content-container .container .news-list .grid .cell .desc {
    font-size: 0.75rem;
  }
}
.content-container .container .page-detail .detail .title {
  text-align: center;
}
.content-container .container .page-detail .detail .subtitle {
  text-align: center;
}
.content-container .container .page-detail .form form .cus {
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .page-detail .form form .cus {
    flex-direction: column;
    gap: 0;
  }
}
.content-container .container .page-detail .form form .cus .field {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .content-container .container .page-detail .form form .cus .field {
    width: 100%;
  }
}
.content-container .container .page-detail .form form .texts {
  margin-top: var(--bulma-block-spacing);
}
.content-container #mymap {
  width: 100%;
  height: 500px;
}
.content-container #mymap img {
  max-width: initial;
  transition: all;
}
.content-container .pro-detail {
  display: flex;
  width: 100%;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail {
    flex-direction: column;
  }
}
.content-container .pro-detail h1 {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bulma-border);
}
.content-container .pro-detail .left {
  width: calc(100% - 368px);
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .left {
    width: 100%;
  }
}
.content-container .pro-detail .left .pro-gallery {
  width: 100%;
}
.content-container .pro-detail .left .pro-gallery .mySwiper2 {
  margin-bottom: 1rem;
}
.content-container .pro-detail .left .pro-gallery .mySwiper {
  margin-bottom: 1rem;
}
.content-container .pro-detail .left .content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .content-container .pro-detail .left .content table {
    width: 100% !important;
    overflow-x: auto;
    table-layout: initial;
    -webkit-overflow-scrolling: touch;
  }
}
.content-container .pro-detail .left .content table th,
.content-container .pro-detail .left .content table td {
  word-break: break-word;
  white-space: normal !important;
}
.content-container .pro-detail .right {
  width: 320px;
  flex-shrink: 0;
  border: 1px solid var(--bulma-border);
  background-color: #f9f9f9;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right {
    width: 100%;
  }
}
.content-container .pro-detail .right h2 {
  padding: 1rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right h2 {
    font-size: 1.25rem;
  }
}
.content-container .pro-detail .right h2::before {
  width: 6px;
  height: 1.2em;
  content: "";
  margin-right: 0.5rem;
  background-color: #e90000;
}
.content-container .pro-detail .right ul {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.content-container .pro-detail .right ul li {
  border: 1px solid var(--bulma-border);
}
@media screen and (max-width: 1023px) {
  .content-container .pro-detail .right ul li {
    width: calc(50% - 0.5rem);
  }
}
.content-container .pro-detail .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .pro-detail .right ul li .tit {
  display: block;
  text-align: center;
  line-height: 1.25;
  padding: 0.5em 0;
  color: var(--bulma-text-strong);
}

@media screen and (min-width: 1024px) {
  #gallery .modal-content {
    width: 64rem;
  }
}
#gallery .modal-content .photo-gallery .swiper-wrapper {
  align-items: center;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
#gallery .modal-content .photo-gallery .swiper-wrapper .swiper-slide h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-shadow: 1px 1px 2px #000;
  color: rgba(255, 255, 255, 0.7);
}
#gallery .modal-close {
  background-color: rgba(0, 0, 0, 0.5);
}
#gallery .swiper-pagination {
  z-index: 100;
  text-shadow: 1px 1px 2px #000;
  color: rgba(255, 255, 255, 0.8);
}
#gallery .swiper-button-prev,
#gallery .swiper-button-next {
  border: none;
  transition: all 0.25s linear;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}
#gallery .swiper-button-prev::after,
#gallery .swiper-button-next::after {
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
}

.float-bar {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
}
.float-bar ul li {
  width: 3rem;
  height: 3rem;
  position: relative;
  background-color: #0ca45b;
  border-bottom: 1px solid #fff;
}
.float-bar ul li:last-child {
  border: none;
}
.float-bar ul li .control {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-bar ul li .control .icon .iconfont {
  color: #fff;
  font-size: 2rem;
}
.float-bar ul li .control .drop-menu {
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  width: auto;
  color: #e90000;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.25s linear;
  pointer-events: none;
  visibility: hidden;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.float-bar ul li .control .drop-menu p {
  white-space: nowrap;
}
.float-bar ul li .back-top {
  cursor: pointer;
}
.float-bar ul li.hover-item:hover .drop-menu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}

.sidebar {
  position: fixed;
  top: 20%;
  left: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  transform: translateX(-100%);
  transition: all 0.25s linear;
}
.sidebar.show {
  transform: translateX(0);
}
.sidebar ul li {
  padding: 0.5em 1em;
}
.sidebar ul li.active {
  background-color: #e90000;
}
.sidebar ul li a {
  color: #fff;
}

.slogan {
  height: 400px;
  padding: 1rem;
  background: url(../images/bg2.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slogan p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .slogan p {
    font-size: 1rem;
  }
}

#mymap {
  width: 100%;
  height: 500px;
}
#mymap img {
  max-width: initial;
}/*# sourceMappingURL=index.css.map */