@charset "UTF-8";
#common-header-home {
    position: sticky;
}
.night #common-header-home {
    background: #191F36;
}
.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.app-download-cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 10px;
    background: white;
}

.night .app-download-cont {
    background-color: #161616;
}

.app-download-cont .close-app-down-btn {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url(../images/close-appdown2.png) no-repeat;
    background-size: 100% 100%;
}

.night .app-download-cont .close-app-down-btn {
    background: url(../images/close-appdown3.png) no-repeat;
    background-size: 100% 100%;
}

.app-download-cont .middle-cont {
    display: flex;
    margin-left: 24px;
}

.app-download-cont .middle-cont .logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 8px;
}

.app-download-cont .middle-cont .text-cont .title {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.night .app-download-cont .middle-cont .text-cont .title {
    color: white;
}

.app-download-cont .middle-cont .text-cont .text {
    font-size: 12px;
    color: #666666;
}

.night .app-download-cont .middle-cont .text-cont .text {
    color: #999999;
}

.app-download-cont .btn-down {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 28px;
    background-color: #D02443;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.mark-cont {
    display: none;
    position: absolute;
    left: 5%;
    width: 90%;
    height: 165px;
    margin: 0 auto;
    border-radius: 5px;
    background: url(/mobile/images/page/m-bg.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 999;
    transition: all 1s;
}

.mark-cont.active {
    display: none;
    bottom: 0;
    -webkit-animation: bounceInDown 1s;
    animation: bounceInDown 1s;
}

.mark-cont .fast-close-btn {
    position: absolute;
    top: -35px;
    right: 45%;
    width: 30px;
    height: 30px;
    background: url(/mobile/images/page/close-btn.png) no-repeat center top;
    background-size: 100% 100%;
    cursor: pointer;
}

.mark-cont .mark-title {
    text-align: center;
    font-size: 14px;
    padding: 15px 0 5px;
}

.mark-cont .flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mark-cont .mark-list {
    color: #EA4C89;
}

.mark-cont .mark-list .mark-item {
    text-align: center;
}

.mark-cont .mark-list .mark-item img {
    width: 60%;
    margin-bottom: 3px;
}

.color1 {
    color: #FFF500;
}

.guide-cont .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #EA4C89;
}

.save {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.message-layer .layui-m-layercont {
    padding: 0 8%;
    position: relative;
    background: 0;
}

.message-main-cont {
    color: #333;
    font-size: 12px;
}

.message-main-cont .message-title {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.message-main-cont .message-text {
    height: 267px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 10px 0;
    -webkit-overflow-scrolling: touch;
    color: #333;
    font-size: 12px;
    line-height: 2.5;
    padding-right: 25px;
}

.message-main-cont .message-text i {
    width: 2px;
    height: 12px;
    display: inline-block;
    background: #5A56E7;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.message-main-cont .message-text .m-title {
    display: inline-block;
    letter-spacing: 2px;
    color: #333 !important;
}

.message-main-cont .message-text .m-text {
    color: #999;
    line-height: 1.5;
}

.message-main-cont .message-text li {
    position: relative;
    color: #333333;
}

.message-main-cont .message-text li .m-text {
    display: none;
    opacity: 0;
}

.message-main-cont .message-text li.display .m-text {
    display: block;
}

.message-main-cont .message-text li .m-arrow {
    background: url(../images/m-arrow.png) no-repeat center;
    background-size: 55%;
    width: 24px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 7px;
}

.message-main-cont .message-text li.display .m-arrow {
    transform: rotate(180deg);
    transition: all .5s;
}

.message-main-cont .message-tips {
    font-size: 12px;
    padding: 10% 0;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.m-close-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    bottom: -51px;
    transform: translateX(-62%);
}

.main-wrap .container .content {
    background-color: #fff;
}

.main-wrap .container .index-content {
    background: #FFF;
    padding: 0;
    display: inline-block;
}

.night .main-wrap .container .index-content {
    background: #191F36;
}

.main-wrap .container .content .swiper-wrapper {
    height: auto;
}

.main-wrap .container .content .swiper-wrapper .swiper-slide {
    display: block;
    height: auto;
    width: 100%;
}

section {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.nav-section {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.section-title {
    font-size: 1.2em;
    line-height: 200%;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
    position: relative;
    top: -13px;
    left: 2px;
}

.section-info {
    margin: 0.5em;
    font-size: 70%;
    text-indent: 1em;
    color: #262d38;
}

.banner-section {
    background: #fff;
    position: relative;
    text-align: center;
}

.night .banner-section {
    background: #191F36;
}

.common-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 94%;
    z-index: 3;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
}

.marquee-wrapper {
    position: relative;
    height: 25px;
    width: 94%;
    font-size: 14px;
}

.common-marquee .marquee-content {
    position: relative;
    top: 0;
    left: -100%;
    width: 100%;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.common-marquee .marquee-content li {
    line-height: 25px;
}

.common-marquee .marquee-text {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #111111;
}

.common-marquee .marquee-text.night {
    color: white;
}

.marquee-content p {
    display: inline;
}

.marquee-content pre {
    display: inline;
}

.common-title {
    padding: .8rem;
    font-size: 16px;
}

body > .main-wrap .content .swiper-wrapper .swiper-slide {
    width: auto;
}

#banner-section_demo {
    height: auto;
}

#banner-section_demo .swiper-slide {
    max-height: 170px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    transition: all .2s;
    border-radius: 10px;
    transform: scale(.9);
}

#banner-section_demo .swiper-slide a {
    display: block;
    width: 100%;
}

#banner-section_demo .swiper-slide img {
    width: 100%;
}

#banner-section_demo .swiper-slide-active {
}

