/* 全站增加索引（结果） */
.map_max_box{
    max-width: 7.5rem;
    margin: auto;
}
.index_1200_head{
    background-color: #fff;
    margin: .1rem 0;
    padding: .2rem .12rem;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    
}
.i12_item{
    width: .22rem;
    height: .22rem;
    line-height: .22rem;
    text-align: center;
    border: 1px solid #979797;
    font-size: .16rem;
    color: #555;
    margin-right: .15rem;
    margin-top: .2rem;
}
.i12_item_num{
    width: .44rem;
}
.i12_item_active{
    background: #4BB99B;
    color: #fff;
}
.index_1200_content{
    background-color: #fff;
    padding: .12rem;
}
.i12_con_item{
    display: block;
    width: 100%;
    font-size: .16rem;
    color: #454648;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: .3rem;
    line-height: .3rem;
}
.index_1200_foot{
    display: flex;
    align-items: center;
    padding:0 .12rem .12rem;
    background-color: #fff;

    flex-wrap: wrap;
    margin: .1rem 0;
    
}
.i1200f_item{
    border: 1px solid #979797;
    font-size: .16rem;
    color: #454648;
    width: .35rem;
    height: .28rem;
    line-height: .28rem;
    text-align: center;
    margin-right: .12rem;
    margin-top: .15rem;
}
.i1200f_item_active{
    background-color: #4BB99B;
    color: #fff;
}