@charset "utf-8";

* {
    font-size: .24rem
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

button,
img,
input,
select,
textarea {
    vertical-align: middle;
    outline: 0;
    border: 0
}

body {
    font-family: PingFang SC Regular;
    overflow-x: hidden;
    line-height: 1.5;
    color: #333333;
}

body,
html {
    min-height: 100%
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #333333;
}

em,
i {
    font-style: normal;
    font-weight: 400
}

li,
ol,
ul {
    list-style: none
}

img {
    font-size: 0;
    line-height: 0;
    border: 0;
    vertical-align: middle
}

* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

input[type=button] {
    -webkit-appearance: none
}

.box {
    width: 100%;
    background-color: white;
    max-width: 7.5rem;
    margin: 0 auto;
}

.banner {
    margin: 0 0 0.2rem 0;
}

.banner img {
    width: 100%;
    height: 3.1rem;
}

.describe {
    font-size: .26rem;
    font-weight: 500;
    margin: 0 0.2rem;

}

.game_list {
    width: 7.1rem;
    margin: 0 auto;
}

.game_list .item {
    width: 100%;
    height: 1.3rem;
    padding: 0.2rem 0;
    position: relative;
}

.game_list .item .link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.game_list .item .icon {
    width: 1.3rem;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.game_list .item .icon img {
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
}

.game_list .item .gameinfo {
    width: 4.3rem;
    margin: 0 0 0 0.2rem;
    display: inline-block;
    vertical-align: top;
}

.game_list .item .gameinfo .title,
.game_list .item .gameinfo .cate,
.game_list .item .gameinfo .tags {
    height: 0.43rem;
    line-height: 0.43rem;
    overflow: hidden;
}

.game_list .item .gameinfo .title .text {
    color: #333333;
    font-size: 0.30rem;
    max-width: 2.8rem;
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}
.game_alias {
    color: #996600;
    border: solid 0.01rem #996600;
    padding: 0.02rem;
    border-radius: 0.05rem;
    font-weight: normal;
    font-size:0.18rem;
    margin-left: 0.1rem;
}
.game_list .item .gameinfo .title .text_bt {
    max-width: 4.3rem !important;
}


.game_list .item .gameinfo .title .badge {
    display: inline-block;
    width: 0.8rem;
    height: 0.3rem;
    background-image: url("/h5/app/public/images/list_label.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 0.2rem;
    color: #FFF000;
    line-height: 0.3rem;
}

.game_list .item .gameinfo .i1 {
    font-size: 0.24rem;
    font-family: PingFang-SC-Regular;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.1rem;
}

.game_list .item .gameinfo .i2 {
    font-size: 0.24rem;
    margin-right: 0.1rem;
    font-family: PingFang-SC-Regular;
    color: #FF876A;
}

.game_list .item .gameinfo .tags span {
    margin-right: 0.1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0.06rem 0.1rem 0.07rem 0.1rem;
    font-size: 0.20rem;
    border-radius: 0.06rem;
    color: #FFFFFF;
}

.game_list .item .gameinfo .tags .span1 {
    background: #4DCBD6;
}

.game_list .item .gameinfo .tags .span2 {
    background: #47BF8D;

}

.game_list .item .gameinfo .tags .span3 {
    background: #59ABFD;
}

.game_list .item .download {
    display: inline-block;
    width: 1.1rem;
    height: 1.3rem;
    line-height: 1.3rem;
}

.game_list .item .download .btn {
    display: inline-block;
    height: 0.54rem;
    line-height: 0.54rem;
    width: 1.1rem;
    text-align: center;
    font-size: 0.26rem;
    background: #F5FAFA;
    border-radius: 0.27rem;
    color: #14b9c5;
}

.end {
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    padding: 0.3rem 0;
    display: none;
}

.head_nav .goback, .head_nav .options {
    flex: 0 0 20%;
}
.head_nav .head_title {
    flex: 0 0 60%;
}