.top30 {
    position: relative;
    display: block;
    margin-bottom: 25px;
    background: #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.top30 .top30__link {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.top30 .top30__flex {
    font-size: 10px;
    color: #fff;
}

.top30 .top30__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    right: 10px;
    left: auto;
    line-height: 17px !important;
    top: 40px !important;
}

.top30 .top30__erid {
    line-height: 15px;
    cursor: pointer;
    height: 45px;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.top30 .top30__erid.active::after {
    content: '\f00d';
}

.top30 .top30__info {
    display: none;
}

.top30 .top30__erid::after {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 15px;
    border-radius: 100%;
    line-height: 15px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 15px;
    background: #ffffff;
    font-size: 7px;
    color: #999999;
}

.top30 img {
    width: 100%;
}

.top30 picture {
    display: block;
}

@media screen and (max-width: 767px) {
    .top30 .top30__flex {
        font-size: 9px;
        height: 20px;
        background: #fbfbfb;
        display: -webkit-box;
        display: flex;
        position: relative;
        color: #999999;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 6;
    }

    .top30 .top30__erid.active .hint {
        top: -60px !important;
    }

    .top30 .top30__info {
        display: block;
    }

    .top30 .top30__erid {
        height: 20px;
        padding-right: 10px;
    }
}