@charset "utf-8";
.subpage-prodect {
  width: 100%;
  background-color: #FFF;
  padding: 70px 0px 80px;
}
.subpage-prodect .product-layer {
  margin-top: 70px;
}
.subpage-prodect .product-item-box {
  display: none;
}
.subpage-prodect .product-item-box:nth-child(1) {
  display: block;
}
.subpage-prodect .product-item {
  float: left;
  width: 384px;
  height: 444px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.subpage-prodect .product-item:nth-child(3n) {
  margin-right: 0px;
}
.subpage-prodect .product-item .product-item-content {
  padding: 41px 47px 39px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 5px 15px 0px rgba(31, 37, 51, 0.08);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.subpage-prodect .product-item .item-tit {
  line-height: 30px;
  font-size: 20px;
  
}
.subpage-prodect .product-item .item-list {
  padding-top: 24px;
  border-top: 1px solid #DBE1E8;
  margin-top: 26px;
}
.subpage-prodect .product-item .item-list ul li {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 14px;
}
.subpage-prodect .product-item .item-list ul li:last-child {
  margin-bottom: 0px;
}
.subpage-prodect .product-item .item-list ul li label {
  float: left;
  width: 144px;
  text-align: left;
  color: #5E6D81;
}
.subpage-prodect .product-item .item-list ul li span {
  float: left;
  
}
.subpage-prodect .product-item .item-sell-price {
  line-height: 28px;
  font-size: 18px;
  margin-top: 30px;
}
.subpage-prodect .product-item .item-sell-price > span {
  font-size: 28px;
  
  margin-right: 4px;
}
.subpage-prodect .product-item .item-original-cost {
  line-height: 26px;
  font-size: 16px;
  color: #9EA7B3;
  text-decoration: line-through;
  margin-top: 10px;
}
.subpage-prodect .product-item .item-link {
  margin-top: 20px;
}
.subpage-prodect .product-item .item-link .button-link {
  width: 160px;
}
.subpage-prodect .product-item:hover .product-item-content {
  margin-top: -8px;
  box-shadow: 0px 16px 64px 0px rgba(31, 37, 51, 0.14);
}

.product-table {
  width: 100%;
  padding: 59px 0px 80px;
}
.product-table .product-table-box {
  padding: 0px 40px;
  box-shadow: 0px 8px 48px 0px rgba(27, 13, 73, 0.08);
  margin-top: 60px;
}
.product-table .product-table-box table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.product-table .product-table-box table th {
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #9EA7B3;
  padding: 32px 8px;
}
.product-table .product-table-box table th:last-child {
  text-align: center;
}
.product-table .product-table-box table tbody tr {
  position: relative;
}
.product-table .product-table-box table tbody tr td {
  font-size: 18px;
  padding: 15px 8px;
  border-top: 1px solid #EBEEFF;
}
.product-table .product-table-box table tbody tr td:last-child {
  text-align: center;
}
.product-table .product-table-box table tbody tr td .td-area img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.product-table .product-table-box table tbody tr td .product-old-price {
  color: #5E6D81;
}
.product-table .product-table-box table tbody tr td .product-now-price {
  color: #FA5800;
}
.product-table .product-table-box table tbody tr td .button-link {
  width: 104px;
  font-size: 16px;
}
.product-table .product-table-box table tbody tr:hover {
  background-color: #EBEEFF;
}
.product-table .product-table-box table tbody tr:hover .td-area::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
  background-color: #EBEEFF;
}
.product-table .product-table-box table tbody tr:hover .td-area::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0px;
  width: 40px;
  height: 100%;
  background-color: #EBEEFF;
}
.product-table .product-table-box table tbody tr:hover .button-link {
  border: none;
  line-height: 48px;
  background: linear-gradient(90deg, #FA5800, #FA5800);
}