.body {
    max-width: 720px;
    width: 100%;
    margin: 0px auto 0;
    background: #fff;
}

.header{
    box-shadow: 0 0 10px #dedede;
}
.header>img{
    width: 100%;
}


.box-container {
    box-shadow: 0 0 10px #dedede;
    position: relative;
    display: block;
}

.b-h2 {
    border-top: 0px solid #FFF;
    height: 40px;
    line-height: 40px;
    color: #20202c;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0.26rem;
}
.link-wrap{
    width: 100%;
    /* height: 2.56rem; */
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.link-list{
    display: flex;
    flex-wrap: wrap;

}
.link-item{
    width: 25%;
    margin-top: 12px;
}
.link-item-top{
    text-align: center;
}
.link-item-top-logo{
    width: 60px;
}
.link-item-bottom{
    text-align: center;
}
.btn{
    border-radius: 1rem;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background: #0eacf6;
    padding: 3px 18px;
}
.title-h2{
    height: 50px;
    line-height: 50px;
    color: #20202c;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 10px;
    position: relative;
    padding-left: 20px;
}
.title-h2::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 50%;
    background-color: #0eacf6;
    left: 10px;
    border-radius: 10px;
    top: 25%;
}
.game-list{
    padding: 10px;
}
.game-list-item{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.game-list-item:first-child{
    margin-top: 0;
}
.list-item-icon-rank{
    width: 25px;
}
.rank-text{
    background: #ccc;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}
.list-item-game{
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 12px;
}
.list-item-game:last-child .game-list-item{
    border-bottom: 0;
}
.list-item-content{
    display: flex;
    margin-left: 10px;
}
.list-item-content-logo{
    width: 55px;
    height: 55px;
}
.list-item-content-logo>img{
    width: 100%;
    height: 100%;
}
.list-item-content-info{
    margin-left: 10px;
    padding: 5px 0;
}
.list-item-content-info>h1{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
}
.list-item-btn{
    margin-left: auto;
    min-width: 70px;
}
.g-btn{
    padding: 0px 20px;
    background: #38b8ff;
    border-radius: 26px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.label{
    padding: 0 0.27rem;
    display: block;
    overflow: hidden;
}
.label ul{
    margin: 5px auto 23px auto;
}
.label li{
    display: inline-block;
    margin-top: 12px;
    margin-right: 11px;
}
.label li a{
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #61c6cc;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #61c6cc;
}
.footer{
    color: #959595;
    border-top: 10px solid #f3f3f3;
}
.footer>small{
    font-size: 13px;
    text-align: center;
    padding: 17px 0;
    display: block;
    background: #4f4f4f;
    color: #aaaaaa;
}