/* 轮播图大小调整 */

/*幻灯====================================================================================*/

.banner_item {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*公告====================================================================================*/

.notice {
  margin: 20px 0;
}

.notice .notice_m {
  background-color: #f5f5f5;
  line-height: 50px;
  background-color: #fff;
}

.notice .title {
  float: left;
}

.notice .title i {
  float: left;
  margin-right: 4px;
}

.notice ul {
  float: left;
  display: block;
}

.notice ul li {
  display: inline-block;
  margin-right: 10px;
}

.notice ul li em {
  font-size: 20px;
  margin-right: 6px;
}

.notice ul li p {
  display: inline-block;
}

.notice a.more {
  float: right;
  text-align: right;
  color: #009689;
}

.notice a.more:hover {
  color: #00c7b6;
}

/*首页推荐====================================================================================*/

.product {
  padding-bottom: 30px;
  min-height: 550px;
}

.product .title {
  font-size: 16px;
  border-left-width: 4px;
  border-left-style: solid;
  text-indent: 8px;
  margin-bottom: 25px;
}

.product .product_m ul {
  position: relative;
  padding-bottom: 70px;
}

.product .product_m ul li:not(.more) {
  padding-bottom: 20px;
  transition: all 0.5s;
  padding-bottom: 10px;
  height: 389px;
}

.product .product_m ul li:not(.more) p {
  color: #8f8f8f;
  padding-bottom: 10px;
}

/* .product .product_m ul li:not(.more):hover {
    background: #fff;
    box-shadow: 6px 6px 5px #888888;
    top: -10px;
} */

.product .product_m ul li a h1 {
  display: block;
}

.product .product_m ul li a h1 img {
  display: block;
  width: 100%;
}

.product .product_m ul li a h2 {
  font-size: 16px;
  text-align: center;
  color: #000;
}

.product .product_m ul li a em {
  display: block;
  margin: auto;
  background: #d5d5d5;
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
}

.product .product_m ul li a p {
  text-align: center;
}

.product .product_m ul li.more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 0;
  border-radius: 20px;
  color: #fff;
  width: 130px;
  text-align: center;
  margin-left: -65px;
}

.product .product_m ul li.more a {
  color: #fff;
}

.product-item {
  background-origin: border-box;
}

.product-item-box {
  background-color: #fff;
}

/*产品列表====================================================================================*/

.product_main {
  min-height: 550px;
}
.product_main #search {
  display: inline-block;
  height: 37px;
  line-height: 37px;
}

.product_main .title {
  padding: 20px 0;
  padding-left: 5px;
}

.product_main h3 {
  color: #000;
  text-align: center;
}

.product_main h3:hover {
  color: #000;
}

.product_main p {
  font-size: 13px;
  color: #8f8f8f;
  padding: 0 5px;
  padding-bottom: 10px;
}

.product_main .product_m ul li:not(.more) {
  padding: 0 5px;
  padding-bottom: 20px;
  transition: all 0.5s;
}

.product_main .product-box {
  background-color: #fff;
  height: 370px;
}

.product_main .product-box—album {
  background-color: #fff;
  height: 370px;
}

/* .product_main .product_m ul li:not(.more):hover {
    background: #f5f5f5;
    box-shadow: 6px 6px 5px #888888;
    top: -10px;
} */

.product_main .product_m ul li a h1 img {
  display: block;
  width: 100%;
}

.product_main .product_m ul li:nth-child(3n) {
  padding-right: 0;
}

/*侧边栏样式====================================================================================*/

.sidebar .sidebar-item {
  padding: 10px 15px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.sidebar .layui-card-header {
  font-size: 16px;
  font-weight: 600;
}

.sidebar .sidebar-item i {
  position: absolute;
  top: 12px;
}

.sidebar .sidebar-item:hover {
  border-left-width: 3px;
  border-left-style: solid;
  background-color: #ececec;
}

.sidebar-item-select {
  border-left-width: 3px;
  border-left-style: solid;
  background-color: #ececec;
}

/*产品详情页样式====================================================================================*/

.detail_main .title {
  font-size: 16px;
  padding: 20px 0;
  padding-left: 5px;
}

.detail_main h3 {
  padding: 10px 0;
  color: #000;
}

.detail_main h3:hover {
  color: #000;
}

.detail_main .product_m {
}

.detail_main .product_m ul li:not(.more) {
  padding: 0 5px;
  padding-bottom: 20px;
  transition: all 0.5s;
}

/* .detail_main .product_m ul li:not(.more):hover {
    background: #f5f5f5;
    box-shadow: 6px 6px 5px #888888;
    top: -10px;
} */

.detail_main .product_m ul li a h1 img {
  display: block;
  width: 100%;
}

.node-text {
  padding: 10px;
}

/*新闻列表页样式====================================================================================*/

.news_main {
  min-height: 550px;
}

.news_main .title {
  font-size: 16px;
  padding: 20px 0;
  padding-left: 5px;
}

.news_main h3 {
  padding: 10px 0;
  color: #000;
}

.news_main h3:hover {
  color: #000;
}

.news_main p {
  font-size: 13px;
  color: #666;
  padding-bottom: 10px;
}

.news_main h3,
.news_main p {
  padding-left: 10px;
  padding-right: 10px;
}

.news_main .product_m ul li:not(.more) {
  padding: 0 5px;
  padding: 15px;
  transition: all 0.5s;
}

.news_main .product-box {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}

/* .news_main .product_m ul li:not(.more):hover {
    background: #f5f5f5;
    box-shadow: 6px 6px 5px #888888;
    top: -10px;
} */

.news_main .product_m ul li a h1 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner_item {
    background-size: auto 140px;
    background-position-x: center;
  }
}