#banner-section_demo .swiper-slide img {
    display: block;
    border-radius: 10px;
}

#banner-section_demo {
    position: relative;
    padding: 0;
    text-align: center;
}

#banner-section_demo .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    line-height: 4px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}

#banner-section_demo .swiper-pagination-bullet-active {
    background: #D02443;
}

#banner-section_demo .swiper-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.hot-nav {
    text-align: center;
    padding: 4%;
    background-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-around;
}

.nav-list img {
    margin-bottom: 0.3rem;
}

.nav-list .text {
    color: #010207;
    font-size: 12px;
}

.nav-list .text.night {
    color: #9EA7C4;
}

.nav-list a, .nav-list a:hover, .nav-list a:active {
    color: #333;
    text-decoration: none;
}

.top_site {
    width: 100%;
    background: #ffffff;
}

.top_site.night {
    background: #191F36;
}

.top-list {
}

.top-list::-webkit-scrollbar {
    display: none;
}

.top-list .top-item {
    position: relative;
    flex: 1;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    transition: all .1s;
    color: #010207;
}

.top-list .top-item.night {
    color: #9EA7C4;
}

.top-list .top-item img {
    margin-top: -20px;
    margin-left: 45px;
}

.top-list .top-item.active {
    flex: 100px 0 0;
    height: 30px;
    color: #fff;
    background: url(/mobile/images/theme/hover2.png) no-repeat center top;
    background-size: 100% 100%;
    transition: all 0s;
}

.top-list .top-item.night.active {
    background: url(/mobile/images/index/hover2.png) no-repeat center top;
}

.top-list .top-item.active:before {
    background: transparent;
}

.top-list .top-item .top-item-title {
    height: 30px;
    width: 45px;
    margin: 0 auto;
    overflow: hidden;
}

.top-list .top-item.active .top-item-title {
    line-height: 30px;
    width: 100%;
}

.scroll-container {
    position: relative;
}

.game-scroll-cont {
    position: relative;
    height: 100%;
}

.fixed-top {
    position: fixed;
    overflow: hidden;
    z-index: 2;
}

.game-list-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
}

.night .game-list-cont {
    background: #131726;
}

.game-list-cont .game-item {
    margin-bottom: 10px;
}

.game-item {
    position: relative;
    height: 106px;
    padding-top: 5px;
}

.game-item .item-new {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    top: 0;
    background: url(/mobile/images/index/new.png) no-repeat center / 100% 100%;
}

