.title-block {
    cursor: pointer;
    margin: 6px 0;
}
.title-block .symbol-label i {
    z-index: 10;
    position: absolute;
    font-size: 20px;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
}
.title-block .symbol-label {
    position: relative;
    display: block;
    margin-right: 15px;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 6px;
}
.symbol.symbol-50 .symbol-label {
    width: 100px;
    height: 100px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.symbol-label img {
    max-width: 100px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: top;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 0;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.title-block .symbol-label:hover i {
    opacity: 1;
}
img {
    vertical-align: middle;
    border-style: none;
}
.show {
    display: block !important;
}

.popupImgBlk {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.popupImgBlk .text-link {
    position: absolute;
    top: 42px;
    left: 50%;
    font-size: 40px;
    color: #fff;
    margin-left: 280px;
    z-index: 999;
}
.text-link {
    cursor: pointer;
}
.text-link {
    cursor: pointer;
}
.popupImgBlk .pic {
    width: 500px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: 50px;
    outline: 10px solid rgba(255, 255, 255, 0.3);
    overflow-y: scroll;
}

.scroll {
    display: block;
    overflow-y: auto;
    scrollbar-width: thin;
}
.popupImgBlk .pic img {
    width: 100%;
    cursor: pointer;
}
.popupImgBlk .text-link:hover {
    color: #000;
}

@media(max-width: 475px){
    .popupImgBlk .pic img {
        width: 250px;
        cursor: pointer;
        margin: 0 auto;
    }
    .popupImgBlk .text-link {
        position: absolute;
        top: 10px;
        left: 50%;
        font-size: 30px;
        color: #fff;
        margin-left: 130px;
        z-index: 999;
    }
    .popupImgBlk .pic {
        width: 250px;
        height: 300px;
    }
}