#main{
	width: 100%;
    margin: 0 auto;	
}
.normal-list{	
	overflow: hidden;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    margin: 10px 0 0 0;
}

.list-header{
	display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    padding: 10px 2%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    text-align: -webkit-center;
	
}
.list-header .title{
	font-size: 18px;
    color: #333;
    font-weight: bold;
    font-weight: normal;
	
}
body{
	background: #F5F5F5;
}

.list-table .tr {
   display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    border-bottom: 1px solid #e9e9e9;
    padding: 2%;
}



.list-table .detail{
	width: 25%;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
}

.list-table .detail .img-wrap {
    display: block;
    -webkit-box-flex: 0;
     width: 5.5em;
    height: 5.5em;
    margin-right: .5em;
}

.list-table .detail .game-icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.game-icon {
    float: left;
    margin-right: 6px;
}

.list-table .detail .content-body {
    -webkit-box-flex: 1;
    text-align: left;
    overflow: hidden;
}
.list-table .game-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
    color: #333;
}

.list-table .game-sep-tip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.list-table .item {
    -webkit-box-flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-box-sizing: border-box;
    font-size: 1em;
}

.list-table .game-sep-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 1em;
}

.list-table .game-sep-info .item_x {
   font-size: 1em;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-table .download {
    -webkit-box-flex: 0;
    width: 18%;
    height: 2em;
    margin: 20px 5% 0 0;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    border: solid 1px #18bbff;
    color: #18bbff;
    vertical-align: middle;
    border-radius: 16px;
}
.list-table .download span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1em;
}
.paginator {
    float: left;
    width: 100%;
    text-align: center;
    font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 10px 0 20px 0;
    clear: both;
}
/*********************************************/

.game_mima{
	display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    z-index: 800;
	
}

.tab_fixed{
	display: none;
	text-align: center;
    position: fixed;
    left: 40%;
    top: 20%;
    margin-left: -8em;
    width: 21em;
    background:rgba(255,255,255,255);
    background-size: 100%;
    z-index: 899;
    border-radius: 1em;
}

.tab_fixed .game_mi{
	width: 11em;
	height: 3em;
	border: 2px  dotted #18bbff;
	text-align: center;
	margin: 0 auto;
	margin-top: 1.5em;
	line-height: 3em;
	color: #18bbff;
}

.tab_fixed p{
	color: hotpink;
	margin-top: .5em;
}

.kong{
	width: 100%;
	height: 1em;	
}
.detaile_ji{
	width: 80%;
    text-align: left;
    padding-left: 35px;
	margin-top: .5em;
}






