/* author:leon update:2018-03-30; */

@charset "utf-8";


/*reset*/

html,
body {
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
    height: 100%;
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-size: .12rem;
    line-height: 1.4;
    color: #131f3a;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-top: .65rem;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

i,
em,
address {
    font-images: normal;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
input,
select {
    outline: none;
    -webkit-appearance: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

select {
    background-color: #fff;
}



ul,
ol,
li {
    list-images: none;
}

img {
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

a {

    color: #080d22;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.ovh {
    overflow: hidden;
}


.tc {
    text-align: center;
}

.box-h {
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
}

.box-h .flex {
    display: block;
    width: 1%;
    flex: 1;
}

.cf:after,
.cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}




/*g-header*/

.g-header {
    height: .65rem;
    background: #06132f;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11;
}

.g-topbar{
    position: relative;
    background: #06132f;
    height: .65rem;
    z-index: 13;
}

.g-logo {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 30%;
    background: url(../images/g-logo.png) no-repeat center;
    background-size: contain;
}

.g-btn-top {
    height: .65rem;
    line-height: .65rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.btn-nav{
    width: .65rem;
}

.btn-service {
    padding: 0 .15rem 0 .1rem;
    background: #01061c;
    border-left: solid 1px rgba(255, 255, 255, .15);
}

.icon-menu,
.icon-tel,.icon-close {
    height: .4rem;
    display: inline-block;
    vertical-align: middle;
    background-size: auto 100%;
}

.icon-menu,.icon-close {
    width: .4rem;
    background: url(../images/icon-menu.png) no-repeat;
    background-size: 100% auto;
    background-position:0 -0.4rem ;
    transition: all 0.3s linear;
}
.icon-close{
    background-position: 0 0
}
.btn-nav.hidden{
    background: #03081d;
}
.hidden .icon-menu{
    background-position:0 0;
}

.icon-tel {
    width: .2rem;
    background: url(../images/icon-tel.png) no-repeat;
    background-size: cover;
    margin-right: .02rem;
}

.g-nav {
    position: absolute;
    z-index: 12;
    left: 0;
    top: .65rem;
    width: 100%;
    background: #03081d;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.645,0.045,0.355,1);
    transform: translate3d(0,calc(-100% - 0.65rem),0);
}
.g-nav.show{
    transform: translate3d(0,0,0);
}
.g-nav-cont{
    padding: .25rem 0;
}
.g-nav .g-nav-menu a {
    font-size: .18rem;
    color: rgba(255, 255, 255, .6);
    line-height: .56rem;
    display: block;
     padding:0 .25rem;
}

.g-nav .g-nav-menu a.curr {
    color: #fff;
}

.g-nav .g-nav-menu a:active{
    background: #06132f;
    color: #fff;
}

.g-service-qq {
    font-size: .2rem;
    color: rgba(255, 255, 255, .9);
    padding: .2rem .25rem;
}

.g-nav .g-btn-top {
    width: .65rem;
    position: absolute;
    left: 0;
    top: -0.65rem;
    background: #03081d;
}



/*g-banner*/

.g-banner li {
    height: 3.55rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
}
.g-banner li .bg-video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    object-fit: cover;
}
.g-banner-cont{
    position: relative;
    z-index: 3;
}
.g-banner li a {
    color: #fff;
}

.g-banner .subtitle {
    padding-top: 1rem;
    font-size: .2rem;
    font-weight: 800;
}

.g-banner .title {
    margin: .05rem 0 .1rem;
    font-size: .28rem;
    font-weight: 800;
}

.g-banner .btn-video {
    width: .95rem;
    height: .55rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    box-shadow: 0 .05rem .05rem rgba(0, 0, 0, 0.1);
    text-indent: -999rem;
}

.g-banner .btn-video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.g-banner .btn-video:after {
    width: .3rem;
    height: .3rem;
    content: "";
    display: inline-block;
    background: url(../images/icon-btn-video.png) center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.g-banner-swiper .btn-download {
    border-color: #fff;
    color: #fff;
}

.g-banner-swiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 0.075rem;
    height: 0.075rem;
    background: #fff;
    opacity: .5;
    margin:0 .07rem !important; 
}

.g-banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.g-banner-swiper .swiper-pagination{
    bottom: .18rem !important;
}

/*g-hot-news*/

.g-hot-news {
    color: #fff;
    padding: .3rem;
    background: url(../images/bg-hot-news.jpg) center;
    background-size: cover;
    line-height: 1;
}

.g-hot-news .hot-news-title {
    text-align: center;
    font-size: .2rem;
    font-weight: 800;
}
.g-hot-news .hot-news-title a{
    color: rgba(255,255,255,.9);
}

.g-hot-news li h4 {
    padding-left: .09rem;
    border-left: solid .03rem #fff;
    margin: .2rem 0 .05rem;
    font-weight: 800
}

.g-hot-news li p a {
    line-height: 1.25;
    color: #fff;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/*g-hot-item*/

.btn-download {
    font-size: .18rem;
    padding: .1rem .4rem;
    border: solid .01rem #080d22;
    color: #080d22;
    display: inline-block;
    font-weight: 800;
}

.g-hot-item li {
    padding: 0.125rem 0.125rem .45rem;
    background: #efefef;
    text-align: center;
}

.g-hot-item li:nth-child(even) {
    background: #fff;
}

.g-hot-item li .pic {
    position: relative;
    height: 2.5rem;
    margin-bottom: .15rem;
}

.g-hot-item li .pic:after {
    content: "";
    position: absolute;
    left: -0.125rem;
    bottom: 0;
    height: .3rem;
    right:-0.125rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.g-hot-item li .pic img {
    width: 100%;
}

.g-hot-item li .title {
    height: 1.3rem;
}

.g-hot-item li .intro {
    line-height: 1.25;
    color: #080d22;
    margin-bottom: .60rem;
}



/*首页文字动画调整*/

[aos=fade-up] {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%)
}



/*g-help*/

.g-help {
    color: #fff;
    background: #92c8f9;
    padding: .2rem .3rem .05rem;
}

.g-help-title {
    text-align: center;
    font-size: .2rem;
    line-height: 1;
    margin-bottom: .15rem;
    font-weight: 800;
}

.g-help a {
    padding: .06rem 0;
    color: #fff;
    display: block;
}

.tr {
    text-align: right;
}

.g-help.g-help-2 {
    background: #a2d0f9
}



/*g-foot*/

.g-foot {
    background: #070a19;
    line-height: 1.636;
    padding: .5rem 0 .2rem;
    text-align: center;
    color: rgba(255, 255, 255, .3);
}

.g-foot-nav a {
    color: rgba(255, 255, 255, .46);
    margin: 0 .175rem;
}

.g-foot-nav {
    margin-bottom: .45rem;
}

.g-foot .cp {
    font-size: .11rem;
    margin-bottom: .05rem;
}

.game-foot-pic img {
    height: .45rem;
    margin-top: .1rem;
}

.g-foot .qrcode {
    margin-top: .3rem;
    font-size: .11rem;
    line-height: 1.28;
    color: rgba(255, 255, 255, .5);
}

.g-foot .qrcode img {
    height: 0.95rem;
    margin-bottom: .05rem;
}




/*g-game-banner*/

.g-game-banner {
    height: 2.25rem;
    background-image: radial-gradient(100% 100% at 50% 50%, #eff0f2, #e7e8eb);
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.g-game-banner:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 1.5rem;
    height: 1.55rem;
    background: url(../images/pic-android.png) center no-repeat;
    background-size: auto 100%;
}

.g-game-banner .title {
    font-size: .28rem;
    padding: .2rem 0 .05rem;
    color: #080d22;
    font-weight: 800;
}

.g-game-banner .slogan {
    color: rgba(8, 13, 34, 0.75);
    margin-bottom: .1rem;
}

.g-game-banner .btn {
    width: 2.42rem;
}




/*g-game-wrapper*/

.g-game-wrapper {
    padding: .45rem .3rem;
}

.g-game-title {
    height: .35rem;
    line-height: .35rem;
    font-size: .16rem;
    margin-top: .2rem;
    color: #080d22;
    background: url(../images/bg-game-title.png) left no-repeat;
    background-size: auto 1.85rem;
    margin-bottom: .03rem;
}

.g-title-poker {
    background-position: 0 0;
}

.g-title-fishing {
    background-position: 0 -0.5rem;
}

.g-title-battle {
    background-position: 0 -1rem;
}

.g-title-arcade {
    background-position: 0 -1.5rem;
}

.g-game-list li {
    position: relative;
    width: 1.47rem;
    height: 1.47rem;
    float: left;
    margin: 0 0 .2rem .21rem;
    background: #aaa;
    font-size: .18rem;
    line-height: .4rem;
    text-align: center;
    border-radius: .02rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	list-style-type:none;
}

.g-game-list li:nth-child(odd) {
    margin-left: 0;
}

.g-game-list li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}



/*g-news*/

.g-news-banner {
    height: 1.45rem;
    padding-top: .32rem;
    line-height: .63rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    background: url(../images/bg-news-banner.jpg) center;
    background-size: cover;
}

.g-news-wrapper {
    position: relative;
    padding-top: .55rem;
}

.g-news-wrapper .g-news-tab {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: .55rem;
    border-bottom: solid .03rem #d7d9e2;
    font-size: .15rem;
    color: #7e8491;
    padding: 0 .25rem;
    background: rgba(255,255,255,.95);
    width: 100%;
}

.g-news-wrapper .news-tab-fixed {
    position: fixed;
    z-index: 3;
    width: 100%;
    left: 0;
    top: .65rem;
}

.g-news-tab li {
    width: 1%;
    flex: 1;
    text-align: center;
    height: .55rem;
    line-height: .53rem;
}

.g-news-tab li.curr {
    color: #0d172c;
    border-bottom: solid .03rem #0d172c;
}
.g-news-list li {
    padding: 0 .25rem;
}

.g-news-list li:active {
    background: #f9f9f9;
}

.g-news-list li a {
    display: block;
    color: rgba(19, 31, 58, .6);
    font-size: .14rem;
    line-height: 1.5;
    padding: .12rem 0 .08rem;
    border-top: solid 1px #ecedee;
}

.g-news-list li:first-child a {
    border-top: none;
    padding-top: .22rem;
}

.g-news-list li a h4 {
    font-size: .16rem;
    color: #131f3a;
    margin-bottom: .05rem;
}

.g-news-list li .time {
    margin-left: .24rem;
}

.g-news-more {
    height: .53rem;
    line-height: .53rem;
    border-top: solid 1px #ecedee;
    color: rgba(19, 31, 58, .8);
    font-size: .15rem;
    display: block;
    text-align: center;
    background: #f9f9f9;
}

.g-news-more:active {
    background: #eee;
}

/*g-news-details*/
.g-news-info {
    padding: .25rem .3rem .1rem;  
    border-bottom: solid 1px #ededef;
}
.g-news-info .title{
    font-size: .2rem;
    color: #131f3a;
    line-height: 1.25;
    margin-bottom: .25rem;
}
.g-news-info .more{
    font-size: .13rem;
    color: rgba(19,31,58,.5);
}

.g-news-details{
    padding: .2rem .3rem .45rem;
    font-size: .14rem;
    line-height: 1.928;
    color: #131f3a;
    min-height: 4rem;
}
.g-news-details p{
    text-indent: 2em;
}

.news-img{
    margin-top: .1rem;
}

.text-orange,a.text-orange{
    color: #ff3c00;
}
a.text-orange:hover{
    color: #ff0000;
}

/**/
.ovh{
    overflow:hidden; 
}
.g-popup-mask{
    position:fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    z-index: 100;
    background: rgba(0,0,0,0.4);
    display: none;
}
.g-popup-box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    width: 3.75rem;
    display: none;
}

.g-popup-video .video{
    width: 100%;
    height: auto;
}
.g-popup-video .btn-close{
    position: absolute;
    right: 0;
    top:-0.4rem;
}
.g-popup-notice{
    height: 4.7rem;
    padding: .75rem .5rem .7rem .6rem;
    background: url(../images/bg-notice-popup.png) center;
    background-size: cover;
}
.g-popup-notice .btn-close{
    position: absolute;
    right: 0;
    top:0;
    width: .55rem;
    height: .55rem;
    display: inline-block;
}
.g-notice-cont{
    height: 100%;
    line-height: 1.25;
    color: #06132f;
    overflow-y: auto;
}

.g-notice-cont p{
    margin-top: .1rem;
}
.g-notice-cont .author{
    text-align: right;
    margin-top: .16rem;
}
.g-notice-cont .link{
    text-decoration: underline;
    color: #185cf0;
}
.winners-list  td{
    width: 25%;
    text-align: center;
}
.red{
    color:red;
}
.guideTips {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
}
.guideTips .guideCont img {
    width: 90%;
}
.finger {
    margin-top: 10px;
    animation: bounce 1.5s infinite;
}
.guideTips .guideFoot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    padding-left: 4%;
}
.guideTips .guideCont {
    padding-top: 30px;
    height: 100%;
    width: 100%;
    max-width: 3.75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
@keyframes bounce {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

/* 2019.1.8 */
/*.watermark::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background:url('../images/watermark.png')  center center no-repeat;
    background-size:  0.9rem 0.8rem;  
}
*/
