body{
  background: unset;
}
span{
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #333333;
}

main{
  width: 100%;
}
.banner{
  width: 100%;
  min-width: 1440px;
  height: 360px;
  background: rgba(51, 51, 51, .19);
}
.banner a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brandbanner{
  width: auto;
  height: auto;
  max-width: 298px;
  max-height: 330px;
}
.brandlogo{
  font-size: 34px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.content-goods{
  width: 1440px;
  margin: 30px auto 50px;
  /* margin-top: 30px;
  margin-bottom: 50px; */
  padding: 0 120px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
  row-gap: 30px;
  column-gap: 20px;
}
.goods{
  width: 285px;

}
.goods-top{
  width: 100%;
  height: 320px;
  background: #F7F7F7;
  border-radius: 9px;
}
.goods-top a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-top img{
  width: auto;
  height: auto;
  max-width: 185px;
  max-height: 240px;
}
.goods-bottom{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-top: 17px;
  gap: 6px;
}
.topspan{
  font-weight: 600;
}
.bottomspan{
  font-size: 14px;
  font-family: Arial;
}
.price{
  font-size: 14px;
  font-family: Arial Bold, Arial;
  font-weight: 600;
}
.namebox{
  width: max-content;
  height: 20px;
  border: 1px solid #5C5C5C;
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  padding: 0 5px;
}
@media screen and (max-width:768px) {
  .banner{
    min-width: unset;
    height: 72.46vw;
  }
  .brandbanner{
    max-width: 60.38%;
    max-height: 94.7%;
  }
  .brandlogo{
    max-width: 60.38%;
    max-height: 94.7%;
  }
  .content-goods{
    width: 100%;
    padding: 0 20px;
    margin: unset;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .goods{
    width: 47%;
  }
  .goods-top{
    height: 51vw;
  }
  .goods-top img{
    max-width: 72.88%;
    max-height: 68.8%;
  }
}
