.hardware {
  width: 100%;
  height: 100%;
}
.hardware .content {
  width: 100%;
}
.hardware .content .section  {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hardware .content .section .section__img  {
  width: 100%;
  height: 100%;
}
.hardware .content .section .section_flot  {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 0.16rem;
}
.hardware .content .section .section_flot .section_flot_text  {
  text-align: center;
}
.hardware .content .section .section_flot .section_flot_text div:first-child {
  font-size: 0.32rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.16rem;
}
.hardware .content .section .section_flot .line  {
  width: 0.73rem;
  height: 1px;
  background: #FFFFFF;
  opacity: 1;
  margin: 0.24rem 0;
}
.hardware .content .section .section_flot .but  {
  font-size: 0.14rem;
  font-weight: 400;
  color: #FFFFFF;
  background: #007AFF;
  opacity: 1;
  border-radius: 10px;
  padding: 0.09rem 0.24rem;
}
.hardware .content .section1  {
  padding: 0.56rem 0 0.71rem;
  width: 10rem;
  margin: 0 auto;
}
.hardware .content .section1 .section1_list  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hardware .content .section1 .section1_list .section1_list_item  {
  width: calc((100% - 0.35rem) / 2);
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-left  {
  width: 2.02rem;
  height: 1.66rem;
  border-radius: 15px;
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-left img  {
  width: 2.02rem;
  height: 1.66rem;
  cursor: pointer;
  transition: all 0.6s;
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-left img:hover {
  transform: scale(1.4);
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-right  {
  margin-left: 0.3rem;
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-right .right1  {
  margin-top: 0.27rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #000000;
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-right .right2  {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  font-weight: 400;
}
.hardware .content .section1 .section1_list .section1_list_item .section1_list_item-right .right3  {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #7A7A7A;
}
.hardware .content .bottom_lin  {
  width: 100%;
  height: 1px;
  background-color: #C7C7C7;
}