#main {
    width: 100%;
    margin: 0 auto;
}

.normal-list-top .normal-search {
   	clear: both;
    width: 68%;
    height: 38px;
    margin: 12px 2% 0px 7.5%;
	background: #F2F2F2;
	border-radius: 4px;
}
.normal-list-top .normal-search input {
    width: 61%;
    height: 37px;
   /* padding: 0 2% 0 2%;*/
    font-size: 14px;
    line-height: 38px;
    background: #F2F2F2;
    color: #999;
    border: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    outline: none;
}
.normal-list-top .normal-search b {
   	width: 8%;
    height: 38px;
    background: #F2F2F2;
    background-image: url(../images/003.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
    margin-left: .5em;
}
.normal-list-top .normal-search .search-btn{	
	width: 20%;
    height: 32px;
    background: #fff;
    background-image: url(../images/002.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  contain;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
    position: absolute;
    right: 4%;   
}

.normal-list-top {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    margin: 5px 0 0 0;
    padding-bottom: .5em;
    position: relative;
    padding: 0 4%;
}

.normal-list-top .search-tip{
	/*width: auto;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 1em;
    height: 3.2em;
    text-align: center;
    line-height: 3.2em;
    -webkit-overflow-scrolling: touch;*/
   width: 90%;
   height: 3em;
   margin: 0 auto;
}

.fenlei-game{
	overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 97%;
    float: left;
    line-height: 3em;
}

.game_bian{
	float: right;
	width: 3%;
	height: 3em;
}
.game_bian img{
	display: block;
	width: 15px;
	height: 46px;
}

 .search-tip-a{
	color: #666;
    width: 22%;
    height: 35px;
    margin: 2%;
    text-align: -webkit-center;
    line-height: 35px;
    border-radius: 4px;
}



/*********************游戏列表**************************/
.normal-list {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    margin: 10px 0 3.8em 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;
    font-weight: normal;
}
.list-header .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    font-weight: normal;
}

.list-table .tr {
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: stretch;
    border-bottom: 1px solid #e9e9e9;
    padding: 2%;
}

.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 .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;
}

.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;
    font-size: .8em;
    height: 15px;
    position: relative;
}


.list-table .game-sep-tip1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: .8em;
    margin-top: .1em;
}

.list-table .detail .vote-star {
    display: inline-block;
    margin-right: 6px;
    width: 75px;
    height: 15px;
    overflow: hidden;
    vertical-align: middle;
    background: url( ../images/ratestar.png);
    background-size: 15px 15px;
    position: absolute;
}

.list-table .detail .vote-star i {
    display: inline-block;
    height: 15px;
    background: url(../images/ratstarover.png);
    background-size: 15px 15px;
    position: absolute;
}

.list-table .game-sep-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 1em;
    height: 1em;
    line-height: 1em;
}
.itemlist{
	color: #999;
    font-size: .8em;
}

.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 .download {
    -webkit-box-flex: 0;
    width: 18%;
    margin: 32px 1% 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;
    height: 2em;
}
.list-table .download span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1em;
}
.list-more {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-size: 16px;
    color: #444;
}



/******************标签******************************/
.game_biao{
	width: 30px;
	height: 1em;
	border: 1px solid #00A0EA;
	font-size: .6em;
	display: inline-block;
	text-align: center;
	line-height: 1em;
	padding: .3em;
	color: red;
	border-radius: 4px;
}




 .color_change {
    cursor: pointer;
    font-size: 1em;
}

.color_change span h2 {
    font-size: 1em !important;
}
.game-tag {
    display: inline-block;
    border-radius: .2em;
    padding: .15em .3em .1em;
    height: 1em;
    line-height: 1em;
    font-size: .75em;
    margin-left: .5em;
}

/****************tty**********************/
