.content-container{
    width: 100%;
    height: 100%;
    background: #fff;
}
.map-content{
    width: 12rem;
}
.map-title{
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #B3216F;
    line-height: 0.36rem;
    /* 0.6为头部占位空间高度 */
    margin-top: calc(0.6rem + 0.59rem);
    margin-bottom: 0.44rem;
}
.map-classic-title{
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    line-height: 0.24rem;
    margin-bottom: 0.05rem;
}
.map-items-box{
    width: 100%;
}
.map-items-box > a{
    height: 0.36rem
}
.map-items-box > a::after{
    content: '';
    display: inline-block;
    width: 0.01rem;
    height: 0.16rem;
    background: #666666;
    margin-top: 0.04rem;
    margin: 0 0.1rem -0.02rem 0.1rem;
}
.map-items-box > a:last-child::after{
    content: '';
    width: 0;
    height: 0;
}
.map-item{
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    /* line-height: 0.36rem; */
}
.map-item:hover{
    color: #B3216F;
}
.line-span{
    display: inline-block;
    width: 12rem;
    height: 0.01rem;
    background: #D2D2D2;
    margin-top: 0.1rem;
    margin-bottom: 0.22rem;
}