* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
html::-webkit-scrollbar {
    display: none;
}
body::-webkit-scrollbar {
    display: none;
}
a{
    text-decoration: none;
}
button{
    background: none;
    border: none;
}

/* 头部导航栏 */
.head{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.head-bg{
    margin: 0 auto;
    max-width: 12rem ;
    width: 80%;
}
.bg-black-translucent{
    background: none;
}
.logo-img{
    width: auto;
    height: 0.5rem;
}
.head .layui-nav .layui-nav-item a{
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
}
.layui-nav .layui-nav-item a:hover,.layui-nav .layui-nav-item.active a{
    color: #ff0015;
}
/* 强制移除layui导航底部绿色滑动线 */
.layui-nav .layui-nav-bar {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.layui-nav .layui-this::after, .layui-nav-bar{
    display: none !important;
}

/* 左侧导航栏 */
.left-menu {
    position: fixed;
    left: 0.6rem;
    top:50%;
    transform: translateY(-50%);
    height: 6rem;
    z-index: 999;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.left-menu-imgbj{
    position: relative;
    background: url(../img/x.png) no-repeat ;
    background-size:0.015rem 100% ;
    height:90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-evenly;
    z-index: 1;
}

.left-menu-imgbj::after{
    position: absolute;
    content: "";
    bottom: -0.15rem;
    left: -0.08rem;
    height: 0.3rem;
    width: 0.46rem;
    background: url(../img/1.png) no-repeat;
    background-size: contain;
    z-index: 3;
}
.left-menu-imgbj::before{
    position: absolute;
    content: "";
    top: -0.15rem;
    left: -0.08rem;
    height: 0.3rem;
    width: 0.46rem;
    background: url(../img/2.png) no-repeat;
    background-size: contain;
    z-index: 3;
}
/* 导航链接样式 */
.menu-decorate{
    position: relative;
    padding: 0 0 0 0.3rem;
    font-size: 0.16rem;
    z-index: 5;
    cursor: pointer;
    height: 0.3rem;
    line-height: 0.3rem;
}

.dot{
    position: absolute;
    top:0;
    left: -0.14rem;
    background: url(../img/zuo\,wxz.png) no-repeat;
    background-size: contain;
    width:0.3rem;
    height: 0.3rem;
    z-index: 3;
    transition: all 0.3s ease-in;
}
.dot~a{
    color: #dfb67b;
}

/* 导航选中高亮颜色 */
.left-menu .left-menu-imgbj .menu-decorate .dot.active{
    position: absolute;
    top:-0.1rem;
    left: -0.22rem;
    background: url(../img/zuo_xz.png) no-repeat;
    background-size: contain;
    width:1.5rem;
    height:0.59rem;
    z-index: -1;
}
.left-menu .left-menu-imgbj .menu-decorate:hover .dot {
    position: absolute;
    top:-0.1rem;
    left: -0.22rem;
    background: url(../img/zuo_xz.png) no-repeat;
    background-size: contain;
    width:1.5rem;
    height:0.59rem;
    z-index: -1;
}
.left-menu .dot.active~a{
    color: rgb(255, 182, 73);
}

/* 主体结构 */
.swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: black;
}
.swiper-slide {
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    
}

.part1 {
    background-image: url(../img/images/1_01.jpg);
}
.part2 {
    background-image: url(../img/images/1_02.jpg);
}
.part3 {
    background-image: url(../img/images/1_03.jpg);
}
.part4 {
    background-image: url(../img/images/1_04.jpg);
}
.swiperbg{
    margin: auto;
    width: 80%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiperbg .layui-row{
    margin: 0 auto;
    max-width: 12.2rem;
 
}
/* 客服 */
.kefu-big{
    position: fixed;
    right:0;
    top:50%;
    transform: translateY(-50%);
    height: 6rem;
    z-index: 999;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.swiperbg1{
    position: relative;
    width: 100%;
    height: 100vh;
}
.customer-service{
   
    width: 1.75rem;
    height: 4.66rem;
    background: url(../img/kefukuang.png) no-repeat ;
    background-size: 100% 100%;
    text-align: center;
    padding: 0.92rem 0 0 0;
}
.qrcode-item{
    width: 0.92rem;
    height: 0.92rem;
    margin-left: 0.38rem;
    margin-bottom: 0.065rem;
    overflow: hidden;
}
.qrcode-item img{
    width: 100%;
    height: 100%;
}
.btn-group{
    margin: 0.15rem 0 0.1rem 0;
}
.service-btn{
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 1.31rem;
    height: 0.34rem;
    background: url(../img/qq1.png) no-repeat;
    background-size: 100% auto;
    transition: all 0.2s;
}
.service-btn:hover{
    background: url(../img/qq2.png) no-repeat;
    background-size: 100% auto;
    width: 1.31rem;
    height: 0.34rem;
}
.work-time{
    font-size:0.12rem;
    position: relative;
}
.work-font-color1{
    color: #6d561c;
}
.work-font-color2{
    color: #d3a853;
    font-weight: 550;
}

.work-time::after{
    position: absolute;
    top: 0.12rem;
    left: 0.23rem;
    content: '';
    background:url(../img/jt.png) ;
    background-size: 100% auto;
    width: 0.13rem;
    height: 0.14rem;
}
/* 在线客服 */
.zaixian-service{
    text-align: right;
    transition: all 0.1s;
    display: flex;
    justify-content: right;
}
.zaixian-img{
    display: block;
    background: url(../img/zxkf1.png) no-repeat;
    width: 0.48rem;
    height: 1.71rem;
    background-size: cover;
}
.zaixian-service:hover .zaixian-img{
    background: url(../img/zxkf2.png) no-repeat;
}

/* 内容 */
.grid-demo{
    padding: 0.05rem;
}
.game-title a{
    color: #cccccc;
    display: inline-block;
}
.game-title a h2{
    text-decoration: underline;
    text-underline-offset: 0.08rem;
    font-size: 0.22rem;
}
.game-text{
    height: 4.6rem;
    position: relative;
    margin-top: 0.15rem;
    padding: 0.05rem 0 0 0;
    overflow-y:auto;
}
.game-text::after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: 0;
    background: url(../img/xx.png) no-repeat ;
    background-size: contain;
    width: 100%;
    height: 0.08rem;
    z-index: 22;
}
.game-text::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/xx1.png) no-repeat ;
    background-size: contain;
    width: 100%;
    height: 0.08rem;
    z-index: 22;
}
.game-desc{
    margin:0.15rem 0;
    color: #636361;
    font-size: 0.14rem;
}
.xz-big{
    width: 100%;
}
.btn-a{
    display: flex;
    justify-content:right;
}
.btn-a-left{
    display: flex;
    justify-content:left;
}
.btn-a .xz-img{
    display: block;
    width: 2.226rem;
    height: 0.602rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0.1rem;
    transition: all .2s;
}

.btn-a a:hover{
    width: 2.226rem;
    height: 0.602rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-a .pc-img{
    background-image: url(../img/but_PC1.png);
}
.btn-a .pc-img:hover{
    background-image: url(../img/but_PC2.png);
}
.btn-a .ios-img{
    background-image: url(../img/but_IOS1.png);
}
.btn-a .ios-img:hover{
    background-image: url(../img/but_IOS2.png);
}
.btn-a .az-img{
    background-image: url(../img/but_anzuo1.png);
}
.btn-a .az-img:hover{
    background-image: url(../img/but_anzuo2.png);
}
.layui-carousel div a img{
    width: 100%;
    height: 100%;
}
.layui-carousel{
    background: none;
}
/* 轮播指示器 */
.layui-carousel-ind ul {
    display: flex !important;
    justify-content: center;
    gap: 0.2rem !important;
}

.layui-carousel-ind li {
    width: 0.08rem !important;
    height: 0.08rem !important;
    border-radius: 0 !important;
    cursor: pointer;
    background: none !important;
    background-image: url(../img/dian1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.layui-carousel-ind li.layui-this {
    background-image: url(../img/dian2.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 0.16rem !important;
}
.layui-carousel[lay-indicator="outside"] .layui-carousel-ind ul {
  background: none !important;
}
/* 页脚 */
.swiperbg4{
    position: relative;
    
}
.game-footer{

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    color: #888;
    padding: 0.2rem;
    font-size: 0.12rem;
    z-index: -1;
}
.boder{
    max-width: 12rem;
    margin: 0 auto;
    border-left: 1px solid #444;
    padding-left: 0.2rem;
}
.company-name{
    font-weight: 550;
    color: #b5872c;
}
.color1{
    color: #50546e;
}

