/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
/* 页面导航 */
.position {
    justify-content: flex-start !important;
    margin-top: 20px;
    margin-bottom: 30px;
}
.position p:nth-child(1) {
    display: flex;
    align-items: center;
    width: 7px;
    height: 10px;
    margin-right: 10px;
}
.position p:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}
/* 平台选择 */
.pingtai {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.pingtai>div {
    height: 34px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-right: 15px;
    margin-bottom: 16px;
}
.pingtai p,.pingtai a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 96px;
    height: 34px;
    background: none;
    border-radius: 10px;
    margin-right: 11px;
    cursor: pointer;
    margin-bottom: 20px;
}
.pingtai a:nth-child(12) {
    margin-left: 70px;
}
.pingtai p:nth-child(12) {
    margin-left: 72px;
}
.pingtaicolor {
    width: 96px;
    height: 34px;
    background: linear-gradient(180deg, #FF4747 0%, #FF6433 100%) !important;
    opacity: 1;
    border-radius: 10px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF !important;
}

/* 游戏中心列表 */

.gameCenterAll {
    min-height: 200px;
    margin-bottom: 60px;
}
.gameCenterList {
    float: left;
    width: 380px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    transition: all linear .3s;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}
.gameCenter a:nth-child(3n) .gameCenterList {
    margin-right: 0;
}
.gameCenterList:hover {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
.gameCenterListImg img {
    width: 90px;
    height: 90px;
    /* margin-top: -40px; */
    border-radius: 15px;
}
.Gametitles {
    margin-left: 20px;
}
.Gametitles p:nth-child(1) {
    width: 130px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gameCenterList p:nth-child(2) {
    width: 130px;
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 14px;
}
.gameCenterList p:nth-child(3) {
    width: 130px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameCenterList .xiazai {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 34px;
    border: 1px solid #F04040;
    border-radius: 5px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F04040;
    margin-left: 30px;
    background: url('/96kaifa/images/download_default.png') no-repeat 10px center;
    transition: all linear .3s;
    text-indent: 15px;
}
.gameCenterList:hover .xiazai {
    color: #ffffff !important;
    background: url('/96kaifa/images/download_hover.png') no-repeat 10px center #F04040;
    transition: all linear .3s;
}

.page {
    margin-top: 60px !important;
}
.flex {
    display: flex;
    align-items: center;
}















































