html {
    width: 100%;
    height: auto;
    background-color:#f5f6f9 ;
}

body {
    width: 100%;
    height: 100%;
    background-color: rgba(240, 248, 255, 0);
}

.lazy-load {
    opacity: 0;
}

.lazy-loaded {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin:10px auto;
    width:100%;
}

.policy-bottom-scale-expand{
    bottom: 4rem!important;
    transition:0.3s;
}
.policy-bottom-content-expand{
    bottom: 2rem!important;
    transition:0.3s;
}
.policy-bottom-scale-collapse{
    bottom: 2rem!important;
    transition:0.3s;
}
.policy-bottom-content-collapse{
    bottom: 0!important;
    transition:0.3s;
}

.container-1 {
    margin: 0 auto;
    height: auto;
}

.container-1280 {
    width: 1280px;
}

.container-max-1280 {
    max-width: 1280px;
}

.container-min-100 {
    min-width: 100vw;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    display: none;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#LobyAnnounce {
    position: fixed;
    bottom: 0;
    background: white;
    height: 2rem;
    color: #00aeff;
}
#LobyAnnounce .fa-commenting{
    font-size:1.25rem;
}

#LobyAnnounce marquee {
    color: #3d4145;
}

.banner{
    position: relative;
    padding-top: 7rem;
    padding-left:0px;
    padding-right:0px;
    object-fit: fill;
    display: flex;
    height: 97vh;
}
.member-nav-container{
    max-width: 1280px;
    margin:auto;
    height: 100%;
    display:flex;
    overflow: hidden;
    justify-content:flex-end;
}
.background-ae{
    position: relative;
    margin-top: 7rem;
    padding-left:0px;
    padding-right:0px;
    object-fit: fill;
    display: block;
    height: calc(100vh - 7rem);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#login_ab{
    position: relative;
}
.popular .type-select-a .m-game-item{
    background-image:url('/images/game/ae/popular.png');
    background-repeat: no-repeat;
}
.argame .type-select-a .m-game-item{
    background-image:url('/images/game/ae/argame.png');
    background-repeat: no-repeat;
}
.blockchain .type-select-a .m-game-item{
    background-image:url('/images/game/ae/blockchain.png');
    background-repeat: no-repeat;
}
.lottery .type-select-a .m-game-item{
    background-image:url('/images/game/ae/lottery.png');
    background-repeat: no-repeat;
}
.electronic .type-select-a .m-game-item{
    background-image:url('/images/game/ae/electronic.png');
    background-repeat: no-repeat;
}
.realvision .type-select-a .m-game-item{
    background-image:url('/images/game/ae/realvision.png');
    background-repeat: no-repeat;
}
.esport .type-select-a .m-game-item{
    background-image:url('/images/game/ae/esport.png');
    background-repeat: no-repeat;
}
.service .type-select-a .m-game-item{
    background-image:url('/images/game/ae/service.png');
    background-repeat: no-repeat;
}
.qrcode .type-select-a .m-game-item{
    background-image:url('/images/game/ae/qrcode.png');
    background-repeat: no-repeat;
}

.service-a{
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none!important;
    width: 250px;
    height: 60px;
    display: block;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,180,255,.3);
    padding-left: 60px;
    transition: transform .3s linear;
    transform: translateZ(0);
    background: linear-gradient(90deg,#3a97e5,#42d2e8);
    margin:10px auto;
}

.service-a > h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 8px 0 2px;
    color: #fff;
    margin: 0;
    text-decoration: none!important;
}

.service-a > p{
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none!important;
}

