﻿.gamelist {
    position: relative;
    background-color: #fff
}

.gtop {
    position: relative
}

.gtop h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 88px;
    left: 30px;
    line-height: 38px
}

.gtop p {
    font-size: 24px;
    color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 140px;
    left: 6px
}

.gamelnav {
    background: #fff;
    overflow: hidden
}

.gamelnav ul {
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.gamelnav ul li {
    width: 186px;
    height: 70px;
    display: block;
    float: left;
    background: #fffaf9;
    border-radius: 3px;
    margin-right: 16px;
    margin-bottom: 15px;
    position: relative
}

.gamelnav ul li em i {
    width: 20px;
    height: 10px;
    position: absolute;
    background-position: -517px -112px;
    bottom: -7px;
    left: 84px;
    z-index: 3;
    display: none
}

.gamelnav ul li.current em i,
.gamelnav ul li:hover em i {
    display: block
}

.gamelnav ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.gamelnav ul li.current,
.gamelnav ul li:hover {
    height: 56px;
    padding: 6px 0 8px;
    background: url(../image/listcur.png) center center no-repeat !important
}

.gamelnav ul li:nth-child(6n) {
    margin-right: 0
}

.gamelnav ul li.current .info p:nth-child(1),
.gamelnav ul li:hover .info p:nth-child(1) {
    color: #fff;
    font-weight: 600
}

.gamelnav ul li.current .info p:nth-child(2),
.gamelnav ul li:hover .info p:nth-child(2) {
    color: #fff
}

.gamelnav ul li a>i {
    width: 40px;
    height: 37px;
    display: inline-block;
    background-position: -1px -80px;
    float: left;
    margin-left: 29px;
    margin-top: 17px
}

.gamelnav ul li.current .info,
.gamelnav ul li.current a>i,
.gamelnav ul li:hover .info,
.gamelnav ul li:hover a>i {
    margin-top: 11px
}

.gamelnav ul li .info {
    width: 100px;
    float: left;
    margin-left: 12px;
    margin-top: 17px
}

.gamelnav ul li .info p:nth-child(1) {
    font-size: 16px;
    color: #333;
    line-height: 40px
}

.gamelnav ul li .info p:nth-child(2) {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-top: 6px
}

.gamelnav ul li:nth-child(2) a>i {
    background-position: -94px -80px;
    width: 42px;
    height: 42px
}

.gamelnav ul li:nth-child(3) a>i {
    background-position: -48px -131px;
    width: 38px;
    height: 35px
}

.gamelnav ul li:nth-child(4) a>i {
    background-position: -140px -131px;
    width: 40px;
    height: 38px
}

.gamelnav ul li:nth-child(5) a>i {
    background-position: -188px -276px;
    width: 40px;
    height: 38px
}

.gamelnav ul li:nth-child(6) a>i {
    background-position: -245px -276px;
    width: 40px;
    height: 40px
}

.gamelnav ul li:nth-child(7) a>i {
    background-position: -94px -131px;
    width: 36px;
    height: 43px
}

.gamelnav ul li:nth-child(8) a>i {
    background-position: -141px -276px;
    width: 36px;
    height: 43px
}

.gamelnav ul li:nth-child(9) a>i {
    background-position: -194px -80px;
    width: 45px;
    height: 33px
}

.gamelnav ul li:nth-child(10) a>i {
    background-position: -190px -131px;
    width: 45px;
    height: 37px
}

.gamelnav ul li:nth-child(11) a>i {
    background-position: -1px -181px;
    width: 38px;
    height: 39px
}

.gamelnav ul li:nth-child(12) a>i {
    background-position: -48px -80px;
    width: 45px;
    height: 42px
}

.gamelnav ul li:nth-child(13) a>i {
    background-position: -1px -131px;
    width: 43px;
    height: 35px
}

.gamelnav ul li:nth-child(14) a>i {
    background-position: -44px -181px;
    width: 40px;
    height: 36px
}

.gamelnav ul li:nth-child(15) a>i {
    background-position: -141px -80px;
    width: 45px;
    height: 42px
}

.gamelnav ul li:nth-child(16) a>i {
    background-position: -244px -229px;
    width: 42px;
    height: 40px
}

.gamelnav ul li:nth-child(17) a>i {
    background-position: -293px -276px;
    width: 45px;
    height: 42px
}

.gamelnav ul li:nth-child(17) {
    background: #faf7ff
}

.gamelnav ul li:nth-child(15),
.gamelnav ul li:nth-child(2),
.gamelnav ul li:nth-child(6),
.gamelnav ul li:nth-child(9) {
    background: #f6faff
}

.gamelnav ul li:nth-child(11),
.gamelnav ul li:nth-child(3) {
    background: #effeff
}

.gamelnav ul li:nth-child(10),
.gamelnav ul li:nth-child(12),
.gamelnav ul li:nth-child(4),
.gamelnav ul li:nth-child(5),
.gamelnav ul li:nth-child(8) {
    background: #fff9ef
}

.gamelnav ul li:nth-child(13),
.gamelnav ul li:nth-child(14),
.gamelnav ul li:nth-child(7) {
    background: #fffaf9
}

.gamebox {
    background: #f2f2f2
}

.gbox_t {
    overflow: hidden
}

.gbox_t h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    margin-top: 35px;
    margin-bottom: 24px
}

