.map-top {
    /*padding: 5px 35px 5px 25px;*/
    background: #fff;
}


.video-wrapper {}

.location-cur-pos {
    position: relative;
    float: left;
    line-height: 50px;
    padding-left: 40px;
    font-size: 16px;
    color: #212121;
    letter-spacing: 1px;
    background: url(../images/pos.png) left 2px no-repeat;
}

.form-section {
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-top: 5px;
}

.xm-select {
    display: inline-block;
    width: 100%;
    margin-right: 12px;
}

.xm-select:nth-child(2) {
    margin-right: 0;
}

.form-section {
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-top: 5px;
}

.location-section {
    /* float: right; */
}

.xm-select .dropdown {
    position: relative;
    display: block;
    overflow: hidden;
    _zoom: 1;
    width: 100%;
    max-width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
        border-radius: 4px;
}

.xm-select label {
    position: absolute;
    right: 14px;
    top: 11px;
    z-index: 1;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #b0b0b0;
    cursor: pointer;
    pointer-events: none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.xm-select select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 38px;
    margin: 0;
    border: 0;
    padding: 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: middle;
    background: none;
    color: #333;
    outline: none;
    cursor: pointer;
    /*border-radius: 4px;*/
}

.location-main {
    background: #f7f7f7;
    border: solid 1px #e9e9e9;
}


.search-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 14px 24px 4px 20px;
    padding: 0 14px;
    -webkit-border-radius: 14px / 50%;
    -moz-border-radius: 14px / 50%;
    border-radius: 14px / 50%;
    text-align: left;
    background: #e9e9e9;
}

.search-box .search-input {
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    color: #868686;
    width: 96%;
    background: #e9e9e9;
    border: unset;
}

.search-icon {
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/search-icon.png);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: #fff;
    top: 7px;
    right: 14px;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.location-list li {
    position: relative;
    height: 80px;
    padding-top: 12px;
    padding-right: 25px;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 10px 0px 10px;
}


.location-list .location-num {
    position: absolute;
    left: 7px;
    top: 27px;
    width: 21px;
    height: 33px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    background: url("../images/bd1.png");
}

.location-list .location-addr {
    padding-left: 40px;
    font-family: 'Microsoft Yahei';
    font-size: 12px;
    color: #999;
}

.location-list .location-addr h3 {
    font-weight: normal;
    margin-bottom: 2px;
    color: #212121;
    font-size: 1.17em;
}

.addr-info {
    line-height: 20px;
}

.location-map {
    height: 900px;
    /* margin-left: 325px; */
    position: relative;
}

li.addMove span.location-num {
    background: url("../images/bd2.png");
}

#store-list li:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px 8px rgba(102, 102, 103, .1);
}

#store-list li:hover span {
    background: url("../images/bd2.png");
}

.location-shop-con {
    width: 430px;
    height: 620px;
    z-index: 2;
    position: absolute;
    left: 200px;
    top: 120px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;

}

.location-section {
    padding: 0 24px;
}

#main {
    position: relative;
}

.location-shop-con>h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 36px;
    padding: 22px 24px;
}

.fuwu_box {
    height: 480px;
    overflow-y: auto;
    margin: 20px 0;
}

.fuwu_box .item {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 1px 5px 0px rgba(25, 12, 54, 0.05);
    margin-bottom: 0px;
    cursor: pointer;
}

.fuwu_box .item .word h3 {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
}
.fuwu_box .item .word h3 span{
font-size: 12px;
width: 32px;
height: 18px;
background: #3B1789;
border-radius: 4px;
color: #fff;
margin-right: 6px;
padding: 2px 4px;
}
.fuwu_box .item .ico {
    display: none;
    margin: 10px 0;
    transition: 0.5s;
}

.fuwu_box .item .word .tit1 {
    display: none;

    transition: 0.5s;
}

.fuwu_box .item .word .txt {
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    margin-top: 12px;
}

.fuwu_box .ico_img img {
    width: 100%;
}
.fuwu_box .item.active{
    background-color: #F6F5FA;
}
.fuwu_box .item.active .ico,
.fuwu_box .item.active .tit1 {
    display: block;
}

.fuwu_box::-webkit-scrollbar {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â Â·Ã¥Â¼Â*/
    width: 5px;
    height: 3px;
}

.fuwu_box::-webkit-scrollbar-thumb {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”Ã¦Â Â·Ã¥Â¼Â*/
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px rgba(151, 151, 151, 0.2);
    background: rgba(0, 0, 0, 0.1);
    ;
}

.fuwu_box::-webkit-scrollbar-track {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œÃ¦Â Â·Ã¥Â¼Â*/
    -webkit-box-shadow: inset 0 0 5px rgba(223, 223, 223, 0.2);
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
}
