body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
button,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei"
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
}

ul,
ol,
li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    *font-size: 100%;
    outline: 0;
    border: 0
}

a {
    text-decoration: none
}

button,
textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-slide {
    display: block;

}



.swiper-slide1 {
    height: 100vh;
    width: 100%;
    background: url(../images/bg.png) no-repeat center 75px;
    background-size: 100%;
}

.swiper-slide2 {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.long-content-scroll {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    /* padding-bottom: 1px; */
}

.main {
    width: 100%;
    /* max-width: 1920px; */
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: #0b070c
}

.head-container {
    position: relative;
    z-index: 2
}

.head-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0;
    padding-top: 210px;
    text-align: center
}

.head-container .head-bg {
    width: 1000px;
    margin: 0 auto 52px;
    overflow: hidden;
    margin-bottom: unset
}

.head-container .head-bg .head-logo {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left
}

.head-container .logo-img {
    width: 100%;
    height: 300px;
    line-height: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #eecf84;
    text-align: center
}

.user-container {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    line-height: 50px;
    padding: 0 15px 0 20px;
    text-align: left;
    clear: both;
    margin: 0 auto 102px;
    min-width: 500px;
    display: inline-block;
    width: 412px;
    margin: auto;
    display: block
}

.user-container span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 3px
}

.user-container .user-position {
    text-align: center;
    color: #fcd446
}

.user-container .user-name {
    text-align: center;
    color: #6cc860;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.user-container #toggle-user,
.user-container #login-out,
.user-container #toggle-qu {
    height: 30px;
    border-radius: 4px;
    border: solid 1px #e63d2e;
    box-sizing: border-box;
    color: #e63d2e;
    line-height: 30px;
    padding: 0 8px;
    cursor: pointer;
    float: right;
    margin-top: 11px
}

.user-container .login-out-container {
    display: block
}

.user-container .login-in-container {
    display: none
}

.user-container #login-in {
    width: 124px;
    height: 32px;
    background-color: #e63d2e;
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 32px;
    float: right;
    margin-top: 10px;
    cursor: pointer
}

.blocks {
    width: 100%;
    position: relative;
    z-index: 11;
    padding: 30px 0;
}

.blocksin {
    width: 1200px;
    margin: auto
}

.blocksin::after {
    content: '';
    display: block;
    clear: both
}

.bigtitle {
    width: 100%;
    height: 216px;
    position: relative
}

.bigtitle em {
    color: #fae790;
    font-size: 24px;
    font-weight: bold;
    padding-top: 195px;
    display: block;
    position: relative;
    z-index: 2
}

.bigtitle::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    position: absolute
}

.imgbox.big {
    width: 70px;
    height: 70px;
    position: relative;
    margin: auto;
    margin-top: 11px
}

.imgbox.big::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icotop.png) no-repeat;
    background-size: 100%;
    z-index: 2
}

.imgbox.big img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 1
}

.imgbox.normal {
    width: 65px;
    height: 65px;
    float: left;
    background: url(../images/icobg.png);
    overflow: hidden;
    margin-top: 16px;
    margin-right: 20px
}

.imgbox.normal img {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    margin-top: 7.5px
}

.imgbox.small {
    width: 55px;
    height: 55px;
    position: relative;
    margin: auto
}

.imgbox.small::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icotop1.png) no-repeat;
    background-size: 100%;
    z-index: 2
}

.imgbox.small img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 1
}


.haskuang {
    width: 1200px;
    background: url(../images/s_bg_1.png) no-repeat center top;
    padding-bottom: 60px;
    box-sizing: border-box;
    position: relative;
}

.haskuang:before {
    content: "";
    display: block;
    height: calc(100% - 65px - 42px);
    width: 100%;
    background: url(../images/s_bg_2.png) repeat-y center center;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 47px;
    background-size: 100%;
    pointer-events: none;
}

