/* reset */
@charset "UTF-8";

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*弹框*/
.pop-act-box,
.pop-act-box .btn-close,
.pop-act-box .btn-style {
    background: url(../images/pop.png?v=20241024) no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.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: -166px 0 0 -310px;
    z-index: 100;
    width: 620px;
    height: 312px;
    background: url(../img/dlg-bg.png?v=20241024);
}

.pop-act-box .btn-close,
.pop-select-close {
    position: absolute;
    top: 30px;
    right: 45px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    z-index: 2;
    background: url(../img/close.png?v=20241024) no-repeat;
}

.pop-act-box .pop-hd {
    text-align: center;
    color: #459c76;
    font-size: 24px;
}

.pop-act-box .pop-text-main {
    font-size: 30px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}

.pop-text-cont {
    text-align: center;
}

.pop-text-cont .pop-text-sub {
    font-size: 18px;
    color: #459c76;
    margin-bottom: 10px;
}

.pop-act-box .btns-mod {
    margin-top: 55px;
    text-align: center;
    width: 100%;
}
.pop-act-box .btns-select {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    color: #459c76;
    font-size: 14px;
}

.pop-act-box .btns-select p {
    margin-top: -10px;
}

.pop-act-box .btn-style {
    text-align: center;
    color: #fff;
    width: 163px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    letter-spacing: 4px;
    background: url(../img/confirm-btn.png?v=20241024) center no-repeat;
    background-size: 100% 100%;
}
.pop-act-box .btns-select .btn-style {
    width: 193px;
    height: 80px;
    background: url(../img/select_btn.png?v=20241024);
}

.pop-act-box .btns-select .btn-style:hover {
    width: 193px;
    height: 80px;
    background: url(../img/select_btn_h.png?v=20241024);
}
.pop-lblist {
    padding: 65px 2px 0;
}

.pop-lblist table {
    width: 100%;
}

.lblist-bd li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

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

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

.pop-lblist th {
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    margin-bottom: 10px;
    color: #fff;
    background:none;
}

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

.pop-lblist td a {
    color: #fff;
}

.pop-lblist .w1 {
    width: 26%;
}

.pop-lblist .w2 {
    width: 44%;
}

.pop-lblist .w3 {
    width: 30%;
}

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

.lblist-table {
    width: 500px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
}

.pages {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    line-height: 40px;
}

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

.pages a:hover,
.pages .current {
    border-color: #00aeff;
    color: #00aeff;
}

.pages .disabled:hover,
.pages .disabled {
    color: #aaa;
    border-color: #aaa;
    cursor: not-allowed;
}

.pop-libao-cont {
    padding: 0 75px;
}

