@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-weight: 200;
  font-family: "light PingFangSC-Regular", "Microsoft YaHei";
  /* color: #cccccc; */
}

.address-top {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  min-height: calc(100vh - 246px);
}

.address {
  width: 80%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
  border: 1px solid #dcdcdc;
  border-color: rgba(0, 0, 0, .14);
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .1);
  border-radius: 10px;
}

.address-title {
  height: 60px;
  line-height: 60px;
  padding: 0 10px 0 28px;
  background: #f5f5f5;
  background: linear-gradient(#fff, #f5f5f5);
  border-bottom: 1px solid #dcdcdc;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, .06);
  color: #646464;
  font-size: 18px;
  margin-bottom: 120px;
}

.address-select {
  position: absolute;
  top: 90px;
  z-index: 1000;

  width: 270px;
  float: left;
  margin-left: 30px;
  cursor: pointer;

  border-radius: 8px;
  border: 1px solid #e6e6e6;
  line-height: 50px;
  overflow: hidden;
  background: #fafafa;
}

.address-select-main {
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
}

.address-select-main-text {
  float: left;
  line-height: 50px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

.address-option {
  width: 270px;
  max-height: 300px;
  overflow-y: scroll;
  display: none;
}

.address-option li {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  font-size: 14px;
  color: #666;
}

.address-option li:hover {
  background: #f4f4f4;
}

.address-option .active {
  font-weight: 700;
}

.address-option li:last-child {
  border-bottom: 0;
}

.address-title-h2 {
  font-weight: 700;
  height: 40px;
  background: #e6e7e8;
  line-height: 40px;
  font-size: 14px;
  padding: 0 30px;
  color: #666;
}

.address-list {
  overflow: hidden;
}

.address-detail {
  padding: 0 30px;
  width: 33%;
  float: left;
  min-height: 95px;
}

.address-detail-title {
  font-weight: 700;
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
  padding-top: 26px;
}

.address-detail-text {
  line-height: 22px;
  overflow: hidden;
}

.address-detail-text span {
  float: left;
  width: 50px;
  color: #7f7f7f;
  font-size: 14px;

}

.address-detail-text span:nth-child(2) {
  width: calc(100% - 50px);
}

.arror {
  position: absolute;
  right: 10px;
  top: 20px;
}

.shop1, .shop2, .shop3{
  padding-bottom: 20px;
}
