* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  color: #7d8185;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

a {
  color: #7d8185;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, .footer-list li:hover a {
  color: #00c7c4;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus, button:hover, button:focus, button.focus {
  box-shadow: none;
  outline: 0 none;
}

.bg-info, .bg-warning {
  background-color: #001414 !important;
}

.bg-success {
  background-color: #ffffff !important;
}

.breadcrumb {
  font-size: 0.9375rem;
}

.header {
  height: 5.75rem;
  width: 100%;
  position: relative;
}
.header .logo-text {
  float: left;
  font-size: 1.25rem;
  line-height: 5.75rem;
  margin-right: 1rem;
  font-weight: 500;
}
.header .header-list {
  float: left;
  padding: 0 2.5rem 0 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
}
.header .header-list .header-item {
  display: inline-block;
}
.header .header-list .header-item .header-link {
  display: block;
  cursor: pointer;
  line-height: 5.75rem;
  font-weight: 500;
  font-size: 1.125rem;
}
.header .header-search {
  position: relative;
  line-height: 3.75rem;
  display: inline-block;
}
.header .header-search .form-control {
  vertical-align: inherit;
}
.header .header-search .search-icon {
  position: absolute;
  right: -0.25rem;
  top: 0.625rem;
  background-color: transparent;
}
.header .header-search-link-warp {
  height: 5.75rem;
  line-height: 5.75rem;
  margin-right: 1.875rem;
  float: right;
}
.header .header-search-link-warp .search-icon {
  padding: 0.625rem;
}
.header.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header.header-fixed + * {
  margin-top: 6.875rem;
}
.header.header-default {
  background-color: #fff !important;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.07);
}
.header.header-default .logo-text,
.header.header-default .logo-text a,
.header.header-default .logo-text a.active,
.header.header-default .logo-text a:hover {
  color: #00c7c4;
  background-color: transparent;
}
.header.header-default .header-link {
  padding: 0 0.75rem;
}
.header.header-default .header-link.active, .header.header-default .header-link:hover {
  background-color: transparent;
  color: #00c7c4;
}

.search-form {
  position: relative;
}
.search-form .form-control {
  border: 1px solid #dfe3e9;
  box-shadow: none;
}
.search-form .form-control::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: rgba(53, 64, 82, 0.5);
  font-weight: 400;
  opacity: 0.5;
}
.search-form .form-control::placeholder {
  transition: opacity 0.3s;
  color: rgba(53, 64, 82, 0.5);
  font-weight: 400;
  opacity: 0.5;
}
.search-form .form-control:hover, .search-form .form-control:focus, .search-form .form-control.focus {
  border-color: #00c7c4;
}
.search-form .search-btn {
  height: 2.375rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: #00c7c4;
  border-color: #00c7c4;
}

.dropdown-menu {
  border: 1px solid rgba(239, 239, 239, 0.56);
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a.focus, .dropdown-menu a:active, .dropdown-menu a.active {
  background-color: #F8F9FA;
  color: #333;
}

.dropdown-hover > .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: -0.3125rem;
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
}
.dropdown-hover .dropend > .dropdown-menu {
  top: 0;
  left: 100%;
  margin: -0.3125rem 0 0 -0.0625rem;
}
.dropdown-hover .dropend:hover > .dropdown-menu {
  display: block;
}
.dropdown-hover .dropend .dropdown-toggle::after {
  vertical-align: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin: -0.3em -0.3em 0 0;
}

