.main{
    width: 7.5rem;
    margin: auto;
}
.main .gamelist{
    width: 100%;
    box-sizing: border-box;
    padding: .3rem;
    border-top: 1px solid #cccccc;
    overflow: hidden;
}
.main .gamelist:first-child{
    border-top:0px;
}
.main .gamelist .imgleft{
    float: left;
    width: 2.11rem;
    height: 2.81rem;
    background: #000;
    margin-right: .2rem;
}
.main .gamelist .imgleft a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.main .gamelist .imgleft a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.main .gamelist .tagright{
    float: left;
    width: 4.5rem;
}
.main .gamelist .tagright>a{
    display: block;
    color: #333333;
    font-size: .3rem;
    margin-bottom: .05rem;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.main .gamelist .tagright .tagbox a{
    float: left;
    margin-top: .14rem;
    width: 2.16rem;
    height: .65rem;
    background-color: #f1f1f1;
    border-radius: .1rem;
    line-height: .65rem;
    margin-right: .18rem;
}
.main .gamelist .tagright .tagbox a:nth-child(2n){
    margin-right: 0;
}
.main .gamelist .tagright .tagbox a img{
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: .08rem .1rem;
    vertical-align: bottom;
    float: left;
}
.main .gamelist .tagright .tagbox a span{
    color: #333333;
    font-size: .24rem;
    display: inline-block;
    float: left;
}
.load-more {
    display: table;
    text-align: center;
    cursor: pointer;
    width: 7.1rem;
    height: .58rem;
    line-height: .58rem;
    border-radius: .3rem;
    border: solid 1px #ff8439;
    margin: .4rem auto;
    color: #ff8439;
    justify-content: center;
    align-items: center;
}
img.dataimg2 {
    border-radius: .5rem;
    width: 80%;
}





