@charset "utf-8";


/* 底部 */
.tab-bar{
    color: white;
    background-color: black;
    height: 300px;    
}
.tab-bar>.game-content{
    height: 100%;
}

.game-content {
    padding-top: 75px;
    width: 80%;
    margin: auto;
}
.tab-bar-left>span{
    font-size: 12px;
    color:#bdc3c7;
}
.tab-bar-left li{
    color: white;
}
.tab-bar-left li img{
    width: 70%;
    height: 100%;
    border-radius: 10px;
}
.tab-bar-left{
    width: 50%;
}
.tab-bar-right{
    height: 100%;
    width: 50%;
    position: relative;
}
.btn-a,.btn-i{
    border-radius: 3px;
    border: none;
    padding:10px 20px 10px 20px;
    background:#fff;
    width: 200px;
    margin-bottom: 10px;
    position: absolute;
}
.btn-a{
    right: 0px;
    bottom: 50px;
}
.btn-i{
    right: 0;
    bottom: 0px;
}