

.center_content {
    background-position: 0% 0%;
    /* padding-bottom: 1rem; */
}

.default_bottom {
    padding-bottom: .8rem;
}

.content_item {
    display: flex;
    flex-wrap: wrap;
    margin: .25rem;
}

.content_title {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: .25rem;
    min-width: 2.2rem;
}

.content_title img {
    width: .8rem;
}

.content_title p {
    font-weight: bold;
    font-size: 0.36rem;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 .3rem;
}


.block_1 {
    /*background: url('../img/mine/bg.png');*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 7rem;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.content {
    background: #FFFFFF;
    padding: .6rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    height: 7rem;
    width: 6rem;
}

.item_cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: .2rem;
}

.item_img {
    width: .25rem;
    height: .25rem;
    object-fit: contain;
    margin-top: .05rem;
}

.item_text {
    font-size: .16rem;
    color: #666666;
    line-height: .26rem;
    text-align: left;
}

.title {
    color: #333333;
    font-weight: bold;
    font-size: .2rem;
    line-height: .34rem;
    font-style: normal;
    text-transform: none;
    justify-content: center;
}

.cont_bottom {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.block_bottom {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin-top: .4rem;
}

.cont_img {
    width: 2.3rem;
    height: auto;
    object-fit: contain;
    margin-top: .05rem;
}

.cont_desc {
    text-align: center;
}

.map{
    position: absolute;
    max-width: 19.2rem;
    z-index: -1;
    height: 7rem;
}