.haskuang:after {
    content: "";
    display: block;
    height: 60px;
    background: url(../images/s_bg_3.png) no-repeat center center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.haskuang .kuangin {
    position: relative;
    z-index: 2
}

.haskuang .kuangin .tipsbox {
    width: 1112px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 25px;
    background: url(/hd/global/images/a_ny33.png) repeat-y center center;
    font-size: 16px;
    color: #c89660;
    display: block;
    padding: 12px 20px;
    text-align: center;
    line-height: 28px;
}

.haskuang .kuangin .tipsbox b {
    font-size: 18px;
    font-weight: bold;
    color: #b77026;
}


.smtit {
    background: url(../images/bg4.png) no-repeat center center;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fef4b7;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px
}


.bigtitle.bigtit1::after {
    background-image: url(../images/tit_1.png);
    background-position: right center;
    right: -38px
}

.bigtitle.bigtit1 em {
    text-align: right
}

.bigtitle.bigtit2::after {
    background-image: url(../images/tit_2.png);
    background-position: left center;
    left: 0
}

.bigtitle.bigtit3::after {
    background-image: url(../images/tit_3.png);
    background-position: right center;
    right: -38px
}

.bigtitle.bigtit3 em {
    text-align: right
}

.head-container .logo-img {
    background: url(../images/logo.png) no-repeat center top
}

@keyframes xz {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.globaltop {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #e3e3e3;
}

.globalbtm {
    position: relative;
    z-index: 2;
    width: 100%;
}


.firstpm {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg.png);
    position: relative;
    overflow: hidden;
}


.lefturlbox {
    width: 300px;
    height: 40px;
    position: fixed;
    z-index: 110;
    top: 40px;
    right: 40px;
}

.lefturlbox a {
    display: block;
    width: 125px;
    height: 40px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #f1d472;
    font-size: 16px;
    float: left;
    line-height: 40px;
    margin-left: 20px;
}

.lefturlbox a.go-down::before {
    background-image: url(/images/v6_guide/icon_1.png);
    content: '';
    display: inline-block;
    width: 19px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.lefturlbox a.go-index::before {
    background-image: url(/images/v6_guide/icon_2.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 22px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.firstpm .righturlbox {
    width: 354px;
    height: 184px;
    position: absolute;
    left: 50px;
    z-index: 110;
}

.firstpm .righturlbox a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}


.firstpm .section1-container {
    width: 1227px;
    margin: auto;
    position: relative;
    z-index: 3;
    height: 100%;
}

.firstpm .s1main {
    height: 700px;
    position: absolute;
    right: 0;
    bottom: 16%;
    width: 100%;
}

.firstpm .s1main .s1maintit {
    width: 100%;
    height: 350px;
}

.firstpm .s1main .s1maintit:before {
    content: "";
    width: 670px;
    height: 309px;
    background: url(../images/title.png) no-repeat center center;
    float: left;
    margin-left: 75px;
}

.firstpm .s1main .s1maincon {
    background-image: url(/images/v6_guide/icon_6.png);
    width: 1189px;
    height: 312px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 25px;
    background-repeat: no-repeat;
}

.firstpm .s1main .s1maincon .s1list {
    float: left;
    width: 375px;
    height: 100%;
    position: relative;
    margin-top: 10px;
}

.firstpm .s1main .s1maincon {
    background-image: url(/images/v6_guide/icon_6.png);
    width: 1189px;
    height: 312px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 25px;
    background-repeat: no-repeat
}

.firstpm .s1main .s1maincon .s1list {
    float: left;
    width: 375px;
    height: 100%;
    position: relative;
    margin-top: 10px
}

.firstpm .s1main .s1maincon .s1list .s1listtit {
    height: 40px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1
}

.firstpm .s1main .s1maincon .s1list .s1listtit span {
    color: #e8c487;
    font-size: 48px;
    font-style: italic;
    line-height: 30px;
    display: inline-block;
    margin-right: 20px
}

.firstpm .s1main .s1maincon .s1list .s1listtit em {
    color: #e8c487;
    font-size: 24px;
    line-height: 40px
}

.firstpm .s1main .s1maincon .s1list .zuce1 {
    margin-top: 20px
}

.firstpm .s1main .s1maincon .s1list .zuce1 .item {
    height: 28px;
    margin: auto;
    margin-bottom: 10px;
    width: 282px;
    position: relative;
    overflow: hidden
}

.firstpm .s1main .s1maincon .s1list .zuce1 .item span {
    color: #fff;
    line-height: 28px;
    float: left;
    font-size: 16px;
    margin-right: 15px
}

.firstpm .s1main .s1maincon .s1list .zuce1 .item input {
    height: 26px;
    width: 190px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #8abace;
    padding-left: 10px
}

.firstpm .s1main .s1maincon .s1list .zuce1 .item em {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 3px;
    width: 86px;
    height: 24px;
    background-color: #88b8cb;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px
}

.firstpm .s1main .s1maincon .mainbtn {
    width: 234px;
    height: 42px;
    border-radius: 4px;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin: auto;
    cursor: pointer;
    display: block;
    overflow: hidden
}

.firstpm .s1main .s1maincon .mainbtn em {
    width: 188px;
    height: 42px;
    line-height: 42px;
    margin: auto;
    margin-top: 1px;
    display: block;
    background: url(/images/v6_guide/btn.png)
}

.firstpm .s1main .zuce2 {
    margin-top: 50px
}

.firstpm .s1main .zuce2 p {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #ffe400;
    font-size: 30px
}

.firstpm .s1main .zuce2 span {
    display: block;
    width: 100%;
    text-align: center;
    color: #c2ebff;
    font-size: 14px;
    height: 30px;
    line-height: 30px
}

.firstpm .s1main .xzbox {
    position: relative;
    z-index: 3;
    margin-top: 20px
}

.firstpm .s1main .xzbox span {
    color: #fff;
    font-size: 27px;
    font-style: italic;
    font-weight: bold;
    width: 234px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: auto;
    margin-top: 40px
}

.firstpm .s1main .xzbox span.s2 {
    text-indent: 32px;
    margin-top: 10px;
    margin-bottom: 30px
}

.firstpm .s1main .xzbg {
    position: absolute;
    z-index: 2;
    width: 201px;
    height: 247px;
    top: 27px;
    right: 0;
    background-image: url(/images/v6_guide/icon_9.png)
}

.firstpm .s1main .zclhl .guanzi {
    width: 163px;
    height: 109px;
    background-image: url(/images/v6_guide/icon_8.png);
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px
}

.firstpm .s1main .agree-protocol {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-indent: 120px;
    margin: 10px 0 10px
}

.firstpm .s1main .agree-protocol span {
    display: inline
}

.firstpm .s1main .agree-protocol span,
.form-li .agree-protocol label {
    cursor: pointer
}

.firstpm .s1main .agree-protocol span:hover {
    color: #6f8fdf
}

.firstpm .s1main .agree-protocol i {
    display: inline-block;
    vertical-align: text-bottom;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    text-indent: 0;
    border: solid 1px #6f8fdf;
    margin-right: 5px
}

.firstpm .s1main .agree-protocol i b {
    width: 8px;
    height: 8px;
    background-color: #6f8fdf;
    border-radius: 50%;
    float: left;
    margin: 3px;
    text-indent: 0;
    display: none
}

.firstpm .s1main .agree-protocol label.checked b {
    display: block
}


.firstpm .next-page {
    width: 100%;
    height: 81px;
    background: url(../images/jt.png) no-repeat;
    background-size: 40px 34px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    z-index: 1002;
    cursor: pointer;
    background-position: bottom;
}

.firstpm .next-page .wz {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    animation: change1 2s linear infinite;
}

.firstpm .next-page .wz.wz2 {
    display: none;
}

@keyframes change1 {
    0% {
        text-shadow: 0px 0px 0px #e8c586;
    }

    50% {
        text-shadow: 0px 0px 30px #e8c586;
    }

    100% {
        text-shadow: 0px 0px 0px #e8c586;
    }
}

.page2-bg {
    width: 100%;
    /* padding-bottom: 30px; */
    margin: 0 auto;
    background: url(../images/bg2_1.png) repeat-y;
    background-size: 100%;
}

.main-container {
    background: none;
    padding-top: 120px;
}

.main-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 1086px;
    background: url(../images/bg.jpg) no-repeat center -65px;
    top: 0;
    pointer-events: none;
    position: absolute
}

.head-container .head-logo {
    position: relative;
}

.head-container .head-bg .head-logo {
    text-align: left;
}

.head-container .logo-img {
    background: url(../images/logo.png) no-repeat center top;
}

.head-container .logotips {
    background: url(../images/tips.png) no-repeat center top;
    width: 48px;
    height: 136px;
    position: absolute;
    top: 0;
    left: 515px;
}

.main-part .part-other {
    height: 43px;
    line-height: 43px
}

.main-part .part-other .has-score {
    /* float: left; */
}

.main-part .part-other .to-buy {
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: #d19641;
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    margin: 0 20px;
    position: relative;
}

.main-part .part-other .to-buy:hover {
    opacity: 0.9
}

.main-part .part-other .desbox {
    float: right;
    text-align: right;
    padding-right: 20px
}

.main-part .part-other .desbox>div {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.main-part .part-other .desbox>a {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: #b77026;
}

.alert-window .content-window .other-platform {
    display: none;
}

.jifenshangcheng .score-list .score-ul .open-level-bg {
    display: none;
}

.jifenshangcheng .score-list .score-ul.cant_lq .open-level-bg {
    display: block;
}


.denglu .logo-img {
    width: 1089px;
    height: 328px;
    background: url(../images/title_big.png) no-repeat center top;
    margin: auto;
    /* margin-top: 30px; */
    display: none;
}

.denglu .user-container {
    /* margin-top: 60px; */
}

.main-part.has-bg:before {
    background-image: url(../images/bg2.png);
    background-size: 100% 100%;
    height: calc(100% - 73px - 79px);
    top: 73px;
}

.main-part.has-bg {
    background-image: url(../images/bg1.png);
    width: 1200px;
    background-size: 100% 79px;
    margin: 0 auto 170px;
}

.main-part.has-bg:after {
    height: 89px;
    background-image: url(../images/bg3.png);
}


.v5_libaoalert {
    width: 738px;
    height: 498px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    background: url(/images/v6_guide/alert_1.png);
    display: none
}

.v5_libaoalert .alertin {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.v5_libaoalert .close {
    position: absolute;
    top: 35px;
    right: 38px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(/images/v6_guide/alert_2.png)
}

.v5_libaoalert .v5tit {
    color: #fff;
    font-size: 33px;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 44px
}

.v5_libaoalert .hlmiddle {
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 1
}

.v5_libaoalert .hlmiddle::after {
    content: '';
    display: block;
    clear: both
}

.v5_libaoalert .hlmiddle .hll {
    float: left;
    width: 267px;
    height: 178px;
    background: url(/images/v6_guide/alert_3.png);
    margin-left: 106px;
    margin-right: 48px;
    position: relative
}

.v5_libaoalert .hlmiddle .hll em {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: -9px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(/images/v6_guide/alert_4.png);
    width: 293px;
    height: 293px;
    animation: change 60s linear infinite;
    animation-direction: alternate
}

@keyframes change {
    to {
        transform: rotate(360deg)
    }
}

.v5_libaoalert .hlmiddle .hlr {
    float: left;
    width: 242px;
    height: 179px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px
}

.v5_libaoalert .hlmiddle .hlr span {
    color: #98d0ed;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    margin-bottom: 4px
}

.v5_libaoalert .hlmiddle .hlr p {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 25px;
    line-height: 25px
}

.v5_libaoalert .hlbtm {
    width: 513px;
    height: 42px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #8abace;
    margin: auto;
    padding-left: 18px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: 30px
}

.v5_libaoalert .hlbtm input {
    height: 100%;
    display: block;
    color: #333;
    font-size: 18px
}

.v5_libaoalert .hlbtm em {
    position: absolute;
    cursor: pointer;
    width: 134px;
    height: 36px;
    background-color: #88b8cb;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    top: 2px;
    right: 2px
}

.v5_libaoalert .hlbtm em i {
    display: block;
    width: 130px;
    height: 32px;
    background-color: #88b8cb;
    border-radius: 4px;
    border: solid 1px #3e809c;
    text-align: center;
    margin: auto;
    margin-top: 1px;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    font-style: normal
}

.v5_libaoalert .dhlbbtn {
    width: 234px;
    height: 46px;
    background-color: #88b8cb;
    border-radius: 4px;
    margin: auto;
    display: block;
    overflow: hidden;
    margin-top: 35px
}

.v5_libaoalert .dhlbbtn em {
    display: block;
    margin: auto;
    width: 230px;
    height: 42px;
    background-color: #88b8cb;
    border-radius: 4px;
    border: solid 1px #3e809c;
    margin-top: 1px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px
}


.alert-window .content-window .other-platform {
    display: none;
}


.firstpm .s1main .agree-protocol a {
    color: #ffffff;
}

.main-part .part-title {
    width: 704px;
    height: 72px;
    background: url(../images/tbg.png) no-repeat center;
    line-height: 69px;
    /* color: #ffffff; */
    /* text-shadow: 0 0 black; */
    top: -100px;
}

.main-part .part-title span {
    color: #351D05;
    font-size: 32px;
}

.main-part .part-rule {
    background: linear-gradient(90deg, transparent, rgba(230, 211, 157, 0.25), transparent);
}

.main-part .part-rule b {
    color: #e6d39d;
}

.main-part .part-rule div {
    color: #f7f1d5;
}

.main-part .shuoming {
    background: none;
    text-align: left;
    width: 1160px;
}

.main-part .shuoming b {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #bab386;
}


.main-part .main-part-in {
    padding-top: 30px
}

.shuomingbig .main-content p {
    color: #bab386;
}

.rule-table .second-div span {
    color: #bab386;
    border-color: #bab386;
}

.rule-table .second-div div {
    border-color: #bab386;
    color: #bab386;
}

.shuomingbig .rule-table {
    border-color: #bab386;
}


.boxprocess {
    width: 1060px;
    height: 390px;
    background: url(../images/bxbg.png) no-repeat center 225px;
    position: relative;
    margin: 0 auto;
}

.boxprocess .process-con {
    position: absolute;
    width: 100%;
    left: 28px;
    top: 277px;
    height: 15px;
}

.boxprocess .text {
    float: left;
    height: 15px;
    line-height: 15px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 5px;
}

.boxprocess .process-out {
    width: 880px;
    height: 15px;
    background-color: #211309;
    border-radius: 8px;
    float: left;
}

.boxprocess .process-in {
    float: left;
    border-radius: 8px;
    background-color: #ffcf46;
    height: 100%;
}

.boxprocess .box-ul {
    position: absolute;
    z-index: 2;
    width: 880px;
    height: auto;
    left: 85px;
    top: 0;
}

.boxprocess .box-li {
    width: 199px;
    float: left;
    margin-left: 110px;
}

.boxprocess .box-li:first-child {
    margin-left: 35px;
}

.boxprocess .box-li .title {
    font-size: 18px;
    color: #e6d39d;
    height: 60px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 0 auto 16px;
}

.boxprocess .box-li .title::after {
    content: "";
    width: 44px;
    height: 32px;
    background: url(../images/jt.png) no-repeat center;
    display: block;
    margin: 0 auto;
}

.boxprocess .box-li .box {
    width: 199px;
    height: 175px;
    background: none no-repeat center bottom;
    margin: 0 auto 18px;
}

.boxprocess .box-li .box1 {
    background-image: url(../images/bx.png);
}

.boxprocess .box-li .box2 {
    background-image: url(../images/bx1.png);
}

.boxprocess .box-li .box3 {
    background-image: url(../images/bx2.png);
}

.boxprocess .box-li .circle {
    width: 24px;
    height: 24px;
    border: 4px solid #211309;
    border-radius: 50%;
    display: block;
    margin: 0 auto 18px;
    background: #211309;
}

.boxprocess .box-li .btn {
    width: 146px;
    height: 43px;
    background-color: #d19641;
    border-radius: 10px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #fffcd2;
    margin: 0 auto;
    cursor: pointer;
}

.boxprocess .box-li.has-get .btn {
    background-color: #4b4a48;
    color: #242833;
}

.boxprocess .box-li .info {
    color: #565c6f;
    line-height: 36px;
}

.boxprocess .box-li.active .circle {
    background: #ffcf46;
}


#kkpager {
    clear: both;
    color: #999;
    /* padding: 5px 0; */
    font-size: 16px;
    text-align: center;
}

#kkpager a {
    /* float: left; */
    border: none;
    display: inline;
    padding: 5px 11px;
    margin-right: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #666;
}

#kkpager span.disabled {
    /* float: left; */
    display: inline;
    padding: 5px 11px;
    margin-right: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* border: 1px solid #dfdfdf; */
    background-color: #fff;
    color: #dfdfdf;
}

#kkpager span.curr {
    /* float: left; */
    /* border: none !important; */
    display: inline;
    padding: 5px 11px;
    margin-right: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgb(255, 114, 0);
    color: #fff;
}

