/*广告图样式*/
.hd-banner{
    height: 220px;
    background: #fc5a15;
}
.hd-banner img {
    display: block;
    width: 1140px;
    height: 220px;
    margin: 0 auto;
}
/*游戏礼包中心导航样式*/
.card-box{
    margin-top: 20px;
}
.card-box .hd-nav{
    height: 36px;
    border-bottom: solid 4px #ff3333;
}
.card-box .hd-nav .tab {
    width: 160px;
    height: 36px;
    line-height: 36px;
    position: relative;
    font-size: 18px;
    background-color: #ffd047;
    color: #ff3333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 1px;
    text-align: center;
    float: left;
    font-weight: bold;
}
.card-box .hd-nav .tab.on {
    background-color: #ff3333;
    color: #fff;
}
.card-box .hd-nav .tab.on .triangle {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #ff3333;
    position: absolute;
    bottom: -10px;
    left: 75px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
/*游戏礼包列表内容样式*/
.card-box .card-content{
    height: auto;
    border: 1px solid #ebebeb;
    padding: 30px 10px;
}
.card-box .card-content .card-list .no-data{
    margin: 50px 0;
    text-align: center;
    font-size: 20px;
}
.card-box .card-content .card-list li{
    float: left;
    width: 25%;
    height: 143px;
    margin-bottom: 20px;
    overflow: hidden;
}
.card-box .card-content .card-list li .card-info{
    position: relative;
    display: block;
    width: 268px;
    height: 143px;
    margin-left: 6px;
}
.card-box .card-content .card-list li .card-info img{
    width: 268px;
    height: 143px;
}
/*.card-box .card-content .card-list li .card-info:hover img {*/
    /*opacity: .5;*/
/*}*/
.card-box .card-content .card-list li .card-info .mongolia{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: #000;
    opacity: .5;
}
.card-box .card-content .card-list li .card-info .card-name{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-box .card-content .card-list li .card-info .lq-btn{
    position: absolute;
    display: block;
    z-index: 99;
    bottom: 143px;
    width: 100%;
    height: 143px;
    background: rgba(58, 69, 76, 0.8);
    transition: .5s ease;
}
.card-box .card-content .card-list li .card-info:hover .lq-btn {
    transform: translateY(143px);
}
.card-box .card-content .card-list li .card-info .lq-btn em{
    position: absolute;
    top: 40%;
    left: 30%;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #db4f2e;
    color: #fff;
}
.card-box .card-content .card-list li .card-info .lq-btn em:hover{
    background: #d92800;
}
/*分页样式*/
.card-box .card-content .card-list .card-page{
    text-align: center;
    line-height: 26px;
    padding: 20px 0;
}
.card-box .card-content .card-list .card-page .current{
    background: #d6003e;
    color: #fff;
    text-decoration: none;
    border: #d6003e 1px solid;
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px;
}
.card-box .card-content .card-list .card-page a{
    color: #333;
    border: #d6003e 1px solid;
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px;
}
.card-box .card-content .card-list .card-page a:hover{
    background: #d6003e;
    border-color: #d6003e;
    color: #fff;
    text-decoration: none;
}