.game-item {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    display: block;
    width: 4.0781rem;
    height: 4.0781rem;
    margin: auto;
    border-radius: .625rem;
    background-color: #fff;
    cursor: pointer
}

.game-item.mini {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: .375rem
}

.game-item.small {
    width: 5.875rem;
    height: 5.875rem
}

.game-item.middle {
    width: 9.0625rem;
    height: 9.0625rem
}

.game-item.large {
    width: 12.3125rem;
    height: 12.3125rem;
    margin-right: .5625rem
}

.game-item > img {
    width: 100%
}

.game-item-name {
    width: 4.0781rem;
    margin: .3125rem auto .125rem;
    color: #666;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.game-item-player {
    color: #999;
    font-size: 10px;
    text-align: center
}

.right {
    margin: .5rem 0;
    font-size: .5625rem;
    text-align: center
}

.right p {
    margin: 0;
    line-height: 1.5
}

.footer {
    overflow: hidden;
    height: 1.75rem;
    color: #fff;
    font-size: .5625rem;
    line-height: 1.75rem;
    text-align: center;
    background-color: #fc2745
}

.footer a {
    margin: 0 .5rem
}

.footer-pc {
    overflow: hidden;
    height: 1.75rem;
    color: #000;
    font-size: .5625rem;
    line-height: 1.75rem;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff
}

.footer-pc a {
    margin: 0 .5rem;
    color: #597ef7
}

.footer-pc a:hover {
    color: #000
}

.circle-box {
    display: block;
    width: 1.5rem;
    margin: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite
}

.circle {
    fill: none;
    stroke: #999;
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dashoffset: -125px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dashoffset: -125px
    }
}

.game-items {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    display: block;
    background-color: #fff;
    cursor: pointer;
    height: 100%
}

.game-item-icon {
    border-radius: 12px
}

.game-items > img {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.game {
    position: absolute;
    height: 50%;
    z-index: 3;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    color: #fff;
    top: 100%;
    border-radius: 14px;
    padding-top: 9%;
    font-size: 12px;
    text-shadow: 1px 1px #505050;
    -webkit-transition: top .35s ease-in;
    transition: top .35s ease-in;
    background: -webkit-linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .8));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8))
}

.game-items:hover .game {
    -webkit-transition: "0.3s all ease-in";
    transition: "0.3s all ease-in";
    top: 50%
}

.game-bottom {
    position: absolute;
    bottom: 5px
}

.aspect-w {
    position: relative;
    overflow: hidden;
    margin: 3px
}

@media (max-width: 540px) {
    .game {
        display: none
    }
}

.pc-div {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.pc-div-ad {
    height: 280px;
    background-color: #fff;
    width: 320px;
    margin: 10px auto;
    border-radius: 20px
}

.pc-div-game {
    height: 100%;
    width: 600px;
    margin: 20px 40px 20px 20px
}

.pc-div-game-left {
    height: 300px;
    width: 600px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .2);
    opacity: .8;
    margin-bottom: 10px
}

.pc-div-game-leftww {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    width: 600px;
    height: 300px;
    position: absolute;
    top: 4rem;
    background-color: #fff;
    background-size: cover !important;
    background-attachment: fixed
}

.pc-div-game-right {
    height: 100%;
    width: 360px;
    border-radius: 20px;
    padding-top: 10px
}

.pc-div-game-left-cent {
    margin: 0 auto auto;
    z-index: 4;
    height: 100%;
    width: 100%;
    position: relative
}

.pc-div-game-left-cent-div {
    width: 410px;
    height: 300px;
    text-align: center;
    margin: auto
}

.pc-div-game-left-cent-img {
    width: 147px;
    height: 147px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: auto
}

.pc-div-game-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    text-align: center;
    position: relative
}

.pc-div-game-rating-paly {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd4141), to(#fc5934));
    background: -webkit-linear-gradient(#bd4141, #fc5934);
    background: linear-gradient(#bd4141, #fc5934);
    -webkit-animation: pulseImage 1.5s ease-in-out infinite;
    animation: pulseImage 1.5s ease-in-out infinite;
    background-color: #ec8d78 !important;
    height: 50px
}

.pc-div-game-rating-btn {
    border-bottom: 4px solid #643c33 !important;
    border-right: 2px solid #643c33;
    width: 220px;
    margin: auto;
    margin-top: 8px !important;
    height: 50px !important
}

.pc-div-game-wrap {
    width: 90%;
    margin: 20px auto auto !important
}

.casual-pc-game-item {
    width: 130px;
    float: left;
    margin: 5px;
    display: inline
}

.casualpc-game-item-two {
    width: 130px;
    float: left;
    margin: 5px 5px 0;
    display: inline
}

.pc-div-games {
    width: 90%;
    margin: auto;
    height: 155px;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 5px;
    margin-top: 20px
}

.left-cent-play-buttom {
    height: 36px;
    width: 36px;
    background-color: hsla(0, 0%, 88%, .4);
    opacity: .7;
    z-index: 4;
    margin-left: -37px;
    position: relative
}

.game-info-wrap {
    overflow: hidden;
    position: relative;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, .16);
    color: #fff
}

.game-info-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(45px);
    filter: blur(45px)
}

.game-info-icon {
    width: 130px;
    height: 130px;
    margin-right: 10px;
    border: 5px solid #fff;
    border-radius: 9999px
}

.game-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding: 0 4px;
    text-align: center;
    background-color: #00000030
}

.game-name, .game-play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 16px;
    font-weight: 700
}

.game-play-btn {
    overflow: hidden;
    position: relative;
    height: 50px;
    margin-top: 20px;
    border-bottom: 4px solid #b15c00;
    background-image: -webkit-linear-gradient(top, #ff7640, #f83123);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7640), to(#f83123));
    background-image: linear-gradient(180deg, #ff7640, #f83123)
}

.game-play-btn:active {
    border-top-width: 4px;
    border-bottom-width: 0
}

.game-play-btn-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f27422
}

.game-play-btn-link {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align: center
}

.game-category {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin: 10px 0;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    background-color: #00000030
}

.game-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.game-detail-wrap {
    margin: 16px 10px;
    padding: 10px 16px;
    border-radius: 1.25rem;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .16)
}

.game-detail {
    width: 100%;
    font-size: 12px;
}

.game-detail-wrap.more .game-detail {
    -webkit-line-clamp: 999
}

.game-detail-wrap.more svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}