body,html{
    background:#ecf0f1;  
}




.header_box{
    background:white;
}

.tag_list{
    background:white;
    box-shadow: 0 3px 6px -2px #888
}

.tag_box{
    margin-top:20px;
}

.title_item {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px;
    padding-top: 10px;
}
.title_item span{
    padding-right: 15px;
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
    float: left;
    font-size: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.title_item>a{
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/more_icon.png) no-repeat 50% 50%;
    margin-top:10px;
    transform:rotate(0);
    transition:all .6s;
}

.title_item>a:hover{
    transform:rotate(180deg);
}


.tag_list_box a{
    float: left;
    width: 140px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    background: #e3e3e3;
    margin-right:21px;
    margin-bottom:20px;
    font-size: 12px;
    border-radius: 3px;
}

.tag_list_box {
    margin-top:20px;
    padding:0 15px;
}
.tag_list_box a:nth-child(7n){
    margin-right:0;
}

.tag_list{
    padding-bottom:20px;
}

.tag_list_box a:hover{
    background:#f90;
    color:white;
}
.game-page{
    clear: both;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 40px 15px 20px;
    text-align: center;
}
.game-page a{
    background: #fff;
    color: #666666;
    margin: 0 3px;
    padding: 4px 10px;
    border: 1px solid #ccc;
}

.game-page .p_hov, .game-page .p_hov:hover {
    background: #f90;
    border-color: #f90;
    color: #fff;
}

.game-page a:hover{
    background:#f90;
    color:white;
    border-color: #f90;
}

.go_top{
    position:fixed;
    right:50%;
    bottom:30%;
    margin-right:-670px;
    width:82px;
    height:112px;
    text-align:center;
    background:white;
}

.go_top span{
    font-size:14px;
    color:#999;
}
.go_top a{
    display:block;
    width:82px;
    height:82px;
    background:url(../images/back_top.png) no-repeat center center;
}
.go_top a{
    display:block;
    width:82px;
    height:82px;
}