@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  -khtml-user-select: none;
  /* Khtml内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  position: relative;
  height: 100%;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  width: 5px;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none !important;
}

ul {
  list-style: none;
}

.fix {
  transform: scale(1);
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c {
  clear: both;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src: url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src: url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType');
}

@font-face {
  font-family: DINPro-Medium;
  src: url(../fonts/DINPro-Medium.ttf) format('TrueType');
}

@font-face {
  font-family: DouyinSansBold;
  src: url(../fonts/DouyinSansBold.ttf) format('TrueType');
}

@font-face {
  font-family: SourceHanSansSC-Regular;
  src: url(../fonts/SourceHanSansSC-Regular.ttf) format('TrueType');
}


/*基本编写顺序*/
body {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-style: normal;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* 共用分类 */
.catname_box {
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.catname_box .catname {
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

/* 返回顶部 */
.right_menu {
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 88px;
  right: 0;
  bottom: 20%;
}

.right_menu .right_qrcode,
.right_menu .right_phone,
.right_menu .right_top {
  width: 88px;
  height: 96px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.right_menu .right_qrcode .qrcode_icon i,
.right_menu .right_phone .phone_icon i,
.right_menu .right_top .top_icon i {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;

}

.right_menu .right_qrcode .qrcode_icon i {
  background: url(../images/right_qrcode.svg) no-repeat center;
}

.right_menu .right_phone .phone_icon i {
  background: url(../images/right_phone.svg) no-repeat center;
}

.right_menu .right_top .top_icon i {
  background: url(../images/right_top.svg) no-repeat center;
}

.right_menu span {
  display: block;
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.28px;
  margin-top: 4px;
}


.right_menu .hide_class {
  display: none;
  position: absolute;
  width: 8rem;
  top: 0rem;
  right: 6rem;
  font-size: 1rem;
  background: #fff;
}

.right_menu .right_phone .hide_class {
  top: 0rem;
  height: 2rem;
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.28px;
  top: 2rem;
  width: 10rem;
}

.right_menu .right_qrcode:hover .hide_class,
.right_menu .right_phone:hover .hide_class {
  display: block;
}

/*头部*/
.head {
  width: 100%;
  height: 88px;
  line-height: 88px;
  z-index: 2;
  position: absolute;
  top: 0;
}

.head_box {
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
}

.logo a {
  display: block;
  width: 160px;
  font-family: 'DouyinSansBold';
  color: #FFF;
  text-align: center;
  font-size: 31.22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.624px;
}

.head .menu {
  width: 651px;
  align-items: center;
  justify-content: space-between;
  margin-left: 91px;
  margin-right: 91px;
}

.head .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.head .menu ul li a {
  color: #FFF;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}

.head .menu ul li.active a {
  color: #18AE66;
}

.search {
  width: 288px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.search form {
  height: 38px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.search input {
  padding-left: 12px;
  width: 70%;
  height: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  background: none;
}

.search input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.search button {
  width: 69px;
  height: 32px;
  padding: 5px 16px;
  gap: 10px;
  border: 0;
  border-radius: 5px;
  background: #FFF;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  cursor: pointer;
}

/* 滚动头部 */
.bgw {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  border-bottom: 1px solid #EBEEF5;
}

.bgw .logo a {
  color: #18AE66;
}

.bgw .menu ul li a {
  color: #303133;
}

.bgw .search {
  border: 1px solid #E4E7ED;
}

.bgw .search input,
.bgw .search input::placeholder {
  color: #909399;
}

.bgw .search button {
  background: #18AE66;
  color: #fff;
}

/* 内页banner图 */
.inner_banner_box {
  margin-top: 88px;
}

.inner_body_box {
  background: #F5F6F8;
  margin-bottom: 100px;
}

/* 内页分类名称 */
.inner_banner_box .inner_catname {
  position: absolute;
  top: 206px;
  left: 320px;
}

.inner_banner_box .inner_catname .inner_cn {
  display: block;
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.inner_banner_box .inner_catname .inner_cn.inner_cn_black,
.inner_banner_box .inner_catname .inner_en.inner_en_black {
  color: #303133;
}

.inner_banner_box .inner_catname .inner_en {
  display: block;
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.inner_body_box .navigation {
  color: #606266;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

/* 面包屑 */
.breadcrumb {
  height: 56px;
  line-height: 56px;
}

.breadcrumb a {
  color: #606266;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.breadcrumb>a+a:before {
  content: ">";
  padding: 0 5px;
  color: #909399;
}

/* 分页样式 */

.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #303133;
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.514px;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/prev.svg) no-repeat center;
  display: block;
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/next.svg) no-repeat center;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  border: 1px solid #18AE66;
  background: #18AE66;
  color: #fff;
}

/* 规格弹出层 */
.layui-layer-page .layui-layer-content {
  overflow: hidden !important;
}

.layui-layer .layui-layer-title {
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  border-bottom: 0.5px solid #E4E7ED;
  height: 79px;
  line-height: 79px;
}

.layui-layer .layui-layer-setwin .layui-layer-close1 {
  background: url(../images/calculate_close.svg) no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.alert_calculate_box .layui-layer-content {
  padding-top: 40px;
  padding-bottom: 49px;
}

.alert_calculate {
  margin-left: 24px;
  margin-right: 36px;
}

.alert_calculate .alert_calculate_body {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.alert_calculate .alert_calculate_body .imglist {
  width: 492px;
}

.alert_calculate .alert_calculate_body .pro_item {
  width: 692px;
  margin-top: 48px;
  margin-left: 36px;
}

.alert_calculate .alert_swiper {
  width: 492px;
  overflow: hidden;
  position: absolute;
}

.alert_calculate .swiper-slide {
  width: 492px;
  border-radius: 10px;
}

.alert_calculate .swiper-slide img {
  border-radius: 10px;
}

.alert_calculate .swiper-button-prev {
  background-image: url(../images/alert_left.svg);
  width: 24px;
  height: 60px;
  background-size: 24px 60px;
  left: 0;
}

.alert_calculate .swiper-button-next {
  background-image: url(../images/alert_right.svg);
  width: 24px;
  height: 60px;
  background-size: 24px 60px;
  right: 0;
}

.alert_calculate .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.alert_calculate .swiper-pagination-bullet-active {
  background-color: #fff;
}

.alert_calculate .pro_item .pro_title {
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.alert_calculate .pro_item .pro_desc {
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  margin-top: 7px;
  margin-bottom: 24px;
}

.alert_calculate .pro_item .price_text,
.alert_calculate .pro_item .sku_text,
.alert_calculate .pro_item .number_text {
  color: #606266;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

.alert_calculate .pro_item .price_num {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.52px;
  padding-left: 36px;
}

.alert_calculate .pro_item .price_num em {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.alert_calculate .pro_item .sku {
  display: flex;
  margin-top: 26px;
  margin-bottom: 29px;
}

.alert_calculate .pro_item .sku .sku_value {
  display: block;
  padding: 4px 32px;
  border-radius: 4px;
  border: 0.7px solid #18AE66;
  background: rgba(24, 174, 102, 0.10);
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-left: 36px;
}

.alert_calculate .pro_item .number {
  display: flex;
}

.alert_calculate .pro_item .number_cart {
  display: flex;
  margin-left: 38px;

}

.alert_calculate .pro_item .number_cart .reduce,
.alert_calculate .pro_item .number_cart .increase {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
}

.alert_calculate .pro_item .number_cart .reduce {
  background: url(../images/reduce.jpg) no-repeat;
  background-size: cover;
}

.alert_calculate .pro_item .number_cart .increase {
  background: url(../images/increase.jpg) no-repeat;
  background-size: cover;
}

.alert_calculate .pro_item .number_cart input {
  width: 90px;
  height: 32px;
  border-radius: 4px;
  background: #F5F6F8;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.alert_calculate .pro_item .calculate {
  display: block;
  margin-top: 40px;
  width: 138px;
  height: 44px;
  padding: 6px 0px;
  gap: 2px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #18AE66;
  color: #FFF;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
}

/* 产品列表弹出层 */
.layui-layer-title span {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-left: 22px;
}

.alert_product_list .product_list {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  height: 440px;
  overflow-y: auto;
}

.alert_product_list .pro_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 84px;
}

.alert_product_list .pro_item .checkbox {
  width: 20px;
  height: 20px;
  background: url(../images/unchecked.svg) no-repeat;
}

.alert_product_list .checkbox.on {
  background: url(../images/checked.svg) no-repeat;
}

.alert_product_list .pro_item .checkbox input {
  display: none;
}

.alert_product_list .pro_item img {
  width: 60px;
  height: 60px;
  margin-left: 7px;
  margin-right: 12px;
}

.alert_product_list .pro_item .pro_title {
  display: block;
  width: 431px;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.alert_product_list .pro_item .sku_value {
  display: block;
  width: 200px;
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.alert_product_list .pro_item .number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alert_product_list .pro_item .number .calculate_reduce,
.alert_product_list .pro_item .number .calculate_increase {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}

.alert_product_list .pro_item .number .calculate_reduce {
  background: url(../images/reduce.jpg) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.alert_product_list .pro_item .number .calculate_increase {
  background: url(../images/increase.jpg) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.alert_product_list .pro_item .number input {
  width: 90px;
  height: 32px;
  flex-shrink: 0;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.alert_product_list .pro_item .price_num {
  width: 200px;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.alert_product_list .pro_item i {
  display: block;
  height: 20px;
  line-height: 20px;
  background: url(../images/delete.svg) no-repeat;
  background-size: contain;
  padding-left: 20px;
  color: #606266;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  cursor: pointer;
}

.calculate_statistics {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 26px;
  border-top: 1px solid #E4E7ED;
}

.calculate_statistics .checkbox {
  color: #606266;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.36px;
  width: 80px;
  height: 20px;
  background: url(../images/unchecked.svg) no-repeat;
  margin-top: 7px;
}

.calculate_statistics .checkbox input {
  display: none;
}

.calculate_statistics .calculate_sum_box {
  width: 55%;
  margin-left: 21px;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.calculate_statistics .calculate_sum_box em {
  color: #18AE66;
  text-align: center;
  font-family: 'DINPro-Medium';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.44px;
}

.calculate_statistics .calculate_sum_box .sum_total {
  color: #18AE66;
  font-family: 'DINPro-Medium';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-right: 9px;
}

.calculate_statistics .calculate_sum_box .sum_num {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.calculate_statistics .calculate_buttons {
  margin-right: 24px;
}

.calculate_statistics .calculate_buttons button {
  border-radius: 4px;
  border: 1px solid #18AE66;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.del_cart_product .layui-layer-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #333;
}

.del_cart_product .layui-layer-setwin {
  top: 13px;
}

.del_cart_product .layui-layer-setwin .layui-layer-close1 {
  width: 20px;
  height: 20px;
  background-size: cover;
}

/* 解决方案弹窗 */
.layui-layer-prompt .layui-layer-title {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.layui-layer-prompt .layui-layer-setwin {
  top: 11px;
}

.layui-layer-prompt .layui-layer-setwin .layui-layer-close1 {
  width: 20px;
  height: 20px;
}

/* 首页开始 */
/* 轮播图 */

.banner {
  width: 100%;
  overflow: hidden;
}

.banner .banner_swiper {
  width: 100%;
}

.banner .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 0;
}

.notice_box {
  height: 60px;
  overflow: hidden;
}

.notice_body {
  display: flex;
  align-items: center;
}

.notice_box .notice_ico {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/notice_ico.png) no-repeat;
  background-size: cover;
}

.notice_box .notice_swiper {
  height: 60px;
  line-height: 60px;
  margin-left: 11px;
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.matters_box {
  margin-bottom: 10px;
}

.matters_box .matters_body {
  display: flex;
  align-items: flex-start;
  vertical-align: middle;
}

.matters_box .matters_body .one_img {
  width: 559px;
}

.matters_box .matters_body .more_list {
  width: 691px;
}

.matters_box .more_list li {
  padding-left: 24px;
  padding-right: 17px;
  padding-top: 14px;
  padding-bottom: 23px;
  width: 691px;
  height: 126px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #E4E7ED;
  background: #FFF;
  margin-left: 30px;
  margin-bottom: 20px;
}

.matters_box .more_list .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;

}

.matters_box .more_list .desc_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  margin-bottom: 23px;
}

.matters_box .more_list .desc_box p {
  width: 555px;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  color: #909399;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.matters_box .more_list .desc_box i {
  display: block;
  width: 26px;
  height: 10px;
  flex-shrink: 0;
  background: url(../images/matters_more.png) no-repeat;
  background-size: cover;
}

.recommand_product_body .layui-tab-title {
  border-bottom: 0;
  height: 40px;
  line-height: 40px;
}

.recommand_product_body .layui-tab-title li {
  width: 16%;
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.recommand_product_body .layui-tab-title .layui-this {
  color: #303133;
}

.recommand_product_body .layui-tab-title li.layui-this:after,
.recommand_product_body .layui-tab-title .layui-this:after {
  width: 44px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.recommand_product_body .layui-tab-item .pro_body {
  display: flex;
}

.recommand_product_body .one_img,
.recommand_product_body .pro_info {
  width: 50%;
}

.recommand_product_body .pro_info {
  background: url(../images/pro_info.jpg) no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-left: 70px;
}

.recommand_product_body .pro_info .pro_title {
  width: 66%;
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recommand_product_body .pro_info .pro_desc {
  width: 66%;
  margin-top: 15px;
  margin-bottom: 27px;
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recommand_product_body .pro_info .price_text,
.recommand_product_body .pro_info .sku_text,
.recommand_product_body .pro_info .number_text {
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

.recommand_product_body .pro_info .price_num {
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.52px;
  padding-left: 36px;
}

.recommand_product_body .pro_info .price_num em {
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.recommand_product_body .pro_info .sku {
  display: flex;
  margin-top: 26px;
  margin-bottom: 29px;
}

.recommand_product_body .pro_info .sku .sku_value {
  display: block;
  padding: 4px 32px;
  border-radius: 4px;
  border: 0.7px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-left: 36px;
}

.recommand_product_body .pro_info .number {
  display: flex;
}

.recommand_product_body .pro_info .number_cart {
  display: flex;
  margin-left: 38px;

}

.recommand_product_body .pro_info .number_cart .reduce,
.recommand_product_body .pro_info .number_cart .increase {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
}

.recommand_product_body .pro_info .number_cart .reduce {
  background: url(../images/reduce.jpg) no-repeat;
  background-size: cover;
}

.recommand_product_body .pro_info .number_cart .increase {
  background: url(../images/increase.jpg) no-repeat;
  background-size: cover;
}

.recommand_product_body .pro_info .number_cart input {
  width: 90px;
  height: 32px;
  border-radius: 4px;
  background: #F5F6F8;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.recommand_product_body .pro_info .calculate {
  display: block;
  margin-top: 44px;
  width: 138px;
  height: 44px;
  padding: 6px 0px;
  gap: 2px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #FFF;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.recommand_product_body .layui-tab-content {
  padding: 15px 0 20px 0;
}

.business_list_body .layui-tab {
  position: relative;
}

.business_list_body .layui-tab-title {
  border-bottom: 0;
}

.business_list_body .layui-parent-title {
  height: 62px;
  border-bottom: 1px solid #E4E7ED;
}

.business_list_body .layui-parent-title li {
  width: 100px;
  height: 88px;
  color: #303133;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 75px;
  padding: 0;
}

.business_list_body .layui-tab-title li a {
  padding: 0;
  margin: 0;
}

.business_list_body .layui-parent-title li.layui-this a {
  color: #18AE66;
}

.business_list_body .layui-parent-title .layui-this:after {
  width: 45px;
  height: 4px;
  content: '';
  background: #5FB878;
  border: 0;
  left: 25%;
  top: 58px;
  border-radius: 14px;
}

.business_list_body .search {
  width: 327px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #E4E7ED;
  position: absolute;
  top: 0;
  right: 0;
}

.business_list_body .search form {
  justify-content: space-between;
  padding-right: 4px;
}

.business_list_body .search input {
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.business_list_body .search input::placeholder {
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.business_list_body .search button {
  border-radius: 5px;
  background: #18AE66;
  color: #FFF;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  cursor: pointer;
}

.business_list_body .layui-son-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
  width: 100%;
  height: auto;
}

.business_list_body .layui-son-title li {
  border-radius: 4px;
  border: 0.7px solid #E4E7ED;
  padding: 2px 8px;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #606266;
}

.business_list_body .layui-son-title .layui-this {
  background: #18AE66;
  color: #FFF;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.business_list_body .layui-son-title .layui-this a{
  color: #FFF;
}

.business_list_body .layui-son-title .layui-this:after {
  border-bottom: 0;
}

.layui-parent-item .layui-tab-content {
  margin-top: 10px;
  margin-left: 24px;
}

.layui-son-item .business_item {
  width: 23%;
  margin: 12px;
}

.layui-son-item .business_item:nth-child(4n+1) {
  margin-left: 0;
}

.layui-son-item .business_tab_body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.layui-son-item .desc_box {
  border-radius: 0px 0px 10px 10px;
  border-right: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  background: #FFF;
}

.layui-son-item .desc_box span {
  display: block;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.layui-son-item .desc_box .price_button {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layui-son-item .desc_box .price_button button {
  display: flex;
  width: 80px;
  height: 30px;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  border-radius: 4px;
  border: 0.7px solid #18AE66;
  cursor: pointer;
}

.calculate_box {
  width: 100%;
  height: 88px;
  line-height: 88px;
  margin-top: 98px;
  flex-shrink: 0;
  border-top: 1px solid #E4E7ED;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(6.050000190734863px);
  border-bottom: 5px solid #18AE66;
}

.calculate_box_fixed {
  position: fixed;
  bottom: 0;
  z-index: 9;
}

.calculate_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total_money_box {
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.48px;
}

.total_money_box .total_money {
  color: #18AE66;
  font-family: 'DINPro-Medium';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2px;
}

.total_money_box .total_money em {
  color: #18AE66;
  text-align: center;
  font-family: 'DINPro-Medium';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.44px;
}

.total_money_box .total_number {
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.48px;
  margin-left: 12px;
}

.total_money_box .total_number em {
  font-style: normal;
}

.calculate_buttons button {
  width: 138px;
  height: 44px;
  padding: 6px 0px;
  gap: 2px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #18AE66;
  background: none;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.calculate_buttons button.calculate_list {
  color: #18AE66;
}

.calculate_buttons button.calculate_export {
  background: #18AE66;
  color: #FFF;
}

.footer {
  padding-top: 32px;
  padding-bottom: 43px;
  gap: 32px;
  background: #303133;
}

.footer .logo_text {
  color: #B3B9C3;
  text-align: center;
  font-family: 'DouyinSansBold';
  font-size: 31.22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.624px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.footer .menu {
  height: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .menu a {
  color: #B3B9C3;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}

.footer .menu a:first-child {
  color: #18AE66;
}

.footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6D7178;
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.457px;
  margin-top: 22px;
}

.footer .copyright .copyright_text span {
  padding-left: 16px;
  padding-right: 16px;
  border-right: #3C3D40 solid 1px;
}

.footer .copyright .copyright_text span:first-child {
  padding-left: 0;
}

.footer .copyright .copyright_text span:nth-child(2) {
  font-size: 14px;
}

.footer .copyright .copyright_href {
  color: #6D7178;
  text-align: justify;
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-left: 18px;
}

.footer .copyright .copyright_href span {
  background: url(../images/icp.png) no-repeat;
  background-size: contain;
  padding-left: 23px;
  padding-right: 5px;
}

.footer .copyright .copyright_href a {
  color: #6D7178;
  padding-left: 12px;
  padding-right: 12px;
  border-left: #3C3D40 solid 1px;
}

.footer .technical_support,
.footer .technical_support a {
  color: #909399;
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.457px;
}

/* 底部 */


/* 搜索列表页 */

.search-form {
  margin-top: 9rem;
  margin-bottom: 3rem;
}

.search-form .search-body {
  margin-top: 2rem;
}

.search-form .search-body span {
  display: block;
  height: 4rem;
  line-height: 4rem;
  color: #18AE66;
  font-size: 1.6rem;
  text-align: center;
}

.search-form .search-body .search-form-search {
  display: flex;
  justify-content: center;
}

.search-form .search-body .search-form-search input[type='text'] {
  height: 3rem;
  width: 40%;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2rem;
  border-color: #18AE66;
  -webkit-box-shadow: 0 0 5px #18AE66;
  -moz-box-shadow: 0 0 5px #18AE66;
  box-shadow: 0 0 5px #18AE66;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #888888;
}

.search-form .search-body .search-form-search button[type='submit'] {
  width: 0;
  height: 0;
  background: none;
  border: 0;
}

.search-form .search-info {
  color: #666;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}

.search-form .search-info b {
  color: #18AE66;
}

.search_list_body .case_list .case_item .img {
  text-align: center;
}

.search_list_body .case_list .case_item img {
  width: auto;
}

.search_list_body .case_list .case_item {
  width: 24%;
}

.search_list_body .case_list .case_item:nth-child(4n) {
  margin-right: 0;
}

/* 解决方案和案例展示 */
.case_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.case_list .case_item {
  margin-right: 19px;
  margin-bottom: 20px;
  width: 32%;
}

.case_list .case_item:nth-child(3n) {
  margin-right: 0;
}

.case_list .case_item img {
  width: 414px;
  height: 258px;
  flex-shrink: 0;
  border-radius: 10px 10px 0px 0px;
}

.case_list .case_item .case_desc {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.case_list .case_item span {
  display: block;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.case_list .case_item p {
  display: block;
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 重点事项 */
.new_list_body .new_item {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 31px;
  padding-bottom: 30px;
  margin-bottom: 24px;
  background: #FFF;
  position: relative;
}

.new_list_body .new_item .img {
  width: 280px;
  height: 210px;
}

.new_list_body .new_item .new_desc {
  margin-left: 24px;
  width: 61%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc span {
  color: #303133;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc p {
  display: block;
  height: 64px;
  color: #909399;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
  margin-top: 22px;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc time {
  color: #909399;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/time.svg) no-repeat left center;
  padding-left: 24px;
}

.new_list_body .new_item .new_desc em {
  color: #909399;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/view.svg) no-repeat left center;
  padding-left: 24px;
  margin-left: 42px;
}

.new_list_body .new_item .new_desc a {
  display: block;
  width: 142px;
  height: 56px;
  flex-shrink: 0;
  border: 1px solid #E4E7ED;
  color: #606266;
  background: #FFF;
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.4px;
  position: absolute;
  right: 28px;
  top: 88px;
}

.new_list_body .new_item:hover {
  box-shadow: 0px 10px 22px 0px rgba(26, 53, 95, 0.08);
}

.new_list_body .new_item:hover a {
  border: 1px solid #18AE66;
  background: #18AE66;
  color: #FFF;
}

.contact_list .contact_item {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 34px;
  padding-right: 88px;
  border-bottom: 1px solid #EBEEF5;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.contact_list .contact_item .department {
  display: flex;
  align-items: stretch;
  width: 30%;
}

.contact_list .contact_item .department .img {
  width: 60px;
  height: 60px;
}

.contact_list .contact_item .department_text {
  padding-left: 10px;
}

.contact_list .contact_item .tel_contact_box {
  width: 30%;
}

.contact_list .contact_item .wechat_email_box {
  width: 10%;
}

.contact_list .contact_item .label_cat {
  display: block;
  color: #606266;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}

.contact_list .contact_item .label_info {
  display: block;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
}

.contact_list .contact_item .wechat_email_box .label_info {
  display: flex;
}

.contact_list .contact_item .wechat_icon i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/wechat.svg) no-repeat;
}

.contact_list .contact_item .email_icon a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/email.svg) no-repeat;
  margin-left: 16px;
}

.contact_list .contact_item .wechat_email_box .label_info .wechat_icon .hide_class {
  display: none;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 1;
}

.contact_list .contact_item .wechat_email_box .label_info .wechat_icon:hover .hide_class {
  display: block;
}

/* 产品详情页 */
.info_body_box {
  margin-top: 88px;
}

.info_body_box .info_body {
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.product_content {
  display: flex;

}

.product_content .imglist {
  width: 492px;
}

.product_content .pro_item {
  width: 692px;
  margin-top: 48px;
  margin-left: 36px;
}

.product_content .product_swiper {
  width: 492px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.product_content .swiper-slide {
  width: 492px;
  border-radius: 10px;
}

.product_content .swiper-button-prev {
  background-image: url(../images/alert_left.svg);
  width: 24px;
  height: 60px;
  background-size: 24px 60px;
  left: 0;
}

.product_content .swiper-button-next {
  background-image: url(../images/alert_right.svg);
  width: 24px;
  height: 60px;
  background-size: 24px 60px;
  right: 0;
}

.product_content .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.product_content .swiper-pagination-bullet-active {
  background-color: #fff;
}

.product_content .pro_item .pro_title {
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.product_content .pro_item .pro_desc {
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  margin-top: 7px;
  margin-bottom: 24px;
}

.product_content .pro_item .price_text,
.product_content .pro_item .sku_text,
.product_content .pro_item .number_text {
  color: #606266;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

.product_content .pro_item .price_num {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.52px;
  padding-left: 36px;
}

.product_content .pro_item .price_num em {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.product_content .pro_item .sku {
  display: flex;
  margin-top: 26px;
  margin-bottom: 29px;
}

.product_content .pro_item .sku .sku_value {
  display: block;
  width: 107px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 0.7px solid #18AE66;
  background: rgba(24, 174, 102, 0.10);
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-left: 36px;
}

.product_content .pro_item .number {
  display: flex;
}

.product_content .pro_item .number_cart {
  display: flex;
  margin-left: 38px;

}

.product_content .pro_item .number_cart .reduce,
.product_content .pro_item .number_cart .increase {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
}

.product_content .pro_item .number_cart .reduce {
  background: url(../images/reduce.jpg) no-repeat;
  background-size: cover;
}

.product_content .pro_item .number_cart .increase {
  background: url(../images/increase.jpg) no-repeat;
  background-size: cover;
}

.product_content .pro_item .number_cart input {
  width: 90px;
  height: 32px;
  border-radius: 4px;
  background: #F5F6F8;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.product_content .pro_item .calculate {
  display: block;
  margin-top: 40px;
  width: 138px;
  height: 44px;
  padding: 6px 0px;
  gap: 2px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #18AE66;
  color: #FFF;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.case_content {
  margin-top: 60px;
}

.case_product_cat,
.product_info_cat,
.recommend_product_cat {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.case_product_cat span,
.product_info_cat span,
.recommend_product_cat span {
  display: block;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

.case_product_cat a,
.product_info_cat a,
.recommend_product_cat a {
  display: block;
  background: url(../images/more.svg) no-repeat right center;
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  letter-spacing: 0.96px;
  padding-right: 28px;
}

.case_product_list {
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.case_product_list .case_product_item {
  width: 290px;
  margin-right: 24px;
}

.case_product_list .case_product_item .img {
  width: 290px;
  border-radius: 10px 10px 0px 0px;
}

.case_product_list .case_product_item .case_product_desc {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.case_product_list .case_product_item .case_product_desc span {
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.case_product_list .case_product_item .case_product_desc p {
  color: #909399;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product_info {
  margin-top: 60px;
}

.product_info .product_info_param {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

.product_info .product_info_param span {
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  display: block;
  width: 33%;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.product_info .product_info_param span::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #909399;
  top: 10px;
  left: 10px;
  border-radius: 5px;
}

.product_info_content {
  margin-top: 24px;
}

.product_info_content img {
  margin-top: 24px;
}

.recommend_product {
  margin-top: 24px;
}

.recommend_product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.recommend_product_list .business_item {
  width: 23%;
  margin: 25px 12px;
}

.recommend_product_list .business_item:nth-child(4n+1) {
  margin-left: 0;
}

.recommend_product_list .desc_box {
  border-radius: 0px 0px 10px 10px;
  border-right: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  background: #FFF;
}

.recommend_product_list .desc_box span {
  display: block;
  color: #303133;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recommend_product_list .desc_box .price_button {
  color: #18AE66;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommend_product_list .desc_box .price_button button {
  display: flex;
  width: 80px;
  height: 30px;
  padding: 6px 0px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #18AE66;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  border-radius: 4px;
  border: 0.7px solid #18AE66;
  cursor: pointer;
}

/* 新闻详情 */
.info_body_box_no {
  margin-top: 0;
}

.new_title {
  color: var(--, #303133);
  text-align: center;
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.view_desc {
  text-align: center;
  padding-bottom: 24px;
}

.view_desc time {
  color: #909399;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/time.svg) no-repeat left center;
  padding-left: 24px;
}

.view_desc em {
  color: #909399;
  text-align: justify;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/view.svg) no-repeat left center;
  padding-left: 24px;
  margin-left: 42px;
}

.new_info_content {
  color: #909399;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  margin-top: 7px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1921px) {
  .alert_calculate_box {
    width: 51% !important;
    height: 55% !important;
  }

  .alert_product_list_box {
    height: 51% !important;
  }
}

@media screen and (min-width: 1030px) and (max-width: 1445px) {
  .alert_calculate_box {
    height: 62% !important;
  }

  .alert_product_list_box {
    height: 72% !important;
  }

  .calculate_statistics .calculate_sum_box {
    width: 40% !important;
  }

  .alert_product_list .pro_item .checkbox {
    width: 25px;
    height: 25px;
  }

  .alert_product_list .pro_item i {
    width: 70px;
  }

  /* .matters_box .more_list li {
    padding-top: 14px;
    padding-bottom: 0;
    padding-left: 14px;
    height: auto;
    margin-bottom: 8px;
    margin-left: 10px;
  } */

  .matters_box .more_list .desc_box {
    margin-top: 12px;
    margin-bottom: 13px;
  }

  .recommand_product_body .pro_info {
    padding-top: 30px;
  }

  .alert_calculate .alert_swiper {
    width: 38%;
  }

  .alert_calculate .alert_calculate_body .pro_item {
    margin-top: 0;
  }

  .alert_calculate .pro_item .calculate {
    margin-top: 14px;
  }
  .inner_banner_box .inner_catname {
    position: absolute;
    top: 160px;
    left: 170px;
  }
}

@media screen and (max-width: 1029px) {
  .container {
    max-width: 960px;
  }

  .head_box {
    width: 960px;
  }

  .head .menu {
    margin-left: 31px;
    margin-right: 31px;
  }

  .matters_box .matters_body .one_img {
    display: none;
  }

  .matters_box .matters_body .more_list {
    margin: 0 auto;
  }

  .matters_box .matters_body .more_list {
    width: 90%;
  }

  .matters_box .more_list li {
    width: 90%;
  }

  .recommand_product_body .layui-tab-item .pro_body {
    display: initial;
  }

  .alert_calculate .alert_calculate_body .pro_item {
    margin-top: 0;
  }

  .recommand_product_body .one_img,
  .recommand_product_body .pro_info {
    width: 80%;
    margin: 0 auto;
  }

  .recommand_product_body .pro_info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layui-son-item .business_item {
    width: 22%;
  }

  .layui-son-item .desc_box .price_button {
    font-size: 15px;
  }

  .alert_product_list_box,
  .alert_calculate_box {
    width: 80% !important;
  }

  .alert_calculate_box {
    height: 58% !important;
  }

  .alert_calculate .alert_calculate_body .imglist {
    width: 50%;
  }

  .alert_calculate .alert_calculate_body .pro_item {
    width: 50%;
    margin-left: 15px;
  }

  .alert_calculate .alert_swiper {
    width: 40%;
  }

  .alert_calculate .swiper-slide {
    width: 40%;
  }

  .alert_calculate .pro_item .pro_title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .alert_calculate .pro_item .pro_desc {
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .alert_calculate .pro_item .sku {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .alert_calculate .pro_item .calculate {
    margin-top: 30px;
  }

  .alert_product_list .pro_item .checkbox {
    width: 40px;
  }

  .alert_product_list .pro_item .pro_title {
    width: 320px;
  }

  .alert_product_list .pro_item i {
    width: 100px;
  }

  .alert_product_list_box {
    height: 71% !important;
  }

  .calculate_buttons button {
    width: 110px;
    height: 40px;
  }

  .calculate_statistics .calculate_sum_box {
    width: 40%;
    font-size: 16px;
  }

  .calculate_statistics .calculate_buttons button {
    font-size: 16px;
  }

  .case_product_list .case_product_item {
    width: 25%;
    margin-right: 16px;
  }

  .case_product_list .case_product_item .img {
    width: auto;
  }

  .recommend_product_list .business_item {
    width: 22%;
  }

  .inner_banner_box .inner_catname {
    position: absolute;
    top: 90px;
    left: 140px;
  }

  .new_list_body .new_item .new_desc{
    width: 50%;
  }
  .new_list_body .new_item{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 14px
  }

}