/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
.mgDetailTitle {
    margin-top: 40px;
    display: flex;
    margin-bottom: 68px;
}

.mgDetailTitle>img {
    width: 500px;
    height: 260px;
    border-radius: 10px;
}

.mgDetailTitle-txt {
    flex: 1;
    margin-left: 20px;
}

.mgDetailTitle-txt div {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    margin-top: 40px;
}

.mgDetailTitle-txt span {
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.mgDetailTitle-txt p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 55px;
}


.gameCenterAll {
    min-height: 500px;
    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;
}