#kkpager a:hover {
    background: rgb(255, 114, 0);
    color: #fff;
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
    position: relative;
    left: 0;
    top: 0
}

#kkpager_btn_go {
    width: 44px;
    height: 24px;
    border: 0;
    overflow: hidden;
    line-height: 140%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: #4f88e1;
    color: #fff;
    position: absolute;
    left: 0;
    *top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none
}

#kkpager_btn_go_input {
    width: 36px;
    height: 21px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #dfdfdf;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0;
    top: 0;
    *top: 2px;
    outline: none
}

#kkpager_btn_go_input.focus {
    border-color: #4f88e1
}

#kkpager .pageBtnWrap {
    /* float: left; */
    /* left: 27px; */
    /* position: relative; */
    /* margin: auto; */
    /* text-align: center; */
}

#kkpager .infoTextAndGoPageBtnWrap {
    float: right;
    right: 27px;
    position: relative;
    display: none;
}

#kkpager .spanDot {
    /* float: left; */
    margin-right: 8px;
}

#kkpager .currPageNum {
    color: #4f88e1
}

#kkpager .infoTextAndGoPageBtnWrap {
    padding-top: 5px;
    font-size: 16px;
}


.dw-window {
    width: 507px;
    height: 410px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/dtc.png) no-repeat center;
    background-size: 100%;
    z-index: 15;
    display: none;
}

