html,
body {
  width: 100%;
  min-width: 1600px;
  margin: 0 0;
  padding: 0 0;
  font-family: Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
}

p {
  margin: 0 0;
}

a {
  text-decoration: none;
}

.header-container {
  width: 100%;
  height: 300px;
  background: url('../img/img_top_1.png');
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}

.header-container .title-box {
  position: absolute;
  left: 12.5%;
  bottom: 65px;
  color: #FFFFFF;
}

.header-container .title-box .cn-title {
  display: block;
  font-size: 24px;
  line-height: 38px;
}

.header-container .title-box .en-title {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

/* product-container 样式 */
.product-container {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 60px 0px 30px;
  box-sizing: border-box;
}

.product-content-box {
  width: 75%;
  min-width: 1200px;
  margin: 0 auto;
}

.product-content-box .title {
  font-size: 24px;
  text-align: center;
  color: #4E5969;
  font-weight: 600;
  position: relative;
}

.product-box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.product-box .product-item {
  width: calc(calc(100% - 60px) / 3);
  cursor: pointer;
  position: relative;
  margin: 0 15px 30px;
}

.product-box .product-item:nth-child(3n + 1) {
  margin-left: 0px;
}

.product-box .product-item:nth-child(3n) {
  margin-right: 0px;
}

.product-box .product-item .normal-show {
  padding: 20px 20px;
  background: #F9F9F9;
  box-sizing: border-box;
}

.product-box .product-item .normal-show .product-cover {
  width: 100%;
  height: 202px;
  object-fit: cover;
  border-radius: 10px;
  display: flex;
}

.product-box .product-item .normal-show .product-intro {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #4E5969;
}

.product-box .product-item:hover {}

.product-box .product-item:hover .hover-show {
  opacity: 1;
}

.product-box .product-item .hover-show {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/img_p_1.png');
  border-bottom: 2px solid #0171D9;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 10px 16px 0px rgba(70, 145, 255, 0.2);
  transition: all 0.3s;
}

.product-box .product-item .hover-show .name {
  margin-top: 40px;
  font-size: 24px;
  color: #0171D9;
}

.detail-btn-box {
  margin: 36px auto 0;
  padding: 0 16px;
  width: 150px;
  height: 40px;
  background: #F9F9F9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.detail-btn-box span {
  color: #4E5969;
  font-size: 14px;
  transition: all 0.3s;
}

.detail-btn-box svg {
  fill: #4E5969;
  transition: all 0.3s;
}

.detail-btn-box:hover {
  background: #0171D9;
}

.detail-btn-box:hover span {
  color: #fff;
}

.detail-btn-box:hover svg {
  fill: #fff;
}

.price-btn-box {
  margin: 20px auto 0;
  padding: 0 16px;
  width: 150px;
  height: 40px;
  background: #0171D9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}

.price-btn-box span {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}

.price-btn-box svg {
  fill: #fff;
  transition: all 0.3s;
}

.price-btn-box:hover {
  background: #035DC4;
}

.price-btn-box:hover span {
  color: #fff;
}

.price-btn-box:hover svg {
  fill: #fff;
}

.page-box {
  background: #F9F9F9;
}
.page-box .digg{
  display: flex;
  justify-content: center;
  /* 背景色 - 辅色 */
  background: #F9F9F9;
  gap: 10px;
}
.page-box  a ,.page-box  span{

  font-size: 14px;
  line-height: 16px;

  /* 文字辅色 */
  color: #797D8D;

  height: 32px;
  min-width: 32px;

  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;

  /* 背景色 - 纯白 */
  background: #FFFFFF;
  /*margin-left: 10px;*/

}
.page-box  span {
  background: #F9F9F9;
}
.page-box  span:nth-of-type(3){
  background: #FFFFFF;
  cursor: pointer;
}
.page-box .current {

  min-width: 32px;
  height: 32px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;

  /* 主色调 - 蓝色 */
  background: #0171D9 !important;




  font-size: 14px;
  font-weight: normal;
  line-height: 16px;

  /* 背景色 - 纯白 */
  color: #FFFFFF !important;

}
.page-box .pre ,
.page-box .next{
  width: 32px;
  height: 32px;
  background: #fff !important;
}
.page-box .input {
  /* 容器 166 */

  /* 自动布局子元素 */
  width: 52px;
  height: 32px;
  border-radius: 4px;

  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* 背景色 - 纯白 */
  background: #FFFFFF;

  box-sizing: border-box;
  /* 线框色 - 灰度 - 100% */
  border: 1px solid #EEEEEE;

}

.page-box .goto {
  margin-left: 10px;
}
