.store {
  margin-bottom: 100px;
  background-color: #fff;
}
/* banner 图 */
.banner {
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-top: 100px;
}

/* 丽康会门店 */
.specialty-store {
  width: 100%;
}
.s-s-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specialty-store .s-s-item{
  height: 551px;
  width: 914px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.specialty-store .s-s-item img{
  max-height: 100%;
}
.specialty-store .store-desc {
  padding-left: 30px;
}
.store-desc .store-title {
  font-size: 26px;
  color: #ff9a00;
  font-weight: 700;
  padding: 10px 0;
}
.store-desc .store-tip {
  font-size: 18px;
  color: #333;
  padding-bottom: 8px;
}
.store-list .store-item {
  margin-top: 20px;
}
.store-item .s-i-title {
  width: 260px;
  height: 38px;
  border:1px solid #ff9a00;
  color:#ff9a00;
  border-radius: 3px;
  display: flex;
  line-height: 29px;
  font-size: 22px;
}
.store-item .index {
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #ff9a00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-item .typename{
  width: calc(100% - 38px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-item .s-i-tip {
  margin-top: 10px;
  font-size: 18px;
}

/* 门店形象展示 */
.store-displary {
  width: 100%;
  background-color: pink;
  background-image: url('../img/store/u1.png');
  background-position: 0 0;
  background-size: 100% 100%;
}
.store-displary img{
  max-width: 100%;
}

.locating-store {
  height: 600px;
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(192,192,192,0.50);
}
.store-map {
  height: 600px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  /* justify-content: space-around; */
  /* align-items: center; */
  -moz-box-shadow: 2px 2px 10px #909090;/* for firefox */
  -webkit-box-shadow: 2px 2px 10px #909090;/* for safari or chrome */
  box-shadow:2px 2px 10px #909090;/* for opera or ie9 */
}
.store-map .map-left {
  width: 562px;
  overflow-y: auto;
}

.map-left .m-l-list .m-l-item {
  padding: 32px 20px 32px 44px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  cursor: pointer;
}
.map-left .m-l-list .m-l-item.active{
  background: #fff5e5;
}
.map-left .m-l-list .m-l-item:last-child {
  border: none;
}
.m-l-list .m-l-item .m-l-i-ad {
  display: flex;
  align-items: center;
}
.m-l-item .m-l-i-ad img {
  width: 26px;
  height: 26px;
}
.m-l-item .m-l-i-ad div {
  padding-left: 10px;
  flex:1;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  font-weight: bolder;
}
.m-l-item .m-l-i-ad span {
  width: 60px;
  text-align: center;
}
.m-l-item .m-l-i-address {
  margin-top: 10px;
  margin-left: 36px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.map-right {
  flex:1;
}
