.home_box {
	display: grid;
    grid-template-columns: repeat(5, 19%);
    grid-column-gap: 18px;
}
.home_box .small_pro{
	transition: all 0.5s;
}
.home_box .small_pro:hover {
	transform: scale(1.05);
}

.pro_list {
  width: 100%;
  margin: 0 auto;
}
.home_box .small_pro {
  width: 98%;
  padding-bottom: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.btn_global {
  	width: 1200px;
	margin-top:20px;	
}
.wrapper {
	margin: 0 auto;
    max-width: 80%;
}
.cate-top-img {
    position: fixed;
    width: 80%; 
}
.cate-top-icon
{
	left:45%;
}
main {
  margin-top: 130px;
}
.footer_list .help_list {
  display: block !important;
}
.footer_list {
  width: 1200px;
  margin: 0 auto;
  flex-direction: row !important;
  justify-content: space-around;
  background: #ffffff;
  border-radius: 3px;
  padding-bottom: 10px;
}
.footer_list li div span {
  display: none !important;
}
.footer_list li .help_list {
    display: flex !important;
    flex-direction: column;
}
.footer_list li .help_list li {
  float: none !important;
  width: 110px !important;
  height: 28px !important;
}
.footer_list .help_list {
  background: none !important;
}
.footer_list li div a {
  font-size: 16px !important;
  font-weight: 600;
}
.footer_list li .help_list li > a {
  color: #2a2a2a !important;
  font-size: 12px !important;
}
.conact {
  background: #363636 !important;
}
.footer_top {
  background: #f2f2f2 !important;
}
/* .prod_sort>li>span{
    display: none;
  } */
.i1 {
  display: none;
}
.home_box .small_pro:nth-child(odd) {
  margin-right: 10px !important;
}

.mdui-drawer-right {
  display: none;
}
.icon_sort {
  display: none;
}

.nums {
  background: red !important;
  color: white;
}
.mj {
	display:none;
}
