/* 我的游戏 */
.ucenter-title{
    position: relative;
}
.ucenter-title .tabs{
    position: absolute;
    left: 125px;
    top: 0;
    height: 40px;
    line-height: 33px;
    font-size: 13px;
    color: #999999;
}
.ucenter-title .tabs .tab{
    height: 40px;
    display: inline-block;
    margin-right: 48px;
    position: relative;
    cursor: pointer;
}
.ucenter-title .tabs .tab.active{
    color: #f7b632;
}
.ucenter-title .tabs .tab.active::after{
    content: '';
    width: 58%;
    height: 2px;
    position: absolute;
    left: 21%;
    bottom: -1px;
    background: #f7b632;
}
.ucenter-title .top-recycle-btn{
    width: 88px;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    float: right;
    cursor: pointer;
    border: 1px solid #434343;
    color: #999;
    margin-top: -3px;
}
.ucenter-title .top-recycle-btn:hover{
    border-color: #c47a32;
    color: #ff932a;
}
.search-game-box{
    padding: 20px 0 20px 0;
    height: 30px;
    line-height: 30px;
}
.search-game-box .label {
    font-size: 13px;
    float: left;
    color: #cccccc;
}
.search-game-box #selectGame , .search-game-box #selectServer{
    width: 150px;
    height: 30px;
    float: left;
    font-size: 13px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px 0 7px;
    border: 1px solid #363636;
    background: url(../image/select_icon.png) 128px 12px no-repeat;
    color: #999;
}
.search-game-box .game-name{
    width: 165px;
    height: 28px;
    text-indent: 8px;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    border: 1px solid #363636;
    color: #999;
    background: #1f1f1f;
}
.search-game-box .search-btn{
    width: 70px;
    height: 30px;
    font-size: 14px;
    float: left;
    cursor: pointer;
    background: #ffbb00;
    color: #1f1f1f;
}
.search-game-box #selectServer {
    margin-left: 10px;
}
.mygames-list{
    width: 880px;
    padding-bottom: 10px;
}
.mygames-list .list{
    padding: 16px;
    height: 70px;
    margin-bottom: 10px;
    border: 1px solid #313131;
}
.mygames-list .list:hover{
    border-color: #424241;
    background-color: #2f2f2f;
}
.mygames-list .list .game-pic{
    cursor: pointer;
}
.mygames-list .list .game-pic img{
    width: 70px;
    height: 70px;
    border-radius: 15px;
}
.mygames-list .list .list-info{
    margin-left: 20px;
    width: 708px;
	position: relative;
}
.mygames-list .list .game-name{
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    color: #cccccc;
}
.mygames-list .list .game-name .game-link{
    display: inline-block;
	min-width: 58px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	padding: 0 10px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #434343;
	color: #999999;
	margin-left:20px
}
.mygames-list .list .game-name .game-link:hover{
	border-color: #c47a32;
	color: #ff932a;
}
.mygames-list .list .log{
    margin-left: -18px;
    height: 14px;
    margin-top: 30px;
    color: #999;
}
.mygames-list .list .log div{
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0 18px;
    border-left: 1px solid #535353;
}
.mygames-list .list .log div:first-child{
    border: 0 none;
}
.mygames-list .list .log a{
    color: #ffbb00;
}
.mygames-list .list .last-login span{
    color: #999;
}
.mygames-list .list .last-login span.today{
    color: #dc8b2b;
}
.mygames-list .list .btn-bar{
    height: 30px;
	position: absolute;
	right:0;
	top:20px
}
.mygames-list .list .btn-bar div{
    min-width: 58px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 10px;
    float: left;
    text-align: center;
    margin-right: 5px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #434343;
    color: #999999;
}
.mygames-list .list .btn-bar div:hover{
    border-color: #c47a32;
    color: #ff932a;
}
.mygames-list .list .btn-bar .pay-btn{
    font-size: 14px;
    background-color: #ff7e00;
    border-color: #ff7e00;
    color: #fff7d2;
}
.mygames-list .list .btn-bar .pay-btn:hover{
    background-color: #ff6000;
    border-color: #ff6000;
    color: #fff;
}
.mygames-list .list .btn-bar .start-btn{
    float: right;
    width: 58px;
    margin-right: 0;
    border-color: #ff9900;
    color: #ff9900;
}
.mygames-list .list:hover .btn-bar .start-btn{
    background-color: #ffa200;
    border-color: #ffa200;
    color: #1f1f1f;
}
.mygames-list .list .btn-bar .red{
    color: #ff3333;
}

.relative{
	position: relative;
}

/* 冠名、包服 */
i.naming_icon,
i.packs_icon,
i.naming_icon .naming_tip i,
i.packs_icon .packs_tip i {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 3px;
	vertical-align: middle;
	background: url(../image/naming_tip.png) no-repeat;
}
i.naming_icon {
    width: 19px;
    height: 18px;
	background: url(../image/play_naming_ico.gif) no-repeat;
    margin-top: -2px;
}
i.packs_icon {
	background-position: 0 -24px;
}
i.naming_icon:hover {
	background: url(../image/play_naming_ico_h.gif) no-repeat;
}
i.packs_icon:hover {
	background-position: -24px -24px;
}
i.naming_icon .naming,
i.packs_icon .naming {
	position: absolute;
	top: -20px;
	left: 0;
	display: none;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 0 0 5px;
	overflow: visible;
	white-space: nowrap;
	z-index: 10;
	text-indent: 0;
}
i.naming_icon .naming_tip {
	background: #CF2222;
	color: #fff
}
i.packs_icon .packs_tip {
	background: #9235F0;
	color: #fff
}
i.naming_icon .naming_tip i {
	margin-left: -3px;
	vertical-align: text-top;
	background-position: -48px 0;
}
i.packs_icon .packs_tip i {
	margin-left: -3px;
	vertical-align: text-top;
	background-position: -48px -24px;
}
i.naming_icon:hover .naming,i.packs_icon:hover .naming{
	display: block;
}
.mygames-tips{
    text-align: right;
    color: #808080;
    margin-top: 5px;
}