
.containerx {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(204, 204, 204, 0.69);
    display: flex;

}


.map .tdt-label {
    border-radius: 14px;
    font-size: 14px;
    color: #ff0b22;
}

@media only screen and (min-width: 768px) {

    .containerx {
        padding: 40px 15px 0px 15px;
    }

    .maptitle {

    }
    .lx-items{
        padding-right: 20px;
    }
    .items {
        box-sizing: border-box;
        margin-right: 20px;
        box-shadow: 0px 0px 7px rgba(204, 204, 204, 0.5);
    }

    .items .item {
        box-sizing: border-box;
        cursor: pointer;
    }

    .map {
        box-sizing: border-box;
        padding: 20px;
        margin-top: 15px;

    }

    .items .item .img {
        width: 71px;
        height: 71px;
        margin-right: 20px;
        background: rgba(156, 224, 255, 0.13);
        border-radius: 71px;
    }

    .items .item .img img {
        width: 35px;
        height: 35px;
        margin: 18px;
    }

    .items .item1 .img img {
        width: 31px;
        height: 31px;
        margin: 20px;
    }

    .items .item .info .label {

        font-size: 22px;
        font-weight: 600;
        color: rgba(36, 36, 36, 0.8);
    }

    .items .item .info .value {
        padding-top: 6px;
        font-size: 18px;
        height: 80px;
        color: rgba(140, 140, 140, 1);
    }

    .items .item:hover .info .label,.items .item:hover  .info .value {
        color: #007fd8 ;

    }
}

@media only screen and (max-width: 768px) {
    .containerx {
        padding: 23px 10px 0 10px;
    }

    .map {
        box-sizing: border-box;
        padding: 20px;
        margin-top: 20px;
        height: 400px;

    }
    .items{
        margin-left: auto;
        margin-right: auto;

    }
    .items {

    }
    .items .item {
        box-sizing: border-box;
        padding-right: 0;
        padding-left: 0;
    }

    .items .item .img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        background: rgba(156, 224, 255, 0.13);
        border-radius: 71px;
    }

    .items .item .img img {
        width: 24px;
        height: 24px;
        margin: 13px;
    }

    .items .item1 .img img {
        width: 22px;
        height: 22px;
        margin: 14px;
    }

    .items .item .info .label {
        font-size: 16px;
        font-weight: 600;
        color: rgba(36, 36, 36, 0.8);
    }

    .items .item .info .value {
        padding-top: 6px;
        font-size: 14px;
        height: 70px;
        color: rgba(140, 140, 140, 1);
    }
}

