* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none !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;
}
/* 客服 */
.swiperbg1 {
    position: relative;
    width: 100%;
    background: url(../img/mobileGameimg/images/2_01.jpg) no-repeat center top;
    background-size: cover;
    min-height: 6.6rem;
}
.swiper-slide .swiperbg1{
    position: relative;
    width: 100%;
    height: 100vh;
}
/* 客服 */
.kefu-big{
    position: fixed;
    right:0;
    top:10%;
    transform: translateY(-10%);
    height: 6rem;
    z-index: 999;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


.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;
}


/* two */
.two-bg{
    width: 100%;
    background: url(../img/mobileGameimg/images/2_02.jpg) no-repeat;
    background-size:100% 100%;
}
.title{
    margin:0 auto;
    width: 80%;
    max-width: 12rem;
    padding: 0.6rem 0;
}
.title img{
    width: 100%;
    height: auto;
}

/* 容器 */
.card-bg{
    width: 80%;
    max-width: 12rem;
    margin: 0 auto;
    padding-bottom: 1.8rem;
}
.game-card-wrap {
    background: url(../img/mobileGameimg/waikuang.png) no-repeat;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    padding: 0.12rem;
    width: 2.3rem;
    height:4.3rem;
}
.game-card-title {
    color: #d3a853;
    text-align: center;
    padding: 0.05rem 0 0.15rem 0;
    font-size: 0.18rem;
}
.game-card-img {
    width: 2.08rem;
    margin-bottom: 0.10rem;
}
.game-card-img img{
    width: 100%;
    height: auto;
}
.game-card-btn {
    width: 2.08rem;
    font-size: 0.16rem;
    border: none;
}
.game-card-btn img{
    width: 100%;
    height: auto;
}

/* 页脚 */
.game-footer{
    background: #2b2b2b;
    color: #888;
    padding: 0.2rem;
    font-size: 0.12rem;
}
.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;
}
.boder p{
    margin: 0.05rem;
}
