* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    overflow-y: auto;
    overflow-x: hidden
}

html {
    font-size: calc(100vw/3.75)
}

body {
    font-family: roboto, arial, sans-serif;
    color: #333;
    line-height: 1;
    overflow: hidden;
}

html,
body {
    width: 100%
}

a:focus {
    -moz-outline-style: none;
    outline-style: none
}

.container {
    background-color: #fff !important
}

.ad-tips {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 5px
}

.ad-tips::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #696969;
    margin-left: 3px
}

#index-ad-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#index-ad-1 .index-ad {
    min-width: 300px;
    min-height: 250px;
    background-color: #eee
}

#detail-ad-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#detail-ad-1 .detail-ad {
    min-width: 300px;
    min-height: 250px;
    background-color: #eee
}

.index-loading-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.index-loading-box .sk-circle {
    margin-right: .02rem;
    width: .1rem;
    height: .1rem;
    max-width: 20px;
    max-height: 20px;
    position: relative
}

.index-loading-box .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.index-loading-box .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.index-loading-box .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.index-loading-box .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.index-loading-box .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.index-loading-box .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.index-loading-box .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.index-loading-box .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index-loading-box .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.index-loading-box .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.index-loading-box .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.index-loading-box .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.index-loading-box .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.index-loading-box .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.index-loading-box .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.index-loading-box .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.index-loading-box .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.index-loading-box .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.index-loading-box .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.index-loading-box .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.index-loading-box .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.index-loading-box .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.index-loading-box .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.index-loading-box .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.index-loading-box .loading-info {
    display: flex;
    color: #999;
    justify-content: center;
    align-items: center
}
.adv {
    margin: 0 !important;
    width: 85vw;
    max-width: 400px;
    min-height: 325px !important;
    border: none !important;
    background-color: transparent !important;
}
.ad-tips-top,
.ad-tips-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 12px;
    text-align: center;
    margin-top: 5px
}

.ad-tips-top::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #696969;
    margin-left: 3px
}

.ad-tips-bottom::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #696969;
    margin-left: 3px
}

@keyframes animloading {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.loading-box {
    width: 1.5rem;
    height: 1.5rem;
    background: #000;
    opacity: .6;
    border-radius: .1rem;
    position: fixed;
    color: #fff;
    line-height: 1.5rem;
    font-size: .2rem;
    text-align: center;
    top: 35%;
    left: 30%;
    z-index: 999999
}

.loading-box::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.loading-box::after,
.loading-box::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: animloading 2s linear infinite;
    animation: animloading 2s linear infinite
}

.website-title {
    height: .4rem;
    max-width: 768px;
    background-color: #f3f4f6;
    margin: auto -15px;
}

.website-title .title-text {
    display: block;
    margin: 0 -15px;
    text-align: center;
    color: #fff;
    width: 80%;
    line-height: .4rem;
    font-size: .2rem;
    max-width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    /* animation: scroll 3s linear infinite; */
}

/* @keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  } */

.website-title .title-text::after {
    position: absolute;
    content: '';
    align-self: center;
    background-image: url(../imgs/Home.png);
    background-size: cover;
    width: .4rem;
    height: 100%;
    top: 0;
    right: 0;
}

.website-title .back {
    background: url(../imgs/arrow.png) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    height: 100%;
    width: .28rem
}

.sortone {
   display: flex;
}

.sortone .sortbtn {
   flex: 1;
    height: .35rem;
    border-radius: .04rem;
    font-size: .13rem;
    font-weight: bold;
    background-color: #5eebff;
    border: 0;
    margin-right: 4px;
    margin-top: 20px;
    text-align: center;
}

.sortone .sortbtn:last-child {
    margin-right: 0;
}

.sorttwo {
    margin: 0 auto 10px;
    width: 2.37rem;
}

.sorttwo .sortbtn {
    width: 1.1rem;
    height: .35rem;
    border-radius: .04rem;
    font-size: .13rem;
    font-weight: bold;
    background-color: #5eebff;
    border: 0;
    margin-right: 4px;
    margin-top: 10px;
    text-align: center;
}

.sortbtn a {
    color: #000;
}

.tuijian {
    margin: 20px auto;
}

.tuijian-title {
    overflow: hidden;
}
.tuijian-title h3 {
    /* display: inline; */
    float: left;
    margin-top: 0;
    font-weight: bold;
}
.tuijian-title .tuijian-more {
    float: right;
    /* line-height: 30px; */
    font-size: .19rem;
    /* font-weight: bold; */
    color: #000;
    padding: 0 2px 2px;
    border: 5px solid #5eebff;
    border-radius: 0.06rem;
}

.tuijiangame {
    overflow: hidden;
    margin: 0 auto 5px;
    width: 3.38rem;
}

.everygame {
    float: left;
}

