
        .guider-item {
            padding: 15px 0;
        }

        .guider-info {
            padding-right: 7.5px;
            background: url(../../images/icon-triangle-r.png) no-repeat center right;
            background-size: 5.5px 10px;
        }

        .guider-avatar {
            margin-right: 15px;
            width: 65px;
            height: 75px;
        }
        
        .guider-avatar.empty-avatar > img {
            top: 50%;
            left: 10%;
            width: 80%;
            height: auto;
            transform: translateX(0) translateY(-50%);
        }

        .guider-id {
            margin: 5px 0 7.5px 0;
        }

        .score-wrap {
            display: inline-block;
            padding-left: 7.5px;
        }

        .icon-star {
            display: inline-block;
            width: 15px;
            height: 15px;
            background: url(../../images/icon-star-2.png) no-repeat center;
            background-size: 100%;
        }

        .btn-a {
            display: block;
            width: 100%;
            line-height: 0.49px;
            color: #fff!important;
        }

        .tag-item {
            padding: 2.5px 5px;
            text-align: center;
            border-radius: 5px;
            border: 1px solid #ececec;
        }
    