.marsh-map .rating{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #333;
    padding: 1px 5px;
    border-radius: 5px;
}
.marsh-map .rating .icms-svg-icon {
    fill: #ffc300;
}
.marsh-map .rat-num{
    margin-left: 7px;
    color: #fff;
}
.marsh-map.lte_list_box .num{
    position: absolute;
    font-size: 22px;
    text-align: center;
    top:10px;
    left: 10px;
    z-index: 1;
    background: #ffffff;
    border: 3px solid #1e98ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.map_block{
    margin-bottom:15px;
}
.marsh-photo img{
    width:100%;
}
.map-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5rem;
}

.map-items .marsh-map{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    background: #fff;
    position:relative;
    width: 32%;
    cursor: pointer;
}
#marsh-list .marsh-map{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    background: #fff;
    position:relative;
}
.marsh-map.show{
    box-shadow: 0 0 12px 0px #00000047;
}
#marsh-list .num{
    padding:7px 10px 7px 5px;
    cursor: move;
}
.marsh-map .photo{
    border-radius: 5px;
    margin-right: 20px;
}
.marsh-map .f_content{
    display:none;
}
#show-item{
    display:none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}
#show-item .f_content{
    display:block;
}
#show-item .num{
    display:none;
}
#show-item .rating{
    display:none;
}

.modmap .photo{
    border-radius: 5px;
    margin-right: 10px;
    width: 36px;
}

.modmap {
    display: table;
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    border-radius: 5px;
}
.modmap .mod-map-title{
    line-height: 34px;
}
.modmap .btn-add{
    float:right;
}
.modmap-list{
    margin: 15px 0;
    overflow-y: auto;
    padding: 10px;
    height: calc(100vh - 250px);
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 0 10px #00000012;
}
.btn-del{
    font-size: 30px;
    font-weight: bold;
    color: red;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
}