.media-list {
  padding-left: 0;
  list-style: none;
}
.media-list .list-item {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  overflow: hidden;
}
.media-list .list-item .item-media {
  background-color: #898989;
  position: relative;
  overflow: hidden;
  float: left;
  width: 15rem;
}
.media-list .list-item .item-media .item-category-link {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  padding: 0.125rem 0.375rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  border-radius: 0.5rem;
  background-color: rgba(38, 38, 38, 0.7);
}
.media-list .list-item .item-media .item-category-link:hover {
  background-color: #00c7c4;
}
.media-list .list-item .item-media .item-link {
  display: block;
  height: 9rem;
  position: initial;
}
.media-list .list-item .item-media .item-link .mip-layout-container {
  position: initial;
}
.media-list .list-item .item-media .item-link img {
  width: 100%;
  margin: 0 auto;
  min-width: auto;
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.media-list .list-item .item-media:hover .item-link {
  display: block;
  transition: all 0.5s;
  transform: scale3d(1.1, 1.1, 1);
}
.media-list .list-item .item-content {
  padding-left: 16rem;
}
.media-list .list-item .item-content h4 {
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  text-decoration: none;
  width: 100%;
}
.media-list .list-item .item-content p {
  color: #898989;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.detail-title {
  margin: 0.625rem 0;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: #191e24;
}

.detail-body {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #24292e;
  outline: none;
  word-wrap: break-word;
}
.detail-body > :first-child {
  margin-top: 0;
}
.detail-body a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.detail-body a:visited {
  color: #4298BA;
}
.detail-body a:hover {
  color: #0F769F;
}
.detail-body a:active {
  color: #9E792E;
  outline: 0;
}
.detail-body h1, .detail-body h2, .detail-body h3, .detail-body h4, .detail-body h5, .detail-body h6 {
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}
.detail-body h1 {
  font-size: 1.875rem;
}
.detail-body h2 {
  font-size: 1.5rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #eaecef;
}
.detail-body h3 {
  font-size: 1.25rem;
}
.detail-body h4, .detail-body h5, .detail-body h6 {
  font-size: 1rem;
}
.detail-body p, .detail-body div {
  word-wrap: break-word;
  margin: 0 0 1rem;
  color: #7d8185;
}
.detail-body b, .detail-body strong {
  font-weight: bold;
}
.detail-body i, .detail-body em {
  font-style: italic;
}
.detail-body u {
  text-decoration: underline;
}
.detail-body strike, .detail-body del {
  text-decoration: line-through;
}
.detail-body ul, .detail-body ol {
  list-style: disc outside none;
  margin: 0.9375rem 0;
  padding: 0 0 0 2.5rem;
  line-height: 1.6;
}
.detail-body ul ul, .detail-body ul ol, .detail-body ol ul, .detail-body ol ol {
  padding-left: 1.875rem;
}
.detail-body ul ul, .detail-body ol ul {
  list-style: circle outside none;
}
.detail-body ul ul ul, .detail-body ol ul ul {
  list-style: square outside none;
}
.detail-body ol {
  list-style: decimal;
}
.detail-body ol li + li {
  margin-top: 0.25em;
}
.detail-body blockquote {
  border-left: 0.375rem solid #ddd;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  margin: 0.9375rem 0 0.9375rem 0.9375rem;
}
.detail-body code {
  display: inline-block;
  padding: 0 0.25rem;
  margin: 0 0.3125rem;
  background: #eeeeee;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}
.detail-body pre {
  padding: 0.625rem 0.3125rem 0.625rem 0.625rem;
  margin: 0.9375rem 0;
  display: block;
  line-height: 1.125rem;
  background: #F0F0F0;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.detail-body pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.detail-body hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.9375rem 0;
  padding: 0;
}
.detail-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.9375rem 0;
}
.detail-body table thead {
  background-color: #f9f9f9;
}
.detail-body table td, .detail-body table th {
  min-width: 2.5rem;
  height: 1.875rem;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 0.125rem 0.25rem;
  text-align: left;
}
.detail-body table td.active, .detail-body table th.active {
  background-color: #ffffee;
}
.detail-body mip-img, .detail-body img {
  max-width: 100%;
}
.detail-body img {
  vertical-align: middle;
  display: inline-block;
  min-width: auto;
  margin: inherit;
  height: auto;
}

.detail-page-default .page-list {
  padding-left: 0;
  list-style: none;
}
.detail-page-default .page-list::after {
  display: block;
  clear: both;
  content: "";
}
.detail-page-default .page-list .page-item {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}
.detail-page-default .item-up {
  float: left;
  text-align: left;
}
.detail-page-default .item-down {
  float: right;
  text-align: right;
}

.text-list {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 2rem;
  background-color: #ffffff !important;
}
.text-list .list-item {
  line-height: 1.25rem;
  position: relative;
  padding: 0.625rem 0;
}
.text-list .list-item .item-link {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.text-list .list-item .item-time {
  position: absolute;
  right: 0;
  color: #898989;
}
.text-list.text-list-time .list-item {
  padding-right: 5rem;
}

.panel-box {
  background-color: #fff;
  border-radius: 0.1875rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.07);
}
.panel-box .panel-box-heading {
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  padding: 0.9375rem;
  background-color: #ffffff !important;
}
.panel-box .panel-box-heading .title {
  font-size: 1.125rem;
  line-height: 1rem;
  margin: 0;
  color: #00c7c4;
}
.panel-box .panel-box-heading .more {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}
.panel-box .panel-box-tap {
  margin-bottom: -1px;
  padding: 0.3125rem 0 0;
}
.panel-box .panel-box-body {
  padding: 0.9375rem;
  position: relative;
}
.panel-box .panel-box-body h3 {
  font-size: 1rem;
}
.panel-box .panel-box-footer {
  padding: 0.9375rem 0;
  margin: 0 0.9375rem;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 0.5rem 0.5rem;
}

.tag.tag-list, .tag.category-list, .category.tag-list, .category.category-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.tag.tag-list .tag-item, .tag.tag-list .category-item, .tag.category-list .tag-item, .tag.category-list .category-item, .category.tag-list .tag-item, .category.tag-list .category-item, .category.category-list .tag-item, .category.category-list .category-item {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

.tag.tag-list .tag-item a {
  color: #999;
  background-color: #eff1f5;
  padding: 0 0.5rem;
  line-height: 1.625rem;
  height: 1.625rem;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}
.tag.tag-list .tag-item a:hover {
  background-color: #00c7c4;
  color: #fff;
}

.category.category-list .category-item a {
  color: #999;
  border: 1px solid #eee;
  padding: 0 0.5rem;
  line-height: 1.625rem;
  height: 1.625rem;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 0.75rem;
}
.category.category-list .category-item a:hover {
  color: #00c7c4;
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0;
  border-radius: 0.5rem;
}
.pagination > li {
  display: inline-block;
  margin-left: 0.625rem;
}
.pagination > li > a, .pagination > li > span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 0.5rem;
  color: #505050;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #00c7c4;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: #e5e5e5;
  cursor: pointer;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0.5rem 0 0 0.5rem;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0 0.5rem 0.5rem 0;
}
.pagination > li.disabled > a, .pagination > li.disabled > span {
  color: #505050;
  background-color: #fff;
  border-color: #e5e5e5;
  cursor: not-allowed;
}
.pagination > li.disabled > a:focus, .pagination > li.disabled > a:hover, .pagination > li.disabled > span:focus, .pagination > li.disabled > span:hover {
  color: #505050;
  background-color: #fff;
  border-color: #e5e5e5;
}
.pagination > li.active > a, .pagination > li.active > span {
  color: #fff;
  background-color: #00c7c4;
  border-color: #00c7c4;
  cursor: default;
}
.pagination > li.active > a:focus, .pagination > li.active > a:hover, .pagination > li.active > span:focus, .pagination > li.active > span:hover {
  color: #fff;
  background-color: #00c7c4;
  border-color: #00c7c4;
}

.friend-link {
  text-align: center;
  margin: 0.9375rem 0;
}
.friend-link ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.friend-link ul li {
  float: left;
  margin: 0 0.625rem;
}

.friend-link-request .form-control::-moz-placeholder {
  color: #c5c8ce;
}
.friend-link-request .form-control::placeholder {
  color: #c5c8ce;
}

.footer {
  margin-top: 1.25rem;
  padding-top: 2rem;
  background-color: #001414 !important;
}
.footer .footer-shape {
  position: absolute;
}
.footer .footer-shape:nth-child(1) {
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}
.footer .footer-shape:nth-child(2) {
  bottom: 4.0625rem;
  right: 5%;
}
.footer .footer-round-shape {
  opacity: 0.12;
}
.footer .footer-round-shape img {
  animation: horizontalRide 10s alternate infinite linear;
}
.footer .footer-content-item {
  margin-bottom: 1.25rem;
}
.footer .footer-details {
  margin-top: 1.25rem;
  font-size: 1rem;
}
.footer .footer-details p {
  margin-bottom: 0.9375rem;
  color: #fff;
}
.footer .footer-details p:last-child {
  margin-bottom: 0;
}
.footer .footer-content-title h3 {
  font-size: 1.375rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #00c7c4;
}
.footer .footer-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #001414 !important;
}
.footer .footer-list ul {
  padding-left: 0;
}
.footer .footer-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.footer .footer-list li:last-child {
  margin-bottom: 0;
}
.footer .footer-list li a {
  transition: all 0.3s ease;
  color: #fff;
}
.footer .footer-list li p {
  margin-top: 0.1875rem;
}
.footer .footer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #00c7c4;
}
.footer .footer-list li::marker {
  content: "";
}
.footer .footer-address-item {
  margin-bottom: 0.9375rem;
  display: flex;
}
.footer .footer-address-item:last-child {
  margin-bottom: 0;
}
.footer .footer-address-text h4 {
  font-size: 1.125rem;
  margin-bottom: 0.4375rem;
  color: #fff;
}
.footer .footer-address-text p, .footer .footer-address-text p a, .footer .footer-address-text p a:hover {
  font-size: 1rem;
  margin-bottom: 0;
  color: #00c7c4;
}
.footer .footer-lower {
  padding: 1.25rem 0;
}
.footer .footer-copyright-text {
  text-align: center;
}
.footer .footer-copyright-text p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.footer .footer-logo img {
  width: 6.25rem;
  height: 100%;
}

