.yueka-container {
    width: 100%;
    height: 1130px;
    max-width: 1920px;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 26px;
    left: 37px
}

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

.topwz {
    height: 500px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 80px
}

.topwz .wzbox {
    background-image: url(../images/slogan.png);
    width: 835px;
    height: 279px;
    margin: auto;
}

.topwz .toptips {
    background-image: url(../images/hdsjbg.png);
    width: 580px;
    height: 41px;
    margin: auto;
    line-height: 41px;
    text-align: center;
    color: #eae1c0;
    font-size: 18px;
    text-shadow: 1px 3px 3px #000
}

.special-login-box {
    width: 510px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    margin: auto;
    margin-top: 20px
}

.special-login-box .hasloginbox,
.special-login-box .nologinbox {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.special-login-box .hasloginbox {
    padding-left: 20px;
    display: none
}

.special-login-box .hasloginbox span {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    float: left
}

.special-login-box .hasloginbox span.username {
    color: #6cc860;
    margin-left: 5px
}

.special-login-box .hasloginbox .rightbtn {
    float: right;
    cursor: pointer;
    width: 52px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #ebc15d;
    line-height: 32px;
    color: #ebc15d;
    text-align: center;
    margin-top: 8px;
    margin-right: 9px
}

.special-login-box .nologinbox {
    padding-left: 20px
}

.special-login-box .nologinbox span {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    float: left
}

.special-login-box .nologinbox a {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    float: left;
    margin-left: 5px
}

.special-login-box .nologinbox a:hover {
    color: red
}

.special-login-box .nologinbox .rightbtn {
    float: right;
    cursor: pointer;
    width: 52px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #ebc15d;
    line-height: 32px;
    color: #ebc15d;
    text-align: center;
    margin-top: 8px;
    margin-right: 9px
}

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

.special-login-box .hasloginbox .user-position {
    text-align: center;
    color: #fcd446;
}

.maincon .topshow {
    height: 46px;
    width: 100%;
    position: relative
}

.lefts {
    width: 1016px;
    float: left;
    margin-left: 10px;
}

.left .swiper-slide {
    width: 216px;
}

.maincon .topshow .left {
    width: 100%;
}

.maincon .topshow .left .czjebox {
    background-image: url(../images/chargebg.png);
    float: left;
    height: 42px;
    line-height: 40px;
    width: 250px;
    font-size: 0
}

.maincon .topshow .left .czjebox span {
    color: #e5d5a6;
    font-size: 16px;
    display: inline-block
}

.maincon .topshow .left .czjebox span:first-child {
    margin-left: 22px
}

.maincon .topshow .left .czjebox b {
    color: #ffeea9;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px
}

.maincon .topshow .left .sxbtn {
    float: left;
    cursor: pointer;
    background-image: url(../images/btn_sx.png);
    width: 42px;
    height: 42px;
    margin-top: 5px
}

.maincon .topshow .right {
    float: right;
    margin-right: 340px
}

.maincon .topshow .right .hdgzbtn {
    background-image: url(../images/btn_hdgz.png);
    width: 118px;
    height: 46px;
    cursor: pointer
}

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

.clear {
    content: '';
    display: block;
    clear: both;
    width: 100%
}

.maincon .btm {
    background-image: url(../images/itembg.png);
    width: 1280px;
    height: 414px;
    margin: auto;
    position: relative
}

.maincon .btm .left {
    float: left;
    margin-top: 38px;
    margin-left: 16px;
    z-index: 3;
    position: relative;
}

.swiper-container {
    overflow: visible;
    /* 允许上下可见 */
    clip-path: inset(-410px -200px 0px 0px);
    /* 水平方向裁剪 */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 47%;
    width: 44px;
    height: 93px;
    z-index: 10;
    cursor: pointer;
}




.swiper-button-prev {
    left: 10px;
    background: url(../images/anleft.png) no-repeat left top;
    background-size: 54% 54%;
}

.swiper-button-next {
    right: 10px;
    background: url(../images/anrigth.png) no-repeat right top;
    background-size: 54% 54%;
}

.maincon .btm .left .item {
    width: 24% !important;
    height: 360px;
    float: left;
    margin-left: -18px;
    margin-right: 4px !important;
    position: relative;
}

.wenzi {
    display: block;
    width: 96px;
    height: 34px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translatex(-50%);

}

.right .wenzi {
    top: 86px;
}

.maincon .btm .left .item:first-child {
    margin-left: 0
}

.maincon .btm .left .item.i1 {
    background: url(../images/item_1.png) no-repeat center top;
}

.maincon .btm .left .item.i2 {
    background: url(../images/item_2.png) no-repeat center top;
}

.maincon .btm .left .item.i3 {
    background: url(../images/item_3.png) no-repeat center top;
}

.maincon .btm .left .item.i4 {
    background: url(../images/item_4.png) no-repeat center top;
}

.maincon .btm .left .item.i5 {
    background: url(../images/item_5.png) no-repeat center top;
}

.maincon .btm .left .item.i6 {
    background: url(../images/item_5.png) no-repeat center top;
}

.maincon .btm .left .item.i7 {
    background: url(../images/item_6.png) no-repeat center top;
}

.maincon .btm .left .item.i8 {
    background: url(../images/item_7.png) no-repeat center top;
}

.maincon .btm .left .item.i9 {
    background: url(../images/item_8.png) no-repeat center top;
}

.maincon .btm .left .item.i10 {
    background: url(../images/item_9.png) no-repeat center top;
}

.showtop {
    margin-top: 84px;
    text-align: center;
}

.maincon .btm .left .item .itemtop .bigdj {
    display: inline-block;
    position: relative;
    margin: auto;
    /* margin-top: 84px */
}

.jinyi {
    width: 101px;
    height: 101px;
    position: relative;
    margin: auto;
    margin-top: 25px;
}

.bigdjs {
    width: 101px;
    height: 101px;
    position: relative;
    margin: auto;
    margin-top: 25px
}

.bigdjs>img {
    width: 100%;
    height: 100%;
}

.maincon .btm .left .item .itemtop .bigdj>img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 32px;
    height: 32px
}

