body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f1f2f5;
  font-family:
    PingFang SC,
    Microsoft YaHei,
    Hiragino Sans GB,
    Helvetica,
    Heiti SC,
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

.clearfix::before {
  content: "";
  clear: both;
}

.clearfix::after {
  content: "";
  clear: both;
}

.container {
  padding-left: 0;
  padding-right: 0;
  width: 1820px;
}

@media screen and (max-width: 1860px) and (min-width: 1559px) {
  .container {
    width: 1520px;
  }
}

@media screen and (max-width: 1559px) and (min-width: 1359px) {
  .container {
    width: 1320px;
  }
}

@media screen and (max-width: 1359px) and (min-width: 1159px) {
  .container {
    width: 1120px;
  }
}

@media screen and (max-width: 1159px) and (min-width: 958px) {
  .container {
    width: 920px;
  }
}

@media screen and (max-width: 958px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}

.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.navbar-toggle {
  float: right;
  padding: 0;
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: relative;
  right: initial;
  top: 0px;
}

.navbar {
  margin-bottom: 0;
  padding-top: 10px;
  width: 100%;
  height: 84px;
  font-size: 18px;
  box-sizing: border-box;
  background-color: #000000;
  border: none;
}

.navbar .theme-bgcolor {
  background: #78ba01;
}

.navbar .navbar-header {
  margin: 0 170px 0 0;
  width: 135px;
}

.navbar .head-logo {
  margin: 0;
  padding: 0;
  width: 130px;
  height: 64px;
}

.navbar .head-logo a {
  display: block;
}

.navbar .logo {
  width: 100%;
  height: 100%;
}

.navbar .nav>li>a {
  display: block;
  padding: 0;
  margin-top: 7px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
}

.navbar .nav>li>a>h1 {
  height: 64px;
  font-size: 18px;
  line-height: 64px;
}

.navbar .navbar-nav {
  width: 1150px;
}

.navbar .navbar-nav li {
  padding: 0 40px;
  height: 64px;
  line-height: 64px;
}

.navbar .navbar-nav .active .theme-color {
  color: #78ba01;
  border-radius: initial;
}

.navbar .nav>li>.theme-color:hover,
.navbar .nav>li>.theme-color:focus {
  background: #000;
  color: #78ba01;
  border-bottom: 1px solid #78ba01;
  border-radius: initial;
}

.navbar .navbar-form {
  position: relative;
  margin-bottom: 0;
  margin-left: 70px;
  padding: 0;
  width: 295px;
  display: block;
}

.navbar .form-group {
  margin-bottom: 0;
  width: 100%;
}

.navbar .form-group .form-control {
  padding-right: 54px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  border: 1px #fff solid;
  box-sizing: border-box;
}

.navbar .form-group .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #609401;
  border: none;
}

.navbar .form-group .search img {
  /* margin-top: 8px; */
  width: 34px;
}

.mid-search {
  display: none;
  float: left;
  margin-top: 16px;
  margin-left: 26px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.mid-search img {
  width: 100%;
  height: 100%;
}

.menu-icon {
  width: 40px;
  height: 40px;
}

.mobile-search {
  display: none;
  float: right;
  margin-top: 17px;
  margin-right: 24px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.mobile-search img {
  width: 100%;
  height: 100%;
}

.navbar .search-form {
  display: none;
}

/*轮播图：匹配设计图样式*/
.hero-carousel {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  /* 固定高度，避免轮播跳动 */
  position: relative;
  height: 500px;
}

/* 轮播标题/副标题/描述：匹配设计图字体样式 */
.carousel-tit {
  position: absolute;
  /* left: 100px; */
  left: 170px;
  top: 90px;
  z-index: 1000;
}

.carousel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.carousel-subtitle {
  margin-top: 0;
  line-height: 1;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.carousel-desc {
  margin-left: 6px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 50px;
}

/* 轮播按钮：匹配设计图样式 */
.carousel-buttons .btn-quickview {
  border: 1px solid #fff !important;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff !important;
  background-color: initial !important;
  border-radius: 30px;
  font-weight: 500 !important;
  line-height: 38px;
}

.carousel-buttons .btn-quickview.active {
  margin-left: 6px;
  background-color: #78ba01 !important;
  margin-right: 20px !important;
  border: none !important;
}

/* 轮播图片：匹配设计图大小 */
.carousel-pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.carousel-pic img {
  width: 100%;
  height: 100%;
}

/* 轮播指示器：自定义样式 */
.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  width: 30px !important;
  height: 30px !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: initial !important;
  color: transparent !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 16px !important;
}

.carousel-indicators li::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}

.carousel-indicators li.active {
  border: 3px solid #78ba01 !important;
  /* 绿色圆环边框 */
  background-color: transparent !important;
  /* 圆环背景透明，露出间距 */
  /* box-shadow: 0 0 12px rgba(40, 167, 69, 0.5) !important; */
}

/* 轮播图分页 */
.banner-item {
  display: block;
}

.swiper-carousel .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 16px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  opacity: 1;
}

.swiper-carousel .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.swiper-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #78ba01;
}

.services {
  width: 100%;
  height: 200px;
  background: url("../images/grey_bg.png") no-repeat;
  background-size: 100% 100%;
}

