@charset "UTF-8";

/*
*列表展示的项目
*param {
	$width: 百分比，一行展示4个用25%，以此类推，
	$marginRight：项目水平间距，单位px
}
*/
/*
*背景图片
*param {
	$url: string
}
*/
/*
*文本基本设置
*param {
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$marginBottom: 
}
*/
/*
*a标签模拟按钮
*param {
	display: inline-block;
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$padding: 
	text-decoration: none;
	$border: 
}
*/
/*
*力普产品列表项封装
*
*/
/*
	填满区域
*/
/*
	手机端一级标题
*/
/*
	手机端二级标题
*/
/*
	手机端正文
*/
/*
	手机端按钮
*/
/*
	手机端Section padding-top & padding-bottom
*/
/*
	手机端 item margin-bottom
*/
.namespace-productList .banner {
  position: relative;
  height: 100vh;
}

.namespace-productList .banner .title {
  font-size: 60px;
  line-height: 1;
  font-family: "Roboto-Bold";
  color: #fff;
  margin-bottom: 50px;
}

.namespace-productList .banner .des {
  font-size: 20px;
  line-height: 36px;
  font-family: "Roboto-Regular";
  color: #fff;
  margin-bottom: 0px;
  max-width: 1193px;
}

.namespace-productList .banner .goto-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.namespace-productList .banner .goto-btn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  left: 50%;
  top: 15px;
  background-color: #fff;
}

.namespace-productList .banner .goto-btn .arrow-half {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 30px;
  left: 25px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.namespace-productList .search-section {
  background-color: #ebf0f5;
  padding-top: 85px;
  padding-bottom: 45px;
}

.namespace-productList .search-section .title {
  font-size: 24px;
  line-height: 1;
  font-family: "Lato-Black";
  color: #424242;
  margin-bottom: 28px;
  text-align: center;
}

.namespace-productList .search-section .iconSearch {
  position: absolute;
  margin-left: 35px;
  margin-top: 22px;
  cursor: pointer;
}

.namespace-productList .search-section .form-inline {
  margin-bottom: 20px;
}

.namespace-productList .search-section .form-group {
  width: 70%;
  padding-right: 10px;
}

.namespace-productList .search-section .form-group #inputSearch {
  width: 100%;
  border-radius: 0%;
  font-size: 16px;
  padding: 21px 63px;
  line-height: 36px;
  height: 70px;
}

.namespace-productList .search-section .search-for {
  width: 30%;
  display: inline-block;
  background-color: #f36928;
  padding: 18px 83px;
  border-radius: 0%;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.namespace-productList .search-section .filter-list {
  padding-left: 0;
  text-align: left;
}

.namespace-productList .search-section .filter-list .filter-item {
  display: inline-block;
}

.namespace-productList .search-section .filter-list .filter-item .active {
  color: #f36928;
  font-weight: bold;
}

.namespace-productList .search-section .filter-list .filter-item a {
  color: #424242;
  font-size: 16px;
  line-height: 2;
}

.namespace-productList .search-section .filter-list .filter-item a:hover {
  color: #f36928;
}

.namespace-productList .search-section .filter-list .filter-item+.filter-item::before {
  content: "/";
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  color: #424242;
}

.namespace-productList .pro-list {
  padding-top: 73px;
  padding-bottom: 160px;
}

.namespace-productList .pro-list .list-wrap {
  margin-right: -30px;
}

.namespace-productList .pro-list .width-box25 {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 15px;
}

.namespace-productList .pro-list .width-box25 .product-item {
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  box-shadow: 10px 20px 20px #ccc, -10px 20px 20px #ccc, 0px -1px 2px #ccc;
  margin-bottom: 60px;
}

.namespace-productList .pro-list .width-box25 .product-item .pro-img {
  overflow: hidden;
  margin-bottom: 5px;
  height: 350px;
}

.namespace-productList .pro-list .width-box25 .product-item .pro-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Roboto-Bold";
  color: #3e3e3e;
  margin-bottom: 15px;
  text-align: center;
}

.namespace-productList .pro-list .width-box25 .product-item .pro-param {
  text-align: center;
}

.namespace-productList .pro-list .width-box25 .product-item .param-wrap {
  display: inline-block;
  text-align: center;
  margin-bottom: 18px;
}

.namespace-productList .pro-list .width-box25 .product-item .param-wrap .top-key {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato-Black";
  color: #0e8782;
  margin-bottom: 0px;
}

.namespace-productList .pro-list .width-box25 .product-item .param-wrap .bottom-value {
  font-size: 12px;
  line-height: 20px;
  font-family: "Lato-Bold";
  color: #535353;
  margin-bottom: 0px;
}