.dw-window .close-dw-win {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -11px;
    top: -11px;
    margin: 0 auto;
    background: url(../images/close.png) no-repeat center;
}

.dw-window .gifts-li-img {
    float: none;
    margin: 0 auto;
    position: relative;
}

.dw-window .gifts-li-img img+img {
    display: none;
    position: absolute;
    left: -97px;
    bottom: 58px;
}

.dw-window .gifts-li-img img:hover+img {
    display: block;
}

.dw-window .dw-li-title {
    width: 100%;
    text-align: left;
    clear: both;
    font-size: 16px;
    color: #333333;
    height: 50px;
    line-height: 40px;
    font-weight: bold;
}

.dw-window .dw-w-li {
    width: 150px;
    height: 100px;
    float: left;
}

.dw-window .dw-w-ul {
    height: 220px;
}

.dw-choose-bg .dw-w-li {
    cursor: pointer;
    position: relative;
    height: 120px;
}

.dw-choose-bg .dw-w-li .active-border {
    position: absolute;
    left: 4px;
    width: 134px;
    height: 110px;
    border: 3px solid #75ab62;
    top: -14px;
    border-radius: 1px;
    display: none;
}

.dw-choose-bg .dw-w-li.active .active-border {
    display: block;
}

.dw-choose-bg .dw-w-li .active-border:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #75ab62;
    border-radius: 3px;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

