body {
    margin: 0;
    padding: 0;
    height: 100vh;
}
:root {
    --bg: rgba(13, 85, 229, 0.7);
    --bgw: #052f57;
    --heademenu: rgba(13, 85, 229, 0.8);
    --heademenumc: rgba(45, 48, 50, 0.0);
    --heademenubefor: rgba(13, 85, 229, 0.2);
    --heademenumcbefor: rgba(45, 48, 50, 0.6);
    --bgmc: rgba(45, 48, 50, 0.7);
    --bgwmc: #111;
}
#mainDiv {
    margin: 0;
    position: relative;
    display: flex;
    height: 100%;
}
.tc {
    text-align: center;
}

.search-title {
    color: #ffffff;
    letter-spacing: 0.2vw;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0;
}

.search-condition {
    margin-bottom: 1vw;
}

.search-condition ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0 4vw;
    justify-content: space-between;
    align-items: center;
}

.search-condition ul li {
    color: #ffffff;
    width: 40%;
    font-size: 16px;
}

.search-condition ul li.lione {
    width: 20%;
}

.selsect-no-bg select {
    background: none;
    color: #ffffff;
    border: none;
    outline: none;
}

.row-shop {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 25px 0;
}

.search-results .active {
    background-color: var(--bg);
    display: block;
}

.search-results.search-resultsmc .active {
    background-color: var(--bgmc);
    display: block;
}

.search-results .active .row-shop {
    border-right: 1px solid #ffffff;

}

.shop-distance {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 16px;
}

.row-alink {
    color: #ffffff;
    cursor: pointer
}

.search-results .row-alink {
    color: #ffffff;
}

.search-results .row-alink:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--bg);
    display: block;
}
.search-results .row-alink .tela{
    color: #ffffff;
}
.search-results .row-alink .tela2{
    margin-left: 10px;
}
.search-results .row-alink .tela:hover{
   text-decoration: none;
}

.search-results.search-resultsmc .row-alink:hover {
    background-color: var(--bgmc);
}

.row-alink div.shop-name {
    margin: 10px 0;
    font-size: 16px;
    width: calc(100% - 130px);
}

#container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
}

.shop-address,
.shop-contacts {
    font-size: 14px;
    margin: 5px 0;
    letter-spacing: 1px;
    opacity: 0.7;
}
.shop-link{
    font-size: 14px;
    margin: 5px 0;
    letter-spacing: 1px;
}
.shop-link a{
    color: #Fff;
    opacity: 0.7;
}
.shop-link a:hover{
    opacity: 1;
}


.option-bg {
    color: #111;
    background-color: #ffffff;
    width: 250px;
    line-height: 30px;
}

.wid-side {
    position: absolute;
    height: 100%;
    width: 37vw;
    top: 0;
    right: 0;
    background: var(--bgw);
    z-index: 1;
}

.wid-side.wid-sidemc {
    background: var(--bgwmc);
}

.search-box {
    position: absolute;
    top: 110px;
    width: 100%;
    height: calc(100% - 110px);
}

.search-condition .selsect-no-bg .spanarrow {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    flex-shrink: 0;
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_lower.png) no-repeat 50%/100% auto;
    transition: transform .3s ease;
}

.selsect-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.selsect-div .spanprovince,
.selsect-div .spancity {
    position: relative;
    width: 100%;
}

.selsect-div .spanprovince::after,
.selsect-div .spancity::after {
    content: "";
    position: absolute;
    right: 1vw;
    top: 0vw;
    display: block;
    width: 1vw;
    height: 1vw;
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_lower.png) no-repeat 50%/100% auto;
    transition: transform .3s ease;
}

.selsect-div .rotate::after {
    transform: rotate(-180deg);
}

.dropprovince {
    position: absolute;
    top: 2.083vw;
    right: 0;
    width: 100%;
    height: 0;
    transition: all .3s ease 0s;
    overflow: hidden;
    z-index: 5;
}

/* 滚动条整体  */
.dropprovincebox::-webkit-scrollbar, .search-results::-webkit-scrollbar {
    /* display: none; */
    width: 10px;
    height: 100%;
}

/* 滚动条滑块 */
.dropprovincebox::-webkit-scrollbar-thumb, .search-results::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #8b8b8b;
}

/* 滚动条轨道 */
.dropprovincebox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.search-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.dropprovincebox {
    position: relative;
    height: 100%;
    transition: all .3s ease 0s;
    overflow-y: auto;
    background: #fff;
    color: #000;
    /* scrollbar-width: none; */
    -ms-overflow-style: none;
}

.itemoption,
.itemoptioncity {
    width: 100%;
}

.itemoption span,
.itemoptioncity span {
    margin-left: 0.833vw;
    font-size: .833vw;
    font-weight: 400;
    line-height: 2.448vw;
}

.BMap_bubble_top {
    position: absolute;
    top: 3px;
    right: 3px;
}

.dbwide {
    font-size: 16px;
}

.dbwide div{
    margin: 5px 0;
}
.dk{
    white-space: nowrap;
}
.map-url a{
    font-size: 14px;
}



