﻿

/*表格*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
 height:auto;
/*  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);*/

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.wrap-table100 {
  width: 1130px;
}

.wrap-table100 h2{ font-size:14px; width:100%; height:22px; line-height:22px; color:#333333;}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 45px;
  background: #f6b403;
}
table tbody tr {
  height: 35px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr a {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #615f5f;
  background-color: #eecfcf;
  cursor: pointer;
}

.column1 {
  width: 100px;
  text-align: center;
}

.column2 {
  width: 100px;
  text-align: center;
}

.column3 {
  width: 60px;
  text-align: center;
}

.column4 {
  width: 60px;
  text-align: center;
}

.column5 {
  width: 60px;
  text-align: center;
}

.column6 {
  width: 60px;
  text-align: center;
  /*padding-right: 62px;*/
}

.column7 {
  width: 80px;
 text-align: center;
}

.column8 {
  width: 80px;
  text-align: center;
}

.column9 {
  width: 140px;
 text-align: center;
  /*padding-right: 62px;*/
}
.column10 {
  width: 140px;
  text-align: center;
}

.column11 {
  width: 170px;
  text-align: center;
}

.column12 {
  width: 80px;
  text-align: center;
  /*padding-right: 62px;*/
}

.column13 {
  width: 280px;
  text-align: center;
  /*padding-right: 62px;*/
}
.column14 {
  width: 80px;
  text-align: center;
  /*padding-right: 62px;*/
}
.column15 {
  width: 100px;
  text-align: center;
  /*padding-right: 62px;*/
}
.column16 {
  width: 460px;
  text-align: center;
  /*padding-right: 62px;*/
}
.column17 {
  width: 100px;
  text-align: center;
  /*padding-right: 62px;*/
}
.column18 {
  width: 80px;
  text-align: center;
  /*padding-right: 62px;*/
}


/*表单*/

@media screen and (max-width: 768px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  .table-xh td:nth-child(1):before {
    content: "新型号";
  }
  .table-xh td:nth-child(2):before {
    content: "旧型号";
  }
  .table-xh td:nth-child(3):before {
    content: "内径";
  }
  .table-xh td:nth-child(4):before {
    content: "外径";
  }
  .table-xh td:nth-child(5):before {
    content: "厚度";
  }
  .table-xh td:nth-child(6):before {
    content: "重量";
  }
  .table-xh td:nth-child(7):before {
    content: "Cr";
  }
  .table-xh td:nth-child(8):before {
    content: "Cor";
  }
  .table-xh td:nth-child(9):before {
    content: "脂润滑转速";
  }
  .table-xh td:nth-child(10):before {
    content: "油润滑转速";
  }
  .table-xh td:nth-child(11):before {
    content: "轴承类型";
  }
  .table-xh td:nth-child(12):before {
    content: "详细";
  }
  
   .table-gs td:nth-child(1):before {
    content: "公司名称";
  }
  .table-gs td:nth-child(2):before {
    content: "联系人";
  }
  .table-gs td:nth-child(3):before {
    content: "电话";
  }
  .table-gs td:nth-child(4):before {
    content: "公司地址";
  }
  .table-gs td:nth-child(5):before {
    content: "经营模式";
  }
  .table-gs td:nth-child(6):before {
    content: "详细";
  }
  /*table tbody tr td:nth-child(1):before {
    content: "新型号";
  }
  table tbody tr td:nth-child(2):before {
    content: "旧型号";
  }
  table tbody tr td:nth-child(3):before {
    content: "内径";
  }
  table tbody tr td:nth-child(4):before {
    content: "外径";
  }
  table tbody tr td:nth-child(5):before {
    content: "厚度";
  }
  table tbody tr td:nth-child(6):before {
    content: "重量";
  }
  table tbody tr td:nth-child(7):before {
    content: "Cr";
  }
  table tbody tr td:nth-child(8):before {
    content: "Cor";
  }
  table tbody tr td:nth-child(9):before {
    content: "脂润滑转速";
  }
  table tbody tr td:nth-child(10):before {
    content: "油润滑转速";
  }
  table tbody tr td:nth-child(11):before {
    content: "轴承类型";
  }
  table tbody tr td:nth-child(12):before {
    content: "详细";
  }
  table tbody tr td:nth-child(13):before {
    content: "公司名称";
  }
  table tbody tr td:nth-child(14):before {
    content: "联系人";
  }
  table tbody tr td:nth-child(15):before {
    content: "电话";
  }
  table tbody tr td:nth-child(16):before {
    content: "公司地址";
  }
  table tbody tr td:nth-child(17):before {
    content: "经营模式";
  }
  table tbody tr td:nth-child(18):before {
    content: "详细";
  }*/

  .column4,
  .column5,
  .column6,
  .column7,
  .column8,
  .column9,
  .column10,
  .column11,
  .column12,
  .column13,
  .column14,
  .column15,
  .column16,
  .column17,
  .column18,
  .column1,
  .column2,
  .column3  {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column7,
  .column8,
  .column9,
  .column10,
  .column11,
  .column12,
  .column13,
  .column14,
  .column15,
  .column16,
  .column17,
  .column18,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {

  .container-table100 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*表单*/