@media screen and (min-width: 600px) {
  .m-go_login{
    display: none;
  }
  .m-go_house_r{
    display: none;
  }
  .m-go_r{
    display: none;
  }
  .hr {
    width: 98%;
    height: 1px;
    background-color: #64676b;
    position: absolute;
    bottom: 126px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .go_r {
    position: absolute;
    bottom: 73px;
    left: 100px;
    font-size: 15px;
    display: inline;
  }
  .go_login {
    position: absolute;
    bottom: 73px;
    left: 230px;
    font-size: 15px;
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .hr {
    display: none;
  }
  .go_r {
    position: absolute;
    bottom: 73px;
    left: 100px;
    font-size: 15px;
    display:none
  }
  .go_house_r {
    position: absolute;
    bottom: 73px;
    left: 230px;
    font-size: 15px;
    display: none;
  }
  .go_login{
    position: absolute;
    bottom: 73px;
    left: 330px;
    font-size: 15px;
    display: none;
  }
  .m-go_login{
    position: absolute;
    top: 550px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 110%;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .m-go_login:hover{
    opacity: 0.8;
  }
  .m-go_text{
    line-height: 35px;
  }
  .m-go_house_r{
    position: absolute;
    top: 600px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 332px;
    height: 35px;
    font-size: 110%;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .m-go_house_r:hover{
    opacity: 0.8;
  }
}