.game-item .item-win {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    top: 0;
    background: url(/mobile/images/index/win.png) no-repeat center / 100% 100%;
}

.live-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-rank {
    width: 178px;
    height: 25px;
    background: url(/mobile/images/index/rank.gif) no-repeat center / 100% 100%;
}

.game-item .item-pm {
    width: 68px;
    height: 20px;
    margin-top: 10px;
    background: url(/images/index/H5PM.png) no-repeat center / 100% 100%;
}

.qy-item {
    background: url(/mobile/images/new_game_img/sport/im-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .qy-item {
    background: url(/mobile/images/new_game_img/sport/im-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.hgty-item {
    background: url(/mobile/images/index/sport-hgty.png) no-repeat center;
    background-size: 100% 100%;
}

.qya-item {
    background: url(/mobile/images/index/sport_1.png) no-repeat center;
    background-size: 100% 100%;
}

.xj-item {
    background: url(/mobile/images/new_game_img/sport/sb-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .xj-item {
    background: url(/mobile/images/new_game_img/sport/sb-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.ob-item {
    background: url('/mobile/images/new_game_img/sport/panda-d.webp?v=01') no-repeat center;
    background-size: 100% 100%;
}

.night .ob-item {
    background: url('/mobile/images/new_game_img/sport/panda-n.webp?v=01') no-repeat center;
    background-size: 100% 100%;
}

.bti-item {
    background: url(/mobile/images/new_game_img/sport/bti-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .bti-item {
    background: url(/mobile/images/new_game_img/sport/bti-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.newfb-item {
    background: url(/mobile/images/new_game_img/sport/ued-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .newfb-item {
    background: url(/mobile/images/new_game_img/sport/ued-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.fb-item {
    background: url(/mobile/images/new_game_img/sport/fb-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .fb-item {
    background: url(/mobile/images/new_game_img/sport/fb-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.gd-item {
    background: url(/mobile/images/index/sport_3.png) no-repeat center;
    background-size: 100% 100%;
}

.live-aga-item {
    background: url(/mobile/images/new_game_img/live/ag-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .live-aga-item {
    background: url(/mobile/images/new_game_img/live/ag-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.live-ag-item {
    background: url(/mobile/images/index/live-ag.png) no-repeat center;
    background-size: 100% 100%;
}

.live-mg-item {
    background: url(/mobile/images/index/live-mg.png) no-repeat center;
    background-size: 100% 100%;
}

.live-ea-item {
    background: url(/mobile/images/index/live-ea.png) no-repeat center;
    background-size: 100% 100%;
}

.live-sunbet-item {
    background: url(/mobile/images/index/live-sb.png) no-repeat center;
    background-size: 100% 100%;
}

.live-ebet-item {
    background: url(/mobile/images/index/live-ebet.png) no-repeat center;
    background-size: 100% 100%;
}

.live-ob-item {
    background: url(/mobile/images/new_game_img/live/db-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .live-ob-item {
    background: url(/mobile/images/new_game_img/live/db-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.live-bbin-item {
    background: url(/mobile/images/new_game_img/live/bbin-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .live-bbin-item {
    background: url(/mobile/images/new_game_img/live/bbin-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.live-dg-item {
    background: url(/mobile/images/theme/live-dg.png) no-repeat center;
    background-size: 100% 100%;
}

.night .live-dg-item {
    background: url(/mobile/images/index/live-dg.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-dt-item {
    background: url(/mobile/images/theme/slot-dt.png) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-dt-item {
    background: url(/mobile/images/index/slot-dt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pta-item {
    background: url(/mobile/images/index/slot-pta.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pt-item {
    background: url(/mobile/images/new_game_img/tiger/pt-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-pt-item {
    background: url(/mobile/images/new_game_img/tiger/pt-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.slot-sw-item {
    background: url(/mobile/images/theme/slot-sw.png) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-sw-item {
    background: url(/mobile/images/index/slot-sw.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pp-item {
    background: url(/mobile/images/new_game_img/tiger/pp-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-pp-item {
    background: url(/mobile/images/new_game_img/tiger/pp-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.slot-mg-item {
    background: url(/mobile/images/new_game_img/tiger/mg-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-mg-item {
    background: url(/mobile/images/new_game_img/tiger/mg-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.slot-ae-item {
    background: url(/mobile/images/index/slot-ae.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-qt-item {
    background: url(/mobile/images/index/slot-qt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-cq9-item {
    background: url(/mobile/images/new_game_img/tiger/CQ9-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-cq9-item {
    background: url(/mobile/images/new_game_img/tiger/CQ9-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.slot-ag-item {
    background: url(/mobile/images/new_game_img/tiger/ag-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-ag-item {
    background: url(/mobile/images/new_game_img/tiger/ag-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.slot-png-item {
    background: url(/mobile/images/index/slot-png.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-nt-item {
    background: url(/mobile/images/index/slot-nt.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-db-item {
    background: url(/mobile/images/theme/slot-db.png) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-db-item {
    background: url(/mobile/images/index/slot-db.png) no-repeat center;
    background-size: 100% 100%;
}

.slot-pg-item {
    background: url(/mobile/images/theme/slot-pg.png) no-repeat center;
    background-size: 100% 100%;
}

.night .slot-pg-item {
    background: url(/mobile/images/index/slot-pg.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-dt-item {
    background: url(/mobile/images/index/chess-dt.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-ky-item {
    background: url(/mobile/images/new_game_img/chess/kychess-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .chess-ky-item {
    background: url(/mobile/images/new_game_img/chess/kychess-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.chess-hl-item {
    background: url(/mobile/images/new_game_img/chess/hlchess-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .chess-hl-item {
    background: url(/mobile/images/new_game_img/chess/hlchess-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.chess-bl-item {
    background: url(/mobile/images/theme/chess-bl.png) no-repeat center;
    background-size: 100% 100%;
}

.night .chess-bl-item {
    background: url(/mobile/images/index/chess-bl.png) no-repeat center;
    background-size: 100% 100%;
}

.chess-db-item {
    background: url(/mobile/images/new_game_img/chess/dbchess-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .chess-db-item {
    background: url(/mobile/images/new_game_img/chess/dbchess-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.chess-ks-item {
    background: url(/mobile/images/new_game_img/chess/kschess-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .chess-ks-item {
    background: url(/mobile/images/new_game_img/chess/kschess-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.chess-as-item {
    background: url(/mobile/images/theme/chess-as.png) no-repeat center;
    background-size: 100% 100%;
}

.night .chess-as-item {
    background: url(/mobile/images/index/chess-as.png) no-repeat center;
    background-size: 100% 100%;
}

.fish-sw-item {
    background: url(/mobile/images/theme/fish-sw.png) no-repeat center;
    background-size: 100% 100%;
}

.night .fish-sw-item {
    background: url(/mobile/images/index/fish-sw.png) no-repeat center;
    background-size: 100% 100%;
}

.fish-ag-item {
    background: url(/mobile/images/new_game_img/fish/ag-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .fish-ag-item {
    background: url(/mobile/images/new_game_img/fish/ag-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.fish-db-item {
    background: url(/mobile/images/new_game_img/fish/db-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .fish-db-item {
    background: url(/mobile/images/new_game_img/fish/db-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.fish-ky-item {
    background: url(/mobile/images/new_game_img/fish/ky-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .fish-ky-item {
    background: url(/mobile/images/new_game_img/fish/ky-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.fish-ks-item {
    background: url(/mobile/images/new_game_img/fish/ks-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .fish-ks-item {
    background: url(/mobile/images/new_game_img/fish/ks-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.d-item {
    background: url(/mobile/images/theme/d-item.png) no-repeat center;
    background-size: 100% 100%;
}

.night .d-item {
    background: url(/mobile/images/index/d-item.png) no-repeat center;
    background-size: 100% 100%;
}

.imdj-item {
    background: url(/mobile/images/new_game_img/dj/im-d.png?v=0715) no-repeat center;
    background-size: 100% 100%;
}

.night .imdj-item {
    background: url(/mobile/images/new_game_img/dj/im-n.png?v=0715) no-repeat center;
    background-size: 100% 100%;
}

.dbdj-item {
    background: url(/mobile/images/new_game_img/dj/db-d.png?v=0715) no-repeat center;
    background-size: 100% 100%;
}

.night .dbdj-item {
    background: url(/mobile/images/new_game_img/dj/db-n.png?v=0715) no-repeat center;
    background-size: 100% 100%;
}

.gfc-ig-item {
    background: url(/mobile/images/theme/ig-main-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.night .gfc-ig-item {
    background: url(/mobile/images/index/ig-main-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.lottery-ig-item {
    background: url(/mobile/images/new_game_img/lottery/sy-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .lottery-ig-item {
    background: url(/mobile/images/new_game_img/lottery/sy-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.lottery-db-item {
    background: url(/mobile/images/new_game_img/lottery/db-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .lottery-db-item {
    background: url(/mobile/images/new_game_img/lottery/db-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.lotto-ig-item {
    background: url(/mobile/images/theme/ig-hk-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.night .lotto-ig-item {
    background: url(/mobile/images/index/ig-hk-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.live-fb-item {
    background: url(/mobile/images/new_game_img/live/fblive-d.webp) no-repeat center;
    background-size: 100% 100%;
}

.night .live-fb-item {
    background: url(/mobile/images/new_game_img/live/fblive-n.webp) no-repeat center;
    background-size: 100% 100%;
}

.live, .sport, .chess, .slot, .lottery, .fish, .dgame {
    padding-top: 10px;
}

.fish {
}

.game-title {
    padding: 0 5px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: normal;
    color: #333;
    border-left: 2px solid #D02443;
}

.night .game-title {
    color: #FFF;
}

.game-item .game-img {
    height: 100%;
}

.game-item .game-info {
    position: relative;
    float: right;
    width: 60%;
    height: 100%;
}

.game-item .game-label {
    position: absolute;
    right: 2%;
    margin-top: -0.5rem;
}

.game-name-cont {
    position: relative;
    height: 100%;
    padding: 12px 0;
    color: #111;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.game-name-cont.night {
    color: #fff;
}

.game-name-cont .g-t1 {
    font-size: 23px;
    letter-spacing: 1px;
    padding-left: 15px;
}

.game-name-cont .imdj-span {
    background: linear-gradient(180deg, #F74766 0%, #D02443 100%);
    font-size: 10px;
    color: #fff;
    width: 62px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    margin: 3px 0px 0px 15px;
}

.game-name-cont .g-t2 {
    font-size: 12px;
    color: #9EA7C4;
    margin-top: 5px;
}

.game-name-cont .g-t2 span {
    font-size: 18px;
    font-weight: bold;
}

.game-platform-cont {
    text-align: center;
    color: #656E90;
    margin-right: 15px;
}

.game-platform-cont .icon {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 36%;
    transform: translateX(-50%);
}

.game-platform-cont .game-btn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 3px 20px;
    width: 30px;
    text-align: center;
    border-radius: 13px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
}

#task-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
    width: 100%;
    height: 100%;
}

#task-modal .task-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -221px;
    width: 300px;
    height: 442px;
    border-radius: 6px;
    background: #eeeeff;
}

#task-modal .task-header {
    position: relative;
    top: -35px;
}

#task-modal .task-list {
    margin-top: -33px;
    padding: 10px;
}

#task-modal .task-item {
    padding: 5px 20px;
    background: #fff;
    border-radius: 6px;
}

#task-modal .task-item:nth-of-type(2) {
    margin: 10px 0;
}

#task-modal .task-item img {
    max-height: 96px;
}

#task-modal .right-task-context {
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

#task-modal .right-task-context a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #764EFC;
}

#task-modal .task-close-btn {
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background: url(/mobile/images/index/task-close.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.favorite-button {
    position: fixed;
    right: 0;
    top: 39%;
    z-index: 2;
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0 4px 0 9px;
    background: linear-gradient(180deg, #2EA9FF 0%, #2564EA 100%);
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0px 4px 4px rgba(184, 184, 184, 0.25);
    -webkit-transition: all ease-out 3s;
    transition: all ease-out 3s;
    cursor: pointer;
}

.favorite-anim {
    transform: translateX(28px);
}

.favorite-button .icon-shoucang1 {
    display: inline-block;
    width: 12px;
    height: 100%;
    background: url(/mobile/images/index/favorite-cion1.png) no-repeat center center;
    background-size: 12px;
    margin-right: 5px;
    -webkit-animation: sharefade 3s ease-out 4.7s 1 normal;
    animation: sharefade 3s ease-out 4.7s 1 normal;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.favorite-button .title {
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: hideText 3s ease-out 4.7s 1 normal;
    animation: hideText 3s ease-out 4.7s 1 normal;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.gift2022 {
    position: fixed;
    right: 0;
    top: 47%;
    z-index: 1;
    width: 70px;
    height: 70px;
}

.ued-newYear {
    position: fixed;
    right: 10px;
    top: 59%;
    z-index: 100;
    width: 68px;
    height: 80px;
    background: url(/mobile/images/index/ued-newYear.png) no-repeat;
    background-size: 100% 100%;
    transition: 0.5s;
    -webkit-animation: gogogo 1s infinite linear;
}

.video-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}

.newYear-video {
    width: 304px;
    height: 171px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
}

.index-con-close2 {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 197px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1002;
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-moz-media-controls-fullscreen-button {
    display: none !important;
}

video::-ms-media-controls-fullscreen-button {
    display: none !important;
}

@-webkit-keyframes gogogo {
    0% {
        -webkit-transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}

.giftClose {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    position: fixed;
    right: 5px;
    top: 46%;
    z-index: 3;
    border-radius: 50px
}

@-webkit-keyframes sharefade {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sharefade {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hideText {
    0% {
        opacity: 1
    }
    80% {
        opacity: .3
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes hideText {
    0% {
        opacity: 1
    }
    80% {
        opacity: .3
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

div.layui-m-layerchild.favorite-bottom-lay {
    position: fixed;
    bottom: 0;
    left: 5%;
    width: 90%;
    background: none !important;
    text-align: center;
}

.favorite-bottom-lay .layui-m-layercont {
    display: inline-block;
    position: relative;
    background: none;
}

.favorite-bottom-lay .close-btn {
    position: absolute;
    right: -4px;
    top: -4px;
    height: 16px;
    width: 16px;
    background: url(/mobile/images/close-shoucang.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.favorite-bottom-lay img {
    width: 345px;
    margin: 0;
}

.fast-entry {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -53px;
    height: 141px;
    width: 107px;
    z-index: 999;
}

.fast-entry .entry-close-btn {
    position: absolute;
    right: 10px;
    top: -10px;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: url(/mobile/images/index/bottom-nav-after5.png) no-repeat -5px -180px;
    cursor: pointer;
}

.entry-img {
    width: 112px;
}

.task-header-img {
    width: 300px;
}

#comm-other-button {
    position: absolute;
    right: 0;
    display: flex;
}

.fast-login-cont {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.fast-login-cont input {
    flex: 2;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding-left: 10px;
}

.yidun_popup.yidun_popup--light {
    z-index: 9999999999;
}

.layui-m-layer0 .layui-m-layerchild.message-layer {
    width: 80%;
    height: 400px;
    background: url(/mobile/images/modal-bg3.png) no-repeat center top !important;
    background-size: 100% 100% !important;
}

.mar-space {
    margin-bottom: 60%;
}

pre {
    background: #fff !important;
}

@media (max-width: 320px) {
    .nav-list img {
        width: 1.3rem;
    }

    .game-name-cont {
        flex: 1;
    }

    .game-name-cont .g-t1 {
        font-size: 16px;
    }
}

.layui-m-layer-no-safari-layer .m-logo {
    margin-bottom: 20px;
}

.layui-m-layer-no-safari-layer .m-logo img {
    width: 80px;
    height: 80px;
}

.layui-m-layer-no-safari-layer .m-text {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.layui-m-layer-no-safari-layer .m-desc {
    font-size: 18px;
}

.i-safari {
    background: url(../images/safari/icon-safari.png) no-repeat center;
    background-size: 50%;
    width: 48px;
    height: 48px;
    display: inline-block;
    position: absolute;
    top: -13px;
    left: 0;
}

.safari-box {
    position: fixed;
    bottom: 80px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    background: #F1FAFF;
    box-shadow: 0 2px 4px 0 #B265C6;
    border-radius: 10px;
}

.safari-box .m-close, .safari-box .m-logo, .safari-box .m-text {
    float: left;
}

.safari-box .m-button {
    float: right;
}

.safari-box .m-close {
    padding: 19px 10px 19px 20px;
}

.safari-box .m-close img {
    width: 20px;
    height: 20px;
}

.safari-box .m-logo {
    padding: 10px 8px 10px 0;
}

.safari-box .m-logo img {
    width: 40px;
    height: 40px;
}

.safari-box .m-text {
    padding-top: 12px;
    line-height: 1.6;
}

.safari-box .m-text p {
    font-size: 12px;
    color: #333333;
}

.safari-box .m-text span {
    font-size: 12px;
    color: #666666;
}

.safari-box .m-button {
    background: url(../images/safari/m-button.png) no-repeat center;
    background-size: 100%;
    width: 100px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    margin-right: 10px;
}

.safari-box .m-button .btnn {
    color: #fff;
    line-height: 35px;
    background: none;
    border: none;
    font-size: 12px;
}

.safari-teach-box {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow: scroll;
}

.safari-teach-box .m-nav {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 10px 0;
}

.safari-teach-box .m-nav i {
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #d9d9d9;
    font-size: 24px;
    top: 4px;
}

.safari-teach-box .m-text {
    position: relative;
    background: #EEEEFF;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
}

.safari-teach-box .m-desc {
    position: relative;
    color: #FF0000;
    text-align: center;
    margin: 0px auto;
    margin-top: 20px;
}

.safari-teach-box .content {
    width: 80%;
    margin: 0 auto;
}

.safari-teach-box .m-logo {
    width: 80px;
    height: 80px;
    margin: 20px auto;
}

.safari-teach-box .m-section {
    padding: 10px 0;
}

.safari-teach-box .m-section p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.safari-teach-box .m-section img {
    width: 100%;
}

.safari-teach-box .i-safari {
    left: 10px;
}

.layui-m-layer-sb-app {
    height: 400px;
    background: url(/mobile/images/sba-bg2.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    position: relative;
}

.layui-m-layer-sb-game p {
    font-size: 14px;
    color: #333 !important;
    margin-top: 10px;
}

.layui-m-layer-sb-game span {
    font-size: 12px;
    color: #999 !important;
}

#j-sb-app-close {
    width: 25px;
    height: 25px;
    background: url(/mobile/images/close-btn.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

#j-sb-app-download {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    cursor: pointer;
}

.layui-m-layer-onlySafari {
    background-color: unset !important;
    background: url(/images/safariModal.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
}

.layui-m-layer-onlySafari .layui-m-layercont {
    min-height: 250px !important;
    padding: unset;
}

.layui-m-layer-onlySafari img {
    position: absolute;
    right: 10px;
    top: 20px;
}

#j-url {
    position: absolute;
    bottom: 30px;
    left: 40px;
    background: none;
    border: 0;
    font-size: 16px;
}

#j-copy {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 90px;
    height: 70px;
    background: none !important;
    border: none !important;
}

.register-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

.register-alert .alert-inner {
    position: relative;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
    height: 350px;
    background: url('/images/register/pcWelcome1.png') no-repeat center center;
    background-size: contain;
}

.register-alert .view-btn {
    display: block;
    position: absolute;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: url('/images/register/welcomeBtn1.png') no-repeat center center;
    cursor: pointer;
    background-size: contain;
}

.register-alert .alert-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12%;
    top: 80px;
    background: url('/mobile/images/register/close.png') no-repeat center center / 100% 100%;
    cursor: pointer;
}

.alert-hide {
    display: none;
}

.header_c2c {
    box-sizing: border-box;
    padding: 5px 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    background: #FFF7D8;
    z-index: 10;
    display: none;
}

.header_c2c .c2c_inner {
    display: flex;
    color: #D02443;
    align-items: center;
    text-align: left;
    font-weight: bold;
}

.header_c2c .c2c_inner img {
    width: 17px;
    height: 17px;
    margin: 5px 5px 0 0;
}

.header_c2c .c2c_inner .timeWrapper {
    display: inline-block;
}

.webview-bg {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: 999;
}

#webview-box {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
}

.in-arrow {
    width: 151px;
    height: 151px;
    background: url('../images/tutorial/icon-arrow1.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 5px;
}

#webview-box .row {
    padding-top: 127px;
}

#webview-box .row2 {
    padding-top: 69px;
}

.step1 {
    width: 148px;
    height: 18px;
    margin-left: -93px;
    margin-top: 23px;
}

.step2 {
    width: 196px;
    height: 26px;
    margin-left: -115px;
}

.text-ps {
    color: #FFFFFF;
    font-size: 12px;
    margin-left: -144px;
    margin-top: 6px;
}

.row3 {
    display: flex;
    align-items: center;
    padding-top: 55px;
    padding-left: 20px;
}

.row3 .icon-welldone {
    width: 91px;
    height: 91px;
    background: url('../images/tutorial/icon-light.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.step3 {
    width: 234px;
    height: 20px;
}

#webview-box #in-inpug-bg {
    width: 267px;
    height: 42px;
    border-radius: 90px;
    background: url('../images/tutorial/icon-input.png') no-repeat center;
    background-size: 100%;
    border: unset;
    margin: 0 auto;
    position: relative;
}

#j-webview-input {
    text-align: left;
    width: 58%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: 28px;
    top: 13px;
    overflow: hidden;
    border: unset;
    background: unset;
    font-size: 14px;
    color: #666;
}

.know-btn {
    width: 143px;
    height: 42px;
    border: #fff solid 1px;
    border-radius: 90px;
    margin: 80px auto;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    background: none;
}

@media screen and (max-width: 330px) {
    #j-url {
        bottom: 45px;
    }
}

@media (max-width: 414px) {
    #j-url {
        width: auto;
        bottom: 36px;
    }
}

@media (max-width: 375px) {
    #j-url {
        width: auto;
        bottom: 42px;
    }

    .app-download-cont .middle-cont .text-cont .title {
        font-size: 12px;
    }

    .app-download-cont .middle-cont .text-cont .text {
        font-size: 10px;
    }

    .app-download-cont .middle-cont .logo {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 320px) {
    #j-url {
        width: auto;
        bottom: 54px;
    }
}

.index-picture {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .4);
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(8px);
}

.index-picture .swiper {
    width: 305px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.index-picture .swiper.swiper-slide {
    width: 305px !important;
    height: 394px;
}

.index-picture .swiper .swiper-slide a {
    display: block;
    width: 100%;
}

.index-con-close {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1002;
}

.images-index {
    width: 305px;
}

#indexs-swiper-modals .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    margin: 0 5px;
    opacity: .5;
    border-radius: 5px;
}

#indexs-swiper-modals .swiper-pagination-bullet-active {
    background: #FFFFFF;
    opacity: 1;
    width: 20px;
}

.index-picture .in-fos {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

#ued-webLetters {
    position: fixed;
    bottom: 17%;
    right: 14px;
    z-index: 5;
    width: 110px;
    height: 80px;
    cursor: pointer;
    display: none;
}

.webLetters-header {
    width: 110px;
    height: 22px;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(184.28deg, #E22748 15.26%, #BF1130 82.76%);
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 0px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-close {
    width: 10px;
    height: 10px;
}

.webLetters-con {
    padding: 8px 8px;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 4px 4px 0px #00000026;
}

.night .webLetters-con {
    box-shadow: none;
}

.icon-letter {
    width: 60px;
    height: 52.3px;
}

.right-cons {
    font-size: 12px;
    color: #333;
}

.webLetters-btn {
    width: 89px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    background: #D02443;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
}

.right-cons .webLetters-num {
    color: #FF3434;
}