/*.dw-choose-bg .dw-w-li .active-border:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background: url(../images/gou.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    right: 1px;*/
/*    bottom: 1px;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*}*/

.dw-window p {
    height: 32px;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
}

.dw-fixed-bg {
    overflow: hidden;
    box-sizing: border-box;
    padding: 25px 0 29px 37px;
}

.dw-choose-bg {
    /* overflow: hidden; */
    padding: 0 0 0 37px;
    height: 167px;
}

.dw-window .gifts-li-btn {
    width: 143px;
    height: 43px;
    line-height: 42px;
    background-color: rgb(185, 170, 145);
    border-radius: 10px;
    float: none;
    margin: 16px auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #75ab62;
    margin: 0 auto;
    cursor: pointer;
}

.dw-window .gifts-li-btn.active {
    background-color: #a8996e !important;
    color: #e6d39d !important;
    cursor: auto !important;
}

.paihangbox .gifts-li .gifts-li-img {
    margin-right: 8px;
}

.paihangbox .level-gifts-li>div {
    width: 170px;
}

.paihangbox .gifts-li .gifts-content {
    width: 98px;
    box-sizing: border-box;
    padding-top: 11px;
}

.chongjibox .gifts-content p {
    height: 25px;
    line-height: 30px;
}

.can-get .gifts-li-btn {
    background-color: #f58f34 !important;
    cursor: pointer !important;
    color: #fffcd2 !important;
}

