/* 弹框 */
.itemPopup, .item-box {
    left: 100%;
    top: 0;
    position: absolute;
}
.buy_item .list li:nth-of-type(5n) .itemPopup {
    left: auto;
    right:100%;
}

.itemHeader.doubleLine {
    position: relative;
    height: 54px;
}

.TitleBar {
    height: 27px;
    position: relative;
}
.gametop .box .menulist li:nth-of-type(5n) .server-item{
    margin-right:10px !important;
}





@media only screen and (max-width: 1024px) {
    .gamelist.cur li .items-imgs-height{
        height:80px;
    }

    .itembox-gem, .itemPopup,.buy_item .list li:nth-of-type(5n) .itemPopup{
        position: relative;
        left:0;
        top:0;
        width: 100%;
      
    }

}