.maincon .btm .left .item .itemtop .itemsm {
    display: flex;
    align-items: center;
    justify-content: center
}

.maincon .btm .left .item .itemtop .itemsm .smdj {
    width: 46px;
    height: 46px;
    margin-top: 20px;
    position: relative
}

.maincon .btm .left .item .itemtop .itemsm .smdj img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.maincon .btm .left .item .itemtop .itemsm .smdj span {
    position: absolute;
    bottom: 5px;
    right: 9px;
    color: #ffffff;
    font-size: 12px;

}


.maincon .btm .left .item .itembtm {
    margin-top: 40px
}

.maincon .btm .left .item .itembtm span {
    display: block;
    text-align: center;
    font-size: 23px;
    color: #7d1919;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: -2px -2px 0 #e5dcba, 2px -2px 0 #e5dcba, -2px 2px 0 #e5dcba, 2px 2px 0 #e5dcba
}

.maincon .btm .left .item .itembtm .lqbtn {
    cursor: pointer;
    margin: auto;
    display: block;
    background-image: url(../images/btn_lq.png);
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #51311e;
    font-size: 20px;
    margin-top: 15px;
    transition: all ease .08s
}

.maincon .btm .left .item .itembtm .lqbtn:hover {
    font-weight: bold
}

.maincon .btm .left .item .itembtm .lqbtn.haslq {
    cursor: auto;
    filter: grayscale(100%);
}

.maincon .btm .right .lqbtn.haslq {
    cursor: auto;
    filter: grayscale(100%);
}

.maincon .btm .left .item .itembtm .lqbtn.haslq:hover {
    font-weight: normal
}

.maincon .btm .right {
    position: absolute;
    right: -40px;
    top: -40px;
    background-image: url(../images/item_10.png);
    background-size: 100% 100%;
    width: 308px;
    height: 521px;
    z-index: 1;
}

.maincon .btm .right .r_top {
    background-image: url(../images/jebg.png);
    width: 253px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin: auto;
    margin-top: 30px;
    color: #ffeea9;
    font-weight: bold;
    text-shadow:
        0 0 5px #030000,
        /* 上方阴影 */
        0 0 5px #030000,
        /* 下方阴影 */
        0 0 5px #030000,
        /* 左侧阴影 */
        0 0 5px #030000;
    /* 右侧阴影 */
    letter-spacing: 2px;
}

.maincon .btm .right .r_top span {
    font-size: 36px;
    font-style: italic;
}

.maincon .btm .right .r_top em {
    font-size: 24px;
    display: inline-block;
    margin-left: 7px;
}


.zhban {
    width: 52px;
    height: 52px;
    background-image: url(../images/k1.png);
    background-size: 100% 100%;
}

.poban {
    width: 48px;
    height: 48px;
    background: url(../images/k2.png) center;
    background-size: 100% 100%;
}



.maincon .btm .right .itemtop .bigdj {
    display: inline-block;
    position: relative;
    margin: auto;
    /* margin-top: 70px */
}

.maincon .btm .right .itemtop .bigdj>img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 32px;
    height: 32px
}

.maincon .btm .right .itemtop .itemsm {
    display: flex;
    align-items: center;
    justify-content: center
}

.maincon .btm .right .itemtop .itemsm .smdj {
    position: relative;
    margin-top: 30px;
}

.maincon .btm .right .itemtop .itemsm .smdj>img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 32px;
    height: 32px
}

.maincon .btm .right .itemtop .itemsm .smdj span {
    position: absolute;
    bottom: 5px;
    right: 9px;
    color: #ffffff;
    font-size: 12px;

}

.maincon .btm .right .lqbtn {
    cursor: pointer;
    margin: auto;
    display: block;
    background-image: url(../images/btn_lq_2.png);
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #51311e;
    font-size: 20px;
    margin-top: 14px;
    transition: all ease .08s
}

