img {
    vertical-align: middle;
}

.game_tag_ul ul {
    flex-direction: row;
    align-items: flex-start;
}

.game_tag_ul ul li {
    width: auto;
    height: 24px;
    padding: 0px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #F2F5F9;
    border-radius: 4px;
    font-size: 13px;
    line-height: 22px;
    color: #5E5E5E;
}

.search-title {
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    color: #4B4B4B;
}

.search-list {
    padding: 0 0.3rem;
}

.search-list dl img {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #EFF3F9;
    border-radius: 15%;
    height: auto;
    width: 1.52rem;
}

.search-list dt {
    height: 2.76rem;
    overflow: hidden;
}


.dt-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    height: .88rem;
    width: 1.52rem;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.stars-box::before {
    content: " ";
    background: url(http://test.h5.juxia.com/public/img/star3.png) no-repeat left center;
    display: inline-block;
    height: 12px;
    background-size: 12px;
    width: 12px;
    position: relative;
    top: 1px;
}

.stars-box>.star {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #EB903A;
}

.apk {
    flex: 1;
    margin-right: 0.16rem;
    padding-bottom: .24rem;
}

.scroll-list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.headerContent .goBack {
    width: 0.52rem;
    height: 0.46rem;
    background: url(./image/top.png) no-repeat center;
    background-size: 100%;
    transform: rotate(-90deg);
    float: right;
}

.search_key {
    color: #000;
    padding-left: 15px;
    margin: 10px 0;
    font-size: 14px;
}