.list1-container ,
.list2-container ,
.list3-container {
    width: 100%;
    max-width: 7.5rem;
    margin: auto;
    box-sizing: border-box;
    background: url(../images/gzlj11.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 100vh;
    padding: 0.38rem 0.45rem;
    position: relative;
    overflow: hidden;
}

.baike-search-container .select-con {
    width: 2.05rem;
    margin-right: 0.12rem;
}

.baike-search-container .selected-li {
    text-indent: 0.18rem;
    display:block;
}


.select-btns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto !important;
}

.select-btns .select-btn {
    padding:0 0.1rem;
    height: 0.6rem;
    background-color: #ffffff;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(34, 24, 21, 0.5);
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.14rem;
    cursor: pointer;
}

.select-btns .select-btn:first-child {
    margin-left: 0;
}

.select-btns .select-btn.active {
    background-color: #f55291;
    box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(34, 24, 21, 0.5);
    color: white;
}
.scroll-con{
    width:100%;
    /*overflow:hidden;*/
}
.list-container,
.result-container {
    width: 108%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-container .list-a,
.result-container .list-a {
    width: 1.28rem;
    background-color: #ffffff;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(34, 24, 21, 0.5);
    border-radius: 0.1rem;
    margin-right: 0.49rem;
    margin-bottom: 0.42rem;
}

.list-a img {
    height: 1.28rem;
    border-radius: 0.1rem;
}

.list-a span {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    font-size: 0.22rem;
    color: #000000;
    text-align: center;
    display: block;
}
.list-a span.no-title{
    display: none;
}

/*.equipment {*/
/*    height: 0.8rem;*/
/*    margin-bottom: 0.04rem;*/
/*}*/

/*.equipment .list-a {*/
/*    height: 1.28rem;*/
/*}*/

.top-swiper {
    height: 0.8rem;
}



.map-container {
    width: 100%;
}

.map-li {
    border: solid 1px #cccccc;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
}

.map-li .map-name {
    width: 100%;
    height: 0.58rem;
    background-color: #e9edf2;
    border-bottom: solid 1px #cccccc;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.22rem;
    letter-spacing: 0.02rem;
    color: #000000;
}

.map-good {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
}

.map-good:last-child {
    border-bottom: 0;
}

.map-good .good-level {
    width: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.map-good .good-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 5.6rem;
    box-sizing: border-box;
    padding: 0.2rem 0.15rem 0;
    text-align: left;
    flex-wrap: wrap;
    border-left: 1px solid #cccccc;
}

.good-list a {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
.good-list a:nth-child(6n){
    margin-right: 0;
}
.good-list a:nth-child(6n){
    margin-right: 0;
}
.good-list a img{
    width: 100%;
}