@media screen and (max-width: 980px) {
  .web {
		display: block !important
	}

	.pc {
		display: none !important
	}
    body {
        min-width: 315px;
        max-width: 750px;
        background: #fff
    }

    .contacts_map {
        height: 47%;
    }

    .contacts_map .list-box {
        position: fixed;
        right: auto;
        left: auto;
        top: auto;
        bottom: 0;
        width: 92%;
        height: 50%;
        padding: .2rem .3rem;
    }
    .contacts_map .list-box .title{
        font-size: .32rem;
    }
    .contacts_map .list-box .items-box .item-name{
        font-size: .26rem;
    }
    .contacts_map .list-box .items-box .item-adr{
        font-size: .24rem;
    }
    .contacts_map .list-box .items-box .item-phone{
        font-size: .24rem;
    }

    .contacts_map .list-box .items-box .item-phone img{
      width: .28rem;
      height: auto;
    }
}