@charset "UTF-8";
/*order-option*/
/*order-option*/
.map-pe {
  position: relative;
  height: calc(100vh - 64px);
  overflow: hidden;
}
.map-pe .gm-style {
  font: inherit;
  font-weight: 400;
}
.map-pe #map {
  width: 100%;
  height: calc(100vh - 64px);
}
.map-pe .marginTop8 {
  margin-top: 8px;
}
.map-pe .map-search {
  position: absolute;
  top: 102px;
  left: 240px;
  width: 384px;
}
.map-pe .map-search .search-input-wrap {
  position: relative;
  border-radius: 8px;
  padding: 20px 30px 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 8px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.map-pe .map-search .search-input-wrap .search-input {
  border: 0;
  font-size: 14px;
  line-height: 1.7142857143;
  width: calc(100% - 20px);
}
.map-pe .map-search .search-input-wrap .search-input::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 1.7142857143;
}
.map-pe .map-search .search-input-wrap .search-input::-moz-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 1.7142857143;
}
.map-pe .map-search .search-input-wrap .search-input:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 1.7142857143;
}
.map-pe .map-search .search-input-wrap .search-input::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 1.7142857143;
}
.map-pe .map-search .search-input-wrap .search-input::placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 1.7142857143;
}
.map-pe .map-search .search-input-wrap .icon-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  font-size: 18px;
}
.map-pe .map-search .search-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px 12px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 8px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.map-pe .map-search .search-type-list .search-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin: 4px 0px;
  margin-right: 5px;
}
.map-pe .map-search .search-type-list .search-type-item .serach-type-radio {
  display: block;
  border: solid 1px #e73326;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 6px;
  margin-right: 10px;
}
.map-pe .map-search .search-type-list .search-type-item.active .serach-type-radio {
  padding: 3px;
}
.map-pe .map-search .search-type-list .search-type-item.active .serach-type-radio span {
  display: block;
  padding: 3px;
  border-radius: 50%;
  background: #78b254;
}
.map-pe .map-search .search-result-list-wrap {
  max-height: 52vh;
  overflow: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 20px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 20px 4px rgba(0, 0, 0, 0.15);
}
.map-pe .map-search .search-result-list-wrap::-webkit-scrollbar {
  width: 0px;
  height: 3px;
  border-radius: 5px;
}
.map-pe .map-search .search-result-list-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 0.5);
}
.map-pe .map-search .search-result-list-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.map-pe .map-search .search-result-list-wrap::-webkit-scrollbar-corner {
  background-color: transparent;
}
.map-pe .map-search .search-result-list-wrap .search-result-item {
  border-radius: 8px;
  padding: 28px 17px 28px 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 8px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  cursor: pointer;
}
.map-pe .map-search .search-result-list-wrap .search-result-item:last-of-type {
  margin-bottom: 0;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-title {
  font-size: 20px;
  line-height: 1.375;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000000;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-address {
  font-size: 14px;
  line-height: 1.375;
  margin-bottom: 36px;
  font-weight: 500;
  color: #000000;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 5px;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-break: break-word;
  font-size: 14px;
  padding-top: 8px;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-contact-icon {
  margin-top: 4px;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  margin-right: 14px;
}
.map-pe .map-search .search-result-list-wrap .search-result-item .search-result-contact-label {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: center;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  color: #78b254;
  font-size: 12px;
  background-color: rgba(212, 216, 219, 0.1);
  border-radius: 8px;
}
.map-pe .map-search .search-result-list-wrap .search-result-nodata {
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding: 2vh 0;
}
.map-pe .gm-style-iw-chr {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 991px) {
  .map-pe .gm-style-iw-chr {
    position: unset;
  }
}
.map-pe .map-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px 8px 8px 10px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.map-pe .map-detail .word-red {
  color: red !important;
}
.map-pe .map-detail img {
  width: 100%;
  width: 240px;
  height: 208px;
}
.map-pe .map-detail .map-detail-img {
  width: 200px;
  overflow: hidden;
  position: relative;
  margin-right: 32px;
}
.map-pe .map-detail .map-detail-img p {
  position: absolute;
  top: 0;
  left: 0;
  color: #e73326;
  font-size: 12px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 13px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.map-pe .map-detail .map-detail-txt {
  max-width: 460px;
  /* 美化滚动条 */
}
.map-pe .map-detail .map-detail-txt .detail-title {
  padding-right: 40px;
}
.map-pe .map-detail .map-detail-txt .detail-title .title {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.map-pe .map-detail .map-detail-txt .detail-title .sub-title {
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 10px;
  font-weight: 400;
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap {
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 143px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  -webkit-line-clamp: 3;
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar {
  width: 2px;
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar-thumb {
  background-color: #000;
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar {
  width: 4px;
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar-corner {
  display: block;
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.map-pe .map-detail .map-detail-txt .detail-contact-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.map-pe .map-detail .map-detail-txt .detail-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.map-pe .map-detail .map-detail-txt .detail-contact-item {
  font-size: 12px;
  line-height: 1.375;
  padding-top: 4px;
  font-weight: 500;
  color: #000000;
}
.map-pe .map-detail .map-detail-txt .detail-contact-item svg {
  width: 24px;
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}
.map-pe .map-detail .map-detail-txt .detail-contact-item:last-of-type {
  margin-bottom: 0;
}
.map-pe .map-detail .map-detail-txt .detail-contact-item span {
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.map-pe .map-detail .map-detail-txt .detail-contact-item.detail-contact-gps span {
  text-decoration: underline;
  color: #78b254;
}
.map-pe .map-detail .map-detail-txt .business-hours {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.375;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000000;
}
.map-pe .map-detail .map-detail-txt .business-hours .img-left {
  margin-right: 13px;
}
.map-pe .map-detail .map-detail-txt .business-hours .time-right div div {
  padding: 4px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-pe .map-detail .map-detail-txt .business-hours .time-right div .work {
  display: inline-block;
  min-width: 80px;
}
.map-pe .map-detail .map-detail-txt .business-hours .time-right span {
  line-height: 2;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.map-pe .map-detail .map-detail-txt .dealer-website a {
  font-size: 12px;
  line-height: 1.753;
  text-decoration: underline;
  color: #78b254;
}
.map-pe .map-detail-container {
  display: block;
}
.map-pe .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.map-pe .gm-style .gm-style-iw-c {
  padding: 0;
  -webkit-box-shadow: 0 5px 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 6px rgba(0, 0, 0, 0.1);
  max-width: 100% !important;
  max-height: none !important;
}
.map-pe .gm-style .gm-style-iw-c .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

@media (max-width: 1600px) {
  .map-pe .map-search {
    left: 120px;
  }
}
@media (max-width: 1440px) {
  .map-pe .map-search {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .map-pe .map-search {
    left: 40px;
    width: 340px;
  }
}
@media (max-width: 991px) {
  .map-pe .map-search {
    top: 20px;
    left: 50%;
    width: 340px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0;
  }
  .map-pe .map-search .search-input-wrap {
    border-radius: 8px;
    padding: 16px 20px;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .map-pe .map-search .search-input-wrap .search-input {
    font-size: 16px;
    line-height: 1;
    width: calc(100% - 4.166667vw);
  }
  .map-pe .map-search .search-input-wrap .search-input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 1;
  }
  .map-pe .map-search .search-input-wrap .search-input::-moz-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 1;
  }
  .map-pe .map-search .search-input-wrap .search-input:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 1;
  }
  .map-pe .map-search .search-input-wrap .search-input::-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 1;
  }
  .map-pe .map-search .search-input-wrap .search-input::placeholder {
    color: #999999;
    font-size: 16px;
    line-height: 1;
  }
  .map-pe .map-search .search-input-wrap .icon-search {
    right: 20px;
    font-size: 14px;
    color: #999999;
  }
  .map-pe .map-search .search-type-list {
    padding: 12px 30px 12px 25px;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .map-pe .map-search .search-type-list .search-type-item {
    margin-bottom: 5px;
  }
  .map-pe .map-search .search-type-list .search-type-item span {
    font-size: 16px;
    line-height: 1.25;
  }
  .map-pe .map-search .search-type-list .search-type-item .serach-type-radio {
    margin-right: 6px;
  }
  .map-pe .map-search .search-result-list-wrap {
    max-height: 22vh;
    border-radius: 5px;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list {
    background-color: #fff;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item {
    border-radius: 0;
    padding: 15px 20px 18px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    position: relative;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-title {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 6.5px;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-address {
    font-size: 12px;
    line-height: 1.5384615385;
    margin-bottom: 8px;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-contact-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-contact-wrap .search-result-contact-item {
    font-size: 12px;
    line-height: 1.25;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-contact-wrap .search-result-contact-item span {
    margin: 5px 0 0 5px;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-contact-wrap .search-result-contact-item .search-result-contact-icon {
    width: 24px;
    height: 24px;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-contact-wrap .search-result-contact-item:last-of-type {
    margin-bottom: 0;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item .search-result-contact-wrap .search-result-contact-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 8px 9px;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: 0.9166666667;
    border-radius: 14px;
    border: solid 1px #000000;
    background-color: transparent;
    color: #000;
    overflow: inherit;
  }
  .map-pe .map-search .search-result-list-wrap .search-result-list .search-result-item::before {
    content: "";
    position: absolute;
    background-color: #d8d8d8;
    width: calc(100% - 40px);
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .map-pe .detail-contact-wrap {
    overflow: inherit !important;
  }
  .map-pe .business-hours .img-left {
    margin-right: 13px !important;
  }
  .map-pe .business-hours .time-right {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    width: 98%;
  }
  .map-pe .map-detail {
    max-width: 255px;
    max-height: 275px;
    overflow-y: auto;
    width: 100%;
    margin: 0 10px 15px;
    display: block !important;
  }
  .map-pe .map-detail .map-detail-img {
    width: 100%;
    margin-right: 0px !important;
  }
  .map-pe .map-detail .map-detail-img img {
    width: 235px;
    height: 100%;
    max-height: 120px;
  }
  .map-pe .map-detail .map-detail-txt {
    width: 100%;
    max-width: 100%;
  }
  .map-pe .map-detail .map-detail-txt .detail-title {
    padding-right: 0;
    width: 100%;
    max-width: 260px;
  }
  .map-pe .map-detail .map-detail-txt .detail-title .title {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 8px 0;
  }
  .map-pe .map-detail .map-detail-txt .detail-title .sub-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #000;
    word-wrap: break-word;
  }
  .map-pe .map-detail .detail-contact-item svg {
    width: 10px;
    margin-right: 8px;
  }
  .map-pe .map-detail .detail-contact-item.detail-contact-gps span {
    text-decoration: none;
    color: #d82e20;
  }
  .map-pe .map-detail .dealer-website a {
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    color: #d82e20;
  }
}