.services .container {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .container .row {
  width: 100%;
}

.services .img-fluid-item {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.services .img-fluid {
  max-width: 100%;
  max-height: 100%;
}

.services h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 10px;
}

.services .text-muted {
  font-size: 18px;
  color: #6c6c6c;
  line-height: 1.6;
}

.products {
  padding: 64px 20px 0 20px;
  background-color: #fff;
}

.products .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding-bottom: 40px;
}

.products .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 !important;
}

.products .row-content {
  float: left;
}

.product-card {
  position: relative;
  display: block;
  margin: 12px !important;
  /* width: 560px;
  height: 480px; */
  width: 500px;
  height: 428px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-card img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-card h5 {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 80px;
  font-size: 26px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 产品样式 */
.series {
  padding: 64px 20px;
  background-color: #fff;
}

.series .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding-bottom: 50px;
}

.series-box {
  padding: 0 54px;
}

.series-tab-box {
  position: relative;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  /* overflow: hidden; */
  border-bottom: 3px #000 solid;
}

.series-tab-list {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex: auto;
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
}

.series-tab {
  display: flex;
  height: 60px;
  line-height: 56px;
}

.series-tab-item {
  position: relative;
  width: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 100px;
  font-size: 24px;
  cursor: pointer;

  /* 标准属性 */
  user-select: none;
  /* 浏览器前缀 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: all 0.4s;
}

.series-tab-item:last-child {
  margin-right: 0;
}

.series-tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 8px;
  background: #000;
  transition: all 0.4s;
}

.series-pro-box {
  position: relative;
}

.series-pro {
  width: 100%;
  display: none;
  overflow: hidden;
}

.series-pro.active {
  display: flex;
}

.series-pro.active {
  display: flex;
}

.series-pro-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 10px;
  flex-shrink: 0;
  cursor: pointer;
}

.series-pro-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #78ba01;
  transition: all 0.4s;
}

.series-pro-item:hover::after {
  width: 100%;
  transition: all 0.4s;
}

.pro-img-box {
  width: 100%;
  height: 320px;
  line-height: 320px;
  overflow: hidden;
}

.pro-img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s;
}

.pro-subtitle {
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-title {
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  letter-spacing: -2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.series-pro-item:hover {
  text-decoration: none;
  /* background-color: rgba(120, 186, 1, 0.2); */
}

.series-pro-item:hover .pro-img {
  transform: scale(1.2);
  transition: all 0.4s;
}

.series-pro-item:hover .pro-subtitle {
  /* color: #000; */
  text-decoration: none;
}

.series-pro-item:hover .pro-title {
  color: #78ba01;
  text-decoration: none;
}

.series-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 14px;
  cursor: pointer;
}

.series-arrow img {
  width: 100%;
  height: 100%;
}

.left-arrow {
  left: 0;
}

.right-arrow {
  right: 0;
}

.swiper-button-next {
  right: -60px !important;
  width: 36px;
  height: 36px;
}

.swiper-button-next:after {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../images/right_ar.png") no-repeat;
  background-size: 100%;
}

.swiper-button-prev {
  left: -60px !important;
  width: 36px;
  height: 36px;
}

.swiper-button-prev:after {
  content: "";
  width: 36px;
  height: 36px;
  background: url("../images/left_ar.png") no-repeat;
  background-size: 100% 100%;
}

/* 关于我们 */
.about {
  padding: 80px 110px;
  width: 100%;
  box-sizing: border-box;
  background: url("../images/about_bg.png") no-repeat;
  background-size: 100% 100%;
}

.about-mask {
  padding: 50px 36px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
}

.about .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding-bottom: 30px;
}

.about-desc {
  font-size: 24px;
  line-height: 1.6;
}

.about-desc p {
  margin-bottom: 24px;
}

.footer {
  padding-top: 40px;
  width: 100%;
  background: #fff;
}

.footer-top {
  position: relative;
  margin-bottom: 20px;
}