.member-account-title {
  font-size: 15px;
  padding: 10px 3px;
  border-bottom: 1px solid #efefef;
  /* padding-top: 0; */
}

.goods_show {
  padding: 10px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}
.goods_show .box_l {
  background-color: #fff;
  margin-bottom: 10px;
}
.goods_show .box_l .img_box {
  display: flex;
  height: 400px;
}
.goods_show .box_r > div.title {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding: 10px 0px;
  font-size: 15px;
}
.goods_show .box_l img {
  margin: auto;
  height: 100%;
}

.goods_show .box_l img:not(#main_img) {
  margin-left: 10px;
}
.goods_show .box_r {
  margin-bottom: 10px;
  padding: 0 20px;
}
.goods_show .box_r {
  margin-bottom: 10px;
  padding: 0 20px;
}

.goods_show .box_l .img-mini {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

.imgbox_index, .imgbox_list {
  height:277.5px;
}

.rec_list {
  height: 300px;
  box-sizing: border-box;
  padding: 5px;
}

.rec_list_img {
  height: 240px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .goods_show .box_l .img-mini {
    width: 50px;
    height: 50px;
  }

  .product .product_m ul li:not(.more) {
    height: 310px;
  }

  .product_main .product-box {
    height: 260px;
  }

  .product_main .product-box—album {
    height: 240px;
  }

  .imgbox_index, .imgbox_list {
    height:200px;
  }

  .rec_list {
    height: 250px;
  }

  .rec_list_img {
    height: 180px;
    width: 100%;
  }
}
.goods_show .img-mini.select {
  opacity: 1;
}

.download button {
  margin: 10px 0;
}

/*20241008*/
.footer-search {
  height: 60px;
  background-color: #0c91e6;
}

.footer-search-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.footer-search-input {
  display: flex;
  width: calc(100% - 300px);
}

.footer-search-input #txtFooterSearch {
  width: calc(100% - 226px);
}

.footer-search-input #btnFooterSearch {
  width: 226px;
}

.footer-search-text {
  width: 300px;
  line-height: 60px;
}

.footer-box {
  display: flex;
}

.foot-title {
  font-size: 20px;
  font-weight: 700;
  color: #0c91e6;
  margin-bottom: 10px;
}

.foot-item-li {
  color: #FFFFFF;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .foot-title, .footer-company-info, .footer-goods-list, .footer-qrcode, .footer-search {
    display: none;
  }

  .footer-nav {
    display: unset !important;
  }
}

/*20241021*/
.compare-panel {
  height: 100px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
  z-index: 999;
}

.compare-panel .button-area {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}

.compare-panel .button-area .comparenum {
  margin: 0 10px;
}

.compare-panel .button-area .contact-button {
  margin: 0;
  padding: 0 12px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  cursor: pointer;
  width: 100%;
  background-color: #0c91e6;
}

.compare-panel .button-area .close, .compare-panel .button-area .clear-all {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}

.compare-panel .button-area .clear-all {
  background-color: #aaa;
}



.compare-panel .list-wrapper {
  float: left;
}

.cart-list {
  padding: 0 32px;
}

.selected-all {
  display: flex;
  margin-left: 0;
}

.selected-item {
  padding: 10px 6px;
}

.selected-item .item-box {
  width: 220px;
  height: 68px;
  background: #fff;
}

.list-wrapper .item-clear {
  position: relative;
  float: right;
  display: flex;
  box-sizing: border-box;
  width: 20px;
  height: 100%;
  border-left: 1px solid #ebecf0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.list-wrapper .item-content {
  display: flex;
  overflow: hidden;
  padding: 4px;
  justify-content: center;
  align-items: center;
}

.list-wrapper .item-img {
  float: left;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 60px;
  align-items: center;
}

.list-wrapper .item-img img {
  width: 100%;
}

.list-wrapper .item-title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  margin-left: 10px;
  padding-right: 4px;
  width: calc(100% - 80px);
  max-height: 35px;
  color: #666;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 18px;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}