.dbwide .spanon {
    background-color: #0547d3;
    color: #ffffff;
    padding: 2px 5px 2px 4px;
    border-radius: 3px;
    font-style: italic;
}

.search-results {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/bg.jpg) no-repeat right bottom;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 215px);
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* IE 10+ */
}

.search-results.search-resultsmc {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/bg02.jpg) no-repeat right bottom;
}

/* .search-results::-webkit-scrollbar {
    display: none;
} */
.shop-category {
    background-color: #ffffff;
    color: #0547d3;
    padding: 2px 5px 2px 4px;
    border-radius: 3px;
    font-style: italic;
    margin: 0 10px;
}

.vue-loading-mask {
    position: absolute;
    z-index: 10000;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transition: opacity .3s;
    display: block;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 5px;
}

.vue-loading-spinner {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    text-align: center;
    position: absolute;
}

svg:not(:root) {
    overflow: hidden;
}

.vue-loading-spinner .circular {
    width: 42px;
    height: 42px;
    animation: loading-rotate 1s linear infinite;
}

.vue-loading-spinner .path {
    stroke-dasharray: 90, 150;
    stroke-width: 2;
    stroke: #409eff;
}

.vue-loading-spinner .path {
    stroke: #B93D3F;
}

@keyframes loading-rotate {
    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes loading-rotate {
    100% {
        transform: rotate(1turn);
    }
}

.shop-category-m {
    display: none;
}

.icon-side-box {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-side-box .icon {
    height: 68px;
    display: inline-block;
    flex: 1;
    margin-right: 2px;

}

.icon-side-box .last {
    margin-right: 0;
}

.icon-side-box .mc {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_1.svg) no-repeat center var(--heademenubefor);
}

.icon-side-box .marine {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_2.svg) no-repeat center var(--heademenubefor);
}

.icon-side-box .pp {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_3.svg) no-repeat center var(--heademenubefor);
}

.icon-side-box .golfcar {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_4.svg) no-repeat center var(--heademenubefor);
}

.icon-side-boxmc .mc {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_1.svg) no-repeat center var(--heademenumcbefor);
}

.icon-side-boxmc .marine {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_2.svg) no-repeat center var(--heademenumcbefor);
}

.icon-side-boxmc .pp {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_3.svg) no-repeat center var(--heademenumcbefor);
}

.icon-side-boxmc .golfcar {
    background: url(https://www.yamaha-motor.com.cn/dealer/img/icon_4.svg) no-repeat center var(--heademenumcbefor);
}

.icon-side-box .active {
    background-color: var(--heademenu);
    border-bottom: 3px solid #ffffff;
}

.icon-side-box.icon-side-boxmc .active {
    background-color: var(--heademenumc);
    border-bottom: 3px solid #ffffff;
}

.divNodata {
    font-size: 16px;
    color: #ffffff;
    margin: 40px auto;
    width: 90%;
    letter-spacing: 3px;
}

.tabActive {
    background-color: #409eff;
}

/* 手机端样式 */
@media screen and (min-width: 200px) and (max-width: 991px) {

    /* @media screen and (min-width: 991px) { */
    #mainDiv {
        display: block;
        padding-top: 70px;
    }

    #container {
        height: 70vw;
    }

    .wid-side {
        position: relative;
        width: 100%;
        height: calc(100% - 70vw);
        overflow: hidden;
    }

    .search-title {
        display: none;
    }

    .row-shop {
        padding: 10px 0;
    }

    .dropprovince {
        position: fixed;
        left: 0;
        bottom: 0;
        text-align: center;
        top: auto;
        right: auto;
    }

    .selsect-div .spanprovince::after,
    .selsect-div .spancity::after {
        width: 4vw;
        height: 4vw;
    }

    .shop-address,
    .shop-contacts {
        letter-spacing: 0;
    }

    .itemoption span,
    .itemoptioncity span {
        font-size: 16px;
        line-height: 30px;
    }

    .search-box {
        position: relative;
        height: 100%;
        overflow: hidden;
        top: 0;
    }

    .search-results {
        height: calc(100% - 126px);
        /* padding-bottom: 15vh; */
    }

    .search-results .active .row-shop {
        border-right: none;
    }

    .row-shop {
        width: 90%;
    }

    .shop-distance {
        right: 0px;
        top: 20px;
    }

    .row-alink div.shop-name {
        margin: 10px 0;
    }

    .row-alink div.shop-name,
    .row-alink div.shop-address,
    .row-alink div.shop-contacts {
        width: calc(100% - 80px);
        text-align: left;
    }

    .shop-category {
        display: none;
    }

    .shop-category-m,
    .shop-category-m>span {
        display: inline-block;
        margin: 0;
    }
    .search-condition ul{
        padding: 10px 2vw;
    }
    .selsect-div .spanprovince::after, .selsect-div .spancity::after {
        right: 2vw;
        top: 1vw;
    }
    .dk{
        white-space: unset;
    }
    .search-results .row-alink .tela2{
        display: block;
        margin-left: 0;
    }
    .search-results .row-alink .tela3{
        display: block;
    }
}
#leftsead {
    display: none;
}