
.game_kefu{
    width: 1003px;
    margin: 0 auto;
    position: relative;
}
.detail{
    width: 1021px;
}
.serch{
    position: absolute;
    right: 0;
    top:5px;
    width: 138px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e31018;
    border-radius: 14px;
    font-size: 16px;
    color: #ffffff;
}
.serch .s_icon{
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../images/select-1.png) 0 0 no-repeat;
}
.exclusive{
    width: 230px;
    height: 379px;
    margin-right: 25px;
}
.exclusive .e_top{
    width: 230px;
    height: 319px;
    overflow: hidden;
}
.exclusive .e_top img{
    width: 230px;
    border-radius: 10px 10px 0 0;
}
.exclusive .e_bottom{
    width: 230px;
    height: 71px;
    line-height: 40px;
    font-size: 16px;
    color: #e31018;
    text-align: center;
    background: url(../images/e_bottom.png) 0 0 no-repeat;
}
.exclusive:hover .e_bottom{
    color: #ffffff;
    background: url(../images/e_b_hover.png) 0 0 no-repeat;
}
.margin0{
    margin: 0;
}

