.apps_icon img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.apps_icon {
    width: 2rem;
    height: 2rem;
    margin: auto;
    border-radius: 50%;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-25 span {
    display: block;
    font-size: .6rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.banner_ad {
    margin-top:1rem;
}

.banner_ad a {
    font-size: 0;
    display: block;
}
.banner_ad img {
    width: 100%;
    min-height: 80px;
}
.item-title{margin-bottom: 6px;margin-bottom: 5px;}
.item-subtitle{font-size:6px;margin-bottom: 3px;}
.item-subtitle .label {
    border: 1px solid;
    padding: 0 .4em;
    border-radius: 2em;
    margin-right: 5px;
    float:left;
}
.other .sales {
    color: #f74545;
}
.other .seat {
    color: #2bcf52;
}

.other .e-ticket {
    border: 0;
    border-radius: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icon_qrcode.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 1px;
    display: block;
}