* {
    box-sizing: border-box
}
a {
  text-decoration: none;
  color: inherit;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
 }
body {
    background: #f1f1f1;
    color: #000;
    width: 100%;
    height: 100%;
    position: relative;
}

applet,audio,h1,h2,h3,h4,h5,h6,iframe,object,p,video {
    margin: 0;
    padding: 0;
    border: 0
}

ol,ul {
    list-style: none;
	padding: unset;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: PingFang SC,Hiragino Sans GB,Helvetica Neue,Microsoft Yahei,sans-serif,arial
}
html {
    line-height: 24px
}

*,body,html {
    box-sizing: border-box
}

*,body,html {
    line-height: 1.5
}
/*平板*/
@media (max-width: 1024px), (max-width: 1366px) and (orientation: portrait) {
    .container-fluid { padding:0;}
    .top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background: #FFF;
		border-bottom: 1px solid #ddd;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		height: 80px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .sidebar {
        display: none !important;
    }
    .bottom-menu {
        display: flex !important;
    }
}
@media (min-width: 1025px), (min-width: 1367px) and (orientation: landscape) {
    .logo-section {
        display: none !important;
    }
    .sidebar {
        display: flex !important;
        position: relative;
        flex-direction: column;
        position: fixed;
        z-index:99;
        border-right: 1px #e8e8e8 solid;
    }
    .content-right {margin-left: 250px;}
    .bottom-menu {
        display: none !important;
    }
}
.m-logo img{
	width:80px;
}
.btn_login {
    background: #0000000d;
    font-size: 0.8rem;
    padding: 0.8rem 1rem;
    border-radius: 3.125rem;
    border:unset;
    font-weight: 600;
    color:#5f4e41;
    line-height: .8rem;
}
.btn_register {
    background: linear-gradient(99.5deg, #fe843f, #fd5a1c);
    font-size: 0.8rem;
    padding: 0.8rem 1rem;
    border-radius: 3.125rem;
    font-weight: 600;
    color: #fff;
    border:unset;
    box-shadow: 0 .10667rem .21333rem #0000000d;
    line-height: .8rem;
}
.content {
    display: flex !important;
}
/*PC左侧栏开始*/
.sidebar {
    width: 250px;
    min-height: 100vh;
    background-color: #FFF;
    padding: 20px;
}
.logo-box {
	width: 100%;
	min-height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-box img {
	width:126px;
}
.side-btn .btn-reglgn {
    width: 146px;
    height: 36px;
    display: block;
    margin: 25px auto 0;
    border-radius: 24px;
    background: linear-gradient(to right,rgb(221, 15, 56), rgb(255, 102, 52));
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-family: "Roboto","Noto Sans", "Arial", sans-serif;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}
.nav {
    color:#666;
}
.nav .nav-list {
    width: 146px;
    margin: 30px auto 0;
}
.nav .nav-list .item {
	background: rgba(255, 101, 51, 0);
    margin-top: 14px;
    width: 146px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 38px;
    border-radius: 37px;
    cursor: pointer;
    transition: .5s;
    font-family: Helvetica Neue Medium;
    font-weight: medium;
    position: relative;
}
.nav .nav-list .item:first-child {
    margin-top: 0;
}
.nav .nav-list .item.active {
	background:rgba(255, 101, 51, .1);
	}
	
.nav .nav-list .item:hover{
	color: #ff6533;
	font-weight: 800;
}
.nav .nav-list .item.active, .nav .nav-list .item.active:hover{
	color: #dd0f38;
	font-weight: 800;
    font-family: Helvetica Neue Bold;
}

.nav .nav-list .item .iconBox{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    display: block;
}
.nav .nav-list .item a {
    margin-left: 12px;
    font-size: 16px;
}
.nav .nav-list .item.home .iconBox {
    background: url("../images/icon/icon-home.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.home .iconBox, .nav .nav-list .item.home:hover .iconBox {
    background: url("../images/icon/icon-home-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.games .iconBox {
    background: url("../images/icon/icon-games.png") no-repeat !important;
    background-size: 100% !important;
    width: 28px;
    height: 28px;
    left: 12px;
    top: 8px;
}

.nav .nav-list .item.active.games .iconBox, .nav .nav-list .item.games:hover .iconBox {
    background: url("../images/icon/icon-games-1.png") no-repeat !important;
	background-size: 100% !important;
    width: 28px;
    height: 28px;
}

.nav .nav-list .item .hot {
    width: 12px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 25px;
}
.nav .nav-list .item .hot img {
	display: block;
    width: 100%;
    height: 100%;
}
.nav .nav-list .item.promo .iconBox {
    background: url("../images/icon/icon-promo.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.promo .iconBox, .nav .nav-list .item.promo:hover .iconBox {
    background: url("../images/icon/icon-promo-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.news .iconBox {
    background: url("../images/icon/icon-news.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.news .iconBox, .nav .nav-list .item.news:hover .iconBox {
    background: url("../images/icon/icon-news-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}
.nav .nav-list .item.account .iconBox {
    background: url("../images/icon/icon-account.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}

.nav .nav-list .item.active.account .iconBox, .nav .nav-list .item.account:hover .iconBox {
    background: url("../images/icon/icon-account-1.png") !important;
    background: no-repeat;
    background-size: 18px 18px !important;
}
.app-qr {
	margin: 40px auto 0;
    border-top: 1px solid #dfdfdf;
}
.app-qr .title {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    color: #666;
    font-family: Helvetica Neue Regular;
    font-size: 14px;
}
.app-qr .qr-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.app-qr .qr-box img {
    width: 100%;
    height: 100%;
}
/*PC左侧栏结束*/
/*右侧内容开始*/
.content-right {
	width: 100%;
}
.main-container {
    max-width: 1200px;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .main-content {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}
.breadcrumb-container {
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
	margin: 15px 0;
	font-size:14px;
}
.breadcrumb {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-item {
    padding-left: 5px;
}
.breadcrumb-item a {
    display: inline-flex;
    align-items: center;
    gap: 5px; 
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.breadcrumb-item a:hover {
    color: #0056b3;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.breadcrumb-home {
    background: url("../images/icon/menu-home.svg");
}
.breadcrumb-game {
    background: url("../images/icon/menu-game.svg");
}
.breadcrumb-home, .breadcrumb-game {
    background-repeat: no-repeat;
    background-position:center;
    background-size: 16px 16px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 5px;
    color: rgba(33, 37, 41, 0.75);
    content: var(--bs-breadcrumb-divider, "/");
}
/*右侧内容结束*/
/*页脚内容开始*/
footer {
    background: #e8e8e8;
    padding: 30px;
	font-size: 16px;
	margin-top: 40px;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-item {
    flex: 0 0 auto;
    width: 30%;
    margin-bottom: 20px;
}
.footer .footer-item-title {
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
}
.footer-links .foot-icon {
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.footer-links .foot-call{
    background: url("../images/icon/foot-call.svg") no-repeat;
    background-position:center;
    background-size: 16px 16px;
}
.footer-links .foot-email{
    background: url("../images/icon/foot-email.svg") no-repeat;
    background-position:center;
    background-size: 16px 16px;
}

.footer-links a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #f39c12;
}
.app-store {
    width: 128px;
    height: 40px;
    margin-bottom: 5px;
    border-radius: 8px;
    background: rgb(248, 248, 248);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    overflow: hidden;
    padding: 5px 10px;
}
.app-store img {
    width: 100%;
}
.footer p {
    margin: 5px 0;
    font-size: 0.875rem;
    color: #000;
}
.footer-licensed {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.licensed-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.licensed-info > * {
    margin: 0 5px;
}
.age-limit,.licensed {
    flex: 0 0 auto;
    width: auto;
}
.age-limit .age-limit-icon {
  height: 30px;
}
.licensed .licensed-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.licensed .licensed-text {
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  font-size: 0.85rem;
}

.licensed .pagcor-logo {
  height: 35px;
}
.footer-info {
    flex: 1 0 0%;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
/*页脚内容结束*/
/*移动固定按钮*/
.mobile-fixed-btn {
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #DD0F38;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(255, 77, 79, 0.6);
    animation: pulse-glow 2s infinite, bounce 2.5s infinite;
    transition: background-color 0.3s ease;
}
.mobile-fixed-btn:hover {
    background-color: #e43e3f;
}

/* 发光 + 呼吸 动效 */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 77, 79, 0.6);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 77, 79, 1);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 77, 79, 0.6);
    }
}

/* 弹跳 动效 */
@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
    transform: translateX(-50%) translateY(-8px);
    }
}

@media (min-width: 768px) {
    .mobile-fixed-btn {
        display: none;
    }
}

/*移动固定按钮结束*/
/*移动底部菜单开始*/
.bottom-menu {
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFF;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	border-radius:1.5rem 1.5rem 0 0;
	z-index:99;
}
.bottom-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1c274c;
    text-decoration: none;
    font-size: 14px;
}
.menu-item .iconBox{
    width: 24px;
    height: 24px;
}
.menu-item.home .iconBox {
    background: url("../images/icon/menu-home.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-size: 24px 24px;
}
.menu-item.active.games .iconBox {
    background: url("../images/icon/menu-game.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-size: 24px 24px;
}
.menu-item.rewards .iconBox {
    background: url("../images/icon/menu-rewards.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-size: 24px 24px;
}
.menu-item.blog .iconBox {
    background: url("../images/icon/menu-blog.svg");
    background-repeat: no-repeat;
    background-position:center;
    background-size: 24px 24px;
}
.menu-item.account .iconBox {
    background: url("../images/icon/menu-account.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.bottom-menu .menu-item.active {
    color: #DD0F38;
	font-weight:600;
}
@media (max-width: 768px) {
    .breadcrumb-container {
        margin-top: 100px;
    }
    .app-store {
        margin: 5px auto;
    }
    .footer-item {
        width: 100%;
        text-align: center;
    }
    .footer-bottom {
        margin-bottom: 100px;
    }
    .footer-row, .licensed-info {
        flex-direction: column;
        text-align: center;
    }
    .licensed-block {
        align-items: center;
        margin: 10px 0;
    }
}
/*移动底部菜单结束*/