.footer-logo {
  float: left;
  width: 100px;
  height: 100px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-desc {
  float: left;
  margin-top: 12px;
  margin-left: 80px;
  width: 700px;
  font-size: 20px;
  line-height: 40px;
  color: #000;
}

.footer-entry {
  float: left;
  margin-top: 10px;
  margin-left: 180px;
  display: block;
  width: 400px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: #78ba01;
  border-radius: 40px;
  cursor: pointer;
}

.footer-entry img {
  margin-left: 30px;
  width: 16px;
  height: 28px;
}

.footer-entry:hover {
  color: #fff;
  background: #609401;
  text-decoration: none;
}

.footer-list {
  float: right;
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 20px;
  line-height: 40px;
}

.footer-list a {
  color: #000;
}

.footer-list a:hover {
  color: #78ba01;
}

.copyright {
  padding: 20px 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border-top: 1px #666 solid;
}

/* 企业侧数据 */
.showIn {
  display: block !important;
}

.hideIn {
  display: none !important;
}

.page-header {
  width: 100%;
  height: 300px;
  padding: 0 !important;
  margin: 0 !important;
}

.page-header .container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.page-header .container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header .container .row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.page-header .container .row .col {
  width: 100%;
  height: 100%;
  padding: 0 110px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-title {
  width: 100%;
  font-size: 18px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 90px;
}

.breadcrumb-title-enter {
  padding: 0 110px;
}

.breadcrumb-title .breadcrumb {
  padding: 0;
  margin: 0;
}

.breadcrumb-title .breadcrumb a {
  color: #000 !important;
}

.breadcrumb-title .breadcrumb>.active {
  color: #609401;
}

.page-header .container .row .col .col-content {
  width: 80%;
}

.page-header h1.section-title {
  font-size: 40px;
  color: #fff !important;
  width: 100%;
}

.page-header .text-muted {
  width: 100%;
  color: #fff !important;
  font-size: 24px;
  margin-top: 30px;
}

.product-list {
  /* margin: 30px 0 60px 0; */
  /* margin: 20px 0 40px 0; */
  margin: 20px 0;
}

.product-list>.container>.row {
  display: flex;
  margin: 0 50px;
}

.cyber-sidebar {
  overflow: hidden;
  /* width: 420px; */
  width: 360px;
}

.sidebar-header {
  width: 100%;
  height: 70px;
  background-color: #609401 !important;
  color: #fff !important;
  font-size: 24px;
  padding: 1rem;
  font-weight: 500;
  text-align: left;
  border-bottom: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  /* height: 480px; */
  background: #fff;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
}

/* 隐藏Chrome, Safari, Opera等WebKit浏览器滚动条 */
.category-list::-webkit-scrollbar {
  display: none;
}

.category-item {
  width: 100%;
  height: 70px;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  border-bottom: 1px solid #f1f3f5;
  transition: all 0.4s ease;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-item a {
  color: #000;
  text-decoration: none;
}

.category-item:hover a,
.category-item.active a {
  color: #609401;
}

.cyber-btn-get-inventory {
  width: 360px;
  margin-top: 50px;
  height: 80px;
  line-height: 68px;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 40px;
}

.cyber-btn-get-inventory span {
  font-size: 26px;
  margin-right: 50px;
}

.cyber-btn-get-inventory img {
  /* vertical-align: initial !important; */
  vertical-align: text-bottom;
}

.product-container {
  margin-left: 30px;
  width: 1330px;
}

.product-item {
  width: 100%;
  /* height: 340px; */
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
  border: 2px #fff solid;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.4s ease;
}

.product-item:last-child {
  margin-bottom: 0;
}

.product-item:hover {
  border: 2px #78ba01 solid;
  box-shadow: 0 6px 12px rgba(120, 186, 1, 0.5);
}

.product-item>.row {
  width: 100%;
  height: 100%;
  display: flex;
}

.product-item .product-left {
  width: 300px;
  height: 260px;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-img {
  /* width: 100%;
  height: auto; */
  max-width: 100%;
  max-height: 100%;
}

.product-item .product-right {
  width: 990px;
  position: relative;
}

.product-item .product-title {
  width: 100%;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}

.product-item .product-spec {
  /* width: 660px; */
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-item .product-spec p {
  width: 50%;
}

.product-item .product-spec p span {
  display: inline-block;
  width: 52%;
  font-size: 18px;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  /* 防止文本换行 */
  text-overflow: ellipsis;
}

.product-item .product-spec p span:nth-of-type(2n) {
  width: 42%;
}

.product-item .product-spec p span:first-child {
  color: #000;
  font-weight: 700;
}

.product-btn {
  padding-top: 10px;
  text-align: right;
}

.view-details-btn {
  /* position: absolute;
  right: 0;
  bottom: -20px; */
  width: 210px;
  height: 50px;
  border-radius: 8px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.view-details-btn:before {
  content: "+";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

/* .view-details-btn:hover {
  color: #fff;
  background-color: #78ba01;
}

.view-details-btn:hover:before {
  color: #78ba01;
  background-color: #fff;
} */

.product-item:hover .view-details-btn {
  color: #fff;
  background-color: #78ba01;
  border-color: #78ba01;
}

.product-item:hover .view-details-btn:before {
  color: #78ba01;
  background-color: #fff;
}

.pagination {
  padding: 0 !important;
  font-size: 18px;
  color: #000;
}

.pagination>li {
  float: left;
  padding: 5px;
}

.pagination>li a {
  font-size: 18px;
  border: none;
  color: #000;
}

.pagination>li>a,
.pagination>li>span {
  color: #000;
  border: none;
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background-color: initial;
}

.pagination>li>a:hover {
  color: #609401;
}

.pagination>li>span.current {
  color: #609401;
  font-weight: bold;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: initial;
  color: #609401;
  font-weight: bold;
}

.pagination>.page>a,
.pagination>.page>a:focus,
.pagination>.page>a:hover,
.pagination>.page>span,
.pagination>.page>span:focus,
.pagination>.page>span:hover {
  color: #000 !important;
}

.pagination>.page {
  padding-left: 0;
  padding-right: 1px;
  line-height: 36px;
}

.pagination input {
  width: 60px !important;
  height: 28px !important;
  text-align: center;
}

/* 详情页数据 */
.detials {
  padding: 20px 60px 50px 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.detials .row {
  width: 100%;
  margin: 0;
}

.detials .product-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
}

.detials .detials-left {
  width: 72%;
}

.detials .detials-right {
  width: 27%;
}

.mainImageBox {
  display: flex;
  width: 100%;
  height: 364px;
  background: #fff;
  text-align: center;
  align-items: center;
}

#mainImage {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.detials .detials-left .thumbnail-row {
  width: 100%;
  height: 120px;
  display: flex;
  margin: 10px 0 0 !important;
}

.detials .detials-left .thumbnail-row .thumbnail-row-det {
  position: relative;
  padding: 4px;
  width: 23.8%;
  height: 100%;
  margin-right: 1.53%;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.detials .detials-left .thumbnail-row .thumbnail-row-det img {
  /* width: 100%;
  height: 100%; */
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.detials .detials-left .thumbnail-row .thumbnail-row-det:last-child {
  margin: 0;
}

.detials .detials-left .thumbnail-row .thumbnail-row-det::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.detials .detials-left .thumbnail-row .thumbnail-row-det.active {
  width: 23.8%;
  height: 100%;
  border: #609401 1px solid;
}

.detials .detials-left .thumbnail-row .thumbnail-row-det.active::before {
  background-color: initial;
}

.detials .detials-left .product-description {
  margin-top: 10px;
  padding: 40px 30px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  background-color: #fff;
}

.detials .specs-section {
  background-color: #fff;
  padding: 40px 40px 12px 40px;
  border-radius: 4px;
  height: 100%;
  box-shadow: 0px 0px 10px #f4f4f4;
}

.detials .spec-item {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
}

.detials .spec-item .spec-label {
  font-weight: bold;
  color: #000;
}

.detials .spec-item .spec-value {
  min-width: 100px;
  max-width: 50%;
  color: #000;
  font-weight: 300;
}

.detialsOther .detials-left {
  padding: 40px 30px;
  background-color: #fff;
}

.detialsOther .detials-left .detials-left-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
}

.detialsOther .detials-left .product-description {
  padding: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
}

/* 隐藏Chrome, Safari, Opera等WebKit浏览器滚动条 */
.detialsOther .detials-left .product-description::-webkit-scrollbar {
  display: none;
}

.detialsOther .specs-section {
  padding: 30px;
}

.detialsOther .detials-right .detials-right-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.detialsOther .detials-right .form-group {
  text-align: center;
}

.detialsOther .detials-right input {
  height: 40px;
  margin-bottom: 20px;
}

.detialsOther .detials-right button {
  width: 60%;
  height: 40px;
  font-size: 16px;
  border-radius: 40px 40px;
  border: none;
  color: #fff;
  background-color: #609401;
}

/* 搜索页 */
.search_list {
  padding: 10px 0;
}

.line {
  font-size: 18px;
}

.padding-big-top {
  padding-top: 20px;
}

.padding-big-bottom {
  padding-bottom: 40px;
}

.text-yellow {
  margin: 0 6px;
  color: #609401;
  font-weight: 600;
}

/* 暂无数据 */
.nodata {
  margin: 10px auto;
  padding: 30px 0;
  color: #999;
  text-align: center;
  line-height: 1.4;
  background-color: #fff;
}

.nodata p {
  padding: 10px 0;
}

.nodata_tip {
  margin-top: 30px;
  font-size: 18px;
}

@media screen and (max-width: 1860px) and (min-width: 1559px) {
  .navbar .navbar-header {
    margin: 0 90px 0 0;
  }

  .navbar .navbar-nav {
    width: 955px;
  }

  .navbar .navbar-nav li {
    padding: 0 24px;
  }

  .navbar .navbar-form {
    display: block;
  }

  .navbar .navbar-form {
    margin-left: 44px;
  }

  .hero-carousel,
  .carousel-item {
    height: 480px;
  }

  .carousel-tit {
    top: 80px;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 54px;
  }

  .series {
    padding: 80px 0;
  }

  .series-tab-item {
    margin-right: 50px;
  }

  .product-list>.container>.row {
    margin: 0 0px;
  }

  .cyber-sidebar {
    width: 400px;
  }

  .cyber-btn-get-inventory {
    width: 400px;
  }

  .product-container {
    width: 1100px;
  }

  .product-item .product-left {
    width: 280px;
  }

  .product-item .product-right {
    width: 760px;
  }

  .product-item .product-spec {
    width: 640px;
  }

  .detials .detials-left {
    width: 70%;
  }

  .detials .detials-right {
    width: 30%;
  }

  .footer-entry {
    margin-left: 36px;
  }
}

@media screen and (max-width: 1559px) and (min-width: 1359px) {
  .navbar .navbar-header {
    margin: 0 50px 0 0;
  }

  .navbar .navbar-nav {
    width: 835px;
  }

  .navbar .navbar-nav li {
    padding: 0 14px;
  }

  .navbar .navbar-form {
    display: block;
  }

  .navbar .navbar-form {
    margin-left: 26px;
    width: 274px;
  }

  .hero-carousel,
  .carousel-item {
    height: 450px;
  }

  .carousel-tit {
    top: 80px;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 50px;
  }

  .services h5 {
    font-size: 22px;
  }

  .services .text-muted {
    font-size: 18px;
  }

  .series {
    padding: 80px 0;
  }

  .series-tab-item {
    font-size: 26px;
    margin-right: 28px;
  }

  .footer-desc {
    width: 474px;
  }

  .product-list>.container>.row {
    margin: 0 0;
  }

  .cyber-sidebar {
    width: 320px;
  }

  .sidebar-header {
    font-size: 24px;
  }

  .category-item {
    font-size: 24px;
  }

  .cyber-btn-get-inventory {
    width: 320px;
    height: 80px;
  }

  .cyber-btn-get-inventory span {
    font-size: 24px;
  }

  .product-container {
    width: 960px;
  }

  .product-item .product-left {
    width: 280px;
  }

  .product-item .product-right {
    width: 640px;
  }

  .product-item .product-title {
    font-size: 24px;
  }

  .product-item .product-spec {
    width: 640px;
  }

  .product-item .product-spec p span {
    font-size: 18px;
  }

  .detials .detials-left {
    width: 68%;
  }

  .detials .detials-right {
    width: 32%;
  }

  .detials .specs-section {
    padding: 40px 30px 12px 30px;
  }

  .footer-entry {
    margin-left: 36px;
    width: 400px;
    font-size: 32px;
  }

  .footer-entry img {
    margin-left: 24px;
  }
}

@media screen and (max-width: 1359px) and (min-width: 1159px) {
  .navbar .navbar-header {
    margin: 0 80px 0 0;
    width: 130px;
  }

  .navbar .navbar-nav {
    width: 840px;
  }

  .navbar .navbar-nav li {
    padding: 0 20px;
  }

  .navbar .nav>li>a {
    font-size: 16px;
  }

  .navbar .navbar-form {
    display: none;
  }

  .navbar .search-form {
    display: none;
    position: fixed;
    left: 2%;
    top: 84px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 96%;
    z-index: 100;
  }

  .mid-search {
    display: block;
  }

  .hero-carousel,
  .carousel-item {
    height: 400px;
  }

  .carousel-tit {
    top: 60px;
  }

  .carousel-desc {
    font-size: 18px;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 40px;
  }

  .services h5 {
    font-size: 20px;
  }

  .services .text-muted {
    font-size: 16px;
  }

  .product-card {
    width: 480px;
    height: 410px;
  }

  .product-card h5 {
    height: 80px;
    font-size: 30px;
  }

  .series {
    padding: 80px 0;
  }

  .series-tab-item {
    font-size: 22px;
    margin-right: 26px;
  }

  .pro-title {
    font-size: 24px;
  }

  .about {
    padding: 80px 100px;
  }

  .page-header h1.section-title {
    font-size: 40px;
  }

  .page-header .text-muted {
    font-size: 26px;
  }

  .product-list>.container>.row {
    margin: 0 0;
  }

  .cyber-sidebar {
    width: 320px;
  }

  .sidebar-header {
    font-size: 24px;
  }

  .category-item {
    font-size: 22px;
  }

  .cyber-btn-get-inventory {
    width: 300px;
    height: 80px;
  }

  .cyber-btn-get-inventory span {
    font-size: 22px;
  }

  .product-container {
    width: 800px;
  }

  .product-item .product-left {
    width: 220px;
  }

  .product-item .product-right {
    width: 560px;
  }

  .product-item .product-title {
    font-size: 22px;
  }

  .product-item .product-spec {
    width: 560px;
  }

  .product-item .product-spec p span {
    font-size: 16px;
  }

  .detials .product-title {
    font-size: 22px;
  }

  .detials .detials-left {
    width: 65%;
  }

  .detials .detials-right {
    width: 35%;
  }

  #mainImage {
    height: 354px;
  }

  .detials .detials-left .thumbnail-row {
    height: 100px;
  }

  .detials .specs-section {
    padding: 40px 30px 12px 30px;
  }

  .footer-logo {
    width: 104px;
    height: 104px;
  }

  .footer-desc {
    margin-left: 44px;
    width: 430px;
    font-size: 20px;
    line-height: 36px;
  }

  .footer-entry {
    margin-left: 30px;
    width: 320px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }

  .footer-entry img {
    margin-left: 20px;
    width: 14px;
    height: 25px;
  }

  .footer-list {
    font-size: 20px;
  }

  .copyright {
    padding: 30px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {

  .services,
  .services .container {
    height: 400px;
  }

  .service-item {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1159px) and (min-width: 958px) {
  .navbar .navbar-header {
    margin: 0 20px 0 0;
    width: 130px;
  }

  .navbar .navbar-nav {
    width: 712px;
  }

  .navbar .navbar-nav li {
    padding: 0 10px;
  }

  .navbar .nav>li>a {
    font-size: 16px;
  }

  .navbar .navbar-form {
    display: none;
  }

  .navbar .search-form {
    display: none;
    position: fixed;
    left: 2%;
    top: 84px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 96%;
    z-index: 100;
  }

  .mid-search {
    display: block;
    margin-top: 18px;
    margin-left: 20px;
    width: 32px;
    height: 32px;
  }

  .hero-carousel,
  .carousel-item {
    height: 360px;
  }

  .carousel-tit {
    top: 60px;
  }

  .carousel-desc {
    font-size: 18px;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 40px;
  }

  .services h5 {
    font-size: 20px;
  }

  .services .text-muted {
    font-size: 16px;
  }

  .product-card {
    width: 440px;
    height: 375px;
  }

  .product-card h5 {
    height: 72px;
    font-size: 26px;
  }

  .products .section-title,
  .series .section-title,
  .about .section-title {
    font-size: 36px;
  }

  .series {
    padding: 80px 0;
  }

  .series-tab-item {
    /* padding-right: 0; */
    font-size: 20px;
    margin-right: 25px;
    letter-spacing: -1px;
  }

  .pro-title {
    font-size: 24px;
  }

  .about {
    padding: 80px;
  }

  .about-desc {
    font-size: 20px;
  }

  /* .breadcrumb-title, .breadcrumb-title-enter {
    padding: 0 60px;
  } */

  .page-header h1.section-title {
    font-size: 40px;
  }

  .page-header .text-muted {
    font-size: 26px;
  }

  .product-list>.container>.row {
    margin: 0 0;
  }

  .cyber-sidebar {
    width: 280px;
  }

  .sidebar-header {
    font-size: 20px;
  }

  .category-item {
    font-size: 20px;
  }

  .cyber-btn-get-inventory {
    width: 260px;
    height: 80px;
  }

  .cyber-btn-get-inventory span {
    font-size: 20px;
  }

  .product-container {
    width: 620px;
  }

  .product-item .product-left {
    width: 180px;
  }

  .product-item .product-right {
    width: 420px;
  }

  .product-item .product-title {
    font-size: 20px;
  }

  .product-item .product-spec {
    width: 420px;
  }

  .product-item .product-spec p span {
    font-size: 14px;
  }

  .detials .product-title {
    font-size: 20px;
  }

  .detials .detials-left {
    width: 65%;
  }

  .detials .detials-right {
    width: 35%;
  }

  #mainImage {
    height: 354px;
  }

  .detials .detials-left .thumbnail-row {
    height: 100px;
  }

  .detials .specs-section {
    padding: 20px 10px 2px 10px;
  }

  .footer-logo {
    width: 104px;
    height: 104px;
  }

  .footer-desc {
    margin-top: 0;
    margin-left: 44px;
    width: 480px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-entry {
    margin-left: 0;
    width: 320px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    position: absolute;
    top: 90px;
    left: 144px;
  }

  .footer-entry img {
    margin-left: 26px;
    width: 12px;
    height: 21px;
  }

  .footer-list {
    font-size: 20px;
  }

  .copyright {
    padding: 30px 0;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 958px) {
  .navbar {
    margin: 0;
  }

  .navbar .navbar-header {
    margin: 0;
    width: 100%;
  }

  .navbar .head-logo {
    float: left !important;
    width: 130px;
    height: 64px;
  }

  .mobile-search {
    display: block;
  }

  .navbar-fixed-top .navbar-collapse {
    margin-top: 10px;
    background-color: #000;
  }

  .navbar .navbar-nav {
    margin: 0;
    width: 100%;
  }

  .navbar .navbar-nav li {
    padding: 0 12px;
    float: initial !important;
    height: 64px;
    line-height: 64px;
  }

  .navbar .nav>li>a {
    margin-top: 0;
    height: 64px;
    font-size: 16px;
    line-height: 64px;
  }

  .navbar .navbar-form {
    display: none;
  }

  .navbar .search-form {
    display: none;
    position: fixed;
    left: 2%;
    top: 84px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 96%;
    z-index: 100;
  }

  .mid-search {
    display: none;
  }

  .navbar .navbar-form {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }

  .hero-carousel,
  .carousel-item {
    height: 300px;
  }

  .carousel-tit {
    left: 0;
    top: 50px;
    width: 100%;
    text-align: center;
  }

  .carousel-desc {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 40px;
  }

  .carousel-title {
    margin-bottom: 18px;
  }

  .carousel-subtitle {
    margin-bottom: 28px;
  }

  .carousel-indicators {
    bottom: 6px;
  }

  .carousel-indicators li {
    width: 30px !important;
    height: 30px !important;
  }

  .carousel-indicators li::after {
    width: 10px !important;
    height: 10px !important;
  }

  .carousel-buttons .btn-quickview {
    width: 160px;
    height: 44px;
    font-size: 16px;
    line-height: 30px;
  }

  .services,
  .services .container {
    height: 340px;
  }

  .service-item {
    margin: 15px 0;
  }

  .services h5 {
    font-size: 20px;
  }

  .services .text-muted {
    font-size: 16px;
  }

  .services .img-fluid-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .products {
    padding: 60px 0 0;
  }

  .products .section-title {
    padding-bottom: 40px;
    font-size: 40px;
  }

  .product-card {
    width: 340px;
    height: 300px;
  }

  .product-card h5 {
    height: 60px;
    font-size: 24px;
  }

  .products .section-title,
  .series .section-title,
  .about .section-title {
    font-size: 36px;
  }

  .series {
    padding: 60px 0;
  }

  .series-tab-item {
    /* padding-right: 0; */
    font-size: 20px;
    margin-right: 25px;
    letter-spacing: -1px;
  }

  .pro-title {
    font-size: 24px;
  }

  .about {
    padding: 40px 20px;
  }

  .about-mask {
    padding: 40px 20px;
  }

  .about-desc {
    font-size: 20px;
  }

  .product-list>.container>.row {
    margin: 0 0;
    flex-wrap: wrap;
  }

  .breadcrumb-title,
  .breadcrumb-title-enter {
    padding: 0 60px;
  }

  .detials {
    padding: 20px;
  }

  .footer {
    padding-top: 60px;
  }

  .page-header .container .row .col {
    padding: 0 60px;
  }

  .page-header h1.section-title {
    font-size: 35px;
  }

  .page-header .text-muted {
    font-size: 22px;
  }

  .page-header .container .row .col .breadcrumb {
    right: 60px;
  }

  .product-list>.container>.row .cyber-container {
    width: 100%;
  }

  .cyber-sidebar {
    width: 100%;
    position: relative;
    display: flex;
    overflow: initial;
    flex-wrap: wrap;
  }

  .sidebar-header {
    width: 40%;
    font-size: 20px;
  }

  .category-list {
    width: 100%;
    display: none;
  }

  .category-item {
    font-size: 20px;
  }

  .product-container {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .product-item .product-left {
    width: 30%;
  }

  .product-item .product-right {
    width: 70%;
  }

  .product-item .product-spec {
    width: 100%;
  }

  .product-item .product-title {
    font-size: 20px;
  }

  .product-item .product-spec p span {
    font-size: 16px;
  }

  .cyber-btn-get-inventory {
    width: 40%;
    margin-top: 0;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 56px;
  }

  .cyber-btn-get-inventory span {
    margin-right: 8px;
    font-size: 20px;
  }

  .cyber-btn-get-inventory img {
    width: 10px;
    height: 20px;
  }

  .detials .product-title {
    font-size: 20px;
  }

  .detials .detials-left {
    width: 100%;
  }

  .detials .detials-right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .detials-right-form {
    text-align: center;
  }

  .footer-logo {
    width: 104px;
    height: 104px;
  }

  .footer-desc {
    margin-top: 0;
    margin-left: 44px;
    width: 480px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-entry {
    margin-left: 0;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    position: absolute;
    top: 88px;
    left: 144px;
  }

  .footer-entry img {
    margin-left: 15px;
    width: 12px;
    height: 21px;
  }

  .footer-list {
    font-size: 20px;
  }

  .copyright {
    padding: 20px 0;
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {

  .hero-carousel,
  .carousel-item {
    height: 280px;
  }

  .carousel-indicators {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 36px;
  }

  .swiper-carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px;
    width: 24px;
    height: 24px;
  }

  .swiper-carousel .swiper-pagination .swiper-pagination-bullet::after {
    width: 8px;
    height: 8px;
  }

  .services,
  .services .container {
    height: 500px;
  }

  .service-item {
    margin: 20px 0;
  }

  .services h5 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .services h5 {
    font-size: 18px;
  }

  .services .text-muted {
    font-size: 16px;
  }

  .services .img-fluid-item {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .product-card {
    width: 440px;
    height: 375px;
  }

  .product-card h5 {
    height: 72px;
    font-size: 28px;
  }

  .products .section-title,
  .series .section-title,
  .about .section-title {
    font-size: 30px;
  }

  .series {
    padding: 50px 0;
  }

  .series .container {
    padding: 0 10px;
  }

  .series-tab-box {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }

  .series-tab-item {
    font-size: 18px;
    margin-right: 20px;
  }

  .series .section-title {
    padding-bottom: 40px;
  }

  .series-box {
    padding: 0 32px;
  }

  .swiper-button-next:after {
    width: 32px;
    height: 32px;
  }

  .swiper-button-prev:after {
    width: 32px;
    height: 32px;
  }

  .swiper-button-next {
    right: -32px !important;
    width: 32px;
    height: 32px;
  }

  .swiper-button-prev {
    left: -32px !important;
    width: 32px;
    height: 32px;
  }

  .pro-img-box {
    height: 300px;
    line-height: 320px;
    text-align: center;
  }

  .pro-subtitle {
    font-size: 16px;
    text-align: center;
  }

  .pro-title {
    font-size: 20px;
    text-align: center;
    letter-spacing: -1px;
  }

  .about .section-title {
    padding-bottom: 20px;
  }

  .about-mask {
    padding: 30px 20px;
  }

  .about-desc {
    line-height: 1.5;
  }

  .about-desc p {
    margin-bottom: 0;
  }

  /* .about-desc p:last-child {
    margin-bottom: 0;
  } */

  .other-desc {
    display: none;
  }

  .cyber-btn-get-inventory {
    line-height: 54px;
  }

  .page-header {
    height: 240px;
  }

  .page-header h1.section-title {
    font-size: 30px;
  }

  .page-header .text-muted {
    margin-top: 24px;
    font-size: 20px;
  }

  .page-header .container .row .col {
    padding: 0 40px;
  }

  .page-header .container .row .col .col-content {
    width: 100%;
  }

  .product-item>.row {
    flex-wrap: wrap;
    margin: 0;
  }

  .product-item .product-left {
    width: 100%;
  }

  .product-item .product-right {
    width: 100%;
  }

  .detials .product-title {
    font-size: 20px;
  }

  .product-item {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .product-item .product-title {
    padding-top: 10px;
  }

  .product-item .product-spec p {
    width: 100%;
  }

  .product-item .product-spec {
    height: 240px;
  }

  .pagination {
    font-size: 16px;
  }

  .pagination>li {
    padding: 0;
  }

  .pagination>li a {
    font-size: 16px;
  }

  .view-details-btn {
    margin-top: 10px;
  }

  .breadcrumb-title,
  .breadcrumb-title-enter {
    padding: 0 35px;
    font-size: 16px;
  }

  .detialsOther .detials-left .detials-left-title {
    padding: 30px 20px 0;
  }

  .detials .detials-left {
    padding: 0;
    width: 100%;
  }

  .detials .detials-left .product-description {
    padding: 20px;
  }

  .detialsOther .detials-left .product-description {
    margin-top: 0;
    font-size: 16px;
  }

  .detials .detials-right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-top {
    min-height: 200px;
  }

  .footer-logo {
    width: 70px;
    height: 70px;
  }

  .footer-entry {
    margin-top: 0;
    margin-left: 0;
    width: 250px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: initial;
    right: 0;
  }

  .footer-entry img {
    margin-left: 10px;
    width: 12px;
    height: 20px;
  }

  .footer-desc {
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;

    position: absolute;
    top: 66px;
    width: 400px;
  }

  .footer-list {
    /* float: initial; */
    font-size: 16px;
    padding-inline-start: 0;
    position: absolute;
    right: 0;
    top: 80px;
    line-height: 2.0;
  }

  /* .footer-list li {
    float: left;
    width: 50%;
    text-align: center;
  } */

  .copyright {
    line-height: 16px;
  }

  .nodata {
    padding: 15px 0;
  }

  .detials .specs-section {
    padding: 30px 12px 10px 12px;
  }

  .padding-big-bottom {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 690px) and (min-width: 620px) {
  .sidebar-header {
    width: 45%;
  }
}

@media screen and (max-width: 619px) and (min-width: 565px) {
  .sidebar-header {
    width: 50%;
  }

  .mainImageBox {
    height: 300px;
  }

  .detials .detials-left .thumbnail-row {
    height: 100px;
  }

  .detials .detials-left .thumbnail-row .thumbnail-row-det::before {
    height: 100px;
  }
}

@media screen and (max-width: 564px) and (min-width: 500px) {
  .sidebar-header {
    width: 58%;
  }

  .mainImageBox {
    height: 260px;
  }

  .detials .detials-left .thumbnail-row {
    height: 80px;
  }

  .detials .detials-left .thumbnail-row .thumbnail-row-det::before {
    height: 80px;
  }
}

@media screen and (max-width: 600px) {
  .footer-desc {
    width: 300px;
  }
}

@media screen and (max-width: 500px) {
  .sidebar-header {
    width: 100%;
  }

  .product-item .product-left {
    height: 200px;
  }

  .cyber-sidebar {
    margin-top: 80px;
  }

  .category-list {
    z-index: 1000;
  }

  .cyber-btn-get-inventory {
    width: 100%;
    margin-top: -80px;
  }

  .mainImageBox {
    height: 260px;
  }

  .detials .detials-left .thumbnail-row {
    height: 70px;
  }

  .detials .detials-left .thumbnail-row .thumbnail-row-det::before {
    height: 70px;
  }
}

@media screen and (max-width: 480px) {
  .navbar {
    padding-top: 12px;
    height: 74px;
  }

  .navbar .search-form {
    top: 74px;
  }

  .navbar-fixed-top .navbar-collapse {
    margin-top: 10px;
  }

  .navbar .head-logo {
    float: left;
    width: 100px;
    height: 50px;
  }

  .mobile-search {
    margin-top: 11px;
    width: 24px;
    height: 24px;
  }

  .navbar-toggle {
    margin-top: 8px;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
  }

  .hero-carousel,
  .carousel-item {
    /* height: 360px; */
    height: 240px;
  }

  .carousel-title,
  .carousel-subtitle {
    font-size: 30px;
  }

  .carousel-desc {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .services,
  .services .container {
    height: 480px;
  }

  .services h5 {
    font-size: 16px;
  }

  .services .text-muted {
    font-size: 14px;
  }

  .products .section-title,
  .series .section-title,
  .about .section-title {
    font-size: 26px;
  }

  .series .section-title {
    padding-bottom: 24px;
  }

  .pro-img-box {
    height: 260px;
    line-height: 260px;
  }

  .product-card {
    margin: 8px 0 !important;
    width: 100%;
    height: 300px;
  }

  .product-card h5 {
    height: 50px;
    font-size: 20px;
  }

  .pro-subtitle {
    font-size: 14px;
  }

  .pro-title {
    font-size: 18px;
  }

  .about {
    padding: 30px 20px;
  }

  .about-mask {
    padding: 20px 16px;
  }

  .about-desc {
    font-size: 14px;
  }

  .detials .product-title {
    font-size: 20px;
  }

  .footer-logo {
    width: 60px;
    height: 60px;
  }

  .footer-entry {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .footer-entry img {
    width: 10px;
    height: 16px;
  }

  .footer-desc {
    width: 240px;
    font-size: 14px;
  }

  .footer-list {
    font-size: 14px;
  }

  .copyright {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 400px) {
  .footer-desc {
    width: 200px;
  }
}

@media screen and (max-width: 370px) {
  .footer-top {
    min-height: 230px;
  }

  .footer-desc {
    width: 170px;
  }
}

@media screen and (max-width: 360px) {
  .product-card {
    height: 270px;
  }

  .product-card h5 {
    height: 54px;
    font-size: 20px;
  }

  .detials .product-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 350px) {
  .footer-desc {
    width: 160px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .col-sm-6 {
    float: left;
    width: 50%;
  }
}