@media screen and (min-width: 960px) {
  .container {
    width: 100%;
  }
  .container .way {
    width: 100%;
    padding: 8.385vw 7.188vw 2.292vw 7.188vw;
    overflow: hidden;
  }
  .container .way .title {
    color: #333;
    font-size: 48px;
    font-weight: bold;
  }
  .container .way .way-bottom {
    width: 100%;
    display: flex;
    margin-top: 1.823vw;
    justify-content: space-between;
  }
  .container .way .way-bottom .cell {
    width: 26.927vw;
    height: 13.854vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
  }
  .container .way .way-bottom .cell .icon {
    font-size: 36px;
    color: #F2221D;
  }
  .container .way .way-bottom .cell .icon i {
    font-size: 36px;
    color: #F2221D;
  }
  .container .way .way-bottom .cell .name {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin-top: 1.042vw;
  }
  .container .way .way-bottom .cell .detail {
    font-size: 24px;
    color: #888;
    line-height: 24px;
    margin-top: 0.885vw;
  }
  .container .way .map {
    width: 100%;
    height: 35.104vw;
    margin-top: 2.188vw;
    overflow: hidden;
  }
  .container .way .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .way .phone_mb {
    display: none!important;
  }
}
@media screen and (max-width: 960px) {
  .container {
    width: 100%;
    padding-top: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container .way {
    width: 100%;
    padding: 1.4933rem 0.32rem 0.2rem 0.32rem;
  }
  .container .way .title {
    width: 100%;
    font-size: 0.64rem;
    color: #333;
    line-height: 0.64rem;
    margin-bottom: 0.44rem;
  }
  .container .way .way-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .container .way .way-bottom .cell {
    width: 100%;
    height: 2.9333rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
    padding: 0.6133rem 0 0.6667rem;
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .container .way .way-bottom .cell .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .way .way-bottom .cell .icon i {
    font-size: 0.4533rem;
    color: #F2221D;
  }
  .container .way .way-bottom .cell .name {
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
  }
  .container .way .way-bottom .cell .detail {
    font-size: 0.32rem;
    color: #888;
  }
  .container .way .map {
    width: 100%;
    height: 7.3333rem;
    padding: 0 0.04rem;
  }
  .container .way .map img {
    width: 100%;
    height: 100%;
  }
  .container .way .phone_pc {
    display: none!important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .container .way .way-bottom .cell .detail {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .container .way .way-bottom .cell .detail {
    font-size: 22px !important;
  }
}
