* {
    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;
    height: 35vh !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: 168px;
    height: 168px;
    background: #000;
    opacity: .6;
    border-radius: 5px;
    position: fixed;
    color: #fff;
    line-height: 168px;
    font-size: 20px;
    text-align: center;
    top: 35%;
    left: 40%;
    z-index: 999999
}

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

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

html,
body {
    width: 100%;
    overflow-x: hidden;
    max-width: 750px;
    margin: 0 auto
}

.website-title {
    height: 50px;
    max-width: 750px;
    background-color: #f3f4f6
}

.website-title .title-text {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none
}

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

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


.sortbox {
    /* margin: 20px auto; */
}

.sortone {
    display: flex;
}

.sortone .sortbtn {
    flex: 1;
    /* width: 150px; */
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #5eebff;
    border: 0;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
}

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

.sorttwo {
    margin: 0 auto 10px;
    display: flex;
}

.sorttwo .sortbtn {
    flex: 1;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #5eebff;
    border: 0;
    /* margin-right: 20px; */
    margin-top: 10px;
    margin-left: 120px;
    text-align: center;
}

.sorttwo .sortbtn:last-child {
    margin-right: 120px;
}

.sortbtn a {
    color: #000;
}

.tuijian {
    margin: 50px auto;
}

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

.tuijiangame {
    overflow: hidden;
    margin: 0 auto 40px;
    display: flex;
}

.everygame {
    flex: 1;
    margin-left: 15px;
}

.tuijian-jpg {
    width: 150px;
    border-radius: 10px;
}

.lasttuijian {
    margin-right: 0;
}


.game-box {
    display: flex;
    max-width: 750px;
    justify-content: space-around;

}

.game-detail {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.game-detail .game-icon {
    margin-top: 15px;
    width: 80px;
    height: auto;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 #78768b
}

.game-detail .game-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-detail .game-category {
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
    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 .game-start-btn {
    margin-top: 15px;
    width: 200px;
    height: 35px;
    border-radius: 20px;
    font-size: 20px;
    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; */
    width: 350px;
    height: 452px;
    position: absolute;
    top: 0;
    left: 0;

}


/* @media (max-width: 800px) {
    .yikuaidian {
        border: 1px solid #000;
        width: 100vw;
        height: 240px;
        position: absolute;
        top: 40px;
        left: 0;
    }    
} */

/* 
.game-detail .game-start-btn {
    margin-top: 15px;
    width: 200px;
    height: 35px;
    border-radius: 20px;
    font-size: 20px;
    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 {
    clear: both;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px dotted #78768b;
    padding: 15px;
    margin: 20px;
    border-radius: 5px;
    max-width: 750px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgba(0, 74, 148, var(--tw-text-opacity))
}

.game-desc .desc-title {
    display: flex;
    align-items: center;
    color: #222121;
    font-size: 20px;
    margin-bottom: 3px
}
/* 
.game-desc .desc-title::before {
    margin-right: 6px;
    content: '';
    display: block;
    width: 5px;
    height: 6px;
    background: linear-gradient(to bottom, #0f0 10%, #0f0 10%, transparent 20%, transparent 20%, #0f0 60%, #0f0 60%, transparent 40%, transparent 60%, #0f0 100%);
    outline: 2px solid #0f0;
    outline-offset: 2px
} */


/* .xunhuangame:last-child {
    overflow: hidden;
}
.xunhuan {
    margin-bottom: 50vh;
} */


#game-recommend {
    margin-left: 15px;
    margin-top: 15px;
    max-width: 750px
}

.game-item {
    padding: 5px 6px;
    margin: 0 20px 20px 0;
    
}

.game-item .game-link {
    width: 120%;
    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: 130px;
    max-width: 145px;
    background-color: #f3f4f6;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.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: 15px;
    border-top-right-radius: 15px
}

.game-item .game-link .game-info {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    height: 40px;
    max-width: 145px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10
}

.game-item .game-link .game-info .game-info-name {
    font-size: 16px;
    line-height: 40px;
    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 {
  
    font-size: 20px;
    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;
  }