.message {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.message .message-warp {
  padding: 0.5rem;
  text-align: center;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.message .message-warp:first-child {
  margin-top: -0.5rem;
}
.message .message-content {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.message .ion-ios-checkmark-circle {
  color: #19be6b;
}
.message .ion-ios-close-circle {
  color: #ed4014;
}

.mySwbox-main {
  padding-bottom: 1.5rem;
}

.mySwbox {
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative;
  padding: 2.1875rem 0.625rem 0;
  width: 100%;
  height: 100%;
}

.titlebox {
  width: 40%;
  position: absolute;
  left: 0.625rem;
  top: 5%;
  z-index: 10;
}
.titlebox .section-title1 {
  color: #333;
  font-size: 1.625rem;
  padding-top: 2.5rem;
}
.titlebox strong {
  display: block;
  font-weight: normal;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.625rem;
  position: relative;
}
.titlebox strong::before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.3125rem;
  background: #00c7c4;
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  border-radius: 0.625rem;
}
.titlebox p {
  margin: 0;
  background-color: #00c7c4;
  border-radius: 0.1875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #f4f4f4;
  padding: 0 0.9375rem;
  display: inline-block;
}

.swiper-container {
  width: 100%;
  height: 18.75rem;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0.625rem 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.slide .text {
  width: 45%;
  color: #333;
  padding-top: 0;
  padding-right: 5%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.slide .text h2 {
  margin: 0;
}
.slide .text h2 .s1 {
  font-size: 1.25rem;
  line-height: 2.875rem;
}
.slide .text h2 .s2 {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 2.875rem;
  margin-left: 0.9375rem;
}
.slide .text h2 .s3 {
  float: right;
  font-size: 3.5625rem;
  line-height: 2.875rem;
}
.slide .text p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #666;
  margin: 0;
}
.slide .img {
  width: 55%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.mySwbox-thumbs {
  background-color: #fff;
  margin-top: 1.5625rem;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.07);
}
.mySwbox-thumbs .gallery-thumbs {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 1.25rem;
}

.gallery-thumbs .swiper-slide {
  flex: 1;
  position: relative;
  transition: all ease 0.5s;
  cursor: pointer;
  display: flex;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  padding: 1.25rem 0.5rem;
  border-right: 1px solid #ebebeb;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i1 {
  display: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text, .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon {
  color: #fff;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i2 {
  display: block;
}
.gallery-thumbs .swiper-slide::before {
  width: 0;
  height: 100%;
  background: #00c7c4;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.gallery-thumbs .swiper-slide .slide-icon {
  display: flex;
}
.gallery-thumbs .swiper-slide .i2 {
  display: none;
}
.gallery-thumbs .swiper-slide .text {
  position: relative;
  z-index: 999;
  padding-left: 1.5625rem;
  color: #333;
}
.gallery-thumbs .swiper-slide .text h2 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.875rem;
}
.gallery-thumbs .swiper-slide .text p {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
  line-height: 1.5625rem;
}
.gallery-thumbs .swiper-slide .icon {
  width: 3.125rem;
  height: 3.125rem;
  vertical-align: -0.15em;
  fill: #333;
  overflow: hidden;
  transition: all ease 0.5s;
  font-size: 2.5rem;
  padding-top: 0.25rem;
  text-align: center;
}
.gallery-thumbs .swiper-slide:last-child {
  border-right: 0;
}

.img-center {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  border-right: 1px solid #ebebeb;
}

.product-gallery {
  position: relative;
  height: 31.25rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.5rem;
  overflow: visible;
  display: flex;
  align-items: stretch;
  z-index: 1;
}
.product-gallery .product-gallery__thumbs {
  position: relative;
  width: 5.625rem;
  background: #f9f9f9;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  z-index: 2;
  scrollbar-width: thin;
}
.product-gallery .product-gallery__thumbs::-webkit-scrollbar {
  width: 0.375rem;
}
.product-gallery .product-gallery__thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-gallery .product-gallery__thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.1875rem;
}
.product-gallery .product-gallery__thumbs::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.product-gallery .product-gallery__thumbs ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  padding: 0.9375rem 0;
  list-style: none;
  margin: 0;
}
.product-gallery .product-gallery__thumb {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border: 2px solid #e0e0e0;
  margin: 0 0.3125rem 0.625rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  overflow: hidden;
}
.product-gallery .product-gallery__thumb:last-of-type {
  margin-bottom: 0;
}
.product-gallery .product-gallery__thumb.is-active {
  border-color: #00c7c4;
}
.product-gallery .product-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-gallery .product-gallery__thumb:hover img {
  transform: scale(1.05);
}
.product-gallery .product-gallery__viewer {
  position: relative;
  flex: 1;
  height: 100%;
  background: #fff;
  padding: 0.9375rem;
  z-index: 2;
}
.product-gallery .product-gallery__preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  cursor: crosshair;
  background: #f0f7ee;
}
.product-gallery .product-gallery__magnifier {
  display: none;
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  pointer-events: none;
  z-index: 99;
  box-sizing: border-box;
}
.product-gallery .product-gallery__preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-gallery .product-gallery__zoom {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0.625rem;
  width: 100%;
  height: 100%;
  z-index: 98;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #f0f7ee;
  border-radius: 0.25rem;
}
.product-gallery .product-gallery__zoom > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 200%;
  min-height: 200%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-info {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5625rem;
  max-width: 75rem;
  margin: 0 auto;
}
.product-info .product-info__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.product-info .product-info__price-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.product-info .product-info__price-label {
  font-size: 1rem;
  color: #666;
  margin-right: 0.75rem;
}
.product-info .product-info__price {
  font-size: 2rem;
  font-weight: 700;
  color: #ff0000;
}
.product-info .product-info__verify {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.125rem;
  font-size: 0.9375rem;
  color: #666;
  flex-wrap: wrap;
}
.product-info .product-info__verify-icon {
  color: #00c7c4;
}
.product-info .product-info__want-buy {
  color: #999;
}
.product-info .product-info__tags {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.product-info .product-info__tag {
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: #fff3cd;
  color: #d97706;
}
.product-info .product-info__services-all {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9375rem;
  color: #666;
  padding: 0.9375rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.product-info .product-info__service-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.product-info .product-info__service-item i {
  color: #4CAF50;
  margin-right: 0.25rem;
}
.product-info .product-info__meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
  font-size: 1rem;
  flex-wrap: wrap;
}
.product-info .product-info__meta-label {
  color: #666;
  min-width: 5rem;
}
.product-info .product-info__meta-value {
  color: #333;
}
.product-info .product-info__payment {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  flex-wrap: wrap;
}
.product-info .product-info__payment-label {
  color: #666;
  min-width: 5rem;
}
.product-info .product-info__payment-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  background: transparent;
}
.product-info .product-info__payment--alipay,
.product-info .product-info__payment--alipay i {
  color: #1677ff;
}
.product-info .product-info__payment--wechat,
.product-info .product-info__payment--wechat i {
  color: #4CAF50;
}
.product-info .product-info__payment--bank,
.product-info .product-info__payment--bank i {
  color: #333;
}
.product-info .product-info__buttons {
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.product-info .product-info__btn {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  text-decoration: none;
}
.product-info .product-info__btn--order {
  background: #4CAF50;
  color: #fff;
  min-width: 10rem;
}
.product-info .product-info__btn--order:hover {
  background: #06a851;
}
.product-info .product-info__btn--contact {
  background: #1677ff;
  color: #fff;
  min-width: 10rem;
}
.product-info .product-info__btn--contact:hover {
  background: #0c66e4;
}
.product-info .product-info__btn--chat {
  background: #fa8c16;
  color: #fff;
  min-width: 10rem;
}
.product-info .product-info__btn--chat:hover {
  background: #e67000;
}

.wechat-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wechat-modal.active {
  display: flex;
  opacity: 1;
}
.wechat-modal.active .wechat-modal-content {
  transform: scale(1);
}
.wechat-modal .wechat-modal-content {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  width: 17.5rem;
  text-align: center;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.2);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.wechat-modal .wechat-modal-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
}
.wechat-modal .wechat-modal-close:hover {
  color: #333;
}
.wechat-modal .wechat-modal-content h3 {
  font-size: 1.125rem;
  color: #4CAF50;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.wechat-modal .wechat-qrcode img {
  width: 12.5rem;
  height: 12.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}
