/* .g-main {
    width: 1360px;
} */

.game-banner {
    height: 262px;
    background-color: #202020;
    overflow: hidden;
    position: relative;
}

.game-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-content-box {
    padding: 60px 0;
}

.game-list .pics img,
.game-list .code img {
    width: 100% !important;
    height: 100% !important;
}

.game-list li {
    height: 230px;
    background-color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.game-list img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.game-list .gmask {
    width: 360px;
    height: 230px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 20px;
    left: 20px;
}

.game-list .gmask img {
    width: 98px;
    height: 98px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-list .gpics {
    width: 360px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.game-list .gpics .gico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
}

.game-list .gpics .gico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98px !important;
    height: 98px !important;
}

.game-list .gpics:hover .gico {
    opacity: 1;
}

.game-list .intro {
    width: 640px;
    margin: 0 50px;
}

.game-list .ginfo {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.game-list .name {
    line-height: 58px;
    font-size: 24px;
    color: #3C3C3C;
    border-bottom: 2px solid #CECECE;
}

.game-list .desc {
    height: 60px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.game-list .gbtns {
    padding-top: 20px;
}

.game-list .gbtns a {
    width: 158px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #CF2C48;
    background: #ffffff;
    border: 1px solid #CF2C48;
    border-radius: 25px;
    text-indent: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.game-list .gbtns a:hover {
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border: 0;
}

.game-list .enterhome:hover {
    background: linear-gradient(#F3B01F, #EB6F09);
}

.game-list .w-btn-android:hover {
    background: linear-gradient(#CF1132, #AB0623);
}

.game-list .w-btn-ios:hover {
    background: linear-gradient(#90C004, #588516);
}

.game-list .gbtns .ico {
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}

.game-list .enterhome .ico {
    background: url(../png/i-home-red.png) no-repeat;
    background-size: contain;
}

.game-list .w-btn-android .ico {
    width: 22px;
    height: 26px;
    background: url(../png/i-android-red.png) no-repeat;
    background-size: contain;
}

.game-list .w-btn-ios .ico {
    width: 20px;
    height: 26px;
    background: url(../png/i-ios-red.png) no-repeat;
    background-size: contain;
}

.game-list .enterhome:hover .ico {
    background: url(../png/i-home.png) no-repeat;
    background-size: contain;
}

.game-list .w-btn-android:hover .ico {
    background: url(../png/i-android-2.png) no-repeat;
    background-size: contain;
}

.game-list .w-btn-ios:hover .ico {
    background: url(../png/i-ios-2.png) no-repeat;
    background-size: contain;
}

.game-list .gcode {
    width: 220px;
    height: 230px;
    color: #3C3C3C;
    font-size: 16px;
    background-color: #DFE0E5;
    text-align: center;
}

.game-list .gcode dt {
    width: 144px;
    height: 144px;
    border: 8px solid #B9BCC8;
    margin: 20px auto 10px auto;
    overflow: hidden;
}