@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
    padding: 6.25% 5.34%;
    padding-top: 4rem;
  }
}
@media screen and (max-width:950px) {
  .head {
    width: 100%;
    height: 4rem;
    background: url(./privacy.jpg?v=20230511) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .head img {
    display: none;
  }
  .pop_modal {
    width: 22rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .pop_modal .connect_text {
    top: 2.6rem;
  }
  .close_btn {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gr-footer img {
      width: 8.3125rem;
  }
}
@media screen and (max-width:340px){
  .gr-copyrignt {
      font-size: .8rem;
  }
}