.youl {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0px;
}

@media screen and (min-width: 1800px) {
  .foot {
    width: 1600px;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .foot .foot_Z {
    width: auto;
    height: auto;
    font-size: 14px;
    color: white;
    background: #1e2d3c;
    padding: 8px;
    display: block;
    margin-right: 15px;
    line-height: 20px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .foot {
    width: 90vw;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .foot .foot_Z {
    width: auto;
    height: auto;
    font-size: 14px;
    color: white;
    background: #1e2d3c;
    padding: 8px;
    display: block;
    margin-right: 15px;
    line-height: 20px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .foot {
    width: 96vw;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .foot .foot_Z {
    width: auto;
    height: auto;
    font-size: 14px;
    color: white;
    background: #1e2d3c;
    padding: 8px;
    display: block;
    margin-right: 15px;
    line-height: 20px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 600px) {
  .foot {
    width: 96vw;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .foot .foot_Z {
    width: auto;
    height: auto;
    font-size: 14px;
    color: white;
    background: #1e2d3c;
    padding: 8px;
    display: block;
    margin-right: 15px;
    line-height: 20px;
    border-radius: 4px;
  }
}

.dibu {
  width: 100%;
  height: auto;
  padding: 15px;
  text-align: center;
  margin-top: 50px;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 14px;
  color: white;
  background: #1e2d3c;
}
