@charset "utf-8";

/* 产品详情 */
.pro-list {
  padding-bottom: 110px;
}
.pronysertop h1 {
  line-height: 60px;
  font-size: 24px;
  color: #333;
}

.proliserkk {
  background-color: #F4F4F4;
  position: relative;
}

.proliswai {
  width: 1350px;
  margin: 0px auto;
  overflow: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
  
}
.proliswai::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}
.proliser {
  padding-top: 50px;
  padding-bottom: 30px;
  min-width: 850px;
}

.proliswai.curre {
  height: 0px;
  border-bottom: 2px solid #ccc;
  padding-top: 0px;
  padding-bottom: 0px;
}

.proliser ul {
  white-space: nowrap;
  font-size: 0;
  display: flex;
}

.proliser ul li {
  flex: 1;
}


.proliser ul li h1 {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 20px;
}

.proliser ul li h1 span {
  font-size: 16px;
}

.serline {
  position: relative;
  width: 275px;
  margin: 0 auto;
  border-bottom: 2px solid #0068B7;
  height: 29px;
}
.serliput {
  width: 275px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  height: 30px;
}

.serliput h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  padding-left: 14px;
  background-image: url('../images/icon/dy_dy_pic.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 98px;
}

.serliput h2 input {
  padding: 0px;
  margin: 0px;
  padding-left: 8px;
  width: 80px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 0px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

.serliput h3 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
  padding-left: 14px;
  background-image: url('../images/icon/xy_dy_pic.png');
  background-position: left center;
  background-repeat: no-repeat;
  width: 98px;
}

.serliput h3 input {
  padding: 0px;
  margin: 0px;
  padding-left: 8px;
  width: 80px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 0px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

.proliser ul li h5 {
  display: block;
  display: table;
  margin: 0px auto;
  margin-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #666;
  background-color: #FFF;
  border-radius: 5px;
}



.procpli_tit {
  line-height: 60px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
}

.protable {
  padding-top: 20px;
  padding-bottom: 0px;
  overflow-x: scroll;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
 
}
.protable::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.protable table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  table-layout: fixed;
  min-width: 850px;
}

.protable table thead tr td {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.protable table thead tr td h1 {
  line-height: 60px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.protable table thead tr td h2 {
  line-height: 60px;
  border-top: 1px solid #FFF;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.protable table thead tr td h1 span {
  font-size: 16px;
}

.protable table thead tr td h2 span {
  font-size: 16px;
}

.protable table thead tr {
  background-color: #ddebf7;
}

.protable table thead.thead2 tr {
  background-color: #fff;
}

.protable table thead.thead2 tr td {
  height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ddd;
}

.protable table thead.thead2 tr td select {
  width: 60%;
  margin: 0px auto;
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #666;
  height: 24px;
}

.protable table tbody tr td {
  text-align: center;
  font-size: 16px;
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 80px;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.protable table tbody tr:nth-child(2n+1) td {
  background-color: #f2f2f2;
}
.protable table tbody tr td:nth-child(2) img {
  width: 52px;
}
.protable table tbody tr td:nth-child(3) img {
  width: 62px;
  height: 62px;
}

.serline span.left {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #0068B7;
  position: absolute;
  top: 20px;
  left: 0;
  cursor: pointer;
}

.serline span.right {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #0068B7;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .pro-list {
    padding-bottom: 90px;
  }
  .proliswai {
    width: 90%;
  }
  .serline {
    width: 200px;
  }
  .serliput {
    width: 200px;
  }
  .proliser ul li h1,.proliser ul li h5 {
    font-size: 14px;
  }
  .serliput h2 input {
    width: 60px;
  }
  .serliput h3 input {
    width: 60px;
  }
  .procpli {
    width: 100%;
  }
  .pronysertop h1,.procpli_tit {
    font-size: 20px;
    line-height: 45px;
  }
  .protable table thead tr td,.protable table thead tr td h1,.protable table thead tr td h2 {
    font-size: 14px;
    line-height: 40px;
  }
  .protable table tbody tr td {
    font-size: 14px;
    line-height: 50px;
  }
  .protable table tbody tr td:nth-child(2) img {
    width: 32px;
  }
  .protable table tbody tr td:nth-child(3) img {
    width: 35px;
    height: 35px;
  }
  .proliser {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .proliser ul li h5 {
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
  }
}

@media(max-width:768px) {
  .pro-list {
    padding-bottom: 60px;
  }
  .proliser ul li h1, .proliser ul li h5 {
    font-size: 12px;
  }
  .pronysertop h1, .procpli_tit {
    font-size: 18px;
    padding-top: 10px;
  }
  .serline {
    height: 18px;
  }
  .serliput h2 input {
    font-size: 12px;
  }
  .serliput h3 input {
    font-size: 12px;
  }
  .serline span.left {
    width: 10px;
    height: 10px;
    top: 12px;
  }
  .serline span.right {
    width: 10px;
    height: 10px;
    top: 12px;
  }
}