/* 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 Microsoft Yahei, tahoma, \5b8b\4f53;
}

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

/*弹框*/
.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: -182px 0 0 -288px;
    z-index: 100;
    height: 364px;
    width: 577px;
    background-position: 0 -69px;
}

.pop-act-box .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    background-position: 0 0;
}

.pop-act-box .btn-close:hover {
    background-position: 0 0;
}

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

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

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

.pop-text-cont .pop-text-sub {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.pop-act-box .btns-mod {
    margin-top: 75px;
    text-align: center;
    width: 100%;
}

.pop-act-box .btn-style {
    text-align: center;
    color: #520600;
    font-size: 22px;
    line-height: 53px;
    height: 53px;
    width: 190px;
    background-position: 0 -16px
}

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

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

.lblist-bd li {
    width: 456px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #915500;
    text-align: center;
    font-size: 20px;

}

/* .lblist-bd li.active{
    background: #fecf52;color: #915500
} */
.lblist-bd {
    position: absolute;
    left: 68px;
    top: 26px
}

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

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

.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 .no-get {
    color: #ff9b00;
    text-decoration: underline;
}

.lblist-table {
    height: 214px;
    overflow: hidden;
}

.lblist-table .bg {
    display: none;
}

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

.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-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: #5a3500 !important;
}

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

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

::-moz-placeholder {
    color: #5a3500 !important;
}

/* Firefox版本19+ */

::-ms-input-placeholder {
    color: #5a3500 !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: #e43a3a;
}

.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: 80px;
}

.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 {
    width: 520px;
    height: 385px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -192px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    z-index: 99;
}

.pop-select-close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
    background: url(../images/pop-close.png) no-repeat;
    cursor: pointer;
}

.pop-select-title {
    height: 34px;
    line-height: 34px;
    text-indent: 15px;
    color: #fff;
    background: #393939;
}

.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: 1px solid #e1dfe0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #010101;
    text-indent: 16px;
    display: block;
}

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

/*兼容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 #e1dfe0;
    border-radius: 3px;
}

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

.pop-select-clas li {
    width: 64px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    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: #fff;
    background: #e43a3a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #e43a3a;
}

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

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

.pop-select-result-list li {
    color: #333333;
    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: #c1c1c1;
}

.pop-select-btn {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    background: #e43a3a;
    color: #fff;
    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 {
    background: #f84444;
}

.pop-select-btn.disable:hover,
.pop-select-btn.disable {
    background: #d3d2d1;
}

