@media screen and (min-width: 1025px){
  #contact{
    width: 100%;
    margin-top: 100px;
  }
  #allmap{
    width: 1180px;
    height: 360px;
    margin: auto;
  }
  .contact_text{
    width: 1067px;
    margin: 64px auto 94px;
    display: flex;
    align-items: center;
  }
  .contact_text div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 91px;
  }
  .contact_text div span{
    font-size:28px;
    font-weight:bold;
    line-height:25px;
    letter-spacing: 2px;
    margin-bottom: 18px;
  }
  .contact_location{
    width: 450px;
    font-size: 22px;
    font-weight:400;
    line-height:40px;
    color: #636363;
    letter-spacing: 2px;
    padding-left: 75px;
    position: relative;
  }
  .contact_location::before{
    content: '地址：';
    font-size: 22px;
    font-weight:400;
    line-height:40px;
    color: #636363;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact_phone{
    width: 450px;
    font-size: 22px;
    font-weight:400;
    line-height:40px;
    color: #636363;
    letter-spacing: 2px;
    padding-left: 75px;
    position: relative;
  }
  .contact_phone::before{
    content: '电话：';
    font-size: 22px;
    font-weight:400;
    line-height:40px;
    color: #636363;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact_text img{
    display: block;
    width: 180px;
    height: 180px;
    margin-left: 40px;
  }
}

@media (max-width: 1024px) and (min-width: 751px){
  #contact{
    width: 100%;
    margin-top: 1rem;
  }
  #allmap{
    width: 9.2rem;
    height: 3.6rem;
    margin: auto;
  }
  .contact_text{
    width: 8.5rem;
    margin: 0.64rem auto 0.94rem;
    display: flex;
    align-items: center;
  }
  .contact_text div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_text div span{
    font-size:0.28rem;
    font-weight:bold;
    line-height:0.25rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.18rem;
  }
  .contact_location{
    width: 4.5rem;
    font-size: 0.22rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    letter-spacing: 0.02rem;
    padding-left: 0.75rem;
    position: relative;
  }
  .contact_location::before{
    content: '地址：';
    font-size: 0.22rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact_phone{
    width: 4.5rem;
    font-size: 0.22rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    letter-spacing: 0.02rem;
    padding-left: 0.75rem;
    position: relative;
  }
  .contact_phone::before{
    content: '电话：';
    font-size: 0.22rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact_text img{
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 0.4rem;
  }
}

@media screen and (max-width: 750px){
  #contact{
    width: 100%;
    margin-top: 1rem;
  }
  #allmap{
    width: 6.9rem;
    height: 3.6rem;
    margin: auto;
  }
  .contact_text{
    width: 5.7rem;
    margin: 0.64rem auto 0.94rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact_text div{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact_text div span{
    font-size: 0.36rem;
    font-weight:bold;
    line-height:0.25rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.18rem;
  }
  .contact_location{
    width: 4.8rem;
    font-size: 0.24rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    letter-spacing: 0.02rem;
    padding-left: 0.75rem;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .contact_location::before{
    content: '地址：';
    font-size: 0.24rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    position: absolute;
    left: 0;
    top: 0;
  } 
  .contact_phone{
    width: 4.8rem;
    font-size: 0.24rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    letter-spacing: 0.02rem;
    padding-left: 0.75rem;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .contact_phone::before{
    content: '电话：';
    font-size: 0.22rem;
    font-weight:400;
    line-height:0.4rem;
    color: #636363;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact_text img{
    display: block;
    width: 1.5em;
    /* height: 1.3rem; */
    margin-left: 0.85rem;
  }
}