.wechat-modal .wechat-qrcode p {
  font-size: 0.875rem;
  color: #666;
}

.product-float-bar-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  will-change: transform, opacity;
  background: #fff;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.07);
}
.product-float-bar-wrapper.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-float-bar-wrapper .product-float-bar {
  margin: 0 auto;
  height: 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__product {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1.5;
  border-right: 1px solid #f5f5f5;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__product .product-float-bar__product-img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__product .product-float-bar__product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__product .product-float-bar__product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__product .product-float-bar__product-info .product-float-bar__product-name {
  font-size: 1.125rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__product .product-float-bar__product-info .product-float-bar__product-price {
  font-size: 1.125rem;
  color: #ff0000;
  font-weight: 600;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions {
  display: flex;
  height: 100%;
  flex: 2;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item:last-child {
  border-right: none;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item i {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item.product-float-bar__wechat {
  color: #4CAF50;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item.product-float-bar__phone {
  color: #1677ff;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item.product-float-bar__email {
  color: #fa8c16;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item.product-float-bar__order {
  background: #ff0000;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0 0.5rem 0 0;
}
.product-float-bar-wrapper .product-float-bar .product-float-bar__actions .product-float-bar__item.product-float-bar__order:hover {
  background: #e62600;
}

.product-anchor-nav {
  margin-top: 1.875rem;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 90;
}
.product-anchor-nav .nav {
  border-bottom: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-anchor-nav .nav::-webkit-scrollbar {
  display: none;
}
.product-anchor-nav .nav .nav-item {
  margin: 0;
  padding: 0;
}
.product-anchor-nav .nav .nav-item .nav-link {
  border: none;
  border-bottom: 0.1875rem solid transparent;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  margin-right: 0.625rem;
  border-radius: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-anchor-nav .nav .nav-item .nav-link.active, .product-anchor-nav .nav .nav-item .nav-link:hover {
  border-bottom-color: #00c7c4;
  color: #00c7c4;
  background: transparent;
}

.product-section h3, .product-full-params h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #00c7c4;
  display: inline-block;
}

.product-section {
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
  scroll-margin-top: 5rem;
}
.product-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-section p, .product-section li, .product-section h5, .product-section .product-contact-block p, .product-section .contact-info-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Microsoft YaHei", sans-serif;
}
.product-section h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.product-section ul {
  padding-left: 1.25rem;
  margin: 0.625rem 0;
}
.product-section li {
  list-style: disc;
  margin-bottom: 0.5rem;
  color: #333;
}

.product-full-params {
  margin-bottom: 2.5rem;
  scroll-margin-top: 5rem;
}

.product-params {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f9f9f9;
  border-radius: 0.5rem;
  overflow: hidden;
  border-top: 1px solid #ededf0;
  border-right: 1px solid #ededf0;
}
.product-params .product-param-item {
  display: flex;
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #ededf0;
}

.product-param-label {
  color: #666;
  width: 7.5rem;
  flex-shrink: 0;
  padding: 1rem;
  background-color: #f5f6fa;
  font-size: 1rem;
}

.product-param-value {
  color: #333;
  flex: 1;
  padding: 1rem;
  font-size: 1rem;
}

.related-content-card {
  background: #fff;
  padding: 0.9375rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
  position: sticky;
  position: -webkit-sticky;
  top: 3.75rem;
}
.related-content-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.125rem solid #00c7c4;
  display: inline-block;
}

.related-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-article-list .related-article-item {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #e5e5e5;
}
.related-article-list .related-article-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.related-article-list .related-article-item a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
}
.related-article-list .related-article-item a:hover {
  color: #00c7c4;
}
.related-article-list .related-article-item img {
  width: 100%;
  height: 7.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

.product-contact-block {
  padding-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  margin-bottom: 0.9375rem;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.product-contact-block p {
  display: block;
  margin: 1.25rem 0;
  padding: 0;
  white-space: pre-line;
  line-height: 1.8;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
.product-contact-block p:first-child {
  margin-top: 0;
}
.product-contact-block p:last-child {
  margin-bottom: 0;
}
.product-contact-block p img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  border: none;
  float: none;
  clear: both;
}
.product-contact-block .contact-qrcode {
  flex-shrink: 0;
  background: #fff;
  padding: 0;
  border-radius: 0.25rem;
}
.product-contact-block .contact-qrcode img {
  width: 15rem;
  height: 15rem;
  display: block;
  border: 1px solid #f5f5f5;
}
.product-contact-block .contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-contact-block .contact-info-item {
  color: #333;
}

.pdf-download-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #1677ff;
  color: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  margin-bottom: 1.875rem;
  transition: background 0.3s ease;
}
.pdf-download-btn:hover {
  background: #0c66e4;
  color: #fff;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.product-item:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.07);
  border-color: #00c7c4;
}
.product-item:hover .product-img-box img {
  transform: scale(1.05);
}
.product-item .product-image-section {
  width: 100%;
  height: 12.5rem;
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
}
.product-item .product-img-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .product-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-item .product-content-section {
  flex: 1;
  padding: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.product-item .product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #7d8185;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item .product-title a {
  color: #7d8185;
  text-decoration: none;
}
.product-item .product-title a:hover {
  color: #00c7c4;
}
.product-item .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.product-item .factory-tag,
.product-item .verified-tag,
.product-item .custom-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  background: #f9f9f9;
}
.product-item .factory-tag {
  color: #00c7c4;
}
.product-item .verified-tag {
  color: #4CAF50;
}
.product-item .custom-tag {
  color: #fa8c16;
}
.product-item .product-price-area {
  margin: 0.25rem 0;
}
.product-item .price-main {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ff0000;
}
.product-item .price-note {
  font-size: 0.75rem;
  color: #666;
  margin-left: 0.25rem;
}
.product-item .product-service {
  display: flex;
  gap: 0.9375rem;
  padding: 0.625rem 0;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.product-item .service-item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.8125rem;
  color: #666;
}
.product-item .service-icon {
  color: #00c7c4;
  font-size: 0.8125rem;
}
.product-item .product-mini-params {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #666;
  padding: 0.25rem 0;
}
.product-item .product-mini-param {
  display: flex;
  gap: 0.25rem;
}
.product-item .param-label {
  color: #999;
}
.product-item .param-value {
  color: #7d8185;
  font-weight: 500;
}
.product-item .product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  margin-top: auto;
}
.product-item .stock-status {
  font-size: 0.75rem;
  color: #4CAF50;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-item .product-actions {
  display: flex;
  gap: 0.5rem;
}
.product-item .btn-inquiry,
.product-item .btn-details {
  padding: 0.4375rem 0.875rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
  border: none;
}
.product-item .btn-inquiry {
  background: #ff0000;
  color: #fff;
}
.product-item .btn-details {
  background: #00c7c4;
  color: #fff;
}

.floating-bar {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.floating-btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  background: #fff;
}
.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.3);
}

.wechat-btn {
  background: #00c7c4;
}
.wechat-btn:hover {
  background: #06a95a;
}

.phone-btn {
  background: #4CAF50;
}
.phone-btn:hover {
  background: #45a049;
}

.email-btn {
  background: #1677ff;
}
.email-btn:hover {
  background: #1e88e5;
}

.back-to-top-btn {
  background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
}
.back-to-top-btn:hover {
  background: linear-gradient(135deg, #ff5252, #e94b5f);
}

.contact-panel {
  position: fixed;
  right: 5.625rem;
  bottom: 1.25rem;
  width: 18.75rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1.25rem);
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 0.875rem;
}
.contact-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.contact-panel .contact-section {
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f0f0f0;
}
.contact-panel .contact-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact-panel .contact-section h3 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
.contact-panel .contact-section h3 i {
  margin-right: 0.5rem;
  color: #00c7c4;
}
.contact-panel .contact-section .contact-item {
  margin-bottom: 0.75rem;
}
.contact-panel .contact-section .contact-item h4 {
  font-size: 0.875rem;
  color: #555;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.contact-panel .contact-section .contact-item h4 i {
  margin-right: 0.375rem;
  color: #00c7c4;
}
.contact-panel .contact-section .contact-item p {
  color: #666;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.contact-panel .contact-section .contact-number {
  color: #e74c3c;
  font-weight: 600;
  margin-top: 0.1875rem;
  display: block;
}
.contact-panel .contact-section .email-number {
  color: #1677ff;
  font-weight: 600;
  margin-top: 0.1875rem;
  display: block;
}
.contact-panel .contact-section .service-time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #666;
}
.contact-panel .contact-section .service-time i {
  margin-right: 0.5rem;
  color: #00c7c4;
}

