  .pic {    width: 100%;    height: 450px;    background-image: url(../img/img_18.jpg);    background-size: 100% 100%;  }  .goods {       width: 100%;    /* position: relative; */   
    background-color: #f6f5fa;
    position: relative;
    padding: 100px 0;  }  .title{    width: 380px;  height: 56px;  /* position: absolute; */  /* margin-top: 50px; */  background-color: #d72828;  border-radius: 2px;  color: white;  line-height: 56px;  margin-left: calc(50% - 572px);  /* margin-top: 109px; */  /* padding-top: 200px; */  font-size: 20px;  }  .goods_center {    width: 1144px;    height: 500px;   background-color: #fff;      top: 0;    left: 0;    right: 0;    bottom: 0;    margin: auto;   }  .logoFat {    display: flex;    width: 1144px;    height: 268px;    justify-content: space-around;    flex-wrap: wrap;    /* position: absolute; */    /* margin-top: 100px; */  }  .logoFat li {    list-style: none;    width: 18%;    height: 106px;    background-color: white;    box-shadow: 0px 0px 5px 5px #f1f1f1;    border-radius: 5px;    margin-top: 100px; text-align:center; }  .fooder{    width: 100%;    height: 68px;    background-color: #d72828;    text-align: center;    line-height: 68px;    color: white;}