* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
}
html ::-webkit-scrollbar {
  width: 0;
  height: 0 !important;
}
#hardware {
  background: #fff;
}
#hardware img {
  max-width: 100%;
}
#hardware .safe_width {
  margin: auto;
  padding: 0.7rem 2.6rem 1.3rem;
}
#hardware .safe_width > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #4D4D4D;
  margin-bottom: 0.5rem;
}
#hardware .safe_width > .title img {
  width: 1.54rem;
}
#hardware .safe_width .search_box {
  display: flex;
  justify-content: space-between;
  width: 6.56rem;
  height: 0.46rem;
  border: 1px solid #B01F24;
  border-radius: 8px;
  margin: 0 auto 0.4rem;
}
#hardware .safe_width .search_box .input {
  width: 5.48rem;
  flex: none;
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-left: 0.15rem;
}
#hardware .safe_width .search_box .input img {
  margin-right: 0.06rem;
  width: 0.17rem;
}
#hardware .safe_width .search_box .input input {
  font-size: 0.14rem;
  height: 100%;
  width: 5rem;
  border: none;
  outline: none;
}
#hardware .safe_width .search_box button {
  width: 1.08rem;
  flex: none;
  border-radius: 0 8px 8px 0;
  color: #fff;
  background: #B01F24;
  font-size: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#hardware .safe_width .info_list {
  padding-top: 0.33rem;
  display: flex;
  flex-wrap: wrap;
}
#hardware .safe_width .info_list .info_item {
  width: 3.26rem;
  height: 2.44rem;
  margin-right: 0.32rem;
  border: 1px solid #DFDFDF;
  background: #F9FAFA;
  padding: 0.23rem 0.2rem 0 0.3rem;
  margin-bottom: 0.3rem;
}
#hardware .safe_width .info_list .info_item:nth-child(4n) {
  margin-right: 0;
}
#hardware .safe_width .info_list .info_item .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #4D4D4D;
  margin-bottom: 0.17rem;
}
#hardware .safe_width .info_list .info_item .name .icon2 {
  display: none;
}
#hardware .safe_width .info_list .info_item .name img {
  width: 0.63rem;
}
#hardware .safe_width .info_list .info_item .text {
  color: #8F8F8F;
  font-size: 0.14rem;
  line-height: 0.25rem;
}
#hardware .safe_width .info_list .info_item:hover {
  background: #B01F24;
  border-color: #B01F24;
}
#hardware .safe_width .info_list .info_item:hover .name {
  color: #fff;
}
#hardware .safe_width .info_list .info_item:hover .name .icon1 {
  display: none;
}
#hardware .safe_width .info_list .info_item:hover .name .icon2 {
  display: block;
}
#hardware .safe_width .info_list .info_item:hover .text {
  color: #fff;
}
#hardware .safe_width .company_box {
  padding: 0.63rem 1.77rem 0.69rem;
  background: #F9FAFA;
  display: none;
}
#hardware .safe_width .company_box .company_list {
  width: 100%;
  border-spacing: 0;
}
#hardware .safe_width .company_box .company_list tr {
  height: 0.54rem;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
}
#hardware .safe_width .company_box .company_list tr:first-child {
  border-color: #B01F24;
}
#hardware .safe_width .company_box .company_list tr th {
  background: #B01F24;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  border-right: 1px solid #DBDBDB;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
#hardware .safe_width .company_box .company_list tr th:last-child {
  border: none;
}
#hardware .safe_width .company_box .company_list tr td {
  color: #3E3E3E;
  font-size: 0.14rem;
  border-right: 1px solid #DBDBDB;
  padding: 0 0.4rem;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hardware .safe_width .company_box .company_list tr td:last-child {
  border: none;
  
}
#hardware .safe_width .company_box .company_list tr td:last-child a {
  text-decoration: none;
  color: #B01F24;
}
#hardware .safe_width .company_box .company_list tr:nth-child(odd) {
  background: #FFFFFF;
}
#hardware .safe_width .company_box .company_list tr:nth-child(even) {
  background: #F3F3F3;
}
