/* reset */
@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li, p, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

html, body, button, input, select, textarea {
    font: 12px/1.5 "FZKai-Z03S", "楷体", "KaiTi", 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
}

h1, h2, h3, h4, h5, button, input, select, textarea {
    font-size: 100%;
}

em, i {
    font-style: normal;
}

form {
    display: inline;
}

ul, ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:focus, *:focus {
    outline: none;
}

.hidden {
    display: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.mask {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    _height: 100%;
    bottom: 0;
    z-index: 99;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.pop-act-box {
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    margin: -141px 0 0 -318px;
    z-index: 100;
    width: 636px;
    height: 383px;
    background: url(../img/bg.png) no-repeat;
    /* background-position: 0 -69px; */
}
.pop_act_boxs {
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    margin: -276px 0 0 -456px;
    z-index: 100;
    width: 913px;
    height: 553px;
    background: url(../img/bg00.png) no-repeat;
    /* background-position: 0 -69px; */
}
.pop_bd{
    padding-right: 18px;
    height: 100%;
    position: relative;
}
.pop_text_cont {
    width: 100%;
    text-align: center;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}
.pop-act-box .btn_close{
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    height: 32px;
    width: 32px;
    z-index: 2;
    background: url(../img/close.png) no-repeat;
}

.pop-act-box .btn_close:hover {
    background: url(../img/close_h.png) no-repeat;
}

.pop-act-box .one-line-title {
    font-size: 40px; 
    color: #fad465;
    padding-bottom: 10px;
    line-height: 46px;
    /* padding-top: 100px; */
    text-align: center;
    font-weight: bold;
}


.pop_text_cont .pop_text_sub {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.pop-act-box .btns_mod {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.pop-act-box .btn-style {
    display: inline-block;
    width: 170px;
    height: 55px;
    background: url(../img/bt9.png);
    
}
/* .pop-act-box .btn_style:hover{
    background: url(../img/bt9-hover.png);
} */
.pop_lblist {
    padding: 88px 30px 0;
}

.pop_lblist table {
    width: 100%;
}
.lblist_bd ul{
    width: 100%;
}
.lblist_bd li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fad465;
    text-align: center;
    font-size: 40px;

}

/* .lblist-bd li.active{
    background: #fecf52;color: #915500
} */
.lblist_bd {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px
}

.pop_lblist th, .pop_lblist td {
    color: #fff;
    text-align: center;
}

.pop_lblist th {
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    height: 39px;
    margin-bottom: 10px;
    background: url(../img/bg05.png);
}

.pop_lblist td {
    line-height: 34px;
    text-align: center;
    font-size: 14px
}

.pop_lblist td a {
    color: #d7a521;
    text-decoration: underline
}

.pop_lblist .w1 {
    width: 26%;
}

.pop_lblist .w2 {
    width: 44%;
}

.pop_lblist .w3 {
    width: 30%;
}
.pop_lblist .w4 {
    width: 40%;
}

.pop_lblist .w5 {
    width: 60%;
}

.pop_lblist .no-get {
    color: #ff9b00;
    text-decoration: underline;
}

.lblist_table {
    height: 214px;
    overflow: hidden;
}
#draw_list_body {
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    /* background: #ffeac6; */
}
#draw_list_body th, #draw_list_body td {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
}
.pages {
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    margin-top: 10px;
}

.pages a, .pages .disabled, .pages .current {
    border: 1px solid #ede9d9;
    color: #a66524;
    text-decoration: none;
    margin-right: 7px;
    padding: 0 16px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.pages .disabled {
    color: #a66524;
    border-color: #deac58;
}

.pages a:hover, .pages .current {
    border-color: #cb8228;
    color: #a66524;
}
.pop-act-box .address,
.pop-act-box .real_name {
    display: inline-block;
    width: 370px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.cancel{
    width: 211px;
    height: 86px;
    background: url(../img/bt8.png);
    display: inline-block;
}
.cancel:hover{
    background: url(../img/b8-hover.png);
}

.pop-act-box .btns_mod {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.pop_select_hongbao .title {
    text-align: center;
    /* font-weight: bold; */
    font-size: 40px;
    line-height: 32px;
    color: #fbd769;
    letter-spacing: 2px;
    padding: 5px 0 20px;
}
.webgame,
.h5game,
.nogame {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 209px;
    text-align: center;
    margin: 0 20px;
}


.webgame .img,
.h5game .img,
.nogame .img {
    width: 209px;
    height: 198px;
    background-repeat: no-repeat;
}

.webgame .img {
    background-image: url(../img/webgame.png);
}

.h5game .img {
    background-image: url(../img/h5game.png);
}

.nogame .img {
    background-image: url(../img/nogame.png);
}
.pop-act-box .make_sure{
    width: 170px;
    height: 56px;
    background: url(../img/mljlq.png);
    display: inline-block;
    margin-left: 10px;
}
.pop-act-box .make_sure:hover{
    background: url(../img/mljlq_h.png);
}
.pop-act-box .webgame_btn{
    width: 170px;
    height: 56px;
    background: url(../img/webgame_btn.png);
    display: inline-block;
    margin-left: 10px;
}
.pop-act-box .h5game_btn{
    width: 170px;
    height: 56px;
    background: url(../img/h5game_btn.png);
    display: inline-block;
    margin-left: 10px;
}
.pop-act-box .nogame_btn{
    width: 170px;
    height: 56px;
    background: url(../img/nogame_btn.png);
    display: inline-block;
    margin-left: 10px;
}
.pop-lblist th{
    background:none;
}
.lblist-bd li,.pop-lblist th, .pop-lblist td{
    color: #f8f5e9;
}
.pages a:hover, .pages .current {
    border-color: #f0f413;
    color: #f0f413;
}
.pages a, .pages .disabled {
    border: 1px solid #cfcbbf;
    color: #cfcbbf;
}
#my_draw .lblist-table{
    height: 252px;
    overflow: auto;
}