.maincon .btm .right .lqbtn:hover {
    font-weight: bold
}

.maincon .btm .right .czbtn {
    background-image: url(../images/czbtn.png);
    width: 256px;
    height: 134px;
    margin: auto;
    cursor: pointer;
    display: block;
    margin-top: 25px
}

.hdgzalert,
.hdgzalerts {
    background: unset;
    background-image: url(../images/alertbg.png);
    background-size: 100% 100%;
    width: 816px;
    height: 526px;
    box-shadow: unset;
    display: none;
    z-index: 11
}

.hdgzalerts {
    height: 550px;
    /* display: block; */
}

.xian {
    display: block;
}

.hdgzalerts span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 44px;
    color: #eae1c0;
    display: block;
}



.huo-de,
.huo-des {
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;


}

.huo-de>div {
    width: 148px;
    height: 70px;
    /* background-color: #6cc860; */
    float: left;
    margin-left: 20px;
    margin-top: 14px;
}

.huo-des>div {
    width: 148px;
    height: 140px;
    margin-left: 20px;
    /* margin-top: 14px; */
    position: relative;
}

.huo-des .huo-kuang {
    margin-top: 34px;

}

.huo-kuang {
    width: 46px;
    height: 46px;
    background: url(../images/k2.png);
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}

.huo-kuang>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.huo-name {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
}

.xuan-zh {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: solid 2px #dfbd7e;
    position: absolute;
    top: 0;
}

.xuan-zh>img {
    width: 18px;
    height: 17px;
    background-color: #dfbd7e;
    position: absolute;
    top: 0;
    right: 0;
}

.liji-an {
    width: 128px;
    height: 40px;
    background: url(../images/btn_lq.png);
    background-size: 100% 100%;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 40px;
    color: #51311e;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}



.alertin {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px 60px;
    box-sizing: border-box;
}

.hd_close {
    position: absolute;
    top: -32px;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.alerttit {
    color: #eae1c0;
    margin-top: 32px
}

.alertmsg {
    width: 685px;
    margin: auto;
    height: 410px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 30px
}

.alertmsg::-webkit-scrollbar {
    width: 6px
}

.alertmsg::-webkit-scrollbar-track {
    background: #342c23;
    border-radius: 4px
}

.alertmsg::-webkit-scrollbar-thumb {
    background: #664f32;
    border-radius: 4px
}

.alertmsg::-webkit-scrollbar-thumb:hover {
    background: #555
}

.alertmsg .item {
    margin-top: 20px
}

.alertmsg .item:first-child {
    margin-top: 0
}

.alertmsg .item span {
    display: block;
    font-size: 16px;
    color: #beb69a;
    font-weight: bold
}

.alertmsg .item p {
    line-height: 30px;
    color: #beb69a
}


.user-container {
    height: auto;
    background-color: unset;
    border-radius: unset;
    line-height: unset;
    padding: 0;
    text-align: left;
    clear: both;
    margin: 0;
    min-width: 0;
    display: block;
}

.btmwz {
    margin-top: 14px;
}

.btmwz .btmwzsm {
    width: 540px;
    margin: auto;
    color: #837368;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.btmwz .btmwzsm em {
    color: #e9c185;
    text-decoration: underline;
    cursor: pointer;
}

.btmwz .btmwzsm em:hover {
    color: red;
}

.btmwz .jumpurl {
    text-align: left;
    height: 30px;
    line-height: 30px;
    color: #e9c185;
    width: 540px;
    margin: auto;

}

.typeming {
    color: #e9c185;
    text-decoration: underline;
}

.btmwz .jumpurl a {
    color: #e9c185;
    text-decoration: underline;
    font-size: 16px;
}

.btmwz .jumpurl a:hover {
    color: red;
}





.hoverbox {
    position: absolute;
    bottom: 100px;
    width: 320px;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #000;
    display: none;
    left: 50%;
    z-index: 100;
    margin-left: -160px
}

.bigdj span {
    color: #ffffff;
    position: absolute;
    right: 12px;
    bottom: 9px;
    font-size: 12px;
    z-index: 5;
}

.hoverbox .hoverin {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px
}

.hoverbox .hoverin .hitem {
    text-align: center;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 14px
}

.djbox {
    cursor: pointer;
    position: relative;
}

.djbox:hover .hoverbox {
    display: block
}

.xuanz {
    width: 106%;
    height: 106%;
    background: url(../images/xz.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gou {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: solid 1px #931a1a;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 5;
}

.gou img {
    display: block;
    width: 12px !important;
    height: 11px !important;
    margin-top: 2px;
    margin-left: 2px;
}


.maincon .shuliang {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 9px;
    font-weight: bold;
}



.mei-kuang {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000060;
    z-index: 6;
    display: none;
}

.yiy {
    width: 492px;
    height: 245px;
    background: url(../images/yi.png);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #eae1c0;
    line-height: 245px;
    text-align: center;
}

.guan {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 1px;
    right: 2px;
    cursor: pointer;
}