.no-get .gifts-li-btn {
    background-color: #ac5810 !important;
    color: #ffffff !important;
}

.tshiwa {
    display: block;
    float: right;
    width: 198px;
    color: #ff0303;
    font-size: 14px;
    margin: 21px 13px 0 0;
}

.alert-recharge {
    width: 833px;
    height: 394px;
    background-color: #fff;
    border-radius: 10px
}

.alert-recharge .recharge-list {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 12px;
    margin-bottom: 10px
}

.alert-recharge .recharge-list .recharge-li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    width: 187px;
    cursor: pointer
}

.alert-recharge .recharge-list .recharge-bg {
    width: 185px;
    height: 211px;
    background-color: #58677c;
    border-radius: 10px;
    border: solid 2px #abb6c6
}

.alert-recharge .recharge-li.active .recharge-bg {
    border-color: red
}

.alert-recharge .recharge-list .recharge-img {
    height: 160px;
    width: 100%;
    position: relative
}

.alert-recharge .recharge-list .recharge-img img {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.alert-recharge .recharge-list .recharge-img .pos {
    position: absolute;
    text-align: center;
    top: 120px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #99a6b7;
    font-size: 16px
}

.alert-recharge .recharge-list .recharge-num {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #99a6b7
}

.alert-recharge .recharge-list .recharge-num b {
    font-size: 36px;
    font-weight: bold;
    color: #fffeca
}

.alert-recharge .recharge-list .recharge-li p {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333
}

.alert-recharge .recharge-list .recharge-li p span {
    font-size: 18px
}

.alert-recharge .recharge-list .recharge-input {
    width: 167px;
    height: 36px;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #abb6c6;
    margin: auto
}

.alert-recharge .recharge-list .recharge-input input {
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-align: center
}

.con-win h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    background-color: #77a6eb;
    border-radius: 10px 10px 0 0;
    color: white;
    margin-bottom: 12px;
}