.namespace-productList .pro-list .width-box25 .product-item .left-wrap {
  margin-right: 10px;
}

.namespace-productList .pro-list .width-box25 .product-item .middle-wrap {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #575259;
  border-right: 1px solid #575259;
}

.namespace-productList .pro-list .width-box25 .product-item .right-wrap {
  margin-left: 10px;
}

.namespace-productList .pro-list .width-box25 .product-item .view-more-btn-p {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto-Bold";
  color: #fff;
  padding: 27px 96px;
  text-decoration: none;
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  background: #575259;
}

.namespace-productList .pro-list .width-box25 .product-item .view-more-btn-p:hover {
  background: #f36928;
}

.namespace-productList .pro-list .width-box25 .product-item .view-more-btn-p:hover {
  background: #f36928;
}

.namespace-productList .pro-list .view-more {
  margin-top: 100px;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto-Bold";
  color: #575259;
  padding: 25px 95px;
  text-decoration: none;
  border: 1px solid #000;
}

.namespace-productList .pro-list .view-more:hover {
  background: #f36928;
}

/*
*列表展示的项目
*param {
	$width: 百分比，一行展示4个用25%，以此类推，
	$marginRight：项目水平间距，单位px
}
*/
/*
*背景图片
*param {
	$url: string
}
*/
/*
*文本基本设置
*param {
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$marginBottom: 
}
*/
/*
*a标签模拟按钮
*param {
	display: inline-block;
	$fontSize: 
	$lineHeight: 
	$fontFamily: 
	$color: 
	$padding: 
	text-decoration: none;
	$border: 
}
*/
/*
*力普产品列表项封装
*
*/
/*
	填满区域
*/
/*
	手机端一级标题
*/
/*
	手机端二级标题
*/
/*
	手机端正文
*/
/*
	手机端按钮
*/
/*
	手机端Section padding-top & padding-bottom
*/
/*
	手机端 item margin-bottom
*/
/*media query break point
*Author: Alan
*Date: 2018.09.06
*/
/*Phone            Resolution
*Galaxy S5         360*640
*Pixel2            411*731
*Pixel2 XL         411*823
*iPhone 5/SE       320*568
*iPhone 6/7/8      375*667
*iPhone 6/7/8 Plus 414*736
*iPhone X          375*812
*iPad              768*1024
*iPad Pro          1024*1366
*/
/*Break Point
*414
*411
*375
*360
*320
*/
@media (min-width: 0px) and (max-width: 443px) {
  .namespace-productList .search-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .namespace-productList .pro-list {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .namespace-productList .pro-list .width-box25 .product-item {
    margin-bottom: 30px;
  }

  .namespace-productList .banner .title {
    font-size: 24px;
    line-height: 1.2;
  }

  .namespace-productList .banner .des {
    font-size: 14px;
    line-height: 1.5;
  }

  .namespace-productList .search-section .title {
    font-size: 24px;
    line-height: 1.2;
  }

  .namespace-productList .pro-param {
    text-align: center;
  }

  .namespace-productList .pro-list .width-box25 .product-item .param-wrap .top-key {
    font-size: 12px;
  }

  .namespace-productList .pro-list .width-box25 .product-item .view-more-btn-p {
    font-size: 14px;
    padding: 10px 35px;
  }

  .namespace-productList .search-section .form-group {
    width: 100%;
    padding-right: 0;
  }

  .namespace-productList .search-section .search-for {
    width: 100%;
    font-size: 14px;
    padding: 10px 35px;
  }

  .namespace-productList .pro-list .list-wrap {
    margin-right: -15px;
  }

  .namespace-productList .pro-list .width-box25 {
    width: calc(100% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-bottom: 15px;
  }

  .namespace-productList .pro-list .view-more {
    font-size: 14px;
    padding: 10px 35px;
    margin-top: 10px;
  }
}

@media (min-width: 444px) and (max-width: 1025px) {
  .namespace-productList .banner {
    height: 40vh;
  }

  .namespace-productList .pro-list .width-box25 {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .namespace-productList .search-section .form-group {
    width: 100%;
    padding-right: 0;
  }

  .namespace-productList .search-section .search-for {
    width: 100%;
  }

  .namespace-productList .pro-list .view-more {
    margin-top: 0;
  }

  .namespace-productList .pro-list {
    padding-bottom: 80px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  .namespace-productList .banner {
    height: 60vh;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .namespace-productList .pro-list .width-box25 {
    width: calc(33.33% - 30px);
  }
}

/*# sourceMappingURL=product_list.css.map */