.address_box {
  width: 417px;
  height: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px #0000001f, 0 8px 16px #0000002e;
  z-index: 99;
  padding: 20px 18px;
  position: absolute;
  left: 0;
  top: 100%;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .address_box .sbm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%; }
  .address_box.on {
    top: 120%;
    visibility: inherit;
    opacity: 1; }
  .address_box::after {
    content: '';
    width: 1px;
    height: calc(100% - 36px);
    background: #C0C0C0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%); }
  .address_box .right {
    width: 150px;
    overflow: hidden;
    height: 100%; }
    .address_box .right .item {
      overflow: hidden;
      width: 150px;
      display: none;
      position: relative;
      height: 100%; }
      .address_box .right .item::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 140px;
        height: 45px;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
      .address_box .right .item ul {
        height: calc(100% - 45px);
        position: relative;
        padding-bottom: 45px;
        overflow: auto; }
        .address_box .right .item ul::-webkit-scrollbar {
          width: 3px;
          height: 1px; }
        .address_box .right .item ul::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          background: #535353; }
        .address_box .right .item ul::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
          border-radius: 10px;
          background: #fff; }
        .address_box .right .item ul li {
          overflow: hidden;
          padding: 10px 16px;
          display: flex;
          cursor: pointer;
          align-items: center; }
          .address_box .right .item ul li.on div {
            background-image: url(../images/ccc_03.png); }
          .address_box .right .item ul li div {
            width: 17px;
            height: 17px;
            border-radius: 2px;
            background-size: 100% 100%;
            border: 1px solid #686868; }
          .address_box .right .item ul li span {
            font-size: 14px;
            color: #333;
            margin-left: 12px; }
      .address_box .right .item .swith {
        padding: 10px 16px;
        display: flex;
        align-items: center; }
        .address_box .right .item .swith div {
          cursor: pointer;
          overflow: hidden;
          width: 37px;
          height: 21px;
          border-radius: 20px;
          background: #C9C9C9;
          border: 1px solid #696969;
          display: flex;
          align-items: center;
          transition: all .3s;
          position: relative; }
          .address_box .right .item .swith div.on {
            background: #FFD052;
            border: 1px solid #FFD052; }
            .address_box .right .item .swith div.on::after {
              background-image: url(../images/icon_d.png);
              left: calc(100% - 2px - 15px); }
          .address_box .right .item .swith div::after {
            content: '';
            width: 15px;
            height: 15px;
            background-size: 100% 100%;
            position: absolute;
            left: 2px;
            top: 50%;
            transform: translateY(-50%);
            transition: all .35s;
            border-radius: 50%;
            background-image: url(../images/close_fill_03.png); }
        .address_box .right .item .swith span {
          font-size: 14px;
          color: #333;
          margin-left: 12px; }
  .address_box .left {
    overflow: hidden;
    width: 150px; }
    .address_box .left li {
      width: 100%;
      height: 42px;
      cursor: pointer;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      position: relative; }
      .address_box .left li.on {
        background: #E4E4E4; }
      .address_box .left li.ons div {
        display: block; }
      .address_box .left li p {
        font-size: 14px;
        color: #333; }
      .address_box .left li div {
        height: 16px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        vertical-align: middle;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        background: #1e1e1e;
        position: absolute;
        display: none;
        left: 76px;
        top: 50%;
        transform: translateY(-50%); }
      .address_box .left li img {
        width: 17px; }

.pgm11-m1 .box1 {
  display: flex;
  align-items: center; }

.city_select {
  display: flex;
  align-items: center;
  width: 120px;
  height: 40px;
  border-radius: 10px;
  background: #f8f8f8;
  justify-content: center;
  position: relative;
  padding: 0 10px;
  padding-left: 6px;
  margin-left: 8px; }
  .city_select > img {
    width: 14px;
    margin-right: 10px; }
  .city_select input {
    width: 75px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666; }
  .city_select > span {
    font-size: 16px;
    cursor: pointer;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    width: 80%; }

.pgm11-m7 {
  display: flex; }

.top_search,
.buttona {
  display: none; }

.address_box.on1::after {
  display: none; }

.result {
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%; }
  .result ul {
    overflow: hidden;
    width: 100%; }
    .result ul li {
      overflow: hidden; }
      .result ul li a {
        display: flex;
        align-items: center;
        padding: 8px 12px 8px 0; }
        .result ul li a img {
          width: 48px; }
        .result ul li a div {
          overflow: hidden;
          padding-left: 16px; }
          .result ul li a div p {
            font-size: 16px;
            color: #1E1E1E;
            margin-bottom: 4px; }
          .result ul li a div span {
            display: block;
            font-size: 14px;
            color: #4a4a4a; }
  .result .t {
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 0; }
    .result .t .ic {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      border-radius: 4px;
      background: #F1F1F1; }
      .result .t .ic img {
        width: 20px; }
    .result .t .f {
      overflow: hidden;
      flex: 1;
      padding-left: 16px; }
      .result .t .f p {
        font-size: 16px;
        color: #1E1E1E;
        margin-bottom: 4px; }
      .result .t .f span {
        display: block;
        font-size: 14px;
        color: #4a4a4a; }

.results {
  width: 417px;
  height: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px #0000001f, 0 8px 16px #0000002e;
  z-index: 99;
  padding: 20px 18px;
  position: absolute;
  left: 0;
  top: 100%;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  align-items: flex-start;
  justify-content: space-between; }
  .results::-webkit-scrollbar {
    width: 3px;
    height: 1px; }
  .results::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353; }
  .results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #fff; }
  .results.on {
    top: 120%;
    visibility: inherit;
    opacity: 1; }
  .results ul {
    overflow: hidden;
    width: 100%; }
    .results ul li {
      overflow: hidden; }
      .results ul li a {
        display: flex;
        align-items: center;
        padding: 8px 12px 8px 0; }
        .results ul li a img {
          width: 48px; }
        .results ul li a div {
          overflow: hidden;
          padding-left: 16px; }
          .results ul li a div p {
            font-size: 16px;
            color: #1E1E1E;
            margin-bottom: 4px; }
          .results ul li a div span {
            display: block;
            font-size: 14px;
            color: #4a4a4a; }
  .results .t {
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 0; }
    .results .t .ic {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      border-radius: 4px;
      background: #F1F1F1; }
      .results .t .ic img {
        width: 20px; }
    .results .t .f {
      overflow: hidden;
      flex: 1;
      padding-left: 16px; }
      .results .t .f p {
        font-size: 16px;
        color: #1E1E1E;
        margin-bottom: 4px; }
      .results .t .f span {
        display: block;
        font-size: 14px;
        color: #4a4a4a; }

@media (max-width: 1000px) {
  .mb-nav.on {
    z-index: 1; }

  .city_select {
    border-radius: 50px; }

  .address_box {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 1;
    display: none;
    visibility: inherit; }

  .address_box.on {
    top: 0;
    display: block; }
    .address_box.on .sbm {
      bottom: 0; }

  .address_box .sbm {
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    height: 95vh;
    position: absolute;
    left: 0;
    bottom: -95vh;
    padding: 18px 20px 24px;
    padding-top: 70px;
    padding-bottom: calc(48px + 36px); }

  .address_box .left {
    height: 100%; }

  .address_box::after {
    height: 100%;
    height: calc(100% - 84px - 70px - 5vh);
    transform: translateY(0);
    top: calc(70px + 5vh); }

  .buttona {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 48px;
    background: linear-gradient(to right, #ffd052, #ffe8aa);
    border-radius: 5px;
    position: absolute;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px; }
    .buttona:active {
      opacity: 0.8;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 3px -6px 2px rgba(0, 0, 0, 0.1); }
    .buttona img {
      display: block;
      width: 20px; }
    .buttona span {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      margin-left: 10px; }

  .address_box {
    border-radius: 0; }

  .top_search {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 20px;
    top: 18px;
    justify-content: space-between; }
    .top_search .backs {
      width: 25px; }
    .top_search div {
      width: 88%;
      height: 38px;
      border-radius: 50px;
      background: #EDEDED;
      position: relative;
      display: flex;
      align-items: center; }
      .top_search div img {
        width: 19px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
        display: none; }
      .top_search div input {
        width: 80%;
        height: 100%;
        border: none;
        outline: none;
        background: none;
        font-size: 13px;
        color: #333;
        padding: 16px; }

  .city_select input {
    font-size: 13px; }

  .city_select input {
    width: 73px; } }

/*# sourceMappingURL=w.css.map */
