.fixed_box {
  display: none;
}
.fixed_bottom_box {
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #009dff;
  display: flex;
  align-items: center;
  box-shadow: 0 -2px 4px 0 rgba(11 59 108 / 5%), 0 -4px 8px 0 rgba(11 59 108 / 5%), 0 -6px 12px 0 rgba(11 59 108 / 5%);
}
.center_main {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_main p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.center_main a {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #171717;
  padding: 8px 20px;
  background-color: #ffd805;
  border-radius: 8px;
  margin-left: 20px;
}

@media screen and (max-width: 736px) {
  /* .fixed_bottom_box {
    height: 100px;
    background-color: #fff;
  }
  .center_main {
    width: 100%;
    flex-wrap: wrap;
  }
  .center_main p {
    font-size: 22px;
    margin: 8px 0px;
    color: #009dff;
  }
  .center_main a {
    width: 300px;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px 8px;
    background-color: #009dff;
    color: #fff;
  } */
}