.con-win .close-btn,
.con-win .close-btn-2,
.con-win .close-btn-3 {
    height: 40px;
    width: 40px;
    float: right;
    background: url(/hd/qxmb/images/gb.png) no-repeat center;
    cursor: pointer;

}

.con-win-btn {
    width: 125px;
    height: 42px;
    background-color: #6a9fe8;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    margin: auto;
    position: relative;
}

.part-other .has-alljf {
    height: 42px;
    cursor: pointer;
    display: none;
    display: inline-block;
    color: #b77026;
    display: inline-block;
    line-height: 43px;
    height: 43px;
}


table {
    float: left;
    width: 960px;
    border-top: 1px solid #BAB386;
    border-left: 1px solid #BAB386
}

table+table {
    border-left: 0
}

th,
td {
    text-align: center;
    border-bottom: 1px solid #BAB386;
    border-right: 1px solid #BAB386;
    color: #BAB386;
    height: 50px;
    font-size: 16px
}

th {
    color: #BAB386;
    height: 50px;
    border-color: #BAB386
}


.titclass {
    width: 1100px;
    margin: 0 auto;
}

.titclass .title {
    width: 233px;
    height: 33px;
    background: url(../images/titclass.png);
    background-size: 100% 100%;
    font-size: 16px;
    color: #E6D39D;
    text-align: center;
    line-height: 28px;
    padding-right: 26px;
    box-sizing: border-box;
    margin: 24px 0 10px;
}

.titclass p {
    font-size: 14px;
    color: #F7F1D5;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.lijie {
    display: block;
    width: 179px;
    height: 54px;
    background: url(../images/lijie.png);
    background-size: 100% 100%;
    margin: 0 auto 0;
    color: #342715;
    text-align: center;
    font-size: 24px;
    line-height: 54px;
}

.level-ranks .gifts-li-name {
    width: 130px !important;

}

.paihang-ul {
    overflow-y: auto;
    
}
.paihangbox .paihang-pages{
    height: 40px;
    background-position: bottom;
}

.paihang-ul::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

.paihang-ul::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.paihang-ul::-webkit-scrollbar-thumb {
    background: #d09172;
    border-radius: 10px;
}

.paihang-ul::-webkit-scrollbar-thumb:hover {
    background: #91280e;
}