.pop-libao-cont .libao-tit,
.pop-libao-cont .libao-code {
    margin-top: 20px;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.pop-libao-cont .libao-select {
    height: 32px;
    position: relative;
    margin-top: 10px;
}

.libao-select .select-btn {
    width: 251px;
    height: 30px;
    border: 1px solid #bcbcbc;
    background: #f9f5e7;
    padding: 0 10px;
    cursor: pointer;
    float: left;
}

.libao-select .select-value {
    float: left;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.libao-select .select-arrow {
    width: 16px;
    height: 8px;
    background: url(../images/arrow.png?v=20241024) no-repeat;
    float: right;
    margin-top: 11px;
    cursor: pointer;
}

.libao-select .select-menu {
    position: absolute;
    width: 271px;
    max-height: 120px;
    border: 1px solid #bcbcbc;
    background: #f9f5e7;
    overflow-y: auto;
    left: 0;
    top: 31px;
}

.libao-select .select-menu li {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
}

.libao-select .select-menu li.hover {
    background: #ffedaf;
}

.libao-select .text-tips {
    width: 118px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 32px;
    text-align: center;
    font-size: 14px;
    color: #ff7200;
}

.libao-select .btn-get {
    float: left;
    margin-left: 32px;
    text-align: center;
    font-size: 13px;
    height: 39px;
    width: 140px;
    color: #fff;
    background: url(../images/sprite.png?v=20241024) no-repeat;
    background-position: -152px -600px;
    line-height: 39px;
}

.libao-fill {
    height: 32px;
    margin-top: 10px;
    position: relative;
}

.libao-fill .ipt-mod {
    width: 251px;
    height: 30px;
    border: 1px solid #bcbcbc;
    background: #f9f5e7;
    padding: 0 10px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
}

.libao-fill .phstyle {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #5a3500;
}

.libao-fill .btn-submit {
    text-align: center;
    display: inline-block;
    background: url(../images/sprite.png?v=20241024) no-repeat;
    background-position: -276px -496px;
    width: 261px;
    height: 64px;
    color: #ffedce;
    font-size: 24px;
    line-height: 64px;
    margin-top: 42px;
}

.libao-fill .lnk-alter {
    position: absolute;
    line-height: 32px;
    color: #000;
    font-size: 13px;
    width: 60px;
    text-align: center;
}

.libao-wrap .libao-tips {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
    line-height: 24px;
}

.libao-wrap .warn-tips {
    font-size: 14px;
    color: #ff7200;
    margin-top: 16px;
    line-height: 24px;
}

.libao-fill .qq-num {
    font-size: 24px;
    color: #000;
}

.pop-choose-hd {
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 25px;
    color: #404040;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.pop-choose-hd .blue {
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    font-weight: normal;
}

.pop-choose {
    padding: 72px 30px 0;
    overflow: hidden;
}

.pop-choose h3 {
    font-size: 22px;
    color: #404040;
}

.pop-choose-con {
    height: 154px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pop-chooselist {
    padding-top: 10px;
    width: 105%;
}

.pop-chooselist li {
    width: 106px;
    float: left;
    padding-top: 5px;
    margin-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-chooselist input {
    width: 14px;
    height: 14px;
    float: left;
    margin: 2px 2px 0 0;
}

.pop-choose .btns-mod {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.pop-addr-cont {
    padding: 65px 0 0 85px;
}

.text-main {
    font-size: 28px;
    color: #915500;
    padding-bottom: 5px;
}

.text-sub {
    font-size: 16px;
    color: #915500;
}

.addr-cont {
    padding-top: 8px;
}

.addr-cont .field {
    margin-top: 5px;
    height: 32px;
}

.addr-cont .field label {
    width: 82px;
    text-align: right;
    line-height: 32px;
    color: #915500;
    font-size: 16px;
    float: left;
}

.addr-cont .field .ipt-mod {
    margin-left: 82px;
    position: relative;
}

.addr-cont .ipt-mod input {
    width: 250px;
    height: 20px;
    padding: 5px 10px;
    line-height: 20px;
    color: #5a3500;
    font-size: 14px;
    background: #f9f5e7;
    border: 1px solid #e3dec9;
    border-radius: 4px;
}

.addr-cont .field .phstyle {
    height: 20px;
    padding: 5px 10px;
    line-height: 20px;
    color: #5a3500;
    position: absolute;
    top: 1px;
    left: 1px;
}

.pop-input-cont {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.pop-input-cont .addr-cont {
    width: 368px;
    margin: 20px auto 0;
}

.input-tips {
    color: #ce5c5c;
    font-size: 16px;
    margin: 20px auto 0;
}

input::input-placeholder {
    color: #fff !important;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

/* 使用webkit内核的浏览器 */

::-moz-placeholder {
    color: #fff !important;
}

/* Firefox版本19+ */

::-ms-input-placeholder {
    color: #fff !important;
}

.pop-addr-cont .btns-mod {
    margin: 20px 0 0 -26px;
}

.pop-addr-cont .btns-mod .btn-submit {
    text-align: center;
    display: inline-block;
    background: url(../images/sprite.png?v=20241024) no-repeat;
    background-position: -276px -496px;
    width: 261px;
    height: 64px;
    color: #ffedce;
    font-size: 24px;
    line-height: 64px;
}

.pop-addr-cont .addr-detail {
    font-size: 14px;
    color: #5a3500;
    line-height: 24px;
    margin-top: 20px;
}

.pop-addr-cont .addr-tips {
    margin-top: 12px;
    font-size: 16px;
    color: #5a3500;
}

.pop-addr-cont .xg {
    text-decoration: underline;
    color: #d7a521;
    font-size: 16px;
    margin-left: 60px;
}

.tips-box {
    position: absolute;
    top: 388px;
    left: 216px;
}

.tips-box .tips-cont {
    height: 26px;
    line-height: 26px;
    background: #ffedbe;
    padding: 0 10px;
}

.tips-box .tips-cont p {
    white-space: nowrap;
    color: #af7955;
}

.tips-box .tips-cont a {
    color: #459c76;
}

.tips-box .i-arrow {
    width: 16px;
    height: 8px;
    display: block;
    margin-left: 105px;
    background: url(../images/jz_icon_sprites.png?v=20241024) no-repeat -34px 0;
}

.side-tabs {
    width: 79px;
    height: 508px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -254px;
}

.side-tabs a {
    width: 79px;
    line-height: 300em;
    overflow: hidden;
    display: block;
    background: url(../images/side_tabs.png?v=20241024) no-repeat;
}

.side-tabs .xy-lott {
    height: 250px;
    background-position: -81px 0;
}

.side-tabs .xy-lott.active {
    background-position: 0 0;
}

.side-tabs .jz-lott {
    height: 252px;
    margin-top: 6px;
    background-position: 0 -256px;
}

.side-tabs .jz-lott.active {
    background-position: -81px -256px;
}

.pop-hb-cont {
    padding: 60px 80px 0;
}

.pop-hb-cont .text-main {
    font-size: 28px;
    color: #555;
}

.pop-hb-cont .hb-detail {
    margin-top: 28px;
}

.pop-hb-cont .hb-detail p {
    line-height: 24px;
    color: #888;
    font-size: 14px;
}

.pop-hb-cont .hb-detail strong {
    color: #555;
    font-size: 16px;
    font-weight: normal;
}

.pop-hb-cont .hb-detail .lnk-main {
    color: #4285f4;
    text-decoration: underline;
}

.pop-hb-cont .btns-mod {
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.pop-hb-cont .btn-style {
    width: 210px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    background: #ffd544;
}

.pop-hb-cont .lnks-mod {
    margin-top: 8px;
    text-align: center;
}

.pop-hb-cont .lnks-mod .lnk-sub {
    font-size: 14px;
    color: #888;
    text-decoration: underline;
}

.pop-code {
    width: 160px;
    height: 162px;
    overflow: hidden;
}

.pop-act-box.code .pop-text-main {
    padding-top: 30px;
}

.pop-act-box.code .btns-mod {
    margin-top: 24px;
}

.pop-act-box iframe {
    width: 110px;
    height: 190px;
    margin: 40px auto 10px;
}

.iframe-tips {
    color: #d7a521;
    font-size: 16px;
}

.pop-iframe-cont {
    text-align: center;
}

.pop-iframe-cont .btns-mod {
    margin-top: 10px;
}

.pop-iframe-cont .btns-mod a:first-child + a {
    margin-left: 10px;
    background: none;
    border: 1px solid #ffd33f;
    border-radius: 8px;
}

.pop-text2-cont .btns-mod {
    margin-top: 20px;
}

.pop-text-anno {
    font-size: 14px;
    color: #915500;
    margin-top: 5px;
}

.pop-select-item {
    display: inline-block;
    width: 130px;
    cursor: pointer;
}

.pop-select-item2 {
    margin: 0 20px;
}

.pop-select-img {
    width: 130px;
    height: 100px;
    background: #ede9d5;
    border: 4px solid #ede9d5;
}

.pop-select-item.active .pop-select-img,
.pop-select-img:hover {
    border: 4px solid #ffd442;
}

.pop-select-img img {
    vertical-align: middle;
    display: inline-block;
}

.pop-select-item .pop-text-sub {
    font-size: 14px;
    margin-top: 10px;
}

.pop-select-cont .btns-mod {
    margin-top: 0px;
}

.pop-glgs .pop-text-cont .pop-text-sub {
    font-size: 13px;
}

.pop-text-col1 {
    width: 200px;
    display: inline-block;
    text-align-last: left;
}

.pop-text-col2 {
    width: 100px;
    display: inline-block;
    text-align-last: left;
}

.pop-text-link {
    margin: 0 auto;
    width: 300px;
    text-align-last: left;
}

.pop-text-link a {
    color: red;
    text-decoration: underline;
}

.pop-act-box .one-line-title {
    padding-top: 115px;
    width: 620px;
    margin: auto;
}

.pop-act-box .select-title {
    padding-top: 120px;
    width: 620px;
    margin: auto;
}

.pop-act-box .two_line_title {
    padding-top: 130px;
    font-weight: bold;
    font-size: 24px;
}

.pop-act-box .two_line_subtitle {
    font-weight: bold;
    font-size: 24px;
}

.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;
}

/* 通用选择游戏弹框S */
.pop-select-game {
    overflow: hidden;
}

.pop-select-title {
    height: 34px;
    line-height: 50px;
    text-indent: 80px;
    color: #fff;
    padding-top: 30px;
}

.ipt-box {
    position: relative;
    width: 460px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 13px;
}

.ipt-box input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    text-indent: 16px;
    display: block;
    background: #651614;
}

.ipt-box input::placeholder {
    color: #fff;
}

/*兼容plachoder*/
.phstyle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    color: #a7a6a4;
}

.pop-select-content {
    width: 460px;
    margin: 0 auto;
    border: 1px solid #651614;
    border-radius: 3px;
}

.pop-select-clas {
    border-bottom: 1px solid #651614;
    height: 42px;
    line-height: 42px;
    background: #651614;
}

.pop-select-clas li {
    width: 64px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 5px 0 0 8px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    border: 1px solid transparent;
}

.pop-select-result-list li.active,
.pop-select-clas li.active:hover,
.pop-select-result-list li.active:hover,
.pop-select-clas li.active {
    color: #651614;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #459c76;
}

.pop-select-result-list li:hover,
.pop-select-clas li:hover {
    color: #651614;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.pop-select-result {
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pop-select-result-list li {
    color: #459c76;
    margin: 10px 5px 0;
    padding: 5px 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.pop-select-result-space {
    text-align: center;
    line-height: 160px;
    color: #fff;
    cursor: default;
}

.pop-select-btn {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    background: #fef6e1;
    color: #ba5720;
    font-size: 14px;
    transition: all 0.2s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.pop-select-btn:hover {
    opacity: 0.92;
}

.pop-select-btn.disable:hover,
.pop-select-btn.disable {
    background: #d3d2d1;
    opacity: 1;
    color: #fff;
}

.pop-act-box .make_sure {
    width: 147px;
    height: 45px;
    background: url(../img/choose-hb-btn-bg.png?v=20241024);
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.pop_select_hongbao .title {
    text-align: center;
    /* font-weight: bold; */
    font-size: 30px;
    line-height: 32px;
    color: #459c76;
    letter-spacing: 2px;
    padding: 35px 0 27px;
}
.hongbao_list {
    padding-top: 80px;
    text-align: center;
}
.webgame,
.h5game {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 205px;
    text-align: center;
    margin: 0 30px;
}

.webgame .img,
.h5game .img {
    margin: 0 auto;
    width: 155px;
    height: 152px;
    background-repeat: no-repeat;
}

.webgame .img {
    background-image: url(../img/yyhb.png?v=20241024);
}

.h5game .img {
    background-image: url(../img/h5djq.png?v=20241024);
}


/* .pop_select_hongbao .make_sure {
    margin-top: 10px;
} */

.pop_tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

#select-game .txt-title p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-bottom: 7px;
}

#select-game .txt-title p.p1 {
    padding-top: 60px;
}

.select-wrap {
    margin: 19px auto 0;
    text-align: center;
}

.select-wrap .rg-sec {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 230px;
    height: 36px;
    background: url(../img/game.png?v=20241024) center no-repeat;
    text-align: center;
}

.select-wrap .rg-sec .choosed-txt {
    display: block;
    width: 100%;
    height: 36px;
    color: #fff;
    position: relative;
    text-align: left;
}

.select-wrap .rg-sec .choosed-txt .i1 {
    display: inline-block;
    line-height: 36px;
    font-size: 18px;
    margin-left: 42px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-wrap .rg-sec .choosed-txt.choosed-game {
    text-align: left;
    padding-left: 28px;
    width: 266px;
}

.select-wrap .rg-sec .choosed-txt .icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 22px;
    height: 13px;
    background: url(../img/icon.png?v=20241024) center no-repeat;
}

.recent-play-game {
    position: absolute;
    width: 100%;
    top: 306px;
    font-size: 26px;
    color: #f0f413;
    text-align: center;
}

.select-wrap .choose-sec {
    position: absolute;
    width: 226px;
    top: 36px;
    left: 0;
    border: 2px solid #000;
    font-size: 26px;
    border-top: none;
    background: #000;
    filter: alpha(opacity=70);
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 18px;
    display: none;
}

.select-wrap .choose-sec.show {
    display: block;
    animation: slideDown 0.3s ease-out forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.choose-sec .search-input {
    padding: 10px 0 6px;
    position: relative;
}

.choose-sec .search-input input {
    display: block;
    margin: 0 auto;
    width: 204px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: 1px solid #fff;
    background: #000;
	filter: alpha(opacity=70);
	background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
}

.choose-sec .search-input input::-webkit-input-placeholder {
    font-size: 14px;
}

.choose-sec {
    overflow-x: hidden;
}

.choose-sec .game-wrap {
    max-height: 230px;
    overflow-y: auto;
    width: 247px;
}

.choose-sec .game-item {
    color: #fff;
    margin-bottom: 14px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 208px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    cursor: pointer;
}

.choose-sec .game-item.last-game-item {
    margin-bottom: 0;
}
