/* banner */
.banner {
    width: 100%;
    height: 25em;
    background-image: url('https://cdn.gplayspace.com/xspace/news/1548384719135961.png')
}
/* model */
.model {
    position: relative;
}
.model.game {
    margin-bottom: 6em;
}
.model h3 {
    color: #333;
    font-size: 1.1em;
    height: 2.6em;
    line-height: 2.6em;
    width: 60%;
    margin: 0 auto;
    background-image: url('../img/title.png');
    background-size: 100% 100%;
    position: absolute;
    top: -1.3em;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.model article {
    width: 94%;
    padding: 3em 1em 1em; 
    text-align: left;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 6px 10px rgba(42, 179, 118, 0.4);
    font-size: .85em;
    color: #565656;
    border-radius: .3em;
}

/* intro */
.intro {
    margin-top: -9em;
}
.intro article p {
    line-height: 1.5em;
}
/* func */ 
.func,
.game,
.google {
    margin-top: 3em;
}
.func_list{
    display: flex;
    display: -webkit-flex;
    text-align: center;;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.func_list_item:nth-child(2){
    margin: 0 0.8em;
}
.func_list_item p:first-child {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 1em;
}
.func_list_item a:last-child {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    font-size: .85em;
}
.check {
    width: 1em;
    height: 1em;
    margin-top: .2em;
    background-image: url('../img/right.png')
}
.app_icon {
    width: 4em;
    height: 4em;
    margin-bottom: .2em;
}
.bilibili {
    background-image: url('../img/bilibili.png')
}
.pixiv {
    background-image: url('../img/pixiv.png')
}
.earth {
    background-image: url('../img/earth.png')
}
/* game */
.game_list a:last-child .list_item,
.google_list a:last-child .list_item {
    border-bottom: none;
}
.list_item {
    padding: 1em 1.6em;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    border-bottom: 1px solid #d8d8d8;
}

.left {
    width: 5em;
    height: 5em;
    background-size: 100% 100%;
    margin-right: 1.6em;
}
.right {
    width: 70%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    color: #666;
}
.right h4 {
    color: #333;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grade {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #999;
}
.grade p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-right: .5em;
}
/* .grade span {
} */
.grade i {
    display: inline-block;
    width: .8em;
    height: .8em;
    margin-left: .5em;
    background-size: 100% 100%;
}
.star {
    background-image: url('../img/star.png');
}
.user {
    background-image: url('../img/comment.png');
}
.down {
    background-image: url('../img/download.png');
}

/* google */
.google {
    margin-bottom: 4em;
}
/* download */
.download {
    color: #fff;
    background-color: #19a261;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 2.8em;
    line-height: 2.8em;
    font-size: 1.2em;
}
/* mask */
.mask {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
    top: 0;
    display: none;
    z-index: 99999;
}

.mask img:first-child {
    width: 200px;
    position: fixed;
    top: 6px;
    right: 6px;
}

/* .mask img:last-child {
    width: 30px;
    position: fixed;
    top: 20px;
    left: 16px;
} */