@media (max-width: 75rem) {
  .product-gallery {
    width: 95%;
    height: 28.125rem;
  }
  .product-info {
    width: 95%;
    padding: 1.25rem;
  }
  .product-float-bar {
    width: 95%;
  }
}
@media (max-width: 61.99875rem) and (min-width: 48rem) {
  .header {
    height: auto;
  }
  .header.header-fixed + * {
    margin-top: 6.375rem;
  }
  .header .logo-text {
    line-height: 4.375rem;
    font-size: 1.125rem;
    float: none;
    margin-right: 0;
    display: block;
    padding: 0;
    text-align: left;
    margin-left: 0.625rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .header-list .header-item .header-link {
    line-height: 4.375rem;
    padding: 0 0.625rem;
    font-size: 1rem;
  }
  .header .header-list {
    overflow: hidden;
    width: 94%;
    padding: 0 2.5rem 0 0;
    height: 2.75rem;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .header .header-list::-webkit-scrollbar {
    display: none;
  }
  .header .header-search-link-warp {
    height: 4.375rem;
    line-height: 4.375rem;
    margin-right: 0;
  }
  .titlebox {
    width: 100%;
    position: relative;
    left: 0;
    top: 5%;
    z-index: 10;
  }
  .mySwbox-thumbs .gallery-thumbs {
    padding: 0.625rem;
  }
  .gallery-thumbs .swiper-slide {
    padding: 0.625rem;
  }
  .img-center {
    width: 100%;
  }
  .titlebox .section-title1 {
    font-size: 1.5rem;
  }
  .gallery-thumbs .swiper-slide .text {
    padding-left: 0.9375rem;
  }
  .product-gallery {
    height: 25rem;
  }
  .product-gallery__zoom,
  .product-gallery__magnifier {
    display: none;
  }
  .related-content-card {
    position: static;
  }
  .product-params {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-contact-block {
    flex-direction: column;
    gap: 1.875rem;
    text-align: center;
  }
  .product-contact-block img {
    max-width: 100%;
  }
  .product-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 47.99875rem) {
  .header {
    height: auto;
  }
  .header.header-fixed + * {
    margin-top: 6.5625rem;
  }
  .header .container {
    padding: 0;
  }
  .header .logo-text {
    float: none;
    margin-right: 0;
    display: block;
    padding: 0;
    text-align: left;
    margin-left: 0.625rem;
    line-height: 2.75rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .header .header-list {
    overflow: hidden;
    width: 100%;
    padding: 0 2.5rem 0 0;
    height: 2.75rem;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .header .header-list .header-item .header-link {
    line-height: 2.75rem;
    padding: 0 0.625rem;
    font-size: 1rem;
  }
  .header .header-search-link-warp {
    margin: 0;
    background: #fff;
    position: absolute;
    right: 0;
    height: 2.75rem;
    line-height: 2.75rem;
  }
  .media-list .list-item .item-media {
    display: none;
  }
  .media-list .list-item .item-content {
    padding-left: 0;
  }
  .detail-page-default .page-list .page-item {
    width: 100%;
  }
  .detail-page-default .item-up,
  .detail-page-default .item-down {
    float: none;
    text-align: left;
  }
  .mySwbox-thumbs {
    margin: 0;
  }
  .mySwbox {
    padding: 0;
  }
  .titlebox .section-title1 {
    font-size: 1.5rem;
    padding: 0;
  }
  .titlebox {
    width: 100%;
    position: relative;
    left: 0;
    top: 5%;
    z-index: 10;
  }
  .slide .text {
    width: 100%;
    padding: 1.25rem 0 0;
  }
  .slide {
    flex-direction: column;
  }
  .slide .img {
    margin-top: 0.625rem;
    width: 100%;
  }
  .gallery-thumbs .swiper-slide .text {
    display: none;
  }
  .gallery-thumbs .slide-icon {
    width: 100%;
  }
  .img-center {
    border-right: 0;
    width: 100%;
  }
  .mySwbox-main {
    padding: 0.3125rem 0 1.875rem;
  }
  .gallery-thumbs .swiper-slide {
    margin-right: 0;
    padding: 0.25rem 0.5rem;
  }
  .slide .text h2 .s3 {
    display: none;
  }
  .product-gallery {
    height: auto;
    flex-direction: column;
  }
  .product-gallery .product-gallery__thumbs {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.625rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-gallery .product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }
  .product-gallery .product-gallery__thumbs ul {
    position: relative;
    display: flex;
    gap: 0.625rem;
    padding: 0 0.625rem;
  }
  .product-gallery .product-gallery__thumb {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0;
    flex-shrink: 0;
  }
  .product-gallery .product-gallery__viewer {
    height: 18.75rem;
    padding: 0.625rem;
  }
  .product-info {
    padding: 0.9375rem;
  }
  .product-info .product-info__buttons {
    flex-direction: column;
    gap: 0.625rem;
  }
  .product-info .product-info__btn {
    width: 100%;
  }
  .product-float-bar-wrapper {
    width: 100%;
  }
  .product-float-bar {
    width: 100%;
    height: 3.4375rem;
    border-radius: 0;
  }
  .product-float-bar .product-float-bar__product {
    flex: 1.2;
  }
  .product-float-bar .product-float-bar__product .product-float-bar__product-img {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .product-anchor-nav .nav-link {
    font-size: 1rem;
    padding: 0.625rem 1rem;
  }
  .product-section,
  .product-full-params {
    scroll-margin-top: 3.75rem;
  }
  .product-params {
    grid-template-columns: 1fr;
  }
  .contact-qrcode img {
    width: 12.5rem;
    height: 12.5rem;
  }
  .floating-bar {
    right: 0.9375rem;
    bottom: 0.9375rem;
    gap: 0.625rem;
  }
  .floating-btn {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.25rem;
  }
  .contact-panel {
    right: 4.6875rem;
    width: 16.25rem;
  }
  .product-image-section {
    height: 10rem;
  }
}
@media (max-width: 30rem) {
  .floating-bar {
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.5rem;
  }
  .floating-btn {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.125rem;
  }
  .contact-panel {
    right: 4.0625rem;
    width: 15rem;
  }
}
@keyframes horizontalRide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(1.25rem);
  }
}/*# sourceMappingURL=default.css.map */