.gbox_t p {
    height: 52px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    line-height: 52px;
    position: relative
}

.gbox_t p a {
    margin-left: 24px;
    color: #757575
}

.gbox_t p span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px
}

.gbox_t p span em {
    width: 6px;
    height: 6px;
    display: none;
    background: #3c3c3c;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px
}

.gbox_t p a.current span em {
    display: inline-block
}

.gbox_t p i {
    width: 29px;
    height: 20px;
    display: block;
    position: absolute;
    right: 18px;
    top: 17px;
    background-position: -463px -112px
}

.gamebox ul {
    margin-top: 22px
}

.gamebox ul li {
    width: 282px;
    height: 200px;
    display: block;
    background: url(../image/listbg.png) no-repeat;
    border-radius: 10px;
    position: relative;
    float: left;
    margin-right: 24px;
    margin-bottom: 20px
}

.gamebox ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.gamebox ul li:nth-child(4n) {
    margin-right: 0
}

.gamebox ul li img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 18px;
    float: left;
    margin-top: 20px;
    margin-left: 20px
}

.gamebox ul li:hover img {
    opacity: .9
}

.gamebox ul li .info {
    width: 130px;
    float: left;
    margin-left: 14px
}

.gamebox ul li .info p:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 16px;
    margin-top: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gamebox ul li .info p:nth-child(2) {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 10px
}

.gamebox ul li .info p:nth-child(3) {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 10px
}

.gamebox ul li .info p:nth-child(4) {
    font-size: 14px;
    color: #999;
    margin-top: 6px
}

.gamebox ul li .info p:nth-child(4) i {
    width: 16px;
    height: 18px;
    background-position: -250px -106px;
    display: inline-block;
    vertical-align: sub
}

.gamebox ul li .info p:nth-child(4) span {
    margin: 0 4px 0 8px;
    font-size: 12px;
    color: #999
}

.gamebox ul li a>p {
    width: 84%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float: left;
    margin: 15px 25px 0 20px
}

.gamebox ul li a>span {
    width: 100%;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #e4e4e4
}

.gamebox ul li:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 6px 10px 0
}

    .gamebox ul li:hover .info p:nth-child(1) {
        color: #158fed
    }

    .gamebox ul li:hover a > span {
        color: #fff;
        background: #158fed
    }

.gamebox ul li.look:hover .info p:nth-child(1) {
    color: #00c0ff
}

.gamebox ul li.look:hover a>span {
    color: #fff;
    background: #00c0ff
}

.pagecode {
    padding: 16px 0 52px;
    text-align: center;
    font-size: 18px;
    color: #666
}

.pagecode a {
    padding: 8px 19px;
    margin: 0 5px;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #eaeaea
}

.pagecode>span {
    display: inline-block;
    line-height: 38px;
    height: 38px;
    border-radius: 3px
}

.pagecode span a {
    display: block;
    padding: 0;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px
}

.pagecode a:hover {
    color: #fff;
    background-color: #158fed
}

.pagecode a.current,
.pagecode a.current:hover {
    color: #fff;
    background-color: #158fed;
    padding: 8px 15px
}

.pagecode a i {
    display: inline-block;
    width: 12px;
    height: 20px;
    background-position: -601px -6px;
    position: relative;
    top: 3px
}

.pagecode a i.lr {
    background-position: -601px -31px
}

.pagecode a:hover i.lr {
    background-position: -625px -31px
}

.location {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
    text-indent: 25px
}

    .location a {
        color: #158fed
    }

.location a:hover {
    color: #158fed
}

.location i {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 16px;
    height: 20px;
    background-position: -115px -400px
}