.tuijian-jpg {
    width: 0.8rem;
    margin-right: 0.06rem;
    border-radius: 0.1rem;
}

.lasttuijian {
    margin-right: 0;
}

.game-detail {
    position: relative;
    /* display: flex; */
    padding-left: 10px;
    overflow: hidden;
    justify-content: left;
    flex-direction: column;
    align-items: center;
}

.game-detail .game-icon {
    display: block;
    float: left;
    margin-top: .1rem;
    width: 1rem;
    height: auto;
    border-radius: .1rem;
    box-shadow: 5px 5px 10px 0 #78768b
}

.game-detail .game-name {
    display: block;
    float: left;
    width: 2rem;
    margin-top: .1rem;
    margin-left: .2rem;
    font-size: .22rem;
    font-weight: 600;
    /* max-width: 3rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-detail .game-category {
    display: block;
    float: left;
    width: 2rem;
    margin-top: .1rem;
    margin-left: .2rem;
    font-size: .13rem;
    line-height: .18rem;
    color: #555252;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes moveBackground {
    from {
        background-position: top 1px left 7px;
    }

    to {
        background-position: top 1px left 30px;
    }
}

.game-detail .button {
    display: block;
    float: left;
    margin-left: .2rem;
}

.game-detail .game-start-btn {
    width: 1.8rem;
    height: .35rem;
    border-radius: .04rem;
    color: #000;
    font-weight: bold;
    background-color: #5eebff !important;
    border: 0;
    text-align: right;
    padding-right: 15px;
    /* animation: game-play-anim 500ms linear infinite alternate */
    background-image: url(/imgs/sanjiao.jpg);
    background-size: 30px;
    background-repeat: no-repeat;
    animation: moveBackground 0.4s linear infinite;
}

/* .yikuaidian {
    border: 1px solid #000;
    max-width: 500px;
    height: 240px;
    position: absolute;
    top: 60px;
    left: 0;
}   */

/* @media (max-width: 800px) { */
.yikuaidian {
    width: 100vw;
    height: 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
}

/* } */


/* .game-detail .game-start-btn {
    margin-top: .1rem;
    width: 2rem;
    height: .35rem;
    border-radius: .2rem;
    font-size: .2rem;
    color: #fff;
    background-color: #fc2745;
    border: 0;
    animation: game-play-anim 500ms linear infinite alternate
} */
@keyframes game-play-anim {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* .ad-container {
    margin-top: 15px
} */

.game-desc {
    position: relative;
    border: 1px dotted #78768b;
    padding: 15px;
    /* margin: 20px 5px; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    --tw-text-opacity: 1;
    color: rgba(0, 74, 148, var(--tw-text-opacity));
    font-size: .1rem;
    line-height: .15rem;
    letter-spacing: .01rem;
    margin-bottom: 20px;
}

.game-desc .desc-title {
    display: flex;
    align-items: center;
    color: #222121;
    font-size: .16rem;
    font-weight: bold;
}

/* .game-desc .desc-title::before {
    margin-right: .05rem;
    content: '';
    display: block;
    width: .03rem;
    height: .05rem;
    background: linear-gradient(to bottom, #0f0 10%, #0f0 10%, transparent 20%, transparent 20%, #0f0 60%, #0f0 60%, transparent 40%, transparent 60%, #0f0 100%);
    outline: .01rem solid #0f0;
    outline-offset: .02rem
} */
.xunhuangame {
    overflow: hidden;
}
.xunhuan {
    margin-bottom: 0;
}

#game-recommend {
    margin-top: .1rem
}

.game-item {
    padding: 5px 6px
}

.game-item .game-link {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none
}

.game-item .game-link a:focus {
    text-decoration: none
}

.game-item .game-link .game-icon {
    width: 100%;
    height: 1.1rem;
    background-color: #f3f4f6;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem
}

.game-item .game-link .game-icon img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem
}

.game-item .game-link .game-info {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    height: .3rem;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    z-index: 10
}

.game-item .game-link .game-info .game-info-name {
    line-height: .3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none
}

.game-item .game-link .game-info .game-info-name a:focus {
    text-decoration: none
}


footer {
    max-width: 1170px;
    margin: 25vh auto 0;
    overflow: hidden;
  }
  
  footer .font {
    overflow: hidden;
    width: 50vw;
    float: left;
  }
  
  footer a {

    color: white;
    margin-left: 4vw;
    text-align: center;
    line-height: 3vh !important;
    float: left;
  }
  
  footer a:first-child {
    margin-left: 6vw;
  }
  
  footer a:hover {
    text-decoration: none;
    color: #e9d74e;
  }
  .banquan {
    margin-top: 5px !important;
    width: 50vw;
    float: left;
  }
  .banq {
    margin: 0;
  }