.service-a > i{
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.errorMsg {
    color: #fff;
    font-size: 16px;
}

.errorMsg .i-error {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    padding: 0px 8px;
    margin: 0 5px 0 0;
    background-color: #d00429;
}
@media screen and (max-width: 843.98px){
    .policy-bottom-scale-expand{
        bottom: 10rem!important;
        transition:0.3s;
    }
    .policy-bottom-content-expand{
        bottom: 2rem!important;
        transition:0.3s;
    }
    .policy-bottom-scale-collapse{
        bottom: 2rem!important;
        transition:0.3s;
    }
    .policy-bottom-content-collapse{
        bottom: -6rem!important;
        transition:0.3s;
    }
}

 @media screen and (max-width: 932.98px) and (orientation:portrait){
    .nav{
        height:2rem!important;
    }
    .game-col{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding:20px 10px 0 10px;
    }
    .game-col img{
        width:100%;
        height:auto;
        margin:0px;
    }
    .content-area {
        max-width: 100%;
        margin: 0 auto;
        height: calc(100vh - 2rem);
        overflow: scroll;
        position: relative;
        background-color: #1f2123;
    }

    .m-game-block {
        max-height: calc(calc(100vh - 10rem) - 180px);
    }
    .background-ae {
        position: relative;
        margin-top: 3rem;
        padding-left: 0px;
        padding-right: 0px;
        object-fit: fill;
        display: flex;
        height: calc(180px - 0rem);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        background-color:white;
        width: 100%;
    }
    #LobyMain {
        height: calc(100vh - 0rem);
        background:white!important;
        margin-top:0rem;
        display:none;
        top:0;
        
    }
    
    .member-nav {
        width: 100%;
        height: 50%;
        float: left;
        height: 3rem!important;
    }
    
    .m-logo {
        display: block;
        margin: 0px auto 0px 4px!important;
    }
    .dropdown-content{
        margin-top: calc(276px + 0rem)!important;
    }
    .logo{
        display:none!important;
    }
    .btn-big .btn-big{
        line-height: 32px;
        height: 32px;
        max-width: 65px!important;
        text-align: center;
        font-size: 13px;
        border-radius: 4px;
        color: #fff;
        border: 0;
        font-weight: 400;
        cursor: pointer;
        margin: auto 0;
    }
    #LoginLanguage {
        display: block;
        cursor: pointer;
        height: 64px;
        padding: 0px 10px;
        line-height: 32px;
        font-size: 14px;
        color: silver!important;
        border-radius: 0;
    }
    
    
    
}



@media screen and (max-width:932.98px) and (orientation:landscape){
    .game-col{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding:10px 20px 0 20px;
    }
    .game-col img{
        /* width:100%; */
        /* height:auto; */
        margin:0px;
        max-height: calc(calc(100vh - 13rem) - 38px);
    }
    .content-area {
        max-width: 100%;
        margin: 0 auto;
        height: calc(100vh - 2rem);
        overflow: scroll;
        position: relative;
        background-color: #1f2123;
    }
    .nav{
        height:2rem!important;
    }
    .member-nav {
        width: 100%;
        height: 50%;
        float: left;
        height: 3rem!important;
    }

    .m-logo {
        display: block;
        margin: 0px auto 0px 4px!important;
    }
    .background-ae {
        position: relative;
        margin-top: 3rem;
        padding-left: 0px;
        padding-right: 0px;
        object-fit: fill;
        display: flex;
        height: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        background-color:white;
        background-position: center;
    }
    .dropdown-content{
        margin-top: calc(276px + 0rem)!important;
    }
    .logo{
        display:none!important;
    }
    .btn-big .btn-big{
        line-height: 32px;
        height: 32px;
        max-width: 65px!important;
        text-align: center;
        font-size: 13px;
        border-radius: 4px;
        color: #fff;
        border: 0;
        font-weight: 400;
        cursor: pointer;
        margin: auto 0;
    }
    #LoginLanguage {
        display: block;
        cursor: pointer;
        height: 64px;
        padding: 0px 10px;
        line-height: 32px;
        font-size: 14px;
        color: silver!important;
        border-radius: 0;
    }
    .m-game-block {
        max-height: calc(100vh - 10rem);
    }
    .m-game-block-container{
        max-width: 100%;
    }
}