/* 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) 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: -184px 0 0 -319px;
    z-index: 100;
    width: 638px;
    height: 368px;
    background: url(../img/dialog-bg.png);
}

.pop-act-box .btn-close,
.pop-select-close {
    position: absolute;
    top: 36px;
    right: 27px;
    cursor: pointer;
    height: 26px;
    width: 25px;
    z-index: 2;
    background: url(../img/close.png) no-repeat;
}

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

.pop-act-box .pop-text-main {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
    line-height: 46px;
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
}

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

.pop-text-cont .pop-text-sub {
    font-size: 18px;
    color: #fff;
    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: #fff;
    font-size: 14px;
}
.pop-act-box .btns-select p {
    margin-top: -10px;
}
.pop-act-box .btn-style {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 92px;
    width: 169px;
    height: 54px;
    background: url(../img/confirm-btn-bg.png);
}

.pop-lblist {
    padding: 78px 0 0;
}

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

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

#select_hongbao li {
    color: #cdb592;
    font-size: 30px;
    line-height: 30px;
}

/* .lblist-bd li.active{
    background: #fecf52;color: #915500
} */
.lblist-bd {
    position: absolute;
    left: 0px;
    top: 40px;
    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;
    /* background: #820014; */
    color: #fff;
}

.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: 10%;
}

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

.pop-lblist .w10{
    width: 70%;
}
.pop-lblist .w11{
    width: 30%;
}

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

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

#prize_list_body th {
    background: #5c8c0d;
    font-size: 18px;
}

.lblist-table tr td {
    font-size: 16px;
    color: #fff;
}

.pages {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
}

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

.pages .disabled {
    color: #fff;
}

.pages a:hover,
.pages .current {
    border-color: #c1f172;
    color: #fff;
}

.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) 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) 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) 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: #f8edd7 !important;
}

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

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

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

/* Firefox版本19+ */

::-ms-input-placeholder {
    color: #f8edd7 !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) 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: #fff;
}

.tips-box .i-arrow {
    width: 16px;
    height: 8px;
    display: block;
    margin-left: 105px;
    background: url(../images/jz_icon_sprites.png) 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) 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: 146px;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

#one_line_tip .btns-mod {
    margin-top: 65px;
}

#one_line_tip .btns-mod a {
    width: 169px;
    height: 54px;
    line-height: 54px;
    background: url(../img/confirm-btn-bg.png) center no-repeat;
}

.pop-act-box .select-title {
    padding-top: 110px;
    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: #f8edd7;
    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: #f8edd7;
    text-indent: 16px;
    display: block;
    background: #651614;
}

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

/*兼容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: #f8edd7;
    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: #f8edd7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #fff;
}

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

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

.pop-select-result-list li {
    color: #fff;
    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 {
    margin-top: 14px;
    width: 142px;
    height: 46px;
    background: url(../img/xz-btn-bg.png);
    display: inline-block;
}

#select_hongbao.pop-act-box .make_sure {
    font-size: 16px;
    color: #3b0805;
    line-height: 32px;
}

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

.webgame {
    margin-right: 36px;
}

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

.webgame .img {
    background-image: url(../img/new-hb1.png?q=1);
}

.h5game .img {
    background-image: url(../img/new-hb2.png?q=1);
}

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

#confirm_minus p {
    color: #cdb592;
    text-align: center;
}

#confirm_minus .p1,
#confirm_minus .p3 {
    padding-top: 64px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 11px;
}

#confirm_minus .p2 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 21px;
}

#confirm_minus .p3 .qq {
    color: #ffff00;
}

#confirm_minus .p3 {
    padding-top: 0;
    margin-bottom: 22px;
}

#confirm_minus .p4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
}

#confirm_minus .btns-mod {
    margin-top: 33px;
}

#confirm_minus .btns-mod .confirm_minus_btn {
    width: 198px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #3b0805;
    font-size: 22px;
    letter-spacing: 2px;
    background: url(../img/part1-get-btn.png);
}

#confirm_minus .btns-mod .confirm_minus_btn:hover {
    background: url(../img/part1-get-btn-h.png);
}

#qrcode_wrap {
    width: 589px;
    height: 442px;
    background: url(../img/qrcode-bg.png) center no-repeat;
}

#qrcode_wrap .qrcode-content {
    position: absolute;
    width: 166px;
    height: 166px;
    top: 188px;
    left: 209px;
}

#select_hongbao .lblist-bd {
    top: 50px;
    left: 213px;
}

#fanli-box .lblist-bd {
    left: 130px;
}

#select_hongbao .lblist-bd li {
    width: 212px;
    height: 34px;
    background: url(../img/xz-hb.png) center no-repeat;
}

#fanli-box .lblist-bd li {
    width: 378px;
    height: 34px;
    background: url(../img/fl-title.png) center no-repeat;
}

#fanli-box .lblist-bd {
    top: 50px;
}

#fanli-box {
    height: 248px;
    padding-top: 120px;
}

#fanli-box .tq-list {
    width: 550px;
    overflow: hidden;
    margin-left: 50px;
}

#fanli-box .tq-list ul {
    height: 80px;
    overflow-y: auto;
    width: 570px;
}

#fanli-box .tq-list li {
    font-size: 18px;
    color: #fff;
    width: 550px;
    line-height: 20px;
    margin-bottom: 20px;
}

#fanli-box  .btns-mod {
    margin-top: 8px;
    margin-bottom: 20px;
}

#fanli-box .p1,
#fanli-box .p2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    color: #eeeeee;
    text-align: center;
}