@media screen and (max-width: 768px) {
    .ol-zoom{
        bottom: 16%;
        right: 2%;
    }
    .ol-rotate{
        top: auto;
        bottom: 26%;
        right: 2%;
        overflow: hidden;
    }
    .ol-control button {
        width: 1.6rem;
        height: 2rem;
        font-size: 1.6rem;
        margin: 0;
    }
    .ol-control{
        padding: 0;
    }
}
.ol-control{
    background: none;
    border-radius: 14px;
    border: solid 0.1rem #187e7a;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
.ol-control button{
    background: #fff;
    color: #187e7a;
}

.ol-zoom .ol-zoom-in{
    border-radius: 14px 14px 0 0;
}
.ol-zoom .ol-zoom-out{
    border-radius: 0 0 14px 14px;
}
.ol-control button:focus,.ol-control button:hover {
    text-decoration: none;
    background-color: #fff;
}

.typeList{
    width: 100%;
    position: fixed;
    height: 40%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 2000;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    padding-top: 5.33vw;
    padding-left: 5vw;
}
/*.typeList:after{*/
/*    position: fixed;*/
/*    display: block;*/
/*    content: '';*/
/*    width: 30%;*/
/*    height: 40%;*/
/*    background: #f6f6f6;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*    bottom:0;*/
/*    border-top-left-radius: 0.8rem;*/
/*}*/
.typeList .icon-colse{
    width: 1.8rem;
    height: 1.8rem;
    color: #ccc;
    font-size: 1.8rem;
    position: fixed;
    line-height: 1.8rem;
    bottom: 35%;
    right: 0.3rem;
    text-align: center;
    z-index: 999
}
.typeList ul.ulnth1{
    position: relative;
}
.typeList ul li.linth1{
    position: relative;
    z-index: 1;
    width: 31%;
}
.typeList ul li.linth1 span{
    display: block;
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    text-align: center;
}
.typeList ul li.linth1.active span{
    background: #fff;
    color: #187e7a;
}
.typeList ul ul.ulnth2{
    position: fixed;
    bottom: 0;
    width: 70%;
    height: 40%;
    right: 0;
    display: none;
    padding: 1.5rem 1.5rem;
    overflow: hidden;
    overflow-y: auto;
    border-top-right-radius: 0.8rem;
}
.typeList ul ul.ulnth2.active{
    background: #fff;
    display: block;
}
.typeList ul ul.ulnth2 li{
    line-height: 1.2rem;
    margin: 0 0 1rem;
}
.typeList ul ul.ulnth2.active li.active{
    color: #187e7a;
}
/*重写*/
.typebox{
    border: solid 0.09rem #0c4b95;
}
.typebox span:before{
    border-bottom: 0.4rem solid #333;
}
.typebox span:after{
    background: #333;
}
.ol-control button{
    color: #333;
}
.ol-control{
    border: solid 0.1rem #0c4b95;
}


/*2021.3.15 mjs修改样式*/

.pictureList{
    position: fixed;
    bottom: 0;
    width: 70%;
    height: 40%;
    right: 0;
    /*display: none;*/
    padding: 1.5rem 1.5rem;
    overflow: hidden;
    overflow-y: auto;
}
.pictureItem{
    width: 48%;
    float: left;
    height: 15.6vw;
    position: relative;
    margin-bottom: 5vw;
    border-radius: 2vw;

}
.pictureItem:nth-child(odd){
    margin-right: 2vw;
}
.pictureItem .shadow{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 15.6vw;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2vw;
    padding: 0 4vw;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
    background-color: rgba(0,0,0,0.2);
    color: white;
}
.pictureItem img{
    width: 100%;
    height: 100%;
    border-radius: 2vw;
}

.popbox .innerbox h5{
    background: url(../images/icon-addressmap.png) no-repeat left 0.4rem !important;
    background-size: 0.7rem 0.7rem !important;
}

.allCate{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:5.8vw ;
    overflow: hidden;
}
.allCate i{
    display: block;
    width:4.2vw ;
    height: 4.2vw;
    background: url("../images/allIcon.png") center no-repeat;
    background-size: 100% 100%;
    margin-right: 2vw;

}
.allCate span{
    font-size: 4vw;
    font-weight: bold;
    display: block;
}

.allImgList{
    width: 80vw;
    height: auto;
    margin-left:10.13vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.allImgList .imgItem{
    width: 20vw;
    height:28.66vw;
    display: flex;
    flex-direction: column;
    justify-content:flex-start ;
    align-items: center;
    margin-right:9.3vw;
    margin-bottom: 3vw;
}

.allImgList .imgItem:nth-child(3n+3){
    margin-right: 0;
}
.allImgList .imgItem img{
    width: 19.2vw;
    height: 19.2vw;
    display: block;
    border-radius: 50%;
}
.allImgList .imgItem .imgTit{
    font-size:2.93vw;
    color: #666666;
    width: 100%;
    text-align: center;
}