@font-face {
  font-family: 'iconfont';
  /* Project id 2597052 */
  src: url('https://at.alicdn.com/t/c/font_2597052_akb9vk9tk9d.woff2?t=1711673757740') format('woff2'), url('https://at.alicdn.com/t/c/font_2597052_akb9vk9tk9d.woff?t=1711673757740') format('woff'), url('https://at.alicdn.com/t/c/font_2597052_akb9vk9tk9d.ttf?t=1711673757740') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.layui-layer {
  color: #000;
}
body ul,
body li {
  padding: 0;
  margin: 0;
}
body li {
  list-style-type: none;
}
body a {
  color: #333;
}
body a:hover {
  color: #333;
  text-decoration: none;
}
body em,
body i {
  font-style: normal;
}
body img {
  max-width: 100%;
}
body .btn:focus,
body .btn:active:focus,
body .btn.active:focus,
body .btn.focus,
body .btn:active.focus,
body .btn.active.focus {
  outline: none;
  box-shadow: none;
}
body .clearfix:after {
  content: '';
  display: table;
  clear: both;
}
body .line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
body .block {
  display: block!important;
}
body .none {
  display: none!important;
}
body .radius15 {
  border-radius: 15px;
}
body .overhidden {
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}
.main-tips {
  color: #505050;
  text-align: center;
  margin: 20px 0;
}
.main-btn {
  display: block;
  font-size: 20px;
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
}
.main-btn div {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main-btn div:nth-child(1) {
  color: #333;
  background-color: #FFF;
  transform: rotateX(87deg);
  -webkit-transform: rotateX(87deg);
  -moz-transform: rotateX(87deg);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
}
.main-btn div:nth-child(2) {
  color: #FFF;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
}
.main-btn:hover div:nth-child(1) {
  color: #333;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
}
.main-btn:hover div:nth-child(2) {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
}
@media (max-width: 767px) {
  .main-btn {
    font-size: 16px;
    height: 30px;
  }
  .main-btn div {
    height: 30px;
    line-height: 30px;
  }
  .main-btn div:nth-child(1) {
    transform: rotateX(88deg);
    -webkit-transform: rotateX(88deg);
    -moz-transform: rotateX(88deg);
    transform-origin: 50% 50% -15px;
    -webkit-transform-origin: 50% 50% -15px;
    -moz-transform-origin: 50% 50% -15px;
  }
  .main-btn div:nth-child(2) {
    transform-origin: 50% 50% -15px;
    -webkit-transform-origin: 50% 50% -15px;
    -moz-transform-origin: 50% 50% -15px;
  }
}
.main-image {
  width: 100%;
  overflow: hidden;
}
.main-image .main-image-li {
  position: relative;
  height: 0;
}
.main-image .main-image-li:hover .title {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.main-image .main-image-li .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-image .main-image-li .title {
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.6s, background 0.6s;
}
.main-image .main-image-li .title .icon {
  margin: 0 20px 0 0;
}
.main-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-banner .main-banner-img {
  width: 100%;
}
.main-banner .content {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  text-align: center;
}
.main-banner .content .title {
  font-size: 40px;
  margin: 0 0 20px 0;
}
.main-banner .content .describe {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .main-banner {
    margin-top: 70px;
  }
  .main-banner .content {
    top: 20%;
  }
  .main-banner .content .title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .main-banner .content .describe {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-header {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
}
.main-header .top {
  background-color: #0F0F0F;
  color: #FFF;
}
.main-header .top .classify {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header .top .classify img {
  margin: 0 5px 0 0 ;
}
.main-header .top .classify li {
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.main-header .top .classify li:first-child {
  padding: 0 20px 0 0;
  border-right: 1px solid #FFF;
}
.main-header .navigation {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.main-header .navigation .logo .logo-img {
  margin: 26px 0 0 0;
  height: 33px;
}
.main-header .navigation .main-navbar {
  text-transform: uppercase;
  float: right;
  font-size: 16px;
  color: #0F0F0F;
}
.main-header .navigation .main-navbar .nav-li {
  float: left;
  position: relative;
  padding: 30px 0 30px 40px;
}
.main-header .navigation .main-navbar .nav-li .nav-link {
  color: #0F0F0F;
  padding: 0px 0;
  box-sizing: border-box;
  font-weight: bold;
}
.main-header .navigation .main-navbar .nav-li a {
  display: block;
}
.main-header .navigation .main-navbar .nav-li.active .nav-link {
  border-bottom: 4px solid #007AFF;
  font-size: 18px;
  color: #007AFF;
}
.main-header .navigation .main-navbar .nav-li:hover .nav-link {
  border-bottom: 4px solid #007AFF;
  font-size: 18px;
  color: #007AFF;
  font-weight: bold;
}
.main-header .navigation .main-navbar .nav-li:hover .nav-erji {
  display: block;
}
.main-header .navigation .main-navbar .nav-li .nav-erji {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 64px;
  left: 0px;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #eee;
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li {
  white-space: nowrap;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li .nav-erji-link {
  padding: 10px 20px;
  color: #333;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li:hover .nav-erji-link {
  color: #007AFF;
  background-color: #f5f5f5;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li.active .nav-erji-link {
  color: #007AFF;
  background-color: #f5f5f5;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li .nav-sanji .nav-sanji-li {
  white-space: nowrap;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li .nav-sanji .nav-sanji-li .nav-sanji-link {
  padding: 10px 20px;
  color: #333;
  background-color: #FFF;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li .nav-sanji .nav-sanji-li:hover .nav-sanji-link {
  color: #007AFF;
}
.main-header .navigation .main-navbar .nav-li .nav-erji .nav-erji-li .nav-sanji .nav-sanji-li.active .nav-sanji-link {
  color: #007AFF;
}
.main-header .mobile-navigation {
  display: none;
  padding: 0;
  position: relative;
}
.main-header .mobile-navigation .navigation-top {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 15px;
  height: 70px;
  box-sizing: border-box;
}
.main-header .mobile-navigation .navigation-top .logo {
  float: left;
  width: 50%;
  max-width: 244px;
  margin: 8px 0 0 0;
}
.main-header .mobile-navigation .navigation-top .logo img {
  width: 100%;
}
.main-header .mobile-navigation .navigation-top .switch-icon {
  float: right;
  border: 1px solid #0F0F0F;
  border-radius: 4px;
  padding: 7px 7px 2px 7px;
  cursor: pointer;
}
.main-header .mobile-navigation .navigation-top .switch-icon .line {
  width: 26px;
  height: 3px;
  background-color: #0F0F0F;
  margin: 0 0 5px;
}
.main-header .mobile-navigation .main-navbar {
  display: none;
  z-index: 1000;
  background-color: rgba(237, 237, 237, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  font-size: 16px;
}
.main-header .mobile-navigation .main-navbar .nav-li {
  margin: 0 0 0 20px;
  position: relative;
}
.main-header .mobile-navigation .main-navbar .nav-li .nav-link {
  color: rgba(0, 0, 0, 0.85);
  padding: 6px 20px 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 40px;
}
.main-header .mobile-navigation .main-navbar .nav-li .iconfont {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  float: right;
  cursor: pointer;
}
.main-header .mobile-navigation .main-navbar .nav-li a {
  display: block;
}
.main-header .mobile-navigation .main-navbar .nav-li.active .nav-link {
  color: #007AFF;
  font-weight: bold;
}
.main-header .mobile-navigation .main-navbar .nav-li .nav-erji {
  display: none;
}
.main-header .mobile-navigation .main-navbar .nav-li .nav-erji .nav-erji-li {
  margin: 0 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 20px 6px 0;
}
.main-header .mobile-navigation .main-navbar .nav-li .nav-erji .nav-erji-li.active .nav-erji-link {
  color: #007AFF !important;
  font-weight: bold;
}
.main-header .mobile-navigation .main-navbar .nav-li .nav-erji .nav-erji-li .nav-erji-link {
  color: #FFF;
}
@media (max-width: 991px) {
  .navigation {
    display: none;
  }
  .mobile-navigation {
    display: block!important;
  }
}
.main-footer {
  background-color: #f5f5f5;
  padding: 30px 0 20px;
  color: #333;
  font-size: 14px;
}
.main-footer .footer-logo img {
  display: inline-block;
  max-height: 40px;
  margin: 10px 15px 10px 0;
  max-width: 46%;
}
.main-footer .contact-info {
  margin: 15px 0;
}
.main-footer .contact-info .contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.main-footer .contact-info .contact-item img {
  margin: 0 5px 0 0;
  width: 20px;
}
.main-footer .contact-info .contact-item .contact-text .russian-title {
  margin-bottom: 5px;
}
.main-footer .contact-info .contact-item .contact-text .russian-time,
.main-footer .contact-info .contact-item .contact-text .russian-phone,
.main-footer .contact-info .contact-item .contact-text .russian-email {
  margin-bottom: 5px;
  font-weight: bold;
}
.main-footer .footer-copyright {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #707070;
}
.main-footer .footer-copyright p {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .main-footer .contact-info {
    margin: 5px 0;
  }
  .main-footer .contact-info .contact-item {
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
.breadcrumb {
  background-color: inherit;
  padding: 20px 0;
  text-align: right;
  font-size: 14px;
}
.breadcrumb li {
  color: #007AFF;
}
.breadcrumb li img {
  margin: 0 10px 0;
  width: 16px;
  height: 16px;
}
.breadcrumb li a {
  color: #0F0F0F;
}
/* 新闻列表页 */
.pagination {
  margin: 30px 0;
  justify-content: center;
  font-size: 14px;
}
.pagination li a {
  padding: 5px 12px;
  color: #007AFF;
  border: 1px solid #D5D5D5;
  border-right: none;
}
.pagination li:first-child a {
  border-radius: 6px 0 0 6px;
}
.pagination li:last-child a {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #D5D5D5;
}
.pagination li.active a {
  background-color: #007AFF;
  border-color: #007AFF;
  color: #FFF;
}
/* 文章内容页 */
.notice-detail {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
}
.notice-detail .detail-tit {
  border-bottom: 1px solid #303030;
  padding-bottom: 20px;
}
.notice-detail .detail-tit .bigtit {
  font-size: 20px;
  display: block;
  margin: 0 0 20px 0;
}
.notice-detail .detail-tit em {
  margin: 0 8px 0 0;
  font-size: 16px;
  color: #D5D5D5;
}
.notice-detail .article {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  margin: 20px 0;
  letter-spacing: 0.5px;
}
.notice-detail .article p {
  margin: 15px 0;
}
.notice-detail .article pre {
  background-color: inherit;
  color: #0F0F0F;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.notice-detail .article .detail-img {
  text-align: center;
}
.notice-detail .article .detail-img img {
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .notice-detail .article .detail-img img {
    max-width: 100%;
  }
}
/*右侧推荐列表*/
.hot-list {
  overflow: hidden;
}
.hot-list li {
  margin: 0 0 20px 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.6s;
}
.hot-list li:hover .content {
  background: #007AFF;
  color: #FFF;
}
.hot-list li:hover .content .line {
  width: 100%;
  background: #FFF;
}
.hot-list li .datu {
  width: 100%;
}
.hot-list li .content {
  padding: 20px;
  font-size: 16px;
  color: #909090;
}
.hot-list li .content .title {
  color: #FFF;
  font-size: 18px;
  text-align: left;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 20px 0;
}
.hot-list li .content .tips {
  line-height: 24px;
}
.hot-list li .content .line {
  margin: 30px 0;
  width: 30%;
  height: 1px;
  background: #303030;
  transition: width 0.6s, background 0.6s;
}
.search-form {
  width: 80%;
  margin: 3% auto;
  display: flex;
}
.search-form .search-input {
  height: 48px;
  border-radius: 0;
  width: 80%;
  border: none;
  padding: 0 20px;
  color: #333;
}
.search-form .search-input:focus {
  border: none;
}
.search-form .search-btn {
  height: 48px;
  border-radius: 0;
  width: 20%;
  background: #303030;
  font-weight: bold;
  font-size: 18px;
  border: none;
}
@media (max-width: 767px) {
  .search-form {
    width: 100%;
  }
  .search-form .search-input {
    height: 36px;
    width: 80%;
  }
  .search-form .search-btn {
    height: 36px;
    width: 20%;
    font-size: 14px;
  }
}
.product-show .product-show-content .article pre {
  background-color: inherit;
  color: #0F0F0F;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.product-show .product-show-content .article .detail-img {
  text-align: center;
}
.product-show .product-show-content .article .detail-img img {
  margin: 0 auto;
  max-width: 600px;
}
.search-page .screen .screen-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.search-page .screen .screen-item .name {
  width: 100px;
}
.search-page .screen .screen-item .option {
  flex: 1;
}
.search-page .screen .screen-item .option .option-item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0px;
  color: #0F0F0F;
  background: rgba(0, 0, 0, 0.15);
}
.search-page .screen .screen-item .option .option-item.active {
  background: #007AFF;
  color: #FFF;
}
.search-page .search-form {
  margin: 0;
}
.search-page .search-form .search-input {
  height: 36px;
  width: 80%;
  color: #333;
  border: 1px solid #007AFF;
}
.search-page .search-form .search-btn {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 20%;
  background: #007AFF;
  font-size: 14px;
}
.search-page .search-list .search-list-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.search-page .search-list .search-list-item .img-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.search-page .search-list .search-list-item .img-wrapper .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.search-page .search-list .search-list-item .right {
  color: #0F0F0F;
}
.search-page .search-list .search-list-item .right .title {
  font-size: 16px;
  font-weight: bold;
}
.search-page .search-list .search-list-item .right .title a {
  color: #0F0F0F;
}
.search-page .search-list .search-list-item .right .description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 2px 0;
}
.search-page .search-list .search-list-item .right .article-tag {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}
.search-page .search-list .search-list-item .right .article-tag a {
  margin: 0 10px 0 0;
}
.search-page .search-list .search-list-item .right .article-tag span {
  margin: 0 10px 0 0;
}
.search-page .search-hot .search-hot-title {
  font-size: 18px;
  font-weight: bold;
}
.search-page .search-hot .search-hot-list .search-hot-list-item {
  width: 100%;
  display: flex;
  color: #0F0F0F;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.search-page .search-hot .search-hot-list .search-hot-list-item .img-wrapper {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.search-page .search-hot .search-hot-list .search-hot-list-item .img-wrapper .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.search-page .search-hot .search-hot-list .search-hot-list-item .content h5 {
  font-size: 16px;
  font-weight: bold;
}
.search-page .search-hot .search-hot-list .search-hot-list-item .content .description {
  margin: 0 0 2px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}
.main-title {
  text-align: center;
  margin: 0 0 40px 0;
}
.main-title h1 {
  font-size: 28px;
  -webkit-text-stroke: 0.6px #0F0F0F;
}
.main-title h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .main-title {
    margin: 0 0 20px 0;
  }
  .main-title h1 {
    font-size: 20px;
  }
  .main-title h5 {
    font-size: 14px;
  }
}
.column-banner {
  position: relative;
  margin: 0 0 50px 0;
  height: 160px;
}
.column-banner img {
  object-fit: cover;
  height: 100%;
}
.column-banner .breadcrumb {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 0;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.product-list-section {
  margin: 30px 0;
}
.product-list-section .product-item {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.product-list-section .product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.product-list-section .product-item .product-link {
  display: block;
  text-decoration: none;
  color: #333;
  flex: 1;
}
.product-list-section .product-item .product-img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.product-list-section .product-item .product-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-list-section .product-item .product-info {
  padding: 5px 15px 15px 15px;
}
.product-list-section .product-item .product-info .product-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list-section .product-item .product-info .product-code {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.product-list-section .product-item .product-info .product-price {
  font-size: 16px;
  color: #0F0F0F;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product-list-section .product-item .product-info .product-title {
    font-size: 15px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .product-list-section .product-item .product-info {
    padding: 10px;
  }
  .product-list-section .product-item .product-info .product-title {
    font-size: 14px;
    margin-bottom: 5px;
    height: 36px;
  }
  .product-list-section .product-item .product-info .product-code,
  .product-list-section .product-item .product-info .product-price {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.product-show .product-show-content {
  margin-bottom: 50px;
}
.product-show .product-show-content .product-header {
  display: flex;
  flex-wrap: wrap;
}
.product-show .product-show-content .product-gallery {
  position: relative;
  margin-bottom: 30px;
  width: 580px;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs {
  width: 80px;
  height: 480px;
  float: left;
  position: relative;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .gallery-thumbs {
  height: 100%;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .gallery-thumbs .swiper-slide {
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.3s;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #007AFF;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .thumb-next,
.product-show .product-show-content .product-gallery .product-gallery-thumbs .thumb-prev {
  left: 0;
  right: 0;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .thumb-next:after,
.product-show .product-show-content .product-gallery .product-gallery-thumbs .thumb-prev:after {
  font-size: 14px;
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .thumb-next {
  top: auto;
  bottom: -5px;
  transform: rotate(90deg);
}
.product-show .product-show-content .product-gallery .product-gallery-thumbs .thumb-prev {
  top: -5px;
  transform: rotate(90deg);
}
.product-show .product-show-content .product-gallery .product-gallery-main {
  margin-left: 100px;
  width: 480px;
  position: relative;
}
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main {
  width: 100%;
}
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .swiper-slide .zoom-container {
  width: 100%;
  height: 480px;
  position: relative;
  cursor: crosshair;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .swiper-slide .zoom-container .zoom-lens {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
  pointer-events: none;
}
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .swiper-slide .zoom-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .main-next,
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .main-prev {
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .main-next:after,
.product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .main-prev:after {
  font-size: 20px;
}
.product-show .product-show-content .product-gallery .product-gallery-main .zoom-result {
  position: absolute;
  top: 0;
  right: -480px;
  width: 480px;
  height: 480px;
  border: 1px solid #eee;
  background-color: #fff;
  display: none;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-show .product-show-content .product-info-box {
  padding: 0 20px;
  flex: 1;
}
.product-show .product-show-content .product-info-box .product-title {
  font-size: 17px;
  margin-bottom: 15px;
  color: #0F0F0F;
}
.product-show .product-show-content .product-info-box .product-info {
  font-size: 16px;
  color: #0F0F0F;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D5D5D5;
}
.product-show .product-show-content .product-info-box .product-info .product-info-item {
  margin-bottom: 10px;
}
.product-show .product-show-content .product-info-box .product-price-info {
  margin-bottom: 30px;
}
.product-show .product-show-content .product-info-box .product-price-info .price-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-show .product-show-content .product-info-box .product-price-info .price-table {
  border-bottom: 1px solid #eee;
}
.product-show .product-show-content .product-info-box .product-price-info .price-table .price-row {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px 0;
}
.product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .quantity,
.product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .price {
  padding: 4px 0px;
}
.product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .quantity {
  font-weight: 500;
  font-size: 17px;
  color: #707070;
}
.product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .price {
  font-weight: bold;
  font-size: 17px;
  color: #0F0F0F;
}
.product-show .product-show-content .product-info-box .product-contact {
  margin-top: 30px;
}
.product-show .product-show-content .product-info-box .product-contact .contact-phone {
  width: 100%;
  display: inline-block;
  background-color: #007AFF;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  transition: all 0.3s;
  text-align: center;
}
.product-show .product-show-content .product-info-box .product-contact .contact-phone:hover {
  background-color: #0062cc;
  color: #fff;
}
.product-show .product-show-content .product-info-box .product-contact .contact-phone i {
  margin-right: 5px;
}
.product-show .product-show-content .product-description {
  margin-top: 40px;
  clear: both;
}
.product-show .product-show-content .product-description .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
}
.product-show .product-show-content .product-description .description-content {
  line-height: 1.8;
  color: #333;
}
.product-show .product-show-content .product-description .description-content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .product-show .product-show-content .product-gallery {
    width: 410px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-thumbs {
    width: 50px;
    height: 350px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-thumbs .gallery-thumbs .swiper-slide {
    height: 50px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-main {
    margin-left: 60px;
    width: 350px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .swiper-slide .zoom-container {
    height: 350px;
  }
  .product-show .product-show-content .product-info-box {
    padding: 0 10px;
  }
  .product-show .product-show-content .product-info-box .product-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-show .product-show-content .product-gallery {
    width: 100%;
  }
  .product-show .product-show-content .product-gallery .product-gallery-thumbs {
    height: 300px;
    width: 50px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-thumbs .gallery-thumbs .swiper-slide {
    width: 50px;
    height: 50px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-main {
    margin-left: 60px;
    width: calc(100% - 60px);
    overflow: hidden;
  }
  .product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .swiper-slide .zoom-container {
    height: 300px;
  }
  .product-show .product-show-content .product-gallery .product-gallery-main .gallery-main .swiper-slide .zoom-container img {
    object-fit: contain;
  }
  .product-show .product-show-content .product-gallery .product-gallery-main .zoom-result {
    display: none;
  }
  .product-show .product-show-content .product-info-box {
    padding: 0;
    margin-top: 20px;
  }
  .product-show .product-show-content .product-info-box .product-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-show .product-show-content .product-info-box .product-code {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .product-show .product-show-content .product-info-box .product-price-info {
    margin-bottom: 20px;
  }
  .product-show .product-show-content .product-info-box .product-price-info .price-title {
    font-size: 14px;
  }
  .product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .quantity,
  .product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .price {
    padding: 8px 10px;
    font-size: 14px;
  }
  .product-show .product-show-content .product-info-box .product-contact {
    margin-top: 20px;
  }
  .product-show .product-show-content .product-info-box .product-contact .contact-phone {
    padding: 8px 15px;
    font-size: 14px;
  }
  .product-show .product-show-content .product-description {
    margin-top: 30px;
  }
  .product-show .product-show-content .product-description .section-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-show .product-show-content .product-info-box {
    padding: 0 10px;
  }
  .product-show .product-show-content .product-info-box .product-title {
    font-size: 20px;
  }
  .image-zoom-modal .zoom-modal-content {
    width: 90%;
    height: 70%;
  }
}
@media (max-width: 767px) {
  .product-show .product-show-content .product-gallery {
    margin-bottom: 10px;
  }
  .product-show .product-show-content .product-info-box {
    padding: 0;
  }
  .product-show .product-show-content .product-info-box .product-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-show .product-show-content .product-info-box .product-code {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .product-show .product-show-content .product-info-box .product-price-info {
    margin-bottom: 20px;
  }
  .product-show .product-show-content .product-info-box .product-price-info .price-title {
    font-size: 14px;
  }
  .product-show .product-show-content .product-info-box .product-price-info .price-table .price-row {
    padding: 0 0 10px 0;
  }
  .product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .quantity,
  .product-show .product-show-content .product-info-box .product-price-info .price-table .price-row .price {
    padding: 2px 0px;
    font-size: 14px;
  }
  .product-show .product-show-content .product-info-box .product-contact {
    margin-top: 20px;
  }
  .product-show .product-show-content .product-info-box .product-contact .contact-phone {
    padding: 8px 15px;
    font-size: 14px;
  }
  .product-show .product-show-content .product-description {
    margin-top: 20px;
  }
  .product-show .product-show-content .product-description .section-title {
    font-size: 18px;
  }
  .image-zoom-modal .zoom-modal-content {
    width: 95%;
    height: 60%;
  }
  .image-zoom-modal .zoom-modal-content img {
    transform: scale(1.2);
  }
}
