@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./inner_header.css";
@import "./footer.css";



body {
    font-family:'SOURCEHANSANSCN',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.local {
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.local a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.control-group {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 100;
    width: 263px;
    height: 56px;
    overflow: hidden;
    border-radius: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.control-group .quick-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.control-group .control-btn {
    margin-right: 7px;
    width: 133px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    border-radius: 60px;
    background: #000;
}

.storeWarp .storeBanner {
    background: url(../assets/store/banner.png) no-repeat center center;
    height: 500px;
}

.storeWarp .storeBanner .storeSearch {
    width: 543px;
    margin: 0 auto;
    padding-top: 85px;
}

.storeWarp .storeBanner .storeSearch .title {
    font-size: 38px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.storeWarp .storeBanner .storeSearch .title .el-select-node {
    position: relative;
    letter-spacing: 4px;
    padding-right: 14px;
    display: inline-block;
}

.storeWarp .storeBanner .storeSearch .title .el-select-node .el-cascader,
.storeWarp .storeBanner .storeSearch .title .el-select-node .el-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.storeWarp .storeBanner .storeSearch .title .el-select-node .el-cascader .el-input--suffix,
.storeWarp .storeBanner .storeSearch .title .el-select-node .el-select .el-input--suffix {
    opacity: 0;
}

.storeWarp .storeBanner .storeSearch .title .el-select-node:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: white transparent transparent;
    right: -0;
    position: absolute;
    bottom: 16px;
    transition: 0.3s;
    transform-origin: 6px 4px;
}

.storeWarp .storeBanner .storeSearch .searchBox {
    width: 100%;
    height: 68px;
    padding: 20px 35px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.storeWarp .storeBanner .storeSearch .searchBox .iconfont {
    font-size: 20px;
    margin-right: 10px;
    color: black;
    margin-bottom: 1px;
}

.storeWarp .storeBanner .storeSearch .searchBox .inputSearch {
    width: 380px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    border: 0;
    outline: 0;
}

.storeWarp .storeBanner .storeSearch .searchBox .button {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    border: 0;
    background: none;
    width: 72px;
    text-align: center;
    cursor: pointer;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.storeWarp .storeBanner .storeSearch .hotCity {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 60px;
}

.storeWarp .storeBanner .storeSearch .hotCity a {
    color: #fff;
    margin: 0 5px;
    padding: 0 5px;
}

.storeWarp .storeBanner .storeSearch .hotCity a.cut {
    line-height: 23px;
    background: #fff;
    color: #000;
    border-radius: 11px;
}

.storeWarp .searchBody {
    background: transparent;
    height: auto;
    margin-top: 68px;
    padding: 0;
}

.storeWarp .searchBody .searchBox {
    width: 543px;
    height: 68px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto;
    padding: 20px 35px;
    padding-right: 10px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.storeWarp .searchBody .searchBox .iconfont {
    font-size: 20px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.2);
}

.storeWarp .searchBody .searchBox .inputSearch {
    width: 380px;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: 0;
}

.storeWarp .searchBody .searchBox .button {
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    border: 0;
    text-align: center;
    cursor: pointer;
    width: 83px;
    height: 50px;
    background: #262626;
    border-radius: 5px;
    color: #fff;
}

.storeWarp .storeNearby {
    display: table;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.storeWarp .storeNearby .title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 60px;
}

.storeWarp .storeNearby ul {
    margin: 0 -7.5px;
    display: table;
}

.storeWarp .storeNearby ul li {
    background: #f1f1f1;
    padding: 10px 28px;
    width: 385px;
    margin: 7.5px;
    float: left;
    position: relative;
}

.storeWarp .storeNearby ul li h4.storeName {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    margin: 12px 0;
}

.storeWarp .storeNearby ul li p,
.storeWarp .storeNearby ul li a {
    font-size: 12px;
    color: black;
    line-height: 24px;
}

.storeWarp .storeNearby ul li .flex {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.storeWarp .storeNearby ul li .hover {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #2f2f2f;
    width: 30%;
    height: 100%;
    margin: 0;
}

.storeWarp .storeNearby ul li .hover .item {
    width: 100%;
    height: 50%;
    float: left;
    text-align: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.storeWarp .storeNearby ul li .hover .item:last-child {
    border: 0;
}

.storeWarp .storeNearby ul li .hover .item .iconfont {
    font-size: 20px;
}

.storeWarp .storeNearby ul li .hover .item p {
    color: #fff;
}

.storeWarp .storeNearby ul li:hover .hover {
    display: block;
}

.storeWarp .storeSame {
    display: table;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.storeWarp .storeSame .title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 60px;
}

.storeWarp .storeSame ul {
    width: 100%;
    display: table;
    margin: 0 -7.5px;
}

.storeWarp .storeSame ul li {
    background: #f1f1f1;
    padding: 10px 28px;
    width: 385px;
    margin: 7.5px;
    float: left;
    position: relative;
    /*min-height: 180px;*/
}

.storeWarp .storeSame ul li h4.storeName {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    margin: 12px 0;
}

.storeWarp .storeSame ul li p,
.storeWarp .storeSame ul li a {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: black;
    line-height: 24px;
}

.storeWarp .storeSame ul li .flex {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.storeWarp .storeSame ul li .hover {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #2f2f2f;
    width: 30%;
    height: 100%;
    margin: 0;
}

.storeWarp .storeSame ul li .hover .item {
    width: 100%;
    height: 50%;
    float: left;
    text-align: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.storeWarp .storeSame ul li .hover .item:last-child {
    border: 0;
}

.storeWarp .storeSame ul li .hover .item .iconfont {
    font-size: 20px;
}

.storeWarp .storeSame ul li .hover .item p {
    color: #fff;
}

.storeWarp .storeSame ul li:hover .hover {
    display: block;
}

.storeWarp .storeSame .more {
    display: block;
    width: 199px;
    height: 70px;
    line-height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin: 0 auto;
    margin-top: 87px;
}

.storeWarp .storeSame .more:hover {
    background: #000;
    color: #fff;
}

.storeWarp .storePop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.storeWarp .storePop .overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
}

.storeWarp .storePop .sendPop {
    position: fixed;
    z-index: 1001;
    width: 717px;
    height: 396px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 60px;
}

.storeWarp .storePop .sendPop .iconfont {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    color: #000;
    opacity: .3;
}

.storeWarp .storePop .sendPop h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.storeWarp .storePop .sendPop P {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.storeWarp .storePop .sendPop .formList {
    margin-top: 20px;
}

.storeWarp .storePop .sendPop .formList li input {
    width: 100%;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 13px;
    text-indent: 2em;
    font-size: 14px;
}

.storeWarp .storePop .sendPop .formList li.flex {
    display: flex;
    justify-content: space-between;
}

.storeWarp .storePop .sendPop .formList li.flex .sendCode {
    background: #212121;
    border-radius: 5px;
    width: 209px;
    height: 52px;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border: 0;
    text-align: center;
    cursor: pointer;
}

.storeWarp .storePop .sendPop .formList li.flex .sendCode:hover {
    color: #fff;
}

.storeWarp .storePop .sendPop .formList li.flex .sendCode.gray {
    background: #ccc;
}

.storeWarp .storePop .sendPop .formList li.check {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
}

.storeWarp .storePop .sendPop .formList li.check .checkbox {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}

.storeWarp .storePop .sendPop .formList li .submit {
    width: 100%;
    height: 52px;
    background: #ededed;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: rgba(33, 33, 33, 0.5);
    line-height: 52px;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
}

.storeWarp .storePop .sendPop .formList li .submit:hover {
    background: #000;
    color: #fff;
}

.el-tree-node {
    width: 300px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.el-tree-node .el-tree-node__content {
    height: 39px;
}

.el-tree-node.el-tree-node__children:last-child {
    border-bottom: 0;
}






.storeDetail .local {
    padding: 20px 0;
    opacity: .5;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.storeDetail .local a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.storeDetail .storeViews {
    padding: 70px 0;
    background: #f4f4f4;
}

.storeDetail .storeViews h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 60px;
    margin-bottom: 20px;
}

.storeDetail .storeViews h4 span {
    display: block;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.storeDetail .storeViews .storeBox {
    height: 478px;
    overflow: hidden;
}

.storeDetail .storeViews .storeBox .left {
    width: 426px;
    padding: 110px 50px;
    background-color: #fff;
    float: left;
    height: 436px;
}

.storeDetail .storeViews .storeBox .left h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 18px;
    margin-bottom: 30px;
}

.storeDetail .storeViews .storeBox .left p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.storeDetail .storeViews .storeBox .left p .iconfont {
    color: #000;
    margin-right: 10px;
}

.storeDetail .storeViews .storeBox .right {
    width: 774px;
    height: 436px;
    float: left;
}

.storeDetail .storeHotList {
    padding: 70px 0;
}

.storeDetail .storeHotList h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 60px;
}

.storeDetail .storeHotList .list {
    margin: 0 -7px;
    overflow: hidden;
}

.storeDetail .storeHotList .list li {
    float: left;
    padding: 33px 30px;
    width: 289px;
    height: 390px;
    background: #f4f4f4;
    margin: 0 7px;
}

.storeDetail .storeHotList .list li h5 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 18px;
}
.storeDetail .storeHotList .list li h5 span{
    font-family: "HONORSansCNThin";margin-left:.3em;
}

.storeDetail .storeHotList .list li p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 24px;
}

.storeDetail .storeHotList .list li .pic {
    width: 100%;
    height: 280px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    bottom: 25px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}


.storePop {
    display: none;
}


.noData {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 60px;
}





/* appoint */
.storeAppoint .local {
    padding: 38px 0;
    opacity: .5;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.storeAppoint .local a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.storeAppoint .appointWarp {
    padding: 70px 0;
}

.storeAppoint .appointWarp h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.storeAppoint .appointWarp h4 .tips {
    width: 100%;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}

.storeAppoint .appointWarp .formList {
    padding: 20px 0 0 0;
}

.storeAppoint .appointWarp .formList .ant-form-item {
    display: block;
    font-size: 14px;
}

.storeAppoint .appointWarp .formList .el-select {
    width: 100%;
}

.storeAppoint .appointWarp .formList .clause .ant-checkbox-wrapper {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
}

.storeAppoint .appointWarp .formList .submit {
    width: 100%;
    height: 66px;
    text-align: center;
    background: #f4f4f4;
    font-size: 20px;
    font-weight: 700;
    color: rgba(33, 33, 33, 0.5);
    border: 0;
    outline: 0;
    border-radius: 5px;
    display: block;
}

.storeAppoint .appointWarp .formList .submit:hover {
    background: #000;
    color: #fff;
}

.storeAppoint .serviceBox {
    padding: 70px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.storeAppoint .serviceBox h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 60px;
    margin-bottom: 30px;
}

.storeAppoint .serviceBox .phone {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.storeAppoint .serviceBox .phone:hover {
    background: #000;
    color: #fff;
}

.storeAppoint .serviceBox .phone .iconfont {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}


input[type=text].el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}



/* 店铺地图 */
.store-map__body{
    width: 100%;
}

.store-map_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /*padding: 20px 0;*/
    padding:5vh 0;
    padding-bottom:0;
}

.store-map__title{
    /*margin-bottom: 20px;*/
    margin-bottom: 5vh;
    font-size: 36px;
    font-weight: bold;
}

.store-map__tools{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.store-map__search__filter{
    color: #039;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.store-map__search__filter ul{
   display: flex; 
   justify-content: center;
   /*padding:30px 0;*/
   padding:5vh 0;
}


.store-map__search__filter li{
    margin: 0 60px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.store-map__search__filter li .icons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color:#C9CACA;
    fill:#C9CACA;
}
.store-map__search__filter li .values{
    margin:0 10px;
    font-size:50px;
    color:#C9CACA;
    display: flex;
    align-items: center;
}

.store-map__search__filter li .values .tips{
    font-size: 34px;
    display: flex;
    line-height: 0;
    align-items: center;
}

.store-map__search__filter li.cur .icons{
    color:#EC8100;
    fill:#EC8100;
}
.store-map__search__filter li.cur .values{
    color:#EC8100;
    fill:#EC8100;
}



.store-map__search__icon{
    margin-right: 3px;
    font-size: 12px;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.store-map__select__box{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    border-right:1px solid #E0E0E0;
    padding:0 20px;
}

.store-map__select__icon{
    margin-right: 5px;
    font-size: 12px;
    color: #000;
}

.store-map__select__local{
    margin-right: 3px;
    font-size: 12px;
}

.store-map__select__hint{
    color:#0F62FE;
    font-size: 12px;
}

.store-map__search__box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 20px;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 28px;
    padding: 4px 11px;
    font-size: 13px;
    line-height: 1.4;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
}


.ant-input-affix-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
}

.ant-input-affix-wrapper .ant-input-prefix {
    left:0px;
}

.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    color: rgba(0,0,0,.65);
    line-height: 0;
    transform: translateY(-50%);
}


.store-map__search__input{
    margin-right: 10px;
    width: 360px;
}

.store-map__search__btn{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 25px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #0F62FE;
    border-radius: 30px;
}


.ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 20px;
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
    padding-left: 20px;
}
.c-search .ant-input {
    border-radius: 0;
    border: none;
    border-bottom: 0.03125rem solid #ccc;
    background-color: transparent;
}
.ant-input-affix-wrapper .ant-input {
    position: relative;
    text-align: inherit;
}
.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}
input[type=button], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none;
}


.store-map_content{
    position: relative;
    width: 100vw;
    /* height: calc(100vh - 26.1875rem); */
    height: 500px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-map__store-list{
    z-index: 95;
    position: absolute;
    top: 0;
    width: 360px;
    height: 100%;
    left: 7.5rem;
    color: #666;
    font-size: .5rem;
    background-color: #fff;
}

.store-map__map-box{
    width: 100%;
    height: 100%;
    background: url(../assets/store/store-map.jpg) no-repeat 34% 38%;
    background-size: auto 132%;
    position: absolute;
    left: 0;
    top: 0;
}

.store-map__total{
    padding: 0 18px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid #f1f1f3;
    color: #727171;
    height: 36px;
    line-height: 36px;
}

.store-map__store-wrap {
    width: 100%;
    height: calc(100% - 36px);
    overflow-y: auto;
}

.store-map__store-item {
    position: relative;
    padding: 2px 0;
    border-bottom: 0.0625rem solid #e0e0e0;
    border-left: 2px solid transparent;
    box-sizing: border-box;
}

.store-map__store-item.cur{
    background-color: #F1F1F4;
    border-left: 3px solid #0F62FE;
}

.store-map__store-name {
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

#store-wrap .store-map__store-name{
    margin-bottom: 0;
}

.store-map__store-desc {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 5px;
}

.store-map__store-bottom {
    margin: 5px 0 5px;
    position: relative;
}

.store-map__name-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.store-map__name-text {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.store-map__conts{
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}
.store-map__store-distance{
    font-size: 12px;
    color: #ec8000;
    margin-left: 15px;
}

.store-map__store-glod {
    min-width: 5rem;
    font-size: 12px;
    color: #c49f71;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.store-map__store-icon {
    width: 0.65625rem;
    height: 0.875rem;
    margin-right: 0.15625rem;
}

.store-map__desc-box{
    background: #FFD09C;
    border-radius: 5px;
    border: 1px solid #f3ac58;
    cursor: pointer;
    width:65px;
}

.store-map__desc-item {
    color: #EC8100;
    line-height:20px;
    font-size: 12px;
    display: block;
    text-align: center;
}


.store-map__store-local {
    font-size: 12px;
    color: #666;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-map__store-number {
    margin: 5px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.store-map__store-number .tags{
    color: #727171;
} 
.store-map__store-number .tags span{
    margin-right: 5px;
}
.BMap_bubble_buttons{
    display: none;
}

/*替换箭头*/
img[src="http://webmap0.bdimg.com/image/api/iw_tail.png"] {
    left: 50% !important;
    /* bottom: 0 !important; */
    /* margin: 0 0 0 -15px !important; */
    /* content: url('../assets/logo4.png');
    background: #f09; */
}


.BMap_bubble_pop{
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.shadow{
    display: none;
}

.BMap_bubble_top{
    height:51px !important;
    padding:10px;
}

.pointHead{
    color: #000;
    padding-bottom:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pointHead .address{
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pointHead .distance{
    color:#9FA0A0;
    font-size: 14px;
    margin-left:5px;
}
.BMap_bubble_center .store-map__store-item{
    background: #fff;
}




.addrPopup{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 99;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.addr-popup__mask{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 0;
}

.addr-popup__box{
    padding: 20px;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    z-index: 2;
}

.addr-popup__title{
    font-size: 16px;
    font-weight: bold;
    width: 560px;
    margin: 10px 0 20px 0;
}

.addr-list{
    max-height: 280px;
    overflow: hidden;
    overflow-y: scroll;
    width: 560px;
}

.addr-list__child{
    background: #f6f6f6;
    height: 180px;
    overflow: auto;
    display: none;
}

.addr-list__item{
    text-align: left;
    border-bottom: 1px solid #B5B5B6;
}

.addr-list__item span{
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
}

.addr-list__child li{
    padding: 10px 10px;
    font-size: 12px;
    color: #333;
}

.addr-list__child li.cur{
    background: #f2f2f2;
    border-left: 2px #039 solid;
}

.disabled .addr-list__label{
    cursor: not-allowed;
}

.addr-list__label{
    color: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addr-list__icon{
    transform: rotate(-90deg);
}

.addr-list__icon svg{
    width: 15px;
    height: 15px;
    color: #039;
    background: #ccc;
    padding: 3px;
    border-radius: 15px;
}

.addr-btn{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 50px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #039;
    border-radius: 30px;
    margin: 20px 0 0 0;
    display: inline-block;
}


.addr-list__item.open .addr-list__icon{
    transform: rotate(0deg);
}

.addr-list__item.selected .addr-list__icon svg{
    color: #039;
    background: #ccc;
}

.addr-list__item.open .addr-list__child{
    display: block;
}

.addr-list__item.selected .addr-list__label{
    cursor: pointer;
    color: #333;
}

.pointListBox{
    margin:5px 0;
}

.pointListBox .con{
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 20px 20px 20px;
}


 .store-map__total{
        font-size:12px ;
    }
    .BMap_bubble_title{
        width:100% !important;
        font-weight: bold;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
    }
    .store-map__distance{
        color: #9FA0A0;
        width:60px;
        text-align:center;
    }
    .store-map__name-text{
        font-size: 12px;
    }
    .store-map__store-bottom{
        font-size: 12px;
    }

    .tags{
        color: #000;
    }
    .store-map__total,.store-map__store-wrap{
        font-size: 12px;
    }

    .BMap_bubble_content{
        width:309px !important;
    }
   .BMap_bubble_content .store-map__name-text{
       width:240px;
   }
   
   
  #store-wrap .store-map__store-item{
    padding: 15px;
  }
  .BMap_bubble_pop .store-map__store-item{
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ccc;
   }
   
   
.BMap_pop .BMap_center{
    box-sizing: border-box !important;
    border-right:1px solid #fff !important;
    border-left:3px solid #0F62FE !important;
}


.BMap_pop div:nth-child(1),.BMap_pop div:nth-child(2),.BMap_pop div:nth-child(3),.BMap_pop div:nth-child(5),.BMap_pop div:nth-child(6),.BMap_pop div:nth-child(7){
    border:0 !important;
}
.BMap_pop>div:nth-child(1),.BMap_pop>div:nth-child(5){
    border-left:3px solid #0F62FE !important;
}
.BMap_pop>div:nth-child(3) div{
    left:-7px !important;
}
.BMap_pop>div:nth-child(4) div{
    left:-7px !important;
}
.store-map__map-box .BMap_shadow{
    display:none !important;
}

img[src="https://api.map.baidu.com/images/iw3.png"]{
    content: url('../assets/store/iw3.png');
}
img[src="https://api.map.baidu.com/images/marker_red_sprite.png"]{
    content: url('../assets/store/marker_red_sprite.png');
}

.BMap_pop .BMap_bubble_title .pointHead{
    border-bottom: 1px solid #B5B5B6 !important;
}

.BMap_Marker>div{
    overflow: inherit !importanti;
    margin:-5px 0 0 -5px !important;
}


/* 10.16 */
.store-map__search-result{
    background: #fff;
    width: 400px;
    display: inline-block;
    position: relative;
    z-index: 96;
    margin: 0 0 0 200px;
    border-radius: 0.05rem;
    border-left: 3px #f3ac58 solid;
}

.pointListBox::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 12px solid #f3ac58;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -15px;
    top: 10px;
}

.store-map__search-result .store-map__name-text{
    width: 270px;
}

.store-map__search-result .pointHead{
    padding-bottom: 10px;
    margin: 20px 20px 10px 20px;
    border-bottom: 1px #ccc solid;
}

.store-map__search-result .store-map__store-item{
    border-bottom: none;
    margin: 0 8px 0 0;
}


