
.kaifu_banner{
    width: 100%;
    height: 257px;
    background: url(../images/kaifu_bg.jpg?v=1) center center no-repeat;
}
.kaifu_banner .down_btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #78db5d;
    background-image: linear-gradient(#4ccf29, #3cb41c);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 110px;
    right: 20px;
    cursor: pointer;
}
.kaifu_banner .down_btn em{
    width: 20px;
    height: 18px;
    background: url(../images/down_arrow.png) center center no-repeat;
    display: inline-block;
    margin: 5px 20px 0 38px;
    vertical-align: text-top;
}
.kaifu_container{
    padding-top: 60px;
}
.tabs_box_wrap{
    width: 100%;
    position: absolute;
    top: 337px;
    left: 0;
    background: #fff;
    z-index: 9999999;
}
.tabs_box_wrap.fixed{
    position: fixed;
    top: 0;
}
.tabs_box{
    padding-top: 15px;
    border-bottom: 1px solid #3399ff;
}
.tabs_nav .tab{
    width: 138px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #eaeaea;
    background: #f4f4f4;
    font-size: 19px;
    color: #6e6e6e;
    float: left;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
}
.tabs_nav .tab.active{
    background-image: linear-gradient(#3197fc, #1980e7);
    border-color: #3198fd;
    color: #fff;
    font-weight: bold;
}
.tabs_box .txt{
    width: 675px;
    font-size: 18px;
    color: #666;
    text-align: right;
    line-height: 35px;
}
.tabs_box .fuli_pic{
    width: 80px;
    height: 53px;
    background: url(../images/remind_icon.png) center center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.kaifu-ctn{
    padding-top: 10px;
}
.table_area{
    padding-bottom: 20px;
}
.kaifu-ctn table{
    width: 1200px;
    text-align: center;
}
.kaifu-ctn table th{
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    background: #f4f4f4;
    font-size: 13px;
    color: #767676;
}
.kaifu-ctn table td{
    height: 50px;
    line-height: 50px;
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 13px;
}
.kaifu-ctn table td.game_name{
    width: 155px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
}
.kaifu-ctn table td.game_name a{
    color: #333;
}
.kaifu-ctn table td.game_name em{
    width: 20px;
    height: 20px;
    margin-left: 3px;
    vertical-align: middle;
    display: none;
}
.kaifu-ctn table tr.zhiding td{
    background-color: #defffd;
    border-top-color: #bbf6f8;
    border-bottom-color: #bbf6f8;
}
.kaifu-ctn table tr.tuijian td.game_name em{
    display: inline-block;
    background: url(../images/tuijian_icon.png) center center no-repeat;
}
.kaifu-ctn table tr.zhiding td.game_name em{
    display: inline-block;
    background: url(../images/zhiding_icon.png) center center no-repeat;
}
.kaifu-ctn table td.kaifu_time{
    width: 110px;
}
.kaifu-ctn table td.qufu{
    width: 110px;
}
.kaifu-ctn table td.fuli{
    width: 160px;
    color: #0033ff;
    font-size: 14px;
    font-weight: bold;
}
.kaifu-ctn table td.recycle_fuli{
    width: 100px;
}
.kaifu-ctn table td.sign{
    width: 150px;
    font-size: 14px;
    color: #f00be3;
}
.kaifu-ctn table td.xunbao{
    font-size: 14px;
    color: #ac52ff;
}
.kaifu-ctn table td.mining{
    font-size: 14px;
    color: #f20000;
    width: 150px;
}
.kaifu-ctn table td.td_btn{
    width: 90px;
}
.kaifu-ctn table td.td_btn a{
    width: 68px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #b2e2ff;
    font-size: 13px;
    display: inline-block;
    color: #333;
    border-radius: 2px;
}
.kaifu-ctn table td.td_btn a:hover{
    background: #369dea;
    border-color: #369dea;
    color: #fff;
}
.kaifu-ctn table tr:hover td{
    background: #fffeec;
    border-top-color: #ffec82;
    border-bottom-color: #ffec82;
}
.kaifu-ctn table.tomorrow_table td , .kaifu-ctn table.yesterday_table td{
    background: #fbfbfb;
}
.kaifu-ctn table td .ptbico{
    display: inline-block;
    width: 14px;
    height: 14px;
    background:url(../images/yuan_ico.png) no-repeat;
    position: relative;
    top: 2px;
    left: 3px;
}
.qqclock{
    width: 82px;
    height: 22px;
    background: url(../images/wico.png) center center no-repeat;
    cursor: pointer;
    margin: 0 auto;
    display: none;
}