.shop-zone {
    width:100%;
    clear:both;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #E6E6E6;
    padding-bottom:10px;
    margin-bottom:15px;

    .shop-zone__time {
        font-size:12px;
        color:#247DF5;
        font-weight:400;

        img {
            width:15px;
            height:15px;
            vertical-align:middle;
            margin-right:8px;
        }
    }

    .shop-zone__text  {
        margin-bottom:14px;
        padding-top:7px;
        pre {
            margin: 0;
            padding: 0;
            width:100%;
            font-size:12px;
            color:#000;
            line-height:21px; 
            background: #fff;
            white-space: pre-wrap;    
            font-family: unset;
        }
    }

    ul.shop-zone__sudoku {
        margin: 0;
        overflow: hidden;
        clear:both;

        li {
            list-style: none;
            float: left;
            width: 30%;
            padding-right: 6px;
            padding-bottom: 4px; 
            
            img {
                margin-right: 6px;
                width: 106px;    
                height: 106px;
                object-fit: cover;
            }
            video{
                height: 180px;
                width: 355px;
            }
        }
    }

    .shop-zone__follow {
        padding-top: 8px;
        .shop-zone__head {
            text-align: right;

            .shop-zone__praise {
                display: inline-block;
                background: rgba(255,0,0,0.1);
                padding: 3px 10px 5px 26px;
                border-radius: 6px;
                position: relative;

                .shop-zone__praise--icon {
                    background-image: url(https://front-xps-cdn.xsyx.xyz/2020/03/26/592221259.png);
                    background-position: center;
                    background-size: cover;
                    position: absolute;
                    top: 8px;
                    left: 8px;
                    width: 14px;
                    height: 14px;
                }

                .praise-false {
                    background-image: url(https://front-xps-cdn.xsyx.xyz/2020/03/26/592221259.png);
                }

                .praise-true {
                    background-image: url(https://front-xps-cdn.xsyx.xyz/2020/03/26/224059244.png);
                }

                .shop-zone__praise--text {
                    color:#f00;
                    font-size: 14px;
                }
            }
        }

        .shop-zone__details {
            background-color: #ccc;
            font-size: 12px;
            padding: 10px;
            background: #E6E6E6;
            border-radius: 8px;
            overflow: hidden;
            margin-top: 8px;
            color: #576b95;
            line-height: 15px;

            img {
                width: 12px;
                height: 12px;
                margin-right: 5px;
                vertical-align: middle;
            }
        }
    }

}