body{margin:60px 0 0 0;font-size: 14px;}
#search_input{
    width: 120px;
}

.thumbnail > li {
    margin:0 0 0 0;
}

.game_info{
    width: 680px;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
}
.container-fluid{
    width: 980px;
    margin: 0 auto;
}
.game_thumb{
    width: 230px;
    height: 130px;
}
.game_description{
    height: 40px;
    overflow: hidden;
}

.tag_wd{
    background-color: #ddd;
    padding: 2px 5px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    line-height: 26px;
}
h5{font-size: 14px;}
.well div{
    margin:0 0 3px 0;
}
.span4 p{margin-bottom: 10px;}
.span4 a {
    position: relative;
}
.order{
    color: gray;
    cursor: pointer;
    margin-right: 5px;
    text-decoration: none;
}
.order:hover{
    text-decoration: none;
}
.order.active{
    color: black;
    font-weight: bold;
}

.qsnWidth {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 10;
}

.search_type {
    display: flex;
    margin-top: 8px;
    margin-bottom: 20px;
}
.search_type li {
    display: inline-flex;
    margin-right: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #595959;
    line-height: 18px;
    cursor: pointer;
}
.search_type li:first-child {
    display: none;
}
.search_type li span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
}
.search_type li.active {
    position: relative;
    color: #FF730A;
    cursor: default;
}
.search_type li:first-child::after {
    left: 10px;
}
.search_type li:last-child::after {
    left: 28px;
}
.search_type li.active::after {
    position: absolute;
    bottom: -10px;
    content: